Test Setup Failed
Pull Request — master (#454)
by Kiran
29:40
created
geodirectory-admin/google-api-php-client/src/Google/Service/Storage.php 3 patches
Doc Comments   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -1076,7 +1076,7 @@  discard block
 block discarded – undo
1076 1076
    * (bucketAccessControls.insert)
1077 1077
    *
1078 1078
    * @param string $bucket Name of a bucket.
1079
-   * @param Google_BucketAccessControl $postBody
1079
+   * @param Google_Service_Storage_BucketAccessControl $postBody
1080 1080
    * @param array $optParams Optional parameters.
1081 1081
    * @return Google_Service_Storage_BucketAccessControl
1082 1082
    */
@@ -1110,7 +1110,7 @@  discard block
 block discarded – undo
1110 1110
    * @param string $entity The entity holding the permission. Can be user-userId,
1111 1111
    * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
1112 1112
    * allAuthenticatedUsers.
1113
-   * @param Google_BucketAccessControl $postBody
1113
+   * @param Google_Service_Storage_BucketAccessControl $postBody
1114 1114
    * @param array $optParams Optional parameters.
1115 1115
    * @return Google_Service_Storage_BucketAccessControl
1116 1116
    */
@@ -1128,7 +1128,7 @@  discard block
 block discarded – undo
1128 1128
    * @param string $entity The entity holding the permission. Can be user-userId,
1129 1129
    * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
1130 1130
    * allAuthenticatedUsers.
1131
-   * @param Google_BucketAccessControl $postBody
1131
+   * @param Google_Service_Storage_BucketAccessControl $postBody
1132 1132
    * @param array $optParams Optional parameters.
1133 1133
    * @return Google_Service_Storage_BucketAccessControl
1134 1134
    */
@@ -1195,7 +1195,7 @@  discard block
 block discarded – undo
1195 1195
    * Creates a new bucket. (buckets.insert)
1196 1196
    *
1197 1197
    * @param string $project A valid API project identifier.
1198
-   * @param Google_Bucket $postBody
1198
+   * @param Google_Service_Storage_Bucket $postBody
1199 1199
    * @param array $optParams Optional parameters.
1200 1200
    *
1201 1201
    * @opt_param string predefinedAcl Apply a predefined set of access controls to
@@ -1239,7 +1239,7 @@  discard block
 block discarded – undo
1239 1239
    * Updates a bucket. This method supports patch semantics. (buckets.patch)
1240 1240
    *
1241 1241
    * @param string $bucket Name of a bucket.
1242
-   * @param Google_Bucket $postBody
1242
+   * @param Google_Service_Storage_Bucket $postBody
1243 1243
    * @param array $optParams Optional parameters.
1244 1244
    *
1245 1245
    * @opt_param string projection Set of properties to return. Defaults to full.
@@ -1266,7 +1266,7 @@  discard block
 block discarded – undo
1266 1266
    * Updates a bucket. (buckets.update)
1267 1267
    *
1268 1268
    * @param string $bucket Name of a bucket.
1269
-   * @param Google_Bucket $postBody
1269
+   * @param Google_Service_Storage_Bucket $postBody
1270 1270
    * @param array $optParams Optional parameters.
1271 1271
    *
1272 1272
    * @opt_param string projection Set of properties to return. Defaults to full.
@@ -1304,7 +1304,7 @@  discard block
 block discarded – undo
1304 1304
   /**
1305 1305
    * Stop watching resources through this channel (channels.stop)
1306 1306
    *
1307
-   * @param Google_Channel $postBody
1307
+   * @param Google_Service_Storage_Channel $postBody
1308 1308
    * @param array $optParams Optional parameters.
1309 1309
    */
1310 1310
   public function stop(Google_Service_Storage_Channel $postBody, $optParams = array())
@@ -1366,7 +1366,7 @@  discard block
 block discarded – undo
1366 1366
    * (defaultObjectAccessControls.insert)
1367 1367
    *
1368 1368
    * @param string $bucket Name of a bucket.
1369
-   * @param Google_ObjectAccessControl $postBody
1369
+   * @param Google_Service_Storage_ObjectAccessControl $postBody
1370 1370
    * @param array $optParams Optional parameters.
1371 1371
    * @return Google_Service_Storage_ObjectAccessControl
1372 1372
    */
@@ -1406,7 +1406,7 @@  discard block
 block discarded – undo
1406 1406
    * @param string $entity The entity holding the permission. Can be user-userId,
1407 1407
    * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
1408 1408
    * allAuthenticatedUsers.
1409
-   * @param Google_ObjectAccessControl $postBody
1409
+   * @param Google_Service_Storage_ObjectAccessControl $postBody
1410 1410
    * @param array $optParams Optional parameters.
1411 1411
    * @return Google_Service_Storage_ObjectAccessControl
1412 1412
    */
@@ -1425,7 +1425,7 @@  discard block
 block discarded – undo
1425 1425
    * @param string $entity The entity holding the permission. Can be user-userId,
1426 1426
    * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
1427 1427
    * allAuthenticatedUsers.
1428
-   * @param Google_ObjectAccessControl $postBody
1428
+   * @param Google_Service_Storage_ObjectAccessControl $postBody
1429 1429
    * @param array $optParams Optional parameters.
1430 1430
    * @return Google_Service_Storage_ObjectAccessControl
1431 1431
    */
@@ -1497,7 +1497,7 @@  discard block
 block discarded – undo
1497 1497
    *
1498 1498
    * @param string $bucket Name of a bucket.
1499 1499
    * @param string $object Name of the object.
1500
-   * @param Google_ObjectAccessControl $postBody
1500
+   * @param Google_Service_Storage_ObjectAccessControl $postBody
1501 1501
    * @param array $optParams Optional parameters.
1502 1502
    *
1503 1503
    * @opt_param string generation If present, selects a specific revision of this
@@ -1539,7 +1539,7 @@  discard block
 block discarded – undo
1539 1539
    * @param string $entity The entity holding the permission. Can be user-userId,
1540 1540
    * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
1541 1541
    * allAuthenticatedUsers.
1542
-   * @param Google_ObjectAccessControl $postBody
1542
+   * @param Google_Service_Storage_ObjectAccessControl $postBody
1543 1543
    * @param array $optParams Optional parameters.
1544 1544
    *
1545 1545
    * @opt_param string generation If present, selects a specific revision of this
@@ -1561,7 +1561,7 @@  discard block
 block discarded – undo
1561 1561
    * @param string $entity The entity holding the permission. Can be user-userId,
1562 1562
    * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
1563 1563
    * allAuthenticatedUsers.
1564
-   * @param Google_ObjectAccessControl $postBody
1564
+   * @param Google_Service_Storage_ObjectAccessControl $postBody
1565 1565
    * @param array $optParams Optional parameters.
1566 1566
    *
1567 1567
    * @opt_param string generation If present, selects a specific revision of this
@@ -1594,7 +1594,7 @@  discard block
 block discarded – undo
1594 1594
    * @param string $destinationBucket Name of the bucket in which to store the new
1595 1595
    * object.
1596 1596
    * @param string $destinationObject Name of the new object.
1597
-   * @param Google_ComposeRequest $postBody
1597
+   * @param Google_Service_Storage_ComposeRequest $postBody
1598 1598
    * @param array $optParams Optional parameters.
1599 1599
    *
1600 1600
    * @opt_param string ifGenerationMatch Makes the operation conditional on
@@ -1624,7 +1624,7 @@  discard block
 block discarded – undo
1624 1624
    * @param string $destinationObject Name of the new object. Required when the
1625 1625
    * object metadata is not otherwise provided. Overrides the object metadata's
1626 1626
    * name value, if any.
1627
-   * @param Google_StorageObject $postBody
1627
+   * @param Google_Service_Storage_StorageObject $postBody
1628 1628
    * @param array $optParams Optional parameters.
1629 1629
    *
1630 1630
    * @opt_param string ifSourceGenerationNotMatch Makes the operation conditional
@@ -1723,7 +1723,7 @@  discard block
 block discarded – undo
1723 1723
    *
1724 1724
    * @param string $bucket Name of the bucket in which to store the new object.
1725 1725
    * Overrides the provided object metadata's bucket value, if any.
1726
-   * @param Google_StorageObject $postBody
1726
+   * @param Google_Service_Storage_StorageObject $postBody
1727 1727
    * @param array $optParams Optional parameters.
1728 1728
    *
1729 1729
    * @opt_param string predefinedAcl Apply a predefined set of access controls to
@@ -1792,7 +1792,7 @@  discard block
 block discarded – undo
1792 1792
    *
1793 1793
    * @param string $bucket Name of the bucket in which the object resides.
1794 1794
    * @param string $object Name of the object.
1795
-   * @param Google_StorageObject $postBody
1795
+   * @param Google_Service_Storage_StorageObject $postBody
1796 1796
    * @param array $optParams Optional parameters.
1797 1797
    *
1798 1798
    * @opt_param string predefinedAcl Apply a predefined set of access controls to
@@ -1829,7 +1829,7 @@  discard block
 block discarded – undo
1829 1829
    * @param string $destinationObject Name of the new object. Required when the
1830 1830
    * object metadata is not otherwise provided. Overrides the object metadata's
1831 1831
    * name value, if any.
1832
-   * @param Google_StorageObject $postBody
1832
+   * @param Google_Service_Storage_StorageObject $postBody
1833 1833
    * @param array $optParams Optional parameters.
1834 1834
    *
1835 1835
    * @opt_param string ifSourceGenerationNotMatch Makes the operation conditional
@@ -1886,7 +1886,7 @@  discard block
 block discarded – undo
1886 1886
    *
1887 1887
    * @param string $bucket Name of the bucket in which the object resides.
1888 1888
    * @param string $object Name of the object.
1889
-   * @param Google_StorageObject $postBody
1889
+   * @param Google_Service_Storage_StorageObject $postBody
1890 1890
    * @param array $optParams Optional parameters.
1891 1891
    *
1892 1892
    * @opt_param string predefinedAcl Apply a predefined set of access controls to
@@ -1915,7 +1915,7 @@  discard block
 block discarded – undo
1915 1915
    * Watch for changes on all objects in a bucket. (objects.watchAll)
1916 1916
    *
1917 1917
    * @param string $bucket Name of the bucket in which to look for objects.
1918
-   * @param Google_Channel $postBody
1918
+   * @param Google_Service_Storage_Channel $postBody
1919 1919
    * @param array $optParams Optional parameters.
1920 1920
    *
1921 1921
    * @opt_param string projection Set of properties to return. Defaults to noAcl.
Please login to merge, or discard this patch.
Indentation   +1322 added lines, -1322 removed lines patch added patch discarded remove patch
@@ -32,16 +32,16 @@  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 data and permissions in Google Cloud Storage. */
37 37
   const DEVSTORAGE_FULL_CONTROL =
38
-      "https://www.googleapis.com/auth/devstorage.full_control";
38
+	  "https://www.googleapis.com/auth/devstorage.full_control";
39 39
   /** View your data in Google Cloud Storage. */
40 40
   const DEVSTORAGE_READ_ONLY =
41
-      "https://www.googleapis.com/auth/devstorage.read_only";
41
+	  "https://www.googleapis.com/auth/devstorage.read_only";
42 42
   /** Manage your data in Google Cloud Storage. */
43 43
   const DEVSTORAGE_READ_WRITE =
44
-      "https://www.googleapis.com/auth/devstorage.read_write";
44
+	  "https://www.googleapis.com/auth/devstorage.read_write";
45 45
 
46 46
   public $bucketAccessControls;
47 47
   public $buckets;
@@ -58,969 +58,969 @@  discard block
 block discarded – undo
58 58
    */
59 59
   public function __construct(Google_Client $client)
60 60
   {
61
-    parent::__construct($client);
62
-    $this->rootUrl = 'https://www.googleapis.com/';
63
-    $this->servicePath = 'storage/v1/';
64
-    $this->version = 'v1';
65
-    $this->serviceName = 'storage';
66
-
67
-    $this->bucketAccessControls = new Google_Service_Storage_BucketAccessControls_Resource(
68
-        $this,
69
-        $this->serviceName,
70
-        'bucketAccessControls',
71
-        array(
72
-          'methods' => array(
73
-            'delete' => array(
74
-              'path' => 'b/{bucket}/acl/{entity}',
75
-              'httpMethod' => 'DELETE',
76
-              'parameters' => array(
77
-                'bucket' => array(
78
-                  'location' => 'path',
79
-                  'type' => 'string',
80
-                  'required' => true,
81
-                ),
82
-                'entity' => array(
83
-                  'location' => 'path',
84
-                  'type' => 'string',
85
-                  'required' => true,
86
-                ),
87
-              ),
88
-            ),'get' => array(
89
-              'path' => 'b/{bucket}/acl/{entity}',
90
-              'httpMethod' => 'GET',
91
-              'parameters' => array(
92
-                'bucket' => array(
93
-                  'location' => 'path',
94
-                  'type' => 'string',
95
-                  'required' => true,
96
-                ),
97
-                'entity' => array(
98
-                  'location' => 'path',
99
-                  'type' => 'string',
100
-                  'required' => true,
101
-                ),
102
-              ),
103
-            ),'insert' => array(
104
-              'path' => 'b/{bucket}/acl',
105
-              'httpMethod' => 'POST',
106
-              'parameters' => array(
107
-                'bucket' => array(
108
-                  'location' => 'path',
109
-                  'type' => 'string',
110
-                  'required' => true,
111
-                ),
112
-              ),
113
-            ),'list' => array(
114
-              'path' => 'b/{bucket}/acl',
115
-              'httpMethod' => 'GET',
116
-              'parameters' => array(
117
-                'bucket' => array(
118
-                  'location' => 'path',
119
-                  'type' => 'string',
120
-                  'required' => true,
121
-                ),
122
-              ),
123
-            ),'patch' => array(
124
-              'path' => 'b/{bucket}/acl/{entity}',
125
-              'httpMethod' => 'PATCH',
126
-              'parameters' => array(
127
-                'bucket' => array(
128
-                  'location' => 'path',
129
-                  'type' => 'string',
130
-                  'required' => true,
131
-                ),
132
-                'entity' => array(
133
-                  'location' => 'path',
134
-                  'type' => 'string',
135
-                  'required' => true,
136
-                ),
137
-              ),
138
-            ),'update' => array(
139
-              'path' => 'b/{bucket}/acl/{entity}',
140
-              'httpMethod' => 'PUT',
141
-              'parameters' => array(
142
-                'bucket' => array(
143
-                  'location' => 'path',
144
-                  'type' => 'string',
145
-                  'required' => true,
146
-                ),
147
-                'entity' => array(
148
-                  'location' => 'path',
149
-                  'type' => 'string',
150
-                  'required' => true,
151
-                ),
152
-              ),
153
-            ),
154
-          )
155
-        )
156
-    );
157
-    $this->buckets = new Google_Service_Storage_Buckets_Resource(
158
-        $this,
159
-        $this->serviceName,
160
-        'buckets',
161
-        array(
162
-          'methods' => array(
163
-            'delete' => array(
164
-              'path' => 'b/{bucket}',
165
-              'httpMethod' => 'DELETE',
166
-              'parameters' => array(
167
-                'bucket' => array(
168
-                  'location' => 'path',
169
-                  'type' => 'string',
170
-                  'required' => true,
171
-                ),
172
-                'ifMetagenerationMatch' => array(
173
-                  'location' => 'query',
174
-                  'type' => 'string',
175
-                ),
176
-                'ifMetagenerationNotMatch' => array(
177
-                  'location' => 'query',
178
-                  'type' => 'string',
179
-                ),
180
-              ),
181
-            ),'get' => array(
182
-              'path' => 'b/{bucket}',
183
-              'httpMethod' => 'GET',
184
-              'parameters' => array(
185
-                'bucket' => array(
186
-                  'location' => 'path',
187
-                  'type' => 'string',
188
-                  'required' => true,
189
-                ),
190
-                'ifMetagenerationMatch' => array(
191
-                  'location' => 'query',
192
-                  'type' => 'string',
193
-                ),
194
-                'ifMetagenerationNotMatch' => array(
195
-                  'location' => 'query',
196
-                  'type' => 'string',
197
-                ),
198
-                'projection' => array(
199
-                  'location' => 'query',
200
-                  'type' => 'string',
201
-                ),
202
-              ),
203
-            ),'insert' => array(
204
-              'path' => 'b',
205
-              'httpMethod' => 'POST',
206
-              'parameters' => array(
207
-                'project' => array(
208
-                  'location' => 'query',
209
-                  'type' => 'string',
210
-                  'required' => true,
211
-                ),
212
-                'predefinedAcl' => array(
213
-                  'location' => 'query',
214
-                  'type' => 'string',
215
-                ),
216
-                'projection' => array(
217
-                  'location' => 'query',
218
-                  'type' => 'string',
219
-                ),
220
-                'predefinedDefaultObjectAcl' => array(
221
-                  'location' => 'query',
222
-                  'type' => 'string',
223
-                ),
224
-              ),
225
-            ),'list' => array(
226
-              'path' => 'b',
227
-              'httpMethod' => 'GET',
228
-              'parameters' => array(
229
-                'project' => array(
230
-                  'location' => 'query',
231
-                  'type' => 'string',
232
-                  'required' => true,
233
-                ),
234
-                'pageToken' => array(
235
-                  'location' => 'query',
236
-                  'type' => 'string',
237
-                ),
238
-                'prefix' => array(
239
-                  'location' => 'query',
240
-                  'type' => 'string',
241
-                ),
242
-                'projection' => array(
243
-                  'location' => 'query',
244
-                  'type' => 'string',
245
-                ),
246
-                'maxResults' => array(
247
-                  'location' => 'query',
248
-                  'type' => 'integer',
249
-                ),
250
-              ),
251
-            ),'patch' => array(
252
-              'path' => 'b/{bucket}',
253
-              'httpMethod' => 'PATCH',
254
-              'parameters' => array(
255
-                'bucket' => array(
256
-                  'location' => 'path',
257
-                  'type' => 'string',
258
-                  'required' => true,
259
-                ),
260
-                'projection' => array(
261
-                  'location' => 'query',
262
-                  'type' => 'string',
263
-                ),
264
-                'ifMetagenerationMatch' => array(
265
-                  'location' => 'query',
266
-                  'type' => 'string',
267
-                ),
268
-                'predefinedDefaultObjectAcl' => array(
269
-                  'location' => 'query',
270
-                  'type' => 'string',
271
-                ),
272
-                'predefinedAcl' => array(
273
-                  'location' => 'query',
274
-                  'type' => 'string',
275
-                ),
276
-                'ifMetagenerationNotMatch' => array(
277
-                  'location' => 'query',
278
-                  'type' => 'string',
279
-                ),
280
-              ),
281
-            ),'update' => array(
282
-              'path' => 'b/{bucket}',
283
-              'httpMethod' => 'PUT',
284
-              'parameters' => array(
285
-                'bucket' => array(
286
-                  'location' => 'path',
287
-                  'type' => 'string',
288
-                  'required' => true,
289
-                ),
290
-                'projection' => array(
291
-                  'location' => 'query',
292
-                  'type' => 'string',
293
-                ),
294
-                'ifMetagenerationMatch' => array(
295
-                  'location' => 'query',
296
-                  'type' => 'string',
297
-                ),
298
-                'predefinedDefaultObjectAcl' => array(
299
-                  'location' => 'query',
300
-                  'type' => 'string',
301
-                ),
302
-                'predefinedAcl' => array(
303
-                  'location' => 'query',
304
-                  'type' => 'string',
305
-                ),
306
-                'ifMetagenerationNotMatch' => array(
307
-                  'location' => 'query',
308
-                  'type' => 'string',
309
-                ),
310
-              ),
311
-            ),
312
-          )
313
-        )
314
-    );
315
-    $this->channels = new Google_Service_Storage_Channels_Resource(
316
-        $this,
317
-        $this->serviceName,
318
-        'channels',
319
-        array(
320
-          'methods' => array(
321
-            'stop' => array(
322
-              'path' => 'channels/stop',
323
-              'httpMethod' => 'POST',
324
-              'parameters' => array(),
325
-            ),
326
-          )
327
-        )
328
-    );
329
-    $this->defaultObjectAccessControls = new Google_Service_Storage_DefaultObjectAccessControls_Resource(
330
-        $this,
331
-        $this->serviceName,
332
-        'defaultObjectAccessControls',
333
-        array(
334
-          'methods' => array(
335
-            'delete' => array(
336
-              'path' => 'b/{bucket}/defaultObjectAcl/{entity}',
337
-              'httpMethod' => 'DELETE',
338
-              'parameters' => array(
339
-                'bucket' => array(
340
-                  'location' => 'path',
341
-                  'type' => 'string',
342
-                  'required' => true,
343
-                ),
344
-                'entity' => array(
345
-                  'location' => 'path',
346
-                  'type' => 'string',
347
-                  'required' => true,
348
-                ),
349
-              ),
350
-            ),'get' => array(
351
-              'path' => 'b/{bucket}/defaultObjectAcl/{entity}',
352
-              'httpMethod' => 'GET',
353
-              'parameters' => array(
354
-                'bucket' => array(
355
-                  'location' => 'path',
356
-                  'type' => 'string',
357
-                  'required' => true,
358
-                ),
359
-                'entity' => array(
360
-                  'location' => 'path',
361
-                  'type' => 'string',
362
-                  'required' => true,
363
-                ),
364
-              ),
365
-            ),'insert' => array(
366
-              'path' => 'b/{bucket}/defaultObjectAcl',
367
-              'httpMethod' => 'POST',
368
-              'parameters' => array(
369
-                'bucket' => array(
370
-                  'location' => 'path',
371
-                  'type' => 'string',
372
-                  'required' => true,
373
-                ),
374
-              ),
375
-            ),'list' => array(
376
-              'path' => 'b/{bucket}/defaultObjectAcl',
377
-              'httpMethod' => 'GET',
378
-              'parameters' => array(
379
-                'bucket' => array(
380
-                  'location' => 'path',
381
-                  'type' => 'string',
382
-                  'required' => true,
383
-                ),
384
-                'ifMetagenerationMatch' => array(
385
-                  'location' => 'query',
386
-                  'type' => 'string',
387
-                ),
388
-                'ifMetagenerationNotMatch' => array(
389
-                  'location' => 'query',
390
-                  'type' => 'string',
391
-                ),
392
-              ),
393
-            ),'patch' => array(
394
-              'path' => 'b/{bucket}/defaultObjectAcl/{entity}',
395
-              'httpMethod' => 'PATCH',
396
-              'parameters' => array(
397
-                'bucket' => array(
398
-                  'location' => 'path',
399
-                  'type' => 'string',
400
-                  'required' => true,
401
-                ),
402
-                'entity' => array(
403
-                  'location' => 'path',
404
-                  'type' => 'string',
405
-                  'required' => true,
406
-                ),
407
-              ),
408
-            ),'update' => array(
409
-              'path' => 'b/{bucket}/defaultObjectAcl/{entity}',
410
-              'httpMethod' => 'PUT',
411
-              'parameters' => array(
412
-                'bucket' => array(
413
-                  'location' => 'path',
414
-                  'type' => 'string',
415
-                  'required' => true,
416
-                ),
417
-                'entity' => array(
418
-                  'location' => 'path',
419
-                  'type' => 'string',
420
-                  'required' => true,
421
-                ),
422
-              ),
423
-            ),
424
-          )
425
-        )
426
-    );
427
-    $this->objectAccessControls = new Google_Service_Storage_ObjectAccessControls_Resource(
428
-        $this,
429
-        $this->serviceName,
430
-        'objectAccessControls',
431
-        array(
432
-          'methods' => array(
433
-            'delete' => array(
434
-              'path' => 'b/{bucket}/o/{object}/acl/{entity}',
435
-              'httpMethod' => 'DELETE',
436
-              'parameters' => array(
437
-                'bucket' => array(
438
-                  'location' => 'path',
439
-                  'type' => 'string',
440
-                  'required' => true,
441
-                ),
442
-                'object' => array(
443
-                  'location' => 'path',
444
-                  'type' => 'string',
445
-                  'required' => true,
446
-                ),
447
-                'entity' => array(
448
-                  'location' => 'path',
449
-                  'type' => 'string',
450
-                  'required' => true,
451
-                ),
452
-                'generation' => array(
453
-                  'location' => 'query',
454
-                  'type' => 'string',
455
-                ),
456
-              ),
457
-            ),'get' => array(
458
-              'path' => 'b/{bucket}/o/{object}/acl/{entity}',
459
-              'httpMethod' => 'GET',
460
-              'parameters' => array(
461
-                'bucket' => array(
462
-                  'location' => 'path',
463
-                  'type' => 'string',
464
-                  'required' => true,
465
-                ),
466
-                'object' => array(
467
-                  'location' => 'path',
468
-                  'type' => 'string',
469
-                  'required' => true,
470
-                ),
471
-                'entity' => array(
472
-                  'location' => 'path',
473
-                  'type' => 'string',
474
-                  'required' => true,
475
-                ),
476
-                'generation' => array(
477
-                  'location' => 'query',
478
-                  'type' => 'string',
479
-                ),
480
-              ),
481
-            ),'insert' => array(
482
-              'path' => 'b/{bucket}/o/{object}/acl',
483
-              'httpMethod' => 'POST',
484
-              'parameters' => array(
485
-                'bucket' => array(
486
-                  'location' => 'path',
487
-                  'type' => 'string',
488
-                  'required' => true,
489
-                ),
490
-                'object' => array(
491
-                  'location' => 'path',
492
-                  'type' => 'string',
493
-                  'required' => true,
494
-                ),
495
-                'generation' => array(
496
-                  'location' => 'query',
497
-                  'type' => 'string',
498
-                ),
499
-              ),
500
-            ),'list' => array(
501
-              'path' => 'b/{bucket}/o/{object}/acl',
502
-              'httpMethod' => 'GET',
503
-              'parameters' => array(
504
-                'bucket' => array(
505
-                  'location' => 'path',
506
-                  'type' => 'string',
507
-                  'required' => true,
508
-                ),
509
-                'object' => array(
510
-                  'location' => 'path',
511
-                  'type' => 'string',
512
-                  'required' => true,
513
-                ),
514
-                'generation' => array(
515
-                  'location' => 'query',
516
-                  'type' => 'string',
517
-                ),
518
-              ),
519
-            ),'patch' => array(
520
-              'path' => 'b/{bucket}/o/{object}/acl/{entity}',
521
-              'httpMethod' => 'PATCH',
522
-              'parameters' => array(
523
-                'bucket' => array(
524
-                  'location' => 'path',
525
-                  'type' => 'string',
526
-                  'required' => true,
527
-                ),
528
-                'object' => array(
529
-                  'location' => 'path',
530
-                  'type' => 'string',
531
-                  'required' => true,
532
-                ),
533
-                'entity' => array(
534
-                  'location' => 'path',
535
-                  'type' => 'string',
536
-                  'required' => true,
537
-                ),
538
-                'generation' => array(
539
-                  'location' => 'query',
540
-                  'type' => 'string',
541
-                ),
542
-              ),
543
-            ),'update' => array(
544
-              'path' => 'b/{bucket}/o/{object}/acl/{entity}',
545
-              'httpMethod' => 'PUT',
546
-              'parameters' => array(
547
-                'bucket' => array(
548
-                  'location' => 'path',
549
-                  'type' => 'string',
550
-                  'required' => true,
551
-                ),
552
-                'object' => array(
553
-                  'location' => 'path',
554
-                  'type' => 'string',
555
-                  'required' => true,
556
-                ),
557
-                'entity' => array(
558
-                  'location' => 'path',
559
-                  'type' => 'string',
560
-                  'required' => true,
561
-                ),
562
-                'generation' => array(
563
-                  'location' => 'query',
564
-                  'type' => 'string',
565
-                ),
566
-              ),
567
-            ),
568
-          )
569
-        )
570
-    );
571
-    $this->objects = new Google_Service_Storage_Objects_Resource(
572
-        $this,
573
-        $this->serviceName,
574
-        'objects',
575
-        array(
576
-          'methods' => array(
577
-            'compose' => array(
578
-              'path' => 'b/{destinationBucket}/o/{destinationObject}/compose',
579
-              'httpMethod' => 'POST',
580
-              'parameters' => array(
581
-                'destinationBucket' => array(
582
-                  'location' => 'path',
583
-                  'type' => 'string',
584
-                  'required' => true,
585
-                ),
586
-                'destinationObject' => array(
587
-                  'location' => 'path',
588
-                  'type' => 'string',
589
-                  'required' => true,
590
-                ),
591
-                'ifGenerationMatch' => array(
592
-                  'location' => 'query',
593
-                  'type' => 'string',
594
-                ),
595
-                'ifMetagenerationMatch' => array(
596
-                  'location' => 'query',
597
-                  'type' => 'string',
598
-                ),
599
-                'destinationPredefinedAcl' => array(
600
-                  'location' => 'query',
601
-                  'type' => 'string',
602
-                ),
603
-              ),
604
-            ),'copy' => array(
605
-              'path' => 'b/{sourceBucket}/o/{sourceObject}/copyTo/b/{destinationBucket}/o/{destinationObject}',
606
-              'httpMethod' => 'POST',
607
-              'parameters' => array(
608
-                'sourceBucket' => array(
609
-                  'location' => 'path',
610
-                  'type' => 'string',
611
-                  'required' => true,
612
-                ),
613
-                'sourceObject' => array(
614
-                  'location' => 'path',
615
-                  'type' => 'string',
616
-                  'required' => true,
617
-                ),
618
-                'destinationBucket' => array(
619
-                  'location' => 'path',
620
-                  'type' => 'string',
621
-                  'required' => true,
622
-                ),
623
-                'destinationObject' => array(
624
-                  'location' => 'path',
625
-                  'type' => 'string',
626
-                  'required' => true,
627
-                ),
628
-                'ifSourceGenerationNotMatch' => array(
629
-                  'location' => 'query',
630
-                  'type' => 'string',
631
-                ),
632
-                'ifGenerationNotMatch' => array(
633
-                  'location' => 'query',
634
-                  'type' => 'string',
635
-                ),
636
-                'ifSourceMetagenerationNotMatch' => array(
637
-                  'location' => 'query',
638
-                  'type' => 'string',
639
-                ),
640
-                'ifMetagenerationMatch' => array(
641
-                  'location' => 'query',
642
-                  'type' => 'string',
643
-                ),
644
-                'sourceGeneration' => array(
645
-                  'location' => 'query',
646
-                  'type' => 'string',
647
-                ),
648
-                'destinationPredefinedAcl' => array(
649
-                  'location' => 'query',
650
-                  'type' => 'string',
651
-                ),
652
-                'ifSourceGenerationMatch' => array(
653
-                  'location' => 'query',
654
-                  'type' => 'string',
655
-                ),
656
-                'ifSourceMetagenerationMatch' => array(
657
-                  'location' => 'query',
658
-                  'type' => 'string',
659
-                ),
660
-                'ifGenerationMatch' => array(
661
-                  'location' => 'query',
662
-                  'type' => 'string',
663
-                ),
664
-                'ifMetagenerationNotMatch' => array(
665
-                  'location' => 'query',
666
-                  'type' => 'string',
667
-                ),
668
-                'projection' => array(
669
-                  'location' => 'query',
670
-                  'type' => 'string',
671
-                ),
672
-              ),
673
-            ),'delete' => array(
674
-              'path' => 'b/{bucket}/o/{object}',
675
-              'httpMethod' => 'DELETE',
676
-              'parameters' => array(
677
-                'bucket' => array(
678
-                  'location' => 'path',
679
-                  'type' => 'string',
680
-                  'required' => true,
681
-                ),
682
-                'object' => array(
683
-                  'location' => 'path',
684
-                  'type' => 'string',
685
-                  'required' => true,
686
-                ),
687
-                'ifGenerationNotMatch' => array(
688
-                  'location' => 'query',
689
-                  'type' => 'string',
690
-                ),
691
-                'generation' => array(
692
-                  'location' => 'query',
693
-                  'type' => 'string',
694
-                ),
695
-                'ifMetagenerationMatch' => array(
696
-                  'location' => 'query',
697
-                  'type' => 'string',
698
-                ),
699
-                'ifGenerationMatch' => array(
700
-                  'location' => 'query',
701
-                  'type' => 'string',
702
-                ),
703
-                'ifMetagenerationNotMatch' => array(
704
-                  'location' => 'query',
705
-                  'type' => 'string',
706
-                ),
707
-              ),
708
-            ),'get' => array(
709
-              'path' => 'b/{bucket}/o/{object}',
710
-              'httpMethod' => 'GET',
711
-              'parameters' => array(
712
-                'bucket' => array(
713
-                  'location' => 'path',
714
-                  'type' => 'string',
715
-                  'required' => true,
716
-                ),
717
-                'object' => array(
718
-                  'location' => 'path',
719
-                  'type' => 'string',
720
-                  'required' => true,
721
-                ),
722
-                'ifGenerationNotMatch' => array(
723
-                  'location' => 'query',
724
-                  'type' => 'string',
725
-                ),
726
-                'generation' => array(
727
-                  'location' => 'query',
728
-                  'type' => 'string',
729
-                ),
730
-                'ifMetagenerationMatch' => array(
731
-                  'location' => 'query',
732
-                  'type' => 'string',
733
-                ),
734
-                'ifGenerationMatch' => array(
735
-                  'location' => 'query',
736
-                  'type' => 'string',
737
-                ),
738
-                'ifMetagenerationNotMatch' => array(
739
-                  'location' => 'query',
740
-                  'type' => 'string',
741
-                ),
742
-                'projection' => array(
743
-                  'location' => 'query',
744
-                  'type' => 'string',
745
-                ),
746
-              ),
747
-            ),'insert' => array(
748
-              'path' => 'b/{bucket}/o',
749
-              'httpMethod' => 'POST',
750
-              'parameters' => array(
751
-                'bucket' => array(
752
-                  'location' => 'path',
753
-                  'type' => 'string',
754
-                  'required' => true,
755
-                ),
756
-                'predefinedAcl' => array(
757
-                  'location' => 'query',
758
-                  'type' => 'string',
759
-                ),
760
-                'projection' => array(
761
-                  'location' => 'query',
762
-                  'type' => 'string',
763
-                ),
764
-                'ifGenerationNotMatch' => array(
765
-                  'location' => 'query',
766
-                  'type' => 'string',
767
-                ),
768
-                'ifMetagenerationMatch' => array(
769
-                  'location' => 'query',
770
-                  'type' => 'string',
771
-                ),
772
-                'contentEncoding' => array(
773
-                  'location' => 'query',
774
-                  'type' => 'string',
775
-                ),
776
-                'ifGenerationMatch' => array(
777
-                  'location' => 'query',
778
-                  'type' => 'string',
779
-                ),
780
-                'ifMetagenerationNotMatch' => array(
781
-                  'location' => 'query',
782
-                  'type' => 'string',
783
-                ),
784
-                'name' => array(
785
-                  'location' => 'query',
786
-                  'type' => 'string',
787
-                ),
788
-              ),
789
-            ),'list' => array(
790
-              'path' => 'b/{bucket}/o',
791
-              'httpMethod' => 'GET',
792
-              'parameters' => array(
793
-                'bucket' => array(
794
-                  'location' => 'path',
795
-                  'type' => 'string',
796
-                  'required' => true,
797
-                ),
798
-                'projection' => array(
799
-                  'location' => 'query',
800
-                  'type' => 'string',
801
-                ),
802
-                'versions' => array(
803
-                  'location' => 'query',
804
-                  'type' => 'boolean',
805
-                ),
806
-                'prefix' => array(
807
-                  'location' => 'query',
808
-                  'type' => 'string',
809
-                ),
810
-                'maxResults' => array(
811
-                  'location' => 'query',
812
-                  'type' => 'integer',
813
-                ),
814
-                'pageToken' => array(
815
-                  'location' => 'query',
816
-                  'type' => 'string',
817
-                ),
818
-                'delimiter' => array(
819
-                  'location' => 'query',
820
-                  'type' => 'string',
821
-                ),
822
-              ),
823
-            ),'patch' => array(
824
-              'path' => 'b/{bucket}/o/{object}',
825
-              'httpMethod' => 'PATCH',
826
-              'parameters' => array(
827
-                'bucket' => array(
828
-                  'location' => 'path',
829
-                  'type' => 'string',
830
-                  'required' => true,
831
-                ),
832
-                'object' => array(
833
-                  'location' => 'path',
834
-                  'type' => 'string',
835
-                  'required' => true,
836
-                ),
837
-                'predefinedAcl' => array(
838
-                  'location' => 'query',
839
-                  'type' => 'string',
840
-                ),
841
-                'ifGenerationNotMatch' => array(
842
-                  'location' => 'query',
843
-                  'type' => 'string',
844
-                ),
845
-                'generation' => array(
846
-                  'location' => 'query',
847
-                  'type' => 'string',
848
-                ),
849
-                'ifMetagenerationMatch' => array(
850
-                  'location' => 'query',
851
-                  'type' => 'string',
852
-                ),
853
-                'ifGenerationMatch' => array(
854
-                  'location' => 'query',
855
-                  'type' => 'string',
856
-                ),
857
-                'ifMetagenerationNotMatch' => array(
858
-                  'location' => 'query',
859
-                  'type' => 'string',
860
-                ),
861
-                'projection' => array(
862
-                  'location' => 'query',
863
-                  'type' => 'string',
864
-                ),
865
-              ),
866
-            ),'rewrite' => array(
867
-              'path' => 'b/{sourceBucket}/o/{sourceObject}/rewriteTo/b/{destinationBucket}/o/{destinationObject}',
868
-              'httpMethod' => 'POST',
869
-              'parameters' => array(
870
-                'sourceBucket' => array(
871
-                  'location' => 'path',
872
-                  'type' => 'string',
873
-                  'required' => true,
874
-                ),
875
-                'sourceObject' => array(
876
-                  'location' => 'path',
877
-                  'type' => 'string',
878
-                  'required' => true,
879
-                ),
880
-                'destinationBucket' => array(
881
-                  'location' => 'path',
882
-                  'type' => 'string',
883
-                  'required' => true,
884
-                ),
885
-                'destinationObject' => array(
886
-                  'location' => 'path',
887
-                  'type' => 'string',
888
-                  'required' => true,
889
-                ),
890
-                'ifSourceGenerationNotMatch' => array(
891
-                  'location' => 'query',
892
-                  'type' => 'string',
893
-                ),
894
-                'ifGenerationNotMatch' => array(
895
-                  'location' => 'query',
896
-                  'type' => 'string',
897
-                ),
898
-                'rewriteToken' => array(
899
-                  'location' => 'query',
900
-                  'type' => 'string',
901
-                ),
902
-                'ifSourceMetagenerationNotMatch' => array(
903
-                  'location' => 'query',
904
-                  'type' => 'string',
905
-                ),
906
-                'ifMetagenerationMatch' => array(
907
-                  'location' => 'query',
908
-                  'type' => 'string',
909
-                ),
910
-                'sourceGeneration' => array(
911
-                  'location' => 'query',
912
-                  'type' => 'string',
913
-                ),
914
-                'destinationPredefinedAcl' => array(
915
-                  'location' => 'query',
916
-                  'type' => 'string',
917
-                ),
918
-                'ifSourceGenerationMatch' => array(
919
-                  'location' => 'query',
920
-                  'type' => 'string',
921
-                ),
922
-                'maxBytesRewrittenPerCall' => array(
923
-                  'location' => 'query',
924
-                  'type' => 'string',
925
-                ),
926
-                'ifSourceMetagenerationMatch' => array(
927
-                  'location' => 'query',
928
-                  'type' => 'string',
929
-                ),
930
-                'ifGenerationMatch' => array(
931
-                  'location' => 'query',
932
-                  'type' => 'string',
933
-                ),
934
-                'ifMetagenerationNotMatch' => array(
935
-                  'location' => 'query',
936
-                  'type' => 'string',
937
-                ),
938
-                'projection' => array(
939
-                  'location' => 'query',
940
-                  'type' => 'string',
941
-                ),
942
-              ),
943
-            ),'update' => array(
944
-              'path' => 'b/{bucket}/o/{object}',
945
-              'httpMethod' => 'PUT',
946
-              'parameters' => array(
947
-                'bucket' => array(
948
-                  'location' => 'path',
949
-                  'type' => 'string',
950
-                  'required' => true,
951
-                ),
952
-                'object' => array(
953
-                  'location' => 'path',
954
-                  'type' => 'string',
955
-                  'required' => true,
956
-                ),
957
-                'predefinedAcl' => array(
958
-                  'location' => 'query',
959
-                  'type' => 'string',
960
-                ),
961
-                'ifGenerationNotMatch' => array(
962
-                  'location' => 'query',
963
-                  'type' => 'string',
964
-                ),
965
-                'generation' => array(
966
-                  'location' => 'query',
967
-                  'type' => 'string',
968
-                ),
969
-                'ifMetagenerationMatch' => array(
970
-                  'location' => 'query',
971
-                  'type' => 'string',
972
-                ),
973
-                'ifGenerationMatch' => array(
974
-                  'location' => 'query',
975
-                  'type' => 'string',
976
-                ),
977
-                'ifMetagenerationNotMatch' => array(
978
-                  'location' => 'query',
979
-                  'type' => 'string',
980
-                ),
981
-                'projection' => array(
982
-                  'location' => 'query',
983
-                  'type' => 'string',
984
-                ),
985
-              ),
986
-            ),'watchAll' => array(
987
-              'path' => 'b/{bucket}/o/watch',
988
-              'httpMethod' => 'POST',
989
-              'parameters' => array(
990
-                'bucket' => array(
991
-                  'location' => 'path',
992
-                  'type' => 'string',
993
-                  'required' => true,
994
-                ),
995
-                'projection' => array(
996
-                  'location' => 'query',
997
-                  'type' => 'string',
998
-                ),
999
-                'versions' => array(
1000
-                  'location' => 'query',
1001
-                  'type' => 'boolean',
1002
-                ),
1003
-                'prefix' => array(
1004
-                  'location' => 'query',
1005
-                  'type' => 'string',
1006
-                ),
1007
-                'maxResults' => array(
1008
-                  'location' => 'query',
1009
-                  'type' => 'integer',
1010
-                ),
1011
-                'pageToken' => array(
1012
-                  'location' => 'query',
1013
-                  'type' => 'string',
1014
-                ),
1015
-                'delimiter' => array(
1016
-                  'location' => 'query',
1017
-                  'type' => 'string',
1018
-                ),
1019
-              ),
1020
-            ),
1021
-          )
1022
-        )
1023
-    );
61
+	parent::__construct($client);
62
+	$this->rootUrl = 'https://www.googleapis.com/';
63
+	$this->servicePath = 'storage/v1/';
64
+	$this->version = 'v1';
65
+	$this->serviceName = 'storage';
66
+
67
+	$this->bucketAccessControls = new Google_Service_Storage_BucketAccessControls_Resource(
68
+		$this,
69
+		$this->serviceName,
70
+		'bucketAccessControls',
71
+		array(
72
+		  'methods' => array(
73
+			'delete' => array(
74
+			  'path' => 'b/{bucket}/acl/{entity}',
75
+			  'httpMethod' => 'DELETE',
76
+			  'parameters' => array(
77
+				'bucket' => array(
78
+				  'location' => 'path',
79
+				  'type' => 'string',
80
+				  'required' => true,
81
+				),
82
+				'entity' => array(
83
+				  'location' => 'path',
84
+				  'type' => 'string',
85
+				  'required' => true,
86
+				),
87
+			  ),
88
+			),'get' => array(
89
+			  'path' => 'b/{bucket}/acl/{entity}',
90
+			  'httpMethod' => 'GET',
91
+			  'parameters' => array(
92
+				'bucket' => array(
93
+				  'location' => 'path',
94
+				  'type' => 'string',
95
+				  'required' => true,
96
+				),
97
+				'entity' => array(
98
+				  'location' => 'path',
99
+				  'type' => 'string',
100
+				  'required' => true,
101
+				),
102
+			  ),
103
+			),'insert' => array(
104
+			  'path' => 'b/{bucket}/acl',
105
+			  'httpMethod' => 'POST',
106
+			  'parameters' => array(
107
+				'bucket' => array(
108
+				  'location' => 'path',
109
+				  'type' => 'string',
110
+				  'required' => true,
111
+				),
112
+			  ),
113
+			),'list' => array(
114
+			  'path' => 'b/{bucket}/acl',
115
+			  'httpMethod' => 'GET',
116
+			  'parameters' => array(
117
+				'bucket' => array(
118
+				  'location' => 'path',
119
+				  'type' => 'string',
120
+				  'required' => true,
121
+				),
122
+			  ),
123
+			),'patch' => array(
124
+			  'path' => 'b/{bucket}/acl/{entity}',
125
+			  'httpMethod' => 'PATCH',
126
+			  'parameters' => array(
127
+				'bucket' => array(
128
+				  'location' => 'path',
129
+				  'type' => 'string',
130
+				  'required' => true,
131
+				),
132
+				'entity' => array(
133
+				  'location' => 'path',
134
+				  'type' => 'string',
135
+				  'required' => true,
136
+				),
137
+			  ),
138
+			),'update' => array(
139
+			  'path' => 'b/{bucket}/acl/{entity}',
140
+			  'httpMethod' => 'PUT',
141
+			  'parameters' => array(
142
+				'bucket' => array(
143
+				  'location' => 'path',
144
+				  'type' => 'string',
145
+				  'required' => true,
146
+				),
147
+				'entity' => array(
148
+				  'location' => 'path',
149
+				  'type' => 'string',
150
+				  'required' => true,
151
+				),
152
+			  ),
153
+			),
154
+		  )
155
+		)
156
+	);
157
+	$this->buckets = new Google_Service_Storage_Buckets_Resource(
158
+		$this,
159
+		$this->serviceName,
160
+		'buckets',
161
+		array(
162
+		  'methods' => array(
163
+			'delete' => array(
164
+			  'path' => 'b/{bucket}',
165
+			  'httpMethod' => 'DELETE',
166
+			  'parameters' => array(
167
+				'bucket' => array(
168
+				  'location' => 'path',
169
+				  'type' => 'string',
170
+				  'required' => true,
171
+				),
172
+				'ifMetagenerationMatch' => array(
173
+				  'location' => 'query',
174
+				  'type' => 'string',
175
+				),
176
+				'ifMetagenerationNotMatch' => array(
177
+				  'location' => 'query',
178
+				  'type' => 'string',
179
+				),
180
+			  ),
181
+			),'get' => array(
182
+			  'path' => 'b/{bucket}',
183
+			  'httpMethod' => 'GET',
184
+			  'parameters' => array(
185
+				'bucket' => array(
186
+				  'location' => 'path',
187
+				  'type' => 'string',
188
+				  'required' => true,
189
+				),
190
+				'ifMetagenerationMatch' => array(
191
+				  'location' => 'query',
192
+				  'type' => 'string',
193
+				),
194
+				'ifMetagenerationNotMatch' => array(
195
+				  'location' => 'query',
196
+				  'type' => 'string',
197
+				),
198
+				'projection' => array(
199
+				  'location' => 'query',
200
+				  'type' => 'string',
201
+				),
202
+			  ),
203
+			),'insert' => array(
204
+			  'path' => 'b',
205
+			  'httpMethod' => 'POST',
206
+			  'parameters' => array(
207
+				'project' => array(
208
+				  'location' => 'query',
209
+				  'type' => 'string',
210
+				  'required' => true,
211
+				),
212
+				'predefinedAcl' => array(
213
+				  'location' => 'query',
214
+				  'type' => 'string',
215
+				),
216
+				'projection' => array(
217
+				  'location' => 'query',
218
+				  'type' => 'string',
219
+				),
220
+				'predefinedDefaultObjectAcl' => array(
221
+				  'location' => 'query',
222
+				  'type' => 'string',
223
+				),
224
+			  ),
225
+			),'list' => array(
226
+			  'path' => 'b',
227
+			  'httpMethod' => 'GET',
228
+			  'parameters' => array(
229
+				'project' => array(
230
+				  'location' => 'query',
231
+				  'type' => 'string',
232
+				  'required' => true,
233
+				),
234
+				'pageToken' => array(
235
+				  'location' => 'query',
236
+				  'type' => 'string',
237
+				),
238
+				'prefix' => array(
239
+				  'location' => 'query',
240
+				  'type' => 'string',
241
+				),
242
+				'projection' => array(
243
+				  'location' => 'query',
244
+				  'type' => 'string',
245
+				),
246
+				'maxResults' => array(
247
+				  'location' => 'query',
248
+				  'type' => 'integer',
249
+				),
250
+			  ),
251
+			),'patch' => array(
252
+			  'path' => 'b/{bucket}',
253
+			  'httpMethod' => 'PATCH',
254
+			  'parameters' => array(
255
+				'bucket' => array(
256
+				  'location' => 'path',
257
+				  'type' => 'string',
258
+				  'required' => true,
259
+				),
260
+				'projection' => array(
261
+				  'location' => 'query',
262
+				  'type' => 'string',
263
+				),
264
+				'ifMetagenerationMatch' => array(
265
+				  'location' => 'query',
266
+				  'type' => 'string',
267
+				),
268
+				'predefinedDefaultObjectAcl' => array(
269
+				  'location' => 'query',
270
+				  'type' => 'string',
271
+				),
272
+				'predefinedAcl' => array(
273
+				  'location' => 'query',
274
+				  'type' => 'string',
275
+				),
276
+				'ifMetagenerationNotMatch' => array(
277
+				  'location' => 'query',
278
+				  'type' => 'string',
279
+				),
280
+			  ),
281
+			),'update' => array(
282
+			  'path' => 'b/{bucket}',
283
+			  'httpMethod' => 'PUT',
284
+			  'parameters' => array(
285
+				'bucket' => array(
286
+				  'location' => 'path',
287
+				  'type' => 'string',
288
+				  'required' => true,
289
+				),
290
+				'projection' => array(
291
+				  'location' => 'query',
292
+				  'type' => 'string',
293
+				),
294
+				'ifMetagenerationMatch' => array(
295
+				  'location' => 'query',
296
+				  'type' => 'string',
297
+				),
298
+				'predefinedDefaultObjectAcl' => array(
299
+				  'location' => 'query',
300
+				  'type' => 'string',
301
+				),
302
+				'predefinedAcl' => array(
303
+				  'location' => 'query',
304
+				  'type' => 'string',
305
+				),
306
+				'ifMetagenerationNotMatch' => array(
307
+				  'location' => 'query',
308
+				  'type' => 'string',
309
+				),
310
+			  ),
311
+			),
312
+		  )
313
+		)
314
+	);
315
+	$this->channels = new Google_Service_Storage_Channels_Resource(
316
+		$this,
317
+		$this->serviceName,
318
+		'channels',
319
+		array(
320
+		  'methods' => array(
321
+			'stop' => array(
322
+			  'path' => 'channels/stop',
323
+			  'httpMethod' => 'POST',
324
+			  'parameters' => array(),
325
+			),
326
+		  )
327
+		)
328
+	);
329
+	$this->defaultObjectAccessControls = new Google_Service_Storage_DefaultObjectAccessControls_Resource(
330
+		$this,
331
+		$this->serviceName,
332
+		'defaultObjectAccessControls',
333
+		array(
334
+		  'methods' => array(
335
+			'delete' => array(
336
+			  'path' => 'b/{bucket}/defaultObjectAcl/{entity}',
337
+			  'httpMethod' => 'DELETE',
338
+			  'parameters' => array(
339
+				'bucket' => array(
340
+				  'location' => 'path',
341
+				  'type' => 'string',
342
+				  'required' => true,
343
+				),
344
+				'entity' => array(
345
+				  'location' => 'path',
346
+				  'type' => 'string',
347
+				  'required' => true,
348
+				),
349
+			  ),
350
+			),'get' => array(
351
+			  'path' => 'b/{bucket}/defaultObjectAcl/{entity}',
352
+			  'httpMethod' => 'GET',
353
+			  'parameters' => array(
354
+				'bucket' => array(
355
+				  'location' => 'path',
356
+				  'type' => 'string',
357
+				  'required' => true,
358
+				),
359
+				'entity' => array(
360
+				  'location' => 'path',
361
+				  'type' => 'string',
362
+				  'required' => true,
363
+				),
364
+			  ),
365
+			),'insert' => array(
366
+			  'path' => 'b/{bucket}/defaultObjectAcl',
367
+			  'httpMethod' => 'POST',
368
+			  'parameters' => array(
369
+				'bucket' => array(
370
+				  'location' => 'path',
371
+				  'type' => 'string',
372
+				  'required' => true,
373
+				),
374
+			  ),
375
+			),'list' => array(
376
+			  'path' => 'b/{bucket}/defaultObjectAcl',
377
+			  'httpMethod' => 'GET',
378
+			  'parameters' => array(
379
+				'bucket' => array(
380
+				  'location' => 'path',
381
+				  'type' => 'string',
382
+				  'required' => true,
383
+				),
384
+				'ifMetagenerationMatch' => array(
385
+				  'location' => 'query',
386
+				  'type' => 'string',
387
+				),
388
+				'ifMetagenerationNotMatch' => array(
389
+				  'location' => 'query',
390
+				  'type' => 'string',
391
+				),
392
+			  ),
393
+			),'patch' => array(
394
+			  'path' => 'b/{bucket}/defaultObjectAcl/{entity}',
395
+			  'httpMethod' => 'PATCH',
396
+			  'parameters' => array(
397
+				'bucket' => array(
398
+				  'location' => 'path',
399
+				  'type' => 'string',
400
+				  'required' => true,
401
+				),
402
+				'entity' => array(
403
+				  'location' => 'path',
404
+				  'type' => 'string',
405
+				  'required' => true,
406
+				),
407
+			  ),
408
+			),'update' => array(
409
+			  'path' => 'b/{bucket}/defaultObjectAcl/{entity}',
410
+			  'httpMethod' => 'PUT',
411
+			  'parameters' => array(
412
+				'bucket' => array(
413
+				  'location' => 'path',
414
+				  'type' => 'string',
415
+				  'required' => true,
416
+				),
417
+				'entity' => array(
418
+				  'location' => 'path',
419
+				  'type' => 'string',
420
+				  'required' => true,
421
+				),
422
+			  ),
423
+			),
424
+		  )
425
+		)
426
+	);
427
+	$this->objectAccessControls = new Google_Service_Storage_ObjectAccessControls_Resource(
428
+		$this,
429
+		$this->serviceName,
430
+		'objectAccessControls',
431
+		array(
432
+		  'methods' => array(
433
+			'delete' => array(
434
+			  'path' => 'b/{bucket}/o/{object}/acl/{entity}',
435
+			  'httpMethod' => 'DELETE',
436
+			  'parameters' => array(
437
+				'bucket' => array(
438
+				  'location' => 'path',
439
+				  'type' => 'string',
440
+				  'required' => true,
441
+				),
442
+				'object' => array(
443
+				  'location' => 'path',
444
+				  'type' => 'string',
445
+				  'required' => true,
446
+				),
447
+				'entity' => array(
448
+				  'location' => 'path',
449
+				  'type' => 'string',
450
+				  'required' => true,
451
+				),
452
+				'generation' => array(
453
+				  'location' => 'query',
454
+				  'type' => 'string',
455
+				),
456
+			  ),
457
+			),'get' => array(
458
+			  'path' => 'b/{bucket}/o/{object}/acl/{entity}',
459
+			  'httpMethod' => 'GET',
460
+			  'parameters' => array(
461
+				'bucket' => array(
462
+				  'location' => 'path',
463
+				  'type' => 'string',
464
+				  'required' => true,
465
+				),
466
+				'object' => array(
467
+				  'location' => 'path',
468
+				  'type' => 'string',
469
+				  'required' => true,
470
+				),
471
+				'entity' => array(
472
+				  'location' => 'path',
473
+				  'type' => 'string',
474
+				  'required' => true,
475
+				),
476
+				'generation' => array(
477
+				  'location' => 'query',
478
+				  'type' => 'string',
479
+				),
480
+			  ),
481
+			),'insert' => array(
482
+			  'path' => 'b/{bucket}/o/{object}/acl',
483
+			  'httpMethod' => 'POST',
484
+			  'parameters' => array(
485
+				'bucket' => array(
486
+				  'location' => 'path',
487
+				  'type' => 'string',
488
+				  'required' => true,
489
+				),
490
+				'object' => array(
491
+				  'location' => 'path',
492
+				  'type' => 'string',
493
+				  'required' => true,
494
+				),
495
+				'generation' => array(
496
+				  'location' => 'query',
497
+				  'type' => 'string',
498
+				),
499
+			  ),
500
+			),'list' => array(
501
+			  'path' => 'b/{bucket}/o/{object}/acl',
502
+			  'httpMethod' => 'GET',
503
+			  'parameters' => array(
504
+				'bucket' => array(
505
+				  'location' => 'path',
506
+				  'type' => 'string',
507
+				  'required' => true,
508
+				),
509
+				'object' => array(
510
+				  'location' => 'path',
511
+				  'type' => 'string',
512
+				  'required' => true,
513
+				),
514
+				'generation' => array(
515
+				  'location' => 'query',
516
+				  'type' => 'string',
517
+				),
518
+			  ),
519
+			),'patch' => array(
520
+			  'path' => 'b/{bucket}/o/{object}/acl/{entity}',
521
+			  'httpMethod' => 'PATCH',
522
+			  'parameters' => array(
523
+				'bucket' => array(
524
+				  'location' => 'path',
525
+				  'type' => 'string',
526
+				  'required' => true,
527
+				),
528
+				'object' => array(
529
+				  'location' => 'path',
530
+				  'type' => 'string',
531
+				  'required' => true,
532
+				),
533
+				'entity' => array(
534
+				  'location' => 'path',
535
+				  'type' => 'string',
536
+				  'required' => true,
537
+				),
538
+				'generation' => array(
539
+				  'location' => 'query',
540
+				  'type' => 'string',
541
+				),
542
+			  ),
543
+			),'update' => array(
544
+			  'path' => 'b/{bucket}/o/{object}/acl/{entity}',
545
+			  'httpMethod' => 'PUT',
546
+			  'parameters' => array(
547
+				'bucket' => array(
548
+				  'location' => 'path',
549
+				  'type' => 'string',
550
+				  'required' => true,
551
+				),
552
+				'object' => array(
553
+				  'location' => 'path',
554
+				  'type' => 'string',
555
+				  'required' => true,
556
+				),
557
+				'entity' => array(
558
+				  'location' => 'path',
559
+				  'type' => 'string',
560
+				  'required' => true,
561
+				),
562
+				'generation' => array(
563
+				  'location' => 'query',
564
+				  'type' => 'string',
565
+				),
566
+			  ),
567
+			),
568
+		  )
569
+		)
570
+	);
571
+	$this->objects = new Google_Service_Storage_Objects_Resource(
572
+		$this,
573
+		$this->serviceName,
574
+		'objects',
575
+		array(
576
+		  'methods' => array(
577
+			'compose' => array(
578
+			  'path' => 'b/{destinationBucket}/o/{destinationObject}/compose',
579
+			  'httpMethod' => 'POST',
580
+			  'parameters' => array(
581
+				'destinationBucket' => array(
582
+				  'location' => 'path',
583
+				  'type' => 'string',
584
+				  'required' => true,
585
+				),
586
+				'destinationObject' => array(
587
+				  'location' => 'path',
588
+				  'type' => 'string',
589
+				  'required' => true,
590
+				),
591
+				'ifGenerationMatch' => array(
592
+				  'location' => 'query',
593
+				  'type' => 'string',
594
+				),
595
+				'ifMetagenerationMatch' => array(
596
+				  'location' => 'query',
597
+				  'type' => 'string',
598
+				),
599
+				'destinationPredefinedAcl' => array(
600
+				  'location' => 'query',
601
+				  'type' => 'string',
602
+				),
603
+			  ),
604
+			),'copy' => array(
605
+			  'path' => 'b/{sourceBucket}/o/{sourceObject}/copyTo/b/{destinationBucket}/o/{destinationObject}',
606
+			  'httpMethod' => 'POST',
607
+			  'parameters' => array(
608
+				'sourceBucket' => array(
609
+				  'location' => 'path',
610
+				  'type' => 'string',
611
+				  'required' => true,
612
+				),
613
+				'sourceObject' => array(
614
+				  'location' => 'path',
615
+				  'type' => 'string',
616
+				  'required' => true,
617
+				),
618
+				'destinationBucket' => array(
619
+				  'location' => 'path',
620
+				  'type' => 'string',
621
+				  'required' => true,
622
+				),
623
+				'destinationObject' => array(
624
+				  'location' => 'path',
625
+				  'type' => 'string',
626
+				  'required' => true,
627
+				),
628
+				'ifSourceGenerationNotMatch' => array(
629
+				  'location' => 'query',
630
+				  'type' => 'string',
631
+				),
632
+				'ifGenerationNotMatch' => array(
633
+				  'location' => 'query',
634
+				  'type' => 'string',
635
+				),
636
+				'ifSourceMetagenerationNotMatch' => array(
637
+				  'location' => 'query',
638
+				  'type' => 'string',
639
+				),
640
+				'ifMetagenerationMatch' => array(
641
+				  'location' => 'query',
642
+				  'type' => 'string',
643
+				),
644
+				'sourceGeneration' => array(
645
+				  'location' => 'query',
646
+				  'type' => 'string',
647
+				),
648
+				'destinationPredefinedAcl' => array(
649
+				  'location' => 'query',
650
+				  'type' => 'string',
651
+				),
652
+				'ifSourceGenerationMatch' => array(
653
+				  'location' => 'query',
654
+				  'type' => 'string',
655
+				),
656
+				'ifSourceMetagenerationMatch' => array(
657
+				  'location' => 'query',
658
+				  'type' => 'string',
659
+				),
660
+				'ifGenerationMatch' => array(
661
+				  'location' => 'query',
662
+				  'type' => 'string',
663
+				),
664
+				'ifMetagenerationNotMatch' => array(
665
+				  'location' => 'query',
666
+				  'type' => 'string',
667
+				),
668
+				'projection' => array(
669
+				  'location' => 'query',
670
+				  'type' => 'string',
671
+				),
672
+			  ),
673
+			),'delete' => array(
674
+			  'path' => 'b/{bucket}/o/{object}',
675
+			  'httpMethod' => 'DELETE',
676
+			  'parameters' => array(
677
+				'bucket' => array(
678
+				  'location' => 'path',
679
+				  'type' => 'string',
680
+				  'required' => true,
681
+				),
682
+				'object' => array(
683
+				  'location' => 'path',
684
+				  'type' => 'string',
685
+				  'required' => true,
686
+				),
687
+				'ifGenerationNotMatch' => array(
688
+				  'location' => 'query',
689
+				  'type' => 'string',
690
+				),
691
+				'generation' => array(
692
+				  'location' => 'query',
693
+				  'type' => 'string',
694
+				),
695
+				'ifMetagenerationMatch' => array(
696
+				  'location' => 'query',
697
+				  'type' => 'string',
698
+				),
699
+				'ifGenerationMatch' => array(
700
+				  'location' => 'query',
701
+				  'type' => 'string',
702
+				),
703
+				'ifMetagenerationNotMatch' => array(
704
+				  'location' => 'query',
705
+				  'type' => 'string',
706
+				),
707
+			  ),
708
+			),'get' => array(
709
+			  'path' => 'b/{bucket}/o/{object}',
710
+			  'httpMethod' => 'GET',
711
+			  'parameters' => array(
712
+				'bucket' => array(
713
+				  'location' => 'path',
714
+				  'type' => 'string',
715
+				  'required' => true,
716
+				),
717
+				'object' => array(
718
+				  'location' => 'path',
719
+				  'type' => 'string',
720
+				  'required' => true,
721
+				),
722
+				'ifGenerationNotMatch' => array(
723
+				  'location' => 'query',
724
+				  'type' => 'string',
725
+				),
726
+				'generation' => array(
727
+				  'location' => 'query',
728
+				  'type' => 'string',
729
+				),
730
+				'ifMetagenerationMatch' => array(
731
+				  'location' => 'query',
732
+				  'type' => 'string',
733
+				),
734
+				'ifGenerationMatch' => array(
735
+				  'location' => 'query',
736
+				  'type' => 'string',
737
+				),
738
+				'ifMetagenerationNotMatch' => array(
739
+				  'location' => 'query',
740
+				  'type' => 'string',
741
+				),
742
+				'projection' => array(
743
+				  'location' => 'query',
744
+				  'type' => 'string',
745
+				),
746
+			  ),
747
+			),'insert' => array(
748
+			  'path' => 'b/{bucket}/o',
749
+			  'httpMethod' => 'POST',
750
+			  'parameters' => array(
751
+				'bucket' => array(
752
+				  'location' => 'path',
753
+				  'type' => 'string',
754
+				  'required' => true,
755
+				),
756
+				'predefinedAcl' => array(
757
+				  'location' => 'query',
758
+				  'type' => 'string',
759
+				),
760
+				'projection' => array(
761
+				  'location' => 'query',
762
+				  'type' => 'string',
763
+				),
764
+				'ifGenerationNotMatch' => array(
765
+				  'location' => 'query',
766
+				  'type' => 'string',
767
+				),
768
+				'ifMetagenerationMatch' => array(
769
+				  'location' => 'query',
770
+				  'type' => 'string',
771
+				),
772
+				'contentEncoding' => array(
773
+				  'location' => 'query',
774
+				  'type' => 'string',
775
+				),
776
+				'ifGenerationMatch' => array(
777
+				  'location' => 'query',
778
+				  'type' => 'string',
779
+				),
780
+				'ifMetagenerationNotMatch' => array(
781
+				  'location' => 'query',
782
+				  'type' => 'string',
783
+				),
784
+				'name' => array(
785
+				  'location' => 'query',
786
+				  'type' => 'string',
787
+				),
788
+			  ),
789
+			),'list' => array(
790
+			  'path' => 'b/{bucket}/o',
791
+			  'httpMethod' => 'GET',
792
+			  'parameters' => array(
793
+				'bucket' => array(
794
+				  'location' => 'path',
795
+				  'type' => 'string',
796
+				  'required' => true,
797
+				),
798
+				'projection' => array(
799
+				  'location' => 'query',
800
+				  'type' => 'string',
801
+				),
802
+				'versions' => array(
803
+				  'location' => 'query',
804
+				  'type' => 'boolean',
805
+				),
806
+				'prefix' => array(
807
+				  'location' => 'query',
808
+				  'type' => 'string',
809
+				),
810
+				'maxResults' => array(
811
+				  'location' => 'query',
812
+				  'type' => 'integer',
813
+				),
814
+				'pageToken' => array(
815
+				  'location' => 'query',
816
+				  'type' => 'string',
817
+				),
818
+				'delimiter' => array(
819
+				  'location' => 'query',
820
+				  'type' => 'string',
821
+				),
822
+			  ),
823
+			),'patch' => array(
824
+			  'path' => 'b/{bucket}/o/{object}',
825
+			  'httpMethod' => 'PATCH',
826
+			  'parameters' => array(
827
+				'bucket' => array(
828
+				  'location' => 'path',
829
+				  'type' => 'string',
830
+				  'required' => true,
831
+				),
832
+				'object' => array(
833
+				  'location' => 'path',
834
+				  'type' => 'string',
835
+				  'required' => true,
836
+				),
837
+				'predefinedAcl' => array(
838
+				  'location' => 'query',
839
+				  'type' => 'string',
840
+				),
841
+				'ifGenerationNotMatch' => array(
842
+				  'location' => 'query',
843
+				  'type' => 'string',
844
+				),
845
+				'generation' => array(
846
+				  'location' => 'query',
847
+				  'type' => 'string',
848
+				),
849
+				'ifMetagenerationMatch' => array(
850
+				  'location' => 'query',
851
+				  'type' => 'string',
852
+				),
853
+				'ifGenerationMatch' => array(
854
+				  'location' => 'query',
855
+				  'type' => 'string',
856
+				),
857
+				'ifMetagenerationNotMatch' => array(
858
+				  'location' => 'query',
859
+				  'type' => 'string',
860
+				),
861
+				'projection' => array(
862
+				  'location' => 'query',
863
+				  'type' => 'string',
864
+				),
865
+			  ),
866
+			),'rewrite' => array(
867
+			  'path' => 'b/{sourceBucket}/o/{sourceObject}/rewriteTo/b/{destinationBucket}/o/{destinationObject}',
868
+			  'httpMethod' => 'POST',
869
+			  'parameters' => array(
870
+				'sourceBucket' => array(
871
+				  'location' => 'path',
872
+				  'type' => 'string',
873
+				  'required' => true,
874
+				),
875
+				'sourceObject' => array(
876
+				  'location' => 'path',
877
+				  'type' => 'string',
878
+				  'required' => true,
879
+				),
880
+				'destinationBucket' => array(
881
+				  'location' => 'path',
882
+				  'type' => 'string',
883
+				  'required' => true,
884
+				),
885
+				'destinationObject' => array(
886
+				  'location' => 'path',
887
+				  'type' => 'string',
888
+				  'required' => true,
889
+				),
890
+				'ifSourceGenerationNotMatch' => array(
891
+				  'location' => 'query',
892
+				  'type' => 'string',
893
+				),
894
+				'ifGenerationNotMatch' => array(
895
+				  'location' => 'query',
896
+				  'type' => 'string',
897
+				),
898
+				'rewriteToken' => array(
899
+				  'location' => 'query',
900
+				  'type' => 'string',
901
+				),
902
+				'ifSourceMetagenerationNotMatch' => array(
903
+				  'location' => 'query',
904
+				  'type' => 'string',
905
+				),
906
+				'ifMetagenerationMatch' => array(
907
+				  'location' => 'query',
908
+				  'type' => 'string',
909
+				),
910
+				'sourceGeneration' => array(
911
+				  'location' => 'query',
912
+				  'type' => 'string',
913
+				),
914
+				'destinationPredefinedAcl' => array(
915
+				  'location' => 'query',
916
+				  'type' => 'string',
917
+				),
918
+				'ifSourceGenerationMatch' => array(
919
+				  'location' => 'query',
920
+				  'type' => 'string',
921
+				),
922
+				'maxBytesRewrittenPerCall' => array(
923
+				  'location' => 'query',
924
+				  'type' => 'string',
925
+				),
926
+				'ifSourceMetagenerationMatch' => array(
927
+				  'location' => 'query',
928
+				  'type' => 'string',
929
+				),
930
+				'ifGenerationMatch' => array(
931
+				  'location' => 'query',
932
+				  'type' => 'string',
933
+				),
934
+				'ifMetagenerationNotMatch' => array(
935
+				  'location' => 'query',
936
+				  'type' => 'string',
937
+				),
938
+				'projection' => array(
939
+				  'location' => 'query',
940
+				  'type' => 'string',
941
+				),
942
+			  ),
943
+			),'update' => array(
944
+			  'path' => 'b/{bucket}/o/{object}',
945
+			  'httpMethod' => 'PUT',
946
+			  'parameters' => array(
947
+				'bucket' => array(
948
+				  'location' => 'path',
949
+				  'type' => 'string',
950
+				  'required' => true,
951
+				),
952
+				'object' => array(
953
+				  'location' => 'path',
954
+				  'type' => 'string',
955
+				  'required' => true,
956
+				),
957
+				'predefinedAcl' => array(
958
+				  'location' => 'query',
959
+				  'type' => 'string',
960
+				),
961
+				'ifGenerationNotMatch' => array(
962
+				  'location' => 'query',
963
+				  'type' => 'string',
964
+				),
965
+				'generation' => array(
966
+				  'location' => 'query',
967
+				  'type' => 'string',
968
+				),
969
+				'ifMetagenerationMatch' => array(
970
+				  'location' => 'query',
971
+				  'type' => 'string',
972
+				),
973
+				'ifGenerationMatch' => array(
974
+				  'location' => 'query',
975
+				  'type' => 'string',
976
+				),
977
+				'ifMetagenerationNotMatch' => array(
978
+				  'location' => 'query',
979
+				  'type' => 'string',
980
+				),
981
+				'projection' => array(
982
+				  'location' => 'query',
983
+				  'type' => 'string',
984
+				),
985
+			  ),
986
+			),'watchAll' => array(
987
+			  'path' => 'b/{bucket}/o/watch',
988
+			  'httpMethod' => 'POST',
989
+			  'parameters' => array(
990
+				'bucket' => array(
991
+				  'location' => 'path',
992
+				  'type' => 'string',
993
+				  'required' => true,
994
+				),
995
+				'projection' => array(
996
+				  'location' => 'query',
997
+				  'type' => 'string',
998
+				),
999
+				'versions' => array(
1000
+				  'location' => 'query',
1001
+				  'type' => 'boolean',
1002
+				),
1003
+				'prefix' => array(
1004
+				  'location' => 'query',
1005
+				  'type' => 'string',
1006
+				),
1007
+				'maxResults' => array(
1008
+				  'location' => 'query',
1009
+				  'type' => 'integer',
1010
+				),
1011
+				'pageToken' => array(
1012
+				  'location' => 'query',
1013
+				  'type' => 'string',
1014
+				),
1015
+				'delimiter' => array(
1016
+				  'location' => 'query',
1017
+				  'type' => 'string',
1018
+				),
1019
+			  ),
1020
+			),
1021
+		  )
1022
+		)
1023
+	);
1024 1024
   }
1025 1025
 }
1026 1026
 
@@ -1048,9 +1048,9 @@  discard block
 block discarded – undo
1048 1048
    */
1049 1049
   public function delete($bucket, $entity, $optParams = array())
1050 1050
   {
1051
-    $params = array('bucket' => $bucket, 'entity' => $entity);
1052
-    $params = array_merge($params, $optParams);
1053
-    return $this->call('delete', array($params));
1051
+	$params = array('bucket' => $bucket, 'entity' => $entity);
1052
+	$params = array_merge($params, $optParams);
1053
+	return $this->call('delete', array($params));
1054 1054
   }
1055 1055
 
1056 1056
   /**
@@ -1066,9 +1066,9 @@  discard block
 block discarded – undo
1066 1066
    */
1067 1067
   public function get($bucket, $entity, $optParams = array())
1068 1068
   {
1069
-    $params = array('bucket' => $bucket, 'entity' => $entity);
1070
-    $params = array_merge($params, $optParams);
1071
-    return $this->call('get', array($params), "Google_Service_Storage_BucketAccessControl");
1069
+	$params = array('bucket' => $bucket, 'entity' => $entity);
1070
+	$params = array_merge($params, $optParams);
1071
+	return $this->call('get', array($params), "Google_Service_Storage_BucketAccessControl");
1072 1072
   }
1073 1073
 
1074 1074
   /**
@@ -1082,9 +1082,9 @@  discard block
 block discarded – undo
1082 1082
    */
1083 1083
   public function insert($bucket, Google_Service_Storage_BucketAccessControl $postBody, $optParams = array())
1084 1084
   {
1085
-    $params = array('bucket' => $bucket, 'postBody' => $postBody);
1086
-    $params = array_merge($params, $optParams);
1087
-    return $this->call('insert', array($params), "Google_Service_Storage_BucketAccessControl");
1085
+	$params = array('bucket' => $bucket, 'postBody' => $postBody);
1086
+	$params = array_merge($params, $optParams);
1087
+	return $this->call('insert', array($params), "Google_Service_Storage_BucketAccessControl");
1088 1088
   }
1089 1089
 
1090 1090
   /**
@@ -1097,9 +1097,9 @@  discard block
 block discarded – undo
1097 1097
    */
1098 1098
   public function listBucketAccessControls($bucket, $optParams = array())
1099 1099
   {
1100
-    $params = array('bucket' => $bucket);
1101
-    $params = array_merge($params, $optParams);
1102
-    return $this->call('list', array($params), "Google_Service_Storage_BucketAccessControls");
1100
+	$params = array('bucket' => $bucket);
1101
+	$params = array_merge($params, $optParams);
1102
+	return $this->call('list', array($params), "Google_Service_Storage_BucketAccessControls");
1103 1103
   }
1104 1104
 
1105 1105
   /**
@@ -1116,9 +1116,9 @@  discard block
 block discarded – undo
1116 1116
    */
1117 1117
   public function patch($bucket, $entity, Google_Service_Storage_BucketAccessControl $postBody, $optParams = array())
1118 1118
   {
1119
-    $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody);
1120
-    $params = array_merge($params, $optParams);
1121
-    return $this->call('patch', array($params), "Google_Service_Storage_BucketAccessControl");
1119
+	$params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody);
1120
+	$params = array_merge($params, $optParams);
1121
+	return $this->call('patch', array($params), "Google_Service_Storage_BucketAccessControl");
1122 1122
   }
1123 1123
 
1124 1124
   /**
@@ -1134,9 +1134,9 @@  discard block
 block discarded – undo
1134 1134
    */
1135 1135
   public function update($bucket, $entity, Google_Service_Storage_BucketAccessControl $postBody, $optParams = array())
1136 1136
   {
1137
-    $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody);
1138
-    $params = array_merge($params, $optParams);
1139
-    return $this->call('update', array($params), "Google_Service_Storage_BucketAccessControl");
1137
+	$params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody);
1138
+	$params = array_merge($params, $optParams);
1139
+	return $this->call('update', array($params), "Google_Service_Storage_BucketAccessControl");
1140 1140
   }
1141 1141
 }
1142 1142
 
@@ -1164,9 +1164,9 @@  discard block
 block discarded – undo
1164 1164
    */
1165 1165
   public function delete($bucket, $optParams = array())
1166 1166
   {
1167
-    $params = array('bucket' => $bucket);
1168
-    $params = array_merge($params, $optParams);
1169
-    return $this->call('delete', array($params));
1167
+	$params = array('bucket' => $bucket);
1168
+	$params = array_merge($params, $optParams);
1169
+	return $this->call('delete', array($params));
1170 1170
   }
1171 1171
 
1172 1172
   /**
@@ -1186,9 +1186,9 @@  discard block
 block discarded – undo
1186 1186
    */
1187 1187
   public function get($bucket, $optParams = array())
1188 1188
   {
1189
-    $params = array('bucket' => $bucket);
1190
-    $params = array_merge($params, $optParams);
1191
-    return $this->call('get', array($params), "Google_Service_Storage_Bucket");
1189
+	$params = array('bucket' => $bucket);
1190
+	$params = array_merge($params, $optParams);
1191
+	return $this->call('get', array($params), "Google_Service_Storage_Bucket");
1192 1192
   }
1193 1193
 
1194 1194
   /**
@@ -1209,9 +1209,9 @@  discard block
 block discarded – undo
1209 1209
    */
1210 1210
   public function insert($project, Google_Service_Storage_Bucket $postBody, $optParams = array())
1211 1211
   {
1212
-    $params = array('project' => $project, 'postBody' => $postBody);
1213
-    $params = array_merge($params, $optParams);
1214
-    return $this->call('insert', array($params), "Google_Service_Storage_Bucket");
1212
+	$params = array('project' => $project, 'postBody' => $postBody);
1213
+	$params = array_merge($params, $optParams);
1214
+	return $this->call('insert', array($params), "Google_Service_Storage_Bucket");
1215 1215
   }
1216 1216
 
1217 1217
   /**
@@ -1230,9 +1230,9 @@  discard block
 block discarded – undo
1230 1230
    */
1231 1231
   public function listBuckets($project, $optParams = array())
1232 1232
   {
1233
-    $params = array('project' => $project);
1234
-    $params = array_merge($params, $optParams);
1235
-    return $this->call('list', array($params), "Google_Service_Storage_Buckets");
1233
+	$params = array('project' => $project);
1234
+	$params = array_merge($params, $optParams);
1235
+	return $this->call('list', array($params), "Google_Service_Storage_Buckets");
1236 1236
   }
1237 1237
 
1238 1238
   /**
@@ -1257,9 +1257,9 @@  discard block
 block discarded – undo
1257 1257
    */
1258 1258
   public function patch($bucket, Google_Service_Storage_Bucket $postBody, $optParams = array())
1259 1259
   {
1260
-    $params = array('bucket' => $bucket, 'postBody' => $postBody);
1261
-    $params = array_merge($params, $optParams);
1262
-    return $this->call('patch', array($params), "Google_Service_Storage_Bucket");
1260
+	$params = array('bucket' => $bucket, 'postBody' => $postBody);
1261
+	$params = array_merge($params, $optParams);
1262
+	return $this->call('patch', array($params), "Google_Service_Storage_Bucket");
1263 1263
   }
1264 1264
 
1265 1265
   /**
@@ -1284,9 +1284,9 @@  discard block
 block discarded – undo
1284 1284
    */
1285 1285
   public function update($bucket, Google_Service_Storage_Bucket $postBody, $optParams = array())
1286 1286
   {
1287
-    $params = array('bucket' => $bucket, 'postBody' => $postBody);
1288
-    $params = array_merge($params, $optParams);
1289
-    return $this->call('update', array($params), "Google_Service_Storage_Bucket");
1287
+	$params = array('bucket' => $bucket, 'postBody' => $postBody);
1288
+	$params = array_merge($params, $optParams);
1289
+	return $this->call('update', array($params), "Google_Service_Storage_Bucket");
1290 1290
   }
1291 1291
 }
1292 1292
 
@@ -1309,9 +1309,9 @@  discard block
 block discarded – undo
1309 1309
    */
1310 1310
   public function stop(Google_Service_Storage_Channel $postBody, $optParams = array())
1311 1311
   {
1312
-    $params = array('postBody' => $postBody);
1313
-    $params = array_merge($params, $optParams);
1314
-    return $this->call('stop', array($params));
1312
+	$params = array('postBody' => $postBody);
1313
+	$params = array_merge($params, $optParams);
1314
+	return $this->call('stop', array($params));
1315 1315
   }
1316 1316
 }
1317 1317
 
@@ -1338,9 +1338,9 @@  discard block
 block discarded – undo
1338 1338
    */
1339 1339
   public function delete($bucket, $entity, $optParams = array())
1340 1340
   {
1341
-    $params = array('bucket' => $bucket, 'entity' => $entity);
1342
-    $params = array_merge($params, $optParams);
1343
-    return $this->call('delete', array($params));
1341
+	$params = array('bucket' => $bucket, 'entity' => $entity);
1342
+	$params = array_merge($params, $optParams);
1343
+	return $this->call('delete', array($params));
1344 1344
   }
1345 1345
 
1346 1346
   /**
@@ -1356,9 +1356,9 @@  discard block
 block discarded – undo
1356 1356
    */
1357 1357
   public function get($bucket, $entity, $optParams = array())
1358 1358
   {
1359
-    $params = array('bucket' => $bucket, 'entity' => $entity);
1360
-    $params = array_merge($params, $optParams);
1361
-    return $this->call('get', array($params), "Google_Service_Storage_ObjectAccessControl");
1359
+	$params = array('bucket' => $bucket, 'entity' => $entity);
1360
+	$params = array_merge($params, $optParams);
1361
+	return $this->call('get', array($params), "Google_Service_Storage_ObjectAccessControl");
1362 1362
   }
1363 1363
 
1364 1364
   /**
@@ -1372,9 +1372,9 @@  discard block
 block discarded – undo
1372 1372
    */
1373 1373
   public function insert($bucket, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array())
1374 1374
   {
1375
-    $params = array('bucket' => $bucket, 'postBody' => $postBody);
1376
-    $params = array_merge($params, $optParams);
1377
-    return $this->call('insert', array($params), "Google_Service_Storage_ObjectAccessControl");
1375
+	$params = array('bucket' => $bucket, 'postBody' => $postBody);
1376
+	$params = array_merge($params, $optParams);
1377
+	return $this->call('insert', array($params), "Google_Service_Storage_ObjectAccessControl");
1378 1378
   }
1379 1379
 
1380 1380
   /**
@@ -1393,9 +1393,9 @@  discard block
 block discarded – undo
1393 1393
    */
1394 1394
   public function listDefaultObjectAccessControls($bucket, $optParams = array())
1395 1395
   {
1396
-    $params = array('bucket' => $bucket);
1397
-    $params = array_merge($params, $optParams);
1398
-    return $this->call('list', array($params), "Google_Service_Storage_ObjectAccessControls");
1396
+	$params = array('bucket' => $bucket);
1397
+	$params = array_merge($params, $optParams);
1398
+	return $this->call('list', array($params), "Google_Service_Storage_ObjectAccessControls");
1399 1399
   }
1400 1400
 
1401 1401
   /**
@@ -1412,9 +1412,9 @@  discard block
 block discarded – undo
1412 1412
    */
1413 1413
   public function patch($bucket, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array())
1414 1414
   {
1415
-    $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody);
1416
-    $params = array_merge($params, $optParams);
1417
-    return $this->call('patch', array($params), "Google_Service_Storage_ObjectAccessControl");
1415
+	$params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody);
1416
+	$params = array_merge($params, $optParams);
1417
+	return $this->call('patch', array($params), "Google_Service_Storage_ObjectAccessControl");
1418 1418
   }
1419 1419
 
1420 1420
   /**
@@ -1431,9 +1431,9 @@  discard block
 block discarded – undo
1431 1431
    */
1432 1432
   public function update($bucket, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array())
1433 1433
   {
1434
-    $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody);
1435
-    $params = array_merge($params, $optParams);
1436
-    return $this->call('update', array($params), "Google_Service_Storage_ObjectAccessControl");
1434
+	$params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody);
1435
+	$params = array_merge($params, $optParams);
1436
+	return $this->call('update', array($params), "Google_Service_Storage_ObjectAccessControl");
1437 1437
   }
1438 1438
 }
1439 1439
 
@@ -1464,9 +1464,9 @@  discard block
 block discarded – undo
1464 1464
    */
1465 1465
   public function delete($bucket, $object, $entity, $optParams = array())
1466 1466
   {
1467
-    $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity);
1468
-    $params = array_merge($params, $optParams);
1469
-    return $this->call('delete', array($params));
1467
+	$params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity);
1468
+	$params = array_merge($params, $optParams);
1469
+	return $this->call('delete', array($params));
1470 1470
   }
1471 1471
 
1472 1472
   /**
@@ -1486,9 +1486,9 @@  discard block
 block discarded – undo
1486 1486
    */
1487 1487
   public function get($bucket, $object, $entity, $optParams = array())
1488 1488
   {
1489
-    $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity);
1490
-    $params = array_merge($params, $optParams);
1491
-    return $this->call('get', array($params), "Google_Service_Storage_ObjectAccessControl");
1489
+	$params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity);
1490
+	$params = array_merge($params, $optParams);
1491
+	return $this->call('get', array($params), "Google_Service_Storage_ObjectAccessControl");
1492 1492
   }
1493 1493
 
1494 1494
   /**
@@ -1506,9 +1506,9 @@  discard block
 block discarded – undo
1506 1506
    */
1507 1507
   public function insert($bucket, $object, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array())
1508 1508
   {
1509
-    $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody);
1510
-    $params = array_merge($params, $optParams);
1511
-    return $this->call('insert', array($params), "Google_Service_Storage_ObjectAccessControl");
1509
+	$params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody);
1510
+	$params = array_merge($params, $optParams);
1511
+	return $this->call('insert', array($params), "Google_Service_Storage_ObjectAccessControl");
1512 1512
   }
1513 1513
 
1514 1514
   /**
@@ -1525,9 +1525,9 @@  discard block
 block discarded – undo
1525 1525
    */
1526 1526
   public function listObjectAccessControls($bucket, $object, $optParams = array())
1527 1527
   {
1528
-    $params = array('bucket' => $bucket, 'object' => $object);
1529
-    $params = array_merge($params, $optParams);
1530
-    return $this->call('list', array($params), "Google_Service_Storage_ObjectAccessControls");
1528
+	$params = array('bucket' => $bucket, 'object' => $object);
1529
+	$params = array_merge($params, $optParams);
1530
+	return $this->call('list', array($params), "Google_Service_Storage_ObjectAccessControls");
1531 1531
   }
1532 1532
 
1533 1533
   /**
@@ -1548,9 +1548,9 @@  discard block
 block discarded – undo
1548 1548
    */
1549 1549
   public function patch($bucket, $object, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array())
1550 1550
   {
1551
-    $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $postBody);
1552
-    $params = array_merge($params, $optParams);
1553
-    return $this->call('patch', array($params), "Google_Service_Storage_ObjectAccessControl");
1551
+	$params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $postBody);
1552
+	$params = array_merge($params, $optParams);
1553
+	return $this->call('patch', array($params), "Google_Service_Storage_ObjectAccessControl");
1554 1554
   }
1555 1555
 
1556 1556
   /**
@@ -1570,9 +1570,9 @@  discard block
 block discarded – undo
1570 1570
    */
1571 1571
   public function update($bucket, $object, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array())
1572 1572
   {
1573
-    $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $postBody);
1574
-    $params = array_merge($params, $optParams);
1575
-    return $this->call('update', array($params), "Google_Service_Storage_ObjectAccessControl");
1573
+	$params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $postBody);
1574
+	$params = array_merge($params, $optParams);
1575
+	return $this->call('update', array($params), "Google_Service_Storage_ObjectAccessControl");
1576 1576
   }
1577 1577
 }
1578 1578
 
@@ -1607,9 +1607,9 @@  discard block
 block discarded – undo
1607 1607
    */
1608 1608
   public function compose($destinationBucket, $destinationObject, Google_Service_Storage_ComposeRequest $postBody, $optParams = array())
1609 1609
   {
1610
-    $params = array('destinationBucket' => $destinationBucket, 'destinationObject' => $destinationObject, 'postBody' => $postBody);
1611
-    $params = array_merge($params, $optParams);
1612
-    return $this->call('compose', array($params), "Google_Service_Storage_StorageObject");
1610
+	$params = array('destinationBucket' => $destinationBucket, 'destinationObject' => $destinationObject, 'postBody' => $postBody);
1611
+	$params = array_merge($params, $optParams);
1612
+	return $this->call('compose', array($params), "Google_Service_Storage_StorageObject");
1613 1613
   }
1614 1614
 
1615 1615
   /**
@@ -1659,9 +1659,9 @@  discard block
 block discarded – undo
1659 1659
    */
1660 1660
   public function copy($sourceBucket, $sourceObject, $destinationBucket, $destinationObject, Google_Service_Storage_StorageObject $postBody, $optParams = array())
1661 1661
   {
1662
-    $params = array('sourceBucket' => $sourceBucket, 'sourceObject' => $sourceObject, 'destinationBucket' => $destinationBucket, 'destinationObject' => $destinationObject, 'postBody' => $postBody);
1663
-    $params = array_merge($params, $optParams);
1664
-    return $this->call('copy', array($params), "Google_Service_Storage_StorageObject");
1662
+	$params = array('sourceBucket' => $sourceBucket, 'sourceObject' => $sourceObject, 'destinationBucket' => $destinationBucket, 'destinationObject' => $destinationObject, 'postBody' => $postBody);
1663
+	$params = array_merge($params, $optParams);
1664
+	return $this->call('copy', array($params), "Google_Service_Storage_StorageObject");
1665 1665
   }
1666 1666
 
1667 1667
   /**
@@ -1686,9 +1686,9 @@  discard block
 block discarded – undo
1686 1686
    */
1687 1687
   public function delete($bucket, $object, $optParams = array())
1688 1688
   {
1689
-    $params = array('bucket' => $bucket, 'object' => $object);
1690
-    $params = array_merge($params, $optParams);
1691
-    return $this->call('delete', array($params));
1689
+	$params = array('bucket' => $bucket, 'object' => $object);
1690
+	$params = array_merge($params, $optParams);
1691
+	return $this->call('delete', array($params));
1692 1692
   }
1693 1693
 
1694 1694
   /**
@@ -1713,9 +1713,9 @@  discard block
 block discarded – undo
1713 1713
    */
1714 1714
   public function get($bucket, $object, $optParams = array())
1715 1715
   {
1716
-    $params = array('bucket' => $bucket, 'object' => $object);
1717
-    $params = array_merge($params, $optParams);
1718
-    return $this->call('get', array($params), "Google_Service_Storage_StorageObject");
1716
+	$params = array('bucket' => $bucket, 'object' => $object);
1717
+	$params = array_merge($params, $optParams);
1718
+	return $this->call('get', array($params), "Google_Service_Storage_StorageObject");
1719 1719
   }
1720 1720
 
1721 1721
   /**
@@ -1751,9 +1751,9 @@  discard block
 block discarded – undo
1751 1751
    */
1752 1752
   public function insert($bucket, Google_Service_Storage_StorageObject $postBody, $optParams = array())
1753 1753
   {
1754
-    $params = array('bucket' => $bucket, 'postBody' => $postBody);
1755
-    $params = array_merge($params, $optParams);
1756
-    return $this->call('insert', array($params), "Google_Service_Storage_StorageObject");
1754
+	$params = array('bucket' => $bucket, 'postBody' => $postBody);
1755
+	$params = array_merge($params, $optParams);
1756
+	return $this->call('insert', array($params), "Google_Service_Storage_StorageObject");
1757 1757
   }
1758 1758
 
1759 1759
   /**
@@ -1781,9 +1781,9 @@  discard block
 block discarded – undo
1781 1781
    */
1782 1782
   public function listObjects($bucket, $optParams = array())
1783 1783
   {
1784
-    $params = array('bucket' => $bucket);
1785
-    $params = array_merge($params, $optParams);
1786
-    return $this->call('list', array($params), "Google_Service_Storage_Objects");
1784
+	$params = array('bucket' => $bucket);
1785
+	$params = array_merge($params, $optParams);
1786
+	return $this->call('list', array($params), "Google_Service_Storage_Objects");
1787 1787
   }
1788 1788
 
1789 1789
   /**
@@ -1812,9 +1812,9 @@  discard block
 block discarded – undo
1812 1812
    */
1813 1813
   public function patch($bucket, $object, Google_Service_Storage_StorageObject $postBody, $optParams = array())
1814 1814
   {
1815
-    $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody);
1816
-    $params = array_merge($params, $optParams);
1817
-    return $this->call('patch', array($params), "Google_Service_Storage_StorageObject");
1815
+	$params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody);
1816
+	$params = array_merge($params, $optParams);
1817
+	return $this->call('patch', array($params), "Google_Service_Storage_StorageObject");
1818 1818
   }
1819 1819
 
1820 1820
   /**
@@ -1876,9 +1876,9 @@  discard block
 block discarded – undo
1876 1876
    */
1877 1877
   public function rewrite($sourceBucket, $sourceObject, $destinationBucket, $destinationObject, Google_Service_Storage_StorageObject $postBody, $optParams = array())
1878 1878
   {
1879
-    $params = array('sourceBucket' => $sourceBucket, 'sourceObject' => $sourceObject, 'destinationBucket' => $destinationBucket, 'destinationObject' => $destinationObject, 'postBody' => $postBody);
1880
-    $params = array_merge($params, $optParams);
1881
-    return $this->call('rewrite', array($params), "Google_Service_Storage_RewriteResponse");
1879
+	$params = array('sourceBucket' => $sourceBucket, 'sourceObject' => $sourceObject, 'destinationBucket' => $destinationBucket, 'destinationObject' => $destinationObject, 'postBody' => $postBody);
1880
+	$params = array_merge($params, $optParams);
1881
+	return $this->call('rewrite', array($params), "Google_Service_Storage_RewriteResponse");
1882 1882
   }
1883 1883
 
1884 1884
   /**
@@ -1906,9 +1906,9 @@  discard block
 block discarded – undo
1906 1906
    */
1907 1907
   public function update($bucket, $object, Google_Service_Storage_StorageObject $postBody, $optParams = array())
1908 1908
   {
1909
-    $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody);
1910
-    $params = array_merge($params, $optParams);
1911
-    return $this->call('update', array($params), "Google_Service_Storage_StorageObject");
1909
+	$params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody);
1910
+	$params = array_merge($params, $optParams);
1911
+	return $this->call('update', array($params), "Google_Service_Storage_StorageObject");
1912 1912
   }
1913 1913
 
1914 1914
   /**
@@ -1937,9 +1937,9 @@  discard block
 block discarded – undo
1937 1937
    */
1938 1938
   public function watchAll($bucket, Google_Service_Storage_Channel $postBody, $optParams = array())
1939 1939
   {
1940
-    $params = array('bucket' => $bucket, 'postBody' => $postBody);
1941
-    $params = array_merge($params, $optParams);
1942
-    return $this->call('watchAll', array($params), "Google_Service_Storage_Channel");
1940
+	$params = array('bucket' => $bucket, 'postBody' => $postBody);
1941
+	$params = array_merge($params, $optParams);
1942
+	return $this->call('watchAll', array($params), "Google_Service_Storage_Channel");
1943 1943
   }
1944 1944
 }
1945 1945
 
@@ -1981,147 +1981,147 @@  discard block
 block discarded – undo
1981 1981
 
1982 1982
   public function setAcl($acl)
1983 1983
   {
1984
-    $this->acl = $acl;
1984
+	$this->acl = $acl;
1985 1985
   }
1986 1986
   public function getAcl()
1987 1987
   {
1988
-    return $this->acl;
1988
+	return $this->acl;
1989 1989
   }
1990 1990
   public function setCors($cors)
1991 1991
   {
1992
-    $this->cors = $cors;
1992
+	$this->cors = $cors;
1993 1993
   }
1994 1994
   public function getCors()
1995 1995
   {
1996
-    return $this->cors;
1996
+	return $this->cors;
1997 1997
   }
1998 1998
   public function setDefaultObjectAcl($defaultObjectAcl)
1999 1999
   {
2000
-    $this->defaultObjectAcl = $defaultObjectAcl;
2000
+	$this->defaultObjectAcl = $defaultObjectAcl;
2001 2001
   }
2002 2002
   public function getDefaultObjectAcl()
2003 2003
   {
2004
-    return $this->defaultObjectAcl;
2004
+	return $this->defaultObjectAcl;
2005 2005
   }
2006 2006
   public function setEtag($etag)
2007 2007
   {
2008
-    $this->etag = $etag;
2008
+	$this->etag = $etag;
2009 2009
   }
2010 2010
   public function getEtag()
2011 2011
   {
2012
-    return $this->etag;
2012
+	return $this->etag;
2013 2013
   }
2014 2014
   public function setId($id)
2015 2015
   {
2016
-    $this->id = $id;
2016
+	$this->id = $id;
2017 2017
   }
2018 2018
   public function getId()
2019 2019
   {
2020
-    return $this->id;
2020
+	return $this->id;
2021 2021
   }
2022 2022
   public function setKind($kind)
2023 2023
   {
2024
-    $this->kind = $kind;
2024
+	$this->kind = $kind;
2025 2025
   }
2026 2026
   public function getKind()
2027 2027
   {
2028
-    return $this->kind;
2028
+	return $this->kind;
2029 2029
   }
2030 2030
   public function setLifecycle(Google_Service_Storage_BucketLifecycle $lifecycle)
2031 2031
   {
2032
-    $this->lifecycle = $lifecycle;
2032
+	$this->lifecycle = $lifecycle;
2033 2033
   }
2034 2034
   public function getLifecycle()
2035 2035
   {
2036
-    return $this->lifecycle;
2036
+	return $this->lifecycle;
2037 2037
   }
2038 2038
   public function setLocation($location)
2039 2039
   {
2040
-    $this->location = $location;
2040
+	$this->location = $location;
2041 2041
   }
2042 2042
   public function getLocation()
2043 2043
   {
2044
-    return $this->location;
2044
+	return $this->location;
2045 2045
   }
2046 2046
   public function setLogging(Google_Service_Storage_BucketLogging $logging)
2047 2047
   {
2048
-    $this->logging = $logging;
2048
+	$this->logging = $logging;
2049 2049
   }
2050 2050
   public function getLogging()
2051 2051
   {
2052
-    return $this->logging;
2052
+	return $this->logging;
2053 2053
   }
2054 2054
   public function setMetageneration($metageneration)
2055 2055
   {
2056
-    $this->metageneration = $metageneration;
2056
+	$this->metageneration = $metageneration;
2057 2057
   }
2058 2058
   public function getMetageneration()
2059 2059
   {
2060
-    return $this->metageneration;
2060
+	return $this->metageneration;
2061 2061
   }
2062 2062
   public function setName($name)
2063 2063
   {
2064
-    $this->name = $name;
2064
+	$this->name = $name;
2065 2065
   }
2066 2066
   public function getName()
2067 2067
   {
2068
-    return $this->name;
2068
+	return $this->name;
2069 2069
   }
2070 2070
   public function setOwner(Google_Service_Storage_BucketOwner $owner)
2071 2071
   {
2072
-    $this->owner = $owner;
2072
+	$this->owner = $owner;
2073 2073
   }
2074 2074
   public function getOwner()
2075 2075
   {
2076
-    return $this->owner;
2076
+	return $this->owner;
2077 2077
   }
2078 2078
   public function setProjectNumber($projectNumber)
2079 2079
   {
2080
-    $this->projectNumber = $projectNumber;
2080
+	$this->projectNumber = $projectNumber;
2081 2081
   }
2082 2082
   public function getProjectNumber()
2083 2083
   {
2084
-    return $this->projectNumber;
2084
+	return $this->projectNumber;
2085 2085
   }
2086 2086
   public function setSelfLink($selfLink)
2087 2087
   {
2088
-    $this->selfLink = $selfLink;
2088
+	$this->selfLink = $selfLink;
2089 2089
   }
2090 2090
   public function getSelfLink()
2091 2091
   {
2092
-    return $this->selfLink;
2092
+	return $this->selfLink;
2093 2093
   }
2094 2094
   public function setStorageClass($storageClass)
2095 2095
   {
2096
-    $this->storageClass = $storageClass;
2096
+	$this->storageClass = $storageClass;
2097 2097
   }
2098 2098
   public function getStorageClass()
2099 2099
   {
2100
-    return $this->storageClass;
2100
+	return $this->storageClass;
2101 2101
   }
2102 2102
   public function setTimeCreated($timeCreated)
2103 2103
   {
2104
-    $this->timeCreated = $timeCreated;
2104
+	$this->timeCreated = $timeCreated;
2105 2105
   }
2106 2106
   public function getTimeCreated()
2107 2107
   {
2108
-    return $this->timeCreated;
2108
+	return $this->timeCreated;
2109 2109
   }
2110 2110
   public function setVersioning(Google_Service_Storage_BucketVersioning $versioning)
2111 2111
   {
2112
-    $this->versioning = $versioning;
2112
+	$this->versioning = $versioning;
2113 2113
   }
2114 2114
   public function getVersioning()
2115 2115
   {
2116
-    return $this->versioning;
2116
+	return $this->versioning;
2117 2117
   }
2118 2118
   public function setWebsite(Google_Service_Storage_BucketWebsite $website)
2119 2119
   {
2120
-    $this->website = $website;
2120
+	$this->website = $website;
2121 2121
   }
2122 2122
   public function getWebsite()
2123 2123
   {
2124
-    return $this->website;
2124
+	return $this->website;
2125 2125
   }
2126 2126
 }
2127 2127
 
@@ -2145,91 +2145,91 @@  discard block
 block discarded – undo
2145 2145
 
2146 2146
   public function setBucket($bucket)
2147 2147
   {
2148
-    $this->bucket = $bucket;
2148
+	$this->bucket = $bucket;
2149 2149
   }
2150 2150
   public function getBucket()
2151 2151
   {
2152
-    return $this->bucket;
2152
+	return $this->bucket;
2153 2153
   }
2154 2154
   public function setDomain($domain)
2155 2155
   {
2156
-    $this->domain = $domain;
2156
+	$this->domain = $domain;
2157 2157
   }
2158 2158
   public function getDomain()
2159 2159
   {
2160
-    return $this->domain;
2160
+	return $this->domain;
2161 2161
   }
2162 2162
   public function setEmail($email)
2163 2163
   {
2164
-    $this->email = $email;
2164
+	$this->email = $email;
2165 2165
   }
2166 2166
   public function getEmail()
2167 2167
   {
2168
-    return $this->email;
2168
+	return $this->email;
2169 2169
   }
2170 2170
   public function setEntity($entity)
2171 2171
   {
2172
-    $this->entity = $entity;
2172
+	$this->entity = $entity;
2173 2173
   }
2174 2174
   public function getEntity()
2175 2175
   {
2176
-    return $this->entity;
2176
+	return $this->entity;
2177 2177
   }
2178 2178
   public function setEntityId($entityId)
2179 2179
   {
2180
-    $this->entityId = $entityId;
2180
+	$this->entityId = $entityId;
2181 2181
   }
2182 2182
   public function getEntityId()
2183 2183
   {
2184
-    return $this->entityId;
2184
+	return $this->entityId;
2185 2185
   }
2186 2186
   public function setEtag($etag)
2187 2187
   {
2188
-    $this->etag = $etag;
2188
+	$this->etag = $etag;
2189 2189
   }
2190 2190
   public function getEtag()
2191 2191
   {
2192
-    return $this->etag;
2192
+	return $this->etag;
2193 2193
   }
2194 2194
   public function setId($id)
2195 2195
   {
2196
-    $this->id = $id;
2196
+	$this->id = $id;
2197 2197
   }
2198 2198
   public function getId()
2199 2199
   {
2200
-    return $this->id;
2200
+	return $this->id;
2201 2201
   }
2202 2202
   public function setKind($kind)
2203 2203
   {
2204
-    $this->kind = $kind;
2204
+	$this->kind = $kind;
2205 2205
   }
2206 2206
   public function getKind()
2207 2207
   {
2208
-    return $this->kind;
2208
+	return $this->kind;
2209 2209
   }
2210 2210
   public function setProjectTeam(Google_Service_Storage_BucketAccessControlProjectTeam $projectTeam)
2211 2211
   {
2212
-    $this->projectTeam = $projectTeam;
2212
+	$this->projectTeam = $projectTeam;
2213 2213
   }
2214 2214
   public function getProjectTeam()
2215 2215
   {
2216
-    return $this->projectTeam;
2216
+	return $this->projectTeam;
2217 2217
   }
2218 2218
   public function setRole($role)
2219 2219
   {
2220
-    $this->role = $role;
2220
+	$this->role = $role;
2221 2221
   }
2222 2222
   public function getRole()
2223 2223
   {
2224
-    return $this->role;
2224
+	return $this->role;
2225 2225
   }
2226 2226
   public function setSelfLink($selfLink)
2227 2227
   {
2228
-    $this->selfLink = $selfLink;
2228
+	$this->selfLink = $selfLink;
2229 2229
   }
2230 2230
   public function getSelfLink()
2231 2231
   {
2232
-    return $this->selfLink;
2232
+	return $this->selfLink;
2233 2233
   }
2234 2234
 }
2235 2235
 
@@ -2243,19 +2243,19 @@  discard block
 block discarded – undo
2243 2243
 
2244 2244
   public function setProjectNumber($projectNumber)
2245 2245
   {
2246
-    $this->projectNumber = $projectNumber;
2246
+	$this->projectNumber = $projectNumber;
2247 2247
   }
2248 2248
   public function getProjectNumber()
2249 2249
   {
2250
-    return $this->projectNumber;
2250
+	return $this->projectNumber;
2251 2251
   }
2252 2252
   public function setTeam($team)
2253 2253
   {
2254
-    $this->team = $team;
2254
+	$this->team = $team;
2255 2255
   }
2256 2256
   public function getTeam()
2257 2257
   {
2258
-    return $this->team;
2258
+	return $this->team;
2259 2259
   }
2260 2260
 }
2261 2261
 
@@ -2271,19 +2271,19 @@  discard block
 block discarded – undo
2271 2271
 
2272 2272
   public function setItems($items)
2273 2273
   {
2274
-    $this->items = $items;
2274
+	$this->items = $items;
2275 2275
   }
2276 2276
   public function getItems()
2277 2277
   {
2278
-    return $this->items;
2278
+	return $this->items;
2279 2279
   }
2280 2280
   public function setKind($kind)
2281 2281
   {
2282
-    $this->kind = $kind;
2282
+	$this->kind = $kind;
2283 2283
   }
2284 2284
   public function getKind()
2285 2285
   {
2286
-    return $this->kind;
2286
+	return $this->kind;
2287 2287
   }
2288 2288
 }
2289 2289
 
@@ -2300,35 +2300,35 @@  discard block
 block discarded – undo
2300 2300
 
2301 2301
   public function setMaxAgeSeconds($maxAgeSeconds)
2302 2302
   {
2303
-    $this->maxAgeSeconds = $maxAgeSeconds;
2303
+	$this->maxAgeSeconds = $maxAgeSeconds;
2304 2304
   }
2305 2305
   public function getMaxAgeSeconds()
2306 2306
   {
2307
-    return $this->maxAgeSeconds;
2307
+	return $this->maxAgeSeconds;
2308 2308
   }
2309 2309
   public function setMethod($method)
2310 2310
   {
2311
-    $this->method = $method;
2311
+	$this->method = $method;
2312 2312
   }
2313 2313
   public function getMethod()
2314 2314
   {
2315
-    return $this->method;
2315
+	return $this->method;
2316 2316
   }
2317 2317
   public function setOrigin($origin)
2318 2318
   {
2319
-    $this->origin = $origin;
2319
+	$this->origin = $origin;
2320 2320
   }
2321 2321
   public function getOrigin()
2322 2322
   {
2323
-    return $this->origin;
2323
+	return $this->origin;
2324 2324
   }
2325 2325
   public function setResponseHeader($responseHeader)
2326 2326
   {
2327
-    $this->responseHeader = $responseHeader;
2327
+	$this->responseHeader = $responseHeader;
2328 2328
   }
2329 2329
   public function getResponseHeader()
2330 2330
   {
2331
-    return $this->responseHeader;
2331
+	return $this->responseHeader;
2332 2332
   }
2333 2333
 }
2334 2334
 
@@ -2343,11 +2343,11 @@  discard block
 block discarded – undo
2343 2343
 
2344 2344
   public function setRule($rule)
2345 2345
   {
2346
-    $this->rule = $rule;
2346
+	$this->rule = $rule;
2347 2347
   }
2348 2348
   public function getRule()
2349 2349
   {
2350
-    return $this->rule;
2350
+	return $this->rule;
2351 2351
   }
2352 2352
 }
2353 2353
 
@@ -2363,19 +2363,19 @@  discard block
 block discarded – undo
2363 2363
 
2364 2364
   public function setAction(Google_Service_Storage_BucketLifecycleRuleAction $action)
2365 2365
   {
2366
-    $this->action = $action;
2366
+	$this->action = $action;
2367 2367
   }
2368 2368
   public function getAction()
2369 2369
   {
2370
-    return $this->action;
2370
+	return $this->action;
2371 2371
   }
2372 2372
   public function setCondition(Google_Service_Storage_BucketLifecycleRuleCondition $condition)
2373 2373
   {
2374
-    $this->condition = $condition;
2374
+	$this->condition = $condition;
2375 2375
   }
2376 2376
   public function getCondition()
2377 2377
   {
2378
-    return $this->condition;
2378
+	return $this->condition;
2379 2379
   }
2380 2380
 }
2381 2381
 
@@ -2388,11 +2388,11 @@  discard block
 block discarded – undo
2388 2388
 
2389 2389
   public function setType($type)
2390 2390
   {
2391
-    $this->type = $type;
2391
+	$this->type = $type;
2392 2392
   }
2393 2393
   public function getType()
2394 2394
   {
2395
-    return $this->type;
2395
+	return $this->type;
2396 2396
   }
2397 2397
 }
2398 2398
 
@@ -2408,35 +2408,35 @@  discard block
 block discarded – undo
2408 2408
 
2409 2409
   public function setAge($age)
2410 2410
   {
2411
-    $this->age = $age;
2411
+	$this->age = $age;
2412 2412
   }
2413 2413
   public function getAge()
2414 2414
   {
2415
-    return $this->age;
2415
+	return $this->age;
2416 2416
   }
2417 2417
   public function setCreatedBefore($createdBefore)
2418 2418
   {
2419
-    $this->createdBefore = $createdBefore;
2419
+	$this->createdBefore = $createdBefore;
2420 2420
   }
2421 2421
   public function getCreatedBefore()
2422 2422
   {
2423
-    return $this->createdBefore;
2423
+	return $this->createdBefore;
2424 2424
   }
2425 2425
   public function setIsLive($isLive)
2426 2426
   {
2427
-    $this->isLive = $isLive;
2427
+	$this->isLive = $isLive;
2428 2428
   }
2429 2429
   public function getIsLive()
2430 2430
   {
2431
-    return $this->isLive;
2431
+	return $this->isLive;
2432 2432
   }
2433 2433
   public function setNumNewerVersions($numNewerVersions)
2434 2434
   {
2435
-    $this->numNewerVersions = $numNewerVersions;
2435
+	$this->numNewerVersions = $numNewerVersions;
2436 2436
   }
2437 2437
   public function getNumNewerVersions()
2438 2438
   {
2439
-    return $this->numNewerVersions;
2439
+	return $this->numNewerVersions;
2440 2440
   }
2441 2441
 }
2442 2442
 
@@ -2450,19 +2450,19 @@  discard block
 block discarded – undo
2450 2450
 
2451 2451
   public function setLogBucket($logBucket)
2452 2452
   {
2453
-    $this->logBucket = $logBucket;
2453
+	$this->logBucket = $logBucket;
2454 2454
   }
2455 2455
   public function getLogBucket()
2456 2456
   {
2457
-    return $this->logBucket;
2457
+	return $this->logBucket;
2458 2458
   }
2459 2459
   public function setLogObjectPrefix($logObjectPrefix)
2460 2460
   {
2461
-    $this->logObjectPrefix = $logObjectPrefix;
2461
+	$this->logObjectPrefix = $logObjectPrefix;
2462 2462
   }
2463 2463
   public function getLogObjectPrefix()
2464 2464
   {
2465
-    return $this->logObjectPrefix;
2465
+	return $this->logObjectPrefix;
2466 2466
   }
2467 2467
 }
2468 2468
 
@@ -2476,19 +2476,19 @@  discard block
 block discarded – undo
2476 2476
 
2477 2477
   public function setEntity($entity)
2478 2478
   {
2479
-    $this->entity = $entity;
2479
+	$this->entity = $entity;
2480 2480
   }
2481 2481
   public function getEntity()
2482 2482
   {
2483
-    return $this->entity;
2483
+	return $this->entity;
2484 2484
   }
2485 2485
   public function setEntityId($entityId)
2486 2486
   {
2487
-    $this->entityId = $entityId;
2487
+	$this->entityId = $entityId;
2488 2488
   }
2489 2489
   public function getEntityId()
2490 2490
   {
2491
-    return $this->entityId;
2491
+	return $this->entityId;
2492 2492
   }
2493 2493
 }
2494 2494
 
@@ -2501,11 +2501,11 @@  discard block
 block discarded – undo
2501 2501
 
2502 2502
   public function setEnabled($enabled)
2503 2503
   {
2504
-    $this->enabled = $enabled;
2504
+	$this->enabled = $enabled;
2505 2505
   }
2506 2506
   public function getEnabled()
2507 2507
   {
2508
-    return $this->enabled;
2508
+	return $this->enabled;
2509 2509
   }
2510 2510
 }
2511 2511
 
@@ -2519,19 +2519,19 @@  discard block
 block discarded – undo
2519 2519
 
2520 2520
   public function setMainPageSuffix($mainPageSuffix)
2521 2521
   {
2522
-    $this->mainPageSuffix = $mainPageSuffix;
2522
+	$this->mainPageSuffix = $mainPageSuffix;
2523 2523
   }
2524 2524
   public function getMainPageSuffix()
2525 2525
   {
2526
-    return $this->mainPageSuffix;
2526
+	return $this->mainPageSuffix;
2527 2527
   }
2528 2528
   public function setNotFoundPage($notFoundPage)
2529 2529
   {
2530
-    $this->notFoundPage = $notFoundPage;
2530
+	$this->notFoundPage = $notFoundPage;
2531 2531
   }
2532 2532
   public function getNotFoundPage()
2533 2533
   {
2534
-    return $this->notFoundPage;
2534
+	return $this->notFoundPage;
2535 2535
   }
2536 2536
 }
2537 2537
 
@@ -2548,27 +2548,27 @@  discard block
 block discarded – undo
2548 2548
 
2549 2549
   public function setItems($items)
2550 2550
   {
2551
-    $this->items = $items;
2551
+	$this->items = $items;
2552 2552
   }
2553 2553
   public function getItems()
2554 2554
   {
2555
-    return $this->items;
2555
+	return $this->items;
2556 2556
   }
2557 2557
   public function setKind($kind)
2558 2558
   {
2559
-    $this->kind = $kind;
2559
+	$this->kind = $kind;
2560 2560
   }
2561 2561
   public function getKind()
2562 2562
   {
2563
-    return $this->kind;
2563
+	return $this->kind;
2564 2564
   }
2565 2565
   public function setNextPageToken($nextPageToken)
2566 2566
   {
2567
-    $this->nextPageToken = $nextPageToken;
2567
+	$this->nextPageToken = $nextPageToken;
2568 2568
   }
2569 2569
   public function getNextPageToken()
2570 2570
   {
2571
-    return $this->nextPageToken;
2571
+	return $this->nextPageToken;
2572 2572
   }
2573 2573
 }
2574 2574
 
@@ -2590,83 +2590,83 @@  discard block
 block discarded – undo
2590 2590
 
2591 2591
   public function setAddress($address)
2592 2592
   {
2593
-    $this->address = $address;
2593
+	$this->address = $address;
2594 2594
   }
2595 2595
   public function getAddress()
2596 2596
   {
2597
-    return $this->address;
2597
+	return $this->address;
2598 2598
   }
2599 2599
   public function setExpiration($expiration)
2600 2600
   {
2601
-    $this->expiration = $expiration;
2601
+	$this->expiration = $expiration;
2602 2602
   }
2603 2603
   public function getExpiration()
2604 2604
   {
2605
-    return $this->expiration;
2605
+	return $this->expiration;
2606 2606
   }
2607 2607
   public function setId($id)
2608 2608
   {
2609
-    $this->id = $id;
2609
+	$this->id = $id;
2610 2610
   }
2611 2611
   public function getId()
2612 2612
   {
2613
-    return $this->id;
2613
+	return $this->id;
2614 2614
   }
2615 2615
   public function setKind($kind)
2616 2616
   {
2617
-    $this->kind = $kind;
2617
+	$this->kind = $kind;
2618 2618
   }
2619 2619
   public function getKind()
2620 2620
   {
2621
-    return $this->kind;
2621
+	return $this->kind;
2622 2622
   }
2623 2623
   public function setParams($params)
2624 2624
   {
2625
-    $this->params = $params;
2625
+	$this->params = $params;
2626 2626
   }
2627 2627
   public function getParams()
2628 2628
   {
2629
-    return $this->params;
2629
+	return $this->params;
2630 2630
   }
2631 2631
   public function setPayload($payload)
2632 2632
   {
2633
-    $this->payload = $payload;
2633
+	$this->payload = $payload;
2634 2634
   }
2635 2635
   public function getPayload()
2636 2636
   {
2637
-    return $this->payload;
2637
+	return $this->payload;
2638 2638
   }
2639 2639
   public function setResourceId($resourceId)
2640 2640
   {
2641
-    $this->resourceId = $resourceId;
2641
+	$this->resourceId = $resourceId;
2642 2642
   }
2643 2643
   public function getResourceId()
2644 2644
   {
2645
-    return $this->resourceId;
2645
+	return $this->resourceId;
2646 2646
   }
2647 2647
   public function setResourceUri($resourceUri)
2648 2648
   {
2649
-    $this->resourceUri = $resourceUri;
2649
+	$this->resourceUri = $resourceUri;
2650 2650
   }
2651 2651
   public function getResourceUri()
2652 2652
   {
2653
-    return $this->resourceUri;
2653
+	return $this->resourceUri;
2654 2654
   }
2655 2655
   public function setToken($token)
2656 2656
   {
2657
-    $this->token = $token;
2657
+	$this->token = $token;
2658 2658
   }
2659 2659
   public function getToken()
2660 2660
   {
2661
-    return $this->token;
2661
+	return $this->token;
2662 2662
   }
2663 2663
   public function setType($type)
2664 2664
   {
2665
-    $this->type = $type;
2665
+	$this->type = $type;
2666 2666
   }
2667 2667
   public function getType()
2668 2668
   {
2669
-    return $this->type;
2669
+	return $this->type;
2670 2670
   }
2671 2671
 }
2672 2672
 
@@ -2688,27 +2688,27 @@  discard block
 block discarded – undo
2688 2688
 
2689 2689
   public function setDestination(Google_Service_Storage_StorageObject $destination)
2690 2690
   {
2691
-    $this->destination = $destination;
2691
+	$this->destination = $destination;
2692 2692
   }
2693 2693
   public function getDestination()
2694 2694
   {
2695
-    return $this->destination;
2695
+	return $this->destination;
2696 2696
   }
2697 2697
   public function setKind($kind)
2698 2698
   {
2699
-    $this->kind = $kind;
2699
+	$this->kind = $kind;
2700 2700
   }
2701 2701
   public function getKind()
2702 2702
   {
2703
-    return $this->kind;
2703
+	return $this->kind;
2704 2704
   }
2705 2705
   public function setSourceObjects($sourceObjects)
2706 2706
   {
2707
-    $this->sourceObjects = $sourceObjects;
2707
+	$this->sourceObjects = $sourceObjects;
2708 2708
   }
2709 2709
   public function getSourceObjects()
2710 2710
   {
2711
-    return $this->sourceObjects;
2711
+	return $this->sourceObjects;
2712 2712
   }
2713 2713
 }
2714 2714
 
@@ -2724,27 +2724,27 @@  discard block
 block discarded – undo
2724 2724
 
2725 2725
   public function setGeneration($generation)
2726 2726
   {
2727
-    $this->generation = $generation;
2727
+	$this->generation = $generation;
2728 2728
   }
2729 2729
   public function getGeneration()
2730 2730
   {
2731
-    return $this->generation;
2731
+	return $this->generation;
2732 2732
   }
2733 2733
   public function setName($name)
2734 2734
   {
2735
-    $this->name = $name;
2735
+	$this->name = $name;
2736 2736
   }
2737 2737
   public function getName()
2738 2738
   {
2739
-    return $this->name;
2739
+	return $this->name;
2740 2740
   }
2741 2741
   public function setObjectPreconditions(Google_Service_Storage_ComposeRequestSourceObjectsObjectPreconditions $objectPreconditions)
2742 2742
   {
2743
-    $this->objectPreconditions = $objectPreconditions;
2743
+	$this->objectPreconditions = $objectPreconditions;
2744 2744
   }
2745 2745
   public function getObjectPreconditions()
2746 2746
   {
2747
-    return $this->objectPreconditions;
2747
+	return $this->objectPreconditions;
2748 2748
   }
2749 2749
 }
2750 2750
 
@@ -2757,11 +2757,11 @@  discard block
 block discarded – undo
2757 2757
 
2758 2758
   public function setIfGenerationMatch($ifGenerationMatch)
2759 2759
   {
2760
-    $this->ifGenerationMatch = $ifGenerationMatch;
2760
+	$this->ifGenerationMatch = $ifGenerationMatch;
2761 2761
   }
2762 2762
   public function getIfGenerationMatch()
2763 2763
   {
2764
-    return $this->ifGenerationMatch;
2764
+	return $this->ifGenerationMatch;
2765 2765
   }
2766 2766
 }
2767 2767
 
@@ -2787,107 +2787,107 @@  discard block
 block discarded – undo
2787 2787
 
2788 2788
   public function setBucket($bucket)
2789 2789
   {
2790
-    $this->bucket = $bucket;
2790
+	$this->bucket = $bucket;
2791 2791
   }
2792 2792
   public function getBucket()
2793 2793
   {
2794
-    return $this->bucket;
2794
+	return $this->bucket;
2795 2795
   }
2796 2796
   public function setDomain($domain)
2797 2797
   {
2798
-    $this->domain = $domain;
2798
+	$this->domain = $domain;
2799 2799
   }
2800 2800
   public function getDomain()
2801 2801
   {
2802
-    return $this->domain;
2802
+	return $this->domain;
2803 2803
   }
2804 2804
   public function setEmail($email)
2805 2805
   {
2806
-    $this->email = $email;
2806
+	$this->email = $email;
2807 2807
   }
2808 2808
   public function getEmail()
2809 2809
   {
2810
-    return $this->email;
2810
+	return $this->email;
2811 2811
   }
2812 2812
   public function setEntity($entity)
2813 2813
   {
2814
-    $this->entity = $entity;
2814
+	$this->entity = $entity;
2815 2815
   }
2816 2816
   public function getEntity()
2817 2817
   {
2818
-    return $this->entity;
2818
+	return $this->entity;
2819 2819
   }
2820 2820
   public function setEntityId($entityId)
2821 2821
   {
2822
-    $this->entityId = $entityId;
2822
+	$this->entityId = $entityId;
2823 2823
   }
2824 2824
   public function getEntityId()
2825 2825
   {
2826
-    return $this->entityId;
2826
+	return $this->entityId;
2827 2827
   }
2828 2828
   public function setEtag($etag)
2829 2829
   {
2830
-    $this->etag = $etag;
2830
+	$this->etag = $etag;
2831 2831
   }
2832 2832
   public function getEtag()
2833 2833
   {
2834
-    return $this->etag;
2834
+	return $this->etag;
2835 2835
   }
2836 2836
   public function setGeneration($generation)
2837 2837
   {
2838
-    $this->generation = $generation;
2838
+	$this->generation = $generation;
2839 2839
   }
2840 2840
   public function getGeneration()
2841 2841
   {
2842
-    return $this->generation;
2842
+	return $this->generation;
2843 2843
   }
2844 2844
   public function setId($id)
2845 2845
   {
2846
-    $this->id = $id;
2846
+	$this->id = $id;
2847 2847
   }
2848 2848
   public function getId()
2849 2849
   {
2850
-    return $this->id;
2850
+	return $this->id;
2851 2851
   }
2852 2852
   public function setKind($kind)
2853 2853
   {
2854
-    $this->kind = $kind;
2854
+	$this->kind = $kind;
2855 2855
   }
2856 2856
   public function getKind()
2857 2857
   {
2858
-    return $this->kind;
2858
+	return $this->kind;
2859 2859
   }
2860 2860
   public function setObject($object)
2861 2861
   {
2862
-    $this->object = $object;
2862
+	$this->object = $object;
2863 2863
   }
2864 2864
   public function getObject()
2865 2865
   {
2866
-    return $this->object;
2866
+	return $this->object;
2867 2867
   }
2868 2868
   public function setProjectTeam(Google_Service_Storage_ObjectAccessControlProjectTeam $projectTeam)
2869 2869
   {
2870
-    $this->projectTeam = $projectTeam;
2870
+	$this->projectTeam = $projectTeam;
2871 2871
   }
2872 2872
   public function getProjectTeam()
2873 2873
   {
2874
-    return $this->projectTeam;
2874
+	return $this->projectTeam;
2875 2875
   }
2876 2876
   public function setRole($role)
2877 2877
   {
2878
-    $this->role = $role;
2878
+	$this->role = $role;
2879 2879
   }
2880 2880
   public function getRole()
2881 2881
   {
2882
-    return $this->role;
2882
+	return $this->role;
2883 2883
   }
2884 2884
   public function setSelfLink($selfLink)
2885 2885
   {
2886
-    $this->selfLink = $selfLink;
2886
+	$this->selfLink = $selfLink;
2887 2887
   }
2888 2888
   public function getSelfLink()
2889 2889
   {
2890
-    return $this->selfLink;
2890
+	return $this->selfLink;
2891 2891
   }
2892 2892
 }
2893 2893
 
@@ -2901,19 +2901,19 @@  discard block
 block discarded – undo
2901 2901
 
2902 2902
   public function setProjectNumber($projectNumber)
2903 2903
   {
2904
-    $this->projectNumber = $projectNumber;
2904
+	$this->projectNumber = $projectNumber;
2905 2905
   }
2906 2906
   public function getProjectNumber()
2907 2907
   {
2908
-    return $this->projectNumber;
2908
+	return $this->projectNumber;
2909 2909
   }
2910 2910
   public function setTeam($team)
2911 2911
   {
2912
-    $this->team = $team;
2912
+	$this->team = $team;
2913 2913
   }
2914 2914
   public function getTeam()
2915 2915
   {
2916
-    return $this->team;
2916
+	return $this->team;
2917 2917
   }
2918 2918
 }
2919 2919
 
@@ -2928,19 +2928,19 @@  discard block
 block discarded – undo
2928 2928
 
2929 2929
   public function setItems($items)
2930 2930
   {
2931
-    $this->items = $items;
2931
+	$this->items = $items;
2932 2932
   }
2933 2933
   public function getItems()
2934 2934
   {
2935
-    return $this->items;
2935
+	return $this->items;
2936 2936
   }
2937 2937
   public function setKind($kind)
2938 2938
   {
2939
-    $this->kind = $kind;
2939
+	$this->kind = $kind;
2940 2940
   }
2941 2941
   public function getKind()
2942 2942
   {
2943
-    return $this->kind;
2943
+	return $this->kind;
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 setPrefixes($prefixes)
2984 2984
   {
2985
-    $this->prefixes = $prefixes;
2985
+	$this->prefixes = $prefixes;
2986 2986
   }
2987 2987
   public function getPrefixes()
2988 2988
   {
2989
-    return $this->prefixes;
2989
+	return $this->prefixes;
2990 2990
   }
2991 2991
 }
2992 2992
 
@@ -3005,51 +3005,51 @@  discard block
 block discarded – undo
3005 3005
 
3006 3006
   public function setDone($done)
3007 3007
   {
3008
-    $this->done = $done;
3008
+	$this->done = $done;
3009 3009
   }
3010 3010
   public function getDone()
3011 3011
   {
3012
-    return $this->done;
3012
+	return $this->done;
3013 3013
   }
3014 3014
   public function setKind($kind)
3015 3015
   {
3016
-    $this->kind = $kind;
3016
+	$this->kind = $kind;
3017 3017
   }
3018 3018
   public function getKind()
3019 3019
   {
3020
-    return $this->kind;
3020
+	return $this->kind;
3021 3021
   }
3022 3022
   public function setObjectSize($objectSize)
3023 3023
   {
3024
-    $this->objectSize = $objectSize;
3024
+	$this->objectSize = $objectSize;
3025 3025
   }
3026 3026
   public function getObjectSize()
3027 3027
   {
3028
-    return $this->objectSize;
3028
+	return $this->objectSize;
3029 3029
   }
3030 3030
   public function setResource(Google_Service_Storage_StorageObject $resource)
3031 3031
   {
3032
-    $this->resource = $resource;
3032
+	$this->resource = $resource;
3033 3033
   }
3034 3034
   public function getResource()
3035 3035
   {
3036
-    return $this->resource;
3036
+	return $this->resource;
3037 3037
   }
3038 3038
   public function setRewriteToken($rewriteToken)
3039 3039
   {
3040
-    $this->rewriteToken = $rewriteToken;
3040
+	$this->rewriteToken = $rewriteToken;
3041 3041
   }
3042 3042
   public function getRewriteToken()
3043 3043
   {
3044
-    return $this->rewriteToken;
3044
+	return $this->rewriteToken;
3045 3045
   }
3046 3046
   public function setTotalBytesRewritten($totalBytesRewritten)
3047 3047
   {
3048
-    $this->totalBytesRewritten = $totalBytesRewritten;
3048
+	$this->totalBytesRewritten = $totalBytesRewritten;
3049 3049
   }
3050 3050
   public function getTotalBytesRewritten()
3051 3051
   {
3052
-    return $this->totalBytesRewritten;
3052
+	return $this->totalBytesRewritten;
3053 3053
   }
3054 3054
 }
3055 3055
 
@@ -3088,195 +3088,195 @@  discard block
 block discarded – undo
3088 3088
 
3089 3089
   public function setAcl($acl)
3090 3090
   {
3091
-    $this->acl = $acl;
3091
+	$this->acl = $acl;
3092 3092
   }
3093 3093
   public function getAcl()
3094 3094
   {
3095
-    return $this->acl;
3095
+	return $this->acl;
3096 3096
   }
3097 3097
   public function setBucket($bucket)
3098 3098
   {
3099
-    $this->bucket = $bucket;
3099
+	$this->bucket = $bucket;
3100 3100
   }
3101 3101
   public function getBucket()
3102 3102
   {
3103
-    return $this->bucket;
3103
+	return $this->bucket;
3104 3104
   }
3105 3105
   public function setCacheControl($cacheControl)
3106 3106
   {
3107
-    $this->cacheControl = $cacheControl;
3107
+	$this->cacheControl = $cacheControl;
3108 3108
   }
3109 3109
   public function getCacheControl()
3110 3110
   {
3111
-    return $this->cacheControl;
3111
+	return $this->cacheControl;
3112 3112
   }
3113 3113
   public function setComponentCount($componentCount)
3114 3114
   {
3115
-    $this->componentCount = $componentCount;
3115
+	$this->componentCount = $componentCount;
3116 3116
   }
3117 3117
   public function getComponentCount()
3118 3118
   {
3119
-    return $this->componentCount;
3119
+	return $this->componentCount;
3120 3120
   }
3121 3121
   public function setContentDisposition($contentDisposition)
3122 3122
   {
3123
-    $this->contentDisposition = $contentDisposition;
3123
+	$this->contentDisposition = $contentDisposition;
3124 3124
   }
3125 3125
   public function getContentDisposition()
3126 3126
   {
3127
-    return $this->contentDisposition;
3127
+	return $this->contentDisposition;
3128 3128
   }
3129 3129
   public function setContentEncoding($contentEncoding)
3130 3130
   {
3131
-    $this->contentEncoding = $contentEncoding;
3131
+	$this->contentEncoding = $contentEncoding;
3132 3132
   }
3133 3133
   public function getContentEncoding()
3134 3134
   {
3135
-    return $this->contentEncoding;
3135
+	return $this->contentEncoding;
3136 3136
   }
3137 3137
   public function setContentLanguage($contentLanguage)
3138 3138
   {
3139
-    $this->contentLanguage = $contentLanguage;
3139
+	$this->contentLanguage = $contentLanguage;
3140 3140
   }
3141 3141
   public function getContentLanguage()
3142 3142
   {
3143
-    return $this->contentLanguage;
3143
+	return $this->contentLanguage;
3144 3144
   }
3145 3145
   public function setContentType($contentType)
3146 3146
   {
3147
-    $this->contentType = $contentType;
3147
+	$this->contentType = $contentType;
3148 3148
   }
3149 3149
   public function getContentType()
3150 3150
   {
3151
-    return $this->contentType;
3151
+	return $this->contentType;
3152 3152
   }
3153 3153
   public function setCrc32c($crc32c)
3154 3154
   {
3155
-    $this->crc32c = $crc32c;
3155
+	$this->crc32c = $crc32c;
3156 3156
   }
3157 3157
   public function getCrc32c()
3158 3158
   {
3159
-    return $this->crc32c;
3159
+	return $this->crc32c;
3160 3160
   }
3161 3161
   public function setEtag($etag)
3162 3162
   {
3163
-    $this->etag = $etag;
3163
+	$this->etag = $etag;
3164 3164
   }
3165 3165
   public function getEtag()
3166 3166
   {
3167
-    return $this->etag;
3167
+	return $this->etag;
3168 3168
   }
3169 3169
   public function setGeneration($generation)
3170 3170
   {
3171
-    $this->generation = $generation;
3171
+	$this->generation = $generation;
3172 3172
   }
3173 3173
   public function getGeneration()
3174 3174
   {
3175
-    return $this->generation;
3175
+	return $this->generation;
3176 3176
   }
3177 3177
   public function setId($id)
3178 3178
   {
3179
-    $this->id = $id;
3179
+	$this->id = $id;
3180 3180
   }
3181 3181
   public function getId()
3182 3182
   {
3183
-    return $this->id;
3183
+	return $this->id;
3184 3184
   }
3185 3185
   public function setKind($kind)
3186 3186
   {
3187
-    $this->kind = $kind;
3187
+	$this->kind = $kind;
3188 3188
   }
3189 3189
   public function getKind()
3190 3190
   {
3191
-    return $this->kind;
3191
+	return $this->kind;
3192 3192
   }
3193 3193
   public function setMd5Hash($md5Hash)
3194 3194
   {
3195
-    $this->md5Hash = $md5Hash;
3195
+	$this->md5Hash = $md5Hash;
3196 3196
   }
3197 3197
   public function getMd5Hash()
3198 3198
   {
3199
-    return $this->md5Hash;
3199
+	return $this->md5Hash;
3200 3200
   }
3201 3201
   public function setMediaLink($mediaLink)
3202 3202
   {
3203
-    $this->mediaLink = $mediaLink;
3203
+	$this->mediaLink = $mediaLink;
3204 3204
   }
3205 3205
   public function getMediaLink()
3206 3206
   {
3207
-    return $this->mediaLink;
3207
+	return $this->mediaLink;
3208 3208
   }
3209 3209
   public function setMetadata($metadata)
3210 3210
   {
3211
-    $this->metadata = $metadata;
3211
+	$this->metadata = $metadata;
3212 3212
   }
3213 3213
   public function getMetadata()
3214 3214
   {
3215
-    return $this->metadata;
3215
+	return $this->metadata;
3216 3216
   }
3217 3217
   public function setMetageneration($metageneration)
3218 3218
   {
3219
-    $this->metageneration = $metageneration;
3219
+	$this->metageneration = $metageneration;
3220 3220
   }
3221 3221
   public function getMetageneration()
3222 3222
   {
3223
-    return $this->metageneration;
3223
+	return $this->metageneration;
3224 3224
   }
3225 3225
   public function setName($name)
3226 3226
   {
3227
-    $this->name = $name;
3227
+	$this->name = $name;
3228 3228
   }
3229 3229
   public function getName()
3230 3230
   {
3231
-    return $this->name;
3231
+	return $this->name;
3232 3232
   }
3233 3233
   public function setOwner(Google_Service_Storage_StorageObjectOwner $owner)
3234 3234
   {
3235
-    $this->owner = $owner;
3235
+	$this->owner = $owner;
3236 3236
   }
3237 3237
   public function getOwner()
3238 3238
   {
3239
-    return $this->owner;
3239
+	return $this->owner;
3240 3240
   }
3241 3241
   public function setSelfLink($selfLink)
3242 3242
   {
3243
-    $this->selfLink = $selfLink;
3243
+	$this->selfLink = $selfLink;
3244 3244
   }
3245 3245
   public function getSelfLink()
3246 3246
   {
3247
-    return $this->selfLink;
3247
+	return $this->selfLink;
3248 3248
   }
3249 3249
   public function setSize($size)
3250 3250
   {
3251
-    $this->size = $size;
3251
+	$this->size = $size;
3252 3252
   }
3253 3253
   public function getSize()
3254 3254
   {
3255
-    return $this->size;
3255
+	return $this->size;
3256 3256
   }
3257 3257
   public function setStorageClass($storageClass)
3258 3258
   {
3259
-    $this->storageClass = $storageClass;
3259
+	$this->storageClass = $storageClass;
3260 3260
   }
3261 3261
   public function getStorageClass()
3262 3262
   {
3263
-    return $this->storageClass;
3263
+	return $this->storageClass;
3264 3264
   }
3265 3265
   public function setTimeDeleted($timeDeleted)
3266 3266
   {
3267
-    $this->timeDeleted = $timeDeleted;
3267
+	$this->timeDeleted = $timeDeleted;
3268 3268
   }
3269 3269
   public function getTimeDeleted()
3270 3270
   {
3271
-    return $this->timeDeleted;
3271
+	return $this->timeDeleted;
3272 3272
   }
3273 3273
   public function setUpdated($updated)
3274 3274
   {
3275
-    $this->updated = $updated;
3275
+	$this->updated = $updated;
3276 3276
   }
3277 3277
   public function getUpdated()
3278 3278
   {
3279
-    return $this->updated;
3279
+	return $this->updated;
3280 3280
   }
3281 3281
 }
3282 3282
 
@@ -3294,18 +3294,18 @@  discard block
 block discarded – undo
3294 3294
 
3295 3295
   public function setEntity($entity)
3296 3296
   {
3297
-    $this->entity = $entity;
3297
+	$this->entity = $entity;
3298 3298
   }
3299 3299
   public function getEntity()
3300 3300
   {
3301
-    return $this->entity;
3301
+	return $this->entity;
3302 3302
   }
3303 3303
   public function setEntityId($entityId)
3304 3304
   {
3305
-    $this->entityId = $entityId;
3305
+	$this->entityId = $entityId;
3306 3306
   }
3307 3307
   public function getEntityId()
3308 3308
   {
3309
-    return $this->entityId;
3309
+	return $this->entityId;
3310 3310
   }
3311 3311
 }
Please login to merge, or discard this patch.
Spacing   +29 added lines, -29 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
                   'required' => true,
86 86
                 ),
87 87
               ),
88
-            ),'get' => array(
88
+            ), 'get' => array(
89 89
               'path' => 'b/{bucket}/acl/{entity}',
90 90
               'httpMethod' => 'GET',
91 91
               'parameters' => array(
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
                   'required' => true,
101 101
                 ),
102 102
               ),
103
-            ),'insert' => array(
103
+            ), 'insert' => array(
104 104
               'path' => 'b/{bucket}/acl',
105 105
               'httpMethod' => 'POST',
106 106
               'parameters' => array(
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
                   'required' => true,
111 111
                 ),
112 112
               ),
113
-            ),'list' => array(
113
+            ), 'list' => array(
114 114
               'path' => 'b/{bucket}/acl',
115 115
               'httpMethod' => 'GET',
116 116
               'parameters' => array(
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
                   'required' => true,
121 121
                 ),
122 122
               ),
123
-            ),'patch' => array(
123
+            ), 'patch' => array(
124 124
               'path' => 'b/{bucket}/acl/{entity}',
125 125
               'httpMethod' => 'PATCH',
126 126
               'parameters' => array(
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
                   'required' => true,
136 136
                 ),
137 137
               ),
138
-            ),'update' => array(
138
+            ), 'update' => array(
139 139
               'path' => 'b/{bucket}/acl/{entity}',
140 140
               'httpMethod' => 'PUT',
141 141
               'parameters' => array(
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
                   'type' => 'string',
179 179
                 ),
180 180
               ),
181
-            ),'get' => array(
181
+            ), 'get' => array(
182 182
               'path' => 'b/{bucket}',
183 183
               'httpMethod' => 'GET',
184 184
               'parameters' => array(
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
200 200
                   'type' => 'string',
201 201
                 ),
202 202
               ),
203
-            ),'insert' => array(
203
+            ), 'insert' => array(
204 204
               'path' => 'b',
205 205
               'httpMethod' => 'POST',
206 206
               'parameters' => array(
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
                   'type' => 'string',
223 223
                 ),
224 224
               ),
225
-            ),'list' => array(
225
+            ), 'list' => array(
226 226
               'path' => 'b',
227 227
               'httpMethod' => 'GET',
228 228
               'parameters' => array(
@@ -248,7 +248,7 @@  discard block
 block discarded – undo
248 248
                   'type' => 'integer',
249 249
                 ),
250 250
               ),
251
-            ),'patch' => array(
251
+            ), 'patch' => array(
252 252
               'path' => 'b/{bucket}',
253 253
               'httpMethod' => 'PATCH',
254 254
               'parameters' => array(
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
                   'type' => 'string',
279 279
                 ),
280 280
               ),
281
-            ),'update' => array(
281
+            ), 'update' => array(
282 282
               'path' => 'b/{bucket}',
283 283
               'httpMethod' => 'PUT',
284 284
               'parameters' => array(
@@ -347,7 +347,7 @@  discard block
 block discarded – undo
347 347
                   'required' => true,
348 348
                 ),
349 349
               ),
350
-            ),'get' => array(
350
+            ), 'get' => array(
351 351
               'path' => 'b/{bucket}/defaultObjectAcl/{entity}',
352 352
               'httpMethod' => 'GET',
353 353
               'parameters' => array(
@@ -362,7 +362,7 @@  discard block
 block discarded – undo
362 362
                   'required' => true,
363 363
                 ),
364 364
               ),
365
-            ),'insert' => array(
365
+            ), 'insert' => array(
366 366
               'path' => 'b/{bucket}/defaultObjectAcl',
367 367
               'httpMethod' => 'POST',
368 368
               'parameters' => array(
@@ -372,7 +372,7 @@  discard block
 block discarded – undo
372 372
                   'required' => true,
373 373
                 ),
374 374
               ),
375
-            ),'list' => array(
375
+            ), 'list' => array(
376 376
               'path' => 'b/{bucket}/defaultObjectAcl',
377 377
               'httpMethod' => 'GET',
378 378
               'parameters' => array(
@@ -390,7 +390,7 @@  discard block
 block discarded – undo
390 390
                   'type' => 'string',
391 391
                 ),
392 392
               ),
393
-            ),'patch' => array(
393
+            ), 'patch' => array(
394 394
               'path' => 'b/{bucket}/defaultObjectAcl/{entity}',
395 395
               'httpMethod' => 'PATCH',
396 396
               'parameters' => array(
@@ -405,7 +405,7 @@  discard block
 block discarded – undo
405 405
                   'required' => true,
406 406
                 ),
407 407
               ),
408
-            ),'update' => array(
408
+            ), 'update' => array(
409 409
               'path' => 'b/{bucket}/defaultObjectAcl/{entity}',
410 410
               'httpMethod' => 'PUT',
411 411
               'parameters' => array(
@@ -454,7 +454,7 @@  discard block
 block discarded – undo
454 454
                   'type' => 'string',
455 455
                 ),
456 456
               ),
457
-            ),'get' => array(
457
+            ), 'get' => array(
458 458
               'path' => 'b/{bucket}/o/{object}/acl/{entity}',
459 459
               'httpMethod' => 'GET',
460 460
               'parameters' => array(
@@ -478,7 +478,7 @@  discard block
 block discarded – undo
478 478
                   'type' => 'string',
479 479
                 ),
480 480
               ),
481
-            ),'insert' => array(
481
+            ), 'insert' => array(
482 482
               'path' => 'b/{bucket}/o/{object}/acl',
483 483
               'httpMethod' => 'POST',
484 484
               'parameters' => array(
@@ -497,7 +497,7 @@  discard block
 block discarded – undo
497 497
                   'type' => 'string',
498 498
                 ),
499 499
               ),
500
-            ),'list' => array(
500
+            ), 'list' => array(
501 501
               'path' => 'b/{bucket}/o/{object}/acl',
502 502
               'httpMethod' => 'GET',
503 503
               'parameters' => array(
@@ -516,7 +516,7 @@  discard block
 block discarded – undo
516 516
                   'type' => 'string',
517 517
                 ),
518 518
               ),
519
-            ),'patch' => array(
519
+            ), 'patch' => array(
520 520
               'path' => 'b/{bucket}/o/{object}/acl/{entity}',
521 521
               'httpMethod' => 'PATCH',
522 522
               'parameters' => array(
@@ -540,7 +540,7 @@  discard block
 block discarded – undo
540 540
                   'type' => 'string',
541 541
                 ),
542 542
               ),
543
-            ),'update' => array(
543
+            ), 'update' => array(
544 544
               'path' => 'b/{bucket}/o/{object}/acl/{entity}',
545 545
               'httpMethod' => 'PUT',
546 546
               'parameters' => array(
@@ -601,7 +601,7 @@  discard block
 block discarded – undo
601 601
                   'type' => 'string',
602 602
                 ),
603 603
               ),
604
-            ),'copy' => array(
604
+            ), 'copy' => array(
605 605
               'path' => 'b/{sourceBucket}/o/{sourceObject}/copyTo/b/{destinationBucket}/o/{destinationObject}',
606 606
               'httpMethod' => 'POST',
607 607
               'parameters' => array(
@@ -670,7 +670,7 @@  discard block
 block discarded – undo
670 670
                   'type' => 'string',
671 671
                 ),
672 672
               ),
673
-            ),'delete' => array(
673
+            ), 'delete' => array(
674 674
               'path' => 'b/{bucket}/o/{object}',
675 675
               'httpMethod' => 'DELETE',
676 676
               'parameters' => array(
@@ -705,7 +705,7 @@  discard block
 block discarded – undo
705 705
                   'type' => 'string',
706 706
                 ),
707 707
               ),
708
-            ),'get' => array(
708
+            ), 'get' => array(
709 709
               'path' => 'b/{bucket}/o/{object}',
710 710
               'httpMethod' => 'GET',
711 711
               'parameters' => array(
@@ -744,7 +744,7 @@  discard block
 block discarded – undo
744 744
                   'type' => 'string',
745 745
                 ),
746 746
               ),
747
-            ),'insert' => array(
747
+            ), 'insert' => array(
748 748
               'path' => 'b/{bucket}/o',
749 749
               'httpMethod' => 'POST',
750 750
               'parameters' => array(
@@ -786,7 +786,7 @@  discard block
 block discarded – undo
786 786
                   'type' => 'string',
787 787
                 ),
788 788
               ),
789
-            ),'list' => array(
789
+            ), 'list' => array(
790 790
               'path' => 'b/{bucket}/o',
791 791
               'httpMethod' => 'GET',
792 792
               'parameters' => array(
@@ -820,7 +820,7 @@  discard block
 block discarded – undo
820 820
                   'type' => 'string',
821 821
                 ),
822 822
               ),
823
-            ),'patch' => array(
823
+            ), 'patch' => array(
824 824
               'path' => 'b/{bucket}/o/{object}',
825 825
               'httpMethod' => 'PATCH',
826 826
               'parameters' => array(
@@ -863,7 +863,7 @@  discard block
 block discarded – undo
863 863
                   'type' => 'string',
864 864
                 ),
865 865
               ),
866
-            ),'rewrite' => array(
866
+            ), 'rewrite' => array(
867 867
               'path' => 'b/{sourceBucket}/o/{sourceObject}/rewriteTo/b/{destinationBucket}/o/{destinationObject}',
868 868
               'httpMethod' => 'POST',
869 869
               'parameters' => array(
@@ -940,7 +940,7 @@  discard block
 block discarded – undo
940 940
                   'type' => 'string',
941 941
                 ),
942 942
               ),
943
-            ),'update' => array(
943
+            ), 'update' => array(
944 944
               'path' => 'b/{bucket}/o/{object}',
945 945
               'httpMethod' => 'PUT',
946 946
               'parameters' => array(
@@ -983,7 +983,7 @@  discard block
 block discarded – undo
983 983
                   'type' => 'string',
984 984
                 ),
985 985
               ),
986
-            ),'watchAll' => array(
986
+            ), 'watchAll' => array(
987 987
               'path' => 'b/{bucket}/o/watch',
988 988
               'httpMethod' => 'POST',
989 989
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/TagManager.php 3 patches
Doc Comments   +17 added lines, -17 removed lines patch added patch discarded remove patch
@@ -1006,7 +1006,7 @@  discard block
 block discarded – undo
1006 1006
    * Updates a GTM Account. (accounts.update)
1007 1007
    *
1008 1008
    * @param string $accountId The GTM Account ID.
1009
-   * @param Google_Account $postBody
1009
+   * @param Google_Service_TagManager_Account $postBody
1010 1010
    * @param array $optParams Optional parameters.
1011 1011
    *
1012 1012
    * @opt_param string fingerprint When provided, this fingerprint must match the
@@ -1036,7 +1036,7 @@  discard block
 block discarded – undo
1036 1036
    * Creates a Container. (containers.create)
1037 1037
    *
1038 1038
    * @param string $accountId The GTM Account ID.
1039
-   * @param Google_Container $postBody
1039
+   * @param Google_Service_TagManager_Container $postBody
1040 1040
    * @param array $optParams Optional parameters.
1041 1041
    * @return Google_Service_TagManager_Container
1042 1042
    */
@@ -1096,7 +1096,7 @@  discard block
 block discarded – undo
1096 1096
    *
1097 1097
    * @param string $accountId The GTM Account ID.
1098 1098
    * @param string $containerId The GTM Container ID.
1099
-   * @param Google_Container $postBody
1099
+   * @param Google_Service_TagManager_Container $postBody
1100 1100
    * @param array $optParams Optional parameters.
1101 1101
    *
1102 1102
    * @opt_param string fingerprint When provided, this fingerprint must match the
@@ -1127,7 +1127,7 @@  discard block
 block discarded – undo
1127 1127
    *
1128 1128
    * @param string $accountId The GTM Account ID.
1129 1129
    * @param string $containerId The GTM Container ID.
1130
-   * @param Google_Macro $postBody
1130
+   * @param Google_Service_TagManager_Macro $postBody
1131 1131
    * @param array $optParams Optional parameters.
1132 1132
    * @return Google_Service_TagManager_Macro
1133 1133
    */
@@ -1190,7 +1190,7 @@  discard block
 block discarded – undo
1190 1190
    * @param string $accountId The GTM Account ID.
1191 1191
    * @param string $containerId The GTM Container ID.
1192 1192
    * @param string $macroId The GTM Macro ID.
1193
-   * @param Google_Macro $postBody
1193
+   * @param Google_Service_TagManager_Macro $postBody
1194 1194
    * @param array $optParams Optional parameters.
1195 1195
    *
1196 1196
    * @opt_param string fingerprint When provided, this fingerprint must match the
@@ -1220,7 +1220,7 @@  discard block
 block discarded – undo
1220 1220
    *
1221 1221
    * @param string $accountId The GTM Account ID.
1222 1222
    * @param string $containerId The GTM Container ID.
1223
-   * @param Google_Rule $postBody
1223
+   * @param Google_Service_TagManager_Rule $postBody
1224 1224
    * @param array $optParams Optional parameters.
1225 1225
    * @return Google_Service_TagManager_Rule
1226 1226
    */
@@ -1283,7 +1283,7 @@  discard block
 block discarded – undo
1283 1283
    * @param string $accountId The GTM Account ID.
1284 1284
    * @param string $containerId The GTM Container ID.
1285 1285
    * @param string $ruleId The GTM Rule ID.
1286
-   * @param Google_Rule $postBody
1286
+   * @param Google_Service_TagManager_Rule $postBody
1287 1287
    * @param array $optParams Optional parameters.
1288 1288
    *
1289 1289
    * @opt_param string fingerprint When provided, this fingerprint must match the
@@ -1313,7 +1313,7 @@  discard block
 block discarded – undo
1313 1313
    *
1314 1314
    * @param string $accountId The GTM Account ID.
1315 1315
    * @param string $containerId The GTM Container ID.
1316
-   * @param Google_Tag $postBody
1316
+   * @param Google_Service_TagManager_Tag $postBody
1317 1317
    * @param array $optParams Optional parameters.
1318 1318
    * @return Google_Service_TagManager_Tag
1319 1319
    */
@@ -1376,7 +1376,7 @@  discard block
 block discarded – undo
1376 1376
    * @param string $accountId The GTM Account ID.
1377 1377
    * @param string $containerId The GTM Container ID.
1378 1378
    * @param string $tagId The GTM Tag ID.
1379
-   * @param Google_Tag $postBody
1379
+   * @param Google_Service_TagManager_Tag $postBody
1380 1380
    * @param array $optParams Optional parameters.
1381 1381
    *
1382 1382
    * @opt_param string fingerprint When provided, this fingerprint must match the
@@ -1406,7 +1406,7 @@  discard block
 block discarded – undo
1406 1406
    *
1407 1407
    * @param string $accountId The GTM Account ID.
1408 1408
    * @param string $containerId The GTM Container ID.
1409
-   * @param Google_Trigger $postBody
1409
+   * @param Google_Service_TagManager_Trigger $postBody
1410 1410
    * @param array $optParams Optional parameters.
1411 1411
    * @return Google_Service_TagManager_Trigger
1412 1412
    */
@@ -1470,7 +1470,7 @@  discard block
 block discarded – undo
1470 1470
    * @param string $accountId The GTM Account ID.
1471 1471
    * @param string $containerId The GTM Container ID.
1472 1472
    * @param string $triggerId The GTM Trigger ID.
1473
-   * @param Google_Trigger $postBody
1473
+   * @param Google_Service_TagManager_Trigger $postBody
1474 1474
    * @param array $optParams Optional parameters.
1475 1475
    *
1476 1476
    * @opt_param string fingerprint When provided, this fingerprint must match the
@@ -1500,7 +1500,7 @@  discard block
 block discarded – undo
1500 1500
    *
1501 1501
    * @param string $accountId The GTM Account ID.
1502 1502
    * @param string $containerId The GTM Container ID.
1503
-   * @param Google_Variable $postBody
1503
+   * @param Google_Service_TagManager_Variable $postBody
1504 1504
    * @param array $optParams Optional parameters.
1505 1505
    * @return Google_Service_TagManager_Variable
1506 1506
    */
@@ -1564,7 +1564,7 @@  discard block
 block discarded – undo
1564 1564
    * @param string $accountId The GTM Account ID.
1565 1565
    * @param string $containerId The GTM Container ID.
1566 1566
    * @param string $variableId The GTM Variable ID.
1567
-   * @param Google_Variable $postBody
1567
+   * @param Google_Service_TagManager_Variable $postBody
1568 1568
    * @param array $optParams Optional parameters.
1569 1569
    *
1570 1570
    * @opt_param string fingerprint When provided, this fingerprint must match the
@@ -1594,7 +1594,7 @@  discard block
 block discarded – undo
1594 1594
    *
1595 1595
    * @param string $accountId The GTM Account ID.
1596 1596
    * @param string $containerId The GTM Container ID.
1597
-   * @param Google_CreateContainerVersionRequestVersionOptions $postBody
1597
+   * @param Google_Service_TagManager_CreateContainerVersionRequestVersionOptions $postBody
1598 1598
    * @param array $optParams Optional parameters.
1599 1599
    * @return Google_Service_TagManager_CreateContainerVersionResponse
1600 1600
    */
@@ -1715,7 +1715,7 @@  discard block
 block discarded – undo
1715 1715
    * @param string $accountId The GTM Account ID.
1716 1716
    * @param string $containerId The GTM Container ID.
1717 1717
    * @param string $containerVersionId The GTM Container Version ID.
1718
-   * @param Google_ContainerVersion $postBody
1718
+   * @param Google_Service_TagManager_ContainerVersion $postBody
1719 1719
    * @param array $optParams Optional parameters.
1720 1720
    *
1721 1721
    * @opt_param string fingerprint When provided, this fingerprint must match the
@@ -1744,7 +1744,7 @@  discard block
 block discarded – undo
1744 1744
    * Creates a user's Account & Container Permissions. (permissions.create)
1745 1745
    *
1746 1746
    * @param string $accountId The GTM Account ID.
1747
-   * @param Google_UserAccess $postBody
1747
+   * @param Google_Service_TagManager_UserAccess $postBody
1748 1748
    * @param array $optParams Optional parameters.
1749 1749
    * @return Google_Service_TagManager_UserAccess
1750 1750
    */
@@ -1807,7 +1807,7 @@  discard block
 block discarded – undo
1807 1807
    *
1808 1808
    * @param string $accountId The GTM Account ID.
1809 1809
    * @param string $permissionId The GTM User ID.
1810
-   * @param Google_UserAccess $postBody
1810
+   * @param Google_Service_TagManager_UserAccess $postBody
1811 1811
    * @param array $optParams Optional parameters.
1812 1812
    * @return Google_Service_TagManager_UserAccess
1813 1813
    */
Please login to merge, or discard this patch.
Indentation   +1305 added lines, -1305 removed lines patch added patch discarded remove patch
@@ -32,25 +32,25 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Delete your Google Tag Manager containers. */
34 34
   const TAGMANAGER_DELETE_CONTAINERS =
35
-      "https://www.googleapis.com/auth/tagmanager.delete.containers";
35
+	  "https://www.googleapis.com/auth/tagmanager.delete.containers";
36 36
   /** Manage your Google Tag Manager containers. */
37 37
   const TAGMANAGER_EDIT_CONTAINERS =
38
-      "https://www.googleapis.com/auth/tagmanager.edit.containers";
38
+	  "https://www.googleapis.com/auth/tagmanager.edit.containers";
39 39
   /** Manage your Google Tag Manager container versions. */
40 40
   const TAGMANAGER_EDIT_CONTAINERVERSIONS =
41
-      "https://www.googleapis.com/auth/tagmanager.edit.containerversions";
41
+	  "https://www.googleapis.com/auth/tagmanager.edit.containerversions";
42 42
   /** Manage your Google Tag Manager accounts. */
43 43
   const TAGMANAGER_MANAGE_ACCOUNTS =
44
-      "https://www.googleapis.com/auth/tagmanager.manage.accounts";
44
+	  "https://www.googleapis.com/auth/tagmanager.manage.accounts";
45 45
   /** Manage user permissions of your Google Tag Manager data. */
46 46
   const TAGMANAGER_MANAGE_USERS =
47
-      "https://www.googleapis.com/auth/tagmanager.manage.users";
47
+	  "https://www.googleapis.com/auth/tagmanager.manage.users";
48 48
   /** Publish your Google Tag Manager containers. */
49 49
   const TAGMANAGER_PUBLISH =
50
-      "https://www.googleapis.com/auth/tagmanager.publish";
50
+	  "https://www.googleapis.com/auth/tagmanager.publish";
51 51
   /** View your Google Tag Manager containers. */
52 52
   const TAGMANAGER_READONLY =
53
-      "https://www.googleapis.com/auth/tagmanager.readonly";
53
+	  "https://www.googleapis.com/auth/tagmanager.readonly";
54 54
 
55 55
   public $accounts;
56 56
   public $accounts_containers;
@@ -70,896 +70,896 @@  discard block
 block discarded – undo
70 70
    */
71 71
   public function __construct(Google_Client $client)
72 72
   {
73
-    parent::__construct($client);
74
-    $this->rootUrl = 'https://www.googleapis.com/';
75
-    $this->servicePath = 'tagmanager/v1/';
76
-    $this->version = 'v1';
77
-    $this->serviceName = 'tagmanager';
78
-
79
-    $this->accounts = new Google_Service_TagManager_Accounts_Resource(
80
-        $this,
81
-        $this->serviceName,
82
-        'accounts',
83
-        array(
84
-          'methods' => array(
85
-            'get' => array(
86
-              'path' => 'accounts/{accountId}',
87
-              'httpMethod' => 'GET',
88
-              'parameters' => array(
89
-                'accountId' => array(
90
-                  'location' => 'path',
91
-                  'type' => 'string',
92
-                  'required' => true,
93
-                ),
94
-              ),
95
-            ),'list' => array(
96
-              'path' => 'accounts',
97
-              'httpMethod' => 'GET',
98
-              'parameters' => array(),
99
-            ),'update' => array(
100
-              'path' => 'accounts/{accountId}',
101
-              'httpMethod' => 'PUT',
102
-              'parameters' => array(
103
-                'accountId' => array(
104
-                  'location' => 'path',
105
-                  'type' => 'string',
106
-                  'required' => true,
107
-                ),
108
-                'fingerprint' => array(
109
-                  'location' => 'query',
110
-                  'type' => 'string',
111
-                ),
112
-              ),
113
-            ),
114
-          )
115
-        )
116
-    );
117
-    $this->accounts_containers = new Google_Service_TagManager_AccountsContainers_Resource(
118
-        $this,
119
-        $this->serviceName,
120
-        'containers',
121
-        array(
122
-          'methods' => array(
123
-            'create' => array(
124
-              'path' => 'accounts/{accountId}/containers',
125
-              'httpMethod' => 'POST',
126
-              'parameters' => array(
127
-                'accountId' => array(
128
-                  'location' => 'path',
129
-                  'type' => 'string',
130
-                  'required' => true,
131
-                ),
132
-              ),
133
-            ),'delete' => array(
134
-              'path' => 'accounts/{accountId}/containers/{containerId}',
135
-              'httpMethod' => 'DELETE',
136
-              'parameters' => array(
137
-                'accountId' => array(
138
-                  'location' => 'path',
139
-                  'type' => 'string',
140
-                  'required' => true,
141
-                ),
142
-                'containerId' => array(
143
-                  'location' => 'path',
144
-                  'type' => 'string',
145
-                  'required' => true,
146
-                ),
147
-              ),
148
-            ),'get' => array(
149
-              'path' => 'accounts/{accountId}/containers/{containerId}',
150
-              'httpMethod' => 'GET',
151
-              'parameters' => array(
152
-                'accountId' => array(
153
-                  'location' => 'path',
154
-                  'type' => 'string',
155
-                  'required' => true,
156
-                ),
157
-                'containerId' => array(
158
-                  'location' => 'path',
159
-                  'type' => 'string',
160
-                  'required' => true,
161
-                ),
162
-              ),
163
-            ),'list' => array(
164
-              'path' => 'accounts/{accountId}/containers',
165
-              'httpMethod' => 'GET',
166
-              'parameters' => array(
167
-                'accountId' => array(
168
-                  'location' => 'path',
169
-                  'type' => 'string',
170
-                  'required' => true,
171
-                ),
172
-              ),
173
-            ),'update' => array(
174
-              'path' => 'accounts/{accountId}/containers/{containerId}',
175
-              'httpMethod' => 'PUT',
176
-              'parameters' => array(
177
-                'accountId' => array(
178
-                  'location' => 'path',
179
-                  'type' => 'string',
180
-                  'required' => true,
181
-                ),
182
-                'containerId' => array(
183
-                  'location' => 'path',
184
-                  'type' => 'string',
185
-                  'required' => true,
186
-                ),
187
-                'fingerprint' => array(
188
-                  'location' => 'query',
189
-                  'type' => 'string',
190
-                ),
191
-              ),
192
-            ),
193
-          )
194
-        )
195
-    );
196
-    $this->accounts_containers_macros = new Google_Service_TagManager_AccountsContainersMacros_Resource(
197
-        $this,
198
-        $this->serviceName,
199
-        'macros',
200
-        array(
201
-          'methods' => array(
202
-            'create' => array(
203
-              'path' => 'accounts/{accountId}/containers/{containerId}/macros',
204
-              'httpMethod' => 'POST',
205
-              'parameters' => array(
206
-                'accountId' => array(
207
-                  'location' => 'path',
208
-                  'type' => 'string',
209
-                  'required' => true,
210
-                ),
211
-                'containerId' => array(
212
-                  'location' => 'path',
213
-                  'type' => 'string',
214
-                  'required' => true,
215
-                ),
216
-              ),
217
-            ),'delete' => array(
218
-              'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
219
-              'httpMethod' => 'DELETE',
220
-              'parameters' => array(
221
-                'accountId' => array(
222
-                  'location' => 'path',
223
-                  'type' => 'string',
224
-                  'required' => true,
225
-                ),
226
-                'containerId' => array(
227
-                  'location' => 'path',
228
-                  'type' => 'string',
229
-                  'required' => true,
230
-                ),
231
-                'macroId' => array(
232
-                  'location' => 'path',
233
-                  'type' => 'string',
234
-                  'required' => true,
235
-                ),
236
-              ),
237
-            ),'get' => array(
238
-              'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
239
-              'httpMethod' => 'GET',
240
-              'parameters' => array(
241
-                'accountId' => array(
242
-                  'location' => 'path',
243
-                  'type' => 'string',
244
-                  'required' => true,
245
-                ),
246
-                'containerId' => array(
247
-                  'location' => 'path',
248
-                  'type' => 'string',
249
-                  'required' => true,
250
-                ),
251
-                'macroId' => array(
252
-                  'location' => 'path',
253
-                  'type' => 'string',
254
-                  'required' => true,
255
-                ),
256
-              ),
257
-            ),'list' => array(
258
-              'path' => 'accounts/{accountId}/containers/{containerId}/macros',
259
-              'httpMethod' => 'GET',
260
-              'parameters' => array(
261
-                'accountId' => array(
262
-                  'location' => 'path',
263
-                  'type' => 'string',
264
-                  'required' => true,
265
-                ),
266
-                'containerId' => array(
267
-                  'location' => 'path',
268
-                  'type' => 'string',
269
-                  'required' => true,
270
-                ),
271
-              ),
272
-            ),'update' => array(
273
-              'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
274
-              'httpMethod' => 'PUT',
275
-              'parameters' => array(
276
-                'accountId' => array(
277
-                  'location' => 'path',
278
-                  'type' => 'string',
279
-                  'required' => true,
280
-                ),
281
-                'containerId' => array(
282
-                  'location' => 'path',
283
-                  'type' => 'string',
284
-                  'required' => true,
285
-                ),
286
-                'macroId' => array(
287
-                  'location' => 'path',
288
-                  'type' => 'string',
289
-                  'required' => true,
290
-                ),
291
-                'fingerprint' => array(
292
-                  'location' => 'query',
293
-                  'type' => 'string',
294
-                ),
295
-              ),
296
-            ),
297
-          )
298
-        )
299
-    );
300
-    $this->accounts_containers_rules = new Google_Service_TagManager_AccountsContainersRules_Resource(
301
-        $this,
302
-        $this->serviceName,
303
-        'rules',
304
-        array(
305
-          'methods' => array(
306
-            'create' => array(
307
-              'path' => 'accounts/{accountId}/containers/{containerId}/rules',
308
-              'httpMethod' => 'POST',
309
-              'parameters' => array(
310
-                'accountId' => array(
311
-                  'location' => 'path',
312
-                  'type' => 'string',
313
-                  'required' => true,
314
-                ),
315
-                'containerId' => array(
316
-                  'location' => 'path',
317
-                  'type' => 'string',
318
-                  'required' => true,
319
-                ),
320
-              ),
321
-            ),'delete' => array(
322
-              'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
323
-              'httpMethod' => 'DELETE',
324
-              'parameters' => array(
325
-                'accountId' => array(
326
-                  'location' => 'path',
327
-                  'type' => 'string',
328
-                  'required' => true,
329
-                ),
330
-                'containerId' => array(
331
-                  'location' => 'path',
332
-                  'type' => 'string',
333
-                  'required' => true,
334
-                ),
335
-                'ruleId' => array(
336
-                  'location' => 'path',
337
-                  'type' => 'string',
338
-                  'required' => true,
339
-                ),
340
-              ),
341
-            ),'get' => array(
342
-              'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
343
-              'httpMethod' => 'GET',
344
-              'parameters' => array(
345
-                'accountId' => array(
346
-                  'location' => 'path',
347
-                  'type' => 'string',
348
-                  'required' => true,
349
-                ),
350
-                'containerId' => array(
351
-                  'location' => 'path',
352
-                  'type' => 'string',
353
-                  'required' => true,
354
-                ),
355
-                'ruleId' => array(
356
-                  'location' => 'path',
357
-                  'type' => 'string',
358
-                  'required' => true,
359
-                ),
360
-              ),
361
-            ),'list' => array(
362
-              'path' => 'accounts/{accountId}/containers/{containerId}/rules',
363
-              'httpMethod' => 'GET',
364
-              'parameters' => array(
365
-                'accountId' => array(
366
-                  'location' => 'path',
367
-                  'type' => 'string',
368
-                  'required' => true,
369
-                ),
370
-                'containerId' => array(
371
-                  'location' => 'path',
372
-                  'type' => 'string',
373
-                  'required' => true,
374
-                ),
375
-              ),
376
-            ),'update' => array(
377
-              'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
378
-              'httpMethod' => 'PUT',
379
-              'parameters' => array(
380
-                'accountId' => array(
381
-                  'location' => 'path',
382
-                  'type' => 'string',
383
-                  'required' => true,
384
-                ),
385
-                'containerId' => array(
386
-                  'location' => 'path',
387
-                  'type' => 'string',
388
-                  'required' => true,
389
-                ),
390
-                'ruleId' => array(
391
-                  'location' => 'path',
392
-                  'type' => 'string',
393
-                  'required' => true,
394
-                ),
395
-                'fingerprint' => array(
396
-                  'location' => 'query',
397
-                  'type' => 'string',
398
-                ),
399
-              ),
400
-            ),
401
-          )
402
-        )
403
-    );
404
-    $this->accounts_containers_tags = new Google_Service_TagManager_AccountsContainersTags_Resource(
405
-        $this,
406
-        $this->serviceName,
407
-        'tags',
408
-        array(
409
-          'methods' => array(
410
-            'create' => array(
411
-              'path' => 'accounts/{accountId}/containers/{containerId}/tags',
412
-              'httpMethod' => 'POST',
413
-              'parameters' => array(
414
-                'accountId' => array(
415
-                  'location' => 'path',
416
-                  'type' => 'string',
417
-                  'required' => true,
418
-                ),
419
-                'containerId' => array(
420
-                  'location' => 'path',
421
-                  'type' => 'string',
422
-                  'required' => true,
423
-                ),
424
-              ),
425
-            ),'delete' => array(
426
-              'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
427
-              'httpMethod' => 'DELETE',
428
-              'parameters' => array(
429
-                'accountId' => array(
430
-                  'location' => 'path',
431
-                  'type' => 'string',
432
-                  'required' => true,
433
-                ),
434
-                'containerId' => array(
435
-                  'location' => 'path',
436
-                  'type' => 'string',
437
-                  'required' => true,
438
-                ),
439
-                'tagId' => array(
440
-                  'location' => 'path',
441
-                  'type' => 'string',
442
-                  'required' => true,
443
-                ),
444
-              ),
445
-            ),'get' => array(
446
-              'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
447
-              'httpMethod' => 'GET',
448
-              'parameters' => array(
449
-                'accountId' => array(
450
-                  'location' => 'path',
451
-                  'type' => 'string',
452
-                  'required' => true,
453
-                ),
454
-                'containerId' => array(
455
-                  'location' => 'path',
456
-                  'type' => 'string',
457
-                  'required' => true,
458
-                ),
459
-                'tagId' => array(
460
-                  'location' => 'path',
461
-                  'type' => 'string',
462
-                  'required' => true,
463
-                ),
464
-              ),
465
-            ),'list' => array(
466
-              'path' => 'accounts/{accountId}/containers/{containerId}/tags',
467
-              'httpMethod' => 'GET',
468
-              'parameters' => array(
469
-                'accountId' => array(
470
-                  'location' => 'path',
471
-                  'type' => 'string',
472
-                  'required' => true,
473
-                ),
474
-                'containerId' => array(
475
-                  'location' => 'path',
476
-                  'type' => 'string',
477
-                  'required' => true,
478
-                ),
479
-              ),
480
-            ),'update' => array(
481
-              'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
482
-              'httpMethod' => 'PUT',
483
-              'parameters' => array(
484
-                'accountId' => array(
485
-                  'location' => 'path',
486
-                  'type' => 'string',
487
-                  'required' => true,
488
-                ),
489
-                'containerId' => array(
490
-                  'location' => 'path',
491
-                  'type' => 'string',
492
-                  'required' => true,
493
-                ),
494
-                'tagId' => array(
495
-                  'location' => 'path',
496
-                  'type' => 'string',
497
-                  'required' => true,
498
-                ),
499
-                'fingerprint' => array(
500
-                  'location' => 'query',
501
-                  'type' => 'string',
502
-                ),
503
-              ),
504
-            ),
505
-          )
506
-        )
507
-    );
508
-    $this->accounts_containers_triggers = new Google_Service_TagManager_AccountsContainersTriggers_Resource(
509
-        $this,
510
-        $this->serviceName,
511
-        'triggers',
512
-        array(
513
-          'methods' => array(
514
-            'create' => array(
515
-              'path' => 'accounts/{accountId}/containers/{containerId}/triggers',
516
-              'httpMethod' => 'POST',
517
-              'parameters' => array(
518
-                'accountId' => array(
519
-                  'location' => 'path',
520
-                  'type' => 'string',
521
-                  'required' => true,
522
-                ),
523
-                'containerId' => array(
524
-                  'location' => 'path',
525
-                  'type' => 'string',
526
-                  'required' => true,
527
-                ),
528
-              ),
529
-            ),'delete' => array(
530
-              'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
531
-              'httpMethod' => 'DELETE',
532
-              'parameters' => array(
533
-                'accountId' => array(
534
-                  'location' => 'path',
535
-                  'type' => 'string',
536
-                  'required' => true,
537
-                ),
538
-                'containerId' => array(
539
-                  'location' => 'path',
540
-                  'type' => 'string',
541
-                  'required' => true,
542
-                ),
543
-                'triggerId' => array(
544
-                  'location' => 'path',
545
-                  'type' => 'string',
546
-                  'required' => true,
547
-                ),
548
-              ),
549
-            ),'get' => array(
550
-              'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
551
-              'httpMethod' => 'GET',
552
-              'parameters' => array(
553
-                'accountId' => array(
554
-                  'location' => 'path',
555
-                  'type' => 'string',
556
-                  'required' => true,
557
-                ),
558
-                'containerId' => array(
559
-                  'location' => 'path',
560
-                  'type' => 'string',
561
-                  'required' => true,
562
-                ),
563
-                'triggerId' => array(
564
-                  'location' => 'path',
565
-                  'type' => 'string',
566
-                  'required' => true,
567
-                ),
568
-              ),
569
-            ),'list' => array(
570
-              'path' => 'accounts/{accountId}/containers/{containerId}/triggers',
571
-              'httpMethod' => 'GET',
572
-              'parameters' => array(
573
-                'accountId' => array(
574
-                  'location' => 'path',
575
-                  'type' => 'string',
576
-                  'required' => true,
577
-                ),
578
-                'containerId' => array(
579
-                  'location' => 'path',
580
-                  'type' => 'string',
581
-                  'required' => true,
582
-                ),
583
-              ),
584
-            ),'update' => array(
585
-              'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
586
-              'httpMethod' => 'PUT',
587
-              'parameters' => array(
588
-                'accountId' => array(
589
-                  'location' => 'path',
590
-                  'type' => 'string',
591
-                  'required' => true,
592
-                ),
593
-                'containerId' => array(
594
-                  'location' => 'path',
595
-                  'type' => 'string',
596
-                  'required' => true,
597
-                ),
598
-                'triggerId' => array(
599
-                  'location' => 'path',
600
-                  'type' => 'string',
601
-                  'required' => true,
602
-                ),
603
-                'fingerprint' => array(
604
-                  'location' => 'query',
605
-                  'type' => 'string',
606
-                ),
607
-              ),
608
-            ),
609
-          )
610
-        )
611
-    );
612
-    $this->accounts_containers_variables = new Google_Service_TagManager_AccountsContainersVariables_Resource(
613
-        $this,
614
-        $this->serviceName,
615
-        'variables',
616
-        array(
617
-          'methods' => array(
618
-            'create' => array(
619
-              'path' => 'accounts/{accountId}/containers/{containerId}/variables',
620
-              'httpMethod' => 'POST',
621
-              'parameters' => array(
622
-                'accountId' => array(
623
-                  'location' => 'path',
624
-                  'type' => 'string',
625
-                  'required' => true,
626
-                ),
627
-                'containerId' => array(
628
-                  'location' => 'path',
629
-                  'type' => 'string',
630
-                  'required' => true,
631
-                ),
632
-              ),
633
-            ),'delete' => array(
634
-              'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
635
-              'httpMethod' => 'DELETE',
636
-              'parameters' => array(
637
-                'accountId' => array(
638
-                  'location' => 'path',
639
-                  'type' => 'string',
640
-                  'required' => true,
641
-                ),
642
-                'containerId' => array(
643
-                  'location' => 'path',
644
-                  'type' => 'string',
645
-                  'required' => true,
646
-                ),
647
-                'variableId' => array(
648
-                  'location' => 'path',
649
-                  'type' => 'string',
650
-                  'required' => true,
651
-                ),
652
-              ),
653
-            ),'get' => array(
654
-              'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
655
-              'httpMethod' => 'GET',
656
-              'parameters' => array(
657
-                'accountId' => array(
658
-                  'location' => 'path',
659
-                  'type' => 'string',
660
-                  'required' => true,
661
-                ),
662
-                'containerId' => array(
663
-                  'location' => 'path',
664
-                  'type' => 'string',
665
-                  'required' => true,
666
-                ),
667
-                'variableId' => array(
668
-                  'location' => 'path',
669
-                  'type' => 'string',
670
-                  'required' => true,
671
-                ),
672
-              ),
673
-            ),'list' => array(
674
-              'path' => 'accounts/{accountId}/containers/{containerId}/variables',
675
-              'httpMethod' => 'GET',
676
-              'parameters' => array(
677
-                'accountId' => array(
678
-                  'location' => 'path',
679
-                  'type' => 'string',
680
-                  'required' => true,
681
-                ),
682
-                'containerId' => array(
683
-                  'location' => 'path',
684
-                  'type' => 'string',
685
-                  'required' => true,
686
-                ),
687
-              ),
688
-            ),'update' => array(
689
-              'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
690
-              'httpMethod' => 'PUT',
691
-              'parameters' => array(
692
-                'accountId' => array(
693
-                  'location' => 'path',
694
-                  'type' => 'string',
695
-                  'required' => true,
696
-                ),
697
-                'containerId' => array(
698
-                  'location' => 'path',
699
-                  'type' => 'string',
700
-                  'required' => true,
701
-                ),
702
-                'variableId' => array(
703
-                  'location' => 'path',
704
-                  'type' => 'string',
705
-                  'required' => true,
706
-                ),
707
-                'fingerprint' => array(
708
-                  'location' => 'query',
709
-                  'type' => 'string',
710
-                ),
711
-              ),
712
-            ),
713
-          )
714
-        )
715
-    );
716
-    $this->accounts_containers_versions = new Google_Service_TagManager_AccountsContainersVersions_Resource(
717
-        $this,
718
-        $this->serviceName,
719
-        'versions',
720
-        array(
721
-          'methods' => array(
722
-            'create' => array(
723
-              'path' => 'accounts/{accountId}/containers/{containerId}/versions',
724
-              'httpMethod' => 'POST',
725
-              'parameters' => array(
726
-                'accountId' => array(
727
-                  'location' => 'path',
728
-                  'type' => 'string',
729
-                  'required' => true,
730
-                ),
731
-                'containerId' => array(
732
-                  'location' => 'path',
733
-                  'type' => 'string',
734
-                  'required' => true,
735
-                ),
736
-              ),
737
-            ),'delete' => array(
738
-              'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
739
-              'httpMethod' => 'DELETE',
740
-              'parameters' => array(
741
-                'accountId' => array(
742
-                  'location' => 'path',
743
-                  'type' => 'string',
744
-                  'required' => true,
745
-                ),
746
-                'containerId' => array(
747
-                  'location' => 'path',
748
-                  'type' => 'string',
749
-                  'required' => true,
750
-                ),
751
-                'containerVersionId' => array(
752
-                  'location' => 'path',
753
-                  'type' => 'string',
754
-                  'required' => true,
755
-                ),
756
-              ),
757
-            ),'get' => array(
758
-              'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
759
-              'httpMethod' => 'GET',
760
-              'parameters' => array(
761
-                'accountId' => array(
762
-                  'location' => 'path',
763
-                  'type' => 'string',
764
-                  'required' => true,
765
-                ),
766
-                'containerId' => array(
767
-                  'location' => 'path',
768
-                  'type' => 'string',
769
-                  'required' => true,
770
-                ),
771
-                'containerVersionId' => array(
772
-                  'location' => 'path',
773
-                  'type' => 'string',
774
-                  'required' => true,
775
-                ),
776
-              ),
777
-            ),'list' => array(
778
-              'path' => 'accounts/{accountId}/containers/{containerId}/versions',
779
-              'httpMethod' => 'GET',
780
-              'parameters' => array(
781
-                'accountId' => array(
782
-                  'location' => 'path',
783
-                  'type' => 'string',
784
-                  'required' => true,
785
-                ),
786
-                'containerId' => array(
787
-                  'location' => 'path',
788
-                  'type' => 'string',
789
-                  'required' => true,
790
-                ),
791
-                'headers' => array(
792
-                  'location' => 'query',
793
-                  'type' => 'boolean',
794
-                ),
795
-              ),
796
-            ),'publish' => array(
797
-              'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/publish',
798
-              'httpMethod' => 'POST',
799
-              'parameters' => array(
800
-                'accountId' => array(
801
-                  'location' => 'path',
802
-                  'type' => 'string',
803
-                  'required' => true,
804
-                ),
805
-                'containerId' => array(
806
-                  'location' => 'path',
807
-                  'type' => 'string',
808
-                  'required' => true,
809
-                ),
810
-                'containerVersionId' => array(
811
-                  'location' => 'path',
812
-                  'type' => 'string',
813
-                  'required' => true,
814
-                ),
815
-                'fingerprint' => array(
816
-                  'location' => 'query',
817
-                  'type' => 'string',
818
-                ),
819
-              ),
820
-            ),'restore' => array(
821
-              'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/restore',
822
-              'httpMethod' => 'POST',
823
-              'parameters' => array(
824
-                'accountId' => array(
825
-                  'location' => 'path',
826
-                  'type' => 'string',
827
-                  'required' => true,
828
-                ),
829
-                'containerId' => array(
830
-                  'location' => 'path',
831
-                  'type' => 'string',
832
-                  'required' => true,
833
-                ),
834
-                'containerVersionId' => array(
835
-                  'location' => 'path',
836
-                  'type' => 'string',
837
-                  'required' => true,
838
-                ),
839
-              ),
840
-            ),'undelete' => array(
841
-              'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/undelete',
842
-              'httpMethod' => 'POST',
843
-              'parameters' => array(
844
-                'accountId' => array(
845
-                  'location' => 'path',
846
-                  'type' => 'string',
847
-                  'required' => true,
848
-                ),
849
-                'containerId' => array(
850
-                  'location' => 'path',
851
-                  'type' => 'string',
852
-                  'required' => true,
853
-                ),
854
-                'containerVersionId' => array(
855
-                  'location' => 'path',
856
-                  'type' => 'string',
857
-                  'required' => true,
858
-                ),
859
-              ),
860
-            ),'update' => array(
861
-              'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
862
-              'httpMethod' => 'PUT',
863
-              'parameters' => array(
864
-                'accountId' => array(
865
-                  'location' => 'path',
866
-                  'type' => 'string',
867
-                  'required' => true,
868
-                ),
869
-                'containerId' => array(
870
-                  'location' => 'path',
871
-                  'type' => 'string',
872
-                  'required' => true,
873
-                ),
874
-                'containerVersionId' => array(
875
-                  'location' => 'path',
876
-                  'type' => 'string',
877
-                  'required' => true,
878
-                ),
879
-                'fingerprint' => array(
880
-                  'location' => 'query',
881
-                  'type' => 'string',
882
-                ),
883
-              ),
884
-            ),
885
-          )
886
-        )
887
-    );
888
-    $this->accounts_permissions = new Google_Service_TagManager_AccountsPermissions_Resource(
889
-        $this,
890
-        $this->serviceName,
891
-        'permissions',
892
-        array(
893
-          'methods' => array(
894
-            'create' => array(
895
-              'path' => 'accounts/{accountId}/permissions',
896
-              'httpMethod' => 'POST',
897
-              'parameters' => array(
898
-                'accountId' => array(
899
-                  'location' => 'path',
900
-                  'type' => 'string',
901
-                  'required' => true,
902
-                ),
903
-              ),
904
-            ),'delete' => array(
905
-              'path' => 'accounts/{accountId}/permissions/{permissionId}',
906
-              'httpMethod' => 'DELETE',
907
-              'parameters' => array(
908
-                'accountId' => array(
909
-                  'location' => 'path',
910
-                  'type' => 'string',
911
-                  'required' => true,
912
-                ),
913
-                'permissionId' => array(
914
-                  'location' => 'path',
915
-                  'type' => 'string',
916
-                  'required' => true,
917
-                ),
918
-              ),
919
-            ),'get' => array(
920
-              'path' => 'accounts/{accountId}/permissions/{permissionId}',
921
-              'httpMethod' => 'GET',
922
-              'parameters' => array(
923
-                'accountId' => array(
924
-                  'location' => 'path',
925
-                  'type' => 'string',
926
-                  'required' => true,
927
-                ),
928
-                'permissionId' => array(
929
-                  'location' => 'path',
930
-                  'type' => 'string',
931
-                  'required' => true,
932
-                ),
933
-              ),
934
-            ),'list' => array(
935
-              'path' => 'accounts/{accountId}/permissions',
936
-              'httpMethod' => 'GET',
937
-              'parameters' => array(
938
-                'accountId' => array(
939
-                  'location' => 'path',
940
-                  'type' => 'string',
941
-                  'required' => true,
942
-                ),
943
-              ),
944
-            ),'update' => array(
945
-              'path' => 'accounts/{accountId}/permissions/{permissionId}',
946
-              'httpMethod' => 'PUT',
947
-              'parameters' => array(
948
-                'accountId' => array(
949
-                  'location' => 'path',
950
-                  'type' => 'string',
951
-                  'required' => true,
952
-                ),
953
-                'permissionId' => array(
954
-                  'location' => 'path',
955
-                  'type' => 'string',
956
-                  'required' => true,
957
-                ),
958
-              ),
959
-            ),
960
-          )
961
-        )
962
-    );
73
+	parent::__construct($client);
74
+	$this->rootUrl = 'https://www.googleapis.com/';
75
+	$this->servicePath = 'tagmanager/v1/';
76
+	$this->version = 'v1';
77
+	$this->serviceName = 'tagmanager';
78
+
79
+	$this->accounts = new Google_Service_TagManager_Accounts_Resource(
80
+		$this,
81
+		$this->serviceName,
82
+		'accounts',
83
+		array(
84
+		  'methods' => array(
85
+			'get' => array(
86
+			  'path' => 'accounts/{accountId}',
87
+			  'httpMethod' => 'GET',
88
+			  'parameters' => array(
89
+				'accountId' => array(
90
+				  'location' => 'path',
91
+				  'type' => 'string',
92
+				  'required' => true,
93
+				),
94
+			  ),
95
+			),'list' => array(
96
+			  'path' => 'accounts',
97
+			  'httpMethod' => 'GET',
98
+			  'parameters' => array(),
99
+			),'update' => array(
100
+			  'path' => 'accounts/{accountId}',
101
+			  'httpMethod' => 'PUT',
102
+			  'parameters' => array(
103
+				'accountId' => array(
104
+				  'location' => 'path',
105
+				  'type' => 'string',
106
+				  'required' => true,
107
+				),
108
+				'fingerprint' => array(
109
+				  'location' => 'query',
110
+				  'type' => 'string',
111
+				),
112
+			  ),
113
+			),
114
+		  )
115
+		)
116
+	);
117
+	$this->accounts_containers = new Google_Service_TagManager_AccountsContainers_Resource(
118
+		$this,
119
+		$this->serviceName,
120
+		'containers',
121
+		array(
122
+		  'methods' => array(
123
+			'create' => array(
124
+			  'path' => 'accounts/{accountId}/containers',
125
+			  'httpMethod' => 'POST',
126
+			  'parameters' => array(
127
+				'accountId' => array(
128
+				  'location' => 'path',
129
+				  'type' => 'string',
130
+				  'required' => true,
131
+				),
132
+			  ),
133
+			),'delete' => array(
134
+			  'path' => 'accounts/{accountId}/containers/{containerId}',
135
+			  'httpMethod' => 'DELETE',
136
+			  'parameters' => array(
137
+				'accountId' => array(
138
+				  'location' => 'path',
139
+				  'type' => 'string',
140
+				  'required' => true,
141
+				),
142
+				'containerId' => array(
143
+				  'location' => 'path',
144
+				  'type' => 'string',
145
+				  'required' => true,
146
+				),
147
+			  ),
148
+			),'get' => array(
149
+			  'path' => 'accounts/{accountId}/containers/{containerId}',
150
+			  'httpMethod' => 'GET',
151
+			  'parameters' => array(
152
+				'accountId' => array(
153
+				  'location' => 'path',
154
+				  'type' => 'string',
155
+				  'required' => true,
156
+				),
157
+				'containerId' => array(
158
+				  'location' => 'path',
159
+				  'type' => 'string',
160
+				  'required' => true,
161
+				),
162
+			  ),
163
+			),'list' => array(
164
+			  'path' => 'accounts/{accountId}/containers',
165
+			  'httpMethod' => 'GET',
166
+			  'parameters' => array(
167
+				'accountId' => array(
168
+				  'location' => 'path',
169
+				  'type' => 'string',
170
+				  'required' => true,
171
+				),
172
+			  ),
173
+			),'update' => array(
174
+			  'path' => 'accounts/{accountId}/containers/{containerId}',
175
+			  'httpMethod' => 'PUT',
176
+			  'parameters' => array(
177
+				'accountId' => array(
178
+				  'location' => 'path',
179
+				  'type' => 'string',
180
+				  'required' => true,
181
+				),
182
+				'containerId' => array(
183
+				  'location' => 'path',
184
+				  'type' => 'string',
185
+				  'required' => true,
186
+				),
187
+				'fingerprint' => array(
188
+				  'location' => 'query',
189
+				  'type' => 'string',
190
+				),
191
+			  ),
192
+			),
193
+		  )
194
+		)
195
+	);
196
+	$this->accounts_containers_macros = new Google_Service_TagManager_AccountsContainersMacros_Resource(
197
+		$this,
198
+		$this->serviceName,
199
+		'macros',
200
+		array(
201
+		  'methods' => array(
202
+			'create' => array(
203
+			  'path' => 'accounts/{accountId}/containers/{containerId}/macros',
204
+			  'httpMethod' => 'POST',
205
+			  'parameters' => array(
206
+				'accountId' => array(
207
+				  'location' => 'path',
208
+				  'type' => 'string',
209
+				  'required' => true,
210
+				),
211
+				'containerId' => array(
212
+				  'location' => 'path',
213
+				  'type' => 'string',
214
+				  'required' => true,
215
+				),
216
+			  ),
217
+			),'delete' => array(
218
+			  'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
219
+			  'httpMethod' => 'DELETE',
220
+			  'parameters' => array(
221
+				'accountId' => array(
222
+				  'location' => 'path',
223
+				  'type' => 'string',
224
+				  'required' => true,
225
+				),
226
+				'containerId' => array(
227
+				  'location' => 'path',
228
+				  'type' => 'string',
229
+				  'required' => true,
230
+				),
231
+				'macroId' => array(
232
+				  'location' => 'path',
233
+				  'type' => 'string',
234
+				  'required' => true,
235
+				),
236
+			  ),
237
+			),'get' => array(
238
+			  'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
239
+			  'httpMethod' => 'GET',
240
+			  'parameters' => array(
241
+				'accountId' => array(
242
+				  'location' => 'path',
243
+				  'type' => 'string',
244
+				  'required' => true,
245
+				),
246
+				'containerId' => array(
247
+				  'location' => 'path',
248
+				  'type' => 'string',
249
+				  'required' => true,
250
+				),
251
+				'macroId' => array(
252
+				  'location' => 'path',
253
+				  'type' => 'string',
254
+				  'required' => true,
255
+				),
256
+			  ),
257
+			),'list' => array(
258
+			  'path' => 'accounts/{accountId}/containers/{containerId}/macros',
259
+			  'httpMethod' => 'GET',
260
+			  'parameters' => array(
261
+				'accountId' => array(
262
+				  'location' => 'path',
263
+				  'type' => 'string',
264
+				  'required' => true,
265
+				),
266
+				'containerId' => array(
267
+				  'location' => 'path',
268
+				  'type' => 'string',
269
+				  'required' => true,
270
+				),
271
+			  ),
272
+			),'update' => array(
273
+			  'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
274
+			  'httpMethod' => 'PUT',
275
+			  'parameters' => array(
276
+				'accountId' => array(
277
+				  'location' => 'path',
278
+				  'type' => 'string',
279
+				  'required' => true,
280
+				),
281
+				'containerId' => array(
282
+				  'location' => 'path',
283
+				  'type' => 'string',
284
+				  'required' => true,
285
+				),
286
+				'macroId' => array(
287
+				  'location' => 'path',
288
+				  'type' => 'string',
289
+				  'required' => true,
290
+				),
291
+				'fingerprint' => array(
292
+				  'location' => 'query',
293
+				  'type' => 'string',
294
+				),
295
+			  ),
296
+			),
297
+		  )
298
+		)
299
+	);
300
+	$this->accounts_containers_rules = new Google_Service_TagManager_AccountsContainersRules_Resource(
301
+		$this,
302
+		$this->serviceName,
303
+		'rules',
304
+		array(
305
+		  'methods' => array(
306
+			'create' => array(
307
+			  'path' => 'accounts/{accountId}/containers/{containerId}/rules',
308
+			  'httpMethod' => 'POST',
309
+			  'parameters' => array(
310
+				'accountId' => array(
311
+				  'location' => 'path',
312
+				  'type' => 'string',
313
+				  'required' => true,
314
+				),
315
+				'containerId' => array(
316
+				  'location' => 'path',
317
+				  'type' => 'string',
318
+				  'required' => true,
319
+				),
320
+			  ),
321
+			),'delete' => array(
322
+			  'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
323
+			  'httpMethod' => 'DELETE',
324
+			  'parameters' => array(
325
+				'accountId' => array(
326
+				  'location' => 'path',
327
+				  'type' => 'string',
328
+				  'required' => true,
329
+				),
330
+				'containerId' => array(
331
+				  'location' => 'path',
332
+				  'type' => 'string',
333
+				  'required' => true,
334
+				),
335
+				'ruleId' => array(
336
+				  'location' => 'path',
337
+				  'type' => 'string',
338
+				  'required' => true,
339
+				),
340
+			  ),
341
+			),'get' => array(
342
+			  'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
343
+			  'httpMethod' => 'GET',
344
+			  'parameters' => array(
345
+				'accountId' => array(
346
+				  'location' => 'path',
347
+				  'type' => 'string',
348
+				  'required' => true,
349
+				),
350
+				'containerId' => array(
351
+				  'location' => 'path',
352
+				  'type' => 'string',
353
+				  'required' => true,
354
+				),
355
+				'ruleId' => array(
356
+				  'location' => 'path',
357
+				  'type' => 'string',
358
+				  'required' => true,
359
+				),
360
+			  ),
361
+			),'list' => array(
362
+			  'path' => 'accounts/{accountId}/containers/{containerId}/rules',
363
+			  'httpMethod' => 'GET',
364
+			  'parameters' => array(
365
+				'accountId' => array(
366
+				  'location' => 'path',
367
+				  'type' => 'string',
368
+				  'required' => true,
369
+				),
370
+				'containerId' => array(
371
+				  'location' => 'path',
372
+				  'type' => 'string',
373
+				  'required' => true,
374
+				),
375
+			  ),
376
+			),'update' => array(
377
+			  'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
378
+			  'httpMethod' => 'PUT',
379
+			  'parameters' => array(
380
+				'accountId' => array(
381
+				  'location' => 'path',
382
+				  'type' => 'string',
383
+				  'required' => true,
384
+				),
385
+				'containerId' => array(
386
+				  'location' => 'path',
387
+				  'type' => 'string',
388
+				  'required' => true,
389
+				),
390
+				'ruleId' => array(
391
+				  'location' => 'path',
392
+				  'type' => 'string',
393
+				  'required' => true,
394
+				),
395
+				'fingerprint' => array(
396
+				  'location' => 'query',
397
+				  'type' => 'string',
398
+				),
399
+			  ),
400
+			),
401
+		  )
402
+		)
403
+	);
404
+	$this->accounts_containers_tags = new Google_Service_TagManager_AccountsContainersTags_Resource(
405
+		$this,
406
+		$this->serviceName,
407
+		'tags',
408
+		array(
409
+		  'methods' => array(
410
+			'create' => array(
411
+			  'path' => 'accounts/{accountId}/containers/{containerId}/tags',
412
+			  'httpMethod' => 'POST',
413
+			  'parameters' => array(
414
+				'accountId' => array(
415
+				  'location' => 'path',
416
+				  'type' => 'string',
417
+				  'required' => true,
418
+				),
419
+				'containerId' => array(
420
+				  'location' => 'path',
421
+				  'type' => 'string',
422
+				  'required' => true,
423
+				),
424
+			  ),
425
+			),'delete' => array(
426
+			  'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
427
+			  'httpMethod' => 'DELETE',
428
+			  'parameters' => array(
429
+				'accountId' => array(
430
+				  'location' => 'path',
431
+				  'type' => 'string',
432
+				  'required' => true,
433
+				),
434
+				'containerId' => array(
435
+				  'location' => 'path',
436
+				  'type' => 'string',
437
+				  'required' => true,
438
+				),
439
+				'tagId' => array(
440
+				  'location' => 'path',
441
+				  'type' => 'string',
442
+				  'required' => true,
443
+				),
444
+			  ),
445
+			),'get' => array(
446
+			  'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
447
+			  'httpMethod' => 'GET',
448
+			  'parameters' => array(
449
+				'accountId' => array(
450
+				  'location' => 'path',
451
+				  'type' => 'string',
452
+				  'required' => true,
453
+				),
454
+				'containerId' => array(
455
+				  'location' => 'path',
456
+				  'type' => 'string',
457
+				  'required' => true,
458
+				),
459
+				'tagId' => array(
460
+				  'location' => 'path',
461
+				  'type' => 'string',
462
+				  'required' => true,
463
+				),
464
+			  ),
465
+			),'list' => array(
466
+			  'path' => 'accounts/{accountId}/containers/{containerId}/tags',
467
+			  'httpMethod' => 'GET',
468
+			  'parameters' => array(
469
+				'accountId' => array(
470
+				  'location' => 'path',
471
+				  'type' => 'string',
472
+				  'required' => true,
473
+				),
474
+				'containerId' => array(
475
+				  'location' => 'path',
476
+				  'type' => 'string',
477
+				  'required' => true,
478
+				),
479
+			  ),
480
+			),'update' => array(
481
+			  'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
482
+			  'httpMethod' => 'PUT',
483
+			  'parameters' => array(
484
+				'accountId' => array(
485
+				  'location' => 'path',
486
+				  'type' => 'string',
487
+				  'required' => true,
488
+				),
489
+				'containerId' => array(
490
+				  'location' => 'path',
491
+				  'type' => 'string',
492
+				  'required' => true,
493
+				),
494
+				'tagId' => array(
495
+				  'location' => 'path',
496
+				  'type' => 'string',
497
+				  'required' => true,
498
+				),
499
+				'fingerprint' => array(
500
+				  'location' => 'query',
501
+				  'type' => 'string',
502
+				),
503
+			  ),
504
+			),
505
+		  )
506
+		)
507
+	);
508
+	$this->accounts_containers_triggers = new Google_Service_TagManager_AccountsContainersTriggers_Resource(
509
+		$this,
510
+		$this->serviceName,
511
+		'triggers',
512
+		array(
513
+		  'methods' => array(
514
+			'create' => array(
515
+			  'path' => 'accounts/{accountId}/containers/{containerId}/triggers',
516
+			  'httpMethod' => 'POST',
517
+			  'parameters' => array(
518
+				'accountId' => array(
519
+				  'location' => 'path',
520
+				  'type' => 'string',
521
+				  'required' => true,
522
+				),
523
+				'containerId' => array(
524
+				  'location' => 'path',
525
+				  'type' => 'string',
526
+				  'required' => true,
527
+				),
528
+			  ),
529
+			),'delete' => array(
530
+			  'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
531
+			  'httpMethod' => 'DELETE',
532
+			  'parameters' => array(
533
+				'accountId' => array(
534
+				  'location' => 'path',
535
+				  'type' => 'string',
536
+				  'required' => true,
537
+				),
538
+				'containerId' => array(
539
+				  'location' => 'path',
540
+				  'type' => 'string',
541
+				  'required' => true,
542
+				),
543
+				'triggerId' => array(
544
+				  'location' => 'path',
545
+				  'type' => 'string',
546
+				  'required' => true,
547
+				),
548
+			  ),
549
+			),'get' => array(
550
+			  'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
551
+			  'httpMethod' => 'GET',
552
+			  'parameters' => array(
553
+				'accountId' => array(
554
+				  'location' => 'path',
555
+				  'type' => 'string',
556
+				  'required' => true,
557
+				),
558
+				'containerId' => array(
559
+				  'location' => 'path',
560
+				  'type' => 'string',
561
+				  'required' => true,
562
+				),
563
+				'triggerId' => array(
564
+				  'location' => 'path',
565
+				  'type' => 'string',
566
+				  'required' => true,
567
+				),
568
+			  ),
569
+			),'list' => array(
570
+			  'path' => 'accounts/{accountId}/containers/{containerId}/triggers',
571
+			  'httpMethod' => 'GET',
572
+			  'parameters' => array(
573
+				'accountId' => array(
574
+				  'location' => 'path',
575
+				  'type' => 'string',
576
+				  'required' => true,
577
+				),
578
+				'containerId' => array(
579
+				  'location' => 'path',
580
+				  'type' => 'string',
581
+				  'required' => true,
582
+				),
583
+			  ),
584
+			),'update' => array(
585
+			  'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
586
+			  'httpMethod' => 'PUT',
587
+			  'parameters' => array(
588
+				'accountId' => array(
589
+				  'location' => 'path',
590
+				  'type' => 'string',
591
+				  'required' => true,
592
+				),
593
+				'containerId' => array(
594
+				  'location' => 'path',
595
+				  'type' => 'string',
596
+				  'required' => true,
597
+				),
598
+				'triggerId' => array(
599
+				  'location' => 'path',
600
+				  'type' => 'string',
601
+				  'required' => true,
602
+				),
603
+				'fingerprint' => array(
604
+				  'location' => 'query',
605
+				  'type' => 'string',
606
+				),
607
+			  ),
608
+			),
609
+		  )
610
+		)
611
+	);
612
+	$this->accounts_containers_variables = new Google_Service_TagManager_AccountsContainersVariables_Resource(
613
+		$this,
614
+		$this->serviceName,
615
+		'variables',
616
+		array(
617
+		  'methods' => array(
618
+			'create' => array(
619
+			  'path' => 'accounts/{accountId}/containers/{containerId}/variables',
620
+			  'httpMethod' => 'POST',
621
+			  'parameters' => array(
622
+				'accountId' => array(
623
+				  'location' => 'path',
624
+				  'type' => 'string',
625
+				  'required' => true,
626
+				),
627
+				'containerId' => array(
628
+				  'location' => 'path',
629
+				  'type' => 'string',
630
+				  'required' => true,
631
+				),
632
+			  ),
633
+			),'delete' => array(
634
+			  'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
635
+			  'httpMethod' => 'DELETE',
636
+			  'parameters' => array(
637
+				'accountId' => array(
638
+				  'location' => 'path',
639
+				  'type' => 'string',
640
+				  'required' => true,
641
+				),
642
+				'containerId' => array(
643
+				  'location' => 'path',
644
+				  'type' => 'string',
645
+				  'required' => true,
646
+				),
647
+				'variableId' => array(
648
+				  'location' => 'path',
649
+				  'type' => 'string',
650
+				  'required' => true,
651
+				),
652
+			  ),
653
+			),'get' => array(
654
+			  'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
655
+			  'httpMethod' => 'GET',
656
+			  'parameters' => array(
657
+				'accountId' => array(
658
+				  'location' => 'path',
659
+				  'type' => 'string',
660
+				  'required' => true,
661
+				),
662
+				'containerId' => array(
663
+				  'location' => 'path',
664
+				  'type' => 'string',
665
+				  'required' => true,
666
+				),
667
+				'variableId' => array(
668
+				  'location' => 'path',
669
+				  'type' => 'string',
670
+				  'required' => true,
671
+				),
672
+			  ),
673
+			),'list' => array(
674
+			  'path' => 'accounts/{accountId}/containers/{containerId}/variables',
675
+			  'httpMethod' => 'GET',
676
+			  'parameters' => array(
677
+				'accountId' => array(
678
+				  'location' => 'path',
679
+				  'type' => 'string',
680
+				  'required' => true,
681
+				),
682
+				'containerId' => array(
683
+				  'location' => 'path',
684
+				  'type' => 'string',
685
+				  'required' => true,
686
+				),
687
+			  ),
688
+			),'update' => array(
689
+			  'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
690
+			  'httpMethod' => 'PUT',
691
+			  'parameters' => array(
692
+				'accountId' => array(
693
+				  'location' => 'path',
694
+				  'type' => 'string',
695
+				  'required' => true,
696
+				),
697
+				'containerId' => array(
698
+				  'location' => 'path',
699
+				  'type' => 'string',
700
+				  'required' => true,
701
+				),
702
+				'variableId' => array(
703
+				  'location' => 'path',
704
+				  'type' => 'string',
705
+				  'required' => true,
706
+				),
707
+				'fingerprint' => array(
708
+				  'location' => 'query',
709
+				  'type' => 'string',
710
+				),
711
+			  ),
712
+			),
713
+		  )
714
+		)
715
+	);
716
+	$this->accounts_containers_versions = new Google_Service_TagManager_AccountsContainersVersions_Resource(
717
+		$this,
718
+		$this->serviceName,
719
+		'versions',
720
+		array(
721
+		  'methods' => array(
722
+			'create' => array(
723
+			  'path' => 'accounts/{accountId}/containers/{containerId}/versions',
724
+			  'httpMethod' => 'POST',
725
+			  'parameters' => array(
726
+				'accountId' => array(
727
+				  'location' => 'path',
728
+				  'type' => 'string',
729
+				  'required' => true,
730
+				),
731
+				'containerId' => array(
732
+				  'location' => 'path',
733
+				  'type' => 'string',
734
+				  'required' => true,
735
+				),
736
+			  ),
737
+			),'delete' => array(
738
+			  'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
739
+			  'httpMethod' => 'DELETE',
740
+			  'parameters' => array(
741
+				'accountId' => array(
742
+				  'location' => 'path',
743
+				  'type' => 'string',
744
+				  'required' => true,
745
+				),
746
+				'containerId' => array(
747
+				  'location' => 'path',
748
+				  'type' => 'string',
749
+				  'required' => true,
750
+				),
751
+				'containerVersionId' => array(
752
+				  'location' => 'path',
753
+				  'type' => 'string',
754
+				  'required' => true,
755
+				),
756
+			  ),
757
+			),'get' => array(
758
+			  'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
759
+			  'httpMethod' => 'GET',
760
+			  'parameters' => array(
761
+				'accountId' => array(
762
+				  'location' => 'path',
763
+				  'type' => 'string',
764
+				  'required' => true,
765
+				),
766
+				'containerId' => array(
767
+				  'location' => 'path',
768
+				  'type' => 'string',
769
+				  'required' => true,
770
+				),
771
+				'containerVersionId' => array(
772
+				  'location' => 'path',
773
+				  'type' => 'string',
774
+				  'required' => true,
775
+				),
776
+			  ),
777
+			),'list' => array(
778
+			  'path' => 'accounts/{accountId}/containers/{containerId}/versions',
779
+			  'httpMethod' => 'GET',
780
+			  'parameters' => array(
781
+				'accountId' => array(
782
+				  'location' => 'path',
783
+				  'type' => 'string',
784
+				  'required' => true,
785
+				),
786
+				'containerId' => array(
787
+				  'location' => 'path',
788
+				  'type' => 'string',
789
+				  'required' => true,
790
+				),
791
+				'headers' => array(
792
+				  'location' => 'query',
793
+				  'type' => 'boolean',
794
+				),
795
+			  ),
796
+			),'publish' => array(
797
+			  'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/publish',
798
+			  'httpMethod' => 'POST',
799
+			  'parameters' => array(
800
+				'accountId' => array(
801
+				  'location' => 'path',
802
+				  'type' => 'string',
803
+				  'required' => true,
804
+				),
805
+				'containerId' => array(
806
+				  'location' => 'path',
807
+				  'type' => 'string',
808
+				  'required' => true,
809
+				),
810
+				'containerVersionId' => array(
811
+				  'location' => 'path',
812
+				  'type' => 'string',
813
+				  'required' => true,
814
+				),
815
+				'fingerprint' => array(
816
+				  'location' => 'query',
817
+				  'type' => 'string',
818
+				),
819
+			  ),
820
+			),'restore' => array(
821
+			  'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/restore',
822
+			  'httpMethod' => 'POST',
823
+			  'parameters' => array(
824
+				'accountId' => array(
825
+				  'location' => 'path',
826
+				  'type' => 'string',
827
+				  'required' => true,
828
+				),
829
+				'containerId' => array(
830
+				  'location' => 'path',
831
+				  'type' => 'string',
832
+				  'required' => true,
833
+				),
834
+				'containerVersionId' => array(
835
+				  'location' => 'path',
836
+				  'type' => 'string',
837
+				  'required' => true,
838
+				),
839
+			  ),
840
+			),'undelete' => array(
841
+			  'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/undelete',
842
+			  'httpMethod' => 'POST',
843
+			  'parameters' => array(
844
+				'accountId' => array(
845
+				  'location' => 'path',
846
+				  'type' => 'string',
847
+				  'required' => true,
848
+				),
849
+				'containerId' => array(
850
+				  'location' => 'path',
851
+				  'type' => 'string',
852
+				  'required' => true,
853
+				),
854
+				'containerVersionId' => array(
855
+				  'location' => 'path',
856
+				  'type' => 'string',
857
+				  'required' => true,
858
+				),
859
+			  ),
860
+			),'update' => array(
861
+			  'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
862
+			  'httpMethod' => 'PUT',
863
+			  'parameters' => array(
864
+				'accountId' => array(
865
+				  'location' => 'path',
866
+				  'type' => 'string',
867
+				  'required' => true,
868
+				),
869
+				'containerId' => array(
870
+				  'location' => 'path',
871
+				  'type' => 'string',
872
+				  'required' => true,
873
+				),
874
+				'containerVersionId' => array(
875
+				  'location' => 'path',
876
+				  'type' => 'string',
877
+				  'required' => true,
878
+				),
879
+				'fingerprint' => array(
880
+				  'location' => 'query',
881
+				  'type' => 'string',
882
+				),
883
+			  ),
884
+			),
885
+		  )
886
+		)
887
+	);
888
+	$this->accounts_permissions = new Google_Service_TagManager_AccountsPermissions_Resource(
889
+		$this,
890
+		$this->serviceName,
891
+		'permissions',
892
+		array(
893
+		  'methods' => array(
894
+			'create' => array(
895
+			  'path' => 'accounts/{accountId}/permissions',
896
+			  'httpMethod' => 'POST',
897
+			  'parameters' => array(
898
+				'accountId' => array(
899
+				  'location' => 'path',
900
+				  'type' => 'string',
901
+				  'required' => true,
902
+				),
903
+			  ),
904
+			),'delete' => array(
905
+			  'path' => 'accounts/{accountId}/permissions/{permissionId}',
906
+			  'httpMethod' => 'DELETE',
907
+			  'parameters' => array(
908
+				'accountId' => array(
909
+				  'location' => 'path',
910
+				  'type' => 'string',
911
+				  'required' => true,
912
+				),
913
+				'permissionId' => array(
914
+				  'location' => 'path',
915
+				  'type' => 'string',
916
+				  'required' => true,
917
+				),
918
+			  ),
919
+			),'get' => array(
920
+			  'path' => 'accounts/{accountId}/permissions/{permissionId}',
921
+			  'httpMethod' => 'GET',
922
+			  'parameters' => array(
923
+				'accountId' => array(
924
+				  'location' => 'path',
925
+				  'type' => 'string',
926
+				  'required' => true,
927
+				),
928
+				'permissionId' => array(
929
+				  'location' => 'path',
930
+				  'type' => 'string',
931
+				  'required' => true,
932
+				),
933
+			  ),
934
+			),'list' => array(
935
+			  'path' => 'accounts/{accountId}/permissions',
936
+			  'httpMethod' => 'GET',
937
+			  'parameters' => array(
938
+				'accountId' => array(
939
+				  'location' => 'path',
940
+				  'type' => 'string',
941
+				  'required' => true,
942
+				),
943
+			  ),
944
+			),'update' => array(
945
+			  'path' => 'accounts/{accountId}/permissions/{permissionId}',
946
+			  'httpMethod' => 'PUT',
947
+			  'parameters' => array(
948
+				'accountId' => array(
949
+				  'location' => 'path',
950
+				  'type' => 'string',
951
+				  'required' => true,
952
+				),
953
+				'permissionId' => array(
954
+				  'location' => 'path',
955
+				  'type' => 'string',
956
+				  'required' => true,
957
+				),
958
+			  ),
959
+			),
960
+		  )
961
+		)
962
+	);
963 963
   }
964 964
 }
965 965
 
@@ -984,9 +984,9 @@  discard block
 block discarded – undo
984 984
    */
985 985
   public function get($accountId, $optParams = array())
986 986
   {
987
-    $params = array('accountId' => $accountId);
988
-    $params = array_merge($params, $optParams);
989
-    return $this->call('get', array($params), "Google_Service_TagManager_Account");
987
+	$params = array('accountId' => $accountId);
988
+	$params = array_merge($params, $optParams);
989
+	return $this->call('get', array($params), "Google_Service_TagManager_Account");
990 990
   }
991 991
 
992 992
   /**
@@ -997,9 +997,9 @@  discard block
 block discarded – undo
997 997
    */
998 998
   public function listAccounts($optParams = array())
999 999
   {
1000
-    $params = array();
1001
-    $params = array_merge($params, $optParams);
1002
-    return $this->call('list', array($params), "Google_Service_TagManager_ListAccountsResponse");
1000
+	$params = array();
1001
+	$params = array_merge($params, $optParams);
1002
+	return $this->call('list', array($params), "Google_Service_TagManager_ListAccountsResponse");
1003 1003
   }
1004 1004
 
1005 1005
   /**
@@ -1015,9 +1015,9 @@  discard block
 block discarded – undo
1015 1015
    */
1016 1016
   public function update($accountId, Google_Service_TagManager_Account $postBody, $optParams = array())
1017 1017
   {
1018
-    $params = array('accountId' => $accountId, 'postBody' => $postBody);
1019
-    $params = array_merge($params, $optParams);
1020
-    return $this->call('update', array($params), "Google_Service_TagManager_Account");
1018
+	$params = array('accountId' => $accountId, 'postBody' => $postBody);
1019
+	$params = array_merge($params, $optParams);
1020
+	return $this->call('update', array($params), "Google_Service_TagManager_Account");
1021 1021
   }
1022 1022
 }
1023 1023
 
@@ -1042,9 +1042,9 @@  discard block
 block discarded – undo
1042 1042
    */
1043 1043
   public function create($accountId, Google_Service_TagManager_Container $postBody, $optParams = array())
1044 1044
   {
1045
-    $params = array('accountId' => $accountId, 'postBody' => $postBody);
1046
-    $params = array_merge($params, $optParams);
1047
-    return $this->call('create', array($params), "Google_Service_TagManager_Container");
1045
+	$params = array('accountId' => $accountId, 'postBody' => $postBody);
1046
+	$params = array_merge($params, $optParams);
1047
+	return $this->call('create', array($params), "Google_Service_TagManager_Container");
1048 1048
   }
1049 1049
 
1050 1050
   /**
@@ -1056,9 +1056,9 @@  discard block
 block discarded – undo
1056 1056
    */
1057 1057
   public function delete($accountId, $containerId, $optParams = array())
1058 1058
   {
1059
-    $params = array('accountId' => $accountId, 'containerId' => $containerId);
1060
-    $params = array_merge($params, $optParams);
1061
-    return $this->call('delete', array($params));
1059
+	$params = array('accountId' => $accountId, 'containerId' => $containerId);
1060
+	$params = array_merge($params, $optParams);
1061
+	return $this->call('delete', array($params));
1062 1062
   }
1063 1063
 
1064 1064
   /**
@@ -1071,9 +1071,9 @@  discard block
 block discarded – undo
1071 1071
    */
1072 1072
   public function get($accountId, $containerId, $optParams = array())
1073 1073
   {
1074
-    $params = array('accountId' => $accountId, 'containerId' => $containerId);
1075
-    $params = array_merge($params, $optParams);
1076
-    return $this->call('get', array($params), "Google_Service_TagManager_Container");
1074
+	$params = array('accountId' => $accountId, 'containerId' => $containerId);
1075
+	$params = array_merge($params, $optParams);
1076
+	return $this->call('get', array($params), "Google_Service_TagManager_Container");
1077 1077
   }
1078 1078
 
1079 1079
   /**
@@ -1086,9 +1086,9 @@  discard block
 block discarded – undo
1086 1086
    */
1087 1087
   public function listAccountsContainers($accountId, $optParams = array())
1088 1088
   {
1089
-    $params = array('accountId' => $accountId);
1090
-    $params = array_merge($params, $optParams);
1091
-    return $this->call('list', array($params), "Google_Service_TagManager_ListContainersResponse");
1089
+	$params = array('accountId' => $accountId);
1090
+	$params = array_merge($params, $optParams);
1091
+	return $this->call('list', array($params), "Google_Service_TagManager_ListContainersResponse");
1092 1092
   }
1093 1093
 
1094 1094
   /**
@@ -1105,9 +1105,9 @@  discard block
 block discarded – undo
1105 1105
    */
1106 1106
   public function update($accountId, $containerId, Google_Service_TagManager_Container $postBody, $optParams = array())
1107 1107
   {
1108
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
1109
-    $params = array_merge($params, $optParams);
1110
-    return $this->call('update', array($params), "Google_Service_TagManager_Container");
1108
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
1109
+	$params = array_merge($params, $optParams);
1110
+	return $this->call('update', array($params), "Google_Service_TagManager_Container");
1111 1111
   }
1112 1112
 }
1113 1113
 
@@ -1133,9 +1133,9 @@  discard block
 block discarded – undo
1133 1133
    */
1134 1134
   public function create($accountId, $containerId, Google_Service_TagManager_Macro $postBody, $optParams = array())
1135 1135
   {
1136
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
1137
-    $params = array_merge($params, $optParams);
1138
-    return $this->call('create', array($params), "Google_Service_TagManager_Macro");
1136
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
1137
+	$params = array_merge($params, $optParams);
1138
+	return $this->call('create', array($params), "Google_Service_TagManager_Macro");
1139 1139
   }
1140 1140
 
1141 1141
   /**
@@ -1148,9 +1148,9 @@  discard block
 block discarded – undo
1148 1148
    */
1149 1149
   public function delete($accountId, $containerId, $macroId, $optParams = array())
1150 1150
   {
1151
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId);
1152
-    $params = array_merge($params, $optParams);
1153
-    return $this->call('delete', array($params));
1151
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId);
1152
+	$params = array_merge($params, $optParams);
1153
+	return $this->call('delete', array($params));
1154 1154
   }
1155 1155
 
1156 1156
   /**
@@ -1164,9 +1164,9 @@  discard block
 block discarded – undo
1164 1164
    */
1165 1165
   public function get($accountId, $containerId, $macroId, $optParams = array())
1166 1166
   {
1167
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId);
1168
-    $params = array_merge($params, $optParams);
1169
-    return $this->call('get', array($params), "Google_Service_TagManager_Macro");
1167
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId);
1168
+	$params = array_merge($params, $optParams);
1169
+	return $this->call('get', array($params), "Google_Service_TagManager_Macro");
1170 1170
   }
1171 1171
 
1172 1172
   /**
@@ -1179,9 +1179,9 @@  discard block
 block discarded – undo
1179 1179
    */
1180 1180
   public function listAccountsContainersMacros($accountId, $containerId, $optParams = array())
1181 1181
   {
1182
-    $params = array('accountId' => $accountId, 'containerId' => $containerId);
1183
-    $params = array_merge($params, $optParams);
1184
-    return $this->call('list', array($params), "Google_Service_TagManager_ListMacrosResponse");
1182
+	$params = array('accountId' => $accountId, 'containerId' => $containerId);
1183
+	$params = array_merge($params, $optParams);
1184
+	return $this->call('list', array($params), "Google_Service_TagManager_ListMacrosResponse");
1185 1185
   }
1186 1186
 
1187 1187
   /**
@@ -1199,9 +1199,9 @@  discard block
 block discarded – undo
1199 1199
    */
1200 1200
   public function update($accountId, $containerId, $macroId, Google_Service_TagManager_Macro $postBody, $optParams = array())
1201 1201
   {
1202
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId, 'postBody' => $postBody);
1203
-    $params = array_merge($params, $optParams);
1204
-    return $this->call('update', array($params), "Google_Service_TagManager_Macro");
1202
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId, 'postBody' => $postBody);
1203
+	$params = array_merge($params, $optParams);
1204
+	return $this->call('update', array($params), "Google_Service_TagManager_Macro");
1205 1205
   }
1206 1206
 }
1207 1207
 /**
@@ -1226,9 +1226,9 @@  discard block
 block discarded – undo
1226 1226
    */
1227 1227
   public function create($accountId, $containerId, Google_Service_TagManager_Rule $postBody, $optParams = array())
1228 1228
   {
1229
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
1230
-    $params = array_merge($params, $optParams);
1231
-    return $this->call('create', array($params), "Google_Service_TagManager_Rule");
1229
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
1230
+	$params = array_merge($params, $optParams);
1231
+	return $this->call('create', array($params), "Google_Service_TagManager_Rule");
1232 1232
   }
1233 1233
 
1234 1234
   /**
@@ -1241,9 +1241,9 @@  discard block
 block discarded – undo
1241 1241
    */
1242 1242
   public function delete($accountId, $containerId, $ruleId, $optParams = array())
1243 1243
   {
1244
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId);
1245
-    $params = array_merge($params, $optParams);
1246
-    return $this->call('delete', array($params));
1244
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId);
1245
+	$params = array_merge($params, $optParams);
1246
+	return $this->call('delete', array($params));
1247 1247
   }
1248 1248
 
1249 1249
   /**
@@ -1257,9 +1257,9 @@  discard block
 block discarded – undo
1257 1257
    */
1258 1258
   public function get($accountId, $containerId, $ruleId, $optParams = array())
1259 1259
   {
1260
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId);
1261
-    $params = array_merge($params, $optParams);
1262
-    return $this->call('get', array($params), "Google_Service_TagManager_Rule");
1260
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId);
1261
+	$params = array_merge($params, $optParams);
1262
+	return $this->call('get', array($params), "Google_Service_TagManager_Rule");
1263 1263
   }
1264 1264
 
1265 1265
   /**
@@ -1272,9 +1272,9 @@  discard block
 block discarded – undo
1272 1272
    */
1273 1273
   public function listAccountsContainersRules($accountId, $containerId, $optParams = array())
1274 1274
   {
1275
-    $params = array('accountId' => $accountId, 'containerId' => $containerId);
1276
-    $params = array_merge($params, $optParams);
1277
-    return $this->call('list', array($params), "Google_Service_TagManager_ListRulesResponse");
1275
+	$params = array('accountId' => $accountId, 'containerId' => $containerId);
1276
+	$params = array_merge($params, $optParams);
1277
+	return $this->call('list', array($params), "Google_Service_TagManager_ListRulesResponse");
1278 1278
   }
1279 1279
 
1280 1280
   /**
@@ -1292,9 +1292,9 @@  discard block
 block discarded – undo
1292 1292
    */
1293 1293
   public function update($accountId, $containerId, $ruleId, Google_Service_TagManager_Rule $postBody, $optParams = array())
1294 1294
   {
1295
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId, 'postBody' => $postBody);
1296
-    $params = array_merge($params, $optParams);
1297
-    return $this->call('update', array($params), "Google_Service_TagManager_Rule");
1295
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId, 'postBody' => $postBody);
1296
+	$params = array_merge($params, $optParams);
1297
+	return $this->call('update', array($params), "Google_Service_TagManager_Rule");
1298 1298
   }
1299 1299
 }
1300 1300
 /**
@@ -1319,9 +1319,9 @@  discard block
 block discarded – undo
1319 1319
    */
1320 1320
   public function create($accountId, $containerId, Google_Service_TagManager_Tag $postBody, $optParams = array())
1321 1321
   {
1322
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
1323
-    $params = array_merge($params, $optParams);
1324
-    return $this->call('create', array($params), "Google_Service_TagManager_Tag");
1322
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
1323
+	$params = array_merge($params, $optParams);
1324
+	return $this->call('create', array($params), "Google_Service_TagManager_Tag");
1325 1325
   }
1326 1326
 
1327 1327
   /**
@@ -1334,9 +1334,9 @@  discard block
 block discarded – undo
1334 1334
    */
1335 1335
   public function delete($accountId, $containerId, $tagId, $optParams = array())
1336 1336
   {
1337
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId);
1338
-    $params = array_merge($params, $optParams);
1339
-    return $this->call('delete', array($params));
1337
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId);
1338
+	$params = array_merge($params, $optParams);
1339
+	return $this->call('delete', array($params));
1340 1340
   }
1341 1341
 
1342 1342
   /**
@@ -1350,9 +1350,9 @@  discard block
 block discarded – undo
1350 1350
    */
1351 1351
   public function get($accountId, $containerId, $tagId, $optParams = array())
1352 1352
   {
1353
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId);
1354
-    $params = array_merge($params, $optParams);
1355
-    return $this->call('get', array($params), "Google_Service_TagManager_Tag");
1353
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId);
1354
+	$params = array_merge($params, $optParams);
1355
+	return $this->call('get', array($params), "Google_Service_TagManager_Tag");
1356 1356
   }
1357 1357
 
1358 1358
   /**
@@ -1365,9 +1365,9 @@  discard block
 block discarded – undo
1365 1365
    */
1366 1366
   public function listAccountsContainersTags($accountId, $containerId, $optParams = array())
1367 1367
   {
1368
-    $params = array('accountId' => $accountId, 'containerId' => $containerId);
1369
-    $params = array_merge($params, $optParams);
1370
-    return $this->call('list', array($params), "Google_Service_TagManager_ListTagsResponse");
1368
+	$params = array('accountId' => $accountId, 'containerId' => $containerId);
1369
+	$params = array_merge($params, $optParams);
1370
+	return $this->call('list', array($params), "Google_Service_TagManager_ListTagsResponse");
1371 1371
   }
1372 1372
 
1373 1373
   /**
@@ -1385,9 +1385,9 @@  discard block
 block discarded – undo
1385 1385
    */
1386 1386
   public function update($accountId, $containerId, $tagId, Google_Service_TagManager_Tag $postBody, $optParams = array())
1387 1387
   {
1388
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId, 'postBody' => $postBody);
1389
-    $params = array_merge($params, $optParams);
1390
-    return $this->call('update', array($params), "Google_Service_TagManager_Tag");
1388
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId, 'postBody' => $postBody);
1389
+	$params = array_merge($params, $optParams);
1390
+	return $this->call('update', array($params), "Google_Service_TagManager_Tag");
1391 1391
   }
1392 1392
 }
1393 1393
 /**
@@ -1412,9 +1412,9 @@  discard block
 block discarded – undo
1412 1412
    */
1413 1413
   public function create($accountId, $containerId, Google_Service_TagManager_Trigger $postBody, $optParams = array())
1414 1414
   {
1415
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
1416
-    $params = array_merge($params, $optParams);
1417
-    return $this->call('create', array($params), "Google_Service_TagManager_Trigger");
1415
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
1416
+	$params = array_merge($params, $optParams);
1417
+	return $this->call('create', array($params), "Google_Service_TagManager_Trigger");
1418 1418
   }
1419 1419
 
1420 1420
   /**
@@ -1427,9 +1427,9 @@  discard block
 block discarded – undo
1427 1427
    */
1428 1428
   public function delete($accountId, $containerId, $triggerId, $optParams = array())
1429 1429
   {
1430
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId);
1431
-    $params = array_merge($params, $optParams);
1432
-    return $this->call('delete', array($params));
1430
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId);
1431
+	$params = array_merge($params, $optParams);
1432
+	return $this->call('delete', array($params));
1433 1433
   }
1434 1434
 
1435 1435
   /**
@@ -1443,9 +1443,9 @@  discard block
 block discarded – undo
1443 1443
    */
1444 1444
   public function get($accountId, $containerId, $triggerId, $optParams = array())
1445 1445
   {
1446
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId);
1447
-    $params = array_merge($params, $optParams);
1448
-    return $this->call('get', array($params), "Google_Service_TagManager_Trigger");
1446
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId);
1447
+	$params = array_merge($params, $optParams);
1448
+	return $this->call('get', array($params), "Google_Service_TagManager_Trigger");
1449 1449
   }
1450 1450
 
1451 1451
   /**
@@ -1459,9 +1459,9 @@  discard block
 block discarded – undo
1459 1459
    */
1460 1460
   public function listAccountsContainersTriggers($accountId, $containerId, $optParams = array())
1461 1461
   {
1462
-    $params = array('accountId' => $accountId, 'containerId' => $containerId);
1463
-    $params = array_merge($params, $optParams);
1464
-    return $this->call('list', array($params), "Google_Service_TagManager_ListTriggersResponse");
1462
+	$params = array('accountId' => $accountId, 'containerId' => $containerId);
1463
+	$params = array_merge($params, $optParams);
1464
+	return $this->call('list', array($params), "Google_Service_TagManager_ListTriggersResponse");
1465 1465
   }
1466 1466
 
1467 1467
   /**
@@ -1479,9 +1479,9 @@  discard block
 block discarded – undo
1479 1479
    */
1480 1480
   public function update($accountId, $containerId, $triggerId, Google_Service_TagManager_Trigger $postBody, $optParams = array())
1481 1481
   {
1482
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId, 'postBody' => $postBody);
1483
-    $params = array_merge($params, $optParams);
1484
-    return $this->call('update', array($params), "Google_Service_TagManager_Trigger");
1482
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId, 'postBody' => $postBody);
1483
+	$params = array_merge($params, $optParams);
1484
+	return $this->call('update', array($params), "Google_Service_TagManager_Trigger");
1485 1485
   }
1486 1486
 }
1487 1487
 /**
@@ -1506,9 +1506,9 @@  discard block
 block discarded – undo
1506 1506
    */
1507 1507
   public function create($accountId, $containerId, Google_Service_TagManager_Variable $postBody, $optParams = array())
1508 1508
   {
1509
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
1510
-    $params = array_merge($params, $optParams);
1511
-    return $this->call('create', array($params), "Google_Service_TagManager_Variable");
1509
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
1510
+	$params = array_merge($params, $optParams);
1511
+	return $this->call('create', array($params), "Google_Service_TagManager_Variable");
1512 1512
   }
1513 1513
 
1514 1514
   /**
@@ -1521,9 +1521,9 @@  discard block
 block discarded – undo
1521 1521
    */
1522 1522
   public function delete($accountId, $containerId, $variableId, $optParams = array())
1523 1523
   {
1524
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId);
1525
-    $params = array_merge($params, $optParams);
1526
-    return $this->call('delete', array($params));
1524
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId);
1525
+	$params = array_merge($params, $optParams);
1526
+	return $this->call('delete', array($params));
1527 1527
   }
1528 1528
 
1529 1529
   /**
@@ -1537,9 +1537,9 @@  discard block
 block discarded – undo
1537 1537
    */
1538 1538
   public function get($accountId, $containerId, $variableId, $optParams = array())
1539 1539
   {
1540
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId);
1541
-    $params = array_merge($params, $optParams);
1542
-    return $this->call('get', array($params), "Google_Service_TagManager_Variable");
1540
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId);
1541
+	$params = array_merge($params, $optParams);
1542
+	return $this->call('get', array($params), "Google_Service_TagManager_Variable");
1543 1543
   }
1544 1544
 
1545 1545
   /**
@@ -1553,9 +1553,9 @@  discard block
 block discarded – undo
1553 1553
    */
1554 1554
   public function listAccountsContainersVariables($accountId, $containerId, $optParams = array())
1555 1555
   {
1556
-    $params = array('accountId' => $accountId, 'containerId' => $containerId);
1557
-    $params = array_merge($params, $optParams);
1558
-    return $this->call('list', array($params), "Google_Service_TagManager_ListVariablesResponse");
1556
+	$params = array('accountId' => $accountId, 'containerId' => $containerId);
1557
+	$params = array_merge($params, $optParams);
1558
+	return $this->call('list', array($params), "Google_Service_TagManager_ListVariablesResponse");
1559 1559
   }
1560 1560
 
1561 1561
   /**
@@ -1573,9 +1573,9 @@  discard block
 block discarded – undo
1573 1573
    */
1574 1574
   public function update($accountId, $containerId, $variableId, Google_Service_TagManager_Variable $postBody, $optParams = array())
1575 1575
   {
1576
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId, 'postBody' => $postBody);
1577
-    $params = array_merge($params, $optParams);
1578
-    return $this->call('update', array($params), "Google_Service_TagManager_Variable");
1576
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId, 'postBody' => $postBody);
1577
+	$params = array_merge($params, $optParams);
1578
+	return $this->call('update', array($params), "Google_Service_TagManager_Variable");
1579 1579
   }
1580 1580
 }
1581 1581
 /**
@@ -1600,9 +1600,9 @@  discard block
 block discarded – undo
1600 1600
    */
1601 1601
   public function create($accountId, $containerId, Google_Service_TagManager_CreateContainerVersionRequestVersionOptions $postBody, $optParams = array())
1602 1602
   {
1603
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
1604
-    $params = array_merge($params, $optParams);
1605
-    return $this->call('create', array($params), "Google_Service_TagManager_CreateContainerVersionResponse");
1603
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
1604
+	$params = array_merge($params, $optParams);
1605
+	return $this->call('create', array($params), "Google_Service_TagManager_CreateContainerVersionResponse");
1606 1606
   }
1607 1607
 
1608 1608
   /**
@@ -1615,9 +1615,9 @@  discard block
 block discarded – undo
1615 1615
    */
1616 1616
   public function delete($accountId, $containerId, $containerVersionId, $optParams = array())
1617 1617
   {
1618
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
1619
-    $params = array_merge($params, $optParams);
1620
-    return $this->call('delete', array($params));
1618
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
1619
+	$params = array_merge($params, $optParams);
1620
+	return $this->call('delete', array($params));
1621 1621
   }
1622 1622
 
1623 1623
   /**
@@ -1632,9 +1632,9 @@  discard block
 block discarded – undo
1632 1632
    */
1633 1633
   public function get($accountId, $containerId, $containerVersionId, $optParams = array())
1634 1634
   {
1635
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
1636
-    $params = array_merge($params, $optParams);
1637
-    return $this->call('get', array($params), "Google_Service_TagManager_ContainerVersion");
1635
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
1636
+	$params = array_merge($params, $optParams);
1637
+	return $this->call('get', array($params), "Google_Service_TagManager_ContainerVersion");
1638 1638
   }
1639 1639
 
1640 1640
   /**
@@ -1650,9 +1650,9 @@  discard block
 block discarded – undo
1650 1650
    */
1651 1651
   public function listAccountsContainersVersions($accountId, $containerId, $optParams = array())
1652 1652
   {
1653
-    $params = array('accountId' => $accountId, 'containerId' => $containerId);
1654
-    $params = array_merge($params, $optParams);
1655
-    return $this->call('list', array($params), "Google_Service_TagManager_ListContainerVersionsResponse");
1653
+	$params = array('accountId' => $accountId, 'containerId' => $containerId);
1654
+	$params = array_merge($params, $optParams);
1655
+	return $this->call('list', array($params), "Google_Service_TagManager_ListContainerVersionsResponse");
1656 1656
   }
1657 1657
 
1658 1658
   /**
@@ -1669,9 +1669,9 @@  discard block
 block discarded – undo
1669 1669
    */
1670 1670
   public function publish($accountId, $containerId, $containerVersionId, $optParams = array())
1671 1671
   {
1672
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
1673
-    $params = array_merge($params, $optParams);
1674
-    return $this->call('publish', array($params), "Google_Service_TagManager_PublishContainerVersionResponse");
1672
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
1673
+	$params = array_merge($params, $optParams);
1674
+	return $this->call('publish', array($params), "Google_Service_TagManager_PublishContainerVersionResponse");
1675 1675
   }
1676 1676
 
1677 1677
   /**
@@ -1688,9 +1688,9 @@  discard block
 block discarded – undo
1688 1688
    */
1689 1689
   public function restore($accountId, $containerId, $containerVersionId, $optParams = array())
1690 1690
   {
1691
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
1692
-    $params = array_merge($params, $optParams);
1693
-    return $this->call('restore', array($params), "Google_Service_TagManager_ContainerVersion");
1691
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
1692
+	$params = array_merge($params, $optParams);
1693
+	return $this->call('restore', array($params), "Google_Service_TagManager_ContainerVersion");
1694 1694
   }
1695 1695
 
1696 1696
   /**
@@ -1704,9 +1704,9 @@  discard block
 block discarded – undo
1704 1704
    */
1705 1705
   public function undelete($accountId, $containerId, $containerVersionId, $optParams = array())
1706 1706
   {
1707
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
1708
-    $params = array_merge($params, $optParams);
1709
-    return $this->call('undelete', array($params), "Google_Service_TagManager_ContainerVersion");
1707
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
1708
+	$params = array_merge($params, $optParams);
1709
+	return $this->call('undelete', array($params), "Google_Service_TagManager_ContainerVersion");
1710 1710
   }
1711 1711
 
1712 1712
   /**
@@ -1724,9 +1724,9 @@  discard block
 block discarded – undo
1724 1724
    */
1725 1725
   public function update($accountId, $containerId, $containerVersionId, Google_Service_TagManager_ContainerVersion $postBody, $optParams = array())
1726 1726
   {
1727
-    $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId, 'postBody' => $postBody);
1728
-    $params = array_merge($params, $optParams);
1729
-    return $this->call('update', array($params), "Google_Service_TagManager_ContainerVersion");
1727
+	$params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId, 'postBody' => $postBody);
1728
+	$params = array_merge($params, $optParams);
1729
+	return $this->call('update', array($params), "Google_Service_TagManager_ContainerVersion");
1730 1730
   }
1731 1731
 }
1732 1732
 /**
@@ -1750,9 +1750,9 @@  discard block
 block discarded – undo
1750 1750
    */
1751 1751
   public function create($accountId, Google_Service_TagManager_UserAccess $postBody, $optParams = array())
1752 1752
   {
1753
-    $params = array('accountId' => $accountId, 'postBody' => $postBody);
1754
-    $params = array_merge($params, $optParams);
1755
-    return $this->call('create', array($params), "Google_Service_TagManager_UserAccess");
1753
+	$params = array('accountId' => $accountId, 'postBody' => $postBody);
1754
+	$params = array_merge($params, $optParams);
1755
+	return $this->call('create', array($params), "Google_Service_TagManager_UserAccess");
1756 1756
   }
1757 1757
 
1758 1758
   /**
@@ -1765,9 +1765,9 @@  discard block
 block discarded – undo
1765 1765
    */
1766 1766
   public function delete($accountId, $permissionId, $optParams = array())
1767 1767
   {
1768
-    $params = array('accountId' => $accountId, 'permissionId' => $permissionId);
1769
-    $params = array_merge($params, $optParams);
1770
-    return $this->call('delete', array($params));
1768
+	$params = array('accountId' => $accountId, 'permissionId' => $permissionId);
1769
+	$params = array_merge($params, $optParams);
1770
+	return $this->call('delete', array($params));
1771 1771
   }
1772 1772
 
1773 1773
   /**
@@ -1780,9 +1780,9 @@  discard block
 block discarded – undo
1780 1780
    */
1781 1781
   public function get($accountId, $permissionId, $optParams = array())
1782 1782
   {
1783
-    $params = array('accountId' => $accountId, 'permissionId' => $permissionId);
1784
-    $params = array_merge($params, $optParams);
1785
-    return $this->call('get', array($params), "Google_Service_TagManager_UserAccess");
1783
+	$params = array('accountId' => $accountId, 'permissionId' => $permissionId);
1784
+	$params = array_merge($params, $optParams);
1785
+	return $this->call('get', array($params), "Google_Service_TagManager_UserAccess");
1786 1786
   }
1787 1787
 
1788 1788
   /**
@@ -1797,9 +1797,9 @@  discard block
 block discarded – undo
1797 1797
    */
1798 1798
   public function listAccountsPermissions($accountId, $optParams = array())
1799 1799
   {
1800
-    $params = array('accountId' => $accountId);
1801
-    $params = array_merge($params, $optParams);
1802
-    return $this->call('list', array($params), "Google_Service_TagManager_ListAccountUsersResponse");
1800
+	$params = array('accountId' => $accountId);
1801
+	$params = array_merge($params, $optParams);
1802
+	return $this->call('list', array($params), "Google_Service_TagManager_ListAccountUsersResponse");
1803 1803
   }
1804 1804
 
1805 1805
   /**
@@ -1813,9 +1813,9 @@  discard block
 block discarded – undo
1813 1813
    */
1814 1814
   public function update($accountId, $permissionId, Google_Service_TagManager_UserAccess $postBody, $optParams = array())
1815 1815
   {
1816
-    $params = array('accountId' => $accountId, 'permissionId' => $permissionId, 'postBody' => $postBody);
1817
-    $params = array_merge($params, $optParams);
1818
-    return $this->call('update', array($params), "Google_Service_TagManager_UserAccess");
1816
+	$params = array('accountId' => $accountId, 'permissionId' => $permissionId, 'postBody' => $postBody);
1817
+	$params = array_merge($params, $optParams);
1818
+	return $this->call('update', array($params), "Google_Service_TagManager_UserAccess");
1819 1819
   }
1820 1820
 }
1821 1821
 
@@ -1834,35 +1834,35 @@  discard block
 block discarded – undo
1834 1834
 
1835 1835
   public function setAccountId($accountId)
1836 1836
   {
1837
-    $this->accountId = $accountId;
1837
+	$this->accountId = $accountId;
1838 1838
   }
1839 1839
   public function getAccountId()
1840 1840
   {
1841
-    return $this->accountId;
1841
+	return $this->accountId;
1842 1842
   }
1843 1843
   public function setFingerprint($fingerprint)
1844 1844
   {
1845
-    $this->fingerprint = $fingerprint;
1845
+	$this->fingerprint = $fingerprint;
1846 1846
   }
1847 1847
   public function getFingerprint()
1848 1848
   {
1849
-    return $this->fingerprint;
1849
+	return $this->fingerprint;
1850 1850
   }
1851 1851
   public function setName($name)
1852 1852
   {
1853
-    $this->name = $name;
1853
+	$this->name = $name;
1854 1854
   }
1855 1855
   public function getName()
1856 1856
   {
1857
-    return $this->name;
1857
+	return $this->name;
1858 1858
   }
1859 1859
   public function setShareData($shareData)
1860 1860
   {
1861
-    $this->shareData = $shareData;
1861
+	$this->shareData = $shareData;
1862 1862
   }
1863 1863
   public function getShareData()
1864 1864
   {
1865
-    return $this->shareData;
1865
+	return $this->shareData;
1866 1866
   }
1867 1867
 }
1868 1868
 
@@ -1876,11 +1876,11 @@  discard block
 block discarded – undo
1876 1876
 
1877 1877
   public function setPermission($permission)
1878 1878
   {
1879
-    $this->permission = $permission;
1879
+	$this->permission = $permission;
1880 1880
   }
1881 1881
   public function getPermission()
1882 1882
   {
1883
-    return $this->permission;
1883
+	return $this->permission;
1884 1884
   }
1885 1885
 }
1886 1886
 
@@ -1896,19 +1896,19 @@  discard block
 block discarded – undo
1896 1896
 
1897 1897
   public function setParameter($parameter)
1898 1898
   {
1899
-    $this->parameter = $parameter;
1899
+	$this->parameter = $parameter;
1900 1900
   }
1901 1901
   public function getParameter()
1902 1902
   {
1903
-    return $this->parameter;
1903
+	return $this->parameter;
1904 1904
   }
1905 1905
   public function setType($type)
1906 1906
   {
1907
-    $this->type = $type;
1907
+	$this->type = $type;
1908 1908
   }
1909 1909
   public function getType()
1910 1910
   {
1911
-    return $this->type;
1911
+	return $this->type;
1912 1912
   }
1913 1913
 }
1914 1914
 
@@ -1932,91 +1932,91 @@  discard block
 block discarded – undo
1932 1932
 
1933 1933
   public function setAccountId($accountId)
1934 1934
   {
1935
-    $this->accountId = $accountId;
1935
+	$this->accountId = $accountId;
1936 1936
   }
1937 1937
   public function getAccountId()
1938 1938
   {
1939
-    return $this->accountId;
1939
+	return $this->accountId;
1940 1940
   }
1941 1941
   public function setContainerId($containerId)
1942 1942
   {
1943
-    $this->containerId = $containerId;
1943
+	$this->containerId = $containerId;
1944 1944
   }
1945 1945
   public function getContainerId()
1946 1946
   {
1947
-    return $this->containerId;
1947
+	return $this->containerId;
1948 1948
   }
1949 1949
   public function setDomainName($domainName)
1950 1950
   {
1951
-    $this->domainName = $domainName;
1951
+	$this->domainName = $domainName;
1952 1952
   }
1953 1953
   public function getDomainName()
1954 1954
   {
1955
-    return $this->domainName;
1955
+	return $this->domainName;
1956 1956
   }
1957 1957
   public function setEnabledBuiltInVariable($enabledBuiltInVariable)
1958 1958
   {
1959
-    $this->enabledBuiltInVariable = $enabledBuiltInVariable;
1959
+	$this->enabledBuiltInVariable = $enabledBuiltInVariable;
1960 1960
   }
1961 1961
   public function getEnabledBuiltInVariable()
1962 1962
   {
1963
-    return $this->enabledBuiltInVariable;
1963
+	return $this->enabledBuiltInVariable;
1964 1964
   }
1965 1965
   public function setFingerprint($fingerprint)
1966 1966
   {
1967
-    $this->fingerprint = $fingerprint;
1967
+	$this->fingerprint = $fingerprint;
1968 1968
   }
1969 1969
   public function getFingerprint()
1970 1970
   {
1971
-    return $this->fingerprint;
1971
+	return $this->fingerprint;
1972 1972
   }
1973 1973
   public function setName($name)
1974 1974
   {
1975
-    $this->name = $name;
1975
+	$this->name = $name;
1976 1976
   }
1977 1977
   public function getName()
1978 1978
   {
1979
-    return $this->name;
1979
+	return $this->name;
1980 1980
   }
1981 1981
   public function setNotes($notes)
1982 1982
   {
1983
-    $this->notes = $notes;
1983
+	$this->notes = $notes;
1984 1984
   }
1985 1985
   public function getNotes()
1986 1986
   {
1987
-    return $this->notes;
1987
+	return $this->notes;
1988 1988
   }
1989 1989
   public function setPublicId($publicId)
1990 1990
   {
1991
-    $this->publicId = $publicId;
1991
+	$this->publicId = $publicId;
1992 1992
   }
1993 1993
   public function getPublicId()
1994 1994
   {
1995
-    return $this->publicId;
1995
+	return $this->publicId;
1996 1996
   }
1997 1997
   public function setTimeZoneCountryId($timeZoneCountryId)
1998 1998
   {
1999
-    $this->timeZoneCountryId = $timeZoneCountryId;
1999
+	$this->timeZoneCountryId = $timeZoneCountryId;
2000 2000
   }
2001 2001
   public function getTimeZoneCountryId()
2002 2002
   {
2003
-    return $this->timeZoneCountryId;
2003
+	return $this->timeZoneCountryId;
2004 2004
   }
2005 2005
   public function setTimeZoneId($timeZoneId)
2006 2006
   {
2007
-    $this->timeZoneId = $timeZoneId;
2007
+	$this->timeZoneId = $timeZoneId;
2008 2008
   }
2009 2009
   public function getTimeZoneId()
2010 2010
   {
2011
-    return $this->timeZoneId;
2011
+	return $this->timeZoneId;
2012 2012
   }
2013 2013
   public function setUsageContext($usageContext)
2014 2014
   {
2015
-    $this->usageContext = $usageContext;
2015
+	$this->usageContext = $usageContext;
2016 2016
   }
2017 2017
   public function getUsageContext()
2018 2018
   {
2019
-    return $this->usageContext;
2019
+	return $this->usageContext;
2020 2020
   }
2021 2021
 }
2022 2022
 
@@ -2031,19 +2031,19 @@  discard block
 block discarded – undo
2031 2031
 
2032 2032
   public function setContainerId($containerId)
2033 2033
   {
2034
-    $this->containerId = $containerId;
2034
+	$this->containerId = $containerId;
2035 2035
   }
2036 2036
   public function getContainerId()
2037 2037
   {
2038
-    return $this->containerId;
2038
+	return $this->containerId;
2039 2039
   }
2040 2040
   public function setPermission($permission)
2041 2041
   {
2042
-    $this->permission = $permission;
2042
+	$this->permission = $permission;
2043 2043
   }
2044 2044
   public function getPermission()
2045 2045
   {
2046
-    return $this->permission;
2046
+	return $this->permission;
2047 2047
   }
2048 2048
 }
2049 2049
 
@@ -2075,107 +2075,107 @@  discard block
 block discarded – undo
2075 2075
 
2076 2076
   public function setAccountId($accountId)
2077 2077
   {
2078
-    $this->accountId = $accountId;
2078
+	$this->accountId = $accountId;
2079 2079
   }
2080 2080
   public function getAccountId()
2081 2081
   {
2082
-    return $this->accountId;
2082
+	return $this->accountId;
2083 2083
   }
2084 2084
   public function setContainer(Google_Service_TagManager_Container $container)
2085 2085
   {
2086
-    $this->container = $container;
2086
+	$this->container = $container;
2087 2087
   }
2088 2088
   public function getContainer()
2089 2089
   {
2090
-    return $this->container;
2090
+	return $this->container;
2091 2091
   }
2092 2092
   public function setContainerId($containerId)
2093 2093
   {
2094
-    $this->containerId = $containerId;
2094
+	$this->containerId = $containerId;
2095 2095
   }
2096 2096
   public function getContainerId()
2097 2097
   {
2098
-    return $this->containerId;
2098
+	return $this->containerId;
2099 2099
   }
2100 2100
   public function setContainerVersionId($containerVersionId)
2101 2101
   {
2102
-    $this->containerVersionId = $containerVersionId;
2102
+	$this->containerVersionId = $containerVersionId;
2103 2103
   }
2104 2104
   public function getContainerVersionId()
2105 2105
   {
2106
-    return $this->containerVersionId;
2106
+	return $this->containerVersionId;
2107 2107
   }
2108 2108
   public function setDeleted($deleted)
2109 2109
   {
2110
-    $this->deleted = $deleted;
2110
+	$this->deleted = $deleted;
2111 2111
   }
2112 2112
   public function getDeleted()
2113 2113
   {
2114
-    return $this->deleted;
2114
+	return $this->deleted;
2115 2115
   }
2116 2116
   public function setFingerprint($fingerprint)
2117 2117
   {
2118
-    $this->fingerprint = $fingerprint;
2118
+	$this->fingerprint = $fingerprint;
2119 2119
   }
2120 2120
   public function getFingerprint()
2121 2121
   {
2122
-    return $this->fingerprint;
2122
+	return $this->fingerprint;
2123 2123
   }
2124 2124
   public function setMacro($macro)
2125 2125
   {
2126
-    $this->macro = $macro;
2126
+	$this->macro = $macro;
2127 2127
   }
2128 2128
   public function getMacro()
2129 2129
   {
2130
-    return $this->macro;
2130
+	return $this->macro;
2131 2131
   }
2132 2132
   public function setName($name)
2133 2133
   {
2134
-    $this->name = $name;
2134
+	$this->name = $name;
2135 2135
   }
2136 2136
   public function getName()
2137 2137
   {
2138
-    return $this->name;
2138
+	return $this->name;
2139 2139
   }
2140 2140
   public function setNotes($notes)
2141 2141
   {
2142
-    $this->notes = $notes;
2142
+	$this->notes = $notes;
2143 2143
   }
2144 2144
   public function getNotes()
2145 2145
   {
2146
-    return $this->notes;
2146
+	return $this->notes;
2147 2147
   }
2148 2148
   public function setRule($rule)
2149 2149
   {
2150
-    $this->rule = $rule;
2150
+	$this->rule = $rule;
2151 2151
   }
2152 2152
   public function getRule()
2153 2153
   {
2154
-    return $this->rule;
2154
+	return $this->rule;
2155 2155
   }
2156 2156
   public function setTag($tag)
2157 2157
   {
2158
-    $this->tag = $tag;
2158
+	$this->tag = $tag;
2159 2159
   }
2160 2160
   public function getTag()
2161 2161
   {
2162
-    return $this->tag;
2162
+	return $this->tag;
2163 2163
   }
2164 2164
   public function setTrigger($trigger)
2165 2165
   {
2166
-    $this->trigger = $trigger;
2166
+	$this->trigger = $trigger;
2167 2167
   }
2168 2168
   public function getTrigger()
2169 2169
   {
2170
-    return $this->trigger;
2170
+	return $this->trigger;
2171 2171
   }
2172 2172
   public function setVariable($variable)
2173 2173
   {
2174
-    $this->variable = $variable;
2174
+	$this->variable = $variable;
2175 2175
   }
2176 2176
   public function getVariable()
2177 2177
   {
2178
-    return $this->variable;
2178
+	return $this->variable;
2179 2179
   }
2180 2180
 }
2181 2181
 
@@ -2197,83 +2197,83 @@  discard block
 block discarded – undo
2197 2197
 
2198 2198
   public function setAccountId($accountId)
2199 2199
   {
2200
-    $this->accountId = $accountId;
2200
+	$this->accountId = $accountId;
2201 2201
   }
2202 2202
   public function getAccountId()
2203 2203
   {
2204
-    return $this->accountId;
2204
+	return $this->accountId;
2205 2205
   }
2206 2206
   public function setContainerId($containerId)
2207 2207
   {
2208
-    $this->containerId = $containerId;
2208
+	$this->containerId = $containerId;
2209 2209
   }
2210 2210
   public function getContainerId()
2211 2211
   {
2212
-    return $this->containerId;
2212
+	return $this->containerId;
2213 2213
   }
2214 2214
   public function setContainerVersionId($containerVersionId)
2215 2215
   {
2216
-    $this->containerVersionId = $containerVersionId;
2216
+	$this->containerVersionId = $containerVersionId;
2217 2217
   }
2218 2218
   public function getContainerVersionId()
2219 2219
   {
2220
-    return $this->containerVersionId;
2220
+	return $this->containerVersionId;
2221 2221
   }
2222 2222
   public function setDeleted($deleted)
2223 2223
   {
2224
-    $this->deleted = $deleted;
2224
+	$this->deleted = $deleted;
2225 2225
   }
2226 2226
   public function getDeleted()
2227 2227
   {
2228
-    return $this->deleted;
2228
+	return $this->deleted;
2229 2229
   }
2230 2230
   public function setName($name)
2231 2231
   {
2232
-    $this->name = $name;
2232
+	$this->name = $name;
2233 2233
   }
2234 2234
   public function getName()
2235 2235
   {
2236
-    return $this->name;
2236
+	return $this->name;
2237 2237
   }
2238 2238
   public function setNumMacros($numMacros)
2239 2239
   {
2240
-    $this->numMacros = $numMacros;
2240
+	$this->numMacros = $numMacros;
2241 2241
   }
2242 2242
   public function getNumMacros()
2243 2243
   {
2244
-    return $this->numMacros;
2244
+	return $this->numMacros;
2245 2245
   }
2246 2246
   public function setNumRules($numRules)
2247 2247
   {
2248
-    $this->numRules = $numRules;
2248
+	$this->numRules = $numRules;
2249 2249
   }
2250 2250
   public function getNumRules()
2251 2251
   {
2252
-    return $this->numRules;
2252
+	return $this->numRules;
2253 2253
   }
2254 2254
   public function setNumTags($numTags)
2255 2255
   {
2256
-    $this->numTags = $numTags;
2256
+	$this->numTags = $numTags;
2257 2257
   }
2258 2258
   public function getNumTags()
2259 2259
   {
2260
-    return $this->numTags;
2260
+	return $this->numTags;
2261 2261
   }
2262 2262
   public function setNumTriggers($numTriggers)
2263 2263
   {
2264
-    $this->numTriggers = $numTriggers;
2264
+	$this->numTriggers = $numTriggers;
2265 2265
   }
2266 2266
   public function getNumTriggers()
2267 2267
   {
2268
-    return $this->numTriggers;
2268
+	return $this->numTriggers;
2269 2269
   }
2270 2270
   public function setNumVariables($numVariables)
2271 2271
   {
2272
-    $this->numVariables = $numVariables;
2272
+	$this->numVariables = $numVariables;
2273 2273
   }
2274 2274
   public function getNumVariables()
2275 2275
   {
2276
-    return $this->numVariables;
2276
+	return $this->numVariables;
2277 2277
   }
2278 2278
 }
2279 2279
 
@@ -2288,27 +2288,27 @@  discard block
 block discarded – undo
2288 2288
 
2289 2289
   public function setName($name)
2290 2290
   {
2291
-    $this->name = $name;
2291
+	$this->name = $name;
2292 2292
   }
2293 2293
   public function getName()
2294 2294
   {
2295
-    return $this->name;
2295
+	return $this->name;
2296 2296
   }
2297 2297
   public function setNotes($notes)
2298 2298
   {
2299
-    $this->notes = $notes;
2299
+	$this->notes = $notes;
2300 2300
   }
2301 2301
   public function getNotes()
2302 2302
   {
2303
-    return $this->notes;
2303
+	return $this->notes;
2304 2304
   }
2305 2305
   public function setQuickPreview($quickPreview)
2306 2306
   {
2307
-    $this->quickPreview = $quickPreview;
2307
+	$this->quickPreview = $quickPreview;
2308 2308
   }
2309 2309
   public function getQuickPreview()
2310 2310
   {
2311
-    return $this->quickPreview;
2311
+	return $this->quickPreview;
2312 2312
   }
2313 2313
 }
2314 2314
 
@@ -2323,19 +2323,19 @@  discard block
 block discarded – undo
2323 2323
 
2324 2324
   public function setCompilerError($compilerError)
2325 2325
   {
2326
-    $this->compilerError = $compilerError;
2326
+	$this->compilerError = $compilerError;
2327 2327
   }
2328 2328
   public function getCompilerError()
2329 2329
   {
2330
-    return $this->compilerError;
2330
+	return $this->compilerError;
2331 2331
   }
2332 2332
   public function setContainerVersion(Google_Service_TagManager_ContainerVersion $containerVersion)
2333 2333
   {
2334
-    $this->containerVersion = $containerVersion;
2334
+	$this->containerVersion = $containerVersion;
2335 2335
   }
2336 2336
   public function getContainerVersion()
2337 2337
   {
2338
-    return $this->containerVersion;
2338
+	return $this->containerVersion;
2339 2339
   }
2340 2340
 }
2341 2341
 
@@ -2350,11 +2350,11 @@  discard block
 block discarded – undo
2350 2350
 
2351 2351
   public function setUserAccess($userAccess)
2352 2352
   {
2353
-    $this->userAccess = $userAccess;
2353
+	$this->userAccess = $userAccess;
2354 2354
   }
2355 2355
   public function getUserAccess()
2356 2356
   {
2357
-    return $this->userAccess;
2357
+	return $this->userAccess;
2358 2358
   }
2359 2359
 }
2360 2360
 
@@ -2369,11 +2369,11 @@  discard block
 block discarded – undo
2369 2369
 
2370 2370
   public function setAccounts($accounts)
2371 2371
   {
2372
-    $this->accounts = $accounts;
2372
+	$this->accounts = $accounts;
2373 2373
   }
2374 2374
   public function getAccounts()
2375 2375
   {
2376
-    return $this->accounts;
2376
+	return $this->accounts;
2377 2377
   }
2378 2378
 }
2379 2379
 
@@ -2390,19 +2390,19 @@  discard block
 block discarded – undo
2390 2390
 
2391 2391
   public function setContainerVersion($containerVersion)
2392 2392
   {
2393
-    $this->containerVersion = $containerVersion;
2393
+	$this->containerVersion = $containerVersion;
2394 2394
   }
2395 2395
   public function getContainerVersion()
2396 2396
   {
2397
-    return $this->containerVersion;
2397
+	return $this->containerVersion;
2398 2398
   }
2399 2399
   public function setContainerVersionHeader($containerVersionHeader)
2400 2400
   {
2401
-    $this->containerVersionHeader = $containerVersionHeader;
2401
+	$this->containerVersionHeader = $containerVersionHeader;
2402 2402
   }
2403 2403
   public function getContainerVersionHeader()
2404 2404
   {
2405
-    return $this->containerVersionHeader;
2405
+	return $this->containerVersionHeader;
2406 2406
   }
2407 2407
 }
2408 2408
 
@@ -2417,11 +2417,11 @@  discard block
 block discarded – undo
2417 2417
 
2418 2418
   public function setContainers($containers)
2419 2419
   {
2420
-    $this->containers = $containers;
2420
+	$this->containers = $containers;
2421 2421
   }
2422 2422
   public function getContainers()
2423 2423
   {
2424
-    return $this->containers;
2424
+	return $this->containers;
2425 2425
   }
2426 2426
 }
2427 2427
 
@@ -2436,11 +2436,11 @@  discard block
 block discarded – undo
2436 2436
 
2437 2437
   public function setMacros($macros)
2438 2438
   {
2439
-    $this->macros = $macros;
2439
+	$this->macros = $macros;
2440 2440
   }
2441 2441
   public function getMacros()
2442 2442
   {
2443
-    return $this->macros;
2443
+	return $this->macros;
2444 2444
   }
2445 2445
 }
2446 2446
 
@@ -2455,11 +2455,11 @@  discard block
 block discarded – undo
2455 2455
 
2456 2456
   public function setRules($rules)
2457 2457
   {
2458
-    $this->rules = $rules;
2458
+	$this->rules = $rules;
2459 2459
   }
2460 2460
   public function getRules()
2461 2461
   {
2462
-    return $this->rules;
2462
+	return $this->rules;
2463 2463
   }
2464 2464
 }
2465 2465
 
@@ -2474,11 +2474,11 @@  discard block
 block discarded – undo
2474 2474
 
2475 2475
   public function setTags($tags)
2476 2476
   {
2477
-    $this->tags = $tags;
2477
+	$this->tags = $tags;
2478 2478
   }
2479 2479
   public function getTags()
2480 2480
   {
2481
-    return $this->tags;
2481
+	return $this->tags;
2482 2482
   }
2483 2483
 }
2484 2484
 
@@ -2493,11 +2493,11 @@  discard block
 block discarded – undo
2493 2493
 
2494 2494
   public function setTriggers($triggers)
2495 2495
   {
2496
-    $this->triggers = $triggers;
2496
+	$this->triggers = $triggers;
2497 2497
   }
2498 2498
   public function getTriggers()
2499 2499
   {
2500
-    return $this->triggers;
2500
+	return $this->triggers;
2501 2501
   }
2502 2502
 }
2503 2503
 
@@ -2512,11 +2512,11 @@  discard block
 block discarded – undo
2512 2512
 
2513 2513
   public function setVariables($variables)
2514 2514
   {
2515
-    $this->variables = $variables;
2515
+	$this->variables = $variables;
2516 2516
   }
2517 2517
   public function getVariables()
2518 2518
   {
2519
-    return $this->variables;
2519
+	return $this->variables;
2520 2520
   }
2521 2521
 }
2522 2522
 
@@ -2542,99 +2542,99 @@  discard block
 block discarded – undo
2542 2542
 
2543 2543
   public function setAccountId($accountId)
2544 2544
   {
2545
-    $this->accountId = $accountId;
2545
+	$this->accountId = $accountId;
2546 2546
   }
2547 2547
   public function getAccountId()
2548 2548
   {
2549
-    return $this->accountId;
2549
+	return $this->accountId;
2550 2550
   }
2551 2551
   public function setContainerId($containerId)
2552 2552
   {
2553
-    $this->containerId = $containerId;
2553
+	$this->containerId = $containerId;
2554 2554
   }
2555 2555
   public function getContainerId()
2556 2556
   {
2557
-    return $this->containerId;
2557
+	return $this->containerId;
2558 2558
   }
2559 2559
   public function setDisablingRuleId($disablingRuleId)
2560 2560
   {
2561
-    $this->disablingRuleId = $disablingRuleId;
2561
+	$this->disablingRuleId = $disablingRuleId;
2562 2562
   }
2563 2563
   public function getDisablingRuleId()
2564 2564
   {
2565
-    return $this->disablingRuleId;
2565
+	return $this->disablingRuleId;
2566 2566
   }
2567 2567
   public function setEnablingRuleId($enablingRuleId)
2568 2568
   {
2569
-    $this->enablingRuleId = $enablingRuleId;
2569
+	$this->enablingRuleId = $enablingRuleId;
2570 2570
   }
2571 2571
   public function getEnablingRuleId()
2572 2572
   {
2573
-    return $this->enablingRuleId;
2573
+	return $this->enablingRuleId;
2574 2574
   }
2575 2575
   public function setFingerprint($fingerprint)
2576 2576
   {
2577
-    $this->fingerprint = $fingerprint;
2577
+	$this->fingerprint = $fingerprint;
2578 2578
   }
2579 2579
   public function getFingerprint()
2580 2580
   {
2581
-    return $this->fingerprint;
2581
+	return $this->fingerprint;
2582 2582
   }
2583 2583
   public function setMacroId($macroId)
2584 2584
   {
2585
-    $this->macroId = $macroId;
2585
+	$this->macroId = $macroId;
2586 2586
   }
2587 2587
   public function getMacroId()
2588 2588
   {
2589
-    return $this->macroId;
2589
+	return $this->macroId;
2590 2590
   }
2591 2591
   public function setName($name)
2592 2592
   {
2593
-    $this->name = $name;
2593
+	$this->name = $name;
2594 2594
   }
2595 2595
   public function getName()
2596 2596
   {
2597
-    return $this->name;
2597
+	return $this->name;
2598 2598
   }
2599 2599
   public function setNotes($notes)
2600 2600
   {
2601
-    $this->notes = $notes;
2601
+	$this->notes = $notes;
2602 2602
   }
2603 2603
   public function getNotes()
2604 2604
   {
2605
-    return $this->notes;
2605
+	return $this->notes;
2606 2606
   }
2607 2607
   public function setParameter($parameter)
2608 2608
   {
2609
-    $this->parameter = $parameter;
2609
+	$this->parameter = $parameter;
2610 2610
   }
2611 2611
   public function getParameter()
2612 2612
   {
2613
-    return $this->parameter;
2613
+	return $this->parameter;
2614 2614
   }
2615 2615
   public function setScheduleEndMs($scheduleEndMs)
2616 2616
   {
2617
-    $this->scheduleEndMs = $scheduleEndMs;
2617
+	$this->scheduleEndMs = $scheduleEndMs;
2618 2618
   }
2619 2619
   public function getScheduleEndMs()
2620 2620
   {
2621
-    return $this->scheduleEndMs;
2621
+	return $this->scheduleEndMs;
2622 2622
   }
2623 2623
   public function setScheduleStartMs($scheduleStartMs)
2624 2624
   {
2625
-    $this->scheduleStartMs = $scheduleStartMs;
2625
+	$this->scheduleStartMs = $scheduleStartMs;
2626 2626
   }
2627 2627
   public function getScheduleStartMs()
2628 2628
   {
2629
-    return $this->scheduleStartMs;
2629
+	return $this->scheduleStartMs;
2630 2630
   }
2631 2631
   public function setType($type)
2632 2632
   {
2633
-    $this->type = $type;
2633
+	$this->type = $type;
2634 2634
   }
2635 2635
   public function getType()
2636 2636
   {
2637
-    return $this->type;
2637
+	return $this->type;
2638 2638
   }
2639 2639
 }
2640 2640
 
@@ -2654,43 +2654,43 @@  discard block
 block discarded – undo
2654 2654
 
2655 2655
   public function setKey($key)
2656 2656
   {
2657
-    $this->key = $key;
2657
+	$this->key = $key;
2658 2658
   }
2659 2659
   public function getKey()
2660 2660
   {
2661
-    return $this->key;
2661
+	return $this->key;
2662 2662
   }
2663 2663
   public function setList($list)
2664 2664
   {
2665
-    $this->list = $list;
2665
+	$this->list = $list;
2666 2666
   }
2667 2667
   public function getList()
2668 2668
   {
2669
-    return $this->list;
2669
+	return $this->list;
2670 2670
   }
2671 2671
   public function setMap($map)
2672 2672
   {
2673
-    $this->map = $map;
2673
+	$this->map = $map;
2674 2674
   }
2675 2675
   public function getMap()
2676 2676
   {
2677
-    return $this->map;
2677
+	return $this->map;
2678 2678
   }
2679 2679
   public function setType($type)
2680 2680
   {
2681
-    $this->type = $type;
2681
+	$this->type = $type;
2682 2682
   }
2683 2683
   public function getType()
2684 2684
   {
2685
-    return $this->type;
2685
+	return $this->type;
2686 2686
   }
2687 2687
   public function setValue($value)
2688 2688
   {
2689
-    $this->value = $value;
2689
+	$this->value = $value;
2690 2690
   }
2691 2691
   public function getValue()
2692 2692
   {
2693
-    return $this->value;
2693
+	return $this->value;
2694 2694
   }
2695 2695
 }
2696 2696
 
@@ -2705,19 +2705,19 @@  discard block
 block discarded – undo
2705 2705
 
2706 2706
   public function setCompilerError($compilerError)
2707 2707
   {
2708
-    $this->compilerError = $compilerError;
2708
+	$this->compilerError = $compilerError;
2709 2709
   }
2710 2710
   public function getCompilerError()
2711 2711
   {
2712
-    return $this->compilerError;
2712
+	return $this->compilerError;
2713 2713
   }
2714 2714
   public function setContainerVersion(Google_Service_TagManager_ContainerVersion $containerVersion)
2715 2715
   {
2716
-    $this->containerVersion = $containerVersion;
2716
+	$this->containerVersion = $containerVersion;
2717 2717
   }
2718 2718
   public function getContainerVersion()
2719 2719
   {
2720
-    return $this->containerVersion;
2720
+	return $this->containerVersion;
2721 2721
   }
2722 2722
 }
2723 2723
 
@@ -2738,59 +2738,59 @@  discard block
 block discarded – undo
2738 2738
 
2739 2739
   public function setAccountId($accountId)
2740 2740
   {
2741
-    $this->accountId = $accountId;
2741
+	$this->accountId = $accountId;
2742 2742
   }
2743 2743
   public function getAccountId()
2744 2744
   {
2745
-    return $this->accountId;
2745
+	return $this->accountId;
2746 2746
   }
2747 2747
   public function setCondition($condition)
2748 2748
   {
2749
-    $this->condition = $condition;
2749
+	$this->condition = $condition;
2750 2750
   }
2751 2751
   public function getCondition()
2752 2752
   {
2753
-    return $this->condition;
2753
+	return $this->condition;
2754 2754
   }
2755 2755
   public function setContainerId($containerId)
2756 2756
   {
2757
-    $this->containerId = $containerId;
2757
+	$this->containerId = $containerId;
2758 2758
   }
2759 2759
   public function getContainerId()
2760 2760
   {
2761
-    return $this->containerId;
2761
+	return $this->containerId;
2762 2762
   }
2763 2763
   public function setFingerprint($fingerprint)
2764 2764
   {
2765
-    $this->fingerprint = $fingerprint;
2765
+	$this->fingerprint = $fingerprint;
2766 2766
   }
2767 2767
   public function getFingerprint()
2768 2768
   {
2769
-    return $this->fingerprint;
2769
+	return $this->fingerprint;
2770 2770
   }
2771 2771
   public function setName($name)
2772 2772
   {
2773
-    $this->name = $name;
2773
+	$this->name = $name;
2774 2774
   }
2775 2775
   public function getName()
2776 2776
   {
2777
-    return $this->name;
2777
+	return $this->name;
2778 2778
   }
2779 2779
   public function setNotes($notes)
2780 2780
   {
2781
-    $this->notes = $notes;
2781
+	$this->notes = $notes;
2782 2782
   }
2783 2783
   public function getNotes()
2784 2784
   {
2785
-    return $this->notes;
2785
+	return $this->notes;
2786 2786
   }
2787 2787
   public function setRuleId($ruleId)
2788 2788
   {
2789
-    $this->ruleId = $ruleId;
2789
+	$this->ruleId = $ruleId;
2790 2790
   }
2791 2791
   public function getRuleId()
2792 2792
   {
2793
-    return $this->ruleId;
2793
+	return $this->ruleId;
2794 2794
   }
2795 2795
 }
2796 2796
 
@@ -2821,131 +2821,131 @@  discard block
 block discarded – undo
2821 2821
 
2822 2822
   public function setAccountId($accountId)
2823 2823
   {
2824
-    $this->accountId = $accountId;
2824
+	$this->accountId = $accountId;
2825 2825
   }
2826 2826
   public function getAccountId()
2827 2827
   {
2828
-    return $this->accountId;
2828
+	return $this->accountId;
2829 2829
   }
2830 2830
   public function setBlockingRuleId($blockingRuleId)
2831 2831
   {
2832
-    $this->blockingRuleId = $blockingRuleId;
2832
+	$this->blockingRuleId = $blockingRuleId;
2833 2833
   }
2834 2834
   public function getBlockingRuleId()
2835 2835
   {
2836
-    return $this->blockingRuleId;
2836
+	return $this->blockingRuleId;
2837 2837
   }
2838 2838
   public function setBlockingTriggerId($blockingTriggerId)
2839 2839
   {
2840
-    $this->blockingTriggerId = $blockingTriggerId;
2840
+	$this->blockingTriggerId = $blockingTriggerId;
2841 2841
   }
2842 2842
   public function getBlockingTriggerId()
2843 2843
   {
2844
-    return $this->blockingTriggerId;
2844
+	return $this->blockingTriggerId;
2845 2845
   }
2846 2846
   public function setContainerId($containerId)
2847 2847
   {
2848
-    $this->containerId = $containerId;
2848
+	$this->containerId = $containerId;
2849 2849
   }
2850 2850
   public function getContainerId()
2851 2851
   {
2852
-    return $this->containerId;
2852
+	return $this->containerId;
2853 2853
   }
2854 2854
   public function setFingerprint($fingerprint)
2855 2855
   {
2856
-    $this->fingerprint = $fingerprint;
2856
+	$this->fingerprint = $fingerprint;
2857 2857
   }
2858 2858
   public function getFingerprint()
2859 2859
   {
2860
-    return $this->fingerprint;
2860
+	return $this->fingerprint;
2861 2861
   }
2862 2862
   public function setFiringRuleId($firingRuleId)
2863 2863
   {
2864
-    $this->firingRuleId = $firingRuleId;
2864
+	$this->firingRuleId = $firingRuleId;
2865 2865
   }
2866 2866
   public function getFiringRuleId()
2867 2867
   {
2868
-    return $this->firingRuleId;
2868
+	return $this->firingRuleId;
2869 2869
   }
2870 2870
   public function setFiringTriggerId($firingTriggerId)
2871 2871
   {
2872
-    $this->firingTriggerId = $firingTriggerId;
2872
+	$this->firingTriggerId = $firingTriggerId;
2873 2873
   }
2874 2874
   public function getFiringTriggerId()
2875 2875
   {
2876
-    return $this->firingTriggerId;
2876
+	return $this->firingTriggerId;
2877 2877
   }
2878 2878
   public function setLiveOnly($liveOnly)
2879 2879
   {
2880
-    $this->liveOnly = $liveOnly;
2880
+	$this->liveOnly = $liveOnly;
2881 2881
   }
2882 2882
   public function getLiveOnly()
2883 2883
   {
2884
-    return $this->liveOnly;
2884
+	return $this->liveOnly;
2885 2885
   }
2886 2886
   public function setName($name)
2887 2887
   {
2888
-    $this->name = $name;
2888
+	$this->name = $name;
2889 2889
   }
2890 2890
   public function getName()
2891 2891
   {
2892
-    return $this->name;
2892
+	return $this->name;
2893 2893
   }
2894 2894
   public function setNotes($notes)
2895 2895
   {
2896
-    $this->notes = $notes;
2896
+	$this->notes = $notes;
2897 2897
   }
2898 2898
   public function getNotes()
2899 2899
   {
2900
-    return $this->notes;
2900
+	return $this->notes;
2901 2901
   }
2902 2902
   public function setParameter($parameter)
2903 2903
   {
2904
-    $this->parameter = $parameter;
2904
+	$this->parameter = $parameter;
2905 2905
   }
2906 2906
   public function getParameter()
2907 2907
   {
2908
-    return $this->parameter;
2908
+	return $this->parameter;
2909 2909
   }
2910 2910
   public function setPriority(Google_Service_TagManager_Parameter $priority)
2911 2911
   {
2912
-    $this->priority = $priority;
2912
+	$this->priority = $priority;
2913 2913
   }
2914 2914
   public function getPriority()
2915 2915
   {
2916
-    return $this->priority;
2916
+	return $this->priority;
2917 2917
   }
2918 2918
   public function setScheduleEndMs($scheduleEndMs)
2919 2919
   {
2920
-    $this->scheduleEndMs = $scheduleEndMs;
2920
+	$this->scheduleEndMs = $scheduleEndMs;
2921 2921
   }
2922 2922
   public function getScheduleEndMs()
2923 2923
   {
2924
-    return $this->scheduleEndMs;
2924
+	return $this->scheduleEndMs;
2925 2925
   }
2926 2926
   public function setScheduleStartMs($scheduleStartMs)
2927 2927
   {
2928
-    $this->scheduleStartMs = $scheduleStartMs;
2928
+	$this->scheduleStartMs = $scheduleStartMs;
2929 2929
   }
2930 2930
   public function getScheduleStartMs()
2931 2931
   {
2932
-    return $this->scheduleStartMs;
2932
+	return $this->scheduleStartMs;
2933 2933
   }
2934 2934
   public function setTagId($tagId)
2935 2935
   {
2936
-    $this->tagId = $tagId;
2936
+	$this->tagId = $tagId;
2937 2937
   }
2938 2938
   public function getTagId()
2939 2939
   {
2940
-    return $this->tagId;
2940
+	return $this->tagId;
2941 2941
   }
2942 2942
   public function setType($type)
2943 2943
   {
2944
-    $this->type = $type;
2944
+	$this->type = $type;
2945 2945
   }
2946 2946
   public function getType()
2947 2947
   {
2948
-    return $this->type;
2948
+	return $this->type;
2949 2949
   }
2950 2950
 }
2951 2951
 
@@ -2988,147 +2988,147 @@  discard block
 block discarded – undo
2988 2988
 
2989 2989
   public function setAccountId($accountId)
2990 2990
   {
2991
-    $this->accountId = $accountId;
2991
+	$this->accountId = $accountId;
2992 2992
   }
2993 2993
   public function getAccountId()
2994 2994
   {
2995
-    return $this->accountId;
2995
+	return $this->accountId;
2996 2996
   }
2997 2997
   public function setAutoEventFilter($autoEventFilter)
2998 2998
   {
2999
-    $this->autoEventFilter = $autoEventFilter;
2999
+	$this->autoEventFilter = $autoEventFilter;
3000 3000
   }
3001 3001
   public function getAutoEventFilter()
3002 3002
   {
3003
-    return $this->autoEventFilter;
3003
+	return $this->autoEventFilter;
3004 3004
   }
3005 3005
   public function setCheckValidation(Google_Service_TagManager_Parameter $checkValidation)
3006 3006
   {
3007
-    $this->checkValidation = $checkValidation;
3007
+	$this->checkValidation = $checkValidation;
3008 3008
   }
3009 3009
   public function getCheckValidation()
3010 3010
   {
3011
-    return $this->checkValidation;
3011
+	return $this->checkValidation;
3012 3012
   }
3013 3013
   public function setContainerId($containerId)
3014 3014
   {
3015
-    $this->containerId = $containerId;
3015
+	$this->containerId = $containerId;
3016 3016
   }
3017 3017
   public function getContainerId()
3018 3018
   {
3019
-    return $this->containerId;
3019
+	return $this->containerId;
3020 3020
   }
3021 3021
   public function setCustomEventFilter($customEventFilter)
3022 3022
   {
3023
-    $this->customEventFilter = $customEventFilter;
3023
+	$this->customEventFilter = $customEventFilter;
3024 3024
   }
3025 3025
   public function getCustomEventFilter()
3026 3026
   {
3027
-    return $this->customEventFilter;
3027
+	return $this->customEventFilter;
3028 3028
   }
3029 3029
   public function setEnableAllVideos(Google_Service_TagManager_Parameter $enableAllVideos)
3030 3030
   {
3031
-    $this->enableAllVideos = $enableAllVideos;
3031
+	$this->enableAllVideos = $enableAllVideos;
3032 3032
   }
3033 3033
   public function getEnableAllVideos()
3034 3034
   {
3035
-    return $this->enableAllVideos;
3035
+	return $this->enableAllVideos;
3036 3036
   }
3037 3037
   public function setEventName(Google_Service_TagManager_Parameter $eventName)
3038 3038
   {
3039
-    $this->eventName = $eventName;
3039
+	$this->eventName = $eventName;
3040 3040
   }
3041 3041
   public function getEventName()
3042 3042
   {
3043
-    return $this->eventName;
3043
+	return $this->eventName;
3044 3044
   }
3045 3045
   public function setFilter($filter)
3046 3046
   {
3047
-    $this->filter = $filter;
3047
+	$this->filter = $filter;
3048 3048
   }
3049 3049
   public function getFilter()
3050 3050
   {
3051
-    return $this->filter;
3051
+	return $this->filter;
3052 3052
   }
3053 3053
   public function setFingerprint($fingerprint)
3054 3054
   {
3055
-    $this->fingerprint = $fingerprint;
3055
+	$this->fingerprint = $fingerprint;
3056 3056
   }
3057 3057
   public function getFingerprint()
3058 3058
   {
3059
-    return $this->fingerprint;
3059
+	return $this->fingerprint;
3060 3060
   }
3061 3061
   public function setInterval(Google_Service_TagManager_Parameter $interval)
3062 3062
   {
3063
-    $this->interval = $interval;
3063
+	$this->interval = $interval;
3064 3064
   }
3065 3065
   public function getInterval()
3066 3066
   {
3067
-    return $this->interval;
3067
+	return $this->interval;
3068 3068
   }
3069 3069
   public function setLimit(Google_Service_TagManager_Parameter $limit)
3070 3070
   {
3071
-    $this->limit = $limit;
3071
+	$this->limit = $limit;
3072 3072
   }
3073 3073
   public function getLimit()
3074 3074
   {
3075
-    return $this->limit;
3075
+	return $this->limit;
3076 3076
   }
3077 3077
   public function setName($name)
3078 3078
   {
3079
-    $this->name = $name;
3079
+	$this->name = $name;
3080 3080
   }
3081 3081
   public function getName()
3082 3082
   {
3083
-    return $this->name;
3083
+	return $this->name;
3084 3084
   }
3085 3085
   public function setTriggerId($triggerId)
3086 3086
   {
3087
-    $this->triggerId = $triggerId;
3087
+	$this->triggerId = $triggerId;
3088 3088
   }
3089 3089
   public function getTriggerId()
3090 3090
   {
3091
-    return $this->triggerId;
3091
+	return $this->triggerId;
3092 3092
   }
3093 3093
   public function setType($type)
3094 3094
   {
3095
-    $this->type = $type;
3095
+	$this->type = $type;
3096 3096
   }
3097 3097
   public function getType()
3098 3098
   {
3099
-    return $this->type;
3099
+	return $this->type;
3100 3100
   }
3101 3101
   public function setUniqueTriggerId(Google_Service_TagManager_Parameter $uniqueTriggerId)
3102 3102
   {
3103
-    $this->uniqueTriggerId = $uniqueTriggerId;
3103
+	$this->uniqueTriggerId = $uniqueTriggerId;
3104 3104
   }
3105 3105
   public function getUniqueTriggerId()
3106 3106
   {
3107
-    return $this->uniqueTriggerId;
3107
+	return $this->uniqueTriggerId;
3108 3108
   }
3109 3109
   public function setVideoPercentageList(Google_Service_TagManager_Parameter $videoPercentageList)
3110 3110
   {
3111
-    $this->videoPercentageList = $videoPercentageList;
3111
+	$this->videoPercentageList = $videoPercentageList;
3112 3112
   }
3113 3113
   public function getVideoPercentageList()
3114 3114
   {
3115
-    return $this->videoPercentageList;
3115
+	return $this->videoPercentageList;
3116 3116
   }
3117 3117
   public function setWaitForTags(Google_Service_TagManager_Parameter $waitForTags)
3118 3118
   {
3119
-    $this->waitForTags = $waitForTags;
3119
+	$this->waitForTags = $waitForTags;
3120 3120
   }
3121 3121
   public function getWaitForTags()
3122 3122
   {
3123
-    return $this->waitForTags;
3123
+	return $this->waitForTags;
3124 3124
   }
3125 3125
   public function setWaitForTagsTimeout(Google_Service_TagManager_Parameter $waitForTagsTimeout)
3126 3126
   {
3127
-    $this->waitForTagsTimeout = $waitForTagsTimeout;
3127
+	$this->waitForTagsTimeout = $waitForTagsTimeout;
3128 3128
   }
3129 3129
   public function getWaitForTagsTimeout()
3130 3130
   {
3131
-    return $this->waitForTagsTimeout;
3131
+	return $this->waitForTagsTimeout;
3132 3132
   }
3133 3133
 }
3134 3134
 
@@ -3148,43 +3148,43 @@  discard block
 block discarded – undo
3148 3148
 
3149 3149
   public function setAccountAccess(Google_Service_TagManager_AccountAccess $accountAccess)
3150 3150
   {
3151
-    $this->accountAccess = $accountAccess;
3151
+	$this->accountAccess = $accountAccess;
3152 3152
   }
3153 3153
   public function getAccountAccess()
3154 3154
   {
3155
-    return $this->accountAccess;
3155
+	return $this->accountAccess;
3156 3156
   }
3157 3157
   public function setAccountId($accountId)
3158 3158
   {
3159
-    $this->accountId = $accountId;
3159
+	$this->accountId = $accountId;
3160 3160
   }
3161 3161
   public function getAccountId()
3162 3162
   {
3163
-    return $this->accountId;
3163
+	return $this->accountId;
3164 3164
   }
3165 3165
   public function setContainerAccess($containerAccess)
3166 3166
   {
3167
-    $this->containerAccess = $containerAccess;
3167
+	$this->containerAccess = $containerAccess;
3168 3168
   }
3169 3169
   public function getContainerAccess()
3170 3170
   {
3171
-    return $this->containerAccess;
3171
+	return $this->containerAccess;
3172 3172
   }
3173 3173
   public function setEmailAddress($emailAddress)
3174 3174
   {
3175
-    $this->emailAddress = $emailAddress;
3175
+	$this->emailAddress = $emailAddress;
3176 3176
   }
3177 3177
   public function getEmailAddress()
3178 3178
   {
3179
-    return $this->emailAddress;
3179
+	return $this->emailAddress;
3180 3180
   }
3181 3181
   public function setPermissionId($permissionId)
3182 3182
   {
3183
-    $this->permissionId = $permissionId;
3183
+	$this->permissionId = $permissionId;
3184 3184
   }
3185 3185
   public function getPermissionId()
3186 3186
   {
3187
-    return $this->permissionId;
3187
+	return $this->permissionId;
3188 3188
   }
3189 3189
 }
3190 3190
 
@@ -3210,98 +3210,98 @@  discard block
 block discarded – undo
3210 3210
 
3211 3211
   public function setAccountId($accountId)
3212 3212
   {
3213
-    $this->accountId = $accountId;
3213
+	$this->accountId = $accountId;
3214 3214
   }
3215 3215
   public function getAccountId()
3216 3216
   {
3217
-    return $this->accountId;
3217
+	return $this->accountId;
3218 3218
   }
3219 3219
   public function setContainerId($containerId)
3220 3220
   {
3221
-    $this->containerId = $containerId;
3221
+	$this->containerId = $containerId;
3222 3222
   }
3223 3223
   public function getContainerId()
3224 3224
   {
3225
-    return $this->containerId;
3225
+	return $this->containerId;
3226 3226
   }
3227 3227
   public function setDisablingTriggerId($disablingTriggerId)
3228 3228
   {
3229
-    $this->disablingTriggerId = $disablingTriggerId;
3229
+	$this->disablingTriggerId = $disablingTriggerId;
3230 3230
   }
3231 3231
   public function getDisablingTriggerId()
3232 3232
   {
3233
-    return $this->disablingTriggerId;
3233
+	return $this->disablingTriggerId;
3234 3234
   }
3235 3235
   public function setEnablingTriggerId($enablingTriggerId)
3236 3236
   {
3237
-    $this->enablingTriggerId = $enablingTriggerId;
3237
+	$this->enablingTriggerId = $enablingTriggerId;
3238 3238
   }
3239 3239
   public function getEnablingTriggerId()
3240 3240
   {
3241
-    return $this->enablingTriggerId;
3241
+	return $this->enablingTriggerId;
3242 3242
   }
3243 3243
   public function setFingerprint($fingerprint)
3244 3244
   {
3245
-    $this->fingerprint = $fingerprint;
3245
+	$this->fingerprint = $fingerprint;
3246 3246
   }
3247 3247
   public function getFingerprint()
3248 3248
   {
3249
-    return $this->fingerprint;
3249
+	return $this->fingerprint;
3250 3250
   }
3251 3251
   public function setName($name)
3252 3252
   {
3253
-    $this->name = $name;
3253
+	$this->name = $name;
3254 3254
   }
3255 3255
   public function getName()
3256 3256
   {
3257
-    return $this->name;
3257
+	return $this->name;
3258 3258
   }
3259 3259
   public function setNotes($notes)
3260 3260
   {
3261
-    $this->notes = $notes;
3261
+	$this->notes = $notes;
3262 3262
   }
3263 3263
   public function getNotes()
3264 3264
   {
3265
-    return $this->notes;
3265
+	return $this->notes;
3266 3266
   }
3267 3267
   public function setParameter($parameter)
3268 3268
   {
3269
-    $this->parameter = $parameter;
3269
+	$this->parameter = $parameter;
3270 3270
   }
3271 3271
   public function getParameter()
3272 3272
   {
3273
-    return $this->parameter;
3273
+	return $this->parameter;
3274 3274
   }
3275 3275
   public function setScheduleEndMs($scheduleEndMs)
3276 3276
   {
3277
-    $this->scheduleEndMs = $scheduleEndMs;
3277
+	$this->scheduleEndMs = $scheduleEndMs;
3278 3278
   }
3279 3279
   public function getScheduleEndMs()
3280 3280
   {
3281
-    return $this->scheduleEndMs;
3281
+	return $this->scheduleEndMs;
3282 3282
   }
3283 3283
   public function setScheduleStartMs($scheduleStartMs)
3284 3284
   {
3285
-    $this->scheduleStartMs = $scheduleStartMs;
3285
+	$this->scheduleStartMs = $scheduleStartMs;
3286 3286
   }
3287 3287
   public function getScheduleStartMs()
3288 3288
   {
3289
-    return $this->scheduleStartMs;
3289
+	return $this->scheduleStartMs;
3290 3290
   }
3291 3291
   public function setType($type)
3292 3292
   {
3293
-    $this->type = $type;
3293
+	$this->type = $type;
3294 3294
   }
3295 3295
   public function getType()
3296 3296
   {
3297
-    return $this->type;
3297
+	return $this->type;
3298 3298
   }
3299 3299
   public function setVariableId($variableId)
3300 3300
   {
3301
-    $this->variableId = $variableId;
3301
+	$this->variableId = $variableId;
3302 3302
   }
3303 3303
   public function getVariableId()
3304 3304
   {
3305
-    return $this->variableId;
3305
+	return $this->variableId;
3306 3306
   }
3307 3307
 }
Please login to merge, or discard this patch.
Spacing   +37 added lines, -37 removed lines patch added patch discarded remove patch
@@ -92,11 +92,11 @@  discard block
 block discarded – undo
92 92
                   'required' => true,
93 93
                 ),
94 94
               ),
95
-            ),'list' => array(
95
+            ), 'list' => array(
96 96
               'path' => 'accounts',
97 97
               'httpMethod' => 'GET',
98 98
               'parameters' => array(),
99
-            ),'update' => array(
99
+            ), 'update' => array(
100 100
               'path' => 'accounts/{accountId}',
101 101
               'httpMethod' => 'PUT',
102 102
               'parameters' => array(
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
                   'required' => true,
131 131
                 ),
132 132
               ),
133
-            ),'delete' => array(
133
+            ), 'delete' => array(
134 134
               'path' => 'accounts/{accountId}/containers/{containerId}',
135 135
               'httpMethod' => 'DELETE',
136 136
               'parameters' => array(
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
                   'required' => true,
146 146
                 ),
147 147
               ),
148
-            ),'get' => array(
148
+            ), 'get' => array(
149 149
               'path' => 'accounts/{accountId}/containers/{containerId}',
150 150
               'httpMethod' => 'GET',
151 151
               'parameters' => array(
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
                   'required' => true,
161 161
                 ),
162 162
               ),
163
-            ),'list' => array(
163
+            ), 'list' => array(
164 164
               'path' => 'accounts/{accountId}/containers',
165 165
               'httpMethod' => 'GET',
166 166
               'parameters' => array(
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
                   'required' => true,
171 171
                 ),
172 172
               ),
173
-            ),'update' => array(
173
+            ), 'update' => array(
174 174
               'path' => 'accounts/{accountId}/containers/{containerId}',
175 175
               'httpMethod' => 'PUT',
176 176
               'parameters' => array(
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
                   'required' => true,
215 215
                 ),
216 216
               ),
217
-            ),'delete' => array(
217
+            ), 'delete' => array(
218 218
               'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
219 219
               'httpMethod' => 'DELETE',
220 220
               'parameters' => array(
@@ -234,7 +234,7 @@  discard block
 block discarded – undo
234 234
                   'required' => true,
235 235
                 ),
236 236
               ),
237
-            ),'get' => array(
237
+            ), 'get' => array(
238 238
               'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
239 239
               'httpMethod' => 'GET',
240 240
               'parameters' => array(
@@ -254,7 +254,7 @@  discard block
 block discarded – undo
254 254
                   'required' => true,
255 255
                 ),
256 256
               ),
257
-            ),'list' => array(
257
+            ), 'list' => array(
258 258
               'path' => 'accounts/{accountId}/containers/{containerId}/macros',
259 259
               'httpMethod' => 'GET',
260 260
               'parameters' => array(
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
                   'required' => true,
270 270
                 ),
271 271
               ),
272
-            ),'update' => array(
272
+            ), 'update' => array(
273 273
               'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}',
274 274
               'httpMethod' => 'PUT',
275 275
               'parameters' => array(
@@ -318,7 +318,7 @@  discard block
 block discarded – undo
318 318
                   'required' => true,
319 319
                 ),
320 320
               ),
321
-            ),'delete' => array(
321
+            ), 'delete' => array(
322 322
               'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
323 323
               'httpMethod' => 'DELETE',
324 324
               'parameters' => array(
@@ -338,7 +338,7 @@  discard block
 block discarded – undo
338 338
                   'required' => true,
339 339
                 ),
340 340
               ),
341
-            ),'get' => array(
341
+            ), 'get' => array(
342 342
               'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
343 343
               'httpMethod' => 'GET',
344 344
               'parameters' => array(
@@ -358,7 +358,7 @@  discard block
 block discarded – undo
358 358
                   'required' => true,
359 359
                 ),
360 360
               ),
361
-            ),'list' => array(
361
+            ), 'list' => array(
362 362
               'path' => 'accounts/{accountId}/containers/{containerId}/rules',
363 363
               'httpMethod' => 'GET',
364 364
               'parameters' => array(
@@ -373,7 +373,7 @@  discard block
 block discarded – undo
373 373
                   'required' => true,
374 374
                 ),
375 375
               ),
376
-            ),'update' => array(
376
+            ), 'update' => array(
377 377
               'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}',
378 378
               'httpMethod' => 'PUT',
379 379
               'parameters' => array(
@@ -422,7 +422,7 @@  discard block
 block discarded – undo
422 422
                   'required' => true,
423 423
                 ),
424 424
               ),
425
-            ),'delete' => array(
425
+            ), 'delete' => array(
426 426
               'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
427 427
               'httpMethod' => 'DELETE',
428 428
               'parameters' => array(
@@ -442,7 +442,7 @@  discard block
 block discarded – undo
442 442
                   'required' => true,
443 443
                 ),
444 444
               ),
445
-            ),'get' => array(
445
+            ), 'get' => array(
446 446
               'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
447 447
               'httpMethod' => 'GET',
448 448
               'parameters' => array(
@@ -462,7 +462,7 @@  discard block
 block discarded – undo
462 462
                   'required' => true,
463 463
                 ),
464 464
               ),
465
-            ),'list' => array(
465
+            ), 'list' => array(
466 466
               'path' => 'accounts/{accountId}/containers/{containerId}/tags',
467 467
               'httpMethod' => 'GET',
468 468
               'parameters' => array(
@@ -477,7 +477,7 @@  discard block
 block discarded – undo
477 477
                   'required' => true,
478 478
                 ),
479 479
               ),
480
-            ),'update' => array(
480
+            ), 'update' => array(
481 481
               'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}',
482 482
               'httpMethod' => 'PUT',
483 483
               'parameters' => array(
@@ -526,7 +526,7 @@  discard block
 block discarded – undo
526 526
                   'required' => true,
527 527
                 ),
528 528
               ),
529
-            ),'delete' => array(
529
+            ), 'delete' => array(
530 530
               'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
531 531
               'httpMethod' => 'DELETE',
532 532
               'parameters' => array(
@@ -546,7 +546,7 @@  discard block
 block discarded – undo
546 546
                   'required' => true,
547 547
                 ),
548 548
               ),
549
-            ),'get' => array(
549
+            ), 'get' => array(
550 550
               'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
551 551
               'httpMethod' => 'GET',
552 552
               'parameters' => array(
@@ -566,7 +566,7 @@  discard block
 block discarded – undo
566 566
                   'required' => true,
567 567
                 ),
568 568
               ),
569
-            ),'list' => array(
569
+            ), 'list' => array(
570 570
               'path' => 'accounts/{accountId}/containers/{containerId}/triggers',
571 571
               'httpMethod' => 'GET',
572 572
               'parameters' => array(
@@ -581,7 +581,7 @@  discard block
 block discarded – undo
581 581
                   'required' => true,
582 582
                 ),
583 583
               ),
584
-            ),'update' => array(
584
+            ), 'update' => array(
585 585
               'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}',
586 586
               'httpMethod' => 'PUT',
587 587
               'parameters' => array(
@@ -630,7 +630,7 @@  discard block
 block discarded – undo
630 630
                   'required' => true,
631 631
                 ),
632 632
               ),
633
-            ),'delete' => array(
633
+            ), 'delete' => array(
634 634
               'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
635 635
               'httpMethod' => 'DELETE',
636 636
               'parameters' => array(
@@ -650,7 +650,7 @@  discard block
 block discarded – undo
650 650
                   'required' => true,
651 651
                 ),
652 652
               ),
653
-            ),'get' => array(
653
+            ), 'get' => array(
654 654
               'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
655 655
               'httpMethod' => 'GET',
656 656
               'parameters' => array(
@@ -670,7 +670,7 @@  discard block
 block discarded – undo
670 670
                   'required' => true,
671 671
                 ),
672 672
               ),
673
-            ),'list' => array(
673
+            ), 'list' => array(
674 674
               'path' => 'accounts/{accountId}/containers/{containerId}/variables',
675 675
               'httpMethod' => 'GET',
676 676
               'parameters' => array(
@@ -685,7 +685,7 @@  discard block
 block discarded – undo
685 685
                   'required' => true,
686 686
                 ),
687 687
               ),
688
-            ),'update' => array(
688
+            ), 'update' => array(
689 689
               'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}',
690 690
               'httpMethod' => 'PUT',
691 691
               'parameters' => array(
@@ -734,7 +734,7 @@  discard block
 block discarded – undo
734 734
                   'required' => true,
735 735
                 ),
736 736
               ),
737
-            ),'delete' => array(
737
+            ), 'delete' => array(
738 738
               'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
739 739
               'httpMethod' => 'DELETE',
740 740
               'parameters' => array(
@@ -754,7 +754,7 @@  discard block
 block discarded – undo
754 754
                   'required' => true,
755 755
                 ),
756 756
               ),
757
-            ),'get' => array(
757
+            ), 'get' => array(
758 758
               'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
759 759
               'httpMethod' => 'GET',
760 760
               'parameters' => array(
@@ -774,7 +774,7 @@  discard block
 block discarded – undo
774 774
                   'required' => true,
775 775
                 ),
776 776
               ),
777
-            ),'list' => array(
777
+            ), 'list' => array(
778 778
               'path' => 'accounts/{accountId}/containers/{containerId}/versions',
779 779
               'httpMethod' => 'GET',
780 780
               'parameters' => array(
@@ -793,7 +793,7 @@  discard block
 block discarded – undo
793 793
                   'type' => 'boolean',
794 794
                 ),
795 795
               ),
796
-            ),'publish' => array(
796
+            ), 'publish' => array(
797 797
               'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/publish',
798 798
               'httpMethod' => 'POST',
799 799
               'parameters' => array(
@@ -817,7 +817,7 @@  discard block
 block discarded – undo
817 817
                   'type' => 'string',
818 818
                 ),
819 819
               ),
820
-            ),'restore' => array(
820
+            ), 'restore' => array(
821 821
               'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/restore',
822 822
               'httpMethod' => 'POST',
823 823
               'parameters' => array(
@@ -837,7 +837,7 @@  discard block
 block discarded – undo
837 837
                   'required' => true,
838 838
                 ),
839 839
               ),
840
-            ),'undelete' => array(
840
+            ), 'undelete' => array(
841 841
               'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/undelete',
842 842
               'httpMethod' => 'POST',
843 843
               'parameters' => array(
@@ -857,7 +857,7 @@  discard block
 block discarded – undo
857 857
                   'required' => true,
858 858
                 ),
859 859
               ),
860
-            ),'update' => array(
860
+            ), 'update' => array(
861 861
               'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}',
862 862
               'httpMethod' => 'PUT',
863 863
               'parameters' => array(
@@ -901,7 +901,7 @@  discard block
 block discarded – undo
901 901
                   'required' => true,
902 902
                 ),
903 903
               ),
904
-            ),'delete' => array(
904
+            ), 'delete' => array(
905 905
               'path' => 'accounts/{accountId}/permissions/{permissionId}',
906 906
               'httpMethod' => 'DELETE',
907 907
               'parameters' => array(
@@ -916,7 +916,7 @@  discard block
 block discarded – undo
916 916
                   'required' => true,
917 917
                 ),
918 918
               ),
919
-            ),'get' => array(
919
+            ), 'get' => array(
920 920
               'path' => 'accounts/{accountId}/permissions/{permissionId}',
921 921
               'httpMethod' => 'GET',
922 922
               'parameters' => array(
@@ -931,7 +931,7 @@  discard block
 block discarded – undo
931 931
                   'required' => true,
932 932
                 ),
933 933
               ),
934
-            ),'list' => array(
934
+            ), 'list' => array(
935 935
               'path' => 'accounts/{accountId}/permissions',
936 936
               'httpMethod' => 'GET',
937 937
               'parameters' => array(
@@ -941,7 +941,7 @@  discard block
 block discarded – undo
941 941
                   'required' => true,
942 942
                 ),
943 943
               ),
944
-            ),'update' => array(
944
+            ), 'update' => array(
945 945
               'path' => 'accounts/{accountId}/permissions/{permissionId}',
946 946
               'httpMethod' => 'PUT',
947 947
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Taskqueue.php 3 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -326,7 +326,7 @@  discard block
 block discarded – undo
326 326
    *
327 327
    * @param string $project The project under which the queue lies
328 328
    * @param string $taskqueue The taskqueue to insert the task into
329
-   * @param Google_Task $postBody
329
+   * @param Google_Service_Taskqueue_Task $postBody
330 330
    * @param array $optParams Optional parameters.
331 331
    * @return Google_Service_Taskqueue_Task
332 332
    */
@@ -384,7 +384,7 @@  discard block
 block discarded – undo
384 384
    * @param string $taskqueue
385 385
    * @param string $task
386 386
    * @param int $newLeaseSeconds The new lease in seconds.
387
-   * @param Google_Task $postBody
387
+   * @param Google_Service_Taskqueue_Task $postBody
388 388
    * @param array $optParams Optional parameters.
389 389
    * @return Google_Service_Taskqueue_Task
390 390
    */
@@ -402,7 +402,7 @@  discard block
 block discarded – undo
402 402
    * @param string $taskqueue
403 403
    * @param string $task
404 404
    * @param int $newLeaseSeconds The new lease in seconds.
405
-   * @param Google_Task $postBody
405
+   * @param Google_Service_Taskqueue_Task $postBody
406 406
    * @param array $optParams Optional parameters.
407 407
    * @return Google_Service_Taskqueue_Task
408 408
    */
Please login to merge, or discard this patch.
Indentation   +273 added lines, -273 removed lines patch added patch discarded remove patch
@@ -32,10 +32,10 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage your Tasks and Taskqueues. */
34 34
   const TASKQUEUE =
35
-      "https://www.googleapis.com/auth/taskqueue";
35
+	  "https://www.googleapis.com/auth/taskqueue";
36 36
   /** Consume Tasks from your Taskqueues. */
37 37
   const TASKQUEUE_CONSUMER =
38
-      "https://www.googleapis.com/auth/taskqueue.consumer";
38
+	  "https://www.googleapis.com/auth/taskqueue.consumer";
39 39
 
40 40
   public $taskqueues;
41 41
   public $tasks;
@@ -48,204 +48,204 @@  discard block
 block discarded – undo
48 48
    */
49 49
   public function __construct(Google_Client $client)
50 50
   {
51
-    parent::__construct($client);
52
-    $this->rootUrl = 'https://www.googleapis.com/';
53
-    $this->servicePath = 'taskqueue/v1beta2/projects/';
54
-    $this->version = 'v1beta2';
55
-    $this->serviceName = 'taskqueue';
56
-
57
-    $this->taskqueues = new Google_Service_Taskqueue_Taskqueues_Resource(
58
-        $this,
59
-        $this->serviceName,
60
-        'taskqueues',
61
-        array(
62
-          'methods' => array(
63
-            'get' => array(
64
-              'path' => '{project}/taskqueues/{taskqueue}',
65
-              'httpMethod' => 'GET',
66
-              'parameters' => array(
67
-                'project' => array(
68
-                  'location' => 'path',
69
-                  'type' => 'string',
70
-                  'required' => true,
71
-                ),
72
-                'taskqueue' => array(
73
-                  'location' => 'path',
74
-                  'type' => 'string',
75
-                  'required' => true,
76
-                ),
77
-                'getStats' => array(
78
-                  'location' => 'query',
79
-                  'type' => 'boolean',
80
-                ),
81
-              ),
82
-            ),
83
-          )
84
-        )
85
-    );
86
-    $this->tasks = new Google_Service_Taskqueue_Tasks_Resource(
87
-        $this,
88
-        $this->serviceName,
89
-        'tasks',
90
-        array(
91
-          'methods' => array(
92
-            'delete' => array(
93
-              'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}',
94
-              'httpMethod' => 'DELETE',
95
-              'parameters' => array(
96
-                'project' => array(
97
-                  'location' => 'path',
98
-                  'type' => 'string',
99
-                  'required' => true,
100
-                ),
101
-                'taskqueue' => array(
102
-                  'location' => 'path',
103
-                  'type' => 'string',
104
-                  'required' => true,
105
-                ),
106
-                'task' => array(
107
-                  'location' => 'path',
108
-                  'type' => 'string',
109
-                  'required' => true,
110
-                ),
111
-              ),
112
-            ),'get' => array(
113
-              'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}',
114
-              'httpMethod' => 'GET',
115
-              'parameters' => array(
116
-                'project' => array(
117
-                  'location' => 'path',
118
-                  'type' => 'string',
119
-                  'required' => true,
120
-                ),
121
-                'taskqueue' => array(
122
-                  'location' => 'path',
123
-                  'type' => 'string',
124
-                  'required' => true,
125
-                ),
126
-                'task' => array(
127
-                  'location' => 'path',
128
-                  'type' => 'string',
129
-                  'required' => true,
130
-                ),
131
-              ),
132
-            ),'insert' => array(
133
-              'path' => '{project}/taskqueues/{taskqueue}/tasks',
134
-              'httpMethod' => 'POST',
135
-              'parameters' => array(
136
-                'project' => array(
137
-                  'location' => 'path',
138
-                  'type' => 'string',
139
-                  'required' => true,
140
-                ),
141
-                'taskqueue' => array(
142
-                  'location' => 'path',
143
-                  'type' => 'string',
144
-                  'required' => true,
145
-                ),
146
-              ),
147
-            ),'lease' => array(
148
-              'path' => '{project}/taskqueues/{taskqueue}/tasks/lease',
149
-              'httpMethod' => 'POST',
150
-              'parameters' => array(
151
-                'project' => array(
152
-                  'location' => 'path',
153
-                  'type' => 'string',
154
-                  'required' => true,
155
-                ),
156
-                'taskqueue' => array(
157
-                  'location' => 'path',
158
-                  'type' => 'string',
159
-                  'required' => true,
160
-                ),
161
-                'numTasks' => array(
162
-                  'location' => 'query',
163
-                  'type' => 'integer',
164
-                  'required' => true,
165
-                ),
166
-                'leaseSecs' => array(
167
-                  'location' => 'query',
168
-                  'type' => 'integer',
169
-                  'required' => true,
170
-                ),
171
-                'groupByTag' => array(
172
-                  'location' => 'query',
173
-                  'type' => 'boolean',
174
-                ),
175
-                'tag' => array(
176
-                  'location' => 'query',
177
-                  'type' => 'string',
178
-                ),
179
-              ),
180
-            ),'list' => array(
181
-              'path' => '{project}/taskqueues/{taskqueue}/tasks',
182
-              'httpMethod' => 'GET',
183
-              'parameters' => array(
184
-                'project' => array(
185
-                  'location' => 'path',
186
-                  'type' => 'string',
187
-                  'required' => true,
188
-                ),
189
-                'taskqueue' => array(
190
-                  'location' => 'path',
191
-                  'type' => 'string',
192
-                  'required' => true,
193
-                ),
194
-              ),
195
-            ),'patch' => array(
196
-              'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}',
197
-              'httpMethod' => 'PATCH',
198
-              'parameters' => array(
199
-                'project' => array(
200
-                  'location' => 'path',
201
-                  'type' => 'string',
202
-                  'required' => true,
203
-                ),
204
-                'taskqueue' => array(
205
-                  'location' => 'path',
206
-                  'type' => 'string',
207
-                  'required' => true,
208
-                ),
209
-                'task' => array(
210
-                  'location' => 'path',
211
-                  'type' => 'string',
212
-                  'required' => true,
213
-                ),
214
-                'newLeaseSeconds' => array(
215
-                  'location' => 'query',
216
-                  'type' => 'integer',
217
-                  'required' => true,
218
-                ),
219
-              ),
220
-            ),'update' => array(
221
-              'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}',
222
-              'httpMethod' => 'POST',
223
-              'parameters' => array(
224
-                'project' => array(
225
-                  'location' => 'path',
226
-                  'type' => 'string',
227
-                  'required' => true,
228
-                ),
229
-                'taskqueue' => array(
230
-                  'location' => 'path',
231
-                  'type' => 'string',
232
-                  'required' => true,
233
-                ),
234
-                'task' => array(
235
-                  'location' => 'path',
236
-                  'type' => 'string',
237
-                  'required' => true,
238
-                ),
239
-                'newLeaseSeconds' => array(
240
-                  'location' => 'query',
241
-                  'type' => 'integer',
242
-                  'required' => true,
243
-                ),
244
-              ),
245
-            ),
246
-          )
247
-        )
248
-    );
51
+	parent::__construct($client);
52
+	$this->rootUrl = 'https://www.googleapis.com/';
53
+	$this->servicePath = 'taskqueue/v1beta2/projects/';
54
+	$this->version = 'v1beta2';
55
+	$this->serviceName = 'taskqueue';
56
+
57
+	$this->taskqueues = new Google_Service_Taskqueue_Taskqueues_Resource(
58
+		$this,
59
+		$this->serviceName,
60
+		'taskqueues',
61
+		array(
62
+		  'methods' => array(
63
+			'get' => array(
64
+			  'path' => '{project}/taskqueues/{taskqueue}',
65
+			  'httpMethod' => 'GET',
66
+			  'parameters' => array(
67
+				'project' => array(
68
+				  'location' => 'path',
69
+				  'type' => 'string',
70
+				  'required' => true,
71
+				),
72
+				'taskqueue' => array(
73
+				  'location' => 'path',
74
+				  'type' => 'string',
75
+				  'required' => true,
76
+				),
77
+				'getStats' => array(
78
+				  'location' => 'query',
79
+				  'type' => 'boolean',
80
+				),
81
+			  ),
82
+			),
83
+		  )
84
+		)
85
+	);
86
+	$this->tasks = new Google_Service_Taskqueue_Tasks_Resource(
87
+		$this,
88
+		$this->serviceName,
89
+		'tasks',
90
+		array(
91
+		  'methods' => array(
92
+			'delete' => array(
93
+			  'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}',
94
+			  'httpMethod' => 'DELETE',
95
+			  'parameters' => array(
96
+				'project' => array(
97
+				  'location' => 'path',
98
+				  'type' => 'string',
99
+				  'required' => true,
100
+				),
101
+				'taskqueue' => array(
102
+				  'location' => 'path',
103
+				  'type' => 'string',
104
+				  'required' => true,
105
+				),
106
+				'task' => array(
107
+				  'location' => 'path',
108
+				  'type' => 'string',
109
+				  'required' => true,
110
+				),
111
+			  ),
112
+			),'get' => array(
113
+			  'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}',
114
+			  'httpMethod' => 'GET',
115
+			  'parameters' => array(
116
+				'project' => array(
117
+				  'location' => 'path',
118
+				  'type' => 'string',
119
+				  'required' => true,
120
+				),
121
+				'taskqueue' => array(
122
+				  'location' => 'path',
123
+				  'type' => 'string',
124
+				  'required' => true,
125
+				),
126
+				'task' => array(
127
+				  'location' => 'path',
128
+				  'type' => 'string',
129
+				  'required' => true,
130
+				),
131
+			  ),
132
+			),'insert' => array(
133
+			  'path' => '{project}/taskqueues/{taskqueue}/tasks',
134
+			  'httpMethod' => 'POST',
135
+			  'parameters' => array(
136
+				'project' => array(
137
+				  'location' => 'path',
138
+				  'type' => 'string',
139
+				  'required' => true,
140
+				),
141
+				'taskqueue' => array(
142
+				  'location' => 'path',
143
+				  'type' => 'string',
144
+				  'required' => true,
145
+				),
146
+			  ),
147
+			),'lease' => array(
148
+			  'path' => '{project}/taskqueues/{taskqueue}/tasks/lease',
149
+			  'httpMethod' => 'POST',
150
+			  'parameters' => array(
151
+				'project' => array(
152
+				  'location' => 'path',
153
+				  'type' => 'string',
154
+				  'required' => true,
155
+				),
156
+				'taskqueue' => array(
157
+				  'location' => 'path',
158
+				  'type' => 'string',
159
+				  'required' => true,
160
+				),
161
+				'numTasks' => array(
162
+				  'location' => 'query',
163
+				  'type' => 'integer',
164
+				  'required' => true,
165
+				),
166
+				'leaseSecs' => array(
167
+				  'location' => 'query',
168
+				  'type' => 'integer',
169
+				  'required' => true,
170
+				),
171
+				'groupByTag' => array(
172
+				  'location' => 'query',
173
+				  'type' => 'boolean',
174
+				),
175
+				'tag' => array(
176
+				  'location' => 'query',
177
+				  'type' => 'string',
178
+				),
179
+			  ),
180
+			),'list' => array(
181
+			  'path' => '{project}/taskqueues/{taskqueue}/tasks',
182
+			  'httpMethod' => 'GET',
183
+			  'parameters' => array(
184
+				'project' => array(
185
+				  'location' => 'path',
186
+				  'type' => 'string',
187
+				  'required' => true,
188
+				),
189
+				'taskqueue' => array(
190
+				  'location' => 'path',
191
+				  'type' => 'string',
192
+				  'required' => true,
193
+				),
194
+			  ),
195
+			),'patch' => array(
196
+			  'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}',
197
+			  'httpMethod' => 'PATCH',
198
+			  'parameters' => array(
199
+				'project' => array(
200
+				  'location' => 'path',
201
+				  'type' => 'string',
202
+				  'required' => true,
203
+				),
204
+				'taskqueue' => array(
205
+				  'location' => 'path',
206
+				  'type' => 'string',
207
+				  'required' => true,
208
+				),
209
+				'task' => array(
210
+				  'location' => 'path',
211
+				  'type' => 'string',
212
+				  'required' => true,
213
+				),
214
+				'newLeaseSeconds' => array(
215
+				  'location' => 'query',
216
+				  'type' => 'integer',
217
+				  'required' => true,
218
+				),
219
+			  ),
220
+			),'update' => array(
221
+			  'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}',
222
+			  'httpMethod' => 'POST',
223
+			  'parameters' => array(
224
+				'project' => array(
225
+				  'location' => 'path',
226
+				  'type' => 'string',
227
+				  'required' => true,
228
+				),
229
+				'taskqueue' => array(
230
+				  'location' => 'path',
231
+				  'type' => 'string',
232
+				  'required' => true,
233
+				),
234
+				'task' => array(
235
+				  'location' => 'path',
236
+				  'type' => 'string',
237
+				  'required' => true,
238
+				),
239
+				'newLeaseSeconds' => array(
240
+				  'location' => 'query',
241
+				  'type' => 'integer',
242
+				  'required' => true,
243
+				),
244
+			  ),
245
+			),
246
+		  )
247
+		)
248
+	);
249 249
   }
250 250
 }
251 251
 
@@ -273,9 +273,9 @@  discard block
 block discarded – undo
273 273
    */
274 274
   public function get($project, $taskqueue, $optParams = array())
275 275
   {
276
-    $params = array('project' => $project, 'taskqueue' => $taskqueue);
277
-    $params = array_merge($params, $optParams);
278
-    return $this->call('get', array($params), "Google_Service_Taskqueue_TaskQueue");
276
+	$params = array('project' => $project, 'taskqueue' => $taskqueue);
277
+	$params = array_merge($params, $optParams);
278
+	return $this->call('get', array($params), "Google_Service_Taskqueue_TaskQueue");
279 279
   }
280 280
 }
281 281
 
@@ -300,9 +300,9 @@  discard block
 block discarded – undo
300 300
    */
301 301
   public function delete($project, $taskqueue, $task, $optParams = array())
302 302
   {
303
-    $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task);
304
-    $params = array_merge($params, $optParams);
305
-    return $this->call('delete', array($params));
303
+	$params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task);
304
+	$params = array_merge($params, $optParams);
305
+	return $this->call('delete', array($params));
306 306
   }
307 307
 
308 308
   /**
@@ -316,9 +316,9 @@  discard block
 block discarded – undo
316 316
    */
317 317
   public function get($project, $taskqueue, $task, $optParams = array())
318 318
   {
319
-    $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task);
320
-    $params = array_merge($params, $optParams);
321
-    return $this->call('get', array($params), "Google_Service_Taskqueue_Task");
319
+	$params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task);
320
+	$params = array_merge($params, $optParams);
321
+	return $this->call('get', array($params), "Google_Service_Taskqueue_Task");
322 322
   }
323 323
 
324 324
   /**
@@ -332,9 +332,9 @@  discard block
 block discarded – undo
332 332
    */
333 333
   public function insert($project, $taskqueue, Google_Service_Taskqueue_Task $postBody, $optParams = array())
334 334
   {
335
-    $params = array('project' => $project, 'taskqueue' => $taskqueue, 'postBody' => $postBody);
336
-    $params = array_merge($params, $optParams);
337
-    return $this->call('insert', array($params), "Google_Service_Taskqueue_Task");
335
+	$params = array('project' => $project, 'taskqueue' => $taskqueue, 'postBody' => $postBody);
336
+	$params = array_merge($params, $optParams);
337
+	return $this->call('insert', array($params), "Google_Service_Taskqueue_Task");
338 338
   }
339 339
 
340 340
   /**
@@ -356,9 +356,9 @@  discard block
 block discarded – undo
356 356
    */
357 357
   public function lease($project, $taskqueue, $numTasks, $leaseSecs, $optParams = array())
358 358
   {
359
-    $params = array('project' => $project, 'taskqueue' => $taskqueue, 'numTasks' => $numTasks, 'leaseSecs' => $leaseSecs);
360
-    $params = array_merge($params, $optParams);
361
-    return $this->call('lease', array($params), "Google_Service_Taskqueue_Tasks");
359
+	$params = array('project' => $project, 'taskqueue' => $taskqueue, 'numTasks' => $numTasks, 'leaseSecs' => $leaseSecs);
360
+	$params = array_merge($params, $optParams);
361
+	return $this->call('lease', array($params), "Google_Service_Taskqueue_Tasks");
362 362
   }
363 363
 
364 364
   /**
@@ -371,9 +371,9 @@  discard block
 block discarded – undo
371 371
    */
372 372
   public function listTasks($project, $taskqueue, $optParams = array())
373 373
   {
374
-    $params = array('project' => $project, 'taskqueue' => $taskqueue);
375
-    $params = array_merge($params, $optParams);
376
-    return $this->call('list', array($params), "Google_Service_Taskqueue_Tasks2");
374
+	$params = array('project' => $project, 'taskqueue' => $taskqueue);
375
+	$params = array_merge($params, $optParams);
376
+	return $this->call('list', array($params), "Google_Service_Taskqueue_Tasks2");
377 377
   }
378 378
 
379 379
   /**
@@ -390,9 +390,9 @@  discard block
 block discarded – undo
390 390
    */
391 391
   public function patch($project, $taskqueue, $task, $newLeaseSeconds, Google_Service_Taskqueue_Task $postBody, $optParams = array())
392 392
   {
393
-    $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task, 'newLeaseSeconds' => $newLeaseSeconds, 'postBody' => $postBody);
394
-    $params = array_merge($params, $optParams);
395
-    return $this->call('patch', array($params), "Google_Service_Taskqueue_Task");
393
+	$params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task, 'newLeaseSeconds' => $newLeaseSeconds, 'postBody' => $postBody);
394
+	$params = array_merge($params, $optParams);
395
+	return $this->call('patch', array($params), "Google_Service_Taskqueue_Task");
396 396
   }
397 397
 
398 398
   /**
@@ -408,9 +408,9 @@  discard block
 block discarded – undo
408 408
    */
409 409
   public function update($project, $taskqueue, $task, $newLeaseSeconds, Google_Service_Taskqueue_Task $postBody, $optParams = array())
410 410
   {
411
-    $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task, 'newLeaseSeconds' => $newLeaseSeconds, 'postBody' => $postBody);
412
-    $params = array_merge($params, $optParams);
413
-    return $this->call('update', array($params), "Google_Service_Taskqueue_Task");
411
+	$params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task, 'newLeaseSeconds' => $newLeaseSeconds, 'postBody' => $postBody);
412
+	$params = array_merge($params, $optParams);
413
+	return $this->call('update', array($params), "Google_Service_Taskqueue_Task");
414 414
   }
415 415
 }
416 416
 
@@ -420,7 +420,7 @@  discard block
 block discarded – undo
420 420
 class Google_Service_Taskqueue_Task extends Google_Model
421 421
 {
422 422
   protected $internal_gapi_mappings = array(
423
-        "retryCount" => "retry_count",
423
+		"retryCount" => "retry_count",
424 424
   );
425 425
   public $enqueueTimestamp;
426 426
   public $id;
@@ -434,67 +434,67 @@  discard block
 block discarded – undo
434 434
 
435 435
   public function setEnqueueTimestamp($enqueueTimestamp)
436 436
   {
437
-    $this->enqueueTimestamp = $enqueueTimestamp;
437
+	$this->enqueueTimestamp = $enqueueTimestamp;
438 438
   }
439 439
   public function getEnqueueTimestamp()
440 440
   {
441
-    return $this->enqueueTimestamp;
441
+	return $this->enqueueTimestamp;
442 442
   }
443 443
   public function setId($id)
444 444
   {
445
-    $this->id = $id;
445
+	$this->id = $id;
446 446
   }
447 447
   public function getId()
448 448
   {
449
-    return $this->id;
449
+	return $this->id;
450 450
   }
451 451
   public function setKind($kind)
452 452
   {
453
-    $this->kind = $kind;
453
+	$this->kind = $kind;
454 454
   }
455 455
   public function getKind()
456 456
   {
457
-    return $this->kind;
457
+	return $this->kind;
458 458
   }
459 459
   public function setLeaseTimestamp($leaseTimestamp)
460 460
   {
461
-    $this->leaseTimestamp = $leaseTimestamp;
461
+	$this->leaseTimestamp = $leaseTimestamp;
462 462
   }
463 463
   public function getLeaseTimestamp()
464 464
   {
465
-    return $this->leaseTimestamp;
465
+	return $this->leaseTimestamp;
466 466
   }
467 467
   public function setPayloadBase64($payloadBase64)
468 468
   {
469
-    $this->payloadBase64 = $payloadBase64;
469
+	$this->payloadBase64 = $payloadBase64;
470 470
   }
471 471
   public function getPayloadBase64()
472 472
   {
473
-    return $this->payloadBase64;
473
+	return $this->payloadBase64;
474 474
   }
475 475
   public function setQueueName($queueName)
476 476
   {
477
-    $this->queueName = $queueName;
477
+	$this->queueName = $queueName;
478 478
   }
479 479
   public function getQueueName()
480 480
   {
481
-    return $this->queueName;
481
+	return $this->queueName;
482 482
   }
483 483
   public function setRetryCount($retryCount)
484 484
   {
485
-    $this->retryCount = $retryCount;
485
+	$this->retryCount = $retryCount;
486 486
   }
487 487
   public function getRetryCount()
488 488
   {
489
-    return $this->retryCount;
489
+	return $this->retryCount;
490 490
   }
491 491
   public function setTag($tag)
492 492
   {
493
-    $this->tag = $tag;
493
+	$this->tag = $tag;
494 494
   }
495 495
   public function getTag()
496 496
   {
497
-    return $this->tag;
497
+	return $this->tag;
498 498
   }
499 499
 }
500 500
 
@@ -513,43 +513,43 @@  discard block
 block discarded – undo
513 513
 
514 514
   public function setAcl(Google_Service_Taskqueue_TaskQueueAcl $acl)
515 515
   {
516
-    $this->acl = $acl;
516
+	$this->acl = $acl;
517 517
   }
518 518
   public function getAcl()
519 519
   {
520
-    return $this->acl;
520
+	return $this->acl;
521 521
   }
522 522
   public function setId($id)
523 523
   {
524
-    $this->id = $id;
524
+	$this->id = $id;
525 525
   }
526 526
   public function getId()
527 527
   {
528
-    return $this->id;
528
+	return $this->id;
529 529
   }
530 530
   public function setKind($kind)
531 531
   {
532
-    $this->kind = $kind;
532
+	$this->kind = $kind;
533 533
   }
534 534
   public function getKind()
535 535
   {
536
-    return $this->kind;
536
+	return $this->kind;
537 537
   }
538 538
   public function setMaxLeases($maxLeases)
539 539
   {
540
-    $this->maxLeases = $maxLeases;
540
+	$this->maxLeases = $maxLeases;
541 541
   }
542 542
   public function getMaxLeases()
543 543
   {
544
-    return $this->maxLeases;
544
+	return $this->maxLeases;
545 545
   }
546 546
   public function setStats(Google_Service_Taskqueue_TaskQueueStats $stats)
547 547
   {
548
-    $this->stats = $stats;
548
+	$this->stats = $stats;
549 549
   }
550 550
   public function getStats()
551 551
   {
552
-    return $this->stats;
552
+	return $this->stats;
553 553
   }
554 554
 }
555 555
 
@@ -565,27 +565,27 @@  discard block
 block discarded – undo
565 565
 
566 566
   public function setAdminEmails($adminEmails)
567 567
   {
568
-    $this->adminEmails = $adminEmails;
568
+	$this->adminEmails = $adminEmails;
569 569
   }
570 570
   public function getAdminEmails()
571 571
   {
572
-    return $this->adminEmails;
572
+	return $this->adminEmails;
573 573
   }
574 574
   public function setConsumerEmails($consumerEmails)
575 575
   {
576
-    $this->consumerEmails = $consumerEmails;
576
+	$this->consumerEmails = $consumerEmails;
577 577
   }
578 578
   public function getConsumerEmails()
579 579
   {
580
-    return $this->consumerEmails;
580
+	return $this->consumerEmails;
581 581
   }
582 582
   public function setProducerEmails($producerEmails)
583 583
   {
584
-    $this->producerEmails = $producerEmails;
584
+	$this->producerEmails = $producerEmails;
585 585
   }
586 586
   public function getProducerEmails()
587 587
   {
588
-    return $this->producerEmails;
588
+	return $this->producerEmails;
589 589
   }
590 590
 }
591 591
 
@@ -601,35 +601,35 @@  discard block
 block discarded – undo
601 601
 
602 602
   public function setLeasedLastHour($leasedLastHour)
603 603
   {
604
-    $this->leasedLastHour = $leasedLastHour;
604
+	$this->leasedLastHour = $leasedLastHour;
605 605
   }
606 606
   public function getLeasedLastHour()
607 607
   {
608
-    return $this->leasedLastHour;
608
+	return $this->leasedLastHour;
609 609
   }
610 610
   public function setLeasedLastMinute($leasedLastMinute)
611 611
   {
612
-    $this->leasedLastMinute = $leasedLastMinute;
612
+	$this->leasedLastMinute = $leasedLastMinute;
613 613
   }
614 614
   public function getLeasedLastMinute()
615 615
   {
616
-    return $this->leasedLastMinute;
616
+	return $this->leasedLastMinute;
617 617
   }
618 618
   public function setOldestTask($oldestTask)
619 619
   {
620
-    $this->oldestTask = $oldestTask;
620
+	$this->oldestTask = $oldestTask;
621 621
   }
622 622
   public function getOldestTask()
623 623
   {
624
-    return $this->oldestTask;
624
+	return $this->oldestTask;
625 625
   }
626 626
   public function setTotalTasks($totalTasks)
627 627
   {
628
-    $this->totalTasks = $totalTasks;
628
+	$this->totalTasks = $totalTasks;
629 629
   }
630 630
   public function getTotalTasks()
631 631
   {
632
-    return $this->totalTasks;
632
+	return $this->totalTasks;
633 633
   }
634 634
 }
635 635
 
@@ -645,19 +645,19 @@  discard block
 block discarded – undo
645 645
 
646 646
   public function setItems($items)
647 647
   {
648
-    $this->items = $items;
648
+	$this->items = $items;
649 649
   }
650 650
   public function getItems()
651 651
   {
652
-    return $this->items;
652
+	return $this->items;
653 653
   }
654 654
   public function setKind($kind)
655 655
   {
656
-    $this->kind = $kind;
656
+	$this->kind = $kind;
657 657
   }
658 658
   public function getKind()
659 659
   {
660
-    return $this->kind;
660
+	return $this->kind;
661 661
   }
662 662
 }
663 663
 
@@ -673,18 +673,18 @@  discard block
 block discarded – undo
673 673
 
674 674
   public function setItems($items)
675 675
   {
676
-    $this->items = $items;
676
+	$this->items = $items;
677 677
   }
678 678
   public function getItems()
679 679
   {
680
-    return $this->items;
680
+	return $this->items;
681 681
   }
682 682
   public function setKind($kind)
683 683
   {
684
-    $this->kind = $kind;
684
+	$this->kind = $kind;
685 685
   }
686 686
   public function getKind()
687 687
   {
688
-    return $this->kind;
688
+	return $this->kind;
689 689
   }
690 690
 }
Please login to merge, or discard this patch.
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
                   'required' => true,
110 110
                 ),
111 111
               ),
112
-            ),'get' => array(
112
+            ), 'get' => array(
113 113
               'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}',
114 114
               'httpMethod' => 'GET',
115 115
               'parameters' => array(
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
                   'required' => true,
130 130
                 ),
131 131
               ),
132
-            ),'insert' => array(
132
+            ), 'insert' => array(
133 133
               'path' => '{project}/taskqueues/{taskqueue}/tasks',
134 134
               'httpMethod' => 'POST',
135 135
               'parameters' => array(
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
                   'required' => true,
145 145
                 ),
146 146
               ),
147
-            ),'lease' => array(
147
+            ), 'lease' => array(
148 148
               'path' => '{project}/taskqueues/{taskqueue}/tasks/lease',
149 149
               'httpMethod' => 'POST',
150 150
               'parameters' => array(
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
                   'type' => 'string',
178 178
                 ),
179 179
               ),
180
-            ),'list' => array(
180
+            ), 'list' => array(
181 181
               'path' => '{project}/taskqueues/{taskqueue}/tasks',
182 182
               'httpMethod' => 'GET',
183 183
               'parameters' => array(
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
                   'required' => true,
193 193
                 ),
194 194
               ),
195
-            ),'patch' => array(
195
+            ), 'patch' => array(
196 196
               'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}',
197 197
               'httpMethod' => 'PATCH',
198 198
               'parameters' => array(
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
                   'required' => true,
218 218
                 ),
219 219
               ),
220
-            ),'update' => array(
220
+            ), 'update' => array(
221 221
               'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}',
222 222
               'httpMethod' => 'POST',
223 223
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Tasks.php 3 patches
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -338,7 +338,7 @@  discard block
 block discarded – undo
338 338
    * Creates a new task list and adds it to the authenticated user's task lists.
339 339
    * (tasklists.insert)
340 340
    *
341
-   * @param Google_TaskList $postBody
341
+   * @param Google_Service_Tasks_TaskList $postBody
342 342
    * @param array $optParams Optional parameters.
343 343
    * @return Google_Service_Tasks_TaskList
344 344
    */
@@ -372,7 +372,7 @@  discard block
 block discarded – undo
372 372
    * patch semantics. (tasklists.patch)
373 373
    *
374 374
    * @param string $tasklist Task list identifier.
375
-   * @param Google_TaskList $postBody
375
+   * @param Google_Service_Tasks_TaskList $postBody
376 376
    * @param array $optParams Optional parameters.
377 377
    * @return Google_Service_Tasks_TaskList
378 378
    */
@@ -387,7 +387,7 @@  discard block
 block discarded – undo
387 387
    * Updates the authenticated user's specified task list. (tasklists.update)
388 388
    *
389 389
    * @param string $tasklist Task list identifier.
390
-   * @param Google_TaskList $postBody
390
+   * @param Google_Service_Tasks_TaskList $postBody
391 391
    * @param array $optParams Optional parameters.
392 392
    * @return Google_Service_Tasks_TaskList
393 393
    */
@@ -458,7 +458,7 @@  discard block
 block discarded – undo
458 458
    * Creates a new task on the specified task list. (tasks.insert)
459 459
    *
460 460
    * @param string $tasklist Task list identifier.
461
-   * @param Google_Task $postBody
461
+   * @param Google_Service_Tasks_Task $postBody
462 462
    * @param array $optParams Optional parameters.
463 463
    *
464 464
    * @opt_param string parent Parent task identifier. If the task is created at
@@ -542,7 +542,7 @@  discard block
 block discarded – undo
542 542
    *
543 543
    * @param string $tasklist Task list identifier.
544 544
    * @param string $task Task identifier.
545
-   * @param Google_Task $postBody
545
+   * @param Google_Service_Tasks_Task $postBody
546 546
    * @param array $optParams Optional parameters.
547 547
    * @return Google_Service_Tasks_Task
548 548
    */
@@ -558,7 +558,7 @@  discard block
 block discarded – undo
558 558
    *
559 559
    * @param string $tasklist Task list identifier.
560 560
    * @param string $task Task identifier.
561
-   * @param Google_Task $postBody
561
+   * @param Google_Service_Tasks_Task $postBody
562 562
    * @param array $optParams Optional parameters.
563 563
    * @return Google_Service_Tasks_Task
564 564
    */
Please login to merge, or discard this patch.
Indentation   +352 added lines, -352 removed lines patch added patch discarded remove patch
@@ -32,10 +32,10 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage your tasks. */
34 34
   const TASKS =
35
-      "https://www.googleapis.com/auth/tasks";
35
+	  "https://www.googleapis.com/auth/tasks";
36 36
   /** View your tasks. */
37 37
   const TASKS_READONLY =
38
-      "https://www.googleapis.com/auth/tasks.readonly";
38
+	  "https://www.googleapis.com/auth/tasks.readonly";
39 39
 
40 40
   public $tasklists;
41 41
   public $tasks;
@@ -48,250 +48,250 @@  discard block
 block discarded – undo
48 48
    */
49 49
   public function __construct(Google_Client $client)
50 50
   {
51
-    parent::__construct($client);
52
-    $this->rootUrl = 'https://www.googleapis.com/';
53
-    $this->servicePath = 'tasks/v1/';
54
-    $this->version = 'v1';
55
-    $this->serviceName = 'tasks';
56
-
57
-    $this->tasklists = new Google_Service_Tasks_Tasklists_Resource(
58
-        $this,
59
-        $this->serviceName,
60
-        'tasklists',
61
-        array(
62
-          'methods' => array(
63
-            'delete' => array(
64
-              'path' => 'users/@me/lists/{tasklist}',
65
-              'httpMethod' => 'DELETE',
66
-              'parameters' => array(
67
-                'tasklist' => array(
68
-                  'location' => 'path',
69
-                  'type' => 'string',
70
-                  'required' => true,
71
-                ),
72
-              ),
73
-            ),'get' => array(
74
-              'path' => 'users/@me/lists/{tasklist}',
75
-              'httpMethod' => 'GET',
76
-              'parameters' => array(
77
-                'tasklist' => array(
78
-                  'location' => 'path',
79
-                  'type' => 'string',
80
-                  'required' => true,
81
-                ),
82
-              ),
83
-            ),'insert' => array(
84
-              'path' => 'users/@me/lists',
85
-              'httpMethod' => 'POST',
86
-              'parameters' => array(),
87
-            ),'list' => array(
88
-              'path' => 'users/@me/lists',
89
-              'httpMethod' => 'GET',
90
-              'parameters' => array(
91
-                'pageToken' => array(
92
-                  'location' => 'query',
93
-                  'type' => 'string',
94
-                ),
95
-                'maxResults' => array(
96
-                  'location' => 'query',
97
-                  'type' => 'string',
98
-                ),
99
-              ),
100
-            ),'patch' => array(
101
-              'path' => 'users/@me/lists/{tasklist}',
102
-              'httpMethod' => 'PATCH',
103
-              'parameters' => array(
104
-                'tasklist' => array(
105
-                  'location' => 'path',
106
-                  'type' => 'string',
107
-                  'required' => true,
108
-                ),
109
-              ),
110
-            ),'update' => array(
111
-              'path' => 'users/@me/lists/{tasklist}',
112
-              'httpMethod' => 'PUT',
113
-              'parameters' => array(
114
-                'tasklist' => array(
115
-                  'location' => 'path',
116
-                  'type' => 'string',
117
-                  'required' => true,
118
-                ),
119
-              ),
120
-            ),
121
-          )
122
-        )
123
-    );
124
-    $this->tasks = new Google_Service_Tasks_Tasks_Resource(
125
-        $this,
126
-        $this->serviceName,
127
-        'tasks',
128
-        array(
129
-          'methods' => array(
130
-            'clear' => array(
131
-              'path' => 'lists/{tasklist}/clear',
132
-              'httpMethod' => 'POST',
133
-              'parameters' => array(
134
-                'tasklist' => array(
135
-                  'location' => 'path',
136
-                  'type' => 'string',
137
-                  'required' => true,
138
-                ),
139
-              ),
140
-            ),'delete' => array(
141
-              'path' => 'lists/{tasklist}/tasks/{task}',
142
-              'httpMethod' => 'DELETE',
143
-              'parameters' => array(
144
-                'tasklist' => array(
145
-                  'location' => 'path',
146
-                  'type' => 'string',
147
-                  'required' => true,
148
-                ),
149
-                'task' => array(
150
-                  'location' => 'path',
151
-                  'type' => 'string',
152
-                  'required' => true,
153
-                ),
154
-              ),
155
-            ),'get' => array(
156
-              'path' => 'lists/{tasklist}/tasks/{task}',
157
-              'httpMethod' => 'GET',
158
-              'parameters' => array(
159
-                'tasklist' => array(
160
-                  'location' => 'path',
161
-                  'type' => 'string',
162
-                  'required' => true,
163
-                ),
164
-                'task' => array(
165
-                  'location' => 'path',
166
-                  'type' => 'string',
167
-                  'required' => true,
168
-                ),
169
-              ),
170
-            ),'insert' => array(
171
-              'path' => 'lists/{tasklist}/tasks',
172
-              'httpMethod' => 'POST',
173
-              'parameters' => array(
174
-                'tasklist' => array(
175
-                  'location' => 'path',
176
-                  'type' => 'string',
177
-                  'required' => true,
178
-                ),
179
-                'parent' => array(
180
-                  'location' => 'query',
181
-                  'type' => 'string',
182
-                ),
183
-                'previous' => array(
184
-                  'location' => 'query',
185
-                  'type' => 'string',
186
-                ),
187
-              ),
188
-            ),'list' => array(
189
-              'path' => 'lists/{tasklist}/tasks',
190
-              'httpMethod' => 'GET',
191
-              'parameters' => array(
192
-                'tasklist' => array(
193
-                  'location' => 'path',
194
-                  'type' => 'string',
195
-                  'required' => true,
196
-                ),
197
-                'dueMax' => array(
198
-                  'location' => 'query',
199
-                  'type' => 'string',
200
-                ),
201
-                'showDeleted' => array(
202
-                  'location' => 'query',
203
-                  'type' => 'boolean',
204
-                ),
205
-                'updatedMin' => array(
206
-                  'location' => 'query',
207
-                  'type' => 'string',
208
-                ),
209
-                'completedMin' => array(
210
-                  'location' => 'query',
211
-                  'type' => 'string',
212
-                ),
213
-                'maxResults' => array(
214
-                  'location' => 'query',
215
-                  'type' => 'string',
216
-                ),
217
-                'showCompleted' => array(
218
-                  'location' => 'query',
219
-                  'type' => 'boolean',
220
-                ),
221
-                'pageToken' => array(
222
-                  'location' => 'query',
223
-                  'type' => 'string',
224
-                ),
225
-                'completedMax' => array(
226
-                  'location' => 'query',
227
-                  'type' => 'string',
228
-                ),
229
-                'showHidden' => array(
230
-                  'location' => 'query',
231
-                  'type' => 'boolean',
232
-                ),
233
-                'dueMin' => array(
234
-                  'location' => 'query',
235
-                  'type' => 'string',
236
-                ),
237
-              ),
238
-            ),'move' => array(
239
-              'path' => 'lists/{tasklist}/tasks/{task}/move',
240
-              'httpMethod' => 'POST',
241
-              'parameters' => array(
242
-                'tasklist' => array(
243
-                  'location' => 'path',
244
-                  'type' => 'string',
245
-                  'required' => true,
246
-                ),
247
-                'task' => array(
248
-                  'location' => 'path',
249
-                  'type' => 'string',
250
-                  'required' => true,
251
-                ),
252
-                'parent' => array(
253
-                  'location' => 'query',
254
-                  'type' => 'string',
255
-                ),
256
-                'previous' => array(
257
-                  'location' => 'query',
258
-                  'type' => 'string',
259
-                ),
260
-              ),
261
-            ),'patch' => array(
262
-              'path' => 'lists/{tasklist}/tasks/{task}',
263
-              'httpMethod' => 'PATCH',
264
-              'parameters' => array(
265
-                'tasklist' => array(
266
-                  'location' => 'path',
267
-                  'type' => 'string',
268
-                  'required' => true,
269
-                ),
270
-                'task' => array(
271
-                  'location' => 'path',
272
-                  'type' => 'string',
273
-                  'required' => true,
274
-                ),
275
-              ),
276
-            ),'update' => array(
277
-              'path' => 'lists/{tasklist}/tasks/{task}',
278
-              'httpMethod' => 'PUT',
279
-              'parameters' => array(
280
-                'tasklist' => array(
281
-                  'location' => 'path',
282
-                  'type' => 'string',
283
-                  'required' => true,
284
-                ),
285
-                'task' => array(
286
-                  'location' => 'path',
287
-                  'type' => 'string',
288
-                  'required' => true,
289
-                ),
290
-              ),
291
-            ),
292
-          )
293
-        )
294
-    );
51
+	parent::__construct($client);
52
+	$this->rootUrl = 'https://www.googleapis.com/';
53
+	$this->servicePath = 'tasks/v1/';
54
+	$this->version = 'v1';
55
+	$this->serviceName = 'tasks';
56
+
57
+	$this->tasklists = new Google_Service_Tasks_Tasklists_Resource(
58
+		$this,
59
+		$this->serviceName,
60
+		'tasklists',
61
+		array(
62
+		  'methods' => array(
63
+			'delete' => array(
64
+			  'path' => 'users/@me/lists/{tasklist}',
65
+			  'httpMethod' => 'DELETE',
66
+			  'parameters' => array(
67
+				'tasklist' => array(
68
+				  'location' => 'path',
69
+				  'type' => 'string',
70
+				  'required' => true,
71
+				),
72
+			  ),
73
+			),'get' => array(
74
+			  'path' => 'users/@me/lists/{tasklist}',
75
+			  'httpMethod' => 'GET',
76
+			  'parameters' => array(
77
+				'tasklist' => array(
78
+				  'location' => 'path',
79
+				  'type' => 'string',
80
+				  'required' => true,
81
+				),
82
+			  ),
83
+			),'insert' => array(
84
+			  'path' => 'users/@me/lists',
85
+			  'httpMethod' => 'POST',
86
+			  'parameters' => array(),
87
+			),'list' => array(
88
+			  'path' => 'users/@me/lists',
89
+			  'httpMethod' => 'GET',
90
+			  'parameters' => array(
91
+				'pageToken' => array(
92
+				  'location' => 'query',
93
+				  'type' => 'string',
94
+				),
95
+				'maxResults' => array(
96
+				  'location' => 'query',
97
+				  'type' => 'string',
98
+				),
99
+			  ),
100
+			),'patch' => array(
101
+			  'path' => 'users/@me/lists/{tasklist}',
102
+			  'httpMethod' => 'PATCH',
103
+			  'parameters' => array(
104
+				'tasklist' => array(
105
+				  'location' => 'path',
106
+				  'type' => 'string',
107
+				  'required' => true,
108
+				),
109
+			  ),
110
+			),'update' => array(
111
+			  'path' => 'users/@me/lists/{tasklist}',
112
+			  'httpMethod' => 'PUT',
113
+			  'parameters' => array(
114
+				'tasklist' => array(
115
+				  'location' => 'path',
116
+				  'type' => 'string',
117
+				  'required' => true,
118
+				),
119
+			  ),
120
+			),
121
+		  )
122
+		)
123
+	);
124
+	$this->tasks = new Google_Service_Tasks_Tasks_Resource(
125
+		$this,
126
+		$this->serviceName,
127
+		'tasks',
128
+		array(
129
+		  'methods' => array(
130
+			'clear' => array(
131
+			  'path' => 'lists/{tasklist}/clear',
132
+			  'httpMethod' => 'POST',
133
+			  'parameters' => array(
134
+				'tasklist' => array(
135
+				  'location' => 'path',
136
+				  'type' => 'string',
137
+				  'required' => true,
138
+				),
139
+			  ),
140
+			),'delete' => array(
141
+			  'path' => 'lists/{tasklist}/tasks/{task}',
142
+			  'httpMethod' => 'DELETE',
143
+			  'parameters' => array(
144
+				'tasklist' => array(
145
+				  'location' => 'path',
146
+				  'type' => 'string',
147
+				  'required' => true,
148
+				),
149
+				'task' => array(
150
+				  'location' => 'path',
151
+				  'type' => 'string',
152
+				  'required' => true,
153
+				),
154
+			  ),
155
+			),'get' => array(
156
+			  'path' => 'lists/{tasklist}/tasks/{task}',
157
+			  'httpMethod' => 'GET',
158
+			  'parameters' => array(
159
+				'tasklist' => array(
160
+				  'location' => 'path',
161
+				  'type' => 'string',
162
+				  'required' => true,
163
+				),
164
+				'task' => array(
165
+				  'location' => 'path',
166
+				  'type' => 'string',
167
+				  'required' => true,
168
+				),
169
+			  ),
170
+			),'insert' => array(
171
+			  'path' => 'lists/{tasklist}/tasks',
172
+			  'httpMethod' => 'POST',
173
+			  'parameters' => array(
174
+				'tasklist' => array(
175
+				  'location' => 'path',
176
+				  'type' => 'string',
177
+				  'required' => true,
178
+				),
179
+				'parent' => array(
180
+				  'location' => 'query',
181
+				  'type' => 'string',
182
+				),
183
+				'previous' => array(
184
+				  'location' => 'query',
185
+				  'type' => 'string',
186
+				),
187
+			  ),
188
+			),'list' => array(
189
+			  'path' => 'lists/{tasklist}/tasks',
190
+			  'httpMethod' => 'GET',
191
+			  'parameters' => array(
192
+				'tasklist' => array(
193
+				  'location' => 'path',
194
+				  'type' => 'string',
195
+				  'required' => true,
196
+				),
197
+				'dueMax' => array(
198
+				  'location' => 'query',
199
+				  'type' => 'string',
200
+				),
201
+				'showDeleted' => array(
202
+				  'location' => 'query',
203
+				  'type' => 'boolean',
204
+				),
205
+				'updatedMin' => array(
206
+				  'location' => 'query',
207
+				  'type' => 'string',
208
+				),
209
+				'completedMin' => array(
210
+				  'location' => 'query',
211
+				  'type' => 'string',
212
+				),
213
+				'maxResults' => array(
214
+				  'location' => 'query',
215
+				  'type' => 'string',
216
+				),
217
+				'showCompleted' => array(
218
+				  'location' => 'query',
219
+				  'type' => 'boolean',
220
+				),
221
+				'pageToken' => array(
222
+				  'location' => 'query',
223
+				  'type' => 'string',
224
+				),
225
+				'completedMax' => array(
226
+				  'location' => 'query',
227
+				  'type' => 'string',
228
+				),
229
+				'showHidden' => array(
230
+				  'location' => 'query',
231
+				  'type' => 'boolean',
232
+				),
233
+				'dueMin' => array(
234
+				  'location' => 'query',
235
+				  'type' => 'string',
236
+				),
237
+			  ),
238
+			),'move' => array(
239
+			  'path' => 'lists/{tasklist}/tasks/{task}/move',
240
+			  'httpMethod' => 'POST',
241
+			  'parameters' => array(
242
+				'tasklist' => array(
243
+				  'location' => 'path',
244
+				  'type' => 'string',
245
+				  'required' => true,
246
+				),
247
+				'task' => array(
248
+				  'location' => 'path',
249
+				  'type' => 'string',
250
+				  'required' => true,
251
+				),
252
+				'parent' => array(
253
+				  'location' => 'query',
254
+				  'type' => 'string',
255
+				),
256
+				'previous' => array(
257
+				  'location' => 'query',
258
+				  'type' => 'string',
259
+				),
260
+			  ),
261
+			),'patch' => array(
262
+			  'path' => 'lists/{tasklist}/tasks/{task}',
263
+			  'httpMethod' => 'PATCH',
264
+			  'parameters' => array(
265
+				'tasklist' => array(
266
+				  'location' => 'path',
267
+				  'type' => 'string',
268
+				  'required' => true,
269
+				),
270
+				'task' => array(
271
+				  'location' => 'path',
272
+				  'type' => 'string',
273
+				  'required' => true,
274
+				),
275
+			  ),
276
+			),'update' => array(
277
+			  'path' => 'lists/{tasklist}/tasks/{task}',
278
+			  'httpMethod' => 'PUT',
279
+			  'parameters' => array(
280
+				'tasklist' => array(
281
+				  'location' => 'path',
282
+				  'type' => 'string',
283
+				  'required' => true,
284
+				),
285
+				'task' => array(
286
+				  'location' => 'path',
287
+				  'type' => 'string',
288
+				  'required' => true,
289
+				),
290
+			  ),
291
+			),
292
+		  )
293
+		)
294
+	);
295 295
   }
296 296
 }
297 297
 
@@ -315,9 +315,9 @@  discard block
 block discarded – undo
315 315
    */
316 316
   public function delete($tasklist, $optParams = array())
317 317
   {
318
-    $params = array('tasklist' => $tasklist);
319
-    $params = array_merge($params, $optParams);
320
-    return $this->call('delete', array($params));
318
+	$params = array('tasklist' => $tasklist);
319
+	$params = array_merge($params, $optParams);
320
+	return $this->call('delete', array($params));
321 321
   }
322 322
 
323 323
   /**
@@ -329,9 +329,9 @@  discard block
 block discarded – undo
329 329
    */
330 330
   public function get($tasklist, $optParams = array())
331 331
   {
332
-    $params = array('tasklist' => $tasklist);
333
-    $params = array_merge($params, $optParams);
334
-    return $this->call('get', array($params), "Google_Service_Tasks_TaskList");
332
+	$params = array('tasklist' => $tasklist);
333
+	$params = array_merge($params, $optParams);
334
+	return $this->call('get', array($params), "Google_Service_Tasks_TaskList");
335 335
   }
336 336
 
337 337
   /**
@@ -344,9 +344,9 @@  discard block
 block discarded – undo
344 344
    */
345 345
   public function insert(Google_Service_Tasks_TaskList $postBody, $optParams = array())
346 346
   {
347
-    $params = array('postBody' => $postBody);
348
-    $params = array_merge($params, $optParams);
349
-    return $this->call('insert', array($params), "Google_Service_Tasks_TaskList");
347
+	$params = array('postBody' => $postBody);
348
+	$params = array_merge($params, $optParams);
349
+	return $this->call('insert', array($params), "Google_Service_Tasks_TaskList");
350 350
   }
351 351
 
352 352
   /**
@@ -362,9 +362,9 @@  discard block
 block discarded – undo
362 362
    */
363 363
   public function listTasklists($optParams = array())
364 364
   {
365
-    $params = array();
366
-    $params = array_merge($params, $optParams);
367
-    return $this->call('list', array($params), "Google_Service_Tasks_TaskLists");
365
+	$params = array();
366
+	$params = array_merge($params, $optParams);
367
+	return $this->call('list', array($params), "Google_Service_Tasks_TaskLists");
368 368
   }
369 369
 
370 370
   /**
@@ -378,9 +378,9 @@  discard block
 block discarded – undo
378 378
    */
379 379
   public function patch($tasklist, Google_Service_Tasks_TaskList $postBody, $optParams = array())
380 380
   {
381
-    $params = array('tasklist' => $tasklist, 'postBody' => $postBody);
382
-    $params = array_merge($params, $optParams);
383
-    return $this->call('patch', array($params), "Google_Service_Tasks_TaskList");
381
+	$params = array('tasklist' => $tasklist, 'postBody' => $postBody);
382
+	$params = array_merge($params, $optParams);
383
+	return $this->call('patch', array($params), "Google_Service_Tasks_TaskList");
384 384
   }
385 385
 
386 386
   /**
@@ -393,9 +393,9 @@  discard block
 block discarded – undo
393 393
    */
394 394
   public function update($tasklist, Google_Service_Tasks_TaskList $postBody, $optParams = array())
395 395
   {
396
-    $params = array('tasklist' => $tasklist, 'postBody' => $postBody);
397
-    $params = array_merge($params, $optParams);
398
-    return $this->call('update', array($params), "Google_Service_Tasks_TaskList");
396
+	$params = array('tasklist' => $tasklist, 'postBody' => $postBody);
397
+	$params = array_merge($params, $optParams);
398
+	return $this->call('update', array($params), "Google_Service_Tasks_TaskList");
399 399
   }
400 400
 }
401 401
 
@@ -420,9 +420,9 @@  discard block
 block discarded – undo
420 420
    */
421 421
   public function clear($tasklist, $optParams = array())
422 422
   {
423
-    $params = array('tasklist' => $tasklist);
424
-    $params = array_merge($params, $optParams);
425
-    return $this->call('clear', array($params));
423
+	$params = array('tasklist' => $tasklist);
424
+	$params = array_merge($params, $optParams);
425
+	return $this->call('clear', array($params));
426 426
   }
427 427
 
428 428
   /**
@@ -434,9 +434,9 @@  discard block
 block discarded – undo
434 434
    */
435 435
   public function delete($tasklist, $task, $optParams = array())
436 436
   {
437
-    $params = array('tasklist' => $tasklist, 'task' => $task);
438
-    $params = array_merge($params, $optParams);
439
-    return $this->call('delete', array($params));
437
+	$params = array('tasklist' => $tasklist, 'task' => $task);
438
+	$params = array_merge($params, $optParams);
439
+	return $this->call('delete', array($params));
440 440
   }
441 441
 
442 442
   /**
@@ -449,9 +449,9 @@  discard block
 block discarded – undo
449 449
    */
450 450
   public function get($tasklist, $task, $optParams = array())
451 451
   {
452
-    $params = array('tasklist' => $tasklist, 'task' => $task);
453
-    $params = array_merge($params, $optParams);
454
-    return $this->call('get', array($params), "Google_Service_Tasks_Task");
452
+	$params = array('tasklist' => $tasklist, 'task' => $task);
453
+	$params = array_merge($params, $optParams);
454
+	return $this->call('get', array($params), "Google_Service_Tasks_Task");
455 455
   }
456 456
 
457 457
   /**
@@ -470,9 +470,9 @@  discard block
 block discarded – undo
470 470
    */
471 471
   public function insert($tasklist, Google_Service_Tasks_Task $postBody, $optParams = array())
472 472
   {
473
-    $params = array('tasklist' => $tasklist, 'postBody' => $postBody);
474
-    $params = array_merge($params, $optParams);
475
-    return $this->call('insert', array($params), "Google_Service_Tasks_Task");
473
+	$params = array('tasklist' => $tasklist, 'postBody' => $postBody);
474
+	$params = array_merge($params, $optParams);
475
+	return $this->call('insert', array($params), "Google_Service_Tasks_Task");
476 476
   }
477 477
 
478 478
   /**
@@ -508,9 +508,9 @@  discard block
 block discarded – undo
508 508
    */
509 509
   public function listTasks($tasklist, $optParams = array())
510 510
   {
511
-    $params = array('tasklist' => $tasklist);
512
-    $params = array_merge($params, $optParams);
513
-    return $this->call('list', array($params), "Google_Service_Tasks_Tasks");
511
+	$params = array('tasklist' => $tasklist);
512
+	$params = array_merge($params, $optParams);
513
+	return $this->call('list', array($params), "Google_Service_Tasks_Tasks");
514 514
   }
515 515
 
516 516
   /**
@@ -531,9 +531,9 @@  discard block
 block discarded – undo
531 531
    */
532 532
   public function move($tasklist, $task, $optParams = array())
533 533
   {
534
-    $params = array('tasklist' => $tasklist, 'task' => $task);
535
-    $params = array_merge($params, $optParams);
536
-    return $this->call('move', array($params), "Google_Service_Tasks_Task");
534
+	$params = array('tasklist' => $tasklist, 'task' => $task);
535
+	$params = array_merge($params, $optParams);
536
+	return $this->call('move', array($params), "Google_Service_Tasks_Task");
537 537
   }
538 538
 
539 539
   /**
@@ -548,9 +548,9 @@  discard block
 block discarded – undo
548 548
    */
549 549
   public function patch($tasklist, $task, Google_Service_Tasks_Task $postBody, $optParams = array())
550 550
   {
551
-    $params = array('tasklist' => $tasklist, 'task' => $task, 'postBody' => $postBody);
552
-    $params = array_merge($params, $optParams);
553
-    return $this->call('patch', array($params), "Google_Service_Tasks_Task");
551
+	$params = array('tasklist' => $tasklist, 'task' => $task, 'postBody' => $postBody);
552
+	$params = array_merge($params, $optParams);
553
+	return $this->call('patch', array($params), "Google_Service_Tasks_Task");
554 554
   }
555 555
 
556 556
   /**
@@ -564,9 +564,9 @@  discard block
 block discarded – undo
564 564
    */
565 565
   public function update($tasklist, $task, Google_Service_Tasks_Task $postBody, $optParams = array())
566 566
   {
567
-    $params = array('tasklist' => $tasklist, 'task' => $task, 'postBody' => $postBody);
568
-    $params = array_merge($params, $optParams);
569
-    return $this->call('update', array($params), "Google_Service_Tasks_Task");
567
+	$params = array('tasklist' => $tasklist, 'task' => $task, 'postBody' => $postBody);
568
+	$params = array_merge($params, $optParams);
569
+	return $this->call('update', array($params), "Google_Service_Tasks_Task");
570 570
   }
571 571
 }
572 572
 
@@ -598,123 +598,123 @@  discard block
 block discarded – undo
598 598
 
599 599
   public function setCompleted($completed)
600 600
   {
601
-    $this->completed = $completed;
601
+	$this->completed = $completed;
602 602
   }
603 603
   public function getCompleted()
604 604
   {
605
-    return $this->completed;
605
+	return $this->completed;
606 606
   }
607 607
   public function setDeleted($deleted)
608 608
   {
609
-    $this->deleted = $deleted;
609
+	$this->deleted = $deleted;
610 610
   }
611 611
   public function getDeleted()
612 612
   {
613
-    return $this->deleted;
613
+	return $this->deleted;
614 614
   }
615 615
   public function setDue($due)
616 616
   {
617
-    $this->due = $due;
617
+	$this->due = $due;
618 618
   }
619 619
   public function getDue()
620 620
   {
621
-    return $this->due;
621
+	return $this->due;
622 622
   }
623 623
   public function setEtag($etag)
624 624
   {
625
-    $this->etag = $etag;
625
+	$this->etag = $etag;
626 626
   }
627 627
   public function getEtag()
628 628
   {
629
-    return $this->etag;
629
+	return $this->etag;
630 630
   }
631 631
   public function setHidden($hidden)
632 632
   {
633
-    $this->hidden = $hidden;
633
+	$this->hidden = $hidden;
634 634
   }
635 635
   public function getHidden()
636 636
   {
637
-    return $this->hidden;
637
+	return $this->hidden;
638 638
   }
639 639
   public function setId($id)
640 640
   {
641
-    $this->id = $id;
641
+	$this->id = $id;
642 642
   }
643 643
   public function getId()
644 644
   {
645
-    return $this->id;
645
+	return $this->id;
646 646
   }
647 647
   public function setKind($kind)
648 648
   {
649
-    $this->kind = $kind;
649
+	$this->kind = $kind;
650 650
   }
651 651
   public function getKind()
652 652
   {
653
-    return $this->kind;
653
+	return $this->kind;
654 654
   }
655 655
   public function setLinks($links)
656 656
   {
657
-    $this->links = $links;
657
+	$this->links = $links;
658 658
   }
659 659
   public function getLinks()
660 660
   {
661
-    return $this->links;
661
+	return $this->links;
662 662
   }
663 663
   public function setNotes($notes)
664 664
   {
665
-    $this->notes = $notes;
665
+	$this->notes = $notes;
666 666
   }
667 667
   public function getNotes()
668 668
   {
669
-    return $this->notes;
669
+	return $this->notes;
670 670
   }
671 671
   public function setParent($parent)
672 672
   {
673
-    $this->parent = $parent;
673
+	$this->parent = $parent;
674 674
   }
675 675
   public function getParent()
676 676
   {
677
-    return $this->parent;
677
+	return $this->parent;
678 678
   }
679 679
   public function setPosition($position)
680 680
   {
681
-    $this->position = $position;
681
+	$this->position = $position;
682 682
   }
683 683
   public function getPosition()
684 684
   {
685
-    return $this->position;
685
+	return $this->position;
686 686
   }
687 687
   public function setSelfLink($selfLink)
688 688
   {
689
-    $this->selfLink = $selfLink;
689
+	$this->selfLink = $selfLink;
690 690
   }
691 691
   public function getSelfLink()
692 692
   {
693
-    return $this->selfLink;
693
+	return $this->selfLink;
694 694
   }
695 695
   public function setStatus($status)
696 696
   {
697
-    $this->status = $status;
697
+	$this->status = $status;
698 698
   }
699 699
   public function getStatus()
700 700
   {
701
-    return $this->status;
701
+	return $this->status;
702 702
   }
703 703
   public function setTitle($title)
704 704
   {
705
-    $this->title = $title;
705
+	$this->title = $title;
706 706
   }
707 707
   public function getTitle()
708 708
   {
709
-    return $this->title;
709
+	return $this->title;
710 710
   }
711 711
   public function setUpdated($updated)
712 712
   {
713
-    $this->updated = $updated;
713
+	$this->updated = $updated;
714 714
   }
715 715
   public function getUpdated()
716 716
   {
717
-    return $this->updated;
717
+	return $this->updated;
718 718
   }
719 719
 }
720 720
 
@@ -729,27 +729,27 @@  discard block
 block discarded – undo
729 729
 
730 730
   public function setDescription($description)
731 731
   {
732
-    $this->description = $description;
732
+	$this->description = $description;
733 733
   }
734 734
   public function getDescription()
735 735
   {
736
-    return $this->description;
736
+	return $this->description;
737 737
   }
738 738
   public function setLink($link)
739 739
   {
740
-    $this->link = $link;
740
+	$this->link = $link;
741 741
   }
742 742
   public function getLink()
743 743
   {
744
-    return $this->link;
744
+	return $this->link;
745 745
   }
746 746
   public function setType($type)
747 747
   {
748
-    $this->type = $type;
748
+	$this->type = $type;
749 749
   }
750 750
   public function getType()
751 751
   {
752
-    return $this->type;
752
+	return $this->type;
753 753
   }
754 754
 }
755 755
 
@@ -767,51 +767,51 @@  discard block
 block discarded – undo
767 767
 
768 768
   public function setEtag($etag)
769 769
   {
770
-    $this->etag = $etag;
770
+	$this->etag = $etag;
771 771
   }
772 772
   public function getEtag()
773 773
   {
774
-    return $this->etag;
774
+	return $this->etag;
775 775
   }
776 776
   public function setId($id)
777 777
   {
778
-    $this->id = $id;
778
+	$this->id = $id;
779 779
   }
780 780
   public function getId()
781 781
   {
782
-    return $this->id;
782
+	return $this->id;
783 783
   }
784 784
   public function setKind($kind)
785 785
   {
786
-    $this->kind = $kind;
786
+	$this->kind = $kind;
787 787
   }
788 788
   public function getKind()
789 789
   {
790
-    return $this->kind;
790
+	return $this->kind;
791 791
   }
792 792
   public function setSelfLink($selfLink)
793 793
   {
794
-    $this->selfLink = $selfLink;
794
+	$this->selfLink = $selfLink;
795 795
   }
796 796
   public function getSelfLink()
797 797
   {
798
-    return $this->selfLink;
798
+	return $this->selfLink;
799 799
   }
800 800
   public function setTitle($title)
801 801
   {
802
-    $this->title = $title;
802
+	$this->title = $title;
803 803
   }
804 804
   public function getTitle()
805 805
   {
806
-    return $this->title;
806
+	return $this->title;
807 807
   }
808 808
   public function setUpdated($updated)
809 809
   {
810
-    $this->updated = $updated;
810
+	$this->updated = $updated;
811 811
   }
812 812
   public function getUpdated()
813 813
   {
814
-    return $this->updated;
814
+	return $this->updated;
815 815
   }
816 816
 }
817 817
 
@@ -829,35 +829,35 @@  discard block
 block discarded – undo
829 829
 
830 830
   public function setEtag($etag)
831 831
   {
832
-    $this->etag = $etag;
832
+	$this->etag = $etag;
833 833
   }
834 834
   public function getEtag()
835 835
   {
836
-    return $this->etag;
836
+	return $this->etag;
837 837
   }
838 838
   public function setItems($items)
839 839
   {
840
-    $this->items = $items;
840
+	$this->items = $items;
841 841
   }
842 842
   public function getItems()
843 843
   {
844
-    return $this->items;
844
+	return $this->items;
845 845
   }
846 846
   public function setKind($kind)
847 847
   {
848
-    $this->kind = $kind;
848
+	$this->kind = $kind;
849 849
   }
850 850
   public function getKind()
851 851
   {
852
-    return $this->kind;
852
+	return $this->kind;
853 853
   }
854 854
   public function setNextPageToken($nextPageToken)
855 855
   {
856
-    $this->nextPageToken = $nextPageToken;
856
+	$this->nextPageToken = $nextPageToken;
857 857
   }
858 858
   public function getNextPageToken()
859 859
   {
860
-    return $this->nextPageToken;
860
+	return $this->nextPageToken;
861 861
   }
862 862
 }
863 863
 
@@ -875,34 +875,34 @@  discard block
 block discarded – undo
875 875
 
876 876
   public function setEtag($etag)
877 877
   {
878
-    $this->etag = $etag;
878
+	$this->etag = $etag;
879 879
   }
880 880
   public function getEtag()
881 881
   {
882
-    return $this->etag;
882
+	return $this->etag;
883 883
   }
884 884
   public function setItems($items)
885 885
   {
886
-    $this->items = $items;
886
+	$this->items = $items;
887 887
   }
888 888
   public function getItems()
889 889
   {
890
-    return $this->items;
890
+	return $this->items;
891 891
   }
892 892
   public function setKind($kind)
893 893
   {
894
-    $this->kind = $kind;
894
+	$this->kind = $kind;
895 895
   }
896 896
   public function getKind()
897 897
   {
898
-    return $this->kind;
898
+	return $this->kind;
899 899
   }
900 900
   public function setNextPageToken($nextPageToken)
901 901
   {
902
-    $this->nextPageToken = $nextPageToken;
902
+	$this->nextPageToken = $nextPageToken;
903 903
   }
904 904
   public function getNextPageToken()
905 905
   {
906
-    return $this->nextPageToken;
906
+	return $this->nextPageToken;
907 907
   }
908 908
 }
Please login to merge, or discard this patch.
Spacing   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
                   'required' => true,
71 71
                 ),
72 72
               ),
73
-            ),'get' => array(
73
+            ), 'get' => array(
74 74
               'path' => 'users/@me/lists/{tasklist}',
75 75
               'httpMethod' => 'GET',
76 76
               'parameters' => array(
@@ -80,11 +80,11 @@  discard block
 block discarded – undo
80 80
                   'required' => true,
81 81
                 ),
82 82
               ),
83
-            ),'insert' => array(
83
+            ), 'insert' => array(
84 84
               'path' => 'users/@me/lists',
85 85
               'httpMethod' => 'POST',
86 86
               'parameters' => array(),
87
-            ),'list' => array(
87
+            ), 'list' => array(
88 88
               'path' => 'users/@me/lists',
89 89
               'httpMethod' => 'GET',
90 90
               'parameters' => array(
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
                   'type' => 'string',
98 98
                 ),
99 99
               ),
100
-            ),'patch' => array(
100
+            ), 'patch' => array(
101 101
               'path' => 'users/@me/lists/{tasklist}',
102 102
               'httpMethod' => 'PATCH',
103 103
               'parameters' => array(
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
                   'required' => true,
108 108
                 ),
109 109
               ),
110
-            ),'update' => array(
110
+            ), 'update' => array(
111 111
               'path' => 'users/@me/lists/{tasklist}',
112 112
               'httpMethod' => 'PUT',
113 113
               'parameters' => array(
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
                   'required' => true,
138 138
                 ),
139 139
               ),
140
-            ),'delete' => array(
140
+            ), 'delete' => array(
141 141
               'path' => 'lists/{tasklist}/tasks/{task}',
142 142
               'httpMethod' => 'DELETE',
143 143
               'parameters' => array(
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
                   'required' => true,
153 153
                 ),
154 154
               ),
155
-            ),'get' => array(
155
+            ), 'get' => array(
156 156
               'path' => 'lists/{tasklist}/tasks/{task}',
157 157
               'httpMethod' => 'GET',
158 158
               'parameters' => array(
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
                   'required' => true,
168 168
                 ),
169 169
               ),
170
-            ),'insert' => array(
170
+            ), 'insert' => array(
171 171
               'path' => 'lists/{tasklist}/tasks',
172 172
               'httpMethod' => 'POST',
173 173
               'parameters' => array(
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
                   'type' => 'string',
186 186
                 ),
187 187
               ),
188
-            ),'list' => array(
188
+            ), 'list' => array(
189 189
               'path' => 'lists/{tasklist}/tasks',
190 190
               'httpMethod' => 'GET',
191 191
               'parameters' => array(
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
                   'type' => 'string',
236 236
                 ),
237 237
               ),
238
-            ),'move' => array(
238
+            ), 'move' => array(
239 239
               'path' => 'lists/{tasklist}/tasks/{task}/move',
240 240
               'httpMethod' => 'POST',
241 241
               'parameters' => array(
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
258 258
                   'type' => 'string',
259 259
                 ),
260 260
               ),
261
-            ),'patch' => array(
261
+            ), 'patch' => array(
262 262
               'path' => 'lists/{tasklist}/tasks/{task}',
263 263
               'httpMethod' => 'PATCH',
264 264
               'parameters' => array(
@@ -273,7 +273,7 @@  discard block
 block discarded – undo
273 273
                   'required' => true,
274 274
                 ),
275 275
               ),
276
-            ),'update' => array(
276
+            ), 'update' => array(
277 277
               'path' => 'lists/{tasklist}/tasks/{task}',
278 278
               'httpMethod' => 'PUT',
279 279
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/Urlshortener.php 3 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
   /**
126 126
    * Creates a new short URL. (url.insert)
127 127
    *
128
-   * @param Google_Url $postBody
128
+   * @param Google_Service_Urlshortener_Url $postBody
129 129
    * @param array $optParams Optional parameters.
130 130
    * @return Google_Service_Urlshortener_Url
131 131
    */
Please login to merge, or discard this patch.
Indentation   +104 added lines, -104 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage your goo.gl short URLs. */
34 34
   const URLSHORTENER =
35
-      "https://www.googleapis.com/auth/urlshortener";
35
+	  "https://www.googleapis.com/auth/urlshortener";
36 36
 
37 37
   public $url;
38 38
   
@@ -44,53 +44,53 @@  discard block
 block discarded – undo
44 44
    */
45 45
   public function __construct(Google_Client $client)
46 46
   {
47
-    parent::__construct($client);
48
-    $this->rootUrl = 'https://www.googleapis.com/';
49
-    $this->servicePath = 'urlshortener/v1/';
50
-    $this->version = 'v1';
51
-    $this->serviceName = 'urlshortener';
47
+	parent::__construct($client);
48
+	$this->rootUrl = 'https://www.googleapis.com/';
49
+	$this->servicePath = 'urlshortener/v1/';
50
+	$this->version = 'v1';
51
+	$this->serviceName = 'urlshortener';
52 52
 
53
-    $this->url = new Google_Service_Urlshortener_Url_Resource(
54
-        $this,
55
-        $this->serviceName,
56
-        'url',
57
-        array(
58
-          'methods' => array(
59
-            'get' => array(
60
-              'path' => 'url',
61
-              'httpMethod' => 'GET',
62
-              'parameters' => array(
63
-                'shortUrl' => array(
64
-                  'location' => 'query',
65
-                  'type' => 'string',
66
-                  'required' => true,
67
-                ),
68
-                'projection' => array(
69
-                  'location' => 'query',
70
-                  'type' => 'string',
71
-                ),
72
-              ),
73
-            ),'insert' => array(
74
-              'path' => 'url',
75
-              'httpMethod' => 'POST',
76
-              'parameters' => array(),
77
-            ),'list' => array(
78
-              'path' => 'url/history',
79
-              'httpMethod' => 'GET',
80
-              'parameters' => array(
81
-                'start-token' => array(
82
-                  'location' => 'query',
83
-                  'type' => 'string',
84
-                ),
85
-                'projection' => array(
86
-                  'location' => 'query',
87
-                  'type' => 'string',
88
-                ),
89
-              ),
90
-            ),
91
-          )
92
-        )
93
-    );
53
+	$this->url = new Google_Service_Urlshortener_Url_Resource(
54
+		$this,
55
+		$this->serviceName,
56
+		'url',
57
+		array(
58
+		  'methods' => array(
59
+			'get' => array(
60
+			  'path' => 'url',
61
+			  'httpMethod' => 'GET',
62
+			  'parameters' => array(
63
+				'shortUrl' => array(
64
+				  'location' => 'query',
65
+				  'type' => 'string',
66
+				  'required' => true,
67
+				),
68
+				'projection' => array(
69
+				  'location' => 'query',
70
+				  'type' => 'string',
71
+				),
72
+			  ),
73
+			),'insert' => array(
74
+			  'path' => 'url',
75
+			  'httpMethod' => 'POST',
76
+			  'parameters' => array(),
77
+			),'list' => array(
78
+			  'path' => 'url/history',
79
+			  'httpMethod' => 'GET',
80
+			  'parameters' => array(
81
+				'start-token' => array(
82
+				  'location' => 'query',
83
+				  'type' => 'string',
84
+				),
85
+				'projection' => array(
86
+				  'location' => 'query',
87
+				  'type' => 'string',
88
+				),
89
+			  ),
90
+			),
91
+		  )
92
+		)
93
+	);
94 94
   }
95 95
 }
96 96
 
@@ -117,9 +117,9 @@  discard block
 block discarded – undo
117 117
    */
118 118
   public function get($shortUrl, $optParams = array())
119 119
   {
120
-    $params = array('shortUrl' => $shortUrl);
121
-    $params = array_merge($params, $optParams);
122
-    return $this->call('get', array($params), "Google_Service_Urlshortener_Url");
120
+	$params = array('shortUrl' => $shortUrl);
121
+	$params = array_merge($params, $optParams);
122
+	return $this->call('get', array($params), "Google_Service_Urlshortener_Url");
123 123
   }
124 124
 
125 125
   /**
@@ -131,9 +131,9 @@  discard block
 block discarded – undo
131 131
    */
132 132
   public function insert(Google_Service_Urlshortener_Url $postBody, $optParams = array())
133 133
   {
134
-    $params = array('postBody' => $postBody);
135
-    $params = array_merge($params, $optParams);
136
-    return $this->call('insert', array($params), "Google_Service_Urlshortener_Url");
134
+	$params = array('postBody' => $postBody);
135
+	$params = array_merge($params, $optParams);
136
+	return $this->call('insert', array($params), "Google_Service_Urlshortener_Url");
137 137
   }
138 138
 
139 139
   /**
@@ -148,9 +148,9 @@  discard block
 block discarded – undo
148 148
    */
149 149
   public function listUrl($optParams = array())
150 150
   {
151
-    $params = array();
152
-    $params = array_merge($params, $optParams);
153
-    return $this->call('list', array($params), "Google_Service_Urlshortener_UrlHistory");
151
+	$params = array();
152
+	$params = array_merge($params, $optParams);
153
+	return $this->call('list', array($params), "Google_Service_Urlshortener_UrlHistory");
154 154
   }
155 155
 }
156 156
 
@@ -176,51 +176,51 @@  discard block
 block discarded – undo
176 176
 
177 177
   public function setBrowsers($browsers)
178 178
   {
179
-    $this->browsers = $browsers;
179
+	$this->browsers = $browsers;
180 180
   }
181 181
   public function getBrowsers()
182 182
   {
183
-    return $this->browsers;
183
+	return $this->browsers;
184 184
   }
185 185
   public function setCountries($countries)
186 186
   {
187
-    $this->countries = $countries;
187
+	$this->countries = $countries;
188 188
   }
189 189
   public function getCountries()
190 190
   {
191
-    return $this->countries;
191
+	return $this->countries;
192 192
   }
193 193
   public function setLongUrlClicks($longUrlClicks)
194 194
   {
195
-    $this->longUrlClicks = $longUrlClicks;
195
+	$this->longUrlClicks = $longUrlClicks;
196 196
   }
197 197
   public function getLongUrlClicks()
198 198
   {
199
-    return $this->longUrlClicks;
199
+	return $this->longUrlClicks;
200 200
   }
201 201
   public function setPlatforms($platforms)
202 202
   {
203
-    $this->platforms = $platforms;
203
+	$this->platforms = $platforms;
204 204
   }
205 205
   public function getPlatforms()
206 206
   {
207
-    return $this->platforms;
207
+	return $this->platforms;
208 208
   }
209 209
   public function setReferrers($referrers)
210 210
   {
211
-    $this->referrers = $referrers;
211
+	$this->referrers = $referrers;
212 212
   }
213 213
   public function getReferrers()
214 214
   {
215
-    return $this->referrers;
215
+	return $this->referrers;
216 216
   }
217 217
   public function setShortUrlClicks($shortUrlClicks)
218 218
   {
219
-    $this->shortUrlClicks = $shortUrlClicks;
219
+	$this->shortUrlClicks = $shortUrlClicks;
220 220
   }
221 221
   public function getShortUrlClicks()
222 222
   {
223
-    return $this->shortUrlClicks;
223
+	return $this->shortUrlClicks;
224 224
   }
225 225
 }
226 226
 
@@ -242,43 +242,43 @@  discard block
 block discarded – undo
242 242
 
243 243
   public function setAllTime(Google_Service_Urlshortener_AnalyticsSnapshot $allTime)
244 244
   {
245
-    $this->allTime = $allTime;
245
+	$this->allTime = $allTime;
246 246
   }
247 247
   public function getAllTime()
248 248
   {
249
-    return $this->allTime;
249
+	return $this->allTime;
250 250
   }
251 251
   public function setDay(Google_Service_Urlshortener_AnalyticsSnapshot $day)
252 252
   {
253
-    $this->day = $day;
253
+	$this->day = $day;
254 254
   }
255 255
   public function getDay()
256 256
   {
257
-    return $this->day;
257
+	return $this->day;
258 258
   }
259 259
   public function setMonth(Google_Service_Urlshortener_AnalyticsSnapshot $month)
260 260
   {
261
-    $this->month = $month;
261
+	$this->month = $month;
262 262
   }
263 263
   public function getMonth()
264 264
   {
265
-    return $this->month;
265
+	return $this->month;
266 266
   }
267 267
   public function setTwoHours(Google_Service_Urlshortener_AnalyticsSnapshot $twoHours)
268 268
   {
269
-    $this->twoHours = $twoHours;
269
+	$this->twoHours = $twoHours;
270 270
   }
271 271
   public function getTwoHours()
272 272
   {
273
-    return $this->twoHours;
273
+	return $this->twoHours;
274 274
   }
275 275
   public function setWeek(Google_Service_Urlshortener_AnalyticsSnapshot $week)
276 276
   {
277
-    $this->week = $week;
277
+	$this->week = $week;
278 278
   }
279 279
   public function getWeek()
280 280
   {
281
-    return $this->week;
281
+	return $this->week;
282 282
   }
283 283
 }
284 284
 
@@ -292,19 +292,19 @@  discard block
 block discarded – undo
292 292
 
293 293
   public function setCount($count)
294 294
   {
295
-    $this->count = $count;
295
+	$this->count = $count;
296 296
   }
297 297
   public function getCount()
298 298
   {
299
-    return $this->count;
299
+	return $this->count;
300 300
   }
301 301
   public function setId($id)
302 302
   {
303
-    $this->id = $id;
303
+	$this->id = $id;
304 304
   }
305 305
   public function getId()
306 306
   {
307
-    return $this->id;
307
+	return $this->id;
308 308
   }
309 309
 }
310 310
 
@@ -323,51 +323,51 @@  discard block
 block discarded – undo
323 323
 
324 324
   public function setAnalytics(Google_Service_Urlshortener_AnalyticsSummary $analytics)
325 325
   {
326
-    $this->analytics = $analytics;
326
+	$this->analytics = $analytics;
327 327
   }
328 328
   public function getAnalytics()
329 329
   {
330
-    return $this->analytics;
330
+	return $this->analytics;
331 331
   }
332 332
   public function setCreated($created)
333 333
   {
334
-    $this->created = $created;
334
+	$this->created = $created;
335 335
   }
336 336
   public function getCreated()
337 337
   {
338
-    return $this->created;
338
+	return $this->created;
339 339
   }
340 340
   public function setId($id)
341 341
   {
342
-    $this->id = $id;
342
+	$this->id = $id;
343 343
   }
344 344
   public function getId()
345 345
   {
346
-    return $this->id;
346
+	return $this->id;
347 347
   }
348 348
   public function setKind($kind)
349 349
   {
350
-    $this->kind = $kind;
350
+	$this->kind = $kind;
351 351
   }
352 352
   public function getKind()
353 353
   {
354
-    return $this->kind;
354
+	return $this->kind;
355 355
   }
356 356
   public function setLongUrl($longUrl)
357 357
   {
358
-    $this->longUrl = $longUrl;
358
+	$this->longUrl = $longUrl;
359 359
   }
360 360
   public function getLongUrl()
361 361
   {
362
-    return $this->longUrl;
362
+	return $this->longUrl;
363 363
   }
364 364
   public function setStatus($status)
365 365
   {
366
-    $this->status = $status;
366
+	$this->status = $status;
367 367
   }
368 368
   public function getStatus()
369 369
   {
370
-    return $this->status;
370
+	return $this->status;
371 371
   }
372 372
 }
373 373
 
@@ -386,42 +386,42 @@  discard block
 block discarded – undo
386 386
 
387 387
   public function setItems($items)
388 388
   {
389
-    $this->items = $items;
389
+	$this->items = $items;
390 390
   }
391 391
   public function getItems()
392 392
   {
393
-    return $this->items;
393
+	return $this->items;
394 394
   }
395 395
   public function setItemsPerPage($itemsPerPage)
396 396
   {
397
-    $this->itemsPerPage = $itemsPerPage;
397
+	$this->itemsPerPage = $itemsPerPage;
398 398
   }
399 399
   public function getItemsPerPage()
400 400
   {
401
-    return $this->itemsPerPage;
401
+	return $this->itemsPerPage;
402 402
   }
403 403
   public function setKind($kind)
404 404
   {
405
-    $this->kind = $kind;
405
+	$this->kind = $kind;
406 406
   }
407 407
   public function getKind()
408 408
   {
409
-    return $this->kind;
409
+	return $this->kind;
410 410
   }
411 411
   public function setNextPageToken($nextPageToken)
412 412
   {
413
-    $this->nextPageToken = $nextPageToken;
413
+	$this->nextPageToken = $nextPageToken;
414 414
   }
415 415
   public function getNextPageToken()
416 416
   {
417
-    return $this->nextPageToken;
417
+	return $this->nextPageToken;
418 418
   }
419 419
   public function setTotalItems($totalItems)
420 420
   {
421
-    $this->totalItems = $totalItems;
421
+	$this->totalItems = $totalItems;
422 422
   }
423 423
   public function getTotalItems()
424 424
   {
425
-    return $this->totalItems;
425
+	return $this->totalItems;
426 426
   }
427 427
 }
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,11 +70,11 @@
 block discarded – undo
70 70
                   'type' => 'string',
71 71
                 ),
72 72
               ),
73
-            ),'insert' => array(
73
+            ), 'insert' => array(
74 74
               'path' => 'url',
75 75
               'httpMethod' => 'POST',
76 76
               'parameters' => array(),
77
-            ),'list' => array(
77
+            ), 'list' => array(
78 78
               'path' => 'url/history',
79 79
               'httpMethod' => 'GET',
80 80
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Webmasters.php 3 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -331,7 +331,7 @@
 block discarded – undo
331 331
    *
332 332
    * @param string $siteUrl The site's URL, including protocol. For example:
333 333
    * http://www.example.com/
334
-   * @param Google_SearchAnalyticsQueryRequest $postBody
334
+   * @param Google_Service_Webmasters_SearchAnalyticsQueryRequest $postBody
335 335
    * @param array $optParams Optional parameters.
336 336
    * @return Google_Service_Webmasters_SearchAnalyticsQueryResponse
337 337
    */
Please login to merge, or discard this patch.
Indentation   +392 added lines, -392 removed lines patch added patch discarded remove patch
@@ -32,10 +32,10 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and modify Webmaster Tools data for your verified sites. */
34 34
   const WEBMASTERS =
35
-      "https://www.googleapis.com/auth/webmasters";
35
+	  "https://www.googleapis.com/auth/webmasters";
36 36
   /** View Webmaster Tools data for your verified sites. */
37 37
   const WEBMASTERS_READONLY =
38
-      "https://www.googleapis.com/auth/webmasters.readonly";
38
+	  "https://www.googleapis.com/auth/webmasters.readonly";
39 39
 
40 40
   public $searchanalytics;
41 41
   public $sitemaps;
@@ -51,257 +51,257 @@  discard block
 block discarded – undo
51 51
    */
52 52
   public function __construct(Google_Client $client)
53 53
   {
54
-    parent::__construct($client);
55
-    $this->rootUrl = 'https://www.googleapis.com/';
56
-    $this->servicePath = 'webmasters/v3/';
57
-    $this->version = 'v3';
58
-    $this->serviceName = 'webmasters';
59
-
60
-    $this->searchanalytics = new Google_Service_Webmasters_Searchanalytics_Resource(
61
-        $this,
62
-        $this->serviceName,
63
-        'searchanalytics',
64
-        array(
65
-          'methods' => array(
66
-            'query' => array(
67
-              'path' => 'sites/{siteUrl}/searchAnalytics/query',
68
-              'httpMethod' => 'POST',
69
-              'parameters' => array(
70
-                'siteUrl' => array(
71
-                  'location' => 'path',
72
-                  'type' => 'string',
73
-                  'required' => true,
74
-                ),
75
-              ),
76
-            ),
77
-          )
78
-        )
79
-    );
80
-    $this->sitemaps = new Google_Service_Webmasters_Sitemaps_Resource(
81
-        $this,
82
-        $this->serviceName,
83
-        'sitemaps',
84
-        array(
85
-          'methods' => array(
86
-            'delete' => array(
87
-              'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
88
-              'httpMethod' => 'DELETE',
89
-              'parameters' => array(
90
-                'siteUrl' => array(
91
-                  'location' => 'path',
92
-                  'type' => 'string',
93
-                  'required' => true,
94
-                ),
95
-                'feedpath' => array(
96
-                  'location' => 'path',
97
-                  'type' => 'string',
98
-                  'required' => true,
99
-                ),
100
-              ),
101
-            ),'get' => array(
102
-              'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
103
-              'httpMethod' => 'GET',
104
-              'parameters' => array(
105
-                'siteUrl' => array(
106
-                  'location' => 'path',
107
-                  'type' => 'string',
108
-                  'required' => true,
109
-                ),
110
-                'feedpath' => array(
111
-                  'location' => 'path',
112
-                  'type' => 'string',
113
-                  'required' => true,
114
-                ),
115
-              ),
116
-            ),'list' => array(
117
-              'path' => 'sites/{siteUrl}/sitemaps',
118
-              'httpMethod' => 'GET',
119
-              'parameters' => array(
120
-                'siteUrl' => array(
121
-                  'location' => 'path',
122
-                  'type' => 'string',
123
-                  'required' => true,
124
-                ),
125
-                'sitemapIndex' => array(
126
-                  'location' => 'query',
127
-                  'type' => 'string',
128
-                ),
129
-              ),
130
-            ),'submit' => array(
131
-              'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
132
-              'httpMethod' => 'PUT',
133
-              'parameters' => array(
134
-                'siteUrl' => array(
135
-                  'location' => 'path',
136
-                  'type' => 'string',
137
-                  'required' => true,
138
-                ),
139
-                'feedpath' => array(
140
-                  'location' => 'path',
141
-                  'type' => 'string',
142
-                  'required' => true,
143
-                ),
144
-              ),
145
-            ),
146
-          )
147
-        )
148
-    );
149
-    $this->sites = new Google_Service_Webmasters_Sites_Resource(
150
-        $this,
151
-        $this->serviceName,
152
-        'sites',
153
-        array(
154
-          'methods' => array(
155
-            'add' => array(
156
-              'path' => 'sites/{siteUrl}',
157
-              'httpMethod' => 'PUT',
158
-              'parameters' => array(
159
-                'siteUrl' => array(
160
-                  'location' => 'path',
161
-                  'type' => 'string',
162
-                  'required' => true,
163
-                ),
164
-              ),
165
-            ),'delete' => array(
166
-              'path' => 'sites/{siteUrl}',
167
-              'httpMethod' => 'DELETE',
168
-              'parameters' => array(
169
-                'siteUrl' => array(
170
-                  'location' => 'path',
171
-                  'type' => 'string',
172
-                  'required' => true,
173
-                ),
174
-              ),
175
-            ),'get' => array(
176
-              'path' => 'sites/{siteUrl}',
177
-              'httpMethod' => 'GET',
178
-              'parameters' => array(
179
-                'siteUrl' => array(
180
-                  'location' => 'path',
181
-                  'type' => 'string',
182
-                  'required' => true,
183
-                ),
184
-              ),
185
-            ),'list' => array(
186
-              'path' => 'sites',
187
-              'httpMethod' => 'GET',
188
-              'parameters' => array(),
189
-            ),
190
-          )
191
-        )
192
-    );
193
-    $this->urlcrawlerrorscounts = new Google_Service_Webmasters_Urlcrawlerrorscounts_Resource(
194
-        $this,
195
-        $this->serviceName,
196
-        'urlcrawlerrorscounts',
197
-        array(
198
-          'methods' => array(
199
-            'query' => array(
200
-              'path' => 'sites/{siteUrl}/urlCrawlErrorsCounts/query',
201
-              'httpMethod' => 'GET',
202
-              'parameters' => array(
203
-                'siteUrl' => array(
204
-                  'location' => 'path',
205
-                  'type' => 'string',
206
-                  'required' => true,
207
-                ),
208
-                'category' => array(
209
-                  'location' => 'query',
210
-                  'type' => 'string',
211
-                ),
212
-                'platform' => array(
213
-                  'location' => 'query',
214
-                  'type' => 'string',
215
-                ),
216
-                'latestCountsOnly' => array(
217
-                  'location' => 'query',
218
-                  'type' => 'boolean',
219
-                ),
220
-              ),
221
-            ),
222
-          )
223
-        )
224
-    );
225
-    $this->urlcrawlerrorssamples = new Google_Service_Webmasters_Urlcrawlerrorssamples_Resource(
226
-        $this,
227
-        $this->serviceName,
228
-        'urlcrawlerrorssamples',
229
-        array(
230
-          'methods' => array(
231
-            'get' => array(
232
-              'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples/{url}',
233
-              'httpMethod' => 'GET',
234
-              'parameters' => array(
235
-                'siteUrl' => array(
236
-                  'location' => 'path',
237
-                  'type' => 'string',
238
-                  'required' => true,
239
-                ),
240
-                'url' => array(
241
-                  'location' => 'path',
242
-                  'type' => 'string',
243
-                  'required' => true,
244
-                ),
245
-                'category' => array(
246
-                  'location' => 'query',
247
-                  'type' => 'string',
248
-                  'required' => true,
249
-                ),
250
-                'platform' => array(
251
-                  'location' => 'query',
252
-                  'type' => 'string',
253
-                  'required' => true,
254
-                ),
255
-              ),
256
-            ),'list' => array(
257
-              'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples',
258
-              'httpMethod' => 'GET',
259
-              'parameters' => array(
260
-                'siteUrl' => array(
261
-                  'location' => 'path',
262
-                  'type' => 'string',
263
-                  'required' => true,
264
-                ),
265
-                'category' => array(
266
-                  'location' => 'query',
267
-                  'type' => 'string',
268
-                  'required' => true,
269
-                ),
270
-                'platform' => array(
271
-                  'location' => 'query',
272
-                  'type' => 'string',
273
-                  'required' => true,
274
-                ),
275
-              ),
276
-            ),'markAsFixed' => array(
277
-              'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples/{url}',
278
-              'httpMethod' => 'DELETE',
279
-              'parameters' => array(
280
-                'siteUrl' => array(
281
-                  'location' => 'path',
282
-                  'type' => 'string',
283
-                  'required' => true,
284
-                ),
285
-                'url' => array(
286
-                  'location' => 'path',
287
-                  'type' => 'string',
288
-                  'required' => true,
289
-                ),
290
-                'category' => array(
291
-                  'location' => 'query',
292
-                  'type' => 'string',
293
-                  'required' => true,
294
-                ),
295
-                'platform' => array(
296
-                  'location' => 'query',
297
-                  'type' => 'string',
298
-                  'required' => true,
299
-                ),
300
-              ),
301
-            ),
302
-          )
303
-        )
304
-    );
54
+	parent::__construct($client);
55
+	$this->rootUrl = 'https://www.googleapis.com/';
56
+	$this->servicePath = 'webmasters/v3/';
57
+	$this->version = 'v3';
58
+	$this->serviceName = 'webmasters';
59
+
60
+	$this->searchanalytics = new Google_Service_Webmasters_Searchanalytics_Resource(
61
+		$this,
62
+		$this->serviceName,
63
+		'searchanalytics',
64
+		array(
65
+		  'methods' => array(
66
+			'query' => array(
67
+			  'path' => 'sites/{siteUrl}/searchAnalytics/query',
68
+			  'httpMethod' => 'POST',
69
+			  'parameters' => array(
70
+				'siteUrl' => array(
71
+				  'location' => 'path',
72
+				  'type' => 'string',
73
+				  'required' => true,
74
+				),
75
+			  ),
76
+			),
77
+		  )
78
+		)
79
+	);
80
+	$this->sitemaps = new Google_Service_Webmasters_Sitemaps_Resource(
81
+		$this,
82
+		$this->serviceName,
83
+		'sitemaps',
84
+		array(
85
+		  'methods' => array(
86
+			'delete' => array(
87
+			  'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
88
+			  'httpMethod' => 'DELETE',
89
+			  'parameters' => array(
90
+				'siteUrl' => array(
91
+				  'location' => 'path',
92
+				  'type' => 'string',
93
+				  'required' => true,
94
+				),
95
+				'feedpath' => array(
96
+				  'location' => 'path',
97
+				  'type' => 'string',
98
+				  'required' => true,
99
+				),
100
+			  ),
101
+			),'get' => array(
102
+			  'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
103
+			  'httpMethod' => 'GET',
104
+			  'parameters' => array(
105
+				'siteUrl' => array(
106
+				  'location' => 'path',
107
+				  'type' => 'string',
108
+				  'required' => true,
109
+				),
110
+				'feedpath' => array(
111
+				  'location' => 'path',
112
+				  'type' => 'string',
113
+				  'required' => true,
114
+				),
115
+			  ),
116
+			),'list' => array(
117
+			  'path' => 'sites/{siteUrl}/sitemaps',
118
+			  'httpMethod' => 'GET',
119
+			  'parameters' => array(
120
+				'siteUrl' => array(
121
+				  'location' => 'path',
122
+				  'type' => 'string',
123
+				  'required' => true,
124
+				),
125
+				'sitemapIndex' => array(
126
+				  'location' => 'query',
127
+				  'type' => 'string',
128
+				),
129
+			  ),
130
+			),'submit' => array(
131
+			  'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
132
+			  'httpMethod' => 'PUT',
133
+			  'parameters' => array(
134
+				'siteUrl' => array(
135
+				  'location' => 'path',
136
+				  'type' => 'string',
137
+				  'required' => true,
138
+				),
139
+				'feedpath' => array(
140
+				  'location' => 'path',
141
+				  'type' => 'string',
142
+				  'required' => true,
143
+				),
144
+			  ),
145
+			),
146
+		  )
147
+		)
148
+	);
149
+	$this->sites = new Google_Service_Webmasters_Sites_Resource(
150
+		$this,
151
+		$this->serviceName,
152
+		'sites',
153
+		array(
154
+		  'methods' => array(
155
+			'add' => array(
156
+			  'path' => 'sites/{siteUrl}',
157
+			  'httpMethod' => 'PUT',
158
+			  'parameters' => array(
159
+				'siteUrl' => array(
160
+				  'location' => 'path',
161
+				  'type' => 'string',
162
+				  'required' => true,
163
+				),
164
+			  ),
165
+			),'delete' => array(
166
+			  'path' => 'sites/{siteUrl}',
167
+			  'httpMethod' => 'DELETE',
168
+			  'parameters' => array(
169
+				'siteUrl' => array(
170
+				  'location' => 'path',
171
+				  'type' => 'string',
172
+				  'required' => true,
173
+				),
174
+			  ),
175
+			),'get' => array(
176
+			  'path' => 'sites/{siteUrl}',
177
+			  'httpMethod' => 'GET',
178
+			  'parameters' => array(
179
+				'siteUrl' => array(
180
+				  'location' => 'path',
181
+				  'type' => 'string',
182
+				  'required' => true,
183
+				),
184
+			  ),
185
+			),'list' => array(
186
+			  'path' => 'sites',
187
+			  'httpMethod' => 'GET',
188
+			  'parameters' => array(),
189
+			),
190
+		  )
191
+		)
192
+	);
193
+	$this->urlcrawlerrorscounts = new Google_Service_Webmasters_Urlcrawlerrorscounts_Resource(
194
+		$this,
195
+		$this->serviceName,
196
+		'urlcrawlerrorscounts',
197
+		array(
198
+		  'methods' => array(
199
+			'query' => array(
200
+			  'path' => 'sites/{siteUrl}/urlCrawlErrorsCounts/query',
201
+			  'httpMethod' => 'GET',
202
+			  'parameters' => array(
203
+				'siteUrl' => array(
204
+				  'location' => 'path',
205
+				  'type' => 'string',
206
+				  'required' => true,
207
+				),
208
+				'category' => array(
209
+				  'location' => 'query',
210
+				  'type' => 'string',
211
+				),
212
+				'platform' => array(
213
+				  'location' => 'query',
214
+				  'type' => 'string',
215
+				),
216
+				'latestCountsOnly' => array(
217
+				  'location' => 'query',
218
+				  'type' => 'boolean',
219
+				),
220
+			  ),
221
+			),
222
+		  )
223
+		)
224
+	);
225
+	$this->urlcrawlerrorssamples = new Google_Service_Webmasters_Urlcrawlerrorssamples_Resource(
226
+		$this,
227
+		$this->serviceName,
228
+		'urlcrawlerrorssamples',
229
+		array(
230
+		  'methods' => array(
231
+			'get' => array(
232
+			  'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples/{url}',
233
+			  'httpMethod' => 'GET',
234
+			  'parameters' => array(
235
+				'siteUrl' => array(
236
+				  'location' => 'path',
237
+				  'type' => 'string',
238
+				  'required' => true,
239
+				),
240
+				'url' => array(
241
+				  'location' => 'path',
242
+				  'type' => 'string',
243
+				  'required' => true,
244
+				),
245
+				'category' => array(
246
+				  'location' => 'query',
247
+				  'type' => 'string',
248
+				  'required' => true,
249
+				),
250
+				'platform' => array(
251
+				  'location' => 'query',
252
+				  'type' => 'string',
253
+				  'required' => true,
254
+				),
255
+			  ),
256
+			),'list' => array(
257
+			  'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples',
258
+			  'httpMethod' => 'GET',
259
+			  'parameters' => array(
260
+				'siteUrl' => array(
261
+				  'location' => 'path',
262
+				  'type' => 'string',
263
+				  'required' => true,
264
+				),
265
+				'category' => array(
266
+				  'location' => 'query',
267
+				  'type' => 'string',
268
+				  'required' => true,
269
+				),
270
+				'platform' => array(
271
+				  'location' => 'query',
272
+				  'type' => 'string',
273
+				  'required' => true,
274
+				),
275
+			  ),
276
+			),'markAsFixed' => array(
277
+			  'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples/{url}',
278
+			  'httpMethod' => 'DELETE',
279
+			  'parameters' => array(
280
+				'siteUrl' => array(
281
+				  'location' => 'path',
282
+				  'type' => 'string',
283
+				  'required' => true,
284
+				),
285
+				'url' => array(
286
+				  'location' => 'path',
287
+				  'type' => 'string',
288
+				  'required' => true,
289
+				),
290
+				'category' => array(
291
+				  'location' => 'query',
292
+				  'type' => 'string',
293
+				  'required' => true,
294
+				),
295
+				'platform' => array(
296
+				  'location' => 'query',
297
+				  'type' => 'string',
298
+				  'required' => true,
299
+				),
300
+			  ),
301
+			),
302
+		  )
303
+		)
304
+	);
305 305
   }
306 306
 }
307 307
 
@@ -337,9 +337,9 @@  discard block
 block discarded – undo
337 337
    */
338 338
   public function query($siteUrl, Google_Service_Webmasters_SearchAnalyticsQueryRequest $postBody, $optParams = array())
339 339
   {
340
-    $params = array('siteUrl' => $siteUrl, 'postBody' => $postBody);
341
-    $params = array_merge($params, $optParams);
342
-    return $this->call('query', array($params), "Google_Service_Webmasters_SearchAnalyticsQueryResponse");
340
+	$params = array('siteUrl' => $siteUrl, 'postBody' => $postBody);
341
+	$params = array_merge($params, $optParams);
342
+	return $this->call('query', array($params), "Google_Service_Webmasters_SearchAnalyticsQueryResponse");
343 343
   }
344 344
 }
345 345
 
@@ -365,9 +365,9 @@  discard block
 block discarded – undo
365 365
    */
366 366
   public function delete($siteUrl, $feedpath, $optParams = array())
367 367
   {
368
-    $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath);
369
-    $params = array_merge($params, $optParams);
370
-    return $this->call('delete', array($params));
368
+	$params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath);
369
+	$params = array_merge($params, $optParams);
370
+	return $this->call('delete', array($params));
371 371
   }
372 372
 
373 373
   /**
@@ -382,9 +382,9 @@  discard block
 block discarded – undo
382 382
    */
383 383
   public function get($siteUrl, $feedpath, $optParams = array())
384 384
   {
385
-    $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath);
386
-    $params = array_merge($params, $optParams);
387
-    return $this->call('get', array($params), "Google_Service_Webmasters_WmxSitemap");
385
+	$params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath);
386
+	$params = array_merge($params, $optParams);
387
+	return $this->call('get', array($params), "Google_Service_Webmasters_WmxSitemap");
388 388
   }
389 389
 
390 390
   /**
@@ -402,9 +402,9 @@  discard block
 block discarded – undo
402 402
    */
403 403
   public function listSitemaps($siteUrl, $optParams = array())
404 404
   {
405
-    $params = array('siteUrl' => $siteUrl);
406
-    $params = array_merge($params, $optParams);
407
-    return $this->call('list', array($params), "Google_Service_Webmasters_SitemapsListResponse");
405
+	$params = array('siteUrl' => $siteUrl);
406
+	$params = array_merge($params, $optParams);
407
+	return $this->call('list', array($params), "Google_Service_Webmasters_SitemapsListResponse");
408 408
   }
409 409
 
410 410
   /**
@@ -418,9 +418,9 @@  discard block
 block discarded – undo
418 418
    */
419 419
   public function submit($siteUrl, $feedpath, $optParams = array())
420 420
   {
421
-    $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath);
422
-    $params = array_merge($params, $optParams);
423
-    return $this->call('submit', array($params));
421
+	$params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath);
422
+	$params = array_merge($params, $optParams);
423
+	return $this->call('submit', array($params));
424 424
   }
425 425
 }
426 426
 
@@ -443,9 +443,9 @@  discard block
 block discarded – undo
443 443
    */
444 444
   public function add($siteUrl, $optParams = array())
445 445
   {
446
-    $params = array('siteUrl' => $siteUrl);
447
-    $params = array_merge($params, $optParams);
448
-    return $this->call('add', array($params));
446
+	$params = array('siteUrl' => $siteUrl);
447
+	$params = array_merge($params, $optParams);
448
+	return $this->call('add', array($params));
449 449
   }
450 450
 
451 451
   /**
@@ -458,9 +458,9 @@  discard block
 block discarded – undo
458 458
    */
459 459
   public function delete($siteUrl, $optParams = array())
460 460
   {
461
-    $params = array('siteUrl' => $siteUrl);
462
-    $params = array_merge($params, $optParams);
463
-    return $this->call('delete', array($params));
461
+	$params = array('siteUrl' => $siteUrl);
462
+	$params = array_merge($params, $optParams);
463
+	return $this->call('delete', array($params));
464 464
   }
465 465
 
466 466
   /**
@@ -473,9 +473,9 @@  discard block
 block discarded – undo
473 473
    */
474 474
   public function get($siteUrl, $optParams = array())
475 475
   {
476
-    $params = array('siteUrl' => $siteUrl);
477
-    $params = array_merge($params, $optParams);
478
-    return $this->call('get', array($params), "Google_Service_Webmasters_WmxSite");
476
+	$params = array('siteUrl' => $siteUrl);
477
+	$params = array_merge($params, $optParams);
478
+	return $this->call('get', array($params), "Google_Service_Webmasters_WmxSite");
479 479
   }
480 480
 
481 481
   /**
@@ -486,9 +486,9 @@  discard block
 block discarded – undo
486 486
    */
487 487
   public function listSites($optParams = array())
488 488
   {
489
-    $params = array();
490
-    $params = array_merge($params, $optParams);
491
-    return $this->call('list', array($params), "Google_Service_Webmasters_SitesListResponse");
489
+	$params = array();
490
+	$params = array_merge($params, $optParams);
491
+	return $this->call('list', array($params), "Google_Service_Webmasters_SitesListResponse");
492 492
   }
493 493
 }
494 494
 
@@ -522,9 +522,9 @@  discard block
 block discarded – undo
522 522
    */
523 523
   public function query($siteUrl, $optParams = array())
524 524
   {
525
-    $params = array('siteUrl' => $siteUrl);
526
-    $params = array_merge($params, $optParams);
527
-    return $this->call('query', array($params), "Google_Service_Webmasters_UrlCrawlErrorsCountsQueryResponse");
525
+	$params = array('siteUrl' => $siteUrl);
526
+	$params = array_merge($params, $optParams);
527
+	return $this->call('query', array($params), "Google_Service_Webmasters_UrlCrawlErrorsCountsQueryResponse");
528 528
   }
529 529
 }
530 530
 
@@ -558,9 +558,9 @@  discard block
 block discarded – undo
558 558
    */
559 559
   public function get($siteUrl, $url, $category, $platform, $optParams = array())
560 560
   {
561
-    $params = array('siteUrl' => $siteUrl, 'url' => $url, 'category' => $category, 'platform' => $platform);
562
-    $params = array_merge($params, $optParams);
563
-    return $this->call('get', array($params), "Google_Service_Webmasters_UrlCrawlErrorsSample");
561
+	$params = array('siteUrl' => $siteUrl, 'url' => $url, 'category' => $category, 'platform' => $platform);
562
+	$params = array_merge($params, $optParams);
563
+	return $this->call('get', array($params), "Google_Service_Webmasters_UrlCrawlErrorsSample");
564 564
   }
565 565
 
566 566
   /**
@@ -578,9 +578,9 @@  discard block
 block discarded – undo
578 578
    */
579 579
   public function listUrlcrawlerrorssamples($siteUrl, $category, $platform, $optParams = array())
580 580
   {
581
-    $params = array('siteUrl' => $siteUrl, 'category' => $category, 'platform' => $platform);
582
-    $params = array_merge($params, $optParams);
583
-    return $this->call('list', array($params), "Google_Service_Webmasters_UrlCrawlErrorsSamplesListResponse");
581
+	$params = array('siteUrl' => $siteUrl, 'category' => $category, 'platform' => $platform);
582
+	$params = array_merge($params, $optParams);
583
+	return $this->call('list', array($params), "Google_Service_Webmasters_UrlCrawlErrorsSamplesListResponse");
584 584
   }
585 585
 
586 586
   /**
@@ -601,9 +601,9 @@  discard block
 block discarded – undo
601 601
    */
602 602
   public function markAsFixed($siteUrl, $url, $category, $platform, $optParams = array())
603 603
   {
604
-    $params = array('siteUrl' => $siteUrl, 'url' => $url, 'category' => $category, 'platform' => $platform);
605
-    $params = array_merge($params, $optParams);
606
-    return $this->call('markAsFixed', array($params));
604
+	$params = array('siteUrl' => $siteUrl, 'url' => $url, 'category' => $category, 'platform' => $platform);
605
+	$params = array_merge($params, $optParams);
606
+	return $this->call('markAsFixed', array($params));
607 607
   }
608 608
 }
609 609
 
@@ -624,43 +624,43 @@  discard block
 block discarded – undo
624 624
 
625 625
   public function setClicks($clicks)
626 626
   {
627
-    $this->clicks = $clicks;
627
+	$this->clicks = $clicks;
628 628
   }
629 629
   public function getClicks()
630 630
   {
631
-    return $this->clicks;
631
+	return $this->clicks;
632 632
   }
633 633
   public function setCtr($ctr)
634 634
   {
635
-    $this->ctr = $ctr;
635
+	$this->ctr = $ctr;
636 636
   }
637 637
   public function getCtr()
638 638
   {
639
-    return $this->ctr;
639
+	return $this->ctr;
640 640
   }
641 641
   public function setImpressions($impressions)
642 642
   {
643
-    $this->impressions = $impressions;
643
+	$this->impressions = $impressions;
644 644
   }
645 645
   public function getImpressions()
646 646
   {
647
-    return $this->impressions;
647
+	return $this->impressions;
648 648
   }
649 649
   public function setKeys($keys)
650 650
   {
651
-    $this->keys = $keys;
651
+	$this->keys = $keys;
652 652
   }
653 653
   public function getKeys()
654 654
   {
655
-    return $this->keys;
655
+	return $this->keys;
656 656
   }
657 657
   public function setPosition($position)
658 658
   {
659
-    $this->position = $position;
659
+	$this->position = $position;
660 660
   }
661 661
   public function getPosition()
662 662
   {
663
-    return $this->position;
663
+	return $this->position;
664 664
   }
665 665
 }
666 666
 
@@ -675,27 +675,27 @@  discard block
 block discarded – undo
675 675
 
676 676
   public function setDimension($dimension)
677 677
   {
678
-    $this->dimension = $dimension;
678
+	$this->dimension = $dimension;
679 679
   }
680 680
   public function getDimension()
681 681
   {
682
-    return $this->dimension;
682
+	return $this->dimension;
683 683
   }
684 684
   public function setExpression($expression)
685 685
   {
686
-    $this->expression = $expression;
686
+	$this->expression = $expression;
687 687
   }
688 688
   public function getExpression()
689 689
   {
690
-    return $this->expression;
690
+	return $this->expression;
691 691
   }
692 692
   public function setOperator($operator)
693 693
   {
694
-    $this->operator = $operator;
694
+	$this->operator = $operator;
695 695
   }
696 696
   public function getOperator()
697 697
   {
698
-    return $this->operator;
698
+	return $this->operator;
699 699
   }
700 700
 }
701 701
 
@@ -711,19 +711,19 @@  discard block
 block discarded – undo
711 711
 
712 712
   public function setFilters($filters)
713 713
   {
714
-    $this->filters = $filters;
714
+	$this->filters = $filters;
715 715
   }
716 716
   public function getFilters()
717 717
   {
718
-    return $this->filters;
718
+	return $this->filters;
719 719
   }
720 720
   public function setGroupType($groupType)
721 721
   {
722
-    $this->groupType = $groupType;
722
+	$this->groupType = $groupType;
723 723
   }
724 724
   public function getGroupType()
725 725
   {
726
-    return $this->groupType;
726
+	return $this->groupType;
727 727
   }
728 728
 }
729 729
 
@@ -744,59 +744,59 @@  discard block
 block discarded – undo
744 744
 
745 745
   public function setAggregationType($aggregationType)
746 746
   {
747
-    $this->aggregationType = $aggregationType;
747
+	$this->aggregationType = $aggregationType;
748 748
   }
749 749
   public function getAggregationType()
750 750
   {
751
-    return $this->aggregationType;
751
+	return $this->aggregationType;
752 752
   }
753 753
   public function setDimensionFilterGroups($dimensionFilterGroups)
754 754
   {
755
-    $this->dimensionFilterGroups = $dimensionFilterGroups;
755
+	$this->dimensionFilterGroups = $dimensionFilterGroups;
756 756
   }
757 757
   public function getDimensionFilterGroups()
758 758
   {
759
-    return $this->dimensionFilterGroups;
759
+	return $this->dimensionFilterGroups;
760 760
   }
761 761
   public function setDimensions($dimensions)
762 762
   {
763
-    $this->dimensions = $dimensions;
763
+	$this->dimensions = $dimensions;
764 764
   }
765 765
   public function getDimensions()
766 766
   {
767
-    return $this->dimensions;
767
+	return $this->dimensions;
768 768
   }
769 769
   public function setEndDate($endDate)
770 770
   {
771
-    $this->endDate = $endDate;
771
+	$this->endDate = $endDate;
772 772
   }
773 773
   public function getEndDate()
774 774
   {
775
-    return $this->endDate;
775
+	return $this->endDate;
776 776
   }
777 777
   public function setRowLimit($rowLimit)
778 778
   {
779
-    $this->rowLimit = $rowLimit;
779
+	$this->rowLimit = $rowLimit;
780 780
   }
781 781
   public function getRowLimit()
782 782
   {
783
-    return $this->rowLimit;
783
+	return $this->rowLimit;
784 784
   }
785 785
   public function setSearchType($searchType)
786 786
   {
787
-    $this->searchType = $searchType;
787
+	$this->searchType = $searchType;
788 788
   }
789 789
   public function getSearchType()
790 790
   {
791
-    return $this->searchType;
791
+	return $this->searchType;
792 792
   }
793 793
   public function setStartDate($startDate)
794 794
   {
795
-    $this->startDate = $startDate;
795
+	$this->startDate = $startDate;
796 796
   }
797 797
   public function getStartDate()
798 798
   {
799
-    return $this->startDate;
799
+	return $this->startDate;
800 800
   }
801 801
 }
802 802
 
@@ -812,19 +812,19 @@  discard block
 block discarded – undo
812 812
 
813 813
   public function setResponseAggregationType($responseAggregationType)
814 814
   {
815
-    $this->responseAggregationType = $responseAggregationType;
815
+	$this->responseAggregationType = $responseAggregationType;
816 816
   }
817 817
   public function getResponseAggregationType()
818 818
   {
819
-    return $this->responseAggregationType;
819
+	return $this->responseAggregationType;
820 820
   }
821 821
   public function setRows($rows)
822 822
   {
823
-    $this->rows = $rows;
823
+	$this->rows = $rows;
824 824
   }
825 825
   public function getRows()
826 826
   {
827
-    return $this->rows;
827
+	return $this->rows;
828 828
   }
829 829
 }
830 830
 
@@ -839,11 +839,11 @@  discard block
 block discarded – undo
839 839
 
840 840
   public function setSitemap($sitemap)
841 841
   {
842
-    $this->sitemap = $sitemap;
842
+	$this->sitemap = $sitemap;
843 843
   }
844 844
   public function getSitemap()
845 845
   {
846
-    return $this->sitemap;
846
+	return $this->sitemap;
847 847
   }
848 848
 }
849 849
 
@@ -858,11 +858,11 @@  discard block
 block discarded – undo
858 858
 
859 859
   public function setSiteEntry($siteEntry)
860 860
   {
861
-    $this->siteEntry = $siteEntry;
861
+	$this->siteEntry = $siteEntry;
862 862
   }
863 863
   public function getSiteEntry()
864 864
   {
865
-    return $this->siteEntry;
865
+	return $this->siteEntry;
866 866
   }
867 867
 }
868 868
 
@@ -876,19 +876,19 @@  discard block
 block discarded – undo
876 876
 
877 877
   public function setCount($count)
878 878
   {
879
-    $this->count = $count;
879
+	$this->count = $count;
880 880
   }
881 881
   public function getCount()
882 882
   {
883
-    return $this->count;
883
+	return $this->count;
884 884
   }
885 885
   public function setTimestamp($timestamp)
886 886
   {
887
-    $this->timestamp = $timestamp;
887
+	$this->timestamp = $timestamp;
888 888
   }
889 889
   public function getTimestamp()
890 890
   {
891
-    return $this->timestamp;
891
+	return $this->timestamp;
892 892
   }
893 893
 }
894 894
 
@@ -905,27 +905,27 @@  discard block
 block discarded – undo
905 905
 
906 906
   public function setCategory($category)
907 907
   {
908
-    $this->category = $category;
908
+	$this->category = $category;
909 909
   }
910 910
   public function getCategory()
911 911
   {
912
-    return $this->category;
912
+	return $this->category;
913 913
   }
914 914
   public function setEntries($entries)
915 915
   {
916
-    $this->entries = $entries;
916
+	$this->entries = $entries;
917 917
   }
918 918
   public function getEntries()
919 919
   {
920
-    return $this->entries;
920
+	return $this->entries;
921 921
   }
922 922
   public function setPlatform($platform)
923 923
   {
924
-    $this->platform = $platform;
924
+	$this->platform = $platform;
925 925
   }
926 926
   public function getPlatform()
927 927
   {
928
-    return $this->platform;
928
+	return $this->platform;
929 929
   }
930 930
 }
931 931
 
@@ -940,19 +940,19 @@  discard block
 block discarded – undo
940 940
 
941 941
   public function setCountPerTypes($countPerTypes)
942 942
   {
943
-    $this->countPerTypes = $countPerTypes;
943
+	$this->countPerTypes = $countPerTypes;
944 944
   }
945 945
   public function getCountPerTypes()
946 946
   {
947
-    return $this->countPerTypes;
947
+	return $this->countPerTypes;
948 948
   }
949 949
 }
950 950
 
951 951
 class Google_Service_Webmasters_UrlCrawlErrorsSample extends Google_Model
952 952
 {
953 953
   protected $internal_gapi_mappings = array(
954
-        "firstDetected" => "first_detected",
955
-        "lastCrawled" => "last_crawled",
954
+		"firstDetected" => "first_detected",
955
+		"lastCrawled" => "last_crawled",
956 956
   );
957 957
   public $firstDetected;
958 958
   public $lastCrawled;
@@ -964,43 +964,43 @@  discard block
 block discarded – undo
964 964
 
965 965
   public function setFirstDetected($firstDetected)
966 966
   {
967
-    $this->firstDetected = $firstDetected;
967
+	$this->firstDetected = $firstDetected;
968 968
   }
969 969
   public function getFirstDetected()
970 970
   {
971
-    return $this->firstDetected;
971
+	return $this->firstDetected;
972 972
   }
973 973
   public function setLastCrawled($lastCrawled)
974 974
   {
975
-    $this->lastCrawled = $lastCrawled;
975
+	$this->lastCrawled = $lastCrawled;
976 976
   }
977 977
   public function getLastCrawled()
978 978
   {
979
-    return $this->lastCrawled;
979
+	return $this->lastCrawled;
980 980
   }
981 981
   public function setPageUrl($pageUrl)
982 982
   {
983
-    $this->pageUrl = $pageUrl;
983
+	$this->pageUrl = $pageUrl;
984 984
   }
985 985
   public function getPageUrl()
986 986
   {
987
-    return $this->pageUrl;
987
+	return $this->pageUrl;
988 988
   }
989 989
   public function setResponseCode($responseCode)
990 990
   {
991
-    $this->responseCode = $responseCode;
991
+	$this->responseCode = $responseCode;
992 992
   }
993 993
   public function getResponseCode()
994 994
   {
995
-    return $this->responseCode;
995
+	return $this->responseCode;
996 996
   }
997 997
   public function setUrlDetails(Google_Service_Webmasters_UrlSampleDetails $urlDetails)
998 998
   {
999
-    $this->urlDetails = $urlDetails;
999
+	$this->urlDetails = $urlDetails;
1000 1000
   }
1001 1001
   public function getUrlDetails()
1002 1002
   {
1003
-    return $this->urlDetails;
1003
+	return $this->urlDetails;
1004 1004
   }
1005 1005
 }
1006 1006
 
@@ -1015,11 +1015,11 @@  discard block
 block discarded – undo
1015 1015
 
1016 1016
   public function setUrlCrawlErrorSample($urlCrawlErrorSample)
1017 1017
   {
1018
-    $this->urlCrawlErrorSample = $urlCrawlErrorSample;
1018
+	$this->urlCrawlErrorSample = $urlCrawlErrorSample;
1019 1019
   }
1020 1020
   public function getUrlCrawlErrorSample()
1021 1021
   {
1022
-    return $this->urlCrawlErrorSample;
1022
+	return $this->urlCrawlErrorSample;
1023 1023
   }
1024 1024
 }
1025 1025
 
@@ -1034,19 +1034,19 @@  discard block
 block discarded – undo
1034 1034
 
1035 1035
   public function setContainingSitemaps($containingSitemaps)
1036 1036
   {
1037
-    $this->containingSitemaps = $containingSitemaps;
1037
+	$this->containingSitemaps = $containingSitemaps;
1038 1038
   }
1039 1039
   public function getContainingSitemaps()
1040 1040
   {
1041
-    return $this->containingSitemaps;
1041
+	return $this->containingSitemaps;
1042 1042
   }
1043 1043
   public function setLinkedFromUrls($linkedFromUrls)
1044 1044
   {
1045
-    $this->linkedFromUrls = $linkedFromUrls;
1045
+	$this->linkedFromUrls = $linkedFromUrls;
1046 1046
   }
1047 1047
   public function getLinkedFromUrls()
1048 1048
   {
1049
-    return $this->linkedFromUrls;
1049
+	return $this->linkedFromUrls;
1050 1050
   }
1051 1051
 }
1052 1052
 
@@ -1060,19 +1060,19 @@  discard block
 block discarded – undo
1060 1060
 
1061 1061
   public function setPermissionLevel($permissionLevel)
1062 1062
   {
1063
-    $this->permissionLevel = $permissionLevel;
1063
+	$this->permissionLevel = $permissionLevel;
1064 1064
   }
1065 1065
   public function getPermissionLevel()
1066 1066
   {
1067
-    return $this->permissionLevel;
1067
+	return $this->permissionLevel;
1068 1068
   }
1069 1069
   public function setSiteUrl($siteUrl)
1070 1070
   {
1071
-    $this->siteUrl = $siteUrl;
1071
+	$this->siteUrl = $siteUrl;
1072 1072
   }
1073 1073
   public function getSiteUrl()
1074 1074
   {
1075
-    return $this->siteUrl;
1075
+	return $this->siteUrl;
1076 1076
   }
1077 1077
 }
1078 1078
 
@@ -1095,75 +1095,75 @@  discard block
 block discarded – undo
1095 1095
 
1096 1096
   public function setContents($contents)
1097 1097
   {
1098
-    $this->contents = $contents;
1098
+	$this->contents = $contents;
1099 1099
   }
1100 1100
   public function getContents()
1101 1101
   {
1102
-    return $this->contents;
1102
+	return $this->contents;
1103 1103
   }
1104 1104
   public function setErrors($errors)
1105 1105
   {
1106
-    $this->errors = $errors;
1106
+	$this->errors = $errors;
1107 1107
   }
1108 1108
   public function getErrors()
1109 1109
   {
1110
-    return $this->errors;
1110
+	return $this->errors;
1111 1111
   }
1112 1112
   public function setIsPending($isPending)
1113 1113
   {
1114
-    $this->isPending = $isPending;
1114
+	$this->isPending = $isPending;
1115 1115
   }
1116 1116
   public function getIsPending()
1117 1117
   {
1118
-    return $this->isPending;
1118
+	return $this->isPending;
1119 1119
   }
1120 1120
   public function setIsSitemapsIndex($isSitemapsIndex)
1121 1121
   {
1122
-    $this->isSitemapsIndex = $isSitemapsIndex;
1122
+	$this->isSitemapsIndex = $isSitemapsIndex;
1123 1123
   }
1124 1124
   public function getIsSitemapsIndex()
1125 1125
   {
1126
-    return $this->isSitemapsIndex;
1126
+	return $this->isSitemapsIndex;
1127 1127
   }
1128 1128
   public function setLastDownloaded($lastDownloaded)
1129 1129
   {
1130
-    $this->lastDownloaded = $lastDownloaded;
1130
+	$this->lastDownloaded = $lastDownloaded;
1131 1131
   }
1132 1132
   public function getLastDownloaded()
1133 1133
   {
1134
-    return $this->lastDownloaded;
1134
+	return $this->lastDownloaded;
1135 1135
   }
1136 1136
   public function setLastSubmitted($lastSubmitted)
1137 1137
   {
1138
-    $this->lastSubmitted = $lastSubmitted;
1138
+	$this->lastSubmitted = $lastSubmitted;
1139 1139
   }
1140 1140
   public function getLastSubmitted()
1141 1141
   {
1142
-    return $this->lastSubmitted;
1142
+	return $this->lastSubmitted;
1143 1143
   }
1144 1144
   public function setPath($path)
1145 1145
   {
1146
-    $this->path = $path;
1146
+	$this->path = $path;
1147 1147
   }
1148 1148
   public function getPath()
1149 1149
   {
1150
-    return $this->path;
1150
+	return $this->path;
1151 1151
   }
1152 1152
   public function setType($type)
1153 1153
   {
1154
-    $this->type = $type;
1154
+	$this->type = $type;
1155 1155
   }
1156 1156
   public function getType()
1157 1157
   {
1158
-    return $this->type;
1158
+	return $this->type;
1159 1159
   }
1160 1160
   public function setWarnings($warnings)
1161 1161
   {
1162
-    $this->warnings = $warnings;
1162
+	$this->warnings = $warnings;
1163 1163
   }
1164 1164
   public function getWarnings()
1165 1165
   {
1166
-    return $this->warnings;
1166
+	return $this->warnings;
1167 1167
   }
1168 1168
 }
1169 1169
 
@@ -1178,26 +1178,26 @@  discard block
 block discarded – undo
1178 1178
 
1179 1179
   public function setIndexed($indexed)
1180 1180
   {
1181
-    $this->indexed = $indexed;
1181
+	$this->indexed = $indexed;
1182 1182
   }
1183 1183
   public function getIndexed()
1184 1184
   {
1185
-    return $this->indexed;
1185
+	return $this->indexed;
1186 1186
   }
1187 1187
   public function setSubmitted($submitted)
1188 1188
   {
1189
-    $this->submitted = $submitted;
1189
+	$this->submitted = $submitted;
1190 1190
   }
1191 1191
   public function getSubmitted()
1192 1192
   {
1193
-    return $this->submitted;
1193
+	return $this->submitted;
1194 1194
   }
1195 1195
   public function setType($type)
1196 1196
   {
1197
-    $this->type = $type;
1197
+	$this->type = $type;
1198 1198
   }
1199 1199
   public function getType()
1200 1200
   {
1201
-    return $this->type;
1201
+	return $this->type;
1202 1202
   }
1203 1203
 }
Please login to merge, or discard this patch.
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
                   'required' => true,
99 99
                 ),
100 100
               ),
101
-            ),'get' => array(
101
+            ), 'get' => array(
102 102
               'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
103 103
               'httpMethod' => 'GET',
104 104
               'parameters' => array(
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
                   'required' => true,
114 114
                 ),
115 115
               ),
116
-            ),'list' => array(
116
+            ), 'list' => array(
117 117
               'path' => 'sites/{siteUrl}/sitemaps',
118 118
               'httpMethod' => 'GET',
119 119
               'parameters' => array(
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
                   'type' => 'string',
128 128
                 ),
129 129
               ),
130
-            ),'submit' => array(
130
+            ), 'submit' => array(
131 131
               'path' => 'sites/{siteUrl}/sitemaps/{feedpath}',
132 132
               'httpMethod' => 'PUT',
133 133
               'parameters' => array(
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
                   'required' => true,
163 163
                 ),
164 164
               ),
165
-            ),'delete' => array(
165
+            ), 'delete' => array(
166 166
               'path' => 'sites/{siteUrl}',
167 167
               'httpMethod' => 'DELETE',
168 168
               'parameters' => array(
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
                   'required' => true,
173 173
                 ),
174 174
               ),
175
-            ),'get' => array(
175
+            ), 'get' => array(
176 176
               'path' => 'sites/{siteUrl}',
177 177
               'httpMethod' => 'GET',
178 178
               'parameters' => array(
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
                   'required' => true,
183 183
                 ),
184 184
               ),
185
-            ),'list' => array(
185
+            ), 'list' => array(
186 186
               'path' => 'sites',
187 187
               'httpMethod' => 'GET',
188 188
               'parameters' => array(),
@@ -253,7 +253,7 @@  discard block
 block discarded – undo
253 253
                   'required' => true,
254 254
                 ),
255 255
               ),
256
-            ),'list' => array(
256
+            ), 'list' => array(
257 257
               'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples',
258 258
               'httpMethod' => 'GET',
259 259
               'parameters' => array(
@@ -273,7 +273,7 @@  discard block
 block discarded – undo
273 273
                   'required' => true,
274 274
                 ),
275 275
               ),
276
-            ),'markAsFixed' => array(
276
+            ), 'markAsFixed' => array(
277 277
               'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples/{url}',
278 278
               'httpMethod' => 'DELETE',
279 279
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/YouTube.php 3 patches
Doc Comments   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -1727,7 +1727,7 @@  discard block
 block discarded – undo
1727 1727
    * @param string $part The part parameter serves two purposes in this operation.
1728 1728
    * It identifies the properties that the write operation will set as well as the
1729 1729
    * properties that the API response will include.
1730
-   * @param Google_Activity $postBody
1730
+   * @param Google_Service_YouTube_Activity $postBody
1731 1731
    * @param array $optParams Optional parameters.
1732 1732
    * @return Google_Service_YouTube_Activity
1733 1733
    */
@@ -1888,7 +1888,7 @@  discard block
 block discarded – undo
1888 1888
    *
1889 1889
    * @param string $part The part parameter specifies the caption resource parts
1890 1890
    * that the API response will include. Set the parameter value to snippet.
1891
-   * @param Google_Caption $postBody
1891
+   * @param Google_Service_YouTube_Caption $postBody
1892 1892
    * @param array $optParams Optional parameters.
1893 1893
    *
1894 1894
    * @opt_param bool sync The sync parameter indicates whether YouTube should
@@ -1975,7 +1975,7 @@  discard block
 block discarded – undo
1975 1975
    * properties that the API response will include. Set the property value to
1976 1976
    * snippet if you are updating the track's draft status. Otherwise, set the
1977 1977
    * property value to id.
1978
-   * @param Google_Caption $postBody
1978
+   * @param Google_Service_YouTube_Caption $postBody
1979 1979
    * @param array $optParams Optional parameters.
1980 1980
    *
1981 1981
    * @opt_param bool sync Note: The API server only processes the parameter value
@@ -2033,7 +2033,7 @@  discard block
 block discarded – undo
2033 2033
    * branding settings. Set the brandingSettings.image.bannerExternalUrl
2034 2034
    * property's value to the URL obtained in step 2. (channelBanners.insert)
2035 2035
    *
2036
-   * @param Google_ChannelBannerResource $postBody
2036
+   * @param Google_Service_YouTube_ChannelBannerResource $postBody
2037 2037
    * @param array $optParams Optional parameters.
2038 2038
    *
2039 2039
    * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
@@ -2107,7 +2107,7 @@  discard block
 block discarded – undo
2107 2107
    *
2108 2108
    * The part names that you can include in the parameter value are snippet and
2109 2109
    * contentDetails.
2110
-   * @param Google_ChannelSection $postBody
2110
+   * @param Google_Service_YouTube_ChannelSection $postBody
2111 2111
    * @param array $optParams Optional parameters.
2112 2112
    *
2113 2113
    * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
@@ -2211,7 +2211,7 @@  discard block
 block discarded – undo
2211 2211
    *
2212 2212
    * The part names that you can include in the parameter value are snippet and
2213 2213
    * contentDetails.
2214
-   * @param Google_ChannelSection $postBody
2214
+   * @param Google_Service_YouTube_ChannelSection $postBody
2215 2215
    * @param array $optParams Optional parameters.
2216 2216
    *
2217 2217
    * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
@@ -2327,7 +2327,7 @@  discard block
 block discarded – undo
2327 2327
    * Note that this method overrides the existing values for all of the mutable
2328 2328
    * properties that are contained in any parts that the parameter value
2329 2329
    * specifies.
2330
-   * @param Google_Channel $postBody
2330
+   * @param Google_Service_YouTube_Channel $postBody
2331 2331
    * @param array $optParams Optional parameters.
2332 2332
    *
2333 2333
    * @opt_param string onBehalfOfContentOwner The onBehalfOfContentOwner parameter
@@ -2366,7 +2366,7 @@  discard block
 block discarded – undo
2366 2366
    * @param string $part The part parameter identifies the properties that the API
2367 2367
    * response will include. Set the parameter value to snippet. The snippet part
2368 2368
    * has a quota cost of 2 units.
2369
-   * @param Google_CommentThread $postBody
2369
+   * @param Google_Service_YouTube_CommentThread $postBody
2370 2370
    * @param array $optParams Optional parameters.
2371 2371
    *
2372 2372
    * @opt_param bool shareOnGooglePlus The shareOnGooglePlus parameter indicates
@@ -2448,7 +2448,7 @@  discard block
 block discarded – undo
2448 2448
    * commentThread resource properties that the API response will include. You
2449 2449
    * must at least include the snippet part in the parameter value since that part
2450 2450
    * contains all of the properties that the API request can update.
2451
-   * @param Google_CommentThread $postBody
2451
+   * @param Google_Service_YouTube_CommentThread $postBody
2452 2452
    * @param array $optParams Optional parameters.
2453 2453
    * @return Google_Service_YouTube_CommentThread
2454 2454
    */
@@ -2492,7 +2492,7 @@  discard block
 block discarded – undo
2492 2492
    * @param string $part The part parameter identifies the properties that the API
2493 2493
    * response will include. Set the parameter value to snippet. The snippet part
2494 2494
    * has a quota cost of 2 units.
2495
-   * @param Google_Comment $postBody
2495
+   * @param Google_Service_YouTube_Comment $postBody
2496 2496
    * @param array $optParams Optional parameters.
2497 2497
    * @return Google_Service_YouTube_Comment
2498 2498
    */
@@ -2589,7 +2589,7 @@  discard block
 block discarded – undo
2589 2589
    * response will include. You must at least include the snippet part in the
2590 2590
    * parameter value since that part contains all of the properties that the API
2591 2591
    * request can update.
2592
-   * @param Google_Comment $postBody
2592
+   * @param Google_Service_YouTube_Comment $postBody
2593 2593
    * @param array $optParams Optional parameters.
2594 2594
    * @return Google_Service_YouTube_Comment
2595 2595
    */
@@ -2898,7 +2898,7 @@  discard block
 block discarded – undo
2898 2898
    *
2899 2899
    * The part properties that you can include in the parameter value are id,
2900 2900
    * snippet, contentDetails, and status.
2901
-   * @param Google_LiveBroadcast $postBody
2901
+   * @param Google_Service_YouTube_LiveBroadcast $postBody
2902 2902
    * @param array $optParams Optional parameters.
2903 2903
    *
2904 2904
    * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
@@ -3086,7 +3086,7 @@  discard block
 block discarded – undo
3086 3086
    * body specifies. If the request body does not specify a value, the existing
3087 3087
    * privacy setting will be removed and the broadcast will revert to the default
3088 3088
    * privacy setting.
3089
-   * @param Google_LiveBroadcast $postBody
3089
+   * @param Google_Service_YouTube_LiveBroadcast $postBody
3090 3090
    * @param array $optParams Optional parameters.
3091 3091
    *
3092 3092
    * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
@@ -3197,7 +3197,7 @@  discard block
 block discarded – undo
3197 3197
    *
3198 3198
    * The part properties that you can include in the parameter value are id,
3199 3199
    * snippet, cdn, and status.
3200
-   * @param Google_LiveStream $postBody
3200
+   * @param Google_Service_YouTube_LiveStream $postBody
3201 3201
    * @param array $optParams Optional parameters.
3202 3202
    *
3203 3203
    * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
@@ -3318,7 +3318,7 @@  discard block
 block discarded – undo
3318 3318
    * mutable properties that are contained in any parts that the parameter value
3319 3319
    * specifies. If the request body does not specify a value for a mutable
3320 3320
    * property, the existing value for that property will be removed.
3321
-   * @param Google_LiveStream $postBody
3321
+   * @param Google_Service_YouTube_LiveStream $postBody
3322 3322
    * @param array $optParams Optional parameters.
3323 3323
    *
3324 3324
    * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
@@ -3394,7 +3394,7 @@  discard block
 block discarded – undo
3394 3394
    * @param string $part The part parameter serves two purposes in this operation.
3395 3395
    * It identifies the properties that the write operation will set as well as the
3396 3396
    * properties that the API response will include.
3397
-   * @param Google_PlaylistItem $postBody
3397
+   * @param Google_Service_YouTube_PlaylistItem $postBody
3398 3398
    * @param array $optParams Optional parameters.
3399 3399
    *
3400 3400
    * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
@@ -3490,7 +3490,7 @@  discard block
 block discarded – undo
3490 3490
    * updated to whatever value the request body specifies. If the request body
3491 3491
    * does not specify values, the existing start and end times will be removed and
3492 3492
    * replaced with the default settings.
3493
-   * @param Google_PlaylistItem $postBody
3493
+   * @param Google_Service_YouTube_PlaylistItem $postBody
3494 3494
    * @param array $optParams Optional parameters.
3495 3495
    * @return Google_Service_YouTube_PlaylistItem
3496 3496
    */
@@ -3547,7 +3547,7 @@  discard block
 block discarded – undo
3547 3547
    * @param string $part The part parameter serves two purposes in this operation.
3548 3548
    * It identifies the properties that the write operation will set as well as the
3549 3549
    * properties that the API response will include.
3550
-   * @param Google_Playlist $postBody
3550
+   * @param Google_Service_YouTube_Playlist $postBody
3551 3551
    * @param array $optParams Optional parameters.
3552 3552
    *
3553 3553
    * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
@@ -3676,7 +3676,7 @@  discard block
 block discarded – undo
3676 3676
    * must be included in the request body. If the request does not specify a value
3677 3677
    * for the snippet.description property, the playlist's existing description
3678 3678
    * will be deleted.
3679
-   * @param Google_Playlist $postBody
3679
+   * @param Google_Service_YouTube_Playlist $postBody
3680 3680
    * @param array $optParams Optional parameters.
3681 3681
    *
3682 3682
    * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
@@ -3904,7 +3904,7 @@  discard block
 block discarded – undo
3904 3904
    * @param string $part The part parameter serves two purposes in this operation.
3905 3905
    * It identifies the properties that the write operation will set as well as the
3906 3906
    * properties that the API response will include.
3907
-   * @param Google_Subscription $postBody
3907
+   * @param Google_Service_YouTube_Subscription $postBody
3908 3908
    * @param array $optParams Optional parameters.
3909 3909
    * @return Google_Service_YouTube_Subscription
3910 3910
    */
@@ -4183,7 +4183,7 @@  discard block
 block discarded – undo
4183 4183
    * that YouTube calculates for a video and does not contain values that you can
4184 4184
    * set or modify. If the parameter value specifies a part that does not contain
4185 4185
    * mutable values, that part will still be included in the API response.
4186
-   * @param Google_Video $postBody
4186
+   * @param Google_Service_YouTube_Video $postBody
4187 4187
    * @param array $optParams Optional parameters.
4188 4188
    *
4189 4189
    * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
@@ -4333,7 +4333,7 @@  discard block
 block discarded – undo
4333 4333
   /**
4334 4334
    * Report abuse for a video. (videos.reportAbuse)
4335 4335
    *
4336
-   * @param Google_VideoAbuseReport $postBody
4336
+   * @param Google_Service_YouTube_VideoAbuseReport $postBody
4337 4337
    * @param array $optParams Optional parameters.
4338 4338
    *
4339 4339
    * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
@@ -4378,7 +4378,7 @@  discard block
 block discarded – undo
4378 4378
    * that you can set or modify. If the parameter value specifies a part that does
4379 4379
    * not contain mutable values, that part will still be included in the API
4380 4380
    * response.
4381
-   * @param Google_Video $postBody
4381
+   * @param Google_Service_YouTube_Video $postBody
4382 4382
    * @param array $optParams Optional parameters.
4383 4383
    *
4384 4384
    * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
@@ -4420,7 +4420,7 @@  discard block
 block discarded – undo
4420 4420
    *
4421 4421
    * @param string $channelId The channelId parameter specifies the YouTube
4422 4422
    * channel ID for which the watermark is being provided.
4423
-   * @param Google_InvideoBranding $postBody
4423
+   * @param Google_Service_YouTube_InvideoBranding $postBody
4424 4424
    * @param array $optParams Optional parameters.
4425 4425
    *
4426 4426
    * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
Please login to merge, or discard this patch.
Indentation   +3364 added lines, -3364 removed lines patch added patch discarded remove patch
@@ -32,22 +32,22 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage your YouTube account. */
34 34
   const YOUTUBE =
35
-      "https://www.googleapis.com/auth/youtube";
35
+	  "https://www.googleapis.com/auth/youtube";
36 36
   /** Manage your YouTube account. */
37 37
   const YOUTUBE_FORCE_SSL =
38
-      "https://www.googleapis.com/auth/youtube.force-ssl";
38
+	  "https://www.googleapis.com/auth/youtube.force-ssl";
39 39
   /** View your YouTube account. */
40 40
   const YOUTUBE_READONLY =
41
-      "https://www.googleapis.com/auth/youtube.readonly";
41
+	  "https://www.googleapis.com/auth/youtube.readonly";
42 42
   /** Manage your YouTube videos. */
43 43
   const YOUTUBE_UPLOAD =
44
-      "https://www.googleapis.com/auth/youtube.upload";
44
+	  "https://www.googleapis.com/auth/youtube.upload";
45 45
   /** View and manage your assets and associated content on YouTube. */
46 46
   const YOUTUBEPARTNER =
47
-      "https://www.googleapis.com/auth/youtubepartner";
47
+	  "https://www.googleapis.com/auth/youtubepartner";
48 48
   /** View private information of your YouTube channel relevant during the audit process with a YouTube partner. */
49 49
   const YOUTUBEPARTNER_CHANNEL_AUDIT =
50
-      "https://www.googleapis.com/auth/youtubepartner-channel-audit";
50
+	  "https://www.googleapis.com/auth/youtubepartner-channel-audit";
51 51
 
52 52
   public $activities;
53 53
   public $captions;
@@ -79,1625 +79,1625 @@  discard block
 block discarded – undo
79 79
    */
80 80
   public function __construct(Google_Client $client)
81 81
   {
82
-    parent::__construct($client);
83
-    $this->rootUrl = 'https://www.googleapis.com/';
84
-    $this->servicePath = 'youtube/v3/';
85
-    $this->version = 'v3';
86
-    $this->serviceName = 'youtube';
87
-
88
-    $this->activities = new Google_Service_YouTube_Activities_Resource(
89
-        $this,
90
-        $this->serviceName,
91
-        'activities',
92
-        array(
93
-          'methods' => array(
94
-            'insert' => array(
95
-              'path' => 'activities',
96
-              'httpMethod' => 'POST',
97
-              'parameters' => array(
98
-                'part' => array(
99
-                  'location' => 'query',
100
-                  'type' => 'string',
101
-                  'required' => true,
102
-                ),
103
-              ),
104
-            ),'list' => array(
105
-              'path' => 'activities',
106
-              'httpMethod' => 'GET',
107
-              'parameters' => array(
108
-                'part' => array(
109
-                  'location' => 'query',
110
-                  'type' => 'string',
111
-                  'required' => true,
112
-                ),
113
-                'regionCode' => array(
114
-                  'location' => 'query',
115
-                  'type' => 'string',
116
-                ),
117
-                'publishedBefore' => array(
118
-                  'location' => 'query',
119
-                  'type' => 'string',
120
-                ),
121
-                'channelId' => array(
122
-                  'location' => 'query',
123
-                  'type' => 'string',
124
-                ),
125
-                'mine' => array(
126
-                  'location' => 'query',
127
-                  'type' => 'boolean',
128
-                ),
129
-                'maxResults' => array(
130
-                  'location' => 'query',
131
-                  'type' => 'integer',
132
-                ),
133
-                'pageToken' => array(
134
-                  'location' => 'query',
135
-                  'type' => 'string',
136
-                ),
137
-                'home' => array(
138
-                  'location' => 'query',
139
-                  'type' => 'boolean',
140
-                ),
141
-                'publishedAfter' => array(
142
-                  'location' => 'query',
143
-                  'type' => 'string',
144
-                ),
145
-              ),
146
-            ),
147
-          )
148
-        )
149
-    );
150
-    $this->captions = new Google_Service_YouTube_Captions_Resource(
151
-        $this,
152
-        $this->serviceName,
153
-        'captions',
154
-        array(
155
-          'methods' => array(
156
-            'delete' => array(
157
-              'path' => 'captions',
158
-              'httpMethod' => 'DELETE',
159
-              'parameters' => array(
160
-                'id' => array(
161
-                  'location' => 'query',
162
-                  'type' => 'string',
163
-                  'required' => true,
164
-                ),
165
-                'onBehalfOfContentOwner' => array(
166
-                  'location' => 'query',
167
-                  'type' => 'string',
168
-                ),
169
-                'onBehalfOf' => array(
170
-                  'location' => 'query',
171
-                  'type' => 'string',
172
-                ),
173
-                'debugProjectIdOverride' => array(
174
-                  'location' => 'query',
175
-                  'type' => 'string',
176
-                ),
177
-              ),
178
-            ),'download' => array(
179
-              'path' => 'captions/{id}',
180
-              'httpMethod' => 'GET',
181
-              'parameters' => array(
182
-                'id' => array(
183
-                  'location' => 'path',
184
-                  'type' => 'string',
185
-                  'required' => true,
186
-                ),
187
-                'onBehalfOfContentOwner' => array(
188
-                  'location' => 'query',
189
-                  'type' => 'string',
190
-                ),
191
-                'onBehalfOf' => array(
192
-                  'location' => 'query',
193
-                  'type' => 'string',
194
-                ),
195
-                'debugProjectIdOverride' => array(
196
-                  'location' => 'query',
197
-                  'type' => 'string',
198
-                ),
199
-                'tfmt' => array(
200
-                  'location' => 'query',
201
-                  'type' => 'string',
202
-                ),
203
-                'tlang' => array(
204
-                  'location' => 'query',
205
-                  'type' => 'string',
206
-                ),
207
-              ),
208
-            ),'insert' => array(
209
-              'path' => 'captions',
210
-              'httpMethod' => 'POST',
211
-              'parameters' => array(
212
-                'part' => array(
213
-                  'location' => 'query',
214
-                  'type' => 'string',
215
-                  'required' => true,
216
-                ),
217
-                'sync' => array(
218
-                  'location' => 'query',
219
-                  'type' => 'boolean',
220
-                ),
221
-                'onBehalfOf' => array(
222
-                  'location' => 'query',
223
-                  'type' => 'string',
224
-                ),
225
-                'debugProjectIdOverride' => array(
226
-                  'location' => 'query',
227
-                  'type' => 'string',
228
-                ),
229
-                'onBehalfOfContentOwner' => array(
230
-                  'location' => 'query',
231
-                  'type' => 'string',
232
-                ),
233
-              ),
234
-            ),'list' => array(
235
-              'path' => 'captions',
236
-              'httpMethod' => 'GET',
237
-              'parameters' => array(
238
-                'part' => array(
239
-                  'location' => 'query',
240
-                  'type' => 'string',
241
-                  'required' => true,
242
-                ),
243
-                'videoId' => array(
244
-                  'location' => 'query',
245
-                  'type' => 'string',
246
-                  'required' => true,
247
-                ),
248
-                'onBehalfOfContentOwner' => array(
249
-                  'location' => 'query',
250
-                  'type' => 'string',
251
-                ),
252
-                'onBehalfOf' => array(
253
-                  'location' => 'query',
254
-                  'type' => 'string',
255
-                ),
256
-                'debugProjectIdOverride' => array(
257
-                  'location' => 'query',
258
-                  'type' => 'string',
259
-                ),
260
-                'id' => array(
261
-                  'location' => 'query',
262
-                  'type' => 'string',
263
-                ),
264
-              ),
265
-            ),'update' => array(
266
-              'path' => 'captions',
267
-              'httpMethod' => 'PUT',
268
-              'parameters' => array(
269
-                'part' => array(
270
-                  'location' => 'query',
271
-                  'type' => 'string',
272
-                  'required' => true,
273
-                ),
274
-                'sync' => array(
275
-                  'location' => 'query',
276
-                  'type' => 'boolean',
277
-                ),
278
-                'onBehalfOf' => array(
279
-                  'location' => 'query',
280
-                  'type' => 'string',
281
-                ),
282
-                'debugProjectIdOverride' => array(
283
-                  'location' => 'query',
284
-                  'type' => 'string',
285
-                ),
286
-                'onBehalfOfContentOwner' => array(
287
-                  'location' => 'query',
288
-                  'type' => 'string',
289
-                ),
290
-              ),
291
-            ),
292
-          )
293
-        )
294
-    );
295
-    $this->channelBanners = new Google_Service_YouTube_ChannelBanners_Resource(
296
-        $this,
297
-        $this->serviceName,
298
-        'channelBanners',
299
-        array(
300
-          'methods' => array(
301
-            'insert' => array(
302
-              'path' => 'channelBanners/insert',
303
-              'httpMethod' => 'POST',
304
-              'parameters' => array(
305
-                'onBehalfOfContentOwner' => array(
306
-                  'location' => 'query',
307
-                  'type' => 'string',
308
-                ),
309
-              ),
310
-            ),
311
-          )
312
-        )
313
-    );
314
-    $this->channelSections = new Google_Service_YouTube_ChannelSections_Resource(
315
-        $this,
316
-        $this->serviceName,
317
-        'channelSections',
318
-        array(
319
-          'methods' => array(
320
-            'delete' => array(
321
-              'path' => 'channelSections',
322
-              'httpMethod' => 'DELETE',
323
-              'parameters' => array(
324
-                'id' => array(
325
-                  'location' => 'query',
326
-                  'type' => 'string',
327
-                  'required' => true,
328
-                ),
329
-                'onBehalfOfContentOwner' => array(
330
-                  'location' => 'query',
331
-                  'type' => 'string',
332
-                ),
333
-              ),
334
-            ),'insert' => array(
335
-              'path' => 'channelSections',
336
-              'httpMethod' => 'POST',
337
-              'parameters' => array(
338
-                'part' => array(
339
-                  'location' => 'query',
340
-                  'type' => 'string',
341
-                  'required' => true,
342
-                ),
343
-                'onBehalfOfContentOwnerChannel' => array(
344
-                  'location' => 'query',
345
-                  'type' => 'string',
346
-                ),
347
-                'onBehalfOfContentOwner' => array(
348
-                  'location' => 'query',
349
-                  'type' => 'string',
350
-                ),
351
-              ),
352
-            ),'list' => array(
353
-              'path' => 'channelSections',
354
-              'httpMethod' => 'GET',
355
-              'parameters' => array(
356
-                'part' => array(
357
-                  'location' => 'query',
358
-                  'type' => 'string',
359
-                  'required' => true,
360
-                ),
361
-                'onBehalfOfContentOwner' => array(
362
-                  'location' => 'query',
363
-                  'type' => 'string',
364
-                ),
365
-                'channelId' => array(
366
-                  'location' => 'query',
367
-                  'type' => 'string',
368
-                ),
369
-                'mine' => array(
370
-                  'location' => 'query',
371
-                  'type' => 'boolean',
372
-                ),
373
-                'hl' => array(
374
-                  'location' => 'query',
375
-                  'type' => 'string',
376
-                ),
377
-                'id' => array(
378
-                  'location' => 'query',
379
-                  'type' => 'string',
380
-                ),
381
-              ),
382
-            ),'update' => array(
383
-              'path' => 'channelSections',
384
-              'httpMethod' => 'PUT',
385
-              'parameters' => array(
386
-                'part' => array(
387
-                  'location' => 'query',
388
-                  'type' => 'string',
389
-                  'required' => true,
390
-                ),
391
-                'onBehalfOfContentOwner' => array(
392
-                  'location' => 'query',
393
-                  'type' => 'string',
394
-                ),
395
-              ),
396
-            ),
397
-          )
398
-        )
399
-    );
400
-    $this->channels = new Google_Service_YouTube_Channels_Resource(
401
-        $this,
402
-        $this->serviceName,
403
-        'channels',
404
-        array(
405
-          'methods' => array(
406
-            'list' => array(
407
-              'path' => 'channels',
408
-              'httpMethod' => 'GET',
409
-              'parameters' => array(
410
-                'part' => array(
411
-                  'location' => 'query',
412
-                  'type' => 'string',
413
-                  'required' => true,
414
-                ),
415
-                'managedByMe' => array(
416
-                  'location' => 'query',
417
-                  'type' => 'boolean',
418
-                ),
419
-                'onBehalfOfContentOwner' => array(
420
-                  'location' => 'query',
421
-                  'type' => 'string',
422
-                ),
423
-                'forUsername' => array(
424
-                  'location' => 'query',
425
-                  'type' => 'string',
426
-                ),
427
-                'mine' => array(
428
-                  'location' => 'query',
429
-                  'type' => 'boolean',
430
-                ),
431
-                'maxResults' => array(
432
-                  'location' => 'query',
433
-                  'type' => 'integer',
434
-                ),
435
-                'id' => array(
436
-                  'location' => 'query',
437
-                  'type' => 'string',
438
-                ),
439
-                'pageToken' => array(
440
-                  'location' => 'query',
441
-                  'type' => 'string',
442
-                ),
443
-                'mySubscribers' => array(
444
-                  'location' => 'query',
445
-                  'type' => 'boolean',
446
-                ),
447
-                'hl' => array(
448
-                  'location' => 'query',
449
-                  'type' => 'string',
450
-                ),
451
-                'categoryId' => array(
452
-                  'location' => 'query',
453
-                  'type' => 'string',
454
-                ),
455
-              ),
456
-            ),'update' => array(
457
-              'path' => 'channels',
458
-              'httpMethod' => 'PUT',
459
-              'parameters' => array(
460
-                'part' => array(
461
-                  'location' => 'query',
462
-                  'type' => 'string',
463
-                  'required' => true,
464
-                ),
465
-                'onBehalfOfContentOwner' => array(
466
-                  'location' => 'query',
467
-                  'type' => 'string',
468
-                ),
469
-              ),
470
-            ),
471
-          )
472
-        )
473
-    );
474
-    $this->commentThreads = new Google_Service_YouTube_CommentThreads_Resource(
475
-        $this,
476
-        $this->serviceName,
477
-        'commentThreads',
478
-        array(
479
-          'methods' => array(
480
-            'insert' => array(
481
-              'path' => 'commentThreads',
482
-              'httpMethod' => 'POST',
483
-              'parameters' => array(
484
-                'part' => array(
485
-                  'location' => 'query',
486
-                  'type' => 'string',
487
-                  'required' => true,
488
-                ),
489
-                'shareOnGooglePlus' => array(
490
-                  'location' => 'query',
491
-                  'type' => 'boolean',
492
-                ),
493
-              ),
494
-            ),'list' => array(
495
-              'path' => 'commentThreads',
496
-              'httpMethod' => 'GET',
497
-              'parameters' => array(
498
-                'part' => array(
499
-                  'location' => 'query',
500
-                  'type' => 'string',
501
-                  'required' => true,
502
-                ),
503
-                'searchTerms' => array(
504
-                  'location' => 'query',
505
-                  'type' => 'string',
506
-                ),
507
-                'allThreadsRelatedToChannelId' => array(
508
-                  'location' => 'query',
509
-                  'type' => 'string',
510
-                ),
511
-                'channelId' => array(
512
-                  'location' => 'query',
513
-                  'type' => 'string',
514
-                ),
515
-                'videoId' => array(
516
-                  'location' => 'query',
517
-                  'type' => 'string',
518
-                ),
519
-                'maxResults' => array(
520
-                  'location' => 'query',
521
-                  'type' => 'integer',
522
-                ),
523
-                'id' => array(
524
-                  'location' => 'query',
525
-                  'type' => 'string',
526
-                ),
527
-                'pageToken' => array(
528
-                  'location' => 'query',
529
-                  'type' => 'string',
530
-                ),
531
-                'moderationStatus' => array(
532
-                  'location' => 'query',
533
-                  'type' => 'string',
534
-                ),
535
-                'textFormat' => array(
536
-                  'location' => 'query',
537
-                  'type' => 'string',
538
-                ),
539
-                'order' => array(
540
-                  'location' => 'query',
541
-                  'type' => 'string',
542
-                ),
543
-              ),
544
-            ),'update' => array(
545
-              'path' => 'commentThreads',
546
-              'httpMethod' => 'PUT',
547
-              'parameters' => array(
548
-                'part' => array(
549
-                  'location' => 'query',
550
-                  'type' => 'string',
551
-                  'required' => true,
552
-                ),
553
-              ),
554
-            ),
555
-          )
556
-        )
557
-    );
558
-    $this->comments = new Google_Service_YouTube_Comments_Resource(
559
-        $this,
560
-        $this->serviceName,
561
-        'comments',
562
-        array(
563
-          'methods' => array(
564
-            'delete' => array(
565
-              'path' => 'comments',
566
-              'httpMethod' => 'DELETE',
567
-              'parameters' => array(
568
-                'id' => array(
569
-                  'location' => 'query',
570
-                  'type' => 'string',
571
-                  'required' => true,
572
-                ),
573
-              ),
574
-            ),'insert' => array(
575
-              'path' => 'comments',
576
-              'httpMethod' => 'POST',
577
-              'parameters' => array(
578
-                'part' => array(
579
-                  'location' => 'query',
580
-                  'type' => 'string',
581
-                  'required' => true,
582
-                ),
583
-              ),
584
-            ),'list' => array(
585
-              'path' => 'comments',
586
-              'httpMethod' => 'GET',
587
-              'parameters' => array(
588
-                'part' => array(
589
-                  'location' => 'query',
590
-                  'type' => 'string',
591
-                  'required' => true,
592
-                ),
593
-                'maxResults' => array(
594
-                  'location' => 'query',
595
-                  'type' => 'integer',
596
-                ),
597
-                'pageToken' => array(
598
-                  'location' => 'query',
599
-                  'type' => 'string',
600
-                ),
601
-                'parentId' => array(
602
-                  'location' => 'query',
603
-                  'type' => 'string',
604
-                ),
605
-                'textFormat' => array(
606
-                  'location' => 'query',
607
-                  'type' => 'string',
608
-                ),
609
-                'id' => array(
610
-                  'location' => 'query',
611
-                  'type' => 'string',
612
-                ),
613
-              ),
614
-            ),'markAsSpam' => array(
615
-              'path' => 'comments/markAsSpam',
616
-              'httpMethod' => 'POST',
617
-              'parameters' => array(
618
-                'id' => array(
619
-                  'location' => 'query',
620
-                  'type' => 'string',
621
-                  'required' => true,
622
-                ),
623
-              ),
624
-            ),'setModerationStatus' => array(
625
-              'path' => 'comments/setModerationStatus',
626
-              'httpMethod' => 'POST',
627
-              'parameters' => array(
628
-                'id' => array(
629
-                  'location' => 'query',
630
-                  'type' => 'string',
631
-                  'required' => true,
632
-                ),
633
-                'moderationStatus' => array(
634
-                  'location' => 'query',
635
-                  'type' => 'string',
636
-                  'required' => true,
637
-                ),
638
-                'banAuthor' => array(
639
-                  'location' => 'query',
640
-                  'type' => 'boolean',
641
-                ),
642
-              ),
643
-            ),'update' => array(
644
-              'path' => 'comments',
645
-              'httpMethod' => 'PUT',
646
-              'parameters' => array(
647
-                'part' => array(
648
-                  'location' => 'query',
649
-                  'type' => 'string',
650
-                  'required' => true,
651
-                ),
652
-              ),
653
-            ),
654
-          )
655
-        )
656
-    );
657
-    $this->guideCategories = new Google_Service_YouTube_GuideCategories_Resource(
658
-        $this,
659
-        $this->serviceName,
660
-        'guideCategories',
661
-        array(
662
-          'methods' => array(
663
-            'list' => array(
664
-              'path' => 'guideCategories',
665
-              'httpMethod' => 'GET',
666
-              'parameters' => array(
667
-                'part' => array(
668
-                  'location' => 'query',
669
-                  'type' => 'string',
670
-                  'required' => true,
671
-                ),
672
-                'regionCode' => array(
673
-                  'location' => 'query',
674
-                  'type' => 'string',
675
-                ),
676
-                'id' => array(
677
-                  'location' => 'query',
678
-                  'type' => 'string',
679
-                ),
680
-                'hl' => array(
681
-                  'location' => 'query',
682
-                  'type' => 'string',
683
-                ),
684
-              ),
685
-            ),
686
-          )
687
-        )
688
-    );
689
-    $this->i18nLanguages = new Google_Service_YouTube_I18nLanguages_Resource(
690
-        $this,
691
-        $this->serviceName,
692
-        'i18nLanguages',
693
-        array(
694
-          'methods' => array(
695
-            'list' => array(
696
-              'path' => 'i18nLanguages',
697
-              'httpMethod' => 'GET',
698
-              'parameters' => array(
699
-                'part' => array(
700
-                  'location' => 'query',
701
-                  'type' => 'string',
702
-                  'required' => true,
703
-                ),
704
-                'hl' => array(
705
-                  'location' => 'query',
706
-                  'type' => 'string',
707
-                ),
708
-              ),
709
-            ),
710
-          )
711
-        )
712
-    );
713
-    $this->i18nRegions = new Google_Service_YouTube_I18nRegions_Resource(
714
-        $this,
715
-        $this->serviceName,
716
-        'i18nRegions',
717
-        array(
718
-          'methods' => array(
719
-            'list' => array(
720
-              'path' => 'i18nRegions',
721
-              'httpMethod' => 'GET',
722
-              'parameters' => array(
723
-                'part' => array(
724
-                  'location' => 'query',
725
-                  'type' => 'string',
726
-                  'required' => true,
727
-                ),
728
-                'hl' => array(
729
-                  'location' => 'query',
730
-                  'type' => 'string',
731
-                ),
732
-              ),
733
-            ),
734
-          )
735
-        )
736
-    );
737
-    $this->liveBroadcasts = new Google_Service_YouTube_LiveBroadcasts_Resource(
738
-        $this,
739
-        $this->serviceName,
740
-        'liveBroadcasts',
741
-        array(
742
-          'methods' => array(
743
-            'bind' => array(
744
-              'path' => 'liveBroadcasts/bind',
745
-              'httpMethod' => 'POST',
746
-              'parameters' => array(
747
-                'id' => array(
748
-                  'location' => 'query',
749
-                  'type' => 'string',
750
-                  'required' => true,
751
-                ),
752
-                'part' => array(
753
-                  'location' => 'query',
754
-                  'type' => 'string',
755
-                  'required' => true,
756
-                ),
757
-                'onBehalfOfContentOwnerChannel' => array(
758
-                  'location' => 'query',
759
-                  'type' => 'string',
760
-                ),
761
-                'onBehalfOfContentOwner' => array(
762
-                  'location' => 'query',
763
-                  'type' => 'string',
764
-                ),
765
-                'streamId' => array(
766
-                  'location' => 'query',
767
-                  'type' => 'string',
768
-                ),
769
-              ),
770
-            ),'control' => array(
771
-              'path' => 'liveBroadcasts/control',
772
-              'httpMethod' => 'POST',
773
-              'parameters' => array(
774
-                'id' => array(
775
-                  'location' => 'query',
776
-                  'type' => 'string',
777
-                  'required' => true,
778
-                ),
779
-                'part' => array(
780
-                  'location' => 'query',
781
-                  'type' => 'string',
782
-                  'required' => true,
783
-                ),
784
-                'onBehalfOfContentOwner' => array(
785
-                  'location' => 'query',
786
-                  'type' => 'string',
787
-                ),
788
-                'displaySlate' => array(
789
-                  'location' => 'query',
790
-                  'type' => 'boolean',
791
-                ),
792
-                'onBehalfOfContentOwnerChannel' => array(
793
-                  'location' => 'query',
794
-                  'type' => 'string',
795
-                ),
796
-                'offsetTimeMs' => array(
797
-                  'location' => 'query',
798
-                  'type' => 'string',
799
-                ),
800
-                'walltime' => array(
801
-                  'location' => 'query',
802
-                  'type' => 'string',
803
-                ),
804
-              ),
805
-            ),'delete' => array(
806
-              'path' => 'liveBroadcasts',
807
-              'httpMethod' => 'DELETE',
808
-              'parameters' => array(
809
-                'id' => array(
810
-                  'location' => 'query',
811
-                  'type' => 'string',
812
-                  'required' => true,
813
-                ),
814
-                'onBehalfOfContentOwnerChannel' => array(
815
-                  'location' => 'query',
816
-                  'type' => 'string',
817
-                ),
818
-                'onBehalfOfContentOwner' => array(
819
-                  'location' => 'query',
820
-                  'type' => 'string',
821
-                ),
822
-              ),
823
-            ),'insert' => array(
824
-              'path' => 'liveBroadcasts',
825
-              'httpMethod' => 'POST',
826
-              'parameters' => array(
827
-                'part' => array(
828
-                  'location' => 'query',
829
-                  'type' => 'string',
830
-                  'required' => true,
831
-                ),
832
-                'onBehalfOfContentOwnerChannel' => array(
833
-                  'location' => 'query',
834
-                  'type' => 'string',
835
-                ),
836
-                'onBehalfOfContentOwner' => array(
837
-                  'location' => 'query',
838
-                  'type' => 'string',
839
-                ),
840
-              ),
841
-            ),'list' => array(
842
-              'path' => 'liveBroadcasts',
843
-              'httpMethod' => 'GET',
844
-              'parameters' => array(
845
-                'part' => array(
846
-                  'location' => 'query',
847
-                  'type' => 'string',
848
-                  'required' => true,
849
-                ),
850
-                'broadcastStatus' => array(
851
-                  'location' => 'query',
852
-                  'type' => 'string',
853
-                ),
854
-                'onBehalfOfContentOwner' => array(
855
-                  'location' => 'query',
856
-                  'type' => 'string',
857
-                ),
858
-                'onBehalfOfContentOwnerChannel' => array(
859
-                  'location' => 'query',
860
-                  'type' => 'string',
861
-                ),
862
-                'mine' => array(
863
-                  'location' => 'query',
864
-                  'type' => 'boolean',
865
-                ),
866
-                'maxResults' => array(
867
-                  'location' => 'query',
868
-                  'type' => 'integer',
869
-                ),
870
-                'pageToken' => array(
871
-                  'location' => 'query',
872
-                  'type' => 'string',
873
-                ),
874
-                'id' => array(
875
-                  'location' => 'query',
876
-                  'type' => 'string',
877
-                ),
878
-              ),
879
-            ),'transition' => array(
880
-              'path' => 'liveBroadcasts/transition',
881
-              'httpMethod' => 'POST',
882
-              'parameters' => array(
883
-                'broadcastStatus' => array(
884
-                  'location' => 'query',
885
-                  'type' => 'string',
886
-                  'required' => true,
887
-                ),
888
-                'id' => array(
889
-                  'location' => 'query',
890
-                  'type' => 'string',
891
-                  'required' => true,
892
-                ),
893
-                'part' => array(
894
-                  'location' => 'query',
895
-                  'type' => 'string',
896
-                  'required' => true,
897
-                ),
898
-                'onBehalfOfContentOwnerChannel' => array(
899
-                  'location' => 'query',
900
-                  'type' => 'string',
901
-                ),
902
-                'onBehalfOfContentOwner' => array(
903
-                  'location' => 'query',
904
-                  'type' => 'string',
905
-                ),
906
-              ),
907
-            ),'update' => array(
908
-              'path' => 'liveBroadcasts',
909
-              'httpMethod' => 'PUT',
910
-              'parameters' => array(
911
-                'part' => array(
912
-                  'location' => 'query',
913
-                  'type' => 'string',
914
-                  'required' => true,
915
-                ),
916
-                'onBehalfOfContentOwnerChannel' => array(
917
-                  'location' => 'query',
918
-                  'type' => 'string',
919
-                ),
920
-                'onBehalfOfContentOwner' => array(
921
-                  'location' => 'query',
922
-                  'type' => 'string',
923
-                ),
924
-              ),
925
-            ),
926
-          )
927
-        )
928
-    );
929
-    $this->liveStreams = new Google_Service_YouTube_LiveStreams_Resource(
930
-        $this,
931
-        $this->serviceName,
932
-        'liveStreams',
933
-        array(
934
-          'methods' => array(
935
-            'delete' => array(
936
-              'path' => 'liveStreams',
937
-              'httpMethod' => 'DELETE',
938
-              'parameters' => array(
939
-                'id' => array(
940
-                  'location' => 'query',
941
-                  'type' => 'string',
942
-                  'required' => true,
943
-                ),
944
-                'onBehalfOfContentOwnerChannel' => array(
945
-                  'location' => 'query',
946
-                  'type' => 'string',
947
-                ),
948
-                'onBehalfOfContentOwner' => array(
949
-                  'location' => 'query',
950
-                  'type' => 'string',
951
-                ),
952
-              ),
953
-            ),'insert' => array(
954
-              'path' => 'liveStreams',
955
-              'httpMethod' => 'POST',
956
-              'parameters' => array(
957
-                'part' => array(
958
-                  'location' => 'query',
959
-                  'type' => 'string',
960
-                  'required' => true,
961
-                ),
962
-                'onBehalfOfContentOwnerChannel' => array(
963
-                  'location' => 'query',
964
-                  'type' => 'string',
965
-                ),
966
-                'onBehalfOfContentOwner' => array(
967
-                  'location' => 'query',
968
-                  'type' => 'string',
969
-                ),
970
-              ),
971
-            ),'list' => array(
972
-              'path' => 'liveStreams',
973
-              'httpMethod' => 'GET',
974
-              'parameters' => array(
975
-                'part' => array(
976
-                  'location' => 'query',
977
-                  'type' => 'string',
978
-                  'required' => true,
979
-                ),
980
-                'onBehalfOfContentOwner' => array(
981
-                  'location' => 'query',
982
-                  'type' => 'string',
983
-                ),
984
-                'onBehalfOfContentOwnerChannel' => array(
985
-                  'location' => 'query',
986
-                  'type' => 'string',
987
-                ),
988
-                'mine' => array(
989
-                  'location' => 'query',
990
-                  'type' => 'boolean',
991
-                ),
992
-                'maxResults' => array(
993
-                  'location' => 'query',
994
-                  'type' => 'integer',
995
-                ),
996
-                'pageToken' => array(
997
-                  'location' => 'query',
998
-                  'type' => 'string',
999
-                ),
1000
-                'id' => array(
1001
-                  'location' => 'query',
1002
-                  'type' => 'string',
1003
-                ),
1004
-              ),
1005
-            ),'update' => array(
1006
-              'path' => 'liveStreams',
1007
-              'httpMethod' => 'PUT',
1008
-              'parameters' => array(
1009
-                'part' => array(
1010
-                  'location' => 'query',
1011
-                  'type' => 'string',
1012
-                  'required' => true,
1013
-                ),
1014
-                'onBehalfOfContentOwnerChannel' => array(
1015
-                  'location' => 'query',
1016
-                  'type' => 'string',
1017
-                ),
1018
-                'onBehalfOfContentOwner' => array(
1019
-                  'location' => 'query',
1020
-                  'type' => 'string',
1021
-                ),
1022
-              ),
1023
-            ),
1024
-          )
1025
-        )
1026
-    );
1027
-    $this->playlistItems = new Google_Service_YouTube_PlaylistItems_Resource(
1028
-        $this,
1029
-        $this->serviceName,
1030
-        'playlistItems',
1031
-        array(
1032
-          'methods' => array(
1033
-            'delete' => array(
1034
-              'path' => 'playlistItems',
1035
-              'httpMethod' => 'DELETE',
1036
-              'parameters' => array(
1037
-                'id' => array(
1038
-                  'location' => 'query',
1039
-                  'type' => 'string',
1040
-                  'required' => true,
1041
-                ),
1042
-              ),
1043
-            ),'insert' => array(
1044
-              'path' => 'playlistItems',
1045
-              'httpMethod' => 'POST',
1046
-              'parameters' => array(
1047
-                'part' => array(
1048
-                  'location' => 'query',
1049
-                  'type' => 'string',
1050
-                  'required' => true,
1051
-                ),
1052
-                'onBehalfOfContentOwner' => array(
1053
-                  'location' => 'query',
1054
-                  'type' => 'string',
1055
-                ),
1056
-              ),
1057
-            ),'list' => array(
1058
-              'path' => 'playlistItems',
1059
-              'httpMethod' => 'GET',
1060
-              'parameters' => array(
1061
-                'part' => array(
1062
-                  'location' => 'query',
1063
-                  'type' => 'string',
1064
-                  'required' => true,
1065
-                ),
1066
-                'onBehalfOfContentOwner' => array(
1067
-                  'location' => 'query',
1068
-                  'type' => 'string',
1069
-                ),
1070
-                'playlistId' => array(
1071
-                  'location' => 'query',
1072
-                  'type' => 'string',
1073
-                ),
1074
-                'videoId' => array(
1075
-                  'location' => 'query',
1076
-                  'type' => 'string',
1077
-                ),
1078
-                'maxResults' => array(
1079
-                  'location' => 'query',
1080
-                  'type' => 'integer',
1081
-                ),
1082
-                'pageToken' => array(
1083
-                  'location' => 'query',
1084
-                  'type' => 'string',
1085
-                ),
1086
-                'id' => array(
1087
-                  'location' => 'query',
1088
-                  'type' => 'string',
1089
-                ),
1090
-              ),
1091
-            ),'update' => array(
1092
-              'path' => 'playlistItems',
1093
-              'httpMethod' => 'PUT',
1094
-              'parameters' => array(
1095
-                'part' => array(
1096
-                  'location' => 'query',
1097
-                  'type' => 'string',
1098
-                  'required' => true,
1099
-                ),
1100
-              ),
1101
-            ),
1102
-          )
1103
-        )
1104
-    );
1105
-    $this->playlists = new Google_Service_YouTube_Playlists_Resource(
1106
-        $this,
1107
-        $this->serviceName,
1108
-        'playlists',
1109
-        array(
1110
-          'methods' => array(
1111
-            'delete' => array(
1112
-              'path' => 'playlists',
1113
-              'httpMethod' => 'DELETE',
1114
-              'parameters' => array(
1115
-                'id' => array(
1116
-                  'location' => 'query',
1117
-                  'type' => 'string',
1118
-                  'required' => true,
1119
-                ),
1120
-                'onBehalfOfContentOwner' => array(
1121
-                  'location' => 'query',
1122
-                  'type' => 'string',
1123
-                ),
1124
-              ),
1125
-            ),'insert' => array(
1126
-              'path' => 'playlists',
1127
-              'httpMethod' => 'POST',
1128
-              'parameters' => array(
1129
-                'part' => array(
1130
-                  'location' => 'query',
1131
-                  'type' => 'string',
1132
-                  'required' => true,
1133
-                ),
1134
-                'onBehalfOfContentOwnerChannel' => array(
1135
-                  'location' => 'query',
1136
-                  'type' => 'string',
1137
-                ),
1138
-                'onBehalfOfContentOwner' => array(
1139
-                  'location' => 'query',
1140
-                  'type' => 'string',
1141
-                ),
1142
-              ),
1143
-            ),'list' => array(
1144
-              'path' => 'playlists',
1145
-              'httpMethod' => 'GET',
1146
-              'parameters' => array(
1147
-                'part' => array(
1148
-                  'location' => 'query',
1149
-                  'type' => 'string',
1150
-                  'required' => true,
1151
-                ),
1152
-                'onBehalfOfContentOwner' => array(
1153
-                  'location' => 'query',
1154
-                  'type' => 'string',
1155
-                ),
1156
-                'onBehalfOfContentOwnerChannel' => array(
1157
-                  'location' => 'query',
1158
-                  'type' => 'string',
1159
-                ),
1160
-                'channelId' => array(
1161
-                  'location' => 'query',
1162
-                  'type' => 'string',
1163
-                ),
1164
-                'mine' => array(
1165
-                  'location' => 'query',
1166
-                  'type' => 'boolean',
1167
-                ),
1168
-                'maxResults' => array(
1169
-                  'location' => 'query',
1170
-                  'type' => 'integer',
1171
-                ),
1172
-                'pageToken' => array(
1173
-                  'location' => 'query',
1174
-                  'type' => 'string',
1175
-                ),
1176
-                'hl' => array(
1177
-                  'location' => 'query',
1178
-                  'type' => 'string',
1179
-                ),
1180
-                'id' => array(
1181
-                  'location' => 'query',
1182
-                  'type' => 'string',
1183
-                ),
1184
-              ),
1185
-            ),'update' => array(
1186
-              'path' => 'playlists',
1187
-              'httpMethod' => 'PUT',
1188
-              'parameters' => array(
1189
-                'part' => array(
1190
-                  'location' => 'query',
1191
-                  'type' => 'string',
1192
-                  'required' => true,
1193
-                ),
1194
-                'onBehalfOfContentOwner' => array(
1195
-                  'location' => 'query',
1196
-                  'type' => 'string',
1197
-                ),
1198
-              ),
1199
-            ),
1200
-          )
1201
-        )
1202
-    );
1203
-    $this->search = new Google_Service_YouTube_Search_Resource(
1204
-        $this,
1205
-        $this->serviceName,
1206
-        'search',
1207
-        array(
1208
-          'methods' => array(
1209
-            'list' => array(
1210
-              'path' => 'search',
1211
-              'httpMethod' => 'GET',
1212
-              'parameters' => array(
1213
-                'part' => array(
1214
-                  'location' => 'query',
1215
-                  'type' => 'string',
1216
-                  'required' => true,
1217
-                ),
1218
-                'eventType' => array(
1219
-                  'location' => 'query',
1220
-                  'type' => 'string',
1221
-                ),
1222
-                'channelId' => array(
1223
-                  'location' => 'query',
1224
-                  'type' => 'string',
1225
-                ),
1226
-                'forDeveloper' => array(
1227
-                  'location' => 'query',
1228
-                  'type' => 'boolean',
1229
-                ),
1230
-                'videoSyndicated' => array(
1231
-                  'location' => 'query',
1232
-                  'type' => 'string',
1233
-                ),
1234
-                'channelType' => array(
1235
-                  'location' => 'query',
1236
-                  'type' => 'string',
1237
-                ),
1238
-                'videoCaption' => array(
1239
-                  'location' => 'query',
1240
-                  'type' => 'string',
1241
-                ),
1242
-                'publishedAfter' => array(
1243
-                  'location' => 'query',
1244
-                  'type' => 'string',
1245
-                ),
1246
-                'onBehalfOfContentOwner' => array(
1247
-                  'location' => 'query',
1248
-                  'type' => 'string',
1249
-                ),
1250
-                'pageToken' => array(
1251
-                  'location' => 'query',
1252
-                  'type' => 'string',
1253
-                ),
1254
-                'forContentOwner' => array(
1255
-                  'location' => 'query',
1256
-                  'type' => 'boolean',
1257
-                ),
1258
-                'regionCode' => array(
1259
-                  'location' => 'query',
1260
-                  'type' => 'string',
1261
-                ),
1262
-                'location' => array(
1263
-                  'location' => 'query',
1264
-                  'type' => 'string',
1265
-                ),
1266
-                'locationRadius' => array(
1267
-                  'location' => 'query',
1268
-                  'type' => 'string',
1269
-                ),
1270
-                'videoType' => array(
1271
-                  'location' => 'query',
1272
-                  'type' => 'string',
1273
-                ),
1274
-                'type' => array(
1275
-                  'location' => 'query',
1276
-                  'type' => 'string',
1277
-                ),
1278
-                'topicId' => array(
1279
-                  'location' => 'query',
1280
-                  'type' => 'string',
1281
-                ),
1282
-                'publishedBefore' => array(
1283
-                  'location' => 'query',
1284
-                  'type' => 'string',
1285
-                ),
1286
-                'videoDimension' => array(
1287
-                  'location' => 'query',
1288
-                  'type' => 'string',
1289
-                ),
1290
-                'videoLicense' => array(
1291
-                  'location' => 'query',
1292
-                  'type' => 'string',
1293
-                ),
1294
-                'maxResults' => array(
1295
-                  'location' => 'query',
1296
-                  'type' => 'integer',
1297
-                ),
1298
-                'relatedToVideoId' => array(
1299
-                  'location' => 'query',
1300
-                  'type' => 'string',
1301
-                ),
1302
-                'videoDefinition' => array(
1303
-                  'location' => 'query',
1304
-                  'type' => 'string',
1305
-                ),
1306
-                'videoDuration' => array(
1307
-                  'location' => 'query',
1308
-                  'type' => 'string',
1309
-                ),
1310
-                'relevanceLanguage' => array(
1311
-                  'location' => 'query',
1312
-                  'type' => 'string',
1313
-                ),
1314
-                'forMine' => array(
1315
-                  'location' => 'query',
1316
-                  'type' => 'boolean',
1317
-                ),
1318
-                'q' => array(
1319
-                  'location' => 'query',
1320
-                  'type' => 'string',
1321
-                ),
1322
-                'safeSearch' => array(
1323
-                  'location' => 'query',
1324
-                  'type' => 'string',
1325
-                ),
1326
-                'videoEmbeddable' => array(
1327
-                  'location' => 'query',
1328
-                  'type' => 'string',
1329
-                ),
1330
-                'videoCategoryId' => array(
1331
-                  'location' => 'query',
1332
-                  'type' => 'string',
1333
-                ),
1334
-                'order' => array(
1335
-                  'location' => 'query',
1336
-                  'type' => 'string',
1337
-                ),
1338
-              ),
1339
-            ),
1340
-          )
1341
-        )
1342
-    );
1343
-    $this->subscriptions = new Google_Service_YouTube_Subscriptions_Resource(
1344
-        $this,
1345
-        $this->serviceName,
1346
-        'subscriptions',
1347
-        array(
1348
-          'methods' => array(
1349
-            'delete' => array(
1350
-              'path' => 'subscriptions',
1351
-              'httpMethod' => 'DELETE',
1352
-              'parameters' => array(
1353
-                'id' => array(
1354
-                  'location' => 'query',
1355
-                  'type' => 'string',
1356
-                  'required' => true,
1357
-                ),
1358
-              ),
1359
-            ),'insert' => array(
1360
-              'path' => 'subscriptions',
1361
-              'httpMethod' => 'POST',
1362
-              'parameters' => array(
1363
-                'part' => array(
1364
-                  'location' => 'query',
1365
-                  'type' => 'string',
1366
-                  'required' => true,
1367
-                ),
1368
-              ),
1369
-            ),'list' => array(
1370
-              'path' => 'subscriptions',
1371
-              'httpMethod' => 'GET',
1372
-              'parameters' => array(
1373
-                'part' => array(
1374
-                  'location' => 'query',
1375
-                  'type' => 'string',
1376
-                  'required' => true,
1377
-                ),
1378
-                'onBehalfOfContentOwner' => array(
1379
-                  'location' => 'query',
1380
-                  'type' => 'string',
1381
-                ),
1382
-                'onBehalfOfContentOwnerChannel' => array(
1383
-                  'location' => 'query',
1384
-                  'type' => 'string',
1385
-                ),
1386
-                'channelId' => array(
1387
-                  'location' => 'query',
1388
-                  'type' => 'string',
1389
-                ),
1390
-                'mine' => array(
1391
-                  'location' => 'query',
1392
-                  'type' => 'boolean',
1393
-                ),
1394
-                'maxResults' => array(
1395
-                  'location' => 'query',
1396
-                  'type' => 'integer',
1397
-                ),
1398
-                'forChannelId' => array(
1399
-                  'location' => 'query',
1400
-                  'type' => 'string',
1401
-                ),
1402
-                'pageToken' => array(
1403
-                  'location' => 'query',
1404
-                  'type' => 'string',
1405
-                ),
1406
-                'mySubscribers' => array(
1407
-                  'location' => 'query',
1408
-                  'type' => 'boolean',
1409
-                ),
1410
-                'order' => array(
1411
-                  'location' => 'query',
1412
-                  'type' => 'string',
1413
-                ),
1414
-                'id' => array(
1415
-                  'location' => 'query',
1416
-                  'type' => 'string',
1417
-                ),
1418
-              ),
1419
-            ),
1420
-          )
1421
-        )
1422
-    );
1423
-    $this->thumbnails = new Google_Service_YouTube_Thumbnails_Resource(
1424
-        $this,
1425
-        $this->serviceName,
1426
-        'thumbnails',
1427
-        array(
1428
-          'methods' => array(
1429
-            'set' => array(
1430
-              'path' => 'thumbnails/set',
1431
-              'httpMethod' => 'POST',
1432
-              'parameters' => array(
1433
-                'videoId' => array(
1434
-                  'location' => 'query',
1435
-                  'type' => 'string',
1436
-                  'required' => true,
1437
-                ),
1438
-                'onBehalfOfContentOwner' => array(
1439
-                  'location' => 'query',
1440
-                  'type' => 'string',
1441
-                ),
1442
-              ),
1443
-            ),
1444
-          )
1445
-        )
1446
-    );
1447
-    $this->videoAbuseReportReasons = new Google_Service_YouTube_VideoAbuseReportReasons_Resource(
1448
-        $this,
1449
-        $this->serviceName,
1450
-        'videoAbuseReportReasons',
1451
-        array(
1452
-          'methods' => array(
1453
-            'list' => array(
1454
-              'path' => 'videoAbuseReportReasons',
1455
-              'httpMethod' => 'GET',
1456
-              'parameters' => array(
1457
-                'part' => array(
1458
-                  'location' => 'query',
1459
-                  'type' => 'string',
1460
-                  'required' => true,
1461
-                ),
1462
-                'hl' => array(
1463
-                  'location' => 'query',
1464
-                  'type' => 'string',
1465
-                ),
1466
-              ),
1467
-            ),
1468
-          )
1469
-        )
1470
-    );
1471
-    $this->videoCategories = new Google_Service_YouTube_VideoCategories_Resource(
1472
-        $this,
1473
-        $this->serviceName,
1474
-        'videoCategories',
1475
-        array(
1476
-          'methods' => array(
1477
-            'list' => array(
1478
-              'path' => 'videoCategories',
1479
-              'httpMethod' => 'GET',
1480
-              'parameters' => array(
1481
-                'part' => array(
1482
-                  'location' => 'query',
1483
-                  'type' => 'string',
1484
-                  'required' => true,
1485
-                ),
1486
-                'regionCode' => array(
1487
-                  'location' => 'query',
1488
-                  'type' => 'string',
1489
-                ),
1490
-                'id' => array(
1491
-                  'location' => 'query',
1492
-                  'type' => 'string',
1493
-                ),
1494
-                'hl' => array(
1495
-                  'location' => 'query',
1496
-                  'type' => 'string',
1497
-                ),
1498
-              ),
1499
-            ),
1500
-          )
1501
-        )
1502
-    );
1503
-    $this->videos = new Google_Service_YouTube_Videos_Resource(
1504
-        $this,
1505
-        $this->serviceName,
1506
-        'videos',
1507
-        array(
1508
-          'methods' => array(
1509
-            'delete' => array(
1510
-              'path' => 'videos',
1511
-              'httpMethod' => 'DELETE',
1512
-              'parameters' => array(
1513
-                'id' => array(
1514
-                  'location' => 'query',
1515
-                  'type' => 'string',
1516
-                  'required' => true,
1517
-                ),
1518
-                'onBehalfOfContentOwner' => array(
1519
-                  'location' => 'query',
1520
-                  'type' => 'string',
1521
-                ),
1522
-              ),
1523
-            ),'getRating' => array(
1524
-              'path' => 'videos/getRating',
1525
-              'httpMethod' => 'GET',
1526
-              'parameters' => array(
1527
-                'id' => array(
1528
-                  'location' => 'query',
1529
-                  'type' => 'string',
1530
-                  'required' => true,
1531
-                ),
1532
-                'onBehalfOfContentOwner' => array(
1533
-                  'location' => 'query',
1534
-                  'type' => 'string',
1535
-                ),
1536
-              ),
1537
-            ),'insert' => array(
1538
-              'path' => 'videos',
1539
-              'httpMethod' => 'POST',
1540
-              'parameters' => array(
1541
-                'part' => array(
1542
-                  'location' => 'query',
1543
-                  'type' => 'string',
1544
-                  'required' => true,
1545
-                ),
1546
-                'onBehalfOfContentOwner' => array(
1547
-                  'location' => 'query',
1548
-                  'type' => 'string',
1549
-                ),
1550
-                'stabilize' => array(
1551
-                  'location' => 'query',
1552
-                  'type' => 'boolean',
1553
-                ),
1554
-                'onBehalfOfContentOwnerChannel' => array(
1555
-                  'location' => 'query',
1556
-                  'type' => 'string',
1557
-                ),
1558
-                'notifySubscribers' => array(
1559
-                  'location' => 'query',
1560
-                  'type' => 'boolean',
1561
-                ),
1562
-                'autoLevels' => array(
1563
-                  'location' => 'query',
1564
-                  'type' => 'boolean',
1565
-                ),
1566
-              ),
1567
-            ),'list' => array(
1568
-              'path' => 'videos',
1569
-              'httpMethod' => 'GET',
1570
-              'parameters' => array(
1571
-                'part' => array(
1572
-                  'location' => 'query',
1573
-                  'type' => 'string',
1574
-                  'required' => true,
1575
-                ),
1576
-                'onBehalfOfContentOwner' => array(
1577
-                  'location' => 'query',
1578
-                  'type' => 'string',
1579
-                ),
1580
-                'regionCode' => array(
1581
-                  'location' => 'query',
1582
-                  'type' => 'string',
1583
-                ),
1584
-                'locale' => array(
1585
-                  'location' => 'query',
1586
-                  'type' => 'string',
1587
-                ),
1588
-                'videoCategoryId' => array(
1589
-                  'location' => 'query',
1590
-                  'type' => 'string',
1591
-                ),
1592
-                'chart' => array(
1593
-                  'location' => 'query',
1594
-                  'type' => 'string',
1595
-                ),
1596
-                'maxResults' => array(
1597
-                  'location' => 'query',
1598
-                  'type' => 'integer',
1599
-                ),
1600
-                'pageToken' => array(
1601
-                  'location' => 'query',
1602
-                  'type' => 'string',
1603
-                ),
1604
-                'debugProjectIdOverride' => array(
1605
-                  'location' => 'query',
1606
-                  'type' => 'string',
1607
-                ),
1608
-                'hl' => array(
1609
-                  'location' => 'query',
1610
-                  'type' => 'string',
1611
-                ),
1612
-                'myRating' => array(
1613
-                  'location' => 'query',
1614
-                  'type' => 'string',
1615
-                ),
1616
-                'id' => array(
1617
-                  'location' => 'query',
1618
-                  'type' => 'string',
1619
-                ),
1620
-              ),
1621
-            ),'rate' => array(
1622
-              'path' => 'videos/rate',
1623
-              'httpMethod' => 'POST',
1624
-              'parameters' => array(
1625
-                'id' => array(
1626
-                  'location' => 'query',
1627
-                  'type' => 'string',
1628
-                  'required' => true,
1629
-                ),
1630
-                'rating' => array(
1631
-                  'location' => 'query',
1632
-                  'type' => 'string',
1633
-                  'required' => true,
1634
-                ),
1635
-              ),
1636
-            ),'reportAbuse' => array(
1637
-              'path' => 'videos/reportAbuse',
1638
-              'httpMethod' => 'POST',
1639
-              'parameters' => array(
1640
-                'onBehalfOfContentOwner' => array(
1641
-                  'location' => 'query',
1642
-                  'type' => 'string',
1643
-                ),
1644
-              ),
1645
-            ),'update' => array(
1646
-              'path' => 'videos',
1647
-              'httpMethod' => 'PUT',
1648
-              'parameters' => array(
1649
-                'part' => array(
1650
-                  'location' => 'query',
1651
-                  'type' => 'string',
1652
-                  'required' => true,
1653
-                ),
1654
-                'onBehalfOfContentOwner' => array(
1655
-                  'location' => 'query',
1656
-                  'type' => 'string',
1657
-                ),
1658
-              ),
1659
-            ),
1660
-          )
1661
-        )
1662
-    );
1663
-    $this->watermarks = new Google_Service_YouTube_Watermarks_Resource(
1664
-        $this,
1665
-        $this->serviceName,
1666
-        'watermarks',
1667
-        array(
1668
-          'methods' => array(
1669
-            'set' => array(
1670
-              'path' => 'watermarks/set',
1671
-              'httpMethod' => 'POST',
1672
-              'parameters' => array(
1673
-                'channelId' => array(
1674
-                  'location' => 'query',
1675
-                  'type' => 'string',
1676
-                  'required' => true,
1677
-                ),
1678
-                'onBehalfOfContentOwner' => array(
1679
-                  'location' => 'query',
1680
-                  'type' => 'string',
1681
-                ),
1682
-              ),
1683
-            ),'unset' => array(
1684
-              'path' => 'watermarks/unset',
1685
-              'httpMethod' => 'POST',
1686
-              'parameters' => array(
1687
-                'channelId' => array(
1688
-                  'location' => 'query',
1689
-                  'type' => 'string',
1690
-                  'required' => true,
1691
-                ),
1692
-                'onBehalfOfContentOwner' => array(
1693
-                  'location' => 'query',
1694
-                  'type' => 'string',
1695
-                ),
1696
-              ),
1697
-            ),
1698
-          )
1699
-        )
1700
-    );
82
+	parent::__construct($client);
83
+	$this->rootUrl = 'https://www.googleapis.com/';
84
+	$this->servicePath = 'youtube/v3/';
85
+	$this->version = 'v3';
86
+	$this->serviceName = 'youtube';
87
+
88
+	$this->activities = new Google_Service_YouTube_Activities_Resource(
89
+		$this,
90
+		$this->serviceName,
91
+		'activities',
92
+		array(
93
+		  'methods' => array(
94
+			'insert' => array(
95
+			  'path' => 'activities',
96
+			  'httpMethod' => 'POST',
97
+			  'parameters' => array(
98
+				'part' => array(
99
+				  'location' => 'query',
100
+				  'type' => 'string',
101
+				  'required' => true,
102
+				),
103
+			  ),
104
+			),'list' => array(
105
+			  'path' => 'activities',
106
+			  'httpMethod' => 'GET',
107
+			  'parameters' => array(
108
+				'part' => array(
109
+				  'location' => 'query',
110
+				  'type' => 'string',
111
+				  'required' => true,
112
+				),
113
+				'regionCode' => array(
114
+				  'location' => 'query',
115
+				  'type' => 'string',
116
+				),
117
+				'publishedBefore' => array(
118
+				  'location' => 'query',
119
+				  'type' => 'string',
120
+				),
121
+				'channelId' => array(
122
+				  'location' => 'query',
123
+				  'type' => 'string',
124
+				),
125
+				'mine' => array(
126
+				  'location' => 'query',
127
+				  'type' => 'boolean',
128
+				),
129
+				'maxResults' => array(
130
+				  'location' => 'query',
131
+				  'type' => 'integer',
132
+				),
133
+				'pageToken' => array(
134
+				  'location' => 'query',
135
+				  'type' => 'string',
136
+				),
137
+				'home' => array(
138
+				  'location' => 'query',
139
+				  'type' => 'boolean',
140
+				),
141
+				'publishedAfter' => array(
142
+				  'location' => 'query',
143
+				  'type' => 'string',
144
+				),
145
+			  ),
146
+			),
147
+		  )
148
+		)
149
+	);
150
+	$this->captions = new Google_Service_YouTube_Captions_Resource(
151
+		$this,
152
+		$this->serviceName,
153
+		'captions',
154
+		array(
155
+		  'methods' => array(
156
+			'delete' => array(
157
+			  'path' => 'captions',
158
+			  'httpMethod' => 'DELETE',
159
+			  'parameters' => array(
160
+				'id' => array(
161
+				  'location' => 'query',
162
+				  'type' => 'string',
163
+				  'required' => true,
164
+				),
165
+				'onBehalfOfContentOwner' => array(
166
+				  'location' => 'query',
167
+				  'type' => 'string',
168
+				),
169
+				'onBehalfOf' => array(
170
+				  'location' => 'query',
171
+				  'type' => 'string',
172
+				),
173
+				'debugProjectIdOverride' => array(
174
+				  'location' => 'query',
175
+				  'type' => 'string',
176
+				),
177
+			  ),
178
+			),'download' => array(
179
+			  'path' => 'captions/{id}',
180
+			  'httpMethod' => 'GET',
181
+			  'parameters' => array(
182
+				'id' => array(
183
+				  'location' => 'path',
184
+				  'type' => 'string',
185
+				  'required' => true,
186
+				),
187
+				'onBehalfOfContentOwner' => array(
188
+				  'location' => 'query',
189
+				  'type' => 'string',
190
+				),
191
+				'onBehalfOf' => array(
192
+				  'location' => 'query',
193
+				  'type' => 'string',
194
+				),
195
+				'debugProjectIdOverride' => array(
196
+				  'location' => 'query',
197
+				  'type' => 'string',
198
+				),
199
+				'tfmt' => array(
200
+				  'location' => 'query',
201
+				  'type' => 'string',
202
+				),
203
+				'tlang' => array(
204
+				  'location' => 'query',
205
+				  'type' => 'string',
206
+				),
207
+			  ),
208
+			),'insert' => array(
209
+			  'path' => 'captions',
210
+			  'httpMethod' => 'POST',
211
+			  'parameters' => array(
212
+				'part' => array(
213
+				  'location' => 'query',
214
+				  'type' => 'string',
215
+				  'required' => true,
216
+				),
217
+				'sync' => array(
218
+				  'location' => 'query',
219
+				  'type' => 'boolean',
220
+				),
221
+				'onBehalfOf' => array(
222
+				  'location' => 'query',
223
+				  'type' => 'string',
224
+				),
225
+				'debugProjectIdOverride' => array(
226
+				  'location' => 'query',
227
+				  'type' => 'string',
228
+				),
229
+				'onBehalfOfContentOwner' => array(
230
+				  'location' => 'query',
231
+				  'type' => 'string',
232
+				),
233
+			  ),
234
+			),'list' => array(
235
+			  'path' => 'captions',
236
+			  'httpMethod' => 'GET',
237
+			  'parameters' => array(
238
+				'part' => array(
239
+				  'location' => 'query',
240
+				  'type' => 'string',
241
+				  'required' => true,
242
+				),
243
+				'videoId' => array(
244
+				  'location' => 'query',
245
+				  'type' => 'string',
246
+				  'required' => true,
247
+				),
248
+				'onBehalfOfContentOwner' => array(
249
+				  'location' => 'query',
250
+				  'type' => 'string',
251
+				),
252
+				'onBehalfOf' => array(
253
+				  'location' => 'query',
254
+				  'type' => 'string',
255
+				),
256
+				'debugProjectIdOverride' => array(
257
+				  'location' => 'query',
258
+				  'type' => 'string',
259
+				),
260
+				'id' => array(
261
+				  'location' => 'query',
262
+				  'type' => 'string',
263
+				),
264
+			  ),
265
+			),'update' => array(
266
+			  'path' => 'captions',
267
+			  'httpMethod' => 'PUT',
268
+			  'parameters' => array(
269
+				'part' => array(
270
+				  'location' => 'query',
271
+				  'type' => 'string',
272
+				  'required' => true,
273
+				),
274
+				'sync' => array(
275
+				  'location' => 'query',
276
+				  'type' => 'boolean',
277
+				),
278
+				'onBehalfOf' => array(
279
+				  'location' => 'query',
280
+				  'type' => 'string',
281
+				),
282
+				'debugProjectIdOverride' => array(
283
+				  'location' => 'query',
284
+				  'type' => 'string',
285
+				),
286
+				'onBehalfOfContentOwner' => array(
287
+				  'location' => 'query',
288
+				  'type' => 'string',
289
+				),
290
+			  ),
291
+			),
292
+		  )
293
+		)
294
+	);
295
+	$this->channelBanners = new Google_Service_YouTube_ChannelBanners_Resource(
296
+		$this,
297
+		$this->serviceName,
298
+		'channelBanners',
299
+		array(
300
+		  'methods' => array(
301
+			'insert' => array(
302
+			  'path' => 'channelBanners/insert',
303
+			  'httpMethod' => 'POST',
304
+			  'parameters' => array(
305
+				'onBehalfOfContentOwner' => array(
306
+				  'location' => 'query',
307
+				  'type' => 'string',
308
+				),
309
+			  ),
310
+			),
311
+		  )
312
+		)
313
+	);
314
+	$this->channelSections = new Google_Service_YouTube_ChannelSections_Resource(
315
+		$this,
316
+		$this->serviceName,
317
+		'channelSections',
318
+		array(
319
+		  'methods' => array(
320
+			'delete' => array(
321
+			  'path' => 'channelSections',
322
+			  'httpMethod' => 'DELETE',
323
+			  'parameters' => array(
324
+				'id' => array(
325
+				  'location' => 'query',
326
+				  'type' => 'string',
327
+				  'required' => true,
328
+				),
329
+				'onBehalfOfContentOwner' => array(
330
+				  'location' => 'query',
331
+				  'type' => 'string',
332
+				),
333
+			  ),
334
+			),'insert' => array(
335
+			  'path' => 'channelSections',
336
+			  'httpMethod' => 'POST',
337
+			  'parameters' => array(
338
+				'part' => array(
339
+				  'location' => 'query',
340
+				  'type' => 'string',
341
+				  'required' => true,
342
+				),
343
+				'onBehalfOfContentOwnerChannel' => array(
344
+				  'location' => 'query',
345
+				  'type' => 'string',
346
+				),
347
+				'onBehalfOfContentOwner' => array(
348
+				  'location' => 'query',
349
+				  'type' => 'string',
350
+				),
351
+			  ),
352
+			),'list' => array(
353
+			  'path' => 'channelSections',
354
+			  'httpMethod' => 'GET',
355
+			  'parameters' => array(
356
+				'part' => array(
357
+				  'location' => 'query',
358
+				  'type' => 'string',
359
+				  'required' => true,
360
+				),
361
+				'onBehalfOfContentOwner' => array(
362
+				  'location' => 'query',
363
+				  'type' => 'string',
364
+				),
365
+				'channelId' => array(
366
+				  'location' => 'query',
367
+				  'type' => 'string',
368
+				),
369
+				'mine' => array(
370
+				  'location' => 'query',
371
+				  'type' => 'boolean',
372
+				),
373
+				'hl' => array(
374
+				  'location' => 'query',
375
+				  'type' => 'string',
376
+				),
377
+				'id' => array(
378
+				  'location' => 'query',
379
+				  'type' => 'string',
380
+				),
381
+			  ),
382
+			),'update' => array(
383
+			  'path' => 'channelSections',
384
+			  'httpMethod' => 'PUT',
385
+			  'parameters' => array(
386
+				'part' => array(
387
+				  'location' => 'query',
388
+				  'type' => 'string',
389
+				  'required' => true,
390
+				),
391
+				'onBehalfOfContentOwner' => array(
392
+				  'location' => 'query',
393
+				  'type' => 'string',
394
+				),
395
+			  ),
396
+			),
397
+		  )
398
+		)
399
+	);
400
+	$this->channels = new Google_Service_YouTube_Channels_Resource(
401
+		$this,
402
+		$this->serviceName,
403
+		'channels',
404
+		array(
405
+		  'methods' => array(
406
+			'list' => array(
407
+			  'path' => 'channels',
408
+			  'httpMethod' => 'GET',
409
+			  'parameters' => array(
410
+				'part' => array(
411
+				  'location' => 'query',
412
+				  'type' => 'string',
413
+				  'required' => true,
414
+				),
415
+				'managedByMe' => array(
416
+				  'location' => 'query',
417
+				  'type' => 'boolean',
418
+				),
419
+				'onBehalfOfContentOwner' => array(
420
+				  'location' => 'query',
421
+				  'type' => 'string',
422
+				),
423
+				'forUsername' => array(
424
+				  'location' => 'query',
425
+				  'type' => 'string',
426
+				),
427
+				'mine' => array(
428
+				  'location' => 'query',
429
+				  'type' => 'boolean',
430
+				),
431
+				'maxResults' => array(
432
+				  'location' => 'query',
433
+				  'type' => 'integer',
434
+				),
435
+				'id' => array(
436
+				  'location' => 'query',
437
+				  'type' => 'string',
438
+				),
439
+				'pageToken' => array(
440
+				  'location' => 'query',
441
+				  'type' => 'string',
442
+				),
443
+				'mySubscribers' => array(
444
+				  'location' => 'query',
445
+				  'type' => 'boolean',
446
+				),
447
+				'hl' => array(
448
+				  'location' => 'query',
449
+				  'type' => 'string',
450
+				),
451
+				'categoryId' => array(
452
+				  'location' => 'query',
453
+				  'type' => 'string',
454
+				),
455
+			  ),
456
+			),'update' => array(
457
+			  'path' => 'channels',
458
+			  'httpMethod' => 'PUT',
459
+			  'parameters' => array(
460
+				'part' => array(
461
+				  'location' => 'query',
462
+				  'type' => 'string',
463
+				  'required' => true,
464
+				),
465
+				'onBehalfOfContentOwner' => array(
466
+				  'location' => 'query',
467
+				  'type' => 'string',
468
+				),
469
+			  ),
470
+			),
471
+		  )
472
+		)
473
+	);
474
+	$this->commentThreads = new Google_Service_YouTube_CommentThreads_Resource(
475
+		$this,
476
+		$this->serviceName,
477
+		'commentThreads',
478
+		array(
479
+		  'methods' => array(
480
+			'insert' => array(
481
+			  'path' => 'commentThreads',
482
+			  'httpMethod' => 'POST',
483
+			  'parameters' => array(
484
+				'part' => array(
485
+				  'location' => 'query',
486
+				  'type' => 'string',
487
+				  'required' => true,
488
+				),
489
+				'shareOnGooglePlus' => array(
490
+				  'location' => 'query',
491
+				  'type' => 'boolean',
492
+				),
493
+			  ),
494
+			),'list' => array(
495
+			  'path' => 'commentThreads',
496
+			  'httpMethod' => 'GET',
497
+			  'parameters' => array(
498
+				'part' => array(
499
+				  'location' => 'query',
500
+				  'type' => 'string',
501
+				  'required' => true,
502
+				),
503
+				'searchTerms' => array(
504
+				  'location' => 'query',
505
+				  'type' => 'string',
506
+				),
507
+				'allThreadsRelatedToChannelId' => array(
508
+				  'location' => 'query',
509
+				  'type' => 'string',
510
+				),
511
+				'channelId' => array(
512
+				  'location' => 'query',
513
+				  'type' => 'string',
514
+				),
515
+				'videoId' => array(
516
+				  'location' => 'query',
517
+				  'type' => 'string',
518
+				),
519
+				'maxResults' => array(
520
+				  'location' => 'query',
521
+				  'type' => 'integer',
522
+				),
523
+				'id' => array(
524
+				  'location' => 'query',
525
+				  'type' => 'string',
526
+				),
527
+				'pageToken' => array(
528
+				  'location' => 'query',
529
+				  'type' => 'string',
530
+				),
531
+				'moderationStatus' => array(
532
+				  'location' => 'query',
533
+				  'type' => 'string',
534
+				),
535
+				'textFormat' => array(
536
+				  'location' => 'query',
537
+				  'type' => 'string',
538
+				),
539
+				'order' => array(
540
+				  'location' => 'query',
541
+				  'type' => 'string',
542
+				),
543
+			  ),
544
+			),'update' => array(
545
+			  'path' => 'commentThreads',
546
+			  'httpMethod' => 'PUT',
547
+			  'parameters' => array(
548
+				'part' => array(
549
+				  'location' => 'query',
550
+				  'type' => 'string',
551
+				  'required' => true,
552
+				),
553
+			  ),
554
+			),
555
+		  )
556
+		)
557
+	);
558
+	$this->comments = new Google_Service_YouTube_Comments_Resource(
559
+		$this,
560
+		$this->serviceName,
561
+		'comments',
562
+		array(
563
+		  'methods' => array(
564
+			'delete' => array(
565
+			  'path' => 'comments',
566
+			  'httpMethod' => 'DELETE',
567
+			  'parameters' => array(
568
+				'id' => array(
569
+				  'location' => 'query',
570
+				  'type' => 'string',
571
+				  'required' => true,
572
+				),
573
+			  ),
574
+			),'insert' => array(
575
+			  'path' => 'comments',
576
+			  'httpMethod' => 'POST',
577
+			  'parameters' => array(
578
+				'part' => array(
579
+				  'location' => 'query',
580
+				  'type' => 'string',
581
+				  'required' => true,
582
+				),
583
+			  ),
584
+			),'list' => array(
585
+			  'path' => 'comments',
586
+			  'httpMethod' => 'GET',
587
+			  'parameters' => array(
588
+				'part' => array(
589
+				  'location' => 'query',
590
+				  'type' => 'string',
591
+				  'required' => true,
592
+				),
593
+				'maxResults' => array(
594
+				  'location' => 'query',
595
+				  'type' => 'integer',
596
+				),
597
+				'pageToken' => array(
598
+				  'location' => 'query',
599
+				  'type' => 'string',
600
+				),
601
+				'parentId' => array(
602
+				  'location' => 'query',
603
+				  'type' => 'string',
604
+				),
605
+				'textFormat' => array(
606
+				  'location' => 'query',
607
+				  'type' => 'string',
608
+				),
609
+				'id' => array(
610
+				  'location' => 'query',
611
+				  'type' => 'string',
612
+				),
613
+			  ),
614
+			),'markAsSpam' => array(
615
+			  'path' => 'comments/markAsSpam',
616
+			  'httpMethod' => 'POST',
617
+			  'parameters' => array(
618
+				'id' => array(
619
+				  'location' => 'query',
620
+				  'type' => 'string',
621
+				  'required' => true,
622
+				),
623
+			  ),
624
+			),'setModerationStatus' => array(
625
+			  'path' => 'comments/setModerationStatus',
626
+			  'httpMethod' => 'POST',
627
+			  'parameters' => array(
628
+				'id' => array(
629
+				  'location' => 'query',
630
+				  'type' => 'string',
631
+				  'required' => true,
632
+				),
633
+				'moderationStatus' => array(
634
+				  'location' => 'query',
635
+				  'type' => 'string',
636
+				  'required' => true,
637
+				),
638
+				'banAuthor' => array(
639
+				  'location' => 'query',
640
+				  'type' => 'boolean',
641
+				),
642
+			  ),
643
+			),'update' => array(
644
+			  'path' => 'comments',
645
+			  'httpMethod' => 'PUT',
646
+			  'parameters' => array(
647
+				'part' => array(
648
+				  'location' => 'query',
649
+				  'type' => 'string',
650
+				  'required' => true,
651
+				),
652
+			  ),
653
+			),
654
+		  )
655
+		)
656
+	);
657
+	$this->guideCategories = new Google_Service_YouTube_GuideCategories_Resource(
658
+		$this,
659
+		$this->serviceName,
660
+		'guideCategories',
661
+		array(
662
+		  'methods' => array(
663
+			'list' => array(
664
+			  'path' => 'guideCategories',
665
+			  'httpMethod' => 'GET',
666
+			  'parameters' => array(
667
+				'part' => array(
668
+				  'location' => 'query',
669
+				  'type' => 'string',
670
+				  'required' => true,
671
+				),
672
+				'regionCode' => array(
673
+				  'location' => 'query',
674
+				  'type' => 'string',
675
+				),
676
+				'id' => array(
677
+				  'location' => 'query',
678
+				  'type' => 'string',
679
+				),
680
+				'hl' => array(
681
+				  'location' => 'query',
682
+				  'type' => 'string',
683
+				),
684
+			  ),
685
+			),
686
+		  )
687
+		)
688
+	);
689
+	$this->i18nLanguages = new Google_Service_YouTube_I18nLanguages_Resource(
690
+		$this,
691
+		$this->serviceName,
692
+		'i18nLanguages',
693
+		array(
694
+		  'methods' => array(
695
+			'list' => array(
696
+			  'path' => 'i18nLanguages',
697
+			  'httpMethod' => 'GET',
698
+			  'parameters' => array(
699
+				'part' => array(
700
+				  'location' => 'query',
701
+				  'type' => 'string',
702
+				  'required' => true,
703
+				),
704
+				'hl' => array(
705
+				  'location' => 'query',
706
+				  'type' => 'string',
707
+				),
708
+			  ),
709
+			),
710
+		  )
711
+		)
712
+	);
713
+	$this->i18nRegions = new Google_Service_YouTube_I18nRegions_Resource(
714
+		$this,
715
+		$this->serviceName,
716
+		'i18nRegions',
717
+		array(
718
+		  'methods' => array(
719
+			'list' => array(
720
+			  'path' => 'i18nRegions',
721
+			  'httpMethod' => 'GET',
722
+			  'parameters' => array(
723
+				'part' => array(
724
+				  'location' => 'query',
725
+				  'type' => 'string',
726
+				  'required' => true,
727
+				),
728
+				'hl' => array(
729
+				  'location' => 'query',
730
+				  'type' => 'string',
731
+				),
732
+			  ),
733
+			),
734
+		  )
735
+		)
736
+	);
737
+	$this->liveBroadcasts = new Google_Service_YouTube_LiveBroadcasts_Resource(
738
+		$this,
739
+		$this->serviceName,
740
+		'liveBroadcasts',
741
+		array(
742
+		  'methods' => array(
743
+			'bind' => array(
744
+			  'path' => 'liveBroadcasts/bind',
745
+			  'httpMethod' => 'POST',
746
+			  'parameters' => array(
747
+				'id' => array(
748
+				  'location' => 'query',
749
+				  'type' => 'string',
750
+				  'required' => true,
751
+				),
752
+				'part' => array(
753
+				  'location' => 'query',
754
+				  'type' => 'string',
755
+				  'required' => true,
756
+				),
757
+				'onBehalfOfContentOwnerChannel' => array(
758
+				  'location' => 'query',
759
+				  'type' => 'string',
760
+				),
761
+				'onBehalfOfContentOwner' => array(
762
+				  'location' => 'query',
763
+				  'type' => 'string',
764
+				),
765
+				'streamId' => array(
766
+				  'location' => 'query',
767
+				  'type' => 'string',
768
+				),
769
+			  ),
770
+			),'control' => array(
771
+			  'path' => 'liveBroadcasts/control',
772
+			  'httpMethod' => 'POST',
773
+			  'parameters' => array(
774
+				'id' => array(
775
+				  'location' => 'query',
776
+				  'type' => 'string',
777
+				  'required' => true,
778
+				),
779
+				'part' => array(
780
+				  'location' => 'query',
781
+				  'type' => 'string',
782
+				  'required' => true,
783
+				),
784
+				'onBehalfOfContentOwner' => array(
785
+				  'location' => 'query',
786
+				  'type' => 'string',
787
+				),
788
+				'displaySlate' => array(
789
+				  'location' => 'query',
790
+				  'type' => 'boolean',
791
+				),
792
+				'onBehalfOfContentOwnerChannel' => array(
793
+				  'location' => 'query',
794
+				  'type' => 'string',
795
+				),
796
+				'offsetTimeMs' => array(
797
+				  'location' => 'query',
798
+				  'type' => 'string',
799
+				),
800
+				'walltime' => array(
801
+				  'location' => 'query',
802
+				  'type' => 'string',
803
+				),
804
+			  ),
805
+			),'delete' => array(
806
+			  'path' => 'liveBroadcasts',
807
+			  'httpMethod' => 'DELETE',
808
+			  'parameters' => array(
809
+				'id' => array(
810
+				  'location' => 'query',
811
+				  'type' => 'string',
812
+				  'required' => true,
813
+				),
814
+				'onBehalfOfContentOwnerChannel' => array(
815
+				  'location' => 'query',
816
+				  'type' => 'string',
817
+				),
818
+				'onBehalfOfContentOwner' => array(
819
+				  'location' => 'query',
820
+				  'type' => 'string',
821
+				),
822
+			  ),
823
+			),'insert' => array(
824
+			  'path' => 'liveBroadcasts',
825
+			  'httpMethod' => 'POST',
826
+			  'parameters' => array(
827
+				'part' => array(
828
+				  'location' => 'query',
829
+				  'type' => 'string',
830
+				  'required' => true,
831
+				),
832
+				'onBehalfOfContentOwnerChannel' => array(
833
+				  'location' => 'query',
834
+				  'type' => 'string',
835
+				),
836
+				'onBehalfOfContentOwner' => array(
837
+				  'location' => 'query',
838
+				  'type' => 'string',
839
+				),
840
+			  ),
841
+			),'list' => array(
842
+			  'path' => 'liveBroadcasts',
843
+			  'httpMethod' => 'GET',
844
+			  'parameters' => array(
845
+				'part' => array(
846
+				  'location' => 'query',
847
+				  'type' => 'string',
848
+				  'required' => true,
849
+				),
850
+				'broadcastStatus' => array(
851
+				  'location' => 'query',
852
+				  'type' => 'string',
853
+				),
854
+				'onBehalfOfContentOwner' => array(
855
+				  'location' => 'query',
856
+				  'type' => 'string',
857
+				),
858
+				'onBehalfOfContentOwnerChannel' => array(
859
+				  'location' => 'query',
860
+				  'type' => 'string',
861
+				),
862
+				'mine' => array(
863
+				  'location' => 'query',
864
+				  'type' => 'boolean',
865
+				),
866
+				'maxResults' => array(
867
+				  'location' => 'query',
868
+				  'type' => 'integer',
869
+				),
870
+				'pageToken' => array(
871
+				  'location' => 'query',
872
+				  'type' => 'string',
873
+				),
874
+				'id' => array(
875
+				  'location' => 'query',
876
+				  'type' => 'string',
877
+				),
878
+			  ),
879
+			),'transition' => array(
880
+			  'path' => 'liveBroadcasts/transition',
881
+			  'httpMethod' => 'POST',
882
+			  'parameters' => array(
883
+				'broadcastStatus' => array(
884
+				  'location' => 'query',
885
+				  'type' => 'string',
886
+				  'required' => true,
887
+				),
888
+				'id' => array(
889
+				  'location' => 'query',
890
+				  'type' => 'string',
891
+				  'required' => true,
892
+				),
893
+				'part' => array(
894
+				  'location' => 'query',
895
+				  'type' => 'string',
896
+				  'required' => true,
897
+				),
898
+				'onBehalfOfContentOwnerChannel' => array(
899
+				  'location' => 'query',
900
+				  'type' => 'string',
901
+				),
902
+				'onBehalfOfContentOwner' => array(
903
+				  'location' => 'query',
904
+				  'type' => 'string',
905
+				),
906
+			  ),
907
+			),'update' => array(
908
+			  'path' => 'liveBroadcasts',
909
+			  'httpMethod' => 'PUT',
910
+			  'parameters' => array(
911
+				'part' => array(
912
+				  'location' => 'query',
913
+				  'type' => 'string',
914
+				  'required' => true,
915
+				),
916
+				'onBehalfOfContentOwnerChannel' => array(
917
+				  'location' => 'query',
918
+				  'type' => 'string',
919
+				),
920
+				'onBehalfOfContentOwner' => array(
921
+				  'location' => 'query',
922
+				  'type' => 'string',
923
+				),
924
+			  ),
925
+			),
926
+		  )
927
+		)
928
+	);
929
+	$this->liveStreams = new Google_Service_YouTube_LiveStreams_Resource(
930
+		$this,
931
+		$this->serviceName,
932
+		'liveStreams',
933
+		array(
934
+		  'methods' => array(
935
+			'delete' => array(
936
+			  'path' => 'liveStreams',
937
+			  'httpMethod' => 'DELETE',
938
+			  'parameters' => array(
939
+				'id' => array(
940
+				  'location' => 'query',
941
+				  'type' => 'string',
942
+				  'required' => true,
943
+				),
944
+				'onBehalfOfContentOwnerChannel' => array(
945
+				  'location' => 'query',
946
+				  'type' => 'string',
947
+				),
948
+				'onBehalfOfContentOwner' => array(
949
+				  'location' => 'query',
950
+				  'type' => 'string',
951
+				),
952
+			  ),
953
+			),'insert' => array(
954
+			  'path' => 'liveStreams',
955
+			  'httpMethod' => 'POST',
956
+			  'parameters' => array(
957
+				'part' => array(
958
+				  'location' => 'query',
959
+				  'type' => 'string',
960
+				  'required' => true,
961
+				),
962
+				'onBehalfOfContentOwnerChannel' => array(
963
+				  'location' => 'query',
964
+				  'type' => 'string',
965
+				),
966
+				'onBehalfOfContentOwner' => array(
967
+				  'location' => 'query',
968
+				  'type' => 'string',
969
+				),
970
+			  ),
971
+			),'list' => array(
972
+			  'path' => 'liveStreams',
973
+			  'httpMethod' => 'GET',
974
+			  'parameters' => array(
975
+				'part' => array(
976
+				  'location' => 'query',
977
+				  'type' => 'string',
978
+				  'required' => true,
979
+				),
980
+				'onBehalfOfContentOwner' => array(
981
+				  'location' => 'query',
982
+				  'type' => 'string',
983
+				),
984
+				'onBehalfOfContentOwnerChannel' => array(
985
+				  'location' => 'query',
986
+				  'type' => 'string',
987
+				),
988
+				'mine' => array(
989
+				  'location' => 'query',
990
+				  'type' => 'boolean',
991
+				),
992
+				'maxResults' => array(
993
+				  'location' => 'query',
994
+				  'type' => 'integer',
995
+				),
996
+				'pageToken' => array(
997
+				  'location' => 'query',
998
+				  'type' => 'string',
999
+				),
1000
+				'id' => array(
1001
+				  'location' => 'query',
1002
+				  'type' => 'string',
1003
+				),
1004
+			  ),
1005
+			),'update' => array(
1006
+			  'path' => 'liveStreams',
1007
+			  'httpMethod' => 'PUT',
1008
+			  'parameters' => array(
1009
+				'part' => array(
1010
+				  'location' => 'query',
1011
+				  'type' => 'string',
1012
+				  'required' => true,
1013
+				),
1014
+				'onBehalfOfContentOwnerChannel' => array(
1015
+				  'location' => 'query',
1016
+				  'type' => 'string',
1017
+				),
1018
+				'onBehalfOfContentOwner' => array(
1019
+				  'location' => 'query',
1020
+				  'type' => 'string',
1021
+				),
1022
+			  ),
1023
+			),
1024
+		  )
1025
+		)
1026
+	);
1027
+	$this->playlistItems = new Google_Service_YouTube_PlaylistItems_Resource(
1028
+		$this,
1029
+		$this->serviceName,
1030
+		'playlistItems',
1031
+		array(
1032
+		  'methods' => array(
1033
+			'delete' => array(
1034
+			  'path' => 'playlistItems',
1035
+			  'httpMethod' => 'DELETE',
1036
+			  'parameters' => array(
1037
+				'id' => array(
1038
+				  'location' => 'query',
1039
+				  'type' => 'string',
1040
+				  'required' => true,
1041
+				),
1042
+			  ),
1043
+			),'insert' => array(
1044
+			  'path' => 'playlistItems',
1045
+			  'httpMethod' => 'POST',
1046
+			  'parameters' => array(
1047
+				'part' => array(
1048
+				  'location' => 'query',
1049
+				  'type' => 'string',
1050
+				  'required' => true,
1051
+				),
1052
+				'onBehalfOfContentOwner' => array(
1053
+				  'location' => 'query',
1054
+				  'type' => 'string',
1055
+				),
1056
+			  ),
1057
+			),'list' => array(
1058
+			  'path' => 'playlistItems',
1059
+			  'httpMethod' => 'GET',
1060
+			  'parameters' => array(
1061
+				'part' => array(
1062
+				  'location' => 'query',
1063
+				  'type' => 'string',
1064
+				  'required' => true,
1065
+				),
1066
+				'onBehalfOfContentOwner' => array(
1067
+				  'location' => 'query',
1068
+				  'type' => 'string',
1069
+				),
1070
+				'playlistId' => array(
1071
+				  'location' => 'query',
1072
+				  'type' => 'string',
1073
+				),
1074
+				'videoId' => array(
1075
+				  'location' => 'query',
1076
+				  'type' => 'string',
1077
+				),
1078
+				'maxResults' => array(
1079
+				  'location' => 'query',
1080
+				  'type' => 'integer',
1081
+				),
1082
+				'pageToken' => array(
1083
+				  'location' => 'query',
1084
+				  'type' => 'string',
1085
+				),
1086
+				'id' => array(
1087
+				  'location' => 'query',
1088
+				  'type' => 'string',
1089
+				),
1090
+			  ),
1091
+			),'update' => array(
1092
+			  'path' => 'playlistItems',
1093
+			  'httpMethod' => 'PUT',
1094
+			  'parameters' => array(
1095
+				'part' => array(
1096
+				  'location' => 'query',
1097
+				  'type' => 'string',
1098
+				  'required' => true,
1099
+				),
1100
+			  ),
1101
+			),
1102
+		  )
1103
+		)
1104
+	);
1105
+	$this->playlists = new Google_Service_YouTube_Playlists_Resource(
1106
+		$this,
1107
+		$this->serviceName,
1108
+		'playlists',
1109
+		array(
1110
+		  'methods' => array(
1111
+			'delete' => array(
1112
+			  'path' => 'playlists',
1113
+			  'httpMethod' => 'DELETE',
1114
+			  'parameters' => array(
1115
+				'id' => array(
1116
+				  'location' => 'query',
1117
+				  'type' => 'string',
1118
+				  'required' => true,
1119
+				),
1120
+				'onBehalfOfContentOwner' => array(
1121
+				  'location' => 'query',
1122
+				  'type' => 'string',
1123
+				),
1124
+			  ),
1125
+			),'insert' => array(
1126
+			  'path' => 'playlists',
1127
+			  'httpMethod' => 'POST',
1128
+			  'parameters' => array(
1129
+				'part' => array(
1130
+				  'location' => 'query',
1131
+				  'type' => 'string',
1132
+				  'required' => true,
1133
+				),
1134
+				'onBehalfOfContentOwnerChannel' => array(
1135
+				  'location' => 'query',
1136
+				  'type' => 'string',
1137
+				),
1138
+				'onBehalfOfContentOwner' => array(
1139
+				  'location' => 'query',
1140
+				  'type' => 'string',
1141
+				),
1142
+			  ),
1143
+			),'list' => array(
1144
+			  'path' => 'playlists',
1145
+			  'httpMethod' => 'GET',
1146
+			  'parameters' => array(
1147
+				'part' => array(
1148
+				  'location' => 'query',
1149
+				  'type' => 'string',
1150
+				  'required' => true,
1151
+				),
1152
+				'onBehalfOfContentOwner' => array(
1153
+				  'location' => 'query',
1154
+				  'type' => 'string',
1155
+				),
1156
+				'onBehalfOfContentOwnerChannel' => array(
1157
+				  'location' => 'query',
1158
+				  'type' => 'string',
1159
+				),
1160
+				'channelId' => array(
1161
+				  'location' => 'query',
1162
+				  'type' => 'string',
1163
+				),
1164
+				'mine' => array(
1165
+				  'location' => 'query',
1166
+				  'type' => 'boolean',
1167
+				),
1168
+				'maxResults' => array(
1169
+				  'location' => 'query',
1170
+				  'type' => 'integer',
1171
+				),
1172
+				'pageToken' => array(
1173
+				  'location' => 'query',
1174
+				  'type' => 'string',
1175
+				),
1176
+				'hl' => array(
1177
+				  'location' => 'query',
1178
+				  'type' => 'string',
1179
+				),
1180
+				'id' => array(
1181
+				  'location' => 'query',
1182
+				  'type' => 'string',
1183
+				),
1184
+			  ),
1185
+			),'update' => array(
1186
+			  'path' => 'playlists',
1187
+			  'httpMethod' => 'PUT',
1188
+			  'parameters' => array(
1189
+				'part' => array(
1190
+				  'location' => 'query',
1191
+				  'type' => 'string',
1192
+				  'required' => true,
1193
+				),
1194
+				'onBehalfOfContentOwner' => array(
1195
+				  'location' => 'query',
1196
+				  'type' => 'string',
1197
+				),
1198
+			  ),
1199
+			),
1200
+		  )
1201
+		)
1202
+	);
1203
+	$this->search = new Google_Service_YouTube_Search_Resource(
1204
+		$this,
1205
+		$this->serviceName,
1206
+		'search',
1207
+		array(
1208
+		  'methods' => array(
1209
+			'list' => array(
1210
+			  'path' => 'search',
1211
+			  'httpMethod' => 'GET',
1212
+			  'parameters' => array(
1213
+				'part' => array(
1214
+				  'location' => 'query',
1215
+				  'type' => 'string',
1216
+				  'required' => true,
1217
+				),
1218
+				'eventType' => array(
1219
+				  'location' => 'query',
1220
+				  'type' => 'string',
1221
+				),
1222
+				'channelId' => array(
1223
+				  'location' => 'query',
1224
+				  'type' => 'string',
1225
+				),
1226
+				'forDeveloper' => array(
1227
+				  'location' => 'query',
1228
+				  'type' => 'boolean',
1229
+				),
1230
+				'videoSyndicated' => array(
1231
+				  'location' => 'query',
1232
+				  'type' => 'string',
1233
+				),
1234
+				'channelType' => array(
1235
+				  'location' => 'query',
1236
+				  'type' => 'string',
1237
+				),
1238
+				'videoCaption' => array(
1239
+				  'location' => 'query',
1240
+				  'type' => 'string',
1241
+				),
1242
+				'publishedAfter' => array(
1243
+				  'location' => 'query',
1244
+				  'type' => 'string',
1245
+				),
1246
+				'onBehalfOfContentOwner' => array(
1247
+				  'location' => 'query',
1248
+				  'type' => 'string',
1249
+				),
1250
+				'pageToken' => array(
1251
+				  'location' => 'query',
1252
+				  'type' => 'string',
1253
+				),
1254
+				'forContentOwner' => array(
1255
+				  'location' => 'query',
1256
+				  'type' => 'boolean',
1257
+				),
1258
+				'regionCode' => array(
1259
+				  'location' => 'query',
1260
+				  'type' => 'string',
1261
+				),
1262
+				'location' => array(
1263
+				  'location' => 'query',
1264
+				  'type' => 'string',
1265
+				),
1266
+				'locationRadius' => array(
1267
+				  'location' => 'query',
1268
+				  'type' => 'string',
1269
+				),
1270
+				'videoType' => array(
1271
+				  'location' => 'query',
1272
+				  'type' => 'string',
1273
+				),
1274
+				'type' => array(
1275
+				  'location' => 'query',
1276
+				  'type' => 'string',
1277
+				),
1278
+				'topicId' => array(
1279
+				  'location' => 'query',
1280
+				  'type' => 'string',
1281
+				),
1282
+				'publishedBefore' => array(
1283
+				  'location' => 'query',
1284
+				  'type' => 'string',
1285
+				),
1286
+				'videoDimension' => array(
1287
+				  'location' => 'query',
1288
+				  'type' => 'string',
1289
+				),
1290
+				'videoLicense' => array(
1291
+				  'location' => 'query',
1292
+				  'type' => 'string',
1293
+				),
1294
+				'maxResults' => array(
1295
+				  'location' => 'query',
1296
+				  'type' => 'integer',
1297
+				),
1298
+				'relatedToVideoId' => array(
1299
+				  'location' => 'query',
1300
+				  'type' => 'string',
1301
+				),
1302
+				'videoDefinition' => array(
1303
+				  'location' => 'query',
1304
+				  'type' => 'string',
1305
+				),
1306
+				'videoDuration' => array(
1307
+				  'location' => 'query',
1308
+				  'type' => 'string',
1309
+				),
1310
+				'relevanceLanguage' => array(
1311
+				  'location' => 'query',
1312
+				  'type' => 'string',
1313
+				),
1314
+				'forMine' => array(
1315
+				  'location' => 'query',
1316
+				  'type' => 'boolean',
1317
+				),
1318
+				'q' => array(
1319
+				  'location' => 'query',
1320
+				  'type' => 'string',
1321
+				),
1322
+				'safeSearch' => array(
1323
+				  'location' => 'query',
1324
+				  'type' => 'string',
1325
+				),
1326
+				'videoEmbeddable' => array(
1327
+				  'location' => 'query',
1328
+				  'type' => 'string',
1329
+				),
1330
+				'videoCategoryId' => array(
1331
+				  'location' => 'query',
1332
+				  'type' => 'string',
1333
+				),
1334
+				'order' => array(
1335
+				  'location' => 'query',
1336
+				  'type' => 'string',
1337
+				),
1338
+			  ),
1339
+			),
1340
+		  )
1341
+		)
1342
+	);
1343
+	$this->subscriptions = new Google_Service_YouTube_Subscriptions_Resource(
1344
+		$this,
1345
+		$this->serviceName,
1346
+		'subscriptions',
1347
+		array(
1348
+		  'methods' => array(
1349
+			'delete' => array(
1350
+			  'path' => 'subscriptions',
1351
+			  'httpMethod' => 'DELETE',
1352
+			  'parameters' => array(
1353
+				'id' => array(
1354
+				  'location' => 'query',
1355
+				  'type' => 'string',
1356
+				  'required' => true,
1357
+				),
1358
+			  ),
1359
+			),'insert' => array(
1360
+			  'path' => 'subscriptions',
1361
+			  'httpMethod' => 'POST',
1362
+			  'parameters' => array(
1363
+				'part' => array(
1364
+				  'location' => 'query',
1365
+				  'type' => 'string',
1366
+				  'required' => true,
1367
+				),
1368
+			  ),
1369
+			),'list' => array(
1370
+			  'path' => 'subscriptions',
1371
+			  'httpMethod' => 'GET',
1372
+			  'parameters' => array(
1373
+				'part' => array(
1374
+				  'location' => 'query',
1375
+				  'type' => 'string',
1376
+				  'required' => true,
1377
+				),
1378
+				'onBehalfOfContentOwner' => array(
1379
+				  'location' => 'query',
1380
+				  'type' => 'string',
1381
+				),
1382
+				'onBehalfOfContentOwnerChannel' => array(
1383
+				  'location' => 'query',
1384
+				  'type' => 'string',
1385
+				),
1386
+				'channelId' => array(
1387
+				  'location' => 'query',
1388
+				  'type' => 'string',
1389
+				),
1390
+				'mine' => array(
1391
+				  'location' => 'query',
1392
+				  'type' => 'boolean',
1393
+				),
1394
+				'maxResults' => array(
1395
+				  'location' => 'query',
1396
+				  'type' => 'integer',
1397
+				),
1398
+				'forChannelId' => array(
1399
+				  'location' => 'query',
1400
+				  'type' => 'string',
1401
+				),
1402
+				'pageToken' => array(
1403
+				  'location' => 'query',
1404
+				  'type' => 'string',
1405
+				),
1406
+				'mySubscribers' => array(
1407
+				  'location' => 'query',
1408
+				  'type' => 'boolean',
1409
+				),
1410
+				'order' => array(
1411
+				  'location' => 'query',
1412
+				  'type' => 'string',
1413
+				),
1414
+				'id' => array(
1415
+				  'location' => 'query',
1416
+				  'type' => 'string',
1417
+				),
1418
+			  ),
1419
+			),
1420
+		  )
1421
+		)
1422
+	);
1423
+	$this->thumbnails = new Google_Service_YouTube_Thumbnails_Resource(
1424
+		$this,
1425
+		$this->serviceName,
1426
+		'thumbnails',
1427
+		array(
1428
+		  'methods' => array(
1429
+			'set' => array(
1430
+			  'path' => 'thumbnails/set',
1431
+			  'httpMethod' => 'POST',
1432
+			  'parameters' => array(
1433
+				'videoId' => array(
1434
+				  'location' => 'query',
1435
+				  'type' => 'string',
1436
+				  'required' => true,
1437
+				),
1438
+				'onBehalfOfContentOwner' => array(
1439
+				  'location' => 'query',
1440
+				  'type' => 'string',
1441
+				),
1442
+			  ),
1443
+			),
1444
+		  )
1445
+		)
1446
+	);
1447
+	$this->videoAbuseReportReasons = new Google_Service_YouTube_VideoAbuseReportReasons_Resource(
1448
+		$this,
1449
+		$this->serviceName,
1450
+		'videoAbuseReportReasons',
1451
+		array(
1452
+		  'methods' => array(
1453
+			'list' => array(
1454
+			  'path' => 'videoAbuseReportReasons',
1455
+			  'httpMethod' => 'GET',
1456
+			  'parameters' => array(
1457
+				'part' => array(
1458
+				  'location' => 'query',
1459
+				  'type' => 'string',
1460
+				  'required' => true,
1461
+				),
1462
+				'hl' => array(
1463
+				  'location' => 'query',
1464
+				  'type' => 'string',
1465
+				),
1466
+			  ),
1467
+			),
1468
+		  )
1469
+		)
1470
+	);
1471
+	$this->videoCategories = new Google_Service_YouTube_VideoCategories_Resource(
1472
+		$this,
1473
+		$this->serviceName,
1474
+		'videoCategories',
1475
+		array(
1476
+		  'methods' => array(
1477
+			'list' => array(
1478
+			  'path' => 'videoCategories',
1479
+			  'httpMethod' => 'GET',
1480
+			  'parameters' => array(
1481
+				'part' => array(
1482
+				  'location' => 'query',
1483
+				  'type' => 'string',
1484
+				  'required' => true,
1485
+				),
1486
+				'regionCode' => array(
1487
+				  'location' => 'query',
1488
+				  'type' => 'string',
1489
+				),
1490
+				'id' => array(
1491
+				  'location' => 'query',
1492
+				  'type' => 'string',
1493
+				),
1494
+				'hl' => array(
1495
+				  'location' => 'query',
1496
+				  'type' => 'string',
1497
+				),
1498
+			  ),
1499
+			),
1500
+		  )
1501
+		)
1502
+	);
1503
+	$this->videos = new Google_Service_YouTube_Videos_Resource(
1504
+		$this,
1505
+		$this->serviceName,
1506
+		'videos',
1507
+		array(
1508
+		  'methods' => array(
1509
+			'delete' => array(
1510
+			  'path' => 'videos',
1511
+			  'httpMethod' => 'DELETE',
1512
+			  'parameters' => array(
1513
+				'id' => array(
1514
+				  'location' => 'query',
1515
+				  'type' => 'string',
1516
+				  'required' => true,
1517
+				),
1518
+				'onBehalfOfContentOwner' => array(
1519
+				  'location' => 'query',
1520
+				  'type' => 'string',
1521
+				),
1522
+			  ),
1523
+			),'getRating' => array(
1524
+			  'path' => 'videos/getRating',
1525
+			  'httpMethod' => 'GET',
1526
+			  'parameters' => array(
1527
+				'id' => array(
1528
+				  'location' => 'query',
1529
+				  'type' => 'string',
1530
+				  'required' => true,
1531
+				),
1532
+				'onBehalfOfContentOwner' => array(
1533
+				  'location' => 'query',
1534
+				  'type' => 'string',
1535
+				),
1536
+			  ),
1537
+			),'insert' => array(
1538
+			  'path' => 'videos',
1539
+			  'httpMethod' => 'POST',
1540
+			  'parameters' => array(
1541
+				'part' => array(
1542
+				  'location' => 'query',
1543
+				  'type' => 'string',
1544
+				  'required' => true,
1545
+				),
1546
+				'onBehalfOfContentOwner' => array(
1547
+				  'location' => 'query',
1548
+				  'type' => 'string',
1549
+				),
1550
+				'stabilize' => array(
1551
+				  'location' => 'query',
1552
+				  'type' => 'boolean',
1553
+				),
1554
+				'onBehalfOfContentOwnerChannel' => array(
1555
+				  'location' => 'query',
1556
+				  'type' => 'string',
1557
+				),
1558
+				'notifySubscribers' => array(
1559
+				  'location' => 'query',
1560
+				  'type' => 'boolean',
1561
+				),
1562
+				'autoLevels' => array(
1563
+				  'location' => 'query',
1564
+				  'type' => 'boolean',
1565
+				),
1566
+			  ),
1567
+			),'list' => array(
1568
+			  'path' => 'videos',
1569
+			  'httpMethod' => 'GET',
1570
+			  'parameters' => array(
1571
+				'part' => array(
1572
+				  'location' => 'query',
1573
+				  'type' => 'string',
1574
+				  'required' => true,
1575
+				),
1576
+				'onBehalfOfContentOwner' => array(
1577
+				  'location' => 'query',
1578
+				  'type' => 'string',
1579
+				),
1580
+				'regionCode' => array(
1581
+				  'location' => 'query',
1582
+				  'type' => 'string',
1583
+				),
1584
+				'locale' => array(
1585
+				  'location' => 'query',
1586
+				  'type' => 'string',
1587
+				),
1588
+				'videoCategoryId' => array(
1589
+				  'location' => 'query',
1590
+				  'type' => 'string',
1591
+				),
1592
+				'chart' => array(
1593
+				  'location' => 'query',
1594
+				  'type' => 'string',
1595
+				),
1596
+				'maxResults' => array(
1597
+				  'location' => 'query',
1598
+				  'type' => 'integer',
1599
+				),
1600
+				'pageToken' => array(
1601
+				  'location' => 'query',
1602
+				  'type' => 'string',
1603
+				),
1604
+				'debugProjectIdOverride' => array(
1605
+				  'location' => 'query',
1606
+				  'type' => 'string',
1607
+				),
1608
+				'hl' => array(
1609
+				  'location' => 'query',
1610
+				  'type' => 'string',
1611
+				),
1612
+				'myRating' => array(
1613
+				  'location' => 'query',
1614
+				  'type' => 'string',
1615
+				),
1616
+				'id' => array(
1617
+				  'location' => 'query',
1618
+				  'type' => 'string',
1619
+				),
1620
+			  ),
1621
+			),'rate' => array(
1622
+			  'path' => 'videos/rate',
1623
+			  'httpMethod' => 'POST',
1624
+			  'parameters' => array(
1625
+				'id' => array(
1626
+				  'location' => 'query',
1627
+				  'type' => 'string',
1628
+				  'required' => true,
1629
+				),
1630
+				'rating' => array(
1631
+				  'location' => 'query',
1632
+				  'type' => 'string',
1633
+				  'required' => true,
1634
+				),
1635
+			  ),
1636
+			),'reportAbuse' => array(
1637
+			  'path' => 'videos/reportAbuse',
1638
+			  'httpMethod' => 'POST',
1639
+			  'parameters' => array(
1640
+				'onBehalfOfContentOwner' => array(
1641
+				  'location' => 'query',
1642
+				  'type' => 'string',
1643
+				),
1644
+			  ),
1645
+			),'update' => array(
1646
+			  'path' => 'videos',
1647
+			  'httpMethod' => 'PUT',
1648
+			  'parameters' => array(
1649
+				'part' => array(
1650
+				  'location' => 'query',
1651
+				  'type' => 'string',
1652
+				  'required' => true,
1653
+				),
1654
+				'onBehalfOfContentOwner' => array(
1655
+				  'location' => 'query',
1656
+				  'type' => 'string',
1657
+				),
1658
+			  ),
1659
+			),
1660
+		  )
1661
+		)
1662
+	);
1663
+	$this->watermarks = new Google_Service_YouTube_Watermarks_Resource(
1664
+		$this,
1665
+		$this->serviceName,
1666
+		'watermarks',
1667
+		array(
1668
+		  'methods' => array(
1669
+			'set' => array(
1670
+			  'path' => 'watermarks/set',
1671
+			  'httpMethod' => 'POST',
1672
+			  'parameters' => array(
1673
+				'channelId' => array(
1674
+				  'location' => 'query',
1675
+				  'type' => 'string',
1676
+				  'required' => true,
1677
+				),
1678
+				'onBehalfOfContentOwner' => array(
1679
+				  'location' => 'query',
1680
+				  'type' => 'string',
1681
+				),
1682
+			  ),
1683
+			),'unset' => array(
1684
+			  'path' => 'watermarks/unset',
1685
+			  'httpMethod' => 'POST',
1686
+			  'parameters' => array(
1687
+				'channelId' => array(
1688
+				  'location' => 'query',
1689
+				  'type' => 'string',
1690
+				  'required' => true,
1691
+				),
1692
+				'onBehalfOfContentOwner' => array(
1693
+				  'location' => 'query',
1694
+				  'type' => 'string',
1695
+				),
1696
+			  ),
1697
+			),
1698
+		  )
1699
+		)
1700
+	);
1701 1701
   }
1702 1702
 }
1703 1703
 
@@ -1733,9 +1733,9 @@  discard block
 block discarded – undo
1733 1733
    */
1734 1734
   public function insert($part, Google_Service_YouTube_Activity $postBody, $optParams = array())
1735 1735
   {
1736
-    $params = array('part' => $part, 'postBody' => $postBody);
1737
-    $params = array_merge($params, $optParams);
1738
-    return $this->call('insert', array($params), "Google_Service_YouTube_Activity");
1736
+	$params = array('part' => $part, 'postBody' => $postBody);
1737
+	$params = array_merge($params, $optParams);
1738
+	return $this->call('insert', array($params), "Google_Service_YouTube_Activity");
1739 1739
   }
1740 1740
 
1741 1741
   /**
@@ -1791,9 +1791,9 @@  discard block
 block discarded – undo
1791 1791
    */
1792 1792
   public function listActivities($part, $optParams = array())
1793 1793
   {
1794
-    $params = array('part' => $part);
1795
-    $params = array_merge($params, $optParams);
1796
-    return $this->call('list', array($params), "Google_Service_YouTube_ActivityListResponse");
1794
+	$params = array('part' => $part);
1795
+	$params = array_merge($params, $optParams);
1796
+	return $this->call('list', array($params), "Google_Service_YouTube_ActivityListResponse");
1797 1797
   }
1798 1798
 }
1799 1799
 
@@ -1835,9 +1835,9 @@  discard block
 block discarded – undo
1835 1835
    */
1836 1836
   public function delete($id, $optParams = array())
1837 1837
   {
1838
-    $params = array('id' => $id);
1839
-    $params = array_merge($params, $optParams);
1840
-    return $this->call('delete', array($params));
1838
+	$params = array('id' => $id);
1839
+	$params = array_merge($params, $optParams);
1840
+	return $this->call('delete', array($params));
1841 1841
   }
1842 1842
 
1843 1843
   /**
@@ -1878,9 +1878,9 @@  discard block
 block discarded – undo
1878 1878
    */
1879 1879
   public function download($id, $optParams = array())
1880 1880
   {
1881
-    $params = array('id' => $id);
1882
-    $params = array_merge($params, $optParams);
1883
-    return $this->call('download', array($params));
1881
+	$params = array('id' => $id);
1882
+	$params = array_merge($params, $optParams);
1883
+	return $this->call('download', array($params));
1884 1884
   }
1885 1885
 
1886 1886
   /**
@@ -1919,9 +1919,9 @@  discard block
 block discarded – undo
1919 1919
    */
1920 1920
   public function insert($part, Google_Service_YouTube_Caption $postBody, $optParams = array())
1921 1921
   {
1922
-    $params = array('part' => $part, 'postBody' => $postBody);
1923
-    $params = array_merge($params, $optParams);
1924
-    return $this->call('insert', array($params), "Google_Service_YouTube_Caption");
1922
+	$params = array('part' => $part, 'postBody' => $postBody);
1923
+	$params = array_merge($params, $optParams);
1924
+	return $this->call('insert', array($params), "Google_Service_YouTube_Caption");
1925 1925
   }
1926 1926
 
1927 1927
   /**
@@ -1960,9 +1960,9 @@  discard block
 block discarded – undo
1960 1960
    */
1961 1961
   public function listCaptions($part, $videoId, $optParams = array())
1962 1962
   {
1963
-    $params = array('part' => $part, 'videoId' => $videoId);
1964
-    $params = array_merge($params, $optParams);
1965
-    return $this->call('list', array($params), "Google_Service_YouTube_CaptionListResponse");
1963
+	$params = array('part' => $part, 'videoId' => $videoId);
1964
+	$params = array_merge($params, $optParams);
1965
+	return $this->call('list', array($params), "Google_Service_YouTube_CaptionListResponse");
1966 1966
   }
1967 1967
 
1968 1968
   /**
@@ -2005,9 +2005,9 @@  discard block
 block discarded – undo
2005 2005
    */
2006 2006
   public function update($part, Google_Service_YouTube_Caption $postBody, $optParams = array())
2007 2007
   {
2008
-    $params = array('part' => $part, 'postBody' => $postBody);
2009
-    $params = array_merge($params, $optParams);
2010
-    return $this->call('update', array($params), "Google_Service_YouTube_Caption");
2008
+	$params = array('part' => $part, 'postBody' => $postBody);
2009
+	$params = array_merge($params, $optParams);
2010
+	return $this->call('update', array($params), "Google_Service_YouTube_Caption");
2011 2011
   }
2012 2012
 }
2013 2013
 
@@ -2052,9 +2052,9 @@  discard block
 block discarded – undo
2052 2052
    */
2053 2053
   public function insert(Google_Service_YouTube_ChannelBannerResource $postBody, $optParams = array())
2054 2054
   {
2055
-    $params = array('postBody' => $postBody);
2056
-    $params = array_merge($params, $optParams);
2057
-    return $this->call('insert', array($params), "Google_Service_YouTube_ChannelBannerResource");
2055
+	$params = array('postBody' => $postBody);
2056
+	$params = array_merge($params, $optParams);
2057
+	return $this->call('insert', array($params), "Google_Service_YouTube_ChannelBannerResource");
2058 2058
   }
2059 2059
 }
2060 2060
 
@@ -2092,9 +2092,9 @@  discard block
 block discarded – undo
2092 2092
    */
2093 2093
   public function delete($id, $optParams = array())
2094 2094
   {
2095
-    $params = array('id' => $id);
2096
-    $params = array_merge($params, $optParams);
2097
-    return $this->call('delete', array($params));
2095
+	$params = array('id' => $id);
2096
+	$params = array_merge($params, $optParams);
2097
+	return $this->call('delete', array($params));
2098 2098
   }
2099 2099
 
2100 2100
   /**
@@ -2145,9 +2145,9 @@  discard block
 block discarded – undo
2145 2145
    */
2146 2146
   public function insert($part, Google_Service_YouTube_ChannelSection $postBody, $optParams = array())
2147 2147
   {
2148
-    $params = array('part' => $part, 'postBody' => $postBody);
2149
-    $params = array_merge($params, $optParams);
2150
-    return $this->call('insert', array($params), "Google_Service_YouTube_ChannelSection");
2148
+	$params = array('part' => $part, 'postBody' => $postBody);
2149
+	$params = array_merge($params, $optParams);
2150
+	return $this->call('insert', array($params), "Google_Service_YouTube_ChannelSection");
2151 2151
   }
2152 2152
 
2153 2153
   /**
@@ -2197,9 +2197,9 @@  discard block
 block discarded – undo
2197 2197
    */
2198 2198
   public function listChannelSections($part, $optParams = array())
2199 2199
   {
2200
-    $params = array('part' => $part);
2201
-    $params = array_merge($params, $optParams);
2202
-    return $this->call('list', array($params), "Google_Service_YouTube_ChannelSectionListResponse");
2200
+	$params = array('part' => $part);
2201
+	$params = array_merge($params, $optParams);
2202
+	return $this->call('list', array($params), "Google_Service_YouTube_ChannelSectionListResponse");
2203 2203
   }
2204 2204
 
2205 2205
   /**
@@ -2230,9 +2230,9 @@  discard block
 block discarded – undo
2230 2230
    */
2231 2231
   public function update($part, Google_Service_YouTube_ChannelSection $postBody, $optParams = array())
2232 2232
   {
2233
-    $params = array('part' => $part, 'postBody' => $postBody);
2234
-    $params = array_merge($params, $optParams);
2235
-    return $this->call('update', array($params), "Google_Service_YouTube_ChannelSection");
2233
+	$params = array('part' => $part, 'postBody' => $postBody);
2234
+	$params = array_merge($params, $optParams);
2235
+	return $this->call('update', array($params), "Google_Service_YouTube_ChannelSection");
2236 2236
   }
2237 2237
 }
2238 2238
 
@@ -2306,9 +2306,9 @@  discard block
 block discarded – undo
2306 2306
    */
2307 2307
   public function listChannels($part, $optParams = array())
2308 2308
   {
2309
-    $params = array('part' => $part);
2310
-    $params = array_merge($params, $optParams);
2311
-    return $this->call('list', array($params), "Google_Service_YouTube_ChannelListResponse");
2309
+	$params = array('part' => $part);
2310
+	$params = array_merge($params, $optParams);
2311
+	return $this->call('list', array($params), "Google_Service_YouTube_ChannelListResponse");
2312 2312
   }
2313 2313
 
2314 2314
   /**
@@ -2342,9 +2342,9 @@  discard block
 block discarded – undo
2342 2342
    */
2343 2343
   public function update($part, Google_Service_YouTube_Channel $postBody, $optParams = array())
2344 2344
   {
2345
-    $params = array('part' => $part, 'postBody' => $postBody);
2346
-    $params = array_merge($params, $optParams);
2347
-    return $this->call('update', array($params), "Google_Service_YouTube_Channel");
2345
+	$params = array('part' => $part, 'postBody' => $postBody);
2346
+	$params = array_merge($params, $optParams);
2347
+	return $this->call('update', array($params), "Google_Service_YouTube_Channel");
2348 2348
   }
2349 2349
 }
2350 2350
 
@@ -2376,9 +2376,9 @@  discard block
 block discarded – undo
2376 2376
    */
2377 2377
   public function insert($part, Google_Service_YouTube_CommentThread $postBody, $optParams = array())
2378 2378
   {
2379
-    $params = array('part' => $part, 'postBody' => $postBody);
2380
-    $params = array_merge($params, $optParams);
2381
-    return $this->call('insert', array($params), "Google_Service_YouTube_CommentThread");
2379
+	$params = array('part' => $part, 'postBody' => $postBody);
2380
+	$params = array_merge($params, $optParams);
2381
+	return $this->call('insert', array($params), "Google_Service_YouTube_CommentThread");
2382 2382
   }
2383 2383
 
2384 2384
   /**
@@ -2436,9 +2436,9 @@  discard block
 block discarded – undo
2436 2436
    */
2437 2437
   public function listCommentThreads($part, $optParams = array())
2438 2438
   {
2439
-    $params = array('part' => $part);
2440
-    $params = array_merge($params, $optParams);
2441
-    return $this->call('list', array($params), "Google_Service_YouTube_CommentThreadListResponse");
2439
+	$params = array('part' => $part);
2440
+	$params = array_merge($params, $optParams);
2441
+	return $this->call('list', array($params), "Google_Service_YouTube_CommentThreadListResponse");
2442 2442
   }
2443 2443
 
2444 2444
   /**
@@ -2454,9 +2454,9 @@  discard block
 block discarded – undo
2454 2454
    */
2455 2455
   public function update($part, Google_Service_YouTube_CommentThread $postBody, $optParams = array())
2456 2456
   {
2457
-    $params = array('part' => $part, 'postBody' => $postBody);
2458
-    $params = array_merge($params, $optParams);
2459
-    return $this->call('update', array($params), "Google_Service_YouTube_CommentThread");
2457
+	$params = array('part' => $part, 'postBody' => $postBody);
2458
+	$params = array_merge($params, $optParams);
2459
+	return $this->call('update', array($params), "Google_Service_YouTube_CommentThread");
2460 2460
   }
2461 2461
 }
2462 2462
 
@@ -2480,9 +2480,9 @@  discard block
 block discarded – undo
2480 2480
    */
2481 2481
   public function delete($id, $optParams = array())
2482 2482
   {
2483
-    $params = array('id' => $id);
2484
-    $params = array_merge($params, $optParams);
2485
-    return $this->call('delete', array($params));
2483
+	$params = array('id' => $id);
2484
+	$params = array_merge($params, $optParams);
2485
+	return $this->call('delete', array($params));
2486 2486
   }
2487 2487
 
2488 2488
   /**
@@ -2498,9 +2498,9 @@  discard block
 block discarded – undo
2498 2498
    */
2499 2499
   public function insert($part, Google_Service_YouTube_Comment $postBody, $optParams = array())
2500 2500
   {
2501
-    $params = array('part' => $part, 'postBody' => $postBody);
2502
-    $params = array_merge($params, $optParams);
2503
-    return $this->call('insert', array($params), "Google_Service_YouTube_Comment");
2501
+	$params = array('part' => $part, 'postBody' => $postBody);
2502
+	$params = array_merge($params, $optParams);
2503
+	return $this->call('insert', array($params), "Google_Service_YouTube_Comment");
2504 2504
   }
2505 2505
 
2506 2506
   /**
@@ -2537,9 +2537,9 @@  discard block
 block discarded – undo
2537 2537
    */
2538 2538
   public function listComments($part, $optParams = array())
2539 2539
   {
2540
-    $params = array('part' => $part);
2541
-    $params = array_merge($params, $optParams);
2542
-    return $this->call('list', array($params), "Google_Service_YouTube_CommentListResponse");
2540
+	$params = array('part' => $part);
2541
+	$params = array_merge($params, $optParams);
2542
+	return $this->call('list', array($params), "Google_Service_YouTube_CommentListResponse");
2543 2543
   }
2544 2544
 
2545 2545
   /**
@@ -2552,9 +2552,9 @@  discard block
 block discarded – undo
2552 2552
    */
2553 2553
   public function markAsSpam($id, $optParams = array())
2554 2554
   {
2555
-    $params = array('id' => $id);
2556
-    $params = array_merge($params, $optParams);
2557
-    return $this->call('markAsSpam', array($params));
2555
+	$params = array('id' => $id);
2556
+	$params = array_merge($params, $optParams);
2557
+	return $this->call('markAsSpam', array($params));
2558 2558
   }
2559 2559
 
2560 2560
   /**
@@ -2577,9 +2577,9 @@  discard block
 block discarded – undo
2577 2577
    */
2578 2578
   public function setModerationStatus($id, $moderationStatus, $optParams = array())
2579 2579
   {
2580
-    $params = array('id' => $id, 'moderationStatus' => $moderationStatus);
2581
-    $params = array_merge($params, $optParams);
2582
-    return $this->call('setModerationStatus', array($params));
2580
+	$params = array('id' => $id, 'moderationStatus' => $moderationStatus);
2581
+	$params = array_merge($params, $optParams);
2582
+	return $this->call('setModerationStatus', array($params));
2583 2583
   }
2584 2584
 
2585 2585
   /**
@@ -2595,9 +2595,9 @@  discard block
 block discarded – undo
2595 2595
    */
2596 2596
   public function update($part, Google_Service_YouTube_Comment $postBody, $optParams = array())
2597 2597
   {
2598
-    $params = array('part' => $part, 'postBody' => $postBody);
2599
-    $params = array_merge($params, $optParams);
2600
-    return $this->call('update', array($params), "Google_Service_YouTube_Comment");
2598
+	$params = array('part' => $part, 'postBody' => $postBody);
2599
+	$params = array_merge($params, $optParams);
2600
+	return $this->call('update', array($params), "Google_Service_YouTube_Comment");
2601 2601
   }
2602 2602
 }
2603 2603
 
@@ -2634,9 +2634,9 @@  discard block
 block discarded – undo
2634 2634
    */
2635 2635
   public function listGuideCategories($part, $optParams = array())
2636 2636
   {
2637
-    $params = array('part' => $part);
2638
-    $params = array_merge($params, $optParams);
2639
-    return $this->call('list', array($params), "Google_Service_YouTube_GuideCategoryListResponse");
2637
+	$params = array('part' => $part);
2638
+	$params = array_merge($params, $optParams);
2639
+	return $this->call('list', array($params), "Google_Service_YouTube_GuideCategoryListResponse");
2640 2640
   }
2641 2641
 }
2642 2642
 
@@ -2666,9 +2666,9 @@  discard block
 block discarded – undo
2666 2666
    */
2667 2667
   public function listI18nLanguages($part, $optParams = array())
2668 2668
   {
2669
-    $params = array('part' => $part);
2670
-    $params = array_merge($params, $optParams);
2671
-    return $this->call('list', array($params), "Google_Service_YouTube_I18nLanguageListResponse");
2669
+	$params = array('part' => $part);
2670
+	$params = array_merge($params, $optParams);
2671
+	return $this->call('list', array($params), "Google_Service_YouTube_I18nLanguageListResponse");
2672 2672
   }
2673 2673
 }
2674 2674
 
@@ -2698,9 +2698,9 @@  discard block
 block discarded – undo
2698 2698
    */
2699 2699
   public function listI18nRegions($part, $optParams = array())
2700 2700
   {
2701
-    $params = array('part' => $part);
2702
-    $params = array_merge($params, $optParams);
2703
-    return $this->call('list', array($params), "Google_Service_YouTube_I18nRegionListResponse");
2701
+	$params = array('part' => $part);
2702
+	$params = array_merge($params, $optParams);
2703
+	return $this->call('list', array($params), "Google_Service_YouTube_I18nRegionListResponse");
2704 2704
   }
2705 2705
 }
2706 2706
 
@@ -2768,9 +2768,9 @@  discard block
 block discarded – undo
2768 2768
    */
2769 2769
   public function bind($id, $part, $optParams = array())
2770 2770
   {
2771
-    $params = array('id' => $id, 'part' => $part);
2772
-    $params = array_merge($params, $optParams);
2773
-    return $this->call('bind', array($params), "Google_Service_YouTube_LiveBroadcast");
2771
+	$params = array('id' => $id, 'part' => $part);
2772
+	$params = array_merge($params, $optParams);
2773
+	return $this->call('bind', array($params), "Google_Service_YouTube_LiveBroadcast");
2774 2774
   }
2775 2775
 
2776 2776
   /**
@@ -2838,9 +2838,9 @@  discard block
 block discarded – undo
2838 2838
    */
2839 2839
   public function control($id, $part, $optParams = array())
2840 2840
   {
2841
-    $params = array('id' => $id, 'part' => $part);
2842
-    $params = array_merge($params, $optParams);
2843
-    return $this->call('control', array($params), "Google_Service_YouTube_LiveBroadcast");
2841
+	$params = array('id' => $id, 'part' => $part);
2842
+	$params = array_merge($params, $optParams);
2843
+	return $this->call('control', array($params), "Google_Service_YouTube_LiveBroadcast");
2844 2844
   }
2845 2845
 
2846 2846
   /**
@@ -2884,9 +2884,9 @@  discard block
 block discarded – undo
2884 2884
    */
2885 2885
   public function delete($id, $optParams = array())
2886 2886
   {
2887
-    $params = array('id' => $id);
2888
-    $params = array_merge($params, $optParams);
2889
-    return $this->call('delete', array($params));
2887
+	$params = array('id' => $id);
2888
+	$params = array_merge($params, $optParams);
2889
+	return $this->call('delete', array($params));
2890 2890
   }
2891 2891
 
2892 2892
   /**
@@ -2936,9 +2936,9 @@  discard block
 block discarded – undo
2936 2936
    */
2937 2937
   public function insert($part, Google_Service_YouTube_LiveBroadcast $postBody, $optParams = array())
2938 2938
   {
2939
-    $params = array('part' => $part, 'postBody' => $postBody);
2940
-    $params = array_merge($params, $optParams);
2941
-    return $this->call('insert', array($params), "Google_Service_YouTube_LiveBroadcast");
2939
+	$params = array('part' => $part, 'postBody' => $postBody);
2940
+	$params = array_merge($params, $optParams);
2941
+	return $this->call('insert', array($params), "Google_Service_YouTube_LiveBroadcast");
2942 2942
   }
2943 2943
 
2944 2944
   /**
@@ -3000,9 +3000,9 @@  discard block
 block discarded – undo
3000 3000
    */
3001 3001
   public function listLiveBroadcasts($part, $optParams = array())
3002 3002
   {
3003
-    $params = array('part' => $part);
3004
-    $params = array_merge($params, $optParams);
3005
-    return $this->call('list', array($params), "Google_Service_YouTube_LiveBroadcastListResponse");
3003
+	$params = array('part' => $part);
3004
+	$params = array_merge($params, $optParams);
3005
+	return $this->call('list', array($params), "Google_Service_YouTube_LiveBroadcastListResponse");
3006 3006
   }
3007 3007
 
3008 3008
   /**
@@ -3060,9 +3060,9 @@  discard block
 block discarded – undo
3060 3060
    */
3061 3061
   public function transition($broadcastStatus, $id, $part, $optParams = array())
3062 3062
   {
3063
-    $params = array('broadcastStatus' => $broadcastStatus, 'id' => $id, 'part' => $part);
3064
-    $params = array_merge($params, $optParams);
3065
-    return $this->call('transition', array($params), "Google_Service_YouTube_LiveBroadcast");
3063
+	$params = array('broadcastStatus' => $broadcastStatus, 'id' => $id, 'part' => $part);
3064
+	$params = array_merge($params, $optParams);
3065
+	return $this->call('transition', array($params), "Google_Service_YouTube_LiveBroadcast");
3066 3066
   }
3067 3067
 
3068 3068
   /**
@@ -3124,9 +3124,9 @@  discard block
 block discarded – undo
3124 3124
    */
3125 3125
   public function update($part, Google_Service_YouTube_LiveBroadcast $postBody, $optParams = array())
3126 3126
   {
3127
-    $params = array('part' => $part, 'postBody' => $postBody);
3128
-    $params = array_merge($params, $optParams);
3129
-    return $this->call('update', array($params), "Google_Service_YouTube_LiveBroadcast");
3127
+	$params = array('part' => $part, 'postBody' => $postBody);
3128
+	$params = array_merge($params, $optParams);
3129
+	return $this->call('update', array($params), "Google_Service_YouTube_LiveBroadcast");
3130 3130
   }
3131 3131
 }
3132 3132
 
@@ -3182,9 +3182,9 @@  discard block
 block discarded – undo
3182 3182
    */
3183 3183
   public function delete($id, $optParams = array())
3184 3184
   {
3185
-    $params = array('id' => $id);
3186
-    $params = array_merge($params, $optParams);
3187
-    return $this->call('delete', array($params));
3185
+	$params = array('id' => $id);
3186
+	$params = array_merge($params, $optParams);
3187
+	return $this->call('delete', array($params));
3188 3188
   }
3189 3189
 
3190 3190
   /**
@@ -3235,9 +3235,9 @@  discard block
 block discarded – undo
3235 3235
    */
3236 3236
   public function insert($part, Google_Service_YouTube_LiveStream $postBody, $optParams = array())
3237 3237
   {
3238
-    $params = array('part' => $part, 'postBody' => $postBody);
3239
-    $params = array_merge($params, $optParams);
3240
-    return $this->call('insert', array($params), "Google_Service_YouTube_LiveStream");
3238
+	$params = array('part' => $part, 'postBody' => $postBody);
3239
+	$params = array_merge($params, $optParams);
3240
+	return $this->call('insert', array($params), "Google_Service_YouTube_LiveStream");
3241 3241
   }
3242 3242
 
3243 3243
   /**
@@ -3297,9 +3297,9 @@  discard block
 block discarded – undo
3297 3297
    */
3298 3298
   public function listLiveStreams($part, $optParams = array())
3299 3299
   {
3300
-    $params = array('part' => $part);
3301
-    $params = array_merge($params, $optParams);
3302
-    return $this->call('list', array($params), "Google_Service_YouTube_LiveStreamListResponse");
3300
+	$params = array('part' => $part);
3301
+	$params = array_merge($params, $optParams);
3302
+	return $this->call('list', array($params), "Google_Service_YouTube_LiveStreamListResponse");
3303 3303
   }
3304 3304
 
3305 3305
   /**
@@ -3356,9 +3356,9 @@  discard block
 block discarded – undo
3356 3356
    */
3357 3357
   public function update($part, Google_Service_YouTube_LiveStream $postBody, $optParams = array())
3358 3358
   {
3359
-    $params = array('part' => $part, 'postBody' => $postBody);
3360
-    $params = array_merge($params, $optParams);
3361
-    return $this->call('update', array($params), "Google_Service_YouTube_LiveStream");
3359
+	$params = array('part' => $part, 'postBody' => $postBody);
3360
+	$params = array_merge($params, $optParams);
3361
+	return $this->call('update', array($params), "Google_Service_YouTube_LiveStream");
3362 3362
   }
3363 3363
 }
3364 3364
 
@@ -3383,9 +3383,9 @@  discard block
 block discarded – undo
3383 3383
    */
3384 3384
   public function delete($id, $optParams = array())
3385 3385
   {
3386
-    $params = array('id' => $id);
3387
-    $params = array_merge($params, $optParams);
3388
-    return $this->call('delete', array($params));
3386
+	$params = array('id' => $id);
3387
+	$params = array_merge($params, $optParams);
3388
+	return $this->call('delete', array($params));
3389 3389
   }
3390 3390
 
3391 3391
   /**
@@ -3413,9 +3413,9 @@  discard block
 block discarded – undo
3413 3413
    */
3414 3414
   public function insert($part, Google_Service_YouTube_PlaylistItem $postBody, $optParams = array())
3415 3415
   {
3416
-    $params = array('part' => $part, 'postBody' => $postBody);
3417
-    $params = array_merge($params, $optParams);
3418
-    return $this->call('insert', array($params), "Google_Service_YouTube_PlaylistItem");
3416
+	$params = array('part' => $part, 'postBody' => $postBody);
3417
+	$params = array_merge($params, $optParams);
3418
+	return $this->call('insert', array($params), "Google_Service_YouTube_PlaylistItem");
3419 3419
   }
3420 3420
 
3421 3421
   /**
@@ -3467,9 +3467,9 @@  discard block
 block discarded – undo
3467 3467
    */
3468 3468
   public function listPlaylistItems($part, $optParams = array())
3469 3469
   {
3470
-    $params = array('part' => $part);
3471
-    $params = array_merge($params, $optParams);
3472
-    return $this->call('list', array($params), "Google_Service_YouTube_PlaylistItemListResponse");
3470
+	$params = array('part' => $part);
3471
+	$params = array_merge($params, $optParams);
3472
+	return $this->call('list', array($params), "Google_Service_YouTube_PlaylistItemListResponse");
3473 3473
   }
3474 3474
 
3475 3475
   /**
@@ -3496,9 +3496,9 @@  discard block
 block discarded – undo
3496 3496
    */
3497 3497
   public function update($part, Google_Service_YouTube_PlaylistItem $postBody, $optParams = array())
3498 3498
   {
3499
-    $params = array('part' => $part, 'postBody' => $postBody);
3500
-    $params = array_merge($params, $optParams);
3501
-    return $this->call('update', array($params), "Google_Service_YouTube_PlaylistItem");
3499
+	$params = array('part' => $part, 'postBody' => $postBody);
3500
+	$params = array_merge($params, $optParams);
3501
+	return $this->call('update', array($params), "Google_Service_YouTube_PlaylistItem");
3502 3502
   }
3503 3503
 }
3504 3504
 
@@ -3536,9 +3536,9 @@  discard block
 block discarded – undo
3536 3536
    */
3537 3537
   public function delete($id, $optParams = array())
3538 3538
   {
3539
-    $params = array('id' => $id);
3540
-    $params = array_merge($params, $optParams);
3541
-    return $this->call('delete', array($params));
3539
+	$params = array('id' => $id);
3540
+	$params = array_merge($params, $optParams);
3541
+	return $this->call('delete', array($params));
3542 3542
   }
3543 3543
 
3544 3544
   /**
@@ -3585,9 +3585,9 @@  discard block
 block discarded – undo
3585 3585
    */
3586 3586
   public function insert($part, Google_Service_YouTube_Playlist $postBody, $optParams = array())
3587 3587
   {
3588
-    $params = array('part' => $part, 'postBody' => $postBody);
3589
-    $params = array_merge($params, $optParams);
3590
-    return $this->call('insert', array($params), "Google_Service_YouTube_Playlist");
3588
+	$params = array('part' => $part, 'postBody' => $postBody);
3589
+	$params = array_merge($params, $optParams);
3590
+	return $this->call('insert', array($params), "Google_Service_YouTube_Playlist");
3591 3591
   }
3592 3592
 
3593 3593
   /**
@@ -3657,9 +3657,9 @@  discard block
 block discarded – undo
3657 3657
    */
3658 3658
   public function listPlaylists($part, $optParams = array())
3659 3659
   {
3660
-    $params = array('part' => $part);
3661
-    $params = array_merge($params, $optParams);
3662
-    return $this->call('list', array($params), "Google_Service_YouTube_PlaylistListResponse");
3660
+	$params = array('part' => $part);
3661
+	$params = array_merge($params, $optParams);
3662
+	return $this->call('list', array($params), "Google_Service_YouTube_PlaylistListResponse");
3663 3663
   }
3664 3664
 
3665 3665
   /**
@@ -3695,9 +3695,9 @@  discard block
 block discarded – undo
3695 3695
    */
3696 3696
   public function update($part, Google_Service_YouTube_Playlist $postBody, $optParams = array())
3697 3697
   {
3698
-    $params = array('part' => $part, 'postBody' => $postBody);
3699
-    $params = array_merge($params, $optParams);
3700
-    return $this->call('update', array($params), "Google_Service_YouTube_Playlist");
3698
+	$params = array('part' => $part, 'postBody' => $postBody);
3699
+	$params = array_merge($params, $optParams);
3700
+	return $this->call('update', array($params), "Google_Service_YouTube_Playlist");
3701 3701
   }
3702 3702
 }
3703 3703
 
@@ -3865,9 +3865,9 @@  discard block
 block discarded – undo
3865 3865
    */
3866 3866
   public function listSearch($part, $optParams = array())
3867 3867
   {
3868
-    $params = array('part' => $part);
3869
-    $params = array_merge($params, $optParams);
3870
-    return $this->call('list', array($params), "Google_Service_YouTube_SearchListResponse");
3868
+	$params = array('part' => $part);
3869
+	$params = array_merge($params, $optParams);
3870
+	return $this->call('list', array($params), "Google_Service_YouTube_SearchListResponse");
3871 3871
   }
3872 3872
 }
3873 3873
 
@@ -3892,9 +3892,9 @@  discard block
 block discarded – undo
3892 3892
    */
3893 3893
   public function delete($id, $optParams = array())
3894 3894
   {
3895
-    $params = array('id' => $id);
3896
-    $params = array_merge($params, $optParams);
3897
-    return $this->call('delete', array($params));
3895
+	$params = array('id' => $id);
3896
+	$params = array_merge($params, $optParams);
3897
+	return $this->call('delete', array($params));
3898 3898
   }
3899 3899
 
3900 3900
   /**
@@ -3910,9 +3910,9 @@  discard block
 block discarded – undo
3910 3910
    */
3911 3911
   public function insert($part, Google_Service_YouTube_Subscription $postBody, $optParams = array())
3912 3912
   {
3913
-    $params = array('part' => $part, 'postBody' => $postBody);
3914
-    $params = array_merge($params, $optParams);
3915
-    return $this->call('insert', array($params), "Google_Service_YouTube_Subscription");
3913
+	$params = array('part' => $part, 'postBody' => $postBody);
3914
+	$params = array_merge($params, $optParams);
3915
+	return $this->call('insert', array($params), "Google_Service_YouTube_Subscription");
3916 3916
   }
3917 3917
 
3918 3918
   /**
@@ -3985,9 +3985,9 @@  discard block
 block discarded – undo
3985 3985
    */
3986 3986
   public function listSubscriptions($part, $optParams = array())
3987 3987
   {
3988
-    $params = array('part' => $part);
3989
-    $params = array_merge($params, $optParams);
3990
-    return $this->call('list', array($params), "Google_Service_YouTube_SubscriptionListResponse");
3988
+	$params = array('part' => $part);
3989
+	$params = array_merge($params, $optParams);
3990
+	return $this->call('list', array($params), "Google_Service_YouTube_SubscriptionListResponse");
3991 3991
   }
3992 3992
 }
3993 3993
 
@@ -4026,9 +4026,9 @@  discard block
 block discarded – undo
4026 4026
    */
4027 4027
   public function set($videoId, $optParams = array())
4028 4028
   {
4029
-    $params = array('videoId' => $videoId);
4030
-    $params = array_merge($params, $optParams);
4031
-    return $this->call('set', array($params), "Google_Service_YouTube_ThumbnailSetResponse");
4029
+	$params = array('videoId' => $videoId);
4030
+	$params = array_merge($params, $optParams);
4031
+	return $this->call('set', array($params), "Google_Service_YouTube_ThumbnailSetResponse");
4032 4032
   }
4033 4033
 }
4034 4034
 
@@ -4058,9 +4058,9 @@  discard block
 block discarded – undo
4058 4058
    */
4059 4059
   public function listVideoAbuseReportReasons($part, $optParams = array())
4060 4060
   {
4061
-    $params = array('part' => $part);
4062
-    $params = array_merge($params, $optParams);
4063
-    return $this->call('list', array($params), "Google_Service_YouTube_VideoAbuseReportReasonListResponse");
4061
+	$params = array('part' => $part);
4062
+	$params = array_merge($params, $optParams);
4063
+	return $this->call('list', array($params), "Google_Service_YouTube_VideoAbuseReportReasonListResponse");
4064 4064
   }
4065 4065
 }
4066 4066
 
@@ -4095,9 +4095,9 @@  discard block
 block discarded – undo
4095 4095
    */
4096 4096
   public function listVideoCategories($part, $optParams = array())
4097 4097
   {
4098
-    $params = array('part' => $part);
4099
-    $params = array_merge($params, $optParams);
4100
-    return $this->call('list', array($params), "Google_Service_YouTube_VideoCategoryListResponse");
4098
+	$params = array('part' => $part);
4099
+	$params = array_merge($params, $optParams);
4100
+	return $this->call('list', array($params), "Google_Service_YouTube_VideoCategoryListResponse");
4101 4101
   }
4102 4102
 }
4103 4103
 
@@ -4135,9 +4135,9 @@  discard block
 block discarded – undo
4135 4135
    */
4136 4136
   public function delete($id, $optParams = array())
4137 4137
   {
4138
-    $params = array('id' => $id);
4139
-    $params = array_merge($params, $optParams);
4140
-    return $this->call('delete', array($params));
4138
+	$params = array('id' => $id);
4139
+	$params = array_merge($params, $optParams);
4140
+	return $this->call('delete', array($params));
4141 4141
   }
4142 4142
 
4143 4143
   /**
@@ -4165,9 +4165,9 @@  discard block
 block discarded – undo
4165 4165
    */
4166 4166
   public function getRating($id, $optParams = array())
4167 4167
   {
4168
-    $params = array('id' => $id);
4169
-    $params = array_merge($params, $optParams);
4170
-    return $this->call('getRating', array($params), "Google_Service_YouTube_VideoGetRatingResponse");
4168
+	$params = array('id' => $id);
4169
+	$params = array_merge($params, $optParams);
4170
+	return $this->call('getRating', array($params), "Google_Service_YouTube_VideoGetRatingResponse");
4171 4171
   }
4172 4172
 
4173 4173
   /**
@@ -4232,9 +4232,9 @@  discard block
 block discarded – undo
4232 4232
    */
4233 4233
   public function insert($part, Google_Service_YouTube_Video $postBody, $optParams = array())
4234 4234
   {
4235
-    $params = array('part' => $part, 'postBody' => $postBody);
4236
-    $params = array_merge($params, $optParams);
4237
-    return $this->call('insert', array($params), "Google_Service_YouTube_Video");
4235
+	$params = array('part' => $part, 'postBody' => $postBody);
4236
+	$params = array_merge($params, $optParams);
4237
+	return $this->call('insert', array($params), "Google_Service_YouTube_Video");
4238 4238
   }
4239 4239
 
4240 4240
   /**
@@ -4309,9 +4309,9 @@  discard block
 block discarded – undo
4309 4309
    */
4310 4310
   public function listVideos($part, $optParams = array())
4311 4311
   {
4312
-    $params = array('part' => $part);
4313
-    $params = array_merge($params, $optParams);
4314
-    return $this->call('list', array($params), "Google_Service_YouTube_VideoListResponse");
4312
+	$params = array('part' => $part);
4313
+	$params = array_merge($params, $optParams);
4314
+	return $this->call('list', array($params), "Google_Service_YouTube_VideoListResponse");
4315 4315
   }
4316 4316
 
4317 4317
   /**
@@ -4325,9 +4325,9 @@  discard block
 block discarded – undo
4325 4325
    */
4326 4326
   public function rate($id, $rating, $optParams = array())
4327 4327
   {
4328
-    $params = array('id' => $id, 'rating' => $rating);
4329
-    $params = array_merge($params, $optParams);
4330
-    return $this->call('rate', array($params));
4328
+	$params = array('id' => $id, 'rating' => $rating);
4329
+	$params = array_merge($params, $optParams);
4330
+	return $this->call('rate', array($params));
4331 4331
   }
4332 4332
 
4333 4333
   /**
@@ -4351,9 +4351,9 @@  discard block
 block discarded – undo
4351 4351
    */
4352 4352
   public function reportAbuse(Google_Service_YouTube_VideoAbuseReport $postBody, $optParams = array())
4353 4353
   {
4354
-    $params = array('postBody' => $postBody);
4355
-    $params = array_merge($params, $optParams);
4356
-    return $this->call('reportAbuse', array($params));
4354
+	$params = array('postBody' => $postBody);
4355
+	$params = array_merge($params, $optParams);
4356
+	return $this->call('reportAbuse', array($params));
4357 4357
   }
4358 4358
 
4359 4359
   /**
@@ -4397,9 +4397,9 @@  discard block
 block discarded – undo
4397 4397
    */
4398 4398
   public function update($part, Google_Service_YouTube_Video $postBody, $optParams = array())
4399 4399
   {
4400
-    $params = array('part' => $part, 'postBody' => $postBody);
4401
-    $params = array_merge($params, $optParams);
4402
-    return $this->call('update', array($params), "Google_Service_YouTube_Video");
4400
+	$params = array('part' => $part, 'postBody' => $postBody);
4401
+	$params = array_merge($params, $optParams);
4402
+	return $this->call('update', array($params), "Google_Service_YouTube_Video");
4403 4403
   }
4404 4404
 }
4405 4405
 
@@ -4438,9 +4438,9 @@  discard block
 block discarded – undo
4438 4438
    */
4439 4439
   public function set($channelId, Google_Service_YouTube_InvideoBranding $postBody, $optParams = array())
4440 4440
   {
4441
-    $params = array('channelId' => $channelId, 'postBody' => $postBody);
4442
-    $params = array_merge($params, $optParams);
4443
-    return $this->call('set', array($params));
4441
+	$params = array('channelId' => $channelId, 'postBody' => $postBody);
4442
+	$params = array_merge($params, $optParams);
4443
+	return $this->call('set', array($params));
4444 4444
   }
4445 4445
 
4446 4446
   /**
@@ -4465,9 +4465,9 @@  discard block
 block discarded – undo
4465 4465
    */
4466 4466
   public function unsetWatermarks($channelId, $optParams = array())
4467 4467
   {
4468
-    $params = array('channelId' => $channelId);
4469
-    $params = array_merge($params, $optParams);
4470
-    return $this->call('unset', array($params));
4468
+	$params = array('channelId' => $channelId);
4469
+	$params = array_merge($params, $optParams);
4470
+	return $this->call('unset', array($params));
4471 4471
   }
4472 4472
 }
4473 4473
 
@@ -4485,19 +4485,19 @@  discard block
 block discarded – undo
4485 4485
 
4486 4486
   public function setAllowed($allowed)
4487 4487
   {
4488
-    $this->allowed = $allowed;
4488
+	$this->allowed = $allowed;
4489 4489
   }
4490 4490
   public function getAllowed()
4491 4491
   {
4492
-    return $this->allowed;
4492
+	return $this->allowed;
4493 4493
   }
4494 4494
   public function setException($exception)
4495 4495
   {
4496
-    $this->exception = $exception;
4496
+	$this->exception = $exception;
4497 4497
   }
4498 4498
   public function getException()
4499 4499
   {
4500
-    return $this->exception;
4500
+	return $this->exception;
4501 4501
   }
4502 4502
 }
4503 4503
 
@@ -4516,43 +4516,43 @@  discard block
 block discarded – undo
4516 4516
 
4517 4517
   public function setContentDetails(Google_Service_YouTube_ActivityContentDetails $contentDetails)
4518 4518
   {
4519
-    $this->contentDetails = $contentDetails;
4519
+	$this->contentDetails = $contentDetails;
4520 4520
   }
4521 4521
   public function getContentDetails()
4522 4522
   {
4523
-    return $this->contentDetails;
4523
+	return $this->contentDetails;
4524 4524
   }
4525 4525
   public function setEtag($etag)
4526 4526
   {
4527
-    $this->etag = $etag;
4527
+	$this->etag = $etag;
4528 4528
   }
4529 4529
   public function getEtag()
4530 4530
   {
4531
-    return $this->etag;
4531
+	return $this->etag;
4532 4532
   }
4533 4533
   public function setId($id)
4534 4534
   {
4535
-    $this->id = $id;
4535
+	$this->id = $id;
4536 4536
   }
4537 4537
   public function getId()
4538 4538
   {
4539
-    return $this->id;
4539
+	return $this->id;
4540 4540
   }
4541 4541
   public function setKind($kind)
4542 4542
   {
4543
-    $this->kind = $kind;
4543
+	$this->kind = $kind;
4544 4544
   }
4545 4545
   public function getKind()
4546 4546
   {
4547
-    return $this->kind;
4547
+	return $this->kind;
4548 4548
   }
4549 4549
   public function setSnippet(Google_Service_YouTube_ActivitySnippet $snippet)
4550 4550
   {
4551
-    $this->snippet = $snippet;
4551
+	$this->snippet = $snippet;
4552 4552
   }
4553 4553
   public function getSnippet()
4554 4554
   {
4555
-    return $this->snippet;
4555
+	return $this->snippet;
4556 4556
   }
4557 4557
 }
4558 4558
 
@@ -4586,91 +4586,91 @@  discard block
 block discarded – undo
4586 4586
 
4587 4587
   public function setBulletin(Google_Service_YouTube_ActivityContentDetailsBulletin $bulletin)
4588 4588
   {
4589
-    $this->bulletin = $bulletin;
4589
+	$this->bulletin = $bulletin;
4590 4590
   }
4591 4591
   public function getBulletin()
4592 4592
   {
4593
-    return $this->bulletin;
4593
+	return $this->bulletin;
4594 4594
   }
4595 4595
   public function setChannelItem(Google_Service_YouTube_ActivityContentDetailsChannelItem $channelItem)
4596 4596
   {
4597
-    $this->channelItem = $channelItem;
4597
+	$this->channelItem = $channelItem;
4598 4598
   }
4599 4599
   public function getChannelItem()
4600 4600
   {
4601
-    return $this->channelItem;
4601
+	return $this->channelItem;
4602 4602
   }
4603 4603
   public function setComment(Google_Service_YouTube_ActivityContentDetailsComment $comment)
4604 4604
   {
4605
-    $this->comment = $comment;
4605
+	$this->comment = $comment;
4606 4606
   }
4607 4607
   public function getComment()
4608 4608
   {
4609
-    return $this->comment;
4609
+	return $this->comment;
4610 4610
   }
4611 4611
   public function setFavorite(Google_Service_YouTube_ActivityContentDetailsFavorite $favorite)
4612 4612
   {
4613
-    $this->favorite = $favorite;
4613
+	$this->favorite = $favorite;
4614 4614
   }
4615 4615
   public function getFavorite()
4616 4616
   {
4617
-    return $this->favorite;
4617
+	return $this->favorite;
4618 4618
   }
4619 4619
   public function setLike(Google_Service_YouTube_ActivityContentDetailsLike $like)
4620 4620
   {
4621
-    $this->like = $like;
4621
+	$this->like = $like;
4622 4622
   }
4623 4623
   public function getLike()
4624 4624
   {
4625
-    return $this->like;
4625
+	return $this->like;
4626 4626
   }
4627 4627
   public function setPlaylistItem(Google_Service_YouTube_ActivityContentDetailsPlaylistItem $playlistItem)
4628 4628
   {
4629
-    $this->playlistItem = $playlistItem;
4629
+	$this->playlistItem = $playlistItem;
4630 4630
   }
4631 4631
   public function getPlaylistItem()
4632 4632
   {
4633
-    return $this->playlistItem;
4633
+	return $this->playlistItem;
4634 4634
   }
4635 4635
   public function setPromotedItem(Google_Service_YouTube_ActivityContentDetailsPromotedItem $promotedItem)
4636 4636
   {
4637
-    $this->promotedItem = $promotedItem;
4637
+	$this->promotedItem = $promotedItem;
4638 4638
   }
4639 4639
   public function getPromotedItem()
4640 4640
   {
4641
-    return $this->promotedItem;
4641
+	return $this->promotedItem;
4642 4642
   }
4643 4643
   public function setRecommendation(Google_Service_YouTube_ActivityContentDetailsRecommendation $recommendation)
4644 4644
   {
4645
-    $this->recommendation = $recommendation;
4645
+	$this->recommendation = $recommendation;
4646 4646
   }
4647 4647
   public function getRecommendation()
4648 4648
   {
4649
-    return $this->recommendation;
4649
+	return $this->recommendation;
4650 4650
   }
4651 4651
   public function setSocial(Google_Service_YouTube_ActivityContentDetailsSocial $social)
4652 4652
   {
4653
-    $this->social = $social;
4653
+	$this->social = $social;
4654 4654
   }
4655 4655
   public function getSocial()
4656 4656
   {
4657
-    return $this->social;
4657
+	return $this->social;
4658 4658
   }
4659 4659
   public function setSubscription(Google_Service_YouTube_ActivityContentDetailsSubscription $subscription)
4660 4660
   {
4661
-    $this->subscription = $subscription;
4661
+	$this->subscription = $subscription;
4662 4662
   }
4663 4663
   public function getSubscription()
4664 4664
   {
4665
-    return $this->subscription;
4665
+	return $this->subscription;
4666 4666
   }
4667 4667
   public function setUpload(Google_Service_YouTube_ActivityContentDetailsUpload $upload)
4668 4668
   {
4669
-    $this->upload = $upload;
4669
+	$this->upload = $upload;
4670 4670
   }
4671 4671
   public function getUpload()
4672 4672
   {
4673
-    return $this->upload;
4673
+	return $this->upload;
4674 4674
   }
4675 4675
 }
4676 4676
 
@@ -4684,11 +4684,11 @@  discard block
 block discarded – undo
4684 4684
 
4685 4685
   public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
4686 4686
   {
4687
-    $this->resourceId = $resourceId;
4687
+	$this->resourceId = $resourceId;
4688 4688
   }
4689 4689
   public function getResourceId()
4690 4690
   {
4691
-    return $this->resourceId;
4691
+	return $this->resourceId;
4692 4692
   }
4693 4693
 }
4694 4694
 
@@ -4702,11 +4702,11 @@  discard block
 block discarded – undo
4702 4702
 
4703 4703
   public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
4704 4704
   {
4705
-    $this->resourceId = $resourceId;
4705
+	$this->resourceId = $resourceId;
4706 4706
   }
4707 4707
   public function getResourceId()
4708 4708
   {
4709
-    return $this->resourceId;
4709
+	return $this->resourceId;
4710 4710
   }
4711 4711
 }
4712 4712
 
@@ -4720,11 +4720,11 @@  discard block
 block discarded – undo
4720 4720
 
4721 4721
   public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
4722 4722
   {
4723
-    $this->resourceId = $resourceId;
4723
+	$this->resourceId = $resourceId;
4724 4724
   }
4725 4725
   public function getResourceId()
4726 4726
   {
4727
-    return $this->resourceId;
4727
+	return $this->resourceId;
4728 4728
   }
4729 4729
 }
4730 4730
 
@@ -4738,11 +4738,11 @@  discard block
 block discarded – undo
4738 4738
 
4739 4739
   public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
4740 4740
   {
4741
-    $this->resourceId = $resourceId;
4741
+	$this->resourceId = $resourceId;
4742 4742
   }
4743 4743
   public function getResourceId()
4744 4744
   {
4745
-    return $this->resourceId;
4745
+	return $this->resourceId;
4746 4746
   }
4747 4747
 }
4748 4748
 
@@ -4756,11 +4756,11 @@  discard block
 block discarded – undo
4756 4756
 
4757 4757
   public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
4758 4758
   {
4759
-    $this->resourceId = $resourceId;
4759
+	$this->resourceId = $resourceId;
4760 4760
   }
4761 4761
   public function getResourceId()
4762 4762
   {
4763
-    return $this->resourceId;
4763
+	return $this->resourceId;
4764 4764
   }
4765 4765
 }
4766 4766
 
@@ -4776,27 +4776,27 @@  discard block
 block discarded – undo
4776 4776
 
4777 4777
   public function setPlaylistId($playlistId)
4778 4778
   {
4779
-    $this->playlistId = $playlistId;
4779
+	$this->playlistId = $playlistId;
4780 4780
   }
4781 4781
   public function getPlaylistId()
4782 4782
   {
4783
-    return $this->playlistId;
4783
+	return $this->playlistId;
4784 4784
   }
4785 4785
   public function setPlaylistItemId($playlistItemId)
4786 4786
   {
4787
-    $this->playlistItemId = $playlistItemId;
4787
+	$this->playlistItemId = $playlistItemId;
4788 4788
   }
4789 4789
   public function getPlaylistItemId()
4790 4790
   {
4791
-    return $this->playlistItemId;
4791
+	return $this->playlistItemId;
4792 4792
   }
4793 4793
   public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
4794 4794
   {
4795
-    $this->resourceId = $resourceId;
4795
+	$this->resourceId = $resourceId;
4796 4796
   }
4797 4797
   public function getResourceId()
4798 4798
   {
4799
-    return $this->resourceId;
4799
+	return $this->resourceId;
4800 4800
   }
4801 4801
 }
4802 4802
 
@@ -4819,83 +4819,83 @@  discard block
 block discarded – undo
4819 4819
 
4820 4820
   public function setAdTag($adTag)
4821 4821
   {
4822
-    $this->adTag = $adTag;
4822
+	$this->adTag = $adTag;
4823 4823
   }
4824 4824
   public function getAdTag()
4825 4825
   {
4826
-    return $this->adTag;
4826
+	return $this->adTag;
4827 4827
   }
4828 4828
   public function setClickTrackingUrl($clickTrackingUrl)
4829 4829
   {
4830
-    $this->clickTrackingUrl = $clickTrackingUrl;
4830
+	$this->clickTrackingUrl = $clickTrackingUrl;
4831 4831
   }
4832 4832
   public function getClickTrackingUrl()
4833 4833
   {
4834
-    return $this->clickTrackingUrl;
4834
+	return $this->clickTrackingUrl;
4835 4835
   }
4836 4836
   public function setCreativeViewUrl($creativeViewUrl)
4837 4837
   {
4838
-    $this->creativeViewUrl = $creativeViewUrl;
4838
+	$this->creativeViewUrl = $creativeViewUrl;
4839 4839
   }
4840 4840
   public function getCreativeViewUrl()
4841 4841
   {
4842
-    return $this->creativeViewUrl;
4842
+	return $this->creativeViewUrl;
4843 4843
   }
4844 4844
   public function setCtaType($ctaType)
4845 4845
   {
4846
-    $this->ctaType = $ctaType;
4846
+	$this->ctaType = $ctaType;
4847 4847
   }
4848 4848
   public function getCtaType()
4849 4849
   {
4850
-    return $this->ctaType;
4850
+	return $this->ctaType;
4851 4851
   }
4852 4852
   public function setCustomCtaButtonText($customCtaButtonText)
4853 4853
   {
4854
-    $this->customCtaButtonText = $customCtaButtonText;
4854
+	$this->customCtaButtonText = $customCtaButtonText;
4855 4855
   }
4856 4856
   public function getCustomCtaButtonText()
4857 4857
   {
4858
-    return $this->customCtaButtonText;
4858
+	return $this->customCtaButtonText;
4859 4859
   }
4860 4860
   public function setDescriptionText($descriptionText)
4861 4861
   {
4862
-    $this->descriptionText = $descriptionText;
4862
+	$this->descriptionText = $descriptionText;
4863 4863
   }
4864 4864
   public function getDescriptionText()
4865 4865
   {
4866
-    return $this->descriptionText;
4866
+	return $this->descriptionText;
4867 4867
   }
4868 4868
   public function setDestinationUrl($destinationUrl)
4869 4869
   {
4870
-    $this->destinationUrl = $destinationUrl;
4870
+	$this->destinationUrl = $destinationUrl;
4871 4871
   }
4872 4872
   public function getDestinationUrl()
4873 4873
   {
4874
-    return $this->destinationUrl;
4874
+	return $this->destinationUrl;
4875 4875
   }
4876 4876
   public function setForecastingUrl($forecastingUrl)
4877 4877
   {
4878
-    $this->forecastingUrl = $forecastingUrl;
4878
+	$this->forecastingUrl = $forecastingUrl;
4879 4879
   }
4880 4880
   public function getForecastingUrl()
4881 4881
   {
4882
-    return $this->forecastingUrl;
4882
+	return $this->forecastingUrl;
4883 4883
   }
4884 4884
   public function setImpressionUrl($impressionUrl)
4885 4885
   {
4886
-    $this->impressionUrl = $impressionUrl;
4886
+	$this->impressionUrl = $impressionUrl;
4887 4887
   }
4888 4888
   public function getImpressionUrl()
4889 4889
   {
4890
-    return $this->impressionUrl;
4890
+	return $this->impressionUrl;
4891 4891
   }
4892 4892
   public function setVideoId($videoId)
4893 4893
   {
4894
-    $this->videoId = $videoId;
4894
+	$this->videoId = $videoId;
4895 4895
   }
4896 4896
   public function getVideoId()
4897 4897
   {
4898
-    return $this->videoId;
4898
+	return $this->videoId;
4899 4899
   }
4900 4900
 }
4901 4901
 
@@ -4912,27 +4912,27 @@  discard block
 block discarded – undo
4912 4912
 
4913 4913
   public function setReason($reason)
4914 4914
   {
4915
-    $this->reason = $reason;
4915
+	$this->reason = $reason;
4916 4916
   }
4917 4917
   public function getReason()
4918 4918
   {
4919
-    return $this->reason;
4919
+	return $this->reason;
4920 4920
   }
4921 4921
   public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
4922 4922
   {
4923
-    $this->resourceId = $resourceId;
4923
+	$this->resourceId = $resourceId;
4924 4924
   }
4925 4925
   public function getResourceId()
4926 4926
   {
4927
-    return $this->resourceId;
4927
+	return $this->resourceId;
4928 4928
   }
4929 4929
   public function setSeedResourceId(Google_Service_YouTube_ResourceId $seedResourceId)
4930 4930
   {
4931
-    $this->seedResourceId = $seedResourceId;
4931
+	$this->seedResourceId = $seedResourceId;
4932 4932
   }
4933 4933
   public function getSeedResourceId()
4934 4934
   {
4935
-    return $this->seedResourceId;
4935
+	return $this->seedResourceId;
4936 4936
   }
4937 4937
 }
4938 4938
 
@@ -4950,43 +4950,43 @@  discard block
 block discarded – undo
4950 4950
 
4951 4951
   public function setAuthor($author)
4952 4952
   {
4953
-    $this->author = $author;
4953
+	$this->author = $author;
4954 4954
   }
4955 4955
   public function getAuthor()
4956 4956
   {
4957
-    return $this->author;
4957
+	return $this->author;
4958 4958
   }
4959 4959
   public function setImageUrl($imageUrl)
4960 4960
   {
4961
-    $this->imageUrl = $imageUrl;
4961
+	$this->imageUrl = $imageUrl;
4962 4962
   }
4963 4963
   public function getImageUrl()
4964 4964
   {
4965
-    return $this->imageUrl;
4965
+	return $this->imageUrl;
4966 4966
   }
4967 4967
   public function setReferenceUrl($referenceUrl)
4968 4968
   {
4969
-    $this->referenceUrl = $referenceUrl;
4969
+	$this->referenceUrl = $referenceUrl;
4970 4970
   }
4971 4971
   public function getReferenceUrl()
4972 4972
   {
4973
-    return $this->referenceUrl;
4973
+	return $this->referenceUrl;
4974 4974
   }
4975 4975
   public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
4976 4976
   {
4977
-    $this->resourceId = $resourceId;
4977
+	$this->resourceId = $resourceId;
4978 4978
   }
4979 4979
   public function getResourceId()
4980 4980
   {
4981
-    return $this->resourceId;
4981
+	return $this->resourceId;
4982 4982
   }
4983 4983
   public function setType($type)
4984 4984
   {
4985
-    $this->type = $type;
4985
+	$this->type = $type;
4986 4986
   }
4987 4987
   public function getType()
4988 4988
   {
4989
-    return $this->type;
4989
+	return $this->type;
4990 4990
   }
4991 4991
 }
4992 4992
 
@@ -5000,11 +5000,11 @@  discard block
 block discarded – undo
5000 5000
 
5001 5001
   public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
5002 5002
   {
5003
-    $this->resourceId = $resourceId;
5003
+	$this->resourceId = $resourceId;
5004 5004
   }
5005 5005
   public function getResourceId()
5006 5006
   {
5007
-    return $this->resourceId;
5007
+	return $this->resourceId;
5008 5008
   }
5009 5009
 }
5010 5010
 
@@ -5017,11 +5017,11 @@  discard block
 block discarded – undo
5017 5017
 
5018 5018
   public function setVideoId($videoId)
5019 5019
   {
5020
-    $this->videoId = $videoId;
5020
+	$this->videoId = $videoId;
5021 5021
   }
5022 5022
   public function getVideoId()
5023 5023
   {
5024
-    return $this->videoId;
5024
+	return $this->videoId;
5025 5025
   }
5026 5026
 }
5027 5027
 
@@ -5046,75 +5046,75 @@  discard block
 block discarded – undo
5046 5046
 
5047 5047
   public function setEtag($etag)
5048 5048
   {
5049
-    $this->etag = $etag;
5049
+	$this->etag = $etag;
5050 5050
   }
5051 5051
   public function getEtag()
5052 5052
   {
5053
-    return $this->etag;
5053
+	return $this->etag;
5054 5054
   }
5055 5055
   public function setEventId($eventId)
5056 5056
   {
5057
-    $this->eventId = $eventId;
5057
+	$this->eventId = $eventId;
5058 5058
   }
5059 5059
   public function getEventId()
5060 5060
   {
5061
-    return $this->eventId;
5061
+	return $this->eventId;
5062 5062
   }
5063 5063
   public function setItems($items)
5064 5064
   {
5065
-    $this->items = $items;
5065
+	$this->items = $items;
5066 5066
   }
5067 5067
   public function getItems()
5068 5068
   {
5069
-    return $this->items;
5069
+	return $this->items;
5070 5070
   }
5071 5071
   public function setKind($kind)
5072 5072
   {
5073
-    $this->kind = $kind;
5073
+	$this->kind = $kind;
5074 5074
   }
5075 5075
   public function getKind()
5076 5076
   {
5077
-    return $this->kind;
5077
+	return $this->kind;
5078 5078
   }
5079 5079
   public function setNextPageToken($nextPageToken)
5080 5080
   {
5081
-    $this->nextPageToken = $nextPageToken;
5081
+	$this->nextPageToken = $nextPageToken;
5082 5082
   }
5083 5083
   public function getNextPageToken()
5084 5084
   {
5085
-    return $this->nextPageToken;
5085
+	return $this->nextPageToken;
5086 5086
   }
5087 5087
   public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
5088 5088
   {
5089
-    $this->pageInfo = $pageInfo;
5089
+	$this->pageInfo = $pageInfo;
5090 5090
   }
5091 5091
   public function getPageInfo()
5092 5092
   {
5093
-    return $this->pageInfo;
5093
+	return $this->pageInfo;
5094 5094
   }
5095 5095
   public function setPrevPageToken($prevPageToken)
5096 5096
   {
5097
-    $this->prevPageToken = $prevPageToken;
5097
+	$this->prevPageToken = $prevPageToken;
5098 5098
   }
5099 5099
   public function getPrevPageToken()
5100 5100
   {
5101
-    return $this->prevPageToken;
5101
+	return $this->prevPageToken;
5102 5102
   }
5103 5103
   public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
5104 5104
   {
5105
-    $this->tokenPagination = $tokenPagination;
5105
+	$this->tokenPagination = $tokenPagination;
5106 5106
   }
5107 5107
   public function getTokenPagination()
5108 5108
   {
5109
-    return $this->tokenPagination;
5109
+	return $this->tokenPagination;
5110 5110
   }
5111 5111
   public function setVisitorId($visitorId)
5112 5112
   {
5113
-    $this->visitorId = $visitorId;
5113
+	$this->visitorId = $visitorId;
5114 5114
   }
5115 5115
   public function getVisitorId()
5116 5116
   {
5117
-    return $this->visitorId;
5117
+	return $this->visitorId;
5118 5118
   }
5119 5119
 }
5120 5120
 
@@ -5135,67 +5135,67 @@  discard block
 block discarded – undo
5135 5135
 
5136 5136
   public function setChannelId($channelId)
5137 5137
   {
5138
-    $this->channelId = $channelId;
5138
+	$this->channelId = $channelId;
5139 5139
   }
5140 5140
   public function getChannelId()
5141 5141
   {
5142
-    return $this->channelId;
5142
+	return $this->channelId;
5143 5143
   }
5144 5144
   public function setChannelTitle($channelTitle)
5145 5145
   {
5146
-    $this->channelTitle = $channelTitle;
5146
+	$this->channelTitle = $channelTitle;
5147 5147
   }
5148 5148
   public function getChannelTitle()
5149 5149
   {
5150
-    return $this->channelTitle;
5150
+	return $this->channelTitle;
5151 5151
   }
5152 5152
   public function setDescription($description)
5153 5153
   {
5154
-    $this->description = $description;
5154
+	$this->description = $description;
5155 5155
   }
5156 5156
   public function getDescription()
5157 5157
   {
5158
-    return $this->description;
5158
+	return $this->description;
5159 5159
   }
5160 5160
   public function setGroupId($groupId)
5161 5161
   {
5162
-    $this->groupId = $groupId;
5162
+	$this->groupId = $groupId;
5163 5163
   }
5164 5164
   public function getGroupId()
5165 5165
   {
5166
-    return $this->groupId;
5166
+	return $this->groupId;
5167 5167
   }
5168 5168
   public function setPublishedAt($publishedAt)
5169 5169
   {
5170
-    $this->publishedAt = $publishedAt;
5170
+	$this->publishedAt = $publishedAt;
5171 5171
   }
5172 5172
   public function getPublishedAt()
5173 5173
   {
5174
-    return $this->publishedAt;
5174
+	return $this->publishedAt;
5175 5175
   }
5176 5176
   public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
5177 5177
   {
5178
-    $this->thumbnails = $thumbnails;
5178
+	$this->thumbnails = $thumbnails;
5179 5179
   }
5180 5180
   public function getThumbnails()
5181 5181
   {
5182
-    return $this->thumbnails;
5182
+	return $this->thumbnails;
5183 5183
   }
5184 5184
   public function setTitle($title)
5185 5185
   {
5186
-    $this->title = $title;
5186
+	$this->title = $title;
5187 5187
   }
5188 5188
   public function getTitle()
5189 5189
   {
5190
-    return $this->title;
5190
+	return $this->title;
5191 5191
   }
5192 5192
   public function setType($type)
5193 5193
   {
5194
-    $this->type = $type;
5194
+	$this->type = $type;
5195 5195
   }
5196 5196
   public function getType()
5197 5197
   {
5198
-    return $this->type;
5198
+	return $this->type;
5199 5199
   }
5200 5200
 }
5201 5201
 
@@ -5212,35 +5212,35 @@  discard block
 block discarded – undo
5212 5212
 
5213 5213
   public function setEtag($etag)
5214 5214
   {
5215
-    $this->etag = $etag;
5215
+	$this->etag = $etag;
5216 5216
   }
5217 5217
   public function getEtag()
5218 5218
   {
5219
-    return $this->etag;
5219
+	return $this->etag;
5220 5220
   }
5221 5221
   public function setId($id)
5222 5222
   {
5223
-    $this->id = $id;
5223
+	$this->id = $id;
5224 5224
   }
5225 5225
   public function getId()
5226 5226
   {
5227
-    return $this->id;
5227
+	return $this->id;
5228 5228
   }
5229 5229
   public function setKind($kind)
5230 5230
   {
5231
-    $this->kind = $kind;
5231
+	$this->kind = $kind;
5232 5232
   }
5233 5233
   public function getKind()
5234 5234
   {
5235
-    return $this->kind;
5235
+	return $this->kind;
5236 5236
   }
5237 5237
   public function setSnippet(Google_Service_YouTube_CaptionSnippet $snippet)
5238 5238
   {
5239
-    $this->snippet = $snippet;
5239
+	$this->snippet = $snippet;
5240 5240
   }
5241 5241
   public function getSnippet()
5242 5242
   {
5243
-    return $this->snippet;
5243
+	return $this->snippet;
5244 5244
   }
5245 5245
 }
5246 5246
 
@@ -5259,43 +5259,43 @@  discard block
 block discarded – undo
5259 5259
 
5260 5260
   public function setEtag($etag)
5261 5261
   {
5262
-    $this->etag = $etag;
5262
+	$this->etag = $etag;
5263 5263
   }
5264 5264
   public function getEtag()
5265 5265
   {
5266
-    return $this->etag;
5266
+	return $this->etag;
5267 5267
   }
5268 5268
   public function setEventId($eventId)
5269 5269
   {
5270
-    $this->eventId = $eventId;
5270
+	$this->eventId = $eventId;
5271 5271
   }
5272 5272
   public function getEventId()
5273 5273
   {
5274
-    return $this->eventId;
5274
+	return $this->eventId;
5275 5275
   }
5276 5276
   public function setItems($items)
5277 5277
   {
5278
-    $this->items = $items;
5278
+	$this->items = $items;
5279 5279
   }
5280 5280
   public function getItems()
5281 5281
   {
5282
-    return $this->items;
5282
+	return $this->items;
5283 5283
   }
5284 5284
   public function setKind($kind)
5285 5285
   {
5286
-    $this->kind = $kind;
5286
+	$this->kind = $kind;
5287 5287
   }
5288 5288
   public function getKind()
5289 5289
   {
5290
-    return $this->kind;
5290
+	return $this->kind;
5291 5291
   }
5292 5292
   public function setVisitorId($visitorId)
5293 5293
   {
5294
-    $this->visitorId = $visitorId;
5294
+	$this->visitorId = $visitorId;
5295 5295
   }
5296 5296
   public function getVisitorId()
5297 5297
   {
5298
-    return $this->visitorId;
5298
+	return $this->visitorId;
5299 5299
   }
5300 5300
 }
5301 5301
 
@@ -5320,107 +5320,107 @@  discard block
 block discarded – undo
5320 5320
 
5321 5321
   public function setAudioTrackType($audioTrackType)
5322 5322
   {
5323
-    $this->audioTrackType = $audioTrackType;
5323
+	$this->audioTrackType = $audioTrackType;
5324 5324
   }
5325 5325
   public function getAudioTrackType()
5326 5326
   {
5327
-    return $this->audioTrackType;
5327
+	return $this->audioTrackType;
5328 5328
   }
5329 5329
   public function setFailureReason($failureReason)
5330 5330
   {
5331
-    $this->failureReason = $failureReason;
5331
+	$this->failureReason = $failureReason;
5332 5332
   }
5333 5333
   public function getFailureReason()
5334 5334
   {
5335
-    return $this->failureReason;
5335
+	return $this->failureReason;
5336 5336
   }
5337 5337
   public function setIsAutoSynced($isAutoSynced)
5338 5338
   {
5339
-    $this->isAutoSynced = $isAutoSynced;
5339
+	$this->isAutoSynced = $isAutoSynced;
5340 5340
   }
5341 5341
   public function getIsAutoSynced()
5342 5342
   {
5343
-    return $this->isAutoSynced;
5343
+	return $this->isAutoSynced;
5344 5344
   }
5345 5345
   public function setIsCC($isCC)
5346 5346
   {
5347
-    $this->isCC = $isCC;
5347
+	$this->isCC = $isCC;
5348 5348
   }
5349 5349
   public function getIsCC()
5350 5350
   {
5351
-    return $this->isCC;
5351
+	return $this->isCC;
5352 5352
   }
5353 5353
   public function setIsDraft($isDraft)
5354 5354
   {
5355
-    $this->isDraft = $isDraft;
5355
+	$this->isDraft = $isDraft;
5356 5356
   }
5357 5357
   public function getIsDraft()
5358 5358
   {
5359
-    return $this->isDraft;
5359
+	return $this->isDraft;
5360 5360
   }
5361 5361
   public function setIsEasyReader($isEasyReader)
5362 5362
   {
5363
-    $this->isEasyReader = $isEasyReader;
5363
+	$this->isEasyReader = $isEasyReader;
5364 5364
   }
5365 5365
   public function getIsEasyReader()
5366 5366
   {
5367
-    return $this->isEasyReader;
5367
+	return $this->isEasyReader;
5368 5368
   }
5369 5369
   public function setIsLarge($isLarge)
5370 5370
   {
5371
-    $this->isLarge = $isLarge;
5371
+	$this->isLarge = $isLarge;
5372 5372
   }
5373 5373
   public function getIsLarge()
5374 5374
   {
5375
-    return $this->isLarge;
5375
+	return $this->isLarge;
5376 5376
   }
5377 5377
   public function setLanguage($language)
5378 5378
   {
5379
-    $this->language = $language;
5379
+	$this->language = $language;
5380 5380
   }
5381 5381
   public function getLanguage()
5382 5382
   {
5383
-    return $this->language;
5383
+	return $this->language;
5384 5384
   }
5385 5385
   public function setLastUpdated($lastUpdated)
5386 5386
   {
5387
-    $this->lastUpdated = $lastUpdated;
5387
+	$this->lastUpdated = $lastUpdated;
5388 5388
   }
5389 5389
   public function getLastUpdated()
5390 5390
   {
5391
-    return $this->lastUpdated;
5391
+	return $this->lastUpdated;
5392 5392
   }
5393 5393
   public function setName($name)
5394 5394
   {
5395
-    $this->name = $name;
5395
+	$this->name = $name;
5396 5396
   }
5397 5397
   public function getName()
5398 5398
   {
5399
-    return $this->name;
5399
+	return $this->name;
5400 5400
   }
5401 5401
   public function setStatus($status)
5402 5402
   {
5403
-    $this->status = $status;
5403
+	$this->status = $status;
5404 5404
   }
5405 5405
   public function getStatus()
5406 5406
   {
5407
-    return $this->status;
5407
+	return $this->status;
5408 5408
   }
5409 5409
   public function setTrackKind($trackKind)
5410 5410
   {
5411
-    $this->trackKind = $trackKind;
5411
+	$this->trackKind = $trackKind;
5412 5412
   }
5413 5413
   public function getTrackKind()
5414 5414
   {
5415
-    return $this->trackKind;
5415
+	return $this->trackKind;
5416 5416
   }
5417 5417
   public function setVideoId($videoId)
5418 5418
   {
5419
-    $this->videoId = $videoId;
5419
+	$this->videoId = $videoId;
5420 5420
   }
5421 5421
   public function getVideoId()
5422 5422
   {
5423
-    return $this->videoId;
5423
+	return $this->videoId;
5424 5424
   }
5425 5425
 }
5426 5426
 
@@ -5436,27 +5436,27 @@  discard block
 block discarded – undo
5436 5436
 
5437 5437
   public function setFormat($format)
5438 5438
   {
5439
-    $this->format = $format;
5439
+	$this->format = $format;
5440 5440
   }
5441 5441
   public function getFormat()
5442 5442
   {
5443
-    return $this->format;
5443
+	return $this->format;
5444 5444
   }
5445 5445
   public function setIngestionInfo(Google_Service_YouTube_IngestionInfo $ingestionInfo)
5446 5446
   {
5447
-    $this->ingestionInfo = $ingestionInfo;
5447
+	$this->ingestionInfo = $ingestionInfo;
5448 5448
   }
5449 5449
   public function getIngestionInfo()
5450 5450
   {
5451
-    return $this->ingestionInfo;
5451
+	return $this->ingestionInfo;
5452 5452
   }
5453 5453
   public function setIngestionType($ingestionType)
5454 5454
   {
5455
-    $this->ingestionType = $ingestionType;
5455
+	$this->ingestionType = $ingestionType;
5456 5456
   }
5457 5457
   public function getIngestionType()
5458 5458
   {
5459
-    return $this->ingestionType;
5459
+	return $this->ingestionType;
5460 5460
   }
5461 5461
 }
5462 5462
 
@@ -5493,115 +5493,115 @@  discard block
 block discarded – undo
5493 5493
 
5494 5494
   public function setAuditDetails(Google_Service_YouTube_ChannelAuditDetails $auditDetails)
5495 5495
   {
5496
-    $this->auditDetails = $auditDetails;
5496
+	$this->auditDetails = $auditDetails;
5497 5497
   }
5498 5498
   public function getAuditDetails()
5499 5499
   {
5500
-    return $this->auditDetails;
5500
+	return $this->auditDetails;
5501 5501
   }
5502 5502
   public function setBrandingSettings(Google_Service_YouTube_ChannelBrandingSettings $brandingSettings)
5503 5503
   {
5504
-    $this->brandingSettings = $brandingSettings;
5504
+	$this->brandingSettings = $brandingSettings;
5505 5505
   }
5506 5506
   public function getBrandingSettings()
5507 5507
   {
5508
-    return $this->brandingSettings;
5508
+	return $this->brandingSettings;
5509 5509
   }
5510 5510
   public function setContentDetails(Google_Service_YouTube_ChannelContentDetails $contentDetails)
5511 5511
   {
5512
-    $this->contentDetails = $contentDetails;
5512
+	$this->contentDetails = $contentDetails;
5513 5513
   }
5514 5514
   public function getContentDetails()
5515 5515
   {
5516
-    return $this->contentDetails;
5516
+	return $this->contentDetails;
5517 5517
   }
5518 5518
   public function setContentOwnerDetails(Google_Service_YouTube_ChannelContentOwnerDetails $contentOwnerDetails)
5519 5519
   {
5520
-    $this->contentOwnerDetails = $contentOwnerDetails;
5520
+	$this->contentOwnerDetails = $contentOwnerDetails;
5521 5521
   }
5522 5522
   public function getContentOwnerDetails()
5523 5523
   {
5524
-    return $this->contentOwnerDetails;
5524
+	return $this->contentOwnerDetails;
5525 5525
   }
5526 5526
   public function setConversionPings(Google_Service_YouTube_ChannelConversionPings $conversionPings)
5527 5527
   {
5528
-    $this->conversionPings = $conversionPings;
5528
+	$this->conversionPings = $conversionPings;
5529 5529
   }
5530 5530
   public function getConversionPings()
5531 5531
   {
5532
-    return $this->conversionPings;
5532
+	return $this->conversionPings;
5533 5533
   }
5534 5534
   public function setEtag($etag)
5535 5535
   {
5536
-    $this->etag = $etag;
5536
+	$this->etag = $etag;
5537 5537
   }
5538 5538
   public function getEtag()
5539 5539
   {
5540
-    return $this->etag;
5540
+	return $this->etag;
5541 5541
   }
5542 5542
   public function setId($id)
5543 5543
   {
5544
-    $this->id = $id;
5544
+	$this->id = $id;
5545 5545
   }
5546 5546
   public function getId()
5547 5547
   {
5548
-    return $this->id;
5548
+	return $this->id;
5549 5549
   }
5550 5550
   public function setInvideoPromotion(Google_Service_YouTube_InvideoPromotion $invideoPromotion)
5551 5551
   {
5552
-    $this->invideoPromotion = $invideoPromotion;
5552
+	$this->invideoPromotion = $invideoPromotion;
5553 5553
   }
5554 5554
   public function getInvideoPromotion()
5555 5555
   {
5556
-    return $this->invideoPromotion;
5556
+	return $this->invideoPromotion;
5557 5557
   }
5558 5558
   public function setKind($kind)
5559 5559
   {
5560
-    $this->kind = $kind;
5560
+	$this->kind = $kind;
5561 5561
   }
5562 5562
   public function getKind()
5563 5563
   {
5564
-    return $this->kind;
5564
+	return $this->kind;
5565 5565
   }
5566 5566
   public function setLocalizations($localizations)
5567 5567
   {
5568
-    $this->localizations = $localizations;
5568
+	$this->localizations = $localizations;
5569 5569
   }
5570 5570
   public function getLocalizations()
5571 5571
   {
5572
-    return $this->localizations;
5572
+	return $this->localizations;
5573 5573
   }
5574 5574
   public function setSnippet(Google_Service_YouTube_ChannelSnippet $snippet)
5575 5575
   {
5576
-    $this->snippet = $snippet;
5576
+	$this->snippet = $snippet;
5577 5577
   }
5578 5578
   public function getSnippet()
5579 5579
   {
5580
-    return $this->snippet;
5580
+	return $this->snippet;
5581 5581
   }
5582 5582
   public function setStatistics(Google_Service_YouTube_ChannelStatistics $statistics)
5583 5583
   {
5584
-    $this->statistics = $statistics;
5584
+	$this->statistics = $statistics;
5585 5585
   }
5586 5586
   public function getStatistics()
5587 5587
   {
5588
-    return $this->statistics;
5588
+	return $this->statistics;
5589 5589
   }
5590 5590
   public function setStatus(Google_Service_YouTube_ChannelStatus $status)
5591 5591
   {
5592
-    $this->status = $status;
5592
+	$this->status = $status;
5593 5593
   }
5594 5594
   public function getStatus()
5595 5595
   {
5596
-    return $this->status;
5596
+	return $this->status;
5597 5597
   }
5598 5598
   public function setTopicDetails(Google_Service_YouTube_ChannelTopicDetails $topicDetails)
5599 5599
   {
5600
-    $this->topicDetails = $topicDetails;
5600
+	$this->topicDetails = $topicDetails;
5601 5601
   }
5602 5602
   public function getTopicDetails()
5603 5603
   {
5604
-    return $this->topicDetails;
5604
+	return $this->topicDetails;
5605 5605
   }
5606 5606
 }
5607 5607
 
@@ -5617,35 +5617,35 @@  discard block
 block discarded – undo
5617 5617
 
5618 5618
   public function setCommunityGuidelinesGoodStanding($communityGuidelinesGoodStanding)
5619 5619
   {
5620
-    $this->communityGuidelinesGoodStanding = $communityGuidelinesGoodStanding;
5620
+	$this->communityGuidelinesGoodStanding = $communityGuidelinesGoodStanding;
5621 5621
   }
5622 5622
   public function getCommunityGuidelinesGoodStanding()
5623 5623
   {
5624
-    return $this->communityGuidelinesGoodStanding;
5624
+	return $this->communityGuidelinesGoodStanding;
5625 5625
   }
5626 5626
   public function setContentIdClaimsGoodStanding($contentIdClaimsGoodStanding)
5627 5627
   {
5628
-    $this->contentIdClaimsGoodStanding = $contentIdClaimsGoodStanding;
5628
+	$this->contentIdClaimsGoodStanding = $contentIdClaimsGoodStanding;
5629 5629
   }
5630 5630
   public function getContentIdClaimsGoodStanding()
5631 5631
   {
5632
-    return $this->contentIdClaimsGoodStanding;
5632
+	return $this->contentIdClaimsGoodStanding;
5633 5633
   }
5634 5634
   public function setCopyrightStrikesGoodStanding($copyrightStrikesGoodStanding)
5635 5635
   {
5636
-    $this->copyrightStrikesGoodStanding = $copyrightStrikesGoodStanding;
5636
+	$this->copyrightStrikesGoodStanding = $copyrightStrikesGoodStanding;
5637 5637
   }
5638 5638
   public function getCopyrightStrikesGoodStanding()
5639 5639
   {
5640
-    return $this->copyrightStrikesGoodStanding;
5640
+	return $this->copyrightStrikesGoodStanding;
5641 5641
   }
5642 5642
   public function setOverallGoodStanding($overallGoodStanding)
5643 5643
   {
5644
-    $this->overallGoodStanding = $overallGoodStanding;
5644
+	$this->overallGoodStanding = $overallGoodStanding;
5645 5645
   }
5646 5646
   public function getOverallGoodStanding()
5647 5647
   {
5648
-    return $this->overallGoodStanding;
5648
+	return $this->overallGoodStanding;
5649 5649
   }
5650 5650
 }
5651 5651
 
@@ -5660,27 +5660,27 @@  discard block
 block discarded – undo
5660 5660
 
5661 5661
   public function setEtag($etag)
5662 5662
   {
5663
-    $this->etag = $etag;
5663
+	$this->etag = $etag;
5664 5664
   }
5665 5665
   public function getEtag()
5666 5666
   {
5667
-    return $this->etag;
5667
+	return $this->etag;
5668 5668
   }
5669 5669
   public function setKind($kind)
5670 5670
   {
5671
-    $this->kind = $kind;
5671
+	$this->kind = $kind;
5672 5672
   }
5673 5673
   public function getKind()
5674 5674
   {
5675
-    return $this->kind;
5675
+	return $this->kind;
5676 5676
   }
5677 5677
   public function setUrl($url)
5678 5678
   {
5679
-    $this->url = $url;
5679
+	$this->url = $url;
5680 5680
   }
5681 5681
   public function getUrl()
5682 5682
   {
5683
-    return $this->url;
5683
+	return $this->url;
5684 5684
   }
5685 5685
 }
5686 5686
 
@@ -5701,35 +5701,35 @@  discard block
 block discarded – undo
5701 5701
 
5702 5702
   public function setChannel(Google_Service_YouTube_ChannelSettings $channel)
5703 5703
   {
5704
-    $this->channel = $channel;
5704
+	$this->channel = $channel;
5705 5705
   }
5706 5706
   public function getChannel()
5707 5707
   {
5708
-    return $this->channel;
5708
+	return $this->channel;
5709 5709
   }
5710 5710
   public function setHints($hints)
5711 5711
   {
5712
-    $this->hints = $hints;
5712
+	$this->hints = $hints;
5713 5713
   }
5714 5714
   public function getHints()
5715 5715
   {
5716
-    return $this->hints;
5716
+	return $this->hints;
5717 5717
   }
5718 5718
   public function setImage(Google_Service_YouTube_ImageSettings $image)
5719 5719
   {
5720
-    $this->image = $image;
5720
+	$this->image = $image;
5721 5721
   }
5722 5722
   public function getImage()
5723 5723
   {
5724
-    return $this->image;
5724
+	return $this->image;
5725 5725
   }
5726 5726
   public function setWatch(Google_Service_YouTube_WatchSettings $watch)
5727 5727
   {
5728
-    $this->watch = $watch;
5728
+	$this->watch = $watch;
5729 5729
   }
5730 5730
   public function getWatch()
5731 5731
   {
5732
-    return $this->watch;
5732
+	return $this->watch;
5733 5733
   }
5734 5734
 }
5735 5735
 
@@ -5744,19 +5744,19 @@  discard block
 block discarded – undo
5744 5744
 
5745 5745
   public function setGooglePlusUserId($googlePlusUserId)
5746 5746
   {
5747
-    $this->googlePlusUserId = $googlePlusUserId;
5747
+	$this->googlePlusUserId = $googlePlusUserId;
5748 5748
   }
5749 5749
   public function getGooglePlusUserId()
5750 5750
   {
5751
-    return $this->googlePlusUserId;
5751
+	return $this->googlePlusUserId;
5752 5752
   }
5753 5753
   public function setRelatedPlaylists(Google_Service_YouTube_ChannelContentDetailsRelatedPlaylists $relatedPlaylists)
5754 5754
   {
5755
-    $this->relatedPlaylists = $relatedPlaylists;
5755
+	$this->relatedPlaylists = $relatedPlaylists;
5756 5756
   }
5757 5757
   public function getRelatedPlaylists()
5758 5758
   {
5759
-    return $this->relatedPlaylists;
5759
+	return $this->relatedPlaylists;
5760 5760
   }
5761 5761
 }
5762 5762
 
@@ -5773,43 +5773,43 @@  discard block
 block discarded – undo
5773 5773
 
5774 5774
   public function setFavorites($favorites)
5775 5775
   {
5776
-    $this->favorites = $favorites;
5776
+	$this->favorites = $favorites;
5777 5777
   }
5778 5778
   public function getFavorites()
5779 5779
   {
5780
-    return $this->favorites;
5780
+	return $this->favorites;
5781 5781
   }
5782 5782
   public function setLikes($likes)
5783 5783
   {
5784
-    $this->likes = $likes;
5784
+	$this->likes = $likes;
5785 5785
   }
5786 5786
   public function getLikes()
5787 5787
   {
5788
-    return $this->likes;
5788
+	return $this->likes;
5789 5789
   }
5790 5790
   public function setUploads($uploads)
5791 5791
   {
5792
-    $this->uploads = $uploads;
5792
+	$this->uploads = $uploads;
5793 5793
   }
5794 5794
   public function getUploads()
5795 5795
   {
5796
-    return $this->uploads;
5796
+	return $this->uploads;
5797 5797
   }
5798 5798
   public function setWatchHistory($watchHistory)
5799 5799
   {
5800
-    $this->watchHistory = $watchHistory;
5800
+	$this->watchHistory = $watchHistory;
5801 5801
   }
5802 5802
   public function getWatchHistory()
5803 5803
   {
5804
-    return $this->watchHistory;
5804
+	return $this->watchHistory;
5805 5805
   }
5806 5806
   public function setWatchLater($watchLater)
5807 5807
   {
5808
-    $this->watchLater = $watchLater;
5808
+	$this->watchLater = $watchLater;
5809 5809
   }
5810 5810
   public function getWatchLater()
5811 5811
   {
5812
-    return $this->watchLater;
5812
+	return $this->watchLater;
5813 5813
   }
5814 5814
 }
5815 5815
 
@@ -5823,19 +5823,19 @@  discard block
 block discarded – undo
5823 5823
 
5824 5824
   public function setContentOwner($contentOwner)
5825 5825
   {
5826
-    $this->contentOwner = $contentOwner;
5826
+	$this->contentOwner = $contentOwner;
5827 5827
   }
5828 5828
   public function getContentOwner()
5829 5829
   {
5830
-    return $this->contentOwner;
5830
+	return $this->contentOwner;
5831 5831
   }
5832 5832
   public function setTimeLinked($timeLinked)
5833 5833
   {
5834
-    $this->timeLinked = $timeLinked;
5834
+	$this->timeLinked = $timeLinked;
5835 5835
   }
5836 5836
   public function getTimeLinked()
5837 5837
   {
5838
-    return $this->timeLinked;
5838
+	return $this->timeLinked;
5839 5839
   }
5840 5840
 }
5841 5841
 
@@ -5849,19 +5849,19 @@  discard block
 block discarded – undo
5849 5849
 
5850 5850
   public function setContext($context)
5851 5851
   {
5852
-    $this->context = $context;
5852
+	$this->context = $context;
5853 5853
   }
5854 5854
   public function getContext()
5855 5855
   {
5856
-    return $this->context;
5856
+	return $this->context;
5857 5857
   }
5858 5858
   public function setConversionUrl($conversionUrl)
5859 5859
   {
5860
-    $this->conversionUrl = $conversionUrl;
5860
+	$this->conversionUrl = $conversionUrl;
5861 5861
   }
5862 5862
   public function getConversionUrl()
5863 5863
   {
5864
-    return $this->conversionUrl;
5864
+	return $this->conversionUrl;
5865 5865
   }
5866 5866
 }
5867 5867
 
@@ -5876,11 +5876,11 @@  discard block
 block discarded – undo
5876 5876
 
5877 5877
   public function setPings($pings)
5878 5878
   {
5879
-    $this->pings = $pings;
5879
+	$this->pings = $pings;
5880 5880
   }
5881 5881
   public function getPings()
5882 5882
   {
5883
-    return $this->pings;
5883
+	return $this->pings;
5884 5884
   }
5885 5885
 }
5886 5886
 
@@ -5893,11 +5893,11 @@  discard block
 block discarded – undo
5893 5893
 
5894 5894
   public function setValue($value)
5895 5895
   {
5896
-    $this->value = $value;
5896
+	$this->value = $value;
5897 5897
   }
5898 5898
   public function getValue()
5899 5899
   {
5900
-    return $this->value;
5900
+	return $this->value;
5901 5901
   }
5902 5902
 }
5903 5903
 
@@ -5922,75 +5922,75 @@  discard block
 block discarded – undo
5922 5922
 
5923 5923
   public function setEtag($etag)
5924 5924
   {
5925
-    $this->etag = $etag;
5925
+	$this->etag = $etag;
5926 5926
   }
5927 5927
   public function getEtag()
5928 5928
   {
5929
-    return $this->etag;
5929
+	return $this->etag;
5930 5930
   }
5931 5931
   public function setEventId($eventId)
5932 5932
   {
5933
-    $this->eventId = $eventId;
5933
+	$this->eventId = $eventId;
5934 5934
   }
5935 5935
   public function getEventId()
5936 5936
   {
5937
-    return $this->eventId;
5937
+	return $this->eventId;
5938 5938
   }
5939 5939
   public function setItems($items)
5940 5940
   {
5941
-    $this->items = $items;
5941
+	$this->items = $items;
5942 5942
   }
5943 5943
   public function getItems()
5944 5944
   {
5945
-    return $this->items;
5945
+	return $this->items;
5946 5946
   }
5947 5947
   public function setKind($kind)
5948 5948
   {
5949
-    $this->kind = $kind;
5949
+	$this->kind = $kind;
5950 5950
   }
5951 5951
   public function getKind()
5952 5952
   {
5953
-    return $this->kind;
5953
+	return $this->kind;
5954 5954
   }
5955 5955
   public function setNextPageToken($nextPageToken)
5956 5956
   {
5957
-    $this->nextPageToken = $nextPageToken;
5957
+	$this->nextPageToken = $nextPageToken;
5958 5958
   }
5959 5959
   public function getNextPageToken()
5960 5960
   {
5961
-    return $this->nextPageToken;
5961
+	return $this->nextPageToken;
5962 5962
   }
5963 5963
   public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
5964 5964
   {
5965
-    $this->pageInfo = $pageInfo;
5965
+	$this->pageInfo = $pageInfo;
5966 5966
   }
5967 5967
   public function getPageInfo()
5968 5968
   {
5969
-    return $this->pageInfo;
5969
+	return $this->pageInfo;
5970 5970
   }
5971 5971
   public function setPrevPageToken($prevPageToken)
5972 5972
   {
5973
-    $this->prevPageToken = $prevPageToken;
5973
+	$this->prevPageToken = $prevPageToken;
5974 5974
   }
5975 5975
   public function getPrevPageToken()
5976 5976
   {
5977
-    return $this->prevPageToken;
5977
+	return $this->prevPageToken;
5978 5978
   }
5979 5979
   public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
5980 5980
   {
5981
-    $this->tokenPagination = $tokenPagination;
5981
+	$this->tokenPagination = $tokenPagination;
5982 5982
   }
5983 5983
   public function getTokenPagination()
5984 5984
   {
5985
-    return $this->tokenPagination;
5985
+	return $this->tokenPagination;
5986 5986
   }
5987 5987
   public function setVisitorId($visitorId)
5988 5988
   {
5989
-    $this->visitorId = $visitorId;
5989
+	$this->visitorId = $visitorId;
5990 5990
   }
5991 5991
   public function getVisitorId()
5992 5992
   {
5993
-    return $this->visitorId;
5993
+	return $this->visitorId;
5994 5994
   }
5995 5995
 }
5996 5996
 
@@ -6004,19 +6004,19 @@  discard block
 block discarded – undo
6004 6004
 
6005 6005
   public function setDescription($description)
6006 6006
   {
6007
-    $this->description = $description;
6007
+	$this->description = $description;
6008 6008
   }
6009 6009
   public function getDescription()
6010 6010
   {
6011
-    return $this->description;
6011
+	return $this->description;
6012 6012
   }
6013 6013
   public function setTitle($title)
6014 6014
   {
6015
-    $this->title = $title;
6015
+	$this->title = $title;
6016 6016
   }
6017 6017
   public function getTitle()
6018 6018
   {
6019
-    return $this->title;
6019
+	return $this->title;
6020 6020
   }
6021 6021
 }
6022 6022
 
@@ -6043,59 +6043,59 @@  discard block
 block discarded – undo
6043 6043
 
6044 6044
   public function setContentDetails(Google_Service_YouTube_ChannelSectionContentDetails $contentDetails)
6045 6045
   {
6046
-    $this->contentDetails = $contentDetails;
6046
+	$this->contentDetails = $contentDetails;
6047 6047
   }
6048 6048
   public function getContentDetails()
6049 6049
   {
6050
-    return $this->contentDetails;
6050
+	return $this->contentDetails;
6051 6051
   }
6052 6052
   public function setEtag($etag)
6053 6053
   {
6054
-    $this->etag = $etag;
6054
+	$this->etag = $etag;
6055 6055
   }
6056 6056
   public function getEtag()
6057 6057
   {
6058
-    return $this->etag;
6058
+	return $this->etag;
6059 6059
   }
6060 6060
   public function setId($id)
6061 6061
   {
6062
-    $this->id = $id;
6062
+	$this->id = $id;
6063 6063
   }
6064 6064
   public function getId()
6065 6065
   {
6066
-    return $this->id;
6066
+	return $this->id;
6067 6067
   }
6068 6068
   public function setKind($kind)
6069 6069
   {
6070
-    $this->kind = $kind;
6070
+	$this->kind = $kind;
6071 6071
   }
6072 6072
   public function getKind()
6073 6073
   {
6074
-    return $this->kind;
6074
+	return $this->kind;
6075 6075
   }
6076 6076
   public function setLocalizations($localizations)
6077 6077
   {
6078
-    $this->localizations = $localizations;
6078
+	$this->localizations = $localizations;
6079 6079
   }
6080 6080
   public function getLocalizations()
6081 6081
   {
6082
-    return $this->localizations;
6082
+	return $this->localizations;
6083 6083
   }
6084 6084
   public function setSnippet(Google_Service_YouTube_ChannelSectionSnippet $snippet)
6085 6085
   {
6086
-    $this->snippet = $snippet;
6086
+	$this->snippet = $snippet;
6087 6087
   }
6088 6088
   public function getSnippet()
6089 6089
   {
6090
-    return $this->snippet;
6090
+	return $this->snippet;
6091 6091
   }
6092 6092
   public function setTargeting(Google_Service_YouTube_ChannelSectionTargeting $targeting)
6093 6093
   {
6094
-    $this->targeting = $targeting;
6094
+	$this->targeting = $targeting;
6095 6095
   }
6096 6096
   public function getTargeting()
6097 6097
   {
6098
-    return $this->targeting;
6098
+	return $this->targeting;
6099 6099
   }
6100 6100
 }
6101 6101
 
@@ -6110,19 +6110,19 @@  discard block
 block discarded – undo
6110 6110
 
6111 6111
   public function setChannels($channels)
6112 6112
   {
6113
-    $this->channels = $channels;
6113
+	$this->channels = $channels;
6114 6114
   }
6115 6115
   public function getChannels()
6116 6116
   {
6117
-    return $this->channels;
6117
+	return $this->channels;
6118 6118
   }
6119 6119
   public function setPlaylists($playlists)
6120 6120
   {
6121
-    $this->playlists = $playlists;
6121
+	$this->playlists = $playlists;
6122 6122
   }
6123 6123
   public function getPlaylists()
6124 6124
   {
6125
-    return $this->playlists;
6125
+	return $this->playlists;
6126 6126
   }
6127 6127
 }
6128 6128
 
@@ -6141,43 +6141,43 @@  discard block
 block discarded – undo
6141 6141
 
6142 6142
   public function setEtag($etag)
6143 6143
   {
6144
-    $this->etag = $etag;
6144
+	$this->etag = $etag;
6145 6145
   }
6146 6146
   public function getEtag()
6147 6147
   {
6148
-    return $this->etag;
6148
+	return $this->etag;
6149 6149
   }
6150 6150
   public function setEventId($eventId)
6151 6151
   {
6152
-    $this->eventId = $eventId;
6152
+	$this->eventId = $eventId;
6153 6153
   }
6154 6154
   public function getEventId()
6155 6155
   {
6156
-    return $this->eventId;
6156
+	return $this->eventId;
6157 6157
   }
6158 6158
   public function setItems($items)
6159 6159
   {
6160
-    $this->items = $items;
6160
+	$this->items = $items;
6161 6161
   }
6162 6162
   public function getItems()
6163 6163
   {
6164
-    return $this->items;
6164
+	return $this->items;
6165 6165
   }
6166 6166
   public function setKind($kind)
6167 6167
   {
6168
-    $this->kind = $kind;
6168
+	$this->kind = $kind;
6169 6169
   }
6170 6170
   public function getKind()
6171 6171
   {
6172
-    return $this->kind;
6172
+	return $this->kind;
6173 6173
   }
6174 6174
   public function setVisitorId($visitorId)
6175 6175
   {
6176
-    $this->visitorId = $visitorId;
6176
+	$this->visitorId = $visitorId;
6177 6177
   }
6178 6178
   public function getVisitorId()
6179 6179
   {
6180
-    return $this->visitorId;
6180
+	return $this->visitorId;
6181 6181
   }
6182 6182
 }
6183 6183
 
@@ -6190,11 +6190,11 @@  discard block
 block discarded – undo
6190 6190
 
6191 6191
   public function setTitle($title)
6192 6192
   {
6193
-    $this->title = $title;
6193
+	$this->title = $title;
6194 6194
   }
6195 6195
   public function getTitle()
6196 6196
   {
6197
-    return $this->title;
6197
+	return $this->title;
6198 6198
   }
6199 6199
 }
6200 6200
 
@@ -6218,59 +6218,59 @@  discard block
 block discarded – undo
6218 6218
 
6219 6219
   public function setChannelId($channelId)
6220 6220
   {
6221
-    $this->channelId = $channelId;
6221
+	$this->channelId = $channelId;
6222 6222
   }
6223 6223
   public function getChannelId()
6224 6224
   {
6225
-    return $this->channelId;
6225
+	return $this->channelId;
6226 6226
   }
6227 6227
   public function setDefaultLanguage($defaultLanguage)
6228 6228
   {
6229
-    $this->defaultLanguage = $defaultLanguage;
6229
+	$this->defaultLanguage = $defaultLanguage;
6230 6230
   }
6231 6231
   public function getDefaultLanguage()
6232 6232
   {
6233
-    return $this->defaultLanguage;
6233
+	return $this->defaultLanguage;
6234 6234
   }
6235 6235
   public function setLocalized(Google_Service_YouTube_ChannelSectionLocalization $localized)
6236 6236
   {
6237
-    $this->localized = $localized;
6237
+	$this->localized = $localized;
6238 6238
   }
6239 6239
   public function getLocalized()
6240 6240
   {
6241
-    return $this->localized;
6241
+	return $this->localized;
6242 6242
   }
6243 6243
   public function setPosition($position)
6244 6244
   {
6245
-    $this->position = $position;
6245
+	$this->position = $position;
6246 6246
   }
6247 6247
   public function getPosition()
6248 6248
   {
6249
-    return $this->position;
6249
+	return $this->position;
6250 6250
   }
6251 6251
   public function setStyle($style)
6252 6252
   {
6253
-    $this->style = $style;
6253
+	$this->style = $style;
6254 6254
   }
6255 6255
   public function getStyle()
6256 6256
   {
6257
-    return $this->style;
6257
+	return $this->style;
6258 6258
   }
6259 6259
   public function setTitle($title)
6260 6260
   {
6261
-    $this->title = $title;
6261
+	$this->title = $title;
6262 6262
   }
6263 6263
   public function getTitle()
6264 6264
   {
6265
-    return $this->title;
6265
+	return $this->title;
6266 6266
   }
6267 6267
   public function setType($type)
6268 6268
   {
6269
-    $this->type = $type;
6269
+	$this->type = $type;
6270 6270
   }
6271 6271
   public function getType()
6272 6272
   {
6273
-    return $this->type;
6273
+	return $this->type;
6274 6274
   }
6275 6275
 }
6276 6276
 
@@ -6286,27 +6286,27 @@  discard block
 block discarded – undo
6286 6286
 
6287 6287
   public function setCountries($countries)
6288 6288
   {
6289
-    $this->countries = $countries;
6289
+	$this->countries = $countries;
6290 6290
   }
6291 6291
   public function getCountries()
6292 6292
   {
6293
-    return $this->countries;
6293
+	return $this->countries;
6294 6294
   }
6295 6295
   public function setLanguages($languages)
6296 6296
   {
6297
-    $this->languages = $languages;
6297
+	$this->languages = $languages;
6298 6298
   }
6299 6299
   public function getLanguages()
6300 6300
   {
6301
-    return $this->languages;
6301
+	return $this->languages;
6302 6302
   }
6303 6303
   public function setRegions($regions)
6304 6304
   {
6305
-    $this->regions = $regions;
6305
+	$this->regions = $regions;
6306 6306
   }
6307 6307
   public function getRegions()
6308 6308
   {
6309
-    return $this->regions;
6309
+	return $this->regions;
6310 6310
   }
6311 6311
 }
6312 6312
 
@@ -6333,115 +6333,115 @@  discard block
 block discarded – undo
6333 6333
 
6334 6334
   public function setCountry($country)
6335 6335
   {
6336
-    $this->country = $country;
6336
+	$this->country = $country;
6337 6337
   }
6338 6338
   public function getCountry()
6339 6339
   {
6340
-    return $this->country;
6340
+	return $this->country;
6341 6341
   }
6342 6342
   public function setDefaultLanguage($defaultLanguage)
6343 6343
   {
6344
-    $this->defaultLanguage = $defaultLanguage;
6344
+	$this->defaultLanguage = $defaultLanguage;
6345 6345
   }
6346 6346
   public function getDefaultLanguage()
6347 6347
   {
6348
-    return $this->defaultLanguage;
6348
+	return $this->defaultLanguage;
6349 6349
   }
6350 6350
   public function setDefaultTab($defaultTab)
6351 6351
   {
6352
-    $this->defaultTab = $defaultTab;
6352
+	$this->defaultTab = $defaultTab;
6353 6353
   }
6354 6354
   public function getDefaultTab()
6355 6355
   {
6356
-    return $this->defaultTab;
6356
+	return $this->defaultTab;
6357 6357
   }
6358 6358
   public function setDescription($description)
6359 6359
   {
6360
-    $this->description = $description;
6360
+	$this->description = $description;
6361 6361
   }
6362 6362
   public function getDescription()
6363 6363
   {
6364
-    return $this->description;
6364
+	return $this->description;
6365 6365
   }
6366 6366
   public function setFeaturedChannelsTitle($featuredChannelsTitle)
6367 6367
   {
6368
-    $this->featuredChannelsTitle = $featuredChannelsTitle;
6368
+	$this->featuredChannelsTitle = $featuredChannelsTitle;
6369 6369
   }
6370 6370
   public function getFeaturedChannelsTitle()
6371 6371
   {
6372
-    return $this->featuredChannelsTitle;
6372
+	return $this->featuredChannelsTitle;
6373 6373
   }
6374 6374
   public function setFeaturedChannelsUrls($featuredChannelsUrls)
6375 6375
   {
6376
-    $this->featuredChannelsUrls = $featuredChannelsUrls;
6376
+	$this->featuredChannelsUrls = $featuredChannelsUrls;
6377 6377
   }
6378 6378
   public function getFeaturedChannelsUrls()
6379 6379
   {
6380
-    return $this->featuredChannelsUrls;
6380
+	return $this->featuredChannelsUrls;
6381 6381
   }
6382 6382
   public function setKeywords($keywords)
6383 6383
   {
6384
-    $this->keywords = $keywords;
6384
+	$this->keywords = $keywords;
6385 6385
   }
6386 6386
   public function getKeywords()
6387 6387
   {
6388
-    return $this->keywords;
6388
+	return $this->keywords;
6389 6389
   }
6390 6390
   public function setModerateComments($moderateComments)
6391 6391
   {
6392
-    $this->moderateComments = $moderateComments;
6392
+	$this->moderateComments = $moderateComments;
6393 6393
   }
6394 6394
   public function getModerateComments()
6395 6395
   {
6396
-    return $this->moderateComments;
6396
+	return $this->moderateComments;
6397 6397
   }
6398 6398
   public function setProfileColor($profileColor)
6399 6399
   {
6400
-    $this->profileColor = $profileColor;
6400
+	$this->profileColor = $profileColor;
6401 6401
   }
6402 6402
   public function getProfileColor()
6403 6403
   {
6404
-    return $this->profileColor;
6404
+	return $this->profileColor;
6405 6405
   }
6406 6406
   public function setShowBrowseView($showBrowseView)
6407 6407
   {
6408
-    $this->showBrowseView = $showBrowseView;
6408
+	$this->showBrowseView = $showBrowseView;
6409 6409
   }
6410 6410
   public function getShowBrowseView()
6411 6411
   {
6412
-    return $this->showBrowseView;
6412
+	return $this->showBrowseView;
6413 6413
   }
6414 6414
   public function setShowRelatedChannels($showRelatedChannels)
6415 6415
   {
6416
-    $this->showRelatedChannels = $showRelatedChannels;
6416
+	$this->showRelatedChannels = $showRelatedChannels;
6417 6417
   }
6418 6418
   public function getShowRelatedChannels()
6419 6419
   {
6420
-    return $this->showRelatedChannels;
6420
+	return $this->showRelatedChannels;
6421 6421
   }
6422 6422
   public function setTitle($title)
6423 6423
   {
6424
-    $this->title = $title;
6424
+	$this->title = $title;
6425 6425
   }
6426 6426
   public function getTitle()
6427 6427
   {
6428
-    return $this->title;
6428
+	return $this->title;
6429 6429
   }
6430 6430
   public function setTrackingAnalyticsAccountId($trackingAnalyticsAccountId)
6431 6431
   {
6432
-    $this->trackingAnalyticsAccountId = $trackingAnalyticsAccountId;
6432
+	$this->trackingAnalyticsAccountId = $trackingAnalyticsAccountId;
6433 6433
   }
6434 6434
   public function getTrackingAnalyticsAccountId()
6435 6435
   {
6436
-    return $this->trackingAnalyticsAccountId;
6436
+	return $this->trackingAnalyticsAccountId;
6437 6437
   }
6438 6438
   public function setUnsubscribedTrailer($unsubscribedTrailer)
6439 6439
   {
6440
-    $this->unsubscribedTrailer = $unsubscribedTrailer;
6440
+	$this->unsubscribedTrailer = $unsubscribedTrailer;
6441 6441
   }
6442 6442
   public function getUnsubscribedTrailer()
6443 6443
   {
6444
-    return $this->unsubscribedTrailer;
6444
+	return $this->unsubscribedTrailer;
6445 6445
   }
6446 6446
 }
6447 6447
 
@@ -6462,59 +6462,59 @@  discard block
 block discarded – undo
6462 6462
 
6463 6463
   public function setCountry($country)
6464 6464
   {
6465
-    $this->country = $country;
6465
+	$this->country = $country;
6466 6466
   }
6467 6467
   public function getCountry()
6468 6468
   {
6469
-    return $this->country;
6469
+	return $this->country;
6470 6470
   }
6471 6471
   public function setDefaultLanguage($defaultLanguage)
6472 6472
   {
6473
-    $this->defaultLanguage = $defaultLanguage;
6473
+	$this->defaultLanguage = $defaultLanguage;
6474 6474
   }
6475 6475
   public function getDefaultLanguage()
6476 6476
   {
6477
-    return $this->defaultLanguage;
6477
+	return $this->defaultLanguage;
6478 6478
   }
6479 6479
   public function setDescription($description)
6480 6480
   {
6481
-    $this->description = $description;
6481
+	$this->description = $description;
6482 6482
   }
6483 6483
   public function getDescription()
6484 6484
   {
6485
-    return $this->description;
6485
+	return $this->description;
6486 6486
   }
6487 6487
   public function setLocalized(Google_Service_YouTube_ChannelLocalization $localized)
6488 6488
   {
6489
-    $this->localized = $localized;
6489
+	$this->localized = $localized;
6490 6490
   }
6491 6491
   public function getLocalized()
6492 6492
   {
6493
-    return $this->localized;
6493
+	return $this->localized;
6494 6494
   }
6495 6495
   public function setPublishedAt($publishedAt)
6496 6496
   {
6497
-    $this->publishedAt = $publishedAt;
6497
+	$this->publishedAt = $publishedAt;
6498 6498
   }
6499 6499
   public function getPublishedAt()
6500 6500
   {
6501
-    return $this->publishedAt;
6501
+	return $this->publishedAt;
6502 6502
   }
6503 6503
   public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
6504 6504
   {
6505
-    $this->thumbnails = $thumbnails;
6505
+	$this->thumbnails = $thumbnails;
6506 6506
   }
6507 6507
   public function getThumbnails()
6508 6508
   {
6509
-    return $this->thumbnails;
6509
+	return $this->thumbnails;
6510 6510
   }
6511 6511
   public function setTitle($title)
6512 6512
   {
6513
-    $this->title = $title;
6513
+	$this->title = $title;
6514 6514
   }
6515 6515
   public function getTitle()
6516 6516
   {
6517
-    return $this->title;
6517
+	return $this->title;
6518 6518
   }
6519 6519
 }
6520 6520
 
@@ -6531,43 +6531,43 @@  discard block
 block discarded – undo
6531 6531
 
6532 6532
   public function setCommentCount($commentCount)
6533 6533
   {
6534
-    $this->commentCount = $commentCount;
6534
+	$this->commentCount = $commentCount;
6535 6535
   }
6536 6536
   public function getCommentCount()
6537 6537
   {
6538
-    return $this->commentCount;
6538
+	return $this->commentCount;
6539 6539
   }
6540 6540
   public function setHiddenSubscriberCount($hiddenSubscriberCount)
6541 6541
   {
6542
-    $this->hiddenSubscriberCount = $hiddenSubscriberCount;
6542
+	$this->hiddenSubscriberCount = $hiddenSubscriberCount;
6543 6543
   }
6544 6544
   public function getHiddenSubscriberCount()
6545 6545
   {
6546
-    return $this->hiddenSubscriberCount;
6546
+	return $this->hiddenSubscriberCount;
6547 6547
   }
6548 6548
   public function setSubscriberCount($subscriberCount)
6549 6549
   {
6550
-    $this->subscriberCount = $subscriberCount;
6550
+	$this->subscriberCount = $subscriberCount;
6551 6551
   }
6552 6552
   public function getSubscriberCount()
6553 6553
   {
6554
-    return $this->subscriberCount;
6554
+	return $this->subscriberCount;
6555 6555
   }
6556 6556
   public function setVideoCount($videoCount)
6557 6557
   {
6558
-    $this->videoCount = $videoCount;
6558
+	$this->videoCount = $videoCount;
6559 6559
   }
6560 6560
   public function getVideoCount()
6561 6561
   {
6562
-    return $this->videoCount;
6562
+	return $this->videoCount;
6563 6563
   }
6564 6564
   public function setViewCount($viewCount)
6565 6565
   {
6566
-    $this->viewCount = $viewCount;
6566
+	$this->viewCount = $viewCount;
6567 6567
   }
6568 6568
   public function getViewCount()
6569 6569
   {
6570
-    return $this->viewCount;
6570
+	return $this->viewCount;
6571 6571
   }
6572 6572
 }
6573 6573
 
@@ -6582,27 +6582,27 @@  discard block
 block discarded – undo
6582 6582
 
6583 6583
   public function setIsLinked($isLinked)
6584 6584
   {
6585
-    $this->isLinked = $isLinked;
6585
+	$this->isLinked = $isLinked;
6586 6586
   }
6587 6587
   public function getIsLinked()
6588 6588
   {
6589
-    return $this->isLinked;
6589
+	return $this->isLinked;
6590 6590
   }
6591 6591
   public function setLongUploadsStatus($longUploadsStatus)
6592 6592
   {
6593
-    $this->longUploadsStatus = $longUploadsStatus;
6593
+	$this->longUploadsStatus = $longUploadsStatus;
6594 6594
   }
6595 6595
   public function getLongUploadsStatus()
6596 6596
   {
6597
-    return $this->longUploadsStatus;
6597
+	return $this->longUploadsStatus;
6598 6598
   }
6599 6599
   public function setPrivacyStatus($privacyStatus)
6600 6600
   {
6601
-    $this->privacyStatus = $privacyStatus;
6601
+	$this->privacyStatus = $privacyStatus;
6602 6602
   }
6603 6603
   public function getPrivacyStatus()
6604 6604
   {
6605
-    return $this->privacyStatus;
6605
+	return $this->privacyStatus;
6606 6606
   }
6607 6607
 }
6608 6608
 
@@ -6616,11 +6616,11 @@  discard block
 block discarded – undo
6616 6616
 
6617 6617
   public function setTopicIds($topicIds)
6618 6618
   {
6619
-    $this->topicIds = $topicIds;
6619
+	$this->topicIds = $topicIds;
6620 6620
   }
6621 6621
   public function getTopicIds()
6622 6622
   {
6623
-    return $this->topicIds;
6623
+	return $this->topicIds;
6624 6624
   }
6625 6625
 }
6626 6626
 
@@ -6637,35 +6637,35 @@  discard block
 block discarded – undo
6637 6637
 
6638 6638
   public function setEtag($etag)
6639 6639
   {
6640
-    $this->etag = $etag;
6640
+	$this->etag = $etag;
6641 6641
   }
6642 6642
   public function getEtag()
6643 6643
   {
6644
-    return $this->etag;
6644
+	return $this->etag;
6645 6645
   }
6646 6646
   public function setId($id)
6647 6647
   {
6648
-    $this->id = $id;
6648
+	$this->id = $id;
6649 6649
   }
6650 6650
   public function getId()
6651 6651
   {
6652
-    return $this->id;
6652
+	return $this->id;
6653 6653
   }
6654 6654
   public function setKind($kind)
6655 6655
   {
6656
-    $this->kind = $kind;
6656
+	$this->kind = $kind;
6657 6657
   }
6658 6658
   public function getKind()
6659 6659
   {
6660
-    return $this->kind;
6660
+	return $this->kind;
6661 6661
   }
6662 6662
   public function setSnippet(Google_Service_YouTube_CommentSnippet $snippet)
6663 6663
   {
6664
-    $this->snippet = $snippet;
6664
+	$this->snippet = $snippet;
6665 6665
   }
6666 6666
   public function getSnippet()
6667 6667
   {
6668
-    return $this->snippet;
6668
+	return $this->snippet;
6669 6669
   }
6670 6670
 }
6671 6671
 
@@ -6689,67 +6689,67 @@  discard block
 block discarded – undo
6689 6689
 
6690 6690
   public function setEtag($etag)
6691 6691
   {
6692
-    $this->etag = $etag;
6692
+	$this->etag = $etag;
6693 6693
   }
6694 6694
   public function getEtag()
6695 6695
   {
6696
-    return $this->etag;
6696
+	return $this->etag;
6697 6697
   }
6698 6698
   public function setEventId($eventId)
6699 6699
   {
6700
-    $this->eventId = $eventId;
6700
+	$this->eventId = $eventId;
6701 6701
   }
6702 6702
   public function getEventId()
6703 6703
   {
6704
-    return $this->eventId;
6704
+	return $this->eventId;
6705 6705
   }
6706 6706
   public function setItems($items)
6707 6707
   {
6708
-    $this->items = $items;
6708
+	$this->items = $items;
6709 6709
   }
6710 6710
   public function getItems()
6711 6711
   {
6712
-    return $this->items;
6712
+	return $this->items;
6713 6713
   }
6714 6714
   public function setKind($kind)
6715 6715
   {
6716
-    $this->kind = $kind;
6716
+	$this->kind = $kind;
6717 6717
   }
6718 6718
   public function getKind()
6719 6719
   {
6720
-    return $this->kind;
6720
+	return $this->kind;
6721 6721
   }
6722 6722
   public function setNextPageToken($nextPageToken)
6723 6723
   {
6724
-    $this->nextPageToken = $nextPageToken;
6724
+	$this->nextPageToken = $nextPageToken;
6725 6725
   }
6726 6726
   public function getNextPageToken()
6727 6727
   {
6728
-    return $this->nextPageToken;
6728
+	return $this->nextPageToken;
6729 6729
   }
6730 6730
   public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
6731 6731
   {
6732
-    $this->pageInfo = $pageInfo;
6732
+	$this->pageInfo = $pageInfo;
6733 6733
   }
6734 6734
   public function getPageInfo()
6735 6735
   {
6736
-    return $this->pageInfo;
6736
+	return $this->pageInfo;
6737 6737
   }
6738 6738
   public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
6739 6739
   {
6740
-    $this->tokenPagination = $tokenPagination;
6740
+	$this->tokenPagination = $tokenPagination;
6741 6741
   }
6742 6742
   public function getTokenPagination()
6743 6743
   {
6744
-    return $this->tokenPagination;
6744
+	return $this->tokenPagination;
6745 6745
   }
6746 6746
   public function setVisitorId($visitorId)
6747 6747
   {
6748
-    $this->visitorId = $visitorId;
6748
+	$this->visitorId = $visitorId;
6749 6749
   }
6750 6750
   public function getVisitorId()
6751 6751
   {
6752
-    return $this->visitorId;
6752
+	return $this->visitorId;
6753 6753
   }
6754 6754
 }
6755 6755
 
@@ -6778,131 +6778,131 @@  discard block
 block discarded – undo
6778 6778
 
6779 6779
   public function setAuthorChannelId(Google_Service_YouTube_ChannelId $authorChannelId)
6780 6780
   {
6781
-    $this->authorChannelId = $authorChannelId;
6781
+	$this->authorChannelId = $authorChannelId;
6782 6782
   }
6783 6783
   public function getAuthorChannelId()
6784 6784
   {
6785
-    return $this->authorChannelId;
6785
+	return $this->authorChannelId;
6786 6786
   }
6787 6787
   public function setAuthorChannelUrl($authorChannelUrl)
6788 6788
   {
6789
-    $this->authorChannelUrl = $authorChannelUrl;
6789
+	$this->authorChannelUrl = $authorChannelUrl;
6790 6790
   }
6791 6791
   public function getAuthorChannelUrl()
6792 6792
   {
6793
-    return $this->authorChannelUrl;
6793
+	return $this->authorChannelUrl;
6794 6794
   }
6795 6795
   public function setAuthorDisplayName($authorDisplayName)
6796 6796
   {
6797
-    $this->authorDisplayName = $authorDisplayName;
6797
+	$this->authorDisplayName = $authorDisplayName;
6798 6798
   }
6799 6799
   public function getAuthorDisplayName()
6800 6800
   {
6801
-    return $this->authorDisplayName;
6801
+	return $this->authorDisplayName;
6802 6802
   }
6803 6803
   public function setAuthorGoogleplusProfileUrl($authorGoogleplusProfileUrl)
6804 6804
   {
6805
-    $this->authorGoogleplusProfileUrl = $authorGoogleplusProfileUrl;
6805
+	$this->authorGoogleplusProfileUrl = $authorGoogleplusProfileUrl;
6806 6806
   }
6807 6807
   public function getAuthorGoogleplusProfileUrl()
6808 6808
   {
6809
-    return $this->authorGoogleplusProfileUrl;
6809
+	return $this->authorGoogleplusProfileUrl;
6810 6810
   }
6811 6811
   public function setAuthorProfileImageUrl($authorProfileImageUrl)
6812 6812
   {
6813
-    $this->authorProfileImageUrl = $authorProfileImageUrl;
6813
+	$this->authorProfileImageUrl = $authorProfileImageUrl;
6814 6814
   }
6815 6815
   public function getAuthorProfileImageUrl()
6816 6816
   {
6817
-    return $this->authorProfileImageUrl;
6817
+	return $this->authorProfileImageUrl;
6818 6818
   }
6819 6819
   public function setCanRate($canRate)
6820 6820
   {
6821
-    $this->canRate = $canRate;
6821
+	$this->canRate = $canRate;
6822 6822
   }
6823 6823
   public function getCanRate()
6824 6824
   {
6825
-    return $this->canRate;
6825
+	return $this->canRate;
6826 6826
   }
6827 6827
   public function setChannelId($channelId)
6828 6828
   {
6829
-    $this->channelId = $channelId;
6829
+	$this->channelId = $channelId;
6830 6830
   }
6831 6831
   public function getChannelId()
6832 6832
   {
6833
-    return $this->channelId;
6833
+	return $this->channelId;
6834 6834
   }
6835 6835
   public function setLikeCount($likeCount)
6836 6836
   {
6837
-    $this->likeCount = $likeCount;
6837
+	$this->likeCount = $likeCount;
6838 6838
   }
6839 6839
   public function getLikeCount()
6840 6840
   {
6841
-    return $this->likeCount;
6841
+	return $this->likeCount;
6842 6842
   }
6843 6843
   public function setModerationStatus($moderationStatus)
6844 6844
   {
6845
-    $this->moderationStatus = $moderationStatus;
6845
+	$this->moderationStatus = $moderationStatus;
6846 6846
   }
6847 6847
   public function getModerationStatus()
6848 6848
   {
6849
-    return $this->moderationStatus;
6849
+	return $this->moderationStatus;
6850 6850
   }
6851 6851
   public function setParentId($parentId)
6852 6852
   {
6853
-    $this->parentId = $parentId;
6853
+	$this->parentId = $parentId;
6854 6854
   }
6855 6855
   public function getParentId()
6856 6856
   {
6857
-    return $this->parentId;
6857
+	return $this->parentId;
6858 6858
   }
6859 6859
   public function setPublishedAt($publishedAt)
6860 6860
   {
6861
-    $this->publishedAt = $publishedAt;
6861
+	$this->publishedAt = $publishedAt;
6862 6862
   }
6863 6863
   public function getPublishedAt()
6864 6864
   {
6865
-    return $this->publishedAt;
6865
+	return $this->publishedAt;
6866 6866
   }
6867 6867
   public function setTextDisplay($textDisplay)
6868 6868
   {
6869
-    $this->textDisplay = $textDisplay;
6869
+	$this->textDisplay = $textDisplay;
6870 6870
   }
6871 6871
   public function getTextDisplay()
6872 6872
   {
6873
-    return $this->textDisplay;
6873
+	return $this->textDisplay;
6874 6874
   }
6875 6875
   public function setTextOriginal($textOriginal)
6876 6876
   {
6877
-    $this->textOriginal = $textOriginal;
6877
+	$this->textOriginal = $textOriginal;
6878 6878
   }
6879 6879
   public function getTextOriginal()
6880 6880
   {
6881
-    return $this->textOriginal;
6881
+	return $this->textOriginal;
6882 6882
   }
6883 6883
   public function setUpdatedAt($updatedAt)
6884 6884
   {
6885
-    $this->updatedAt = $updatedAt;
6885
+	$this->updatedAt = $updatedAt;
6886 6886
   }
6887 6887
   public function getUpdatedAt()
6888 6888
   {
6889
-    return $this->updatedAt;
6889
+	return $this->updatedAt;
6890 6890
   }
6891 6891
   public function setVideoId($videoId)
6892 6892
   {
6893
-    $this->videoId = $videoId;
6893
+	$this->videoId = $videoId;
6894 6894
   }
6895 6895
   public function getVideoId()
6896 6896
   {
6897
-    return $this->videoId;
6897
+	return $this->videoId;
6898 6898
   }
6899 6899
   public function setViewerRating($viewerRating)
6900 6900
   {
6901
-    $this->viewerRating = $viewerRating;
6901
+	$this->viewerRating = $viewerRating;
6902 6902
   }
6903 6903
   public function getViewerRating()
6904 6904
   {
6905
-    return $this->viewerRating;
6905
+	return $this->viewerRating;
6906 6906
   }
6907 6907
 }
6908 6908
 
@@ -6921,43 +6921,43 @@  discard block
 block discarded – undo
6921 6921
 
6922 6922
   public function setEtag($etag)
6923 6923
   {
6924
-    $this->etag = $etag;
6924
+	$this->etag = $etag;
6925 6925
   }
6926 6926
   public function getEtag()
6927 6927
   {
6928
-    return $this->etag;
6928
+	return $this->etag;
6929 6929
   }
6930 6930
   public function setId($id)
6931 6931
   {
6932
-    $this->id = $id;
6932
+	$this->id = $id;
6933 6933
   }
6934 6934
   public function getId()
6935 6935
   {
6936
-    return $this->id;
6936
+	return $this->id;
6937 6937
   }
6938 6938
   public function setKind($kind)
6939 6939
   {
6940
-    $this->kind = $kind;
6940
+	$this->kind = $kind;
6941 6941
   }
6942 6942
   public function getKind()
6943 6943
   {
6944
-    return $this->kind;
6944
+	return $this->kind;
6945 6945
   }
6946 6946
   public function setReplies(Google_Service_YouTube_CommentThreadReplies $replies)
6947 6947
   {
6948
-    $this->replies = $replies;
6948
+	$this->replies = $replies;
6949 6949
   }
6950 6950
   public function getReplies()
6951 6951
   {
6952
-    return $this->replies;
6952
+	return $this->replies;
6953 6953
   }
6954 6954
   public function setSnippet(Google_Service_YouTube_CommentThreadSnippet $snippet)
6955 6955
   {
6956
-    $this->snippet = $snippet;
6956
+	$this->snippet = $snippet;
6957 6957
   }
6958 6958
   public function getSnippet()
6959 6959
   {
6960
-    return $this->snippet;
6960
+	return $this->snippet;
6961 6961
   }
6962 6962
 }
6963 6963
 
@@ -6981,67 +6981,67 @@  discard block
 block discarded – undo
6981 6981
 
6982 6982
   public function setEtag($etag)
6983 6983
   {
6984
-    $this->etag = $etag;
6984
+	$this->etag = $etag;
6985 6985
   }
6986 6986
   public function getEtag()
6987 6987
   {
6988
-    return $this->etag;
6988
+	return $this->etag;
6989 6989
   }
6990 6990
   public function setEventId($eventId)
6991 6991
   {
6992
-    $this->eventId = $eventId;
6992
+	$this->eventId = $eventId;
6993 6993
   }
6994 6994
   public function getEventId()
6995 6995
   {
6996
-    return $this->eventId;
6996
+	return $this->eventId;
6997 6997
   }
6998 6998
   public function setItems($items)
6999 6999
   {
7000
-    $this->items = $items;
7000
+	$this->items = $items;
7001 7001
   }
7002 7002
   public function getItems()
7003 7003
   {
7004
-    return $this->items;
7004
+	return $this->items;
7005 7005
   }
7006 7006
   public function setKind($kind)
7007 7007
   {
7008
-    $this->kind = $kind;
7008
+	$this->kind = $kind;
7009 7009
   }
7010 7010
   public function getKind()
7011 7011
   {
7012
-    return $this->kind;
7012
+	return $this->kind;
7013 7013
   }
7014 7014
   public function setNextPageToken($nextPageToken)
7015 7015
   {
7016
-    $this->nextPageToken = $nextPageToken;
7016
+	$this->nextPageToken = $nextPageToken;
7017 7017
   }
7018 7018
   public function getNextPageToken()
7019 7019
   {
7020
-    return $this->nextPageToken;
7020
+	return $this->nextPageToken;
7021 7021
   }
7022 7022
   public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
7023 7023
   {
7024
-    $this->pageInfo = $pageInfo;
7024
+	$this->pageInfo = $pageInfo;
7025 7025
   }
7026 7026
   public function getPageInfo()
7027 7027
   {
7028
-    return $this->pageInfo;
7028
+	return $this->pageInfo;
7029 7029
   }
7030 7030
   public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
7031 7031
   {
7032
-    $this->tokenPagination = $tokenPagination;
7032
+	$this->tokenPagination = $tokenPagination;
7033 7033
   }
7034 7034
   public function getTokenPagination()
7035 7035
   {
7036
-    return $this->tokenPagination;
7036
+	return $this->tokenPagination;
7037 7037
   }
7038 7038
   public function setVisitorId($visitorId)
7039 7039
   {
7040
-    $this->visitorId = $visitorId;
7040
+	$this->visitorId = $visitorId;
7041 7041
   }
7042 7042
   public function getVisitorId()
7043 7043
   {
7044
-    return $this->visitorId;
7044
+	return $this->visitorId;
7045 7045
   }
7046 7046
 }
7047 7047
 
@@ -7056,11 +7056,11 @@  discard block
 block discarded – undo
7056 7056
 
7057 7057
   public function setComments($comments)
7058 7058
   {
7059
-    $this->comments = $comments;
7059
+	$this->comments = $comments;
7060 7060
   }
7061 7061
   public function getComments()
7062 7062
   {
7063
-    return $this->comments;
7063
+	return $this->comments;
7064 7064
   }
7065 7065
 }
7066 7066
 
@@ -7079,51 +7079,51 @@  discard block
 block discarded – undo
7079 7079
 
7080 7080
   public function setCanReply($canReply)
7081 7081
   {
7082
-    $this->canReply = $canReply;
7082
+	$this->canReply = $canReply;
7083 7083
   }
7084 7084
   public function getCanReply()
7085 7085
   {
7086
-    return $this->canReply;
7086
+	return $this->canReply;
7087 7087
   }
7088 7088
   public function setChannelId($channelId)
7089 7089
   {
7090
-    $this->channelId = $channelId;
7090
+	$this->channelId = $channelId;
7091 7091
   }
7092 7092
   public function getChannelId()
7093 7093
   {
7094
-    return $this->channelId;
7094
+	return $this->channelId;
7095 7095
   }
7096 7096
   public function setIsPublic($isPublic)
7097 7097
   {
7098
-    $this->isPublic = $isPublic;
7098
+	$this->isPublic = $isPublic;
7099 7099
   }
7100 7100
   public function getIsPublic()
7101 7101
   {
7102
-    return $this->isPublic;
7102
+	return $this->isPublic;
7103 7103
   }
7104 7104
   public function setTopLevelComment(Google_Service_YouTube_Comment $topLevelComment)
7105 7105
   {
7106
-    $this->topLevelComment = $topLevelComment;
7106
+	$this->topLevelComment = $topLevelComment;
7107 7107
   }
7108 7108
   public function getTopLevelComment()
7109 7109
   {
7110
-    return $this->topLevelComment;
7110
+	return $this->topLevelComment;
7111 7111
   }
7112 7112
   public function setTotalReplyCount($totalReplyCount)
7113 7113
   {
7114
-    $this->totalReplyCount = $totalReplyCount;
7114
+	$this->totalReplyCount = $totalReplyCount;
7115 7115
   }
7116 7116
   public function getTotalReplyCount()
7117 7117
   {
7118
-    return $this->totalReplyCount;
7118
+	return $this->totalReplyCount;
7119 7119
   }
7120 7120
   public function setVideoId($videoId)
7121 7121
   {
7122
-    $this->videoId = $videoId;
7122
+	$this->videoId = $videoId;
7123 7123
   }
7124 7124
   public function getVideoId()
7125 7125
   {
7126
-    return $this->videoId;
7126
+	return $this->videoId;
7127 7127
   }
7128 7128
 }
7129 7129
 
@@ -7200,515 +7200,515 @@  discard block
 block discarded – undo
7200 7200
 
7201 7201
   public function setAcbRating($acbRating)
7202 7202
   {
7203
-    $this->acbRating = $acbRating;
7203
+	$this->acbRating = $acbRating;
7204 7204
   }
7205 7205
   public function getAcbRating()
7206 7206
   {
7207
-    return $this->acbRating;
7207
+	return $this->acbRating;
7208 7208
   }
7209 7209
   public function setAgcomRating($agcomRating)
7210 7210
   {
7211
-    $this->agcomRating = $agcomRating;
7211
+	$this->agcomRating = $agcomRating;
7212 7212
   }
7213 7213
   public function getAgcomRating()
7214 7214
   {
7215
-    return $this->agcomRating;
7215
+	return $this->agcomRating;
7216 7216
   }
7217 7217
   public function setAnatelRating($anatelRating)
7218 7218
   {
7219
-    $this->anatelRating = $anatelRating;
7219
+	$this->anatelRating = $anatelRating;
7220 7220
   }
7221 7221
   public function getAnatelRating()
7222 7222
   {
7223
-    return $this->anatelRating;
7223
+	return $this->anatelRating;
7224 7224
   }
7225 7225
   public function setBbfcRating($bbfcRating)
7226 7226
   {
7227
-    $this->bbfcRating = $bbfcRating;
7227
+	$this->bbfcRating = $bbfcRating;
7228 7228
   }
7229 7229
   public function getBbfcRating()
7230 7230
   {
7231
-    return $this->bbfcRating;
7231
+	return $this->bbfcRating;
7232 7232
   }
7233 7233
   public function setBfvcRating($bfvcRating)
7234 7234
   {
7235
-    $this->bfvcRating = $bfvcRating;
7235
+	$this->bfvcRating = $bfvcRating;
7236 7236
   }
7237 7237
   public function getBfvcRating()
7238 7238
   {
7239
-    return $this->bfvcRating;
7239
+	return $this->bfvcRating;
7240 7240
   }
7241 7241
   public function setBmukkRating($bmukkRating)
7242 7242
   {
7243
-    $this->bmukkRating = $bmukkRating;
7243
+	$this->bmukkRating = $bmukkRating;
7244 7244
   }
7245 7245
   public function getBmukkRating()
7246 7246
   {
7247
-    return $this->bmukkRating;
7247
+	return $this->bmukkRating;
7248 7248
   }
7249 7249
   public function setCatvRating($catvRating)
7250 7250
   {
7251
-    $this->catvRating = $catvRating;
7251
+	$this->catvRating = $catvRating;
7252 7252
   }
7253 7253
   public function getCatvRating()
7254 7254
   {
7255
-    return $this->catvRating;
7255
+	return $this->catvRating;
7256 7256
   }
7257 7257
   public function setCatvfrRating($catvfrRating)
7258 7258
   {
7259
-    $this->catvfrRating = $catvfrRating;
7259
+	$this->catvfrRating = $catvfrRating;
7260 7260
   }
7261 7261
   public function getCatvfrRating()
7262 7262
   {
7263
-    return $this->catvfrRating;
7263
+	return $this->catvfrRating;
7264 7264
   }
7265 7265
   public function setCbfcRating($cbfcRating)
7266 7266
   {
7267
-    $this->cbfcRating = $cbfcRating;
7267
+	$this->cbfcRating = $cbfcRating;
7268 7268
   }
7269 7269
   public function getCbfcRating()
7270 7270
   {
7271
-    return $this->cbfcRating;
7271
+	return $this->cbfcRating;
7272 7272
   }
7273 7273
   public function setCccRating($cccRating)
7274 7274
   {
7275
-    $this->cccRating = $cccRating;
7275
+	$this->cccRating = $cccRating;
7276 7276
   }
7277 7277
   public function getCccRating()
7278 7278
   {
7279
-    return $this->cccRating;
7279
+	return $this->cccRating;
7280 7280
   }
7281 7281
   public function setCceRating($cceRating)
7282 7282
   {
7283
-    $this->cceRating = $cceRating;
7283
+	$this->cceRating = $cceRating;
7284 7284
   }
7285 7285
   public function getCceRating()
7286 7286
   {
7287
-    return $this->cceRating;
7287
+	return $this->cceRating;
7288 7288
   }
7289 7289
   public function setChfilmRating($chfilmRating)
7290 7290
   {
7291
-    $this->chfilmRating = $chfilmRating;
7291
+	$this->chfilmRating = $chfilmRating;
7292 7292
   }
7293 7293
   public function getChfilmRating()
7294 7294
   {
7295
-    return $this->chfilmRating;
7295
+	return $this->chfilmRating;
7296 7296
   }
7297 7297
   public function setChvrsRating($chvrsRating)
7298 7298
   {
7299
-    $this->chvrsRating = $chvrsRating;
7299
+	$this->chvrsRating = $chvrsRating;
7300 7300
   }
7301 7301
   public function getChvrsRating()
7302 7302
   {
7303
-    return $this->chvrsRating;
7303
+	return $this->chvrsRating;
7304 7304
   }
7305 7305
   public function setCicfRating($cicfRating)
7306 7306
   {
7307
-    $this->cicfRating = $cicfRating;
7307
+	$this->cicfRating = $cicfRating;
7308 7308
   }
7309 7309
   public function getCicfRating()
7310 7310
   {
7311
-    return $this->cicfRating;
7311
+	return $this->cicfRating;
7312 7312
   }
7313 7313
   public function setCnaRating($cnaRating)
7314 7314
   {
7315
-    $this->cnaRating = $cnaRating;
7315
+	$this->cnaRating = $cnaRating;
7316 7316
   }
7317 7317
   public function getCnaRating()
7318 7318
   {
7319
-    return $this->cnaRating;
7319
+	return $this->cnaRating;
7320 7320
   }
7321 7321
   public function setCsaRating($csaRating)
7322 7322
   {
7323
-    $this->csaRating = $csaRating;
7323
+	$this->csaRating = $csaRating;
7324 7324
   }
7325 7325
   public function getCsaRating()
7326 7326
   {
7327
-    return $this->csaRating;
7327
+	return $this->csaRating;
7328 7328
   }
7329 7329
   public function setCscfRating($cscfRating)
7330 7330
   {
7331
-    $this->cscfRating = $cscfRating;
7331
+	$this->cscfRating = $cscfRating;
7332 7332
   }
7333 7333
   public function getCscfRating()
7334 7334
   {
7335
-    return $this->cscfRating;
7335
+	return $this->cscfRating;
7336 7336
   }
7337 7337
   public function setCzfilmRating($czfilmRating)
7338 7338
   {
7339
-    $this->czfilmRating = $czfilmRating;
7339
+	$this->czfilmRating = $czfilmRating;
7340 7340
   }
7341 7341
   public function getCzfilmRating()
7342 7342
   {
7343
-    return $this->czfilmRating;
7343
+	return $this->czfilmRating;
7344 7344
   }
7345 7345
   public function setDjctqRating($djctqRating)
7346 7346
   {
7347
-    $this->djctqRating = $djctqRating;
7347
+	$this->djctqRating = $djctqRating;
7348 7348
   }
7349 7349
   public function getDjctqRating()
7350 7350
   {
7351
-    return $this->djctqRating;
7351
+	return $this->djctqRating;
7352 7352
   }
7353 7353
   public function setDjctqRatingReasons($djctqRatingReasons)
7354 7354
   {
7355
-    $this->djctqRatingReasons = $djctqRatingReasons;
7355
+	$this->djctqRatingReasons = $djctqRatingReasons;
7356 7356
   }
7357 7357
   public function getDjctqRatingReasons()
7358 7358
   {
7359
-    return $this->djctqRatingReasons;
7359
+	return $this->djctqRatingReasons;
7360 7360
   }
7361 7361
   public function setEefilmRating($eefilmRating)
7362 7362
   {
7363
-    $this->eefilmRating = $eefilmRating;
7363
+	$this->eefilmRating = $eefilmRating;
7364 7364
   }
7365 7365
   public function getEefilmRating()
7366 7366
   {
7367
-    return $this->eefilmRating;
7367
+	return $this->eefilmRating;
7368 7368
   }
7369 7369
   public function setEgfilmRating($egfilmRating)
7370 7370
   {
7371
-    $this->egfilmRating = $egfilmRating;
7371
+	$this->egfilmRating = $egfilmRating;
7372 7372
   }
7373 7373
   public function getEgfilmRating()
7374 7374
   {
7375
-    return $this->egfilmRating;
7375
+	return $this->egfilmRating;
7376 7376
   }
7377 7377
   public function setEirinRating($eirinRating)
7378 7378
   {
7379
-    $this->eirinRating = $eirinRating;
7379
+	$this->eirinRating = $eirinRating;
7380 7380
   }
7381 7381
   public function getEirinRating()
7382 7382
   {
7383
-    return $this->eirinRating;
7383
+	return $this->eirinRating;
7384 7384
   }
7385 7385
   public function setFcbmRating($fcbmRating)
7386 7386
   {
7387
-    $this->fcbmRating = $fcbmRating;
7387
+	$this->fcbmRating = $fcbmRating;
7388 7388
   }
7389 7389
   public function getFcbmRating()
7390 7390
   {
7391
-    return $this->fcbmRating;
7391
+	return $this->fcbmRating;
7392 7392
   }
7393 7393
   public function setFcoRating($fcoRating)
7394 7394
   {
7395
-    $this->fcoRating = $fcoRating;
7395
+	$this->fcoRating = $fcoRating;
7396 7396
   }
7397 7397
   public function getFcoRating()
7398 7398
   {
7399
-    return $this->fcoRating;
7399
+	return $this->fcoRating;
7400 7400
   }
7401 7401
   public function setFmocRating($fmocRating)
7402 7402
   {
7403
-    $this->fmocRating = $fmocRating;
7403
+	$this->fmocRating = $fmocRating;
7404 7404
   }
7405 7405
   public function getFmocRating()
7406 7406
   {
7407
-    return $this->fmocRating;
7407
+	return $this->fmocRating;
7408 7408
   }
7409 7409
   public function setFpbRating($fpbRating)
7410 7410
   {
7411
-    $this->fpbRating = $fpbRating;
7411
+	$this->fpbRating = $fpbRating;
7412 7412
   }
7413 7413
   public function getFpbRating()
7414 7414
   {
7415
-    return $this->fpbRating;
7415
+	return $this->fpbRating;
7416 7416
   }
7417 7417
   public function setFskRating($fskRating)
7418 7418
   {
7419
-    $this->fskRating = $fskRating;
7419
+	$this->fskRating = $fskRating;
7420 7420
   }
7421 7421
   public function getFskRating()
7422 7422
   {
7423
-    return $this->fskRating;
7423
+	return $this->fskRating;
7424 7424
   }
7425 7425
   public function setGrfilmRating($grfilmRating)
7426 7426
   {
7427
-    $this->grfilmRating = $grfilmRating;
7427
+	$this->grfilmRating = $grfilmRating;
7428 7428
   }
7429 7429
   public function getGrfilmRating()
7430 7430
   {
7431
-    return $this->grfilmRating;
7431
+	return $this->grfilmRating;
7432 7432
   }
7433 7433
   public function setIcaaRating($icaaRating)
7434 7434
   {
7435
-    $this->icaaRating = $icaaRating;
7435
+	$this->icaaRating = $icaaRating;
7436 7436
   }
7437 7437
   public function getIcaaRating()
7438 7438
   {
7439
-    return $this->icaaRating;
7439
+	return $this->icaaRating;
7440 7440
   }
7441 7441
   public function setIfcoRating($ifcoRating)
7442 7442
   {
7443
-    $this->ifcoRating = $ifcoRating;
7443
+	$this->ifcoRating = $ifcoRating;
7444 7444
   }
7445 7445
   public function getIfcoRating()
7446 7446
   {
7447
-    return $this->ifcoRating;
7447
+	return $this->ifcoRating;
7448 7448
   }
7449 7449
   public function setIlfilmRating($ilfilmRating)
7450 7450
   {
7451
-    $this->ilfilmRating = $ilfilmRating;
7451
+	$this->ilfilmRating = $ilfilmRating;
7452 7452
   }
7453 7453
   public function getIlfilmRating()
7454 7454
   {
7455
-    return $this->ilfilmRating;
7455
+	return $this->ilfilmRating;
7456 7456
   }
7457 7457
   public function setIncaaRating($incaaRating)
7458 7458
   {
7459
-    $this->incaaRating = $incaaRating;
7459
+	$this->incaaRating = $incaaRating;
7460 7460
   }
7461 7461
   public function getIncaaRating()
7462 7462
   {
7463
-    return $this->incaaRating;
7463
+	return $this->incaaRating;
7464 7464
   }
7465 7465
   public function setKfcbRating($kfcbRating)
7466 7466
   {
7467
-    $this->kfcbRating = $kfcbRating;
7467
+	$this->kfcbRating = $kfcbRating;
7468 7468
   }
7469 7469
   public function getKfcbRating()
7470 7470
   {
7471
-    return $this->kfcbRating;
7471
+	return $this->kfcbRating;
7472 7472
   }
7473 7473
   public function setKijkwijzerRating($kijkwijzerRating)
7474 7474
   {
7475
-    $this->kijkwijzerRating = $kijkwijzerRating;
7475
+	$this->kijkwijzerRating = $kijkwijzerRating;
7476 7476
   }
7477 7477
   public function getKijkwijzerRating()
7478 7478
   {
7479
-    return $this->kijkwijzerRating;
7479
+	return $this->kijkwijzerRating;
7480 7480
   }
7481 7481
   public function setKmrbRating($kmrbRating)
7482 7482
   {
7483
-    $this->kmrbRating = $kmrbRating;
7483
+	$this->kmrbRating = $kmrbRating;
7484 7484
   }
7485 7485
   public function getKmrbRating()
7486 7486
   {
7487
-    return $this->kmrbRating;
7487
+	return $this->kmrbRating;
7488 7488
   }
7489 7489
   public function setLsfRating($lsfRating)
7490 7490
   {
7491
-    $this->lsfRating = $lsfRating;
7491
+	$this->lsfRating = $lsfRating;
7492 7492
   }
7493 7493
   public function getLsfRating()
7494 7494
   {
7495
-    return $this->lsfRating;
7495
+	return $this->lsfRating;
7496 7496
   }
7497 7497
   public function setMccaaRating($mccaaRating)
7498 7498
   {
7499
-    $this->mccaaRating = $mccaaRating;
7499
+	$this->mccaaRating = $mccaaRating;
7500 7500
   }
7501 7501
   public function getMccaaRating()
7502 7502
   {
7503
-    return $this->mccaaRating;
7503
+	return $this->mccaaRating;
7504 7504
   }
7505 7505
   public function setMccypRating($mccypRating)
7506 7506
   {
7507
-    $this->mccypRating = $mccypRating;
7507
+	$this->mccypRating = $mccypRating;
7508 7508
   }
7509 7509
   public function getMccypRating()
7510 7510
   {
7511
-    return $this->mccypRating;
7511
+	return $this->mccypRating;
7512 7512
   }
7513 7513
   public function setMdaRating($mdaRating)
7514 7514
   {
7515
-    $this->mdaRating = $mdaRating;
7515
+	$this->mdaRating = $mdaRating;
7516 7516
   }
7517 7517
   public function getMdaRating()
7518 7518
   {
7519
-    return $this->mdaRating;
7519
+	return $this->mdaRating;
7520 7520
   }
7521 7521
   public function setMedietilsynetRating($medietilsynetRating)
7522 7522
   {
7523
-    $this->medietilsynetRating = $medietilsynetRating;
7523
+	$this->medietilsynetRating = $medietilsynetRating;
7524 7524
   }
7525 7525
   public function getMedietilsynetRating()
7526 7526
   {
7527
-    return $this->medietilsynetRating;
7527
+	return $this->medietilsynetRating;
7528 7528
   }
7529 7529
   public function setMekuRating($mekuRating)
7530 7530
   {
7531
-    $this->mekuRating = $mekuRating;
7531
+	$this->mekuRating = $mekuRating;
7532 7532
   }
7533 7533
   public function getMekuRating()
7534 7534
   {
7535
-    return $this->mekuRating;
7535
+	return $this->mekuRating;
7536 7536
   }
7537 7537
   public function setMibacRating($mibacRating)
7538 7538
   {
7539
-    $this->mibacRating = $mibacRating;
7539
+	$this->mibacRating = $mibacRating;
7540 7540
   }
7541 7541
   public function getMibacRating()
7542 7542
   {
7543
-    return $this->mibacRating;
7543
+	return $this->mibacRating;
7544 7544
   }
7545 7545
   public function setMocRating($mocRating)
7546 7546
   {
7547
-    $this->mocRating = $mocRating;
7547
+	$this->mocRating = $mocRating;
7548 7548
   }
7549 7549
   public function getMocRating()
7550 7550
   {
7551
-    return $this->mocRating;
7551
+	return $this->mocRating;
7552 7552
   }
7553 7553
   public function setMoctwRating($moctwRating)
7554 7554
   {
7555
-    $this->moctwRating = $moctwRating;
7555
+	$this->moctwRating = $moctwRating;
7556 7556
   }
7557 7557
   public function getMoctwRating()
7558 7558
   {
7559
-    return $this->moctwRating;
7559
+	return $this->moctwRating;
7560 7560
   }
7561 7561
   public function setMpaaRating($mpaaRating)
7562 7562
   {
7563
-    $this->mpaaRating = $mpaaRating;
7563
+	$this->mpaaRating = $mpaaRating;
7564 7564
   }
7565 7565
   public function getMpaaRating()
7566 7566
   {
7567
-    return $this->mpaaRating;
7567
+	return $this->mpaaRating;
7568 7568
   }
7569 7569
   public function setMtrcbRating($mtrcbRating)
7570 7570
   {
7571
-    $this->mtrcbRating = $mtrcbRating;
7571
+	$this->mtrcbRating = $mtrcbRating;
7572 7572
   }
7573 7573
   public function getMtrcbRating()
7574 7574
   {
7575
-    return $this->mtrcbRating;
7575
+	return $this->mtrcbRating;
7576 7576
   }
7577 7577
   public function setNbcRating($nbcRating)
7578 7578
   {
7579
-    $this->nbcRating = $nbcRating;
7579
+	$this->nbcRating = $nbcRating;
7580 7580
   }
7581 7581
   public function getNbcRating()
7582 7582
   {
7583
-    return $this->nbcRating;
7583
+	return $this->nbcRating;
7584 7584
   }
7585 7585
   public function setNbcplRating($nbcplRating)
7586 7586
   {
7587
-    $this->nbcplRating = $nbcplRating;
7587
+	$this->nbcplRating = $nbcplRating;
7588 7588
   }
7589 7589
   public function getNbcplRating()
7590 7590
   {
7591
-    return $this->nbcplRating;
7591
+	return $this->nbcplRating;
7592 7592
   }
7593 7593
   public function setNfrcRating($nfrcRating)
7594 7594
   {
7595
-    $this->nfrcRating = $nfrcRating;
7595
+	$this->nfrcRating = $nfrcRating;
7596 7596
   }
7597 7597
   public function getNfrcRating()
7598 7598
   {
7599
-    return $this->nfrcRating;
7599
+	return $this->nfrcRating;
7600 7600
   }
7601 7601
   public function setNfvcbRating($nfvcbRating)
7602 7602
   {
7603
-    $this->nfvcbRating = $nfvcbRating;
7603
+	$this->nfvcbRating = $nfvcbRating;
7604 7604
   }
7605 7605
   public function getNfvcbRating()
7606 7606
   {
7607
-    return $this->nfvcbRating;
7607
+	return $this->nfvcbRating;
7608 7608
   }
7609 7609
   public function setNkclvRating($nkclvRating)
7610 7610
   {
7611
-    $this->nkclvRating = $nkclvRating;
7611
+	$this->nkclvRating = $nkclvRating;
7612 7612
   }
7613 7613
   public function getNkclvRating()
7614 7614
   {
7615
-    return $this->nkclvRating;
7615
+	return $this->nkclvRating;
7616 7616
   }
7617 7617
   public function setOflcRating($oflcRating)
7618 7618
   {
7619
-    $this->oflcRating = $oflcRating;
7619
+	$this->oflcRating = $oflcRating;
7620 7620
   }
7621 7621
   public function getOflcRating()
7622 7622
   {
7623
-    return $this->oflcRating;
7623
+	return $this->oflcRating;
7624 7624
   }
7625 7625
   public function setPefilmRating($pefilmRating)
7626 7626
   {
7627
-    $this->pefilmRating = $pefilmRating;
7627
+	$this->pefilmRating = $pefilmRating;
7628 7628
   }
7629 7629
   public function getPefilmRating()
7630 7630
   {
7631
-    return $this->pefilmRating;
7631
+	return $this->pefilmRating;
7632 7632
   }
7633 7633
   public function setRcnofRating($rcnofRating)
7634 7634
   {
7635
-    $this->rcnofRating = $rcnofRating;
7635
+	$this->rcnofRating = $rcnofRating;
7636 7636
   }
7637 7637
   public function getRcnofRating()
7638 7638
   {
7639
-    return $this->rcnofRating;
7639
+	return $this->rcnofRating;
7640 7640
   }
7641 7641
   public function setResorteviolenciaRating($resorteviolenciaRating)
7642 7642
   {
7643
-    $this->resorteviolenciaRating = $resorteviolenciaRating;
7643
+	$this->resorteviolenciaRating = $resorteviolenciaRating;
7644 7644
   }
7645 7645
   public function getResorteviolenciaRating()
7646 7646
   {
7647
-    return $this->resorteviolenciaRating;
7647
+	return $this->resorteviolenciaRating;
7648 7648
   }
7649 7649
   public function setRtcRating($rtcRating)
7650 7650
   {
7651
-    $this->rtcRating = $rtcRating;
7651
+	$this->rtcRating = $rtcRating;
7652 7652
   }
7653 7653
   public function getRtcRating()
7654 7654
   {
7655
-    return $this->rtcRating;
7655
+	return $this->rtcRating;
7656 7656
   }
7657 7657
   public function setRteRating($rteRating)
7658 7658
   {
7659
-    $this->rteRating = $rteRating;
7659
+	$this->rteRating = $rteRating;
7660 7660
   }
7661 7661
   public function getRteRating()
7662 7662
   {
7663
-    return $this->rteRating;
7663
+	return $this->rteRating;
7664 7664
   }
7665 7665
   public function setRussiaRating($russiaRating)
7666 7666
   {
7667
-    $this->russiaRating = $russiaRating;
7667
+	$this->russiaRating = $russiaRating;
7668 7668
   }
7669 7669
   public function getRussiaRating()
7670 7670
   {
7671
-    return $this->russiaRating;
7671
+	return $this->russiaRating;
7672 7672
   }
7673 7673
   public function setSkfilmRating($skfilmRating)
7674 7674
   {
7675
-    $this->skfilmRating = $skfilmRating;
7675
+	$this->skfilmRating = $skfilmRating;
7676 7676
   }
7677 7677
   public function getSkfilmRating()
7678 7678
   {
7679
-    return $this->skfilmRating;
7679
+	return $this->skfilmRating;
7680 7680
   }
7681 7681
   public function setSmaisRating($smaisRating)
7682 7682
   {
7683
-    $this->smaisRating = $smaisRating;
7683
+	$this->smaisRating = $smaisRating;
7684 7684
   }
7685 7685
   public function getSmaisRating()
7686 7686
   {
7687
-    return $this->smaisRating;
7687
+	return $this->smaisRating;
7688 7688
   }
7689 7689
   public function setSmsaRating($smsaRating)
7690 7690
   {
7691
-    $this->smsaRating = $smsaRating;
7691
+	$this->smsaRating = $smsaRating;
7692 7692
   }
7693 7693
   public function getSmsaRating()
7694 7694
   {
7695
-    return $this->smsaRating;
7695
+	return $this->smsaRating;
7696 7696
   }
7697 7697
   public function setTvpgRating($tvpgRating)
7698 7698
   {
7699
-    $this->tvpgRating = $tvpgRating;
7699
+	$this->tvpgRating = $tvpgRating;
7700 7700
   }
7701 7701
   public function getTvpgRating()
7702 7702
   {
7703
-    return $this->tvpgRating;
7703
+	return $this->tvpgRating;
7704 7704
   }
7705 7705
   public function setYtRating($ytRating)
7706 7706
   {
7707
-    $this->ytRating = $ytRating;
7707
+	$this->ytRating = $ytRating;
7708 7708
   }
7709 7709
   public function getYtRating()
7710 7710
   {
7711
-    return $this->ytRating;
7711
+	return $this->ytRating;
7712 7712
   }
7713 7713
 }
7714 7714
 
@@ -7723,27 +7723,27 @@  discard block
 block discarded – undo
7723 7723
 
7724 7724
   public function setAltitude($altitude)
7725 7725
   {
7726
-    $this->altitude = $altitude;
7726
+	$this->altitude = $altitude;
7727 7727
   }
7728 7728
   public function getAltitude()
7729 7729
   {
7730
-    return $this->altitude;
7730
+	return $this->altitude;
7731 7731
   }
7732 7732
   public function setLatitude($latitude)
7733 7733
   {
7734
-    $this->latitude = $latitude;
7734
+	$this->latitude = $latitude;
7735 7735
   }
7736 7736
   public function getLatitude()
7737 7737
   {
7738
-    return $this->latitude;
7738
+	return $this->latitude;
7739 7739
   }
7740 7740
   public function setLongitude($longitude)
7741 7741
   {
7742
-    $this->longitude = $longitude;
7742
+	$this->longitude = $longitude;
7743 7743
   }
7744 7744
   public function getLongitude()
7745 7745
   {
7746
-    return $this->longitude;
7746
+	return $this->longitude;
7747 7747
   }
7748 7748
 }
7749 7749
 
@@ -7760,35 +7760,35 @@  discard block
 block discarded – undo
7760 7760
 
7761 7761
   public function setEtag($etag)
7762 7762
   {
7763
-    $this->etag = $etag;
7763
+	$this->etag = $etag;
7764 7764
   }
7765 7765
   public function getEtag()
7766 7766
   {
7767
-    return $this->etag;
7767
+	return $this->etag;
7768 7768
   }
7769 7769
   public function setId($id)
7770 7770
   {
7771
-    $this->id = $id;
7771
+	$this->id = $id;
7772 7772
   }
7773 7773
   public function getId()
7774 7774
   {
7775
-    return $this->id;
7775
+	return $this->id;
7776 7776
   }
7777 7777
   public function setKind($kind)
7778 7778
   {
7779
-    $this->kind = $kind;
7779
+	$this->kind = $kind;
7780 7780
   }
7781 7781
   public function getKind()
7782 7782
   {
7783
-    return $this->kind;
7783
+	return $this->kind;
7784 7784
   }
7785 7785
   public function setSnippet(Google_Service_YouTube_GuideCategorySnippet $snippet)
7786 7786
   {
7787
-    $this->snippet = $snippet;
7787
+	$this->snippet = $snippet;
7788 7788
   }
7789 7789
   public function getSnippet()
7790 7790
   {
7791
-    return $this->snippet;
7791
+	return $this->snippet;
7792 7792
   }
7793 7793
 }
7794 7794
 
@@ -7813,75 +7813,75 @@  discard block
 block discarded – undo
7813 7813
 
7814 7814
   public function setEtag($etag)
7815 7815
   {
7816
-    $this->etag = $etag;
7816
+	$this->etag = $etag;
7817 7817
   }
7818 7818
   public function getEtag()
7819 7819
   {
7820
-    return $this->etag;
7820
+	return $this->etag;
7821 7821
   }
7822 7822
   public function setEventId($eventId)
7823 7823
   {
7824
-    $this->eventId = $eventId;
7824
+	$this->eventId = $eventId;
7825 7825
   }
7826 7826
   public function getEventId()
7827 7827
   {
7828
-    return $this->eventId;
7828
+	return $this->eventId;
7829 7829
   }
7830 7830
   public function setItems($items)
7831 7831
   {
7832
-    $this->items = $items;
7832
+	$this->items = $items;
7833 7833
   }
7834 7834
   public function getItems()
7835 7835
   {
7836
-    return $this->items;
7836
+	return $this->items;
7837 7837
   }
7838 7838
   public function setKind($kind)
7839 7839
   {
7840
-    $this->kind = $kind;
7840
+	$this->kind = $kind;
7841 7841
   }
7842 7842
   public function getKind()
7843 7843
   {
7844
-    return $this->kind;
7844
+	return $this->kind;
7845 7845
   }
7846 7846
   public function setNextPageToken($nextPageToken)
7847 7847
   {
7848
-    $this->nextPageToken = $nextPageToken;
7848
+	$this->nextPageToken = $nextPageToken;
7849 7849
   }
7850 7850
   public function getNextPageToken()
7851 7851
   {
7852
-    return $this->nextPageToken;
7852
+	return $this->nextPageToken;
7853 7853
   }
7854 7854
   public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
7855 7855
   {
7856
-    $this->pageInfo = $pageInfo;
7856
+	$this->pageInfo = $pageInfo;
7857 7857
   }
7858 7858
   public function getPageInfo()
7859 7859
   {
7860
-    return $this->pageInfo;
7860
+	return $this->pageInfo;
7861 7861
   }
7862 7862
   public function setPrevPageToken($prevPageToken)
7863 7863
   {
7864
-    $this->prevPageToken = $prevPageToken;
7864
+	$this->prevPageToken = $prevPageToken;
7865 7865
   }
7866 7866
   public function getPrevPageToken()
7867 7867
   {
7868
-    return $this->prevPageToken;
7868
+	return $this->prevPageToken;
7869 7869
   }
7870 7870
   public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
7871 7871
   {
7872
-    $this->tokenPagination = $tokenPagination;
7872
+	$this->tokenPagination = $tokenPagination;
7873 7873
   }
7874 7874
   public function getTokenPagination()
7875 7875
   {
7876
-    return $this->tokenPagination;
7876
+	return $this->tokenPagination;
7877 7877
   }
7878 7878
   public function setVisitorId($visitorId)
7879 7879
   {
7880
-    $this->visitorId = $visitorId;
7880
+	$this->visitorId = $visitorId;
7881 7881
   }
7882 7882
   public function getVisitorId()
7883 7883
   {
7884
-    return $this->visitorId;
7884
+	return $this->visitorId;
7885 7885
   }
7886 7886
 }
7887 7887
 
@@ -7895,19 +7895,19 @@  discard block
 block discarded – undo
7895 7895
 
7896 7896
   public function setChannelId($channelId)
7897 7897
   {
7898
-    $this->channelId = $channelId;
7898
+	$this->channelId = $channelId;
7899 7899
   }
7900 7900
   public function getChannelId()
7901 7901
   {
7902
-    return $this->channelId;
7902
+	return $this->channelId;
7903 7903
   }
7904 7904
   public function setTitle($title)
7905 7905
   {
7906
-    $this->title = $title;
7906
+	$this->title = $title;
7907 7907
   }
7908 7908
   public function getTitle()
7909 7909
   {
7910
-    return $this->title;
7910
+	return $this->title;
7911 7911
   }
7912 7912
 }
7913 7913
 
@@ -7924,35 +7924,35 @@  discard block
 block discarded – undo
7924 7924
 
7925 7925
   public function setEtag($etag)
7926 7926
   {
7927
-    $this->etag = $etag;
7927
+	$this->etag = $etag;
7928 7928
   }
7929 7929
   public function getEtag()
7930 7930
   {
7931
-    return $this->etag;
7931
+	return $this->etag;
7932 7932
   }
7933 7933
   public function setId($id)
7934 7934
   {
7935
-    $this->id = $id;
7935
+	$this->id = $id;
7936 7936
   }
7937 7937
   public function getId()
7938 7938
   {
7939
-    return $this->id;
7939
+	return $this->id;
7940 7940
   }
7941 7941
   public function setKind($kind)
7942 7942
   {
7943
-    $this->kind = $kind;
7943
+	$this->kind = $kind;
7944 7944
   }
7945 7945
   public function getKind()
7946 7946
   {
7947
-    return $this->kind;
7947
+	return $this->kind;
7948 7948
   }
7949 7949
   public function setSnippet(Google_Service_YouTube_I18nLanguageSnippet $snippet)
7950 7950
   {
7951
-    $this->snippet = $snippet;
7951
+	$this->snippet = $snippet;
7952 7952
   }
7953 7953
   public function getSnippet()
7954 7954
   {
7955
-    return $this->snippet;
7955
+	return $this->snippet;
7956 7956
   }
7957 7957
 }
7958 7958
 
@@ -7971,43 +7971,43 @@  discard block
 block discarded – undo
7971 7971
 
7972 7972
   public function setEtag($etag)
7973 7973
   {
7974
-    $this->etag = $etag;
7974
+	$this->etag = $etag;
7975 7975
   }
7976 7976
   public function getEtag()
7977 7977
   {
7978
-    return $this->etag;
7978
+	return $this->etag;
7979 7979
   }
7980 7980
   public function setEventId($eventId)
7981 7981
   {
7982
-    $this->eventId = $eventId;
7982
+	$this->eventId = $eventId;
7983 7983
   }
7984 7984
   public function getEventId()
7985 7985
   {
7986
-    return $this->eventId;
7986
+	return $this->eventId;
7987 7987
   }
7988 7988
   public function setItems($items)
7989 7989
   {
7990
-    $this->items = $items;
7990
+	$this->items = $items;
7991 7991
   }
7992 7992
   public function getItems()
7993 7993
   {
7994
-    return $this->items;
7994
+	return $this->items;
7995 7995
   }
7996 7996
   public function setKind($kind)
7997 7997
   {
7998
-    $this->kind = $kind;
7998
+	$this->kind = $kind;
7999 7999
   }
8000 8000
   public function getKind()
8001 8001
   {
8002
-    return $this->kind;
8002
+	return $this->kind;
8003 8003
   }
8004 8004
   public function setVisitorId($visitorId)
8005 8005
   {
8006
-    $this->visitorId = $visitorId;
8006
+	$this->visitorId = $visitorId;
8007 8007
   }
8008 8008
   public function getVisitorId()
8009 8009
   {
8010
-    return $this->visitorId;
8010
+	return $this->visitorId;
8011 8011
   }
8012 8012
 }
8013 8013
 
@@ -8021,19 +8021,19 @@  discard block
 block discarded – undo
8021 8021
 
8022 8022
   public function setHl($hl)
8023 8023
   {
8024
-    $this->hl = $hl;
8024
+	$this->hl = $hl;
8025 8025
   }
8026 8026
   public function getHl()
8027 8027
   {
8028
-    return $this->hl;
8028
+	return $this->hl;
8029 8029
   }
8030 8030
   public function setName($name)
8031 8031
   {
8032
-    $this->name = $name;
8032
+	$this->name = $name;
8033 8033
   }
8034 8034
   public function getName()
8035 8035
   {
8036
-    return $this->name;
8036
+	return $this->name;
8037 8037
   }
8038 8038
 }
8039 8039
 
@@ -8050,35 +8050,35 @@  discard block
 block discarded – undo
8050 8050
 
8051 8051
   public function setEtag($etag)
8052 8052
   {
8053
-    $this->etag = $etag;
8053
+	$this->etag = $etag;
8054 8054
   }
8055 8055
   public function getEtag()
8056 8056
   {
8057
-    return $this->etag;
8057
+	return $this->etag;
8058 8058
   }
8059 8059
   public function setId($id)
8060 8060
   {
8061
-    $this->id = $id;
8061
+	$this->id = $id;
8062 8062
   }
8063 8063
   public function getId()
8064 8064
   {
8065
-    return $this->id;
8065
+	return $this->id;
8066 8066
   }
8067 8067
   public function setKind($kind)
8068 8068
   {
8069
-    $this->kind = $kind;
8069
+	$this->kind = $kind;
8070 8070
   }
8071 8071
   public function getKind()
8072 8072
   {
8073
-    return $this->kind;
8073
+	return $this->kind;
8074 8074
   }
8075 8075
   public function setSnippet(Google_Service_YouTube_I18nRegionSnippet $snippet)
8076 8076
   {
8077
-    $this->snippet = $snippet;
8077
+	$this->snippet = $snippet;
8078 8078
   }
8079 8079
   public function getSnippet()
8080 8080
   {
8081
-    return $this->snippet;
8081
+	return $this->snippet;
8082 8082
   }
8083 8083
 }
8084 8084
 
@@ -8097,43 +8097,43 @@  discard block
 block discarded – undo
8097 8097
 
8098 8098
   public function setEtag($etag)
8099 8099
   {
8100
-    $this->etag = $etag;
8100
+	$this->etag = $etag;
8101 8101
   }
8102 8102
   public function getEtag()
8103 8103
   {
8104
-    return $this->etag;
8104
+	return $this->etag;
8105 8105
   }
8106 8106
   public function setEventId($eventId)
8107 8107
   {
8108
-    $this->eventId = $eventId;
8108
+	$this->eventId = $eventId;
8109 8109
   }
8110 8110
   public function getEventId()
8111 8111
   {
8112
-    return $this->eventId;
8112
+	return $this->eventId;
8113 8113
   }
8114 8114
   public function setItems($items)
8115 8115
   {
8116
-    $this->items = $items;
8116
+	$this->items = $items;
8117 8117
   }
8118 8118
   public function getItems()
8119 8119
   {
8120
-    return $this->items;
8120
+	return $this->items;
8121 8121
   }
8122 8122
   public function setKind($kind)
8123 8123
   {
8124
-    $this->kind = $kind;
8124
+	$this->kind = $kind;
8125 8125
   }
8126 8126
   public function getKind()
8127 8127
   {
8128
-    return $this->kind;
8128
+	return $this->kind;
8129 8129
   }
8130 8130
   public function setVisitorId($visitorId)
8131 8131
   {
8132
-    $this->visitorId = $visitorId;
8132
+	$this->visitorId = $visitorId;
8133 8133
   }
8134 8134
   public function getVisitorId()
8135 8135
   {
8136
-    return $this->visitorId;
8136
+	return $this->visitorId;
8137 8137
   }
8138 8138
 }
8139 8139
 
@@ -8147,19 +8147,19 @@  discard block
 block discarded – undo
8147 8147
 
8148 8148
   public function setGl($gl)
8149 8149
   {
8150
-    $this->gl = $gl;
8150
+	$this->gl = $gl;
8151 8151
   }
8152 8152
   public function getGl()
8153 8153
   {
8154
-    return $this->gl;
8154
+	return $this->gl;
8155 8155
   }
8156 8156
   public function setName($name)
8157 8157
   {
8158
-    $this->name = $name;
8158
+	$this->name = $name;
8159 8159
   }
8160 8160
   public function getName()
8161 8161
   {
8162
-    return $this->name;
8162
+	return $this->name;
8163 8163
   }
8164 8164
 }
8165 8165
 
@@ -8198,179 +8198,179 @@  discard block
 block discarded – undo
8198 8198
 
8199 8199
   public function setBackgroundImageUrl(Google_Service_YouTube_LocalizedProperty $backgroundImageUrl)
8200 8200
   {
8201
-    $this->backgroundImageUrl = $backgroundImageUrl;
8201
+	$this->backgroundImageUrl = $backgroundImageUrl;
8202 8202
   }
8203 8203
   public function getBackgroundImageUrl()
8204 8204
   {
8205
-    return $this->backgroundImageUrl;
8205
+	return $this->backgroundImageUrl;
8206 8206
   }
8207 8207
   public function setBannerExternalUrl($bannerExternalUrl)
8208 8208
   {
8209
-    $this->bannerExternalUrl = $bannerExternalUrl;
8209
+	$this->bannerExternalUrl = $bannerExternalUrl;
8210 8210
   }
8211 8211
   public function getBannerExternalUrl()
8212 8212
   {
8213
-    return $this->bannerExternalUrl;
8213
+	return $this->bannerExternalUrl;
8214 8214
   }
8215 8215
   public function setBannerImageUrl($bannerImageUrl)
8216 8216
   {
8217
-    $this->bannerImageUrl = $bannerImageUrl;
8217
+	$this->bannerImageUrl = $bannerImageUrl;
8218 8218
   }
8219 8219
   public function getBannerImageUrl()
8220 8220
   {
8221
-    return $this->bannerImageUrl;
8221
+	return $this->bannerImageUrl;
8222 8222
   }
8223 8223
   public function setBannerMobileExtraHdImageUrl($bannerMobileExtraHdImageUrl)
8224 8224
   {
8225
-    $this->bannerMobileExtraHdImageUrl = $bannerMobileExtraHdImageUrl;
8225
+	$this->bannerMobileExtraHdImageUrl = $bannerMobileExtraHdImageUrl;
8226 8226
   }
8227 8227
   public function getBannerMobileExtraHdImageUrl()
8228 8228
   {
8229
-    return $this->bannerMobileExtraHdImageUrl;
8229
+	return $this->bannerMobileExtraHdImageUrl;
8230 8230
   }
8231 8231
   public function setBannerMobileHdImageUrl($bannerMobileHdImageUrl)
8232 8232
   {
8233
-    $this->bannerMobileHdImageUrl = $bannerMobileHdImageUrl;
8233
+	$this->bannerMobileHdImageUrl = $bannerMobileHdImageUrl;
8234 8234
   }
8235 8235
   public function getBannerMobileHdImageUrl()
8236 8236
   {
8237
-    return $this->bannerMobileHdImageUrl;
8237
+	return $this->bannerMobileHdImageUrl;
8238 8238
   }
8239 8239
   public function setBannerMobileImageUrl($bannerMobileImageUrl)
8240 8240
   {
8241
-    $this->bannerMobileImageUrl = $bannerMobileImageUrl;
8241
+	$this->bannerMobileImageUrl = $bannerMobileImageUrl;
8242 8242
   }
8243 8243
   public function getBannerMobileImageUrl()
8244 8244
   {
8245
-    return $this->bannerMobileImageUrl;
8245
+	return $this->bannerMobileImageUrl;
8246 8246
   }
8247 8247
   public function setBannerMobileLowImageUrl($bannerMobileLowImageUrl)
8248 8248
   {
8249
-    $this->bannerMobileLowImageUrl = $bannerMobileLowImageUrl;
8249
+	$this->bannerMobileLowImageUrl = $bannerMobileLowImageUrl;
8250 8250
   }
8251 8251
   public function getBannerMobileLowImageUrl()
8252 8252
   {
8253
-    return $this->bannerMobileLowImageUrl;
8253
+	return $this->bannerMobileLowImageUrl;
8254 8254
   }
8255 8255
   public function setBannerMobileMediumHdImageUrl($bannerMobileMediumHdImageUrl)
8256 8256
   {
8257
-    $this->bannerMobileMediumHdImageUrl = $bannerMobileMediumHdImageUrl;
8257
+	$this->bannerMobileMediumHdImageUrl = $bannerMobileMediumHdImageUrl;
8258 8258
   }
8259 8259
   public function getBannerMobileMediumHdImageUrl()
8260 8260
   {
8261
-    return $this->bannerMobileMediumHdImageUrl;
8261
+	return $this->bannerMobileMediumHdImageUrl;
8262 8262
   }
8263 8263
   public function setBannerTabletExtraHdImageUrl($bannerTabletExtraHdImageUrl)
8264 8264
   {
8265
-    $this->bannerTabletExtraHdImageUrl = $bannerTabletExtraHdImageUrl;
8265
+	$this->bannerTabletExtraHdImageUrl = $bannerTabletExtraHdImageUrl;
8266 8266
   }
8267 8267
   public function getBannerTabletExtraHdImageUrl()
8268 8268
   {
8269
-    return $this->bannerTabletExtraHdImageUrl;
8269
+	return $this->bannerTabletExtraHdImageUrl;
8270 8270
   }
8271 8271
   public function setBannerTabletHdImageUrl($bannerTabletHdImageUrl)
8272 8272
   {
8273
-    $this->bannerTabletHdImageUrl = $bannerTabletHdImageUrl;
8273
+	$this->bannerTabletHdImageUrl = $bannerTabletHdImageUrl;
8274 8274
   }
8275 8275
   public function getBannerTabletHdImageUrl()
8276 8276
   {
8277
-    return $this->bannerTabletHdImageUrl;
8277
+	return $this->bannerTabletHdImageUrl;
8278 8278
   }
8279 8279
   public function setBannerTabletImageUrl($bannerTabletImageUrl)
8280 8280
   {
8281
-    $this->bannerTabletImageUrl = $bannerTabletImageUrl;
8281
+	$this->bannerTabletImageUrl = $bannerTabletImageUrl;
8282 8282
   }
8283 8283
   public function getBannerTabletImageUrl()
8284 8284
   {
8285
-    return $this->bannerTabletImageUrl;
8285
+	return $this->bannerTabletImageUrl;
8286 8286
   }
8287 8287
   public function setBannerTabletLowImageUrl($bannerTabletLowImageUrl)
8288 8288
   {
8289
-    $this->bannerTabletLowImageUrl = $bannerTabletLowImageUrl;
8289
+	$this->bannerTabletLowImageUrl = $bannerTabletLowImageUrl;
8290 8290
   }
8291 8291
   public function getBannerTabletLowImageUrl()
8292 8292
   {
8293
-    return $this->bannerTabletLowImageUrl;
8293
+	return $this->bannerTabletLowImageUrl;
8294 8294
   }
8295 8295
   public function setBannerTvHighImageUrl($bannerTvHighImageUrl)
8296 8296
   {
8297
-    $this->bannerTvHighImageUrl = $bannerTvHighImageUrl;
8297
+	$this->bannerTvHighImageUrl = $bannerTvHighImageUrl;
8298 8298
   }
8299 8299
   public function getBannerTvHighImageUrl()
8300 8300
   {
8301
-    return $this->bannerTvHighImageUrl;
8301
+	return $this->bannerTvHighImageUrl;
8302 8302
   }
8303 8303
   public function setBannerTvImageUrl($bannerTvImageUrl)
8304 8304
   {
8305
-    $this->bannerTvImageUrl = $bannerTvImageUrl;
8305
+	$this->bannerTvImageUrl = $bannerTvImageUrl;
8306 8306
   }
8307 8307
   public function getBannerTvImageUrl()
8308 8308
   {
8309
-    return $this->bannerTvImageUrl;
8309
+	return $this->bannerTvImageUrl;
8310 8310
   }
8311 8311
   public function setBannerTvLowImageUrl($bannerTvLowImageUrl)
8312 8312
   {
8313
-    $this->bannerTvLowImageUrl = $bannerTvLowImageUrl;
8313
+	$this->bannerTvLowImageUrl = $bannerTvLowImageUrl;
8314 8314
   }
8315 8315
   public function getBannerTvLowImageUrl()
8316 8316
   {
8317
-    return $this->bannerTvLowImageUrl;
8317
+	return $this->bannerTvLowImageUrl;
8318 8318
   }
8319 8319
   public function setBannerTvMediumImageUrl($bannerTvMediumImageUrl)
8320 8320
   {
8321
-    $this->bannerTvMediumImageUrl = $bannerTvMediumImageUrl;
8321
+	$this->bannerTvMediumImageUrl = $bannerTvMediumImageUrl;
8322 8322
   }
8323 8323
   public function getBannerTvMediumImageUrl()
8324 8324
   {
8325
-    return $this->bannerTvMediumImageUrl;
8325
+	return $this->bannerTvMediumImageUrl;
8326 8326
   }
8327 8327
   public function setLargeBrandedBannerImageImapScript(Google_Service_YouTube_LocalizedProperty $largeBrandedBannerImageImapScript)
8328 8328
   {
8329
-    $this->largeBrandedBannerImageImapScript = $largeBrandedBannerImageImapScript;
8329
+	$this->largeBrandedBannerImageImapScript = $largeBrandedBannerImageImapScript;
8330 8330
   }
8331 8331
   public function getLargeBrandedBannerImageImapScript()
8332 8332
   {
8333
-    return $this->largeBrandedBannerImageImapScript;
8333
+	return $this->largeBrandedBannerImageImapScript;
8334 8334
   }
8335 8335
   public function setLargeBrandedBannerImageUrl(Google_Service_YouTube_LocalizedProperty $largeBrandedBannerImageUrl)
8336 8336
   {
8337
-    $this->largeBrandedBannerImageUrl = $largeBrandedBannerImageUrl;
8337
+	$this->largeBrandedBannerImageUrl = $largeBrandedBannerImageUrl;
8338 8338
   }
8339 8339
   public function getLargeBrandedBannerImageUrl()
8340 8340
   {
8341
-    return $this->largeBrandedBannerImageUrl;
8341
+	return $this->largeBrandedBannerImageUrl;
8342 8342
   }
8343 8343
   public function setSmallBrandedBannerImageImapScript(Google_Service_YouTube_LocalizedProperty $smallBrandedBannerImageImapScript)
8344 8344
   {
8345
-    $this->smallBrandedBannerImageImapScript = $smallBrandedBannerImageImapScript;
8345
+	$this->smallBrandedBannerImageImapScript = $smallBrandedBannerImageImapScript;
8346 8346
   }
8347 8347
   public function getSmallBrandedBannerImageImapScript()
8348 8348
   {
8349
-    return $this->smallBrandedBannerImageImapScript;
8349
+	return $this->smallBrandedBannerImageImapScript;
8350 8350
   }
8351 8351
   public function setSmallBrandedBannerImageUrl(Google_Service_YouTube_LocalizedProperty $smallBrandedBannerImageUrl)
8352 8352
   {
8353
-    $this->smallBrandedBannerImageUrl = $smallBrandedBannerImageUrl;
8353
+	$this->smallBrandedBannerImageUrl = $smallBrandedBannerImageUrl;
8354 8354
   }
8355 8355
   public function getSmallBrandedBannerImageUrl()
8356 8356
   {
8357
-    return $this->smallBrandedBannerImageUrl;
8357
+	return $this->smallBrandedBannerImageUrl;
8358 8358
   }
8359 8359
   public function setTrackingImageUrl($trackingImageUrl)
8360 8360
   {
8361
-    $this->trackingImageUrl = $trackingImageUrl;
8361
+	$this->trackingImageUrl = $trackingImageUrl;
8362 8362
   }
8363 8363
   public function getTrackingImageUrl()
8364 8364
   {
8365
-    return $this->trackingImageUrl;
8365
+	return $this->trackingImageUrl;
8366 8366
   }
8367 8367
   public function setWatchIconImageUrl($watchIconImageUrl)
8368 8368
   {
8369
-    $this->watchIconImageUrl = $watchIconImageUrl;
8369
+	$this->watchIconImageUrl = $watchIconImageUrl;
8370 8370
   }
8371 8371
   public function getWatchIconImageUrl()
8372 8372
   {
8373
-    return $this->watchIconImageUrl;
8373
+	return $this->watchIconImageUrl;
8374 8374
   }
8375 8375
 }
8376 8376
 
@@ -8385,27 +8385,27 @@  discard block
 block discarded – undo
8385 8385
 
8386 8386
   public function setBackupIngestionAddress($backupIngestionAddress)
8387 8387
   {
8388
-    $this->backupIngestionAddress = $backupIngestionAddress;
8388
+	$this->backupIngestionAddress = $backupIngestionAddress;
8389 8389
   }
8390 8390
   public function getBackupIngestionAddress()
8391 8391
   {
8392
-    return $this->backupIngestionAddress;
8392
+	return $this->backupIngestionAddress;
8393 8393
   }
8394 8394
   public function setIngestionAddress($ingestionAddress)
8395 8395
   {
8396
-    $this->ingestionAddress = $ingestionAddress;
8396
+	$this->ingestionAddress = $ingestionAddress;
8397 8397
   }
8398 8398
   public function getIngestionAddress()
8399 8399
   {
8400
-    return $this->ingestionAddress;
8400
+	return $this->ingestionAddress;
8401 8401
   }
8402 8402
   public function setStreamName($streamName)
8403 8403
   {
8404
-    $this->streamName = $streamName;
8404
+	$this->streamName = $streamName;
8405 8405
   }
8406 8406
   public function getStreamName()
8407 8407
   {
8408
-    return $this->streamName;
8408
+	return $this->streamName;
8409 8409
   }
8410 8410
 }
8411 8411
 
@@ -8424,43 +8424,43 @@  discard block
 block discarded – undo
8424 8424
 
8425 8425
   public function setImageBytes($imageBytes)
8426 8426
   {
8427
-    $this->imageBytes = $imageBytes;
8427
+	$this->imageBytes = $imageBytes;
8428 8428
   }
8429 8429
   public function getImageBytes()
8430 8430
   {
8431
-    return $this->imageBytes;
8431
+	return $this->imageBytes;
8432 8432
   }
8433 8433
   public function setImageUrl($imageUrl)
8434 8434
   {
8435
-    $this->imageUrl = $imageUrl;
8435
+	$this->imageUrl = $imageUrl;
8436 8436
   }
8437 8437
   public function getImageUrl()
8438 8438
   {
8439
-    return $this->imageUrl;
8439
+	return $this->imageUrl;
8440 8440
   }
8441 8441
   public function setPosition(Google_Service_YouTube_InvideoPosition $position)
8442 8442
   {
8443
-    $this->position = $position;
8443
+	$this->position = $position;
8444 8444
   }
8445 8445
   public function getPosition()
8446 8446
   {
8447
-    return $this->position;
8447
+	return $this->position;
8448 8448
   }
8449 8449
   public function setTargetChannelId($targetChannelId)
8450 8450
   {
8451
-    $this->targetChannelId = $targetChannelId;
8451
+	$this->targetChannelId = $targetChannelId;
8452 8452
   }
8453 8453
   public function getTargetChannelId()
8454 8454
   {
8455
-    return $this->targetChannelId;
8455
+	return $this->targetChannelId;
8456 8456
   }
8457 8457
   public function setTiming(Google_Service_YouTube_InvideoTiming $timing)
8458 8458
   {
8459
-    $this->timing = $timing;
8459
+	$this->timing = $timing;
8460 8460
   }
8461 8461
   public function getTiming()
8462 8462
   {
8463
-    return $this->timing;
8463
+	return $this->timing;
8464 8464
   }
8465 8465
 }
8466 8466
 
@@ -8474,19 +8474,19 @@  discard block
 block discarded – undo
8474 8474
 
8475 8475
   public function setCornerPosition($cornerPosition)
8476 8476
   {
8477
-    $this->cornerPosition = $cornerPosition;
8477
+	$this->cornerPosition = $cornerPosition;
8478 8478
   }
8479 8479
   public function getCornerPosition()
8480 8480
   {
8481
-    return $this->cornerPosition;
8481
+	return $this->cornerPosition;
8482 8482
   }
8483 8483
   public function setType($type)
8484 8484
   {
8485
-    $this->type = $type;
8485
+	$this->type = $type;
8486 8486
   }
8487 8487
   public function getType()
8488 8488
   {
8489
-    return $this->type;
8489
+	return $this->type;
8490 8490
   }
8491 8491
 }
8492 8492
 
@@ -8506,35 +8506,35 @@  discard block
 block discarded – undo
8506 8506
 
8507 8507
   public function setDefaultTiming(Google_Service_YouTube_InvideoTiming $defaultTiming)
8508 8508
   {
8509
-    $this->defaultTiming = $defaultTiming;
8509
+	$this->defaultTiming = $defaultTiming;
8510 8510
   }
8511 8511
   public function getDefaultTiming()
8512 8512
   {
8513
-    return $this->defaultTiming;
8513
+	return $this->defaultTiming;
8514 8514
   }
8515 8515
   public function setItems($items)
8516 8516
   {
8517
-    $this->items = $items;
8517
+	$this->items = $items;
8518 8518
   }
8519 8519
   public function getItems()
8520 8520
   {
8521
-    return $this->items;
8521
+	return $this->items;
8522 8522
   }
8523 8523
   public function setPosition(Google_Service_YouTube_InvideoPosition $position)
8524 8524
   {
8525
-    $this->position = $position;
8525
+	$this->position = $position;
8526 8526
   }
8527 8527
   public function getPosition()
8528 8528
   {
8529
-    return $this->position;
8529
+	return $this->position;
8530 8530
   }
8531 8531
   public function setUseSmartTiming($useSmartTiming)
8532 8532
   {
8533
-    $this->useSmartTiming = $useSmartTiming;
8533
+	$this->useSmartTiming = $useSmartTiming;
8534 8534
   }
8535 8535
   public function getUseSmartTiming()
8536 8536
   {
8537
-    return $this->useSmartTiming;
8537
+	return $this->useSmartTiming;
8538 8538
   }
8539 8539
 }
8540 8540
 
@@ -8549,27 +8549,27 @@  discard block
 block discarded – undo
8549 8549
 
8550 8550
   public function setDurationMs($durationMs)
8551 8551
   {
8552
-    $this->durationMs = $durationMs;
8552
+	$this->durationMs = $durationMs;
8553 8553
   }
8554 8554
   public function getDurationMs()
8555 8555
   {
8556
-    return $this->durationMs;
8556
+	return $this->durationMs;
8557 8557
   }
8558 8558
   public function setOffsetMs($offsetMs)
8559 8559
   {
8560
-    $this->offsetMs = $offsetMs;
8560
+	$this->offsetMs = $offsetMs;
8561 8561
   }
8562 8562
   public function getOffsetMs()
8563 8563
   {
8564
-    return $this->offsetMs;
8564
+	return $this->offsetMs;
8565 8565
   }
8566 8566
   public function setType($type)
8567 8567
   {
8568
-    $this->type = $type;
8568
+	$this->type = $type;
8569 8569
   }
8570 8570
   public function getType()
8571 8571
   {
8572
-    return $this->type;
8572
+	return $this->type;
8573 8573
   }
8574 8574
 }
8575 8575
 
@@ -8582,11 +8582,11 @@  discard block
 block discarded – undo
8582 8582
 
8583 8583
   public function setValue($value)
8584 8584
   {
8585
-    $this->value = $value;
8585
+	$this->value = $value;
8586 8586
   }
8587 8587
   public function getValue()
8588 8588
   {
8589
-    return $this->value;
8589
+	return $this->value;
8590 8590
   }
8591 8591
 }
8592 8592
 
@@ -8611,67 +8611,67 @@  discard block
 block discarded – undo
8611 8611
 
8612 8612
   public function setContentDetails(Google_Service_YouTube_LiveBroadcastContentDetails $contentDetails)
8613 8613
   {
8614
-    $this->contentDetails = $contentDetails;
8614
+	$this->contentDetails = $contentDetails;
8615 8615
   }
8616 8616
   public function getContentDetails()
8617 8617
   {
8618
-    return $this->contentDetails;
8618
+	return $this->contentDetails;
8619 8619
   }
8620 8620
   public function setEtag($etag)
8621 8621
   {
8622
-    $this->etag = $etag;
8622
+	$this->etag = $etag;
8623 8623
   }
8624 8624
   public function getEtag()
8625 8625
   {
8626
-    return $this->etag;
8626
+	return $this->etag;
8627 8627
   }
8628 8628
   public function setId($id)
8629 8629
   {
8630
-    $this->id = $id;
8630
+	$this->id = $id;
8631 8631
   }
8632 8632
   public function getId()
8633 8633
   {
8634
-    return $this->id;
8634
+	return $this->id;
8635 8635
   }
8636 8636
   public function setKind($kind)
8637 8637
   {
8638
-    $this->kind = $kind;
8638
+	$this->kind = $kind;
8639 8639
   }
8640 8640
   public function getKind()
8641 8641
   {
8642
-    return $this->kind;
8642
+	return $this->kind;
8643 8643
   }
8644 8644
   public function setSnippet(Google_Service_YouTube_LiveBroadcastSnippet $snippet)
8645 8645
   {
8646
-    $this->snippet = $snippet;
8646
+	$this->snippet = $snippet;
8647 8647
   }
8648 8648
   public function getSnippet()
8649 8649
   {
8650
-    return $this->snippet;
8650
+	return $this->snippet;
8651 8651
   }
8652 8652
   public function setStatistics(Google_Service_YouTube_LiveBroadcastStatistics $statistics)
8653 8653
   {
8654
-    $this->statistics = $statistics;
8654
+	$this->statistics = $statistics;
8655 8655
   }
8656 8656
   public function getStatistics()
8657 8657
   {
8658
-    return $this->statistics;
8658
+	return $this->statistics;
8659 8659
   }
8660 8660
   public function setStatus(Google_Service_YouTube_LiveBroadcastStatus $status)
8661 8661
   {
8662
-    $this->status = $status;
8662
+	$this->status = $status;
8663 8663
   }
8664 8664
   public function getStatus()
8665 8665
   {
8666
-    return $this->status;
8666
+	return $this->status;
8667 8667
   }
8668 8668
   public function setTopicDetails(Google_Service_YouTube_LiveBroadcastTopicDetails $topicDetails)
8669 8669
   {
8670
-    $this->topicDetails = $topicDetails;
8670
+	$this->topicDetails = $topicDetails;
8671 8671
   }
8672 8672
   public function getTopicDetails()
8673 8673
   {
8674
-    return $this->topicDetails;
8674
+	return $this->topicDetails;
8675 8675
   }
8676 8676
 }
8677 8677
 
@@ -8693,75 +8693,75 @@  discard block
 block discarded – undo
8693 8693
 
8694 8694
   public function setBoundStreamId($boundStreamId)
8695 8695
   {
8696
-    $this->boundStreamId = $boundStreamId;
8696
+	$this->boundStreamId = $boundStreamId;
8697 8697
   }
8698 8698
   public function getBoundStreamId()
8699 8699
   {
8700
-    return $this->boundStreamId;
8700
+	return $this->boundStreamId;
8701 8701
   }
8702 8702
   public function setEnableClosedCaptions($enableClosedCaptions)
8703 8703
   {
8704
-    $this->enableClosedCaptions = $enableClosedCaptions;
8704
+	$this->enableClosedCaptions = $enableClosedCaptions;
8705 8705
   }
8706 8706
   public function getEnableClosedCaptions()
8707 8707
   {
8708
-    return $this->enableClosedCaptions;
8708
+	return $this->enableClosedCaptions;
8709 8709
   }
8710 8710
   public function setEnableContentEncryption($enableContentEncryption)
8711 8711
   {
8712
-    $this->enableContentEncryption = $enableContentEncryption;
8712
+	$this->enableContentEncryption = $enableContentEncryption;
8713 8713
   }
8714 8714
   public function getEnableContentEncryption()
8715 8715
   {
8716
-    return $this->enableContentEncryption;
8716
+	return $this->enableContentEncryption;
8717 8717
   }
8718 8718
   public function setEnableDvr($enableDvr)
8719 8719
   {
8720
-    $this->enableDvr = $enableDvr;
8720
+	$this->enableDvr = $enableDvr;
8721 8721
   }
8722 8722
   public function getEnableDvr()
8723 8723
   {
8724
-    return $this->enableDvr;
8724
+	return $this->enableDvr;
8725 8725
   }
8726 8726
   public function setEnableEmbed($enableEmbed)
8727 8727
   {
8728
-    $this->enableEmbed = $enableEmbed;
8728
+	$this->enableEmbed = $enableEmbed;
8729 8729
   }
8730 8730
   public function getEnableEmbed()
8731 8731
   {
8732
-    return $this->enableEmbed;
8732
+	return $this->enableEmbed;
8733 8733
   }
8734 8734
   public function setEnableLowLatency($enableLowLatency)
8735 8735
   {
8736
-    $this->enableLowLatency = $enableLowLatency;
8736
+	$this->enableLowLatency = $enableLowLatency;
8737 8737
   }
8738 8738
   public function getEnableLowLatency()
8739 8739
   {
8740
-    return $this->enableLowLatency;
8740
+	return $this->enableLowLatency;
8741 8741
   }
8742 8742
   public function setMonitorStream(Google_Service_YouTube_MonitorStreamInfo $monitorStream)
8743 8743
   {
8744
-    $this->monitorStream = $monitorStream;
8744
+	$this->monitorStream = $monitorStream;
8745 8745
   }
8746 8746
   public function getMonitorStream()
8747 8747
   {
8748
-    return $this->monitorStream;
8748
+	return $this->monitorStream;
8749 8749
   }
8750 8750
   public function setRecordFromStart($recordFromStart)
8751 8751
   {
8752
-    $this->recordFromStart = $recordFromStart;
8752
+	$this->recordFromStart = $recordFromStart;
8753 8753
   }
8754 8754
   public function getRecordFromStart()
8755 8755
   {
8756
-    return $this->recordFromStart;
8756
+	return $this->recordFromStart;
8757 8757
   }
8758 8758
   public function setStartWithSlate($startWithSlate)
8759 8759
   {
8760
-    $this->startWithSlate = $startWithSlate;
8760
+	$this->startWithSlate = $startWithSlate;
8761 8761
   }
8762 8762
   public function getStartWithSlate()
8763 8763
   {
8764
-    return $this->startWithSlate;
8764
+	return $this->startWithSlate;
8765 8765
   }
8766 8766
 }
8767 8767
 
@@ -8786,75 +8786,75 @@  discard block
 block discarded – undo
8786 8786
 
8787 8787
   public function setEtag($etag)
8788 8788
   {
8789
-    $this->etag = $etag;
8789
+	$this->etag = $etag;
8790 8790
   }
8791 8791
   public function getEtag()
8792 8792
   {
8793
-    return $this->etag;
8793
+	return $this->etag;
8794 8794
   }
8795 8795
   public function setEventId($eventId)
8796 8796
   {
8797
-    $this->eventId = $eventId;
8797
+	$this->eventId = $eventId;
8798 8798
   }
8799 8799
   public function getEventId()
8800 8800
   {
8801
-    return $this->eventId;
8801
+	return $this->eventId;
8802 8802
   }
8803 8803
   public function setItems($items)
8804 8804
   {
8805
-    $this->items = $items;
8805
+	$this->items = $items;
8806 8806
   }
8807 8807
   public function getItems()
8808 8808
   {
8809
-    return $this->items;
8809
+	return $this->items;
8810 8810
   }
8811 8811
   public function setKind($kind)
8812 8812
   {
8813
-    $this->kind = $kind;
8813
+	$this->kind = $kind;
8814 8814
   }
8815 8815
   public function getKind()
8816 8816
   {
8817
-    return $this->kind;
8817
+	return $this->kind;
8818 8818
   }
8819 8819
   public function setNextPageToken($nextPageToken)
8820 8820
   {
8821
-    $this->nextPageToken = $nextPageToken;
8821
+	$this->nextPageToken = $nextPageToken;
8822 8822
   }
8823 8823
   public function getNextPageToken()
8824 8824
   {
8825
-    return $this->nextPageToken;
8825
+	return $this->nextPageToken;
8826 8826
   }
8827 8827
   public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
8828 8828
   {
8829
-    $this->pageInfo = $pageInfo;
8829
+	$this->pageInfo = $pageInfo;
8830 8830
   }
8831 8831
   public function getPageInfo()
8832 8832
   {
8833
-    return $this->pageInfo;
8833
+	return $this->pageInfo;
8834 8834
   }
8835 8835
   public function setPrevPageToken($prevPageToken)
8836 8836
   {
8837
-    $this->prevPageToken = $prevPageToken;
8837
+	$this->prevPageToken = $prevPageToken;
8838 8838
   }
8839 8839
   public function getPrevPageToken()
8840 8840
   {
8841
-    return $this->prevPageToken;
8841
+	return $this->prevPageToken;
8842 8842
   }
8843 8843
   public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
8844 8844
   {
8845
-    $this->tokenPagination = $tokenPagination;
8845
+	$this->tokenPagination = $tokenPagination;
8846 8846
   }
8847 8847
   public function getTokenPagination()
8848 8848
   {
8849
-    return $this->tokenPagination;
8849
+	return $this->tokenPagination;
8850 8850
   }
8851 8851
   public function setVisitorId($visitorId)
8852 8852
   {
8853
-    $this->visitorId = $visitorId;
8853
+	$this->visitorId = $visitorId;
8854 8854
   }
8855 8855
   public function getVisitorId()
8856 8856
   {
8857
-    return $this->visitorId;
8857
+	return $this->visitorId;
8858 8858
   }
8859 8859
 }
8860 8860
 
@@ -8877,83 +8877,83 @@  discard block
 block discarded – undo
8877 8877
 
8878 8878
   public function setActualEndTime($actualEndTime)
8879 8879
   {
8880
-    $this->actualEndTime = $actualEndTime;
8880
+	$this->actualEndTime = $actualEndTime;
8881 8881
   }
8882 8882
   public function getActualEndTime()
8883 8883
   {
8884
-    return $this->actualEndTime;
8884
+	return $this->actualEndTime;
8885 8885
   }
8886 8886
   public function setActualStartTime($actualStartTime)
8887 8887
   {
8888
-    $this->actualStartTime = $actualStartTime;
8888
+	$this->actualStartTime = $actualStartTime;
8889 8889
   }
8890 8890
   public function getActualStartTime()
8891 8891
   {
8892
-    return $this->actualStartTime;
8892
+	return $this->actualStartTime;
8893 8893
   }
8894 8894
   public function setChannelId($channelId)
8895 8895
   {
8896
-    $this->channelId = $channelId;
8896
+	$this->channelId = $channelId;
8897 8897
   }
8898 8898
   public function getChannelId()
8899 8899
   {
8900
-    return $this->channelId;
8900
+	return $this->channelId;
8901 8901
   }
8902 8902
   public function setDescription($description)
8903 8903
   {
8904
-    $this->description = $description;
8904
+	$this->description = $description;
8905 8905
   }
8906 8906
   public function getDescription()
8907 8907
   {
8908
-    return $this->description;
8908
+	return $this->description;
8909 8909
   }
8910 8910
   public function setIsDefaultBroadcast($isDefaultBroadcast)
8911 8911
   {
8912
-    $this->isDefaultBroadcast = $isDefaultBroadcast;
8912
+	$this->isDefaultBroadcast = $isDefaultBroadcast;
8913 8913
   }
8914 8914
   public function getIsDefaultBroadcast()
8915 8915
   {
8916
-    return $this->isDefaultBroadcast;
8916
+	return $this->isDefaultBroadcast;
8917 8917
   }
8918 8918
   public function setPublishedAt($publishedAt)
8919 8919
   {
8920
-    $this->publishedAt = $publishedAt;
8920
+	$this->publishedAt = $publishedAt;
8921 8921
   }
8922 8922
   public function getPublishedAt()
8923 8923
   {
8924
-    return $this->publishedAt;
8924
+	return $this->publishedAt;
8925 8925
   }
8926 8926
   public function setScheduledEndTime($scheduledEndTime)
8927 8927
   {
8928
-    $this->scheduledEndTime = $scheduledEndTime;
8928
+	$this->scheduledEndTime = $scheduledEndTime;
8929 8929
   }
8930 8930
   public function getScheduledEndTime()
8931 8931
   {
8932
-    return $this->scheduledEndTime;
8932
+	return $this->scheduledEndTime;
8933 8933
   }
8934 8934
   public function setScheduledStartTime($scheduledStartTime)
8935 8935
   {
8936
-    $this->scheduledStartTime = $scheduledStartTime;
8936
+	$this->scheduledStartTime = $scheduledStartTime;
8937 8937
   }
8938 8938
   public function getScheduledStartTime()
8939 8939
   {
8940
-    return $this->scheduledStartTime;
8940
+	return $this->scheduledStartTime;
8941 8941
   }
8942 8942
   public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
8943 8943
   {
8944
-    $this->thumbnails = $thumbnails;
8944
+	$this->thumbnails = $thumbnails;
8945 8945
   }
8946 8946
   public function getThumbnails()
8947 8947
   {
8948
-    return $this->thumbnails;
8948
+	return $this->thumbnails;
8949 8949
   }
8950 8950
   public function setTitle($title)
8951 8951
   {
8952
-    $this->title = $title;
8952
+	$this->title = $title;
8953 8953
   }
8954 8954
   public function getTitle()
8955 8955
   {
8956
-    return $this->title;
8956
+	return $this->title;
8957 8957
   }
8958 8958
 }
8959 8959
 
@@ -8967,19 +8967,19 @@  discard block
 block discarded – undo
8967 8967
 
8968 8968
   public function setConcurrentViewers($concurrentViewers)
8969 8969
   {
8970
-    $this->concurrentViewers = $concurrentViewers;
8970
+	$this->concurrentViewers = $concurrentViewers;
8971 8971
   }
8972 8972
   public function getConcurrentViewers()
8973 8973
   {
8974
-    return $this->concurrentViewers;
8974
+	return $this->concurrentViewers;
8975 8975
   }
8976 8976
   public function setTotalChatCount($totalChatCount)
8977 8977
   {
8978
-    $this->totalChatCount = $totalChatCount;
8978
+	$this->totalChatCount = $totalChatCount;
8979 8979
   }
8980 8980
   public function getTotalChatCount()
8981 8981
   {
8982
-    return $this->totalChatCount;
8982
+	return $this->totalChatCount;
8983 8983
   }
8984 8984
 }
8985 8985
 
@@ -8995,35 +8995,35 @@  discard block
 block discarded – undo
8995 8995
 
8996 8996
   public function setLifeCycleStatus($lifeCycleStatus)
8997 8997
   {
8998
-    $this->lifeCycleStatus = $lifeCycleStatus;
8998
+	$this->lifeCycleStatus = $lifeCycleStatus;
8999 8999
   }
9000 9000
   public function getLifeCycleStatus()
9001 9001
   {
9002
-    return $this->lifeCycleStatus;
9002
+	return $this->lifeCycleStatus;
9003 9003
   }
9004 9004
   public function setLiveBroadcastPriority($liveBroadcastPriority)
9005 9005
   {
9006
-    $this->liveBroadcastPriority = $liveBroadcastPriority;
9006
+	$this->liveBroadcastPriority = $liveBroadcastPriority;
9007 9007
   }
9008 9008
   public function getLiveBroadcastPriority()
9009 9009
   {
9010
-    return $this->liveBroadcastPriority;
9010
+	return $this->liveBroadcastPriority;
9011 9011
   }
9012 9012
   public function setPrivacyStatus($privacyStatus)
9013 9013
   {
9014
-    $this->privacyStatus = $privacyStatus;
9014
+	$this->privacyStatus = $privacyStatus;
9015 9015
   }
9016 9016
   public function getPrivacyStatus()
9017 9017
   {
9018
-    return $this->privacyStatus;
9018
+	return $this->privacyStatus;
9019 9019
   }
9020 9020
   public function setRecordingStatus($recordingStatus)
9021 9021
   {
9022
-    $this->recordingStatus = $recordingStatus;
9022
+	$this->recordingStatus = $recordingStatus;
9023 9023
   }
9024 9024
   public function getRecordingStatus()
9025 9025
   {
9026
-    return $this->recordingStatus;
9026
+	return $this->recordingStatus;
9027 9027
   }
9028 9028
 }
9029 9029
 
@@ -9039,27 +9039,27 @@  discard block
 block discarded – undo
9039 9039
 
9040 9040
   public function setSnippet(Google_Service_YouTube_LiveBroadcastTopicSnippet $snippet)
9041 9041
   {
9042
-    $this->snippet = $snippet;
9042
+	$this->snippet = $snippet;
9043 9043
   }
9044 9044
   public function getSnippet()
9045 9045
   {
9046
-    return $this->snippet;
9046
+	return $this->snippet;
9047 9047
   }
9048 9048
   public function setType($type)
9049 9049
   {
9050
-    $this->type = $type;
9050
+	$this->type = $type;
9051 9051
   }
9052 9052
   public function getType()
9053 9053
   {
9054
-    return $this->type;
9054
+	return $this->type;
9055 9055
   }
9056 9056
   public function setUnmatched($unmatched)
9057 9057
   {
9058
-    $this->unmatched = $unmatched;
9058
+	$this->unmatched = $unmatched;
9059 9059
   }
9060 9060
   public function getUnmatched()
9061 9061
   {
9062
-    return $this->unmatched;
9062
+	return $this->unmatched;
9063 9063
   }
9064 9064
 }
9065 9065
 
@@ -9074,11 +9074,11 @@  discard block
 block discarded – undo
9074 9074
 
9075 9075
   public function setTopics($topics)
9076 9076
   {
9077
-    $this->topics = $topics;
9077
+	$this->topics = $topics;
9078 9078
   }
9079 9079
   public function getTopics()
9080 9080
   {
9081
-    return $this->topics;
9081
+	return $this->topics;
9082 9082
   }
9083 9083
 }
9084 9084
 
@@ -9092,19 +9092,19 @@  discard block
 block discarded – undo
9092 9092
 
9093 9093
   public function setName($name)
9094 9094
   {
9095
-    $this->name = $name;
9095
+	$this->name = $name;
9096 9096
   }
9097 9097
   public function getName()
9098 9098
   {
9099
-    return $this->name;
9099
+	return $this->name;
9100 9100
   }
9101 9101
   public function setReleaseDate($releaseDate)
9102 9102
   {
9103
-    $this->releaseDate = $releaseDate;
9103
+	$this->releaseDate = $releaseDate;
9104 9104
   }
9105 9105
   public function getReleaseDate()
9106 9106
   {
9107
-    return $this->releaseDate;
9107
+	return $this->releaseDate;
9108 9108
   }
9109 9109
 }
9110 9110
 
@@ -9127,59 +9127,59 @@  discard block
 block discarded – undo
9127 9127
 
9128 9128
   public function setCdn(Google_Service_YouTube_CdnSettings $cdn)
9129 9129
   {
9130
-    $this->cdn = $cdn;
9130
+	$this->cdn = $cdn;
9131 9131
   }
9132 9132
   public function getCdn()
9133 9133
   {
9134
-    return $this->cdn;
9134
+	return $this->cdn;
9135 9135
   }
9136 9136
   public function setContentDetails(Google_Service_YouTube_LiveStreamContentDetails $contentDetails)
9137 9137
   {
9138
-    $this->contentDetails = $contentDetails;
9138
+	$this->contentDetails = $contentDetails;
9139 9139
   }
9140 9140
   public function getContentDetails()
9141 9141
   {
9142
-    return $this->contentDetails;
9142
+	return $this->contentDetails;
9143 9143
   }
9144 9144
   public function setEtag($etag)
9145 9145
   {
9146
-    $this->etag = $etag;
9146
+	$this->etag = $etag;
9147 9147
   }
9148 9148
   public function getEtag()
9149 9149
   {
9150
-    return $this->etag;
9150
+	return $this->etag;
9151 9151
   }
9152 9152
   public function setId($id)
9153 9153
   {
9154
-    $this->id = $id;
9154
+	$this->id = $id;
9155 9155
   }
9156 9156
   public function getId()
9157 9157
   {
9158
-    return $this->id;
9158
+	return $this->id;
9159 9159
   }
9160 9160
   public function setKind($kind)
9161 9161
   {
9162
-    $this->kind = $kind;
9162
+	$this->kind = $kind;
9163 9163
   }
9164 9164
   public function getKind()
9165 9165
   {
9166
-    return $this->kind;
9166
+	return $this->kind;
9167 9167
   }
9168 9168
   public function setSnippet(Google_Service_YouTube_LiveStreamSnippet $snippet)
9169 9169
   {
9170
-    $this->snippet = $snippet;
9170
+	$this->snippet = $snippet;
9171 9171
   }
9172 9172
   public function getSnippet()
9173 9173
   {
9174
-    return $this->snippet;
9174
+	return $this->snippet;
9175 9175
   }
9176 9176
   public function setStatus(Google_Service_YouTube_LiveStreamStatus $status)
9177 9177
   {
9178
-    $this->status = $status;
9178
+	$this->status = $status;
9179 9179
   }
9180 9180
   public function getStatus()
9181 9181
   {
9182
-    return $this->status;
9182
+	return $this->status;
9183 9183
   }
9184 9184
 }
9185 9185
 
@@ -9195,35 +9195,35 @@  discard block
 block discarded – undo
9195 9195
 
9196 9196
   public function setDescription($description)
9197 9197
   {
9198
-    $this->description = $description;
9198
+	$this->description = $description;
9199 9199
   }
9200 9200
   public function getDescription()
9201 9201
   {
9202
-    return $this->description;
9202
+	return $this->description;
9203 9203
   }
9204 9204
   public function setReason($reason)
9205 9205
   {
9206
-    $this->reason = $reason;
9206
+	$this->reason = $reason;
9207 9207
   }
9208 9208
   public function getReason()
9209 9209
   {
9210
-    return $this->reason;
9210
+	return $this->reason;
9211 9211
   }
9212 9212
   public function setSeverity($severity)
9213 9213
   {
9214
-    $this->severity = $severity;
9214
+	$this->severity = $severity;
9215 9215
   }
9216 9216
   public function getSeverity()
9217 9217
   {
9218
-    return $this->severity;
9218
+	return $this->severity;
9219 9219
   }
9220 9220
   public function setType($type)
9221 9221
   {
9222
-    $this->type = $type;
9222
+	$this->type = $type;
9223 9223
   }
9224 9224
   public function getType()
9225 9225
   {
9226
-    return $this->type;
9226
+	return $this->type;
9227 9227
   }
9228 9228
 }
9229 9229
 
@@ -9237,19 +9237,19 @@  discard block
 block discarded – undo
9237 9237
 
9238 9238
   public function setClosedCaptionsIngestionUrl($closedCaptionsIngestionUrl)
9239 9239
   {
9240
-    $this->closedCaptionsIngestionUrl = $closedCaptionsIngestionUrl;
9240
+	$this->closedCaptionsIngestionUrl = $closedCaptionsIngestionUrl;
9241 9241
   }
9242 9242
   public function getClosedCaptionsIngestionUrl()
9243 9243
   {
9244
-    return $this->closedCaptionsIngestionUrl;
9244
+	return $this->closedCaptionsIngestionUrl;
9245 9245
   }
9246 9246
   public function setIsReusable($isReusable)
9247 9247
   {
9248
-    $this->isReusable = $isReusable;
9248
+	$this->isReusable = $isReusable;
9249 9249
   }
9250 9250
   public function getIsReusable()
9251 9251
   {
9252
-    return $this->isReusable;
9252
+	return $this->isReusable;
9253 9253
   }
9254 9254
 }
9255 9255
 
@@ -9266,27 +9266,27 @@  discard block
 block discarded – undo
9266 9266
 
9267 9267
   public function setConfigurationIssues($configurationIssues)
9268 9268
   {
9269
-    $this->configurationIssues = $configurationIssues;
9269
+	$this->configurationIssues = $configurationIssues;
9270 9270
   }
9271 9271
   public function getConfigurationIssues()
9272 9272
   {
9273
-    return $this->configurationIssues;
9273
+	return $this->configurationIssues;
9274 9274
   }
9275 9275
   public function setLastUpdateTimeS($lastUpdateTimeS)
9276 9276
   {
9277
-    $this->lastUpdateTimeS = $lastUpdateTimeS;
9277
+	$this->lastUpdateTimeS = $lastUpdateTimeS;
9278 9278
   }
9279 9279
   public function getLastUpdateTimeS()
9280 9280
   {
9281
-    return $this->lastUpdateTimeS;
9281
+	return $this->lastUpdateTimeS;
9282 9282
   }
9283 9283
   public function setStatus($status)
9284 9284
   {
9285
-    $this->status = $status;
9285
+	$this->status = $status;
9286 9286
   }
9287 9287
   public function getStatus()
9288 9288
   {
9289
-    return $this->status;
9289
+	return $this->status;
9290 9290
   }
9291 9291
 }
9292 9292
 
@@ -9311,75 +9311,75 @@  discard block
 block discarded – undo
9311 9311
 
9312 9312
   public function setEtag($etag)
9313 9313
   {
9314
-    $this->etag = $etag;
9314
+	$this->etag = $etag;
9315 9315
   }
9316 9316
   public function getEtag()
9317 9317
   {
9318
-    return $this->etag;
9318
+	return $this->etag;
9319 9319
   }
9320 9320
   public function setEventId($eventId)
9321 9321
   {
9322
-    $this->eventId = $eventId;
9322
+	$this->eventId = $eventId;
9323 9323
   }
9324 9324
   public function getEventId()
9325 9325
   {
9326
-    return $this->eventId;
9326
+	return $this->eventId;
9327 9327
   }
9328 9328
   public function setItems($items)
9329 9329
   {
9330
-    $this->items = $items;
9330
+	$this->items = $items;
9331 9331
   }
9332 9332
   public function getItems()
9333 9333
   {
9334
-    return $this->items;
9334
+	return $this->items;
9335 9335
   }
9336 9336
   public function setKind($kind)
9337 9337
   {
9338
-    $this->kind = $kind;
9338
+	$this->kind = $kind;
9339 9339
   }
9340 9340
   public function getKind()
9341 9341
   {
9342
-    return $this->kind;
9342
+	return $this->kind;
9343 9343
   }
9344 9344
   public function setNextPageToken($nextPageToken)
9345 9345
   {
9346
-    $this->nextPageToken = $nextPageToken;
9346
+	$this->nextPageToken = $nextPageToken;
9347 9347
   }
9348 9348
   public function getNextPageToken()
9349 9349
   {
9350
-    return $this->nextPageToken;
9350
+	return $this->nextPageToken;
9351 9351
   }
9352 9352
   public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
9353 9353
   {
9354
-    $this->pageInfo = $pageInfo;
9354
+	$this->pageInfo = $pageInfo;
9355 9355
   }
9356 9356
   public function getPageInfo()
9357 9357
   {
9358
-    return $this->pageInfo;
9358
+	return $this->pageInfo;
9359 9359
   }
9360 9360
   public function setPrevPageToken($prevPageToken)
9361 9361
   {
9362
-    $this->prevPageToken = $prevPageToken;
9362
+	$this->prevPageToken = $prevPageToken;
9363 9363
   }
9364 9364
   public function getPrevPageToken()
9365 9365
   {
9366
-    return $this->prevPageToken;
9366
+	return $this->prevPageToken;
9367 9367
   }
9368 9368
   public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
9369 9369
   {
9370
-    $this->tokenPagination = $tokenPagination;
9370
+	$this->tokenPagination = $tokenPagination;
9371 9371
   }
9372 9372
   public function getTokenPagination()
9373 9373
   {
9374
-    return $this->tokenPagination;
9374
+	return $this->tokenPagination;
9375 9375
   }
9376 9376
   public function setVisitorId($visitorId)
9377 9377
   {
9378
-    $this->visitorId = $visitorId;
9378
+	$this->visitorId = $visitorId;
9379 9379
   }
9380 9380
   public function getVisitorId()
9381 9381
   {
9382
-    return $this->visitorId;
9382
+	return $this->visitorId;
9383 9383
   }
9384 9384
 }
9385 9385
 
@@ -9396,43 +9396,43 @@  discard block
 block discarded – undo
9396 9396
 
9397 9397
   public function setChannelId($channelId)
9398 9398
   {
9399
-    $this->channelId = $channelId;
9399
+	$this->channelId = $channelId;
9400 9400
   }
9401 9401
   public function getChannelId()
9402 9402
   {
9403
-    return $this->channelId;
9403
+	return $this->channelId;
9404 9404
   }
9405 9405
   public function setDescription($description)
9406 9406
   {
9407
-    $this->description = $description;
9407
+	$this->description = $description;
9408 9408
   }
9409 9409
   public function getDescription()
9410 9410
   {
9411
-    return $this->description;
9411
+	return $this->description;
9412 9412
   }
9413 9413
   public function setIsDefaultStream($isDefaultStream)
9414 9414
   {
9415
-    $this->isDefaultStream = $isDefaultStream;
9415
+	$this->isDefaultStream = $isDefaultStream;
9416 9416
   }
9417 9417
   public function getIsDefaultStream()
9418 9418
   {
9419
-    return $this->isDefaultStream;
9419
+	return $this->isDefaultStream;
9420 9420
   }
9421 9421
   public function setPublishedAt($publishedAt)
9422 9422
   {
9423
-    $this->publishedAt = $publishedAt;
9423
+	$this->publishedAt = $publishedAt;
9424 9424
   }
9425 9425
   public function getPublishedAt()
9426 9426
   {
9427
-    return $this->publishedAt;
9427
+	return $this->publishedAt;
9428 9428
   }
9429 9429
   public function setTitle($title)
9430 9430
   {
9431
-    $this->title = $title;
9431
+	$this->title = $title;
9432 9432
   }
9433 9433
   public function getTitle()
9434 9434
   {
9435
-    return $this->title;
9435
+	return $this->title;
9436 9436
   }
9437 9437
 }
9438 9438
 
@@ -9447,19 +9447,19 @@  discard block
 block discarded – undo
9447 9447
 
9448 9448
   public function setHealthStatus(Google_Service_YouTube_LiveStreamHealthStatus $healthStatus)
9449 9449
   {
9450
-    $this->healthStatus = $healthStatus;
9450
+	$this->healthStatus = $healthStatus;
9451 9451
   }
9452 9452
   public function getHealthStatus()
9453 9453
   {
9454
-    return $this->healthStatus;
9454
+	return $this->healthStatus;
9455 9455
   }
9456 9456
   public function setStreamStatus($streamStatus)
9457 9457
   {
9458
-    $this->streamStatus = $streamStatus;
9458
+	$this->streamStatus = $streamStatus;
9459 9459
   }
9460 9460
   public function getStreamStatus()
9461 9461
   {
9462
-    return $this->streamStatus;
9462
+	return $this->streamStatus;
9463 9463
   }
9464 9464
 }
9465 9465
 
@@ -9477,27 +9477,27 @@  discard block
 block discarded – undo
9477 9477
 
9478 9478
   public function setDefault($default)
9479 9479
   {
9480
-    $this->default = $default;
9480
+	$this->default = $default;
9481 9481
   }
9482 9482
   public function getDefault()
9483 9483
   {
9484
-    return $this->default;
9484
+	return $this->default;
9485 9485
   }
9486 9486
   public function setDefaultLanguage(Google_Service_YouTube_LanguageTag $defaultLanguage)
9487 9487
   {
9488
-    $this->defaultLanguage = $defaultLanguage;
9488
+	$this->defaultLanguage = $defaultLanguage;
9489 9489
   }
9490 9490
   public function getDefaultLanguage()
9491 9491
   {
9492
-    return $this->defaultLanguage;
9492
+	return $this->defaultLanguage;
9493 9493
   }
9494 9494
   public function setLocalized($localized)
9495 9495
   {
9496
-    $this->localized = $localized;
9496
+	$this->localized = $localized;
9497 9497
   }
9498 9498
   public function getLocalized()
9499 9499
   {
9500
-    return $this->localized;
9500
+	return $this->localized;
9501 9501
   }
9502 9502
 }
9503 9503
 
@@ -9511,19 +9511,19 @@  discard block
 block discarded – undo
9511 9511
 
9512 9512
   public function setLanguage($language)
9513 9513
   {
9514
-    $this->language = $language;
9514
+	$this->language = $language;
9515 9515
   }
9516 9516
   public function getLanguage()
9517 9517
   {
9518
-    return $this->language;
9518
+	return $this->language;
9519 9519
   }
9520 9520
   public function setValue($value)
9521 9521
   {
9522
-    $this->value = $value;
9522
+	$this->value = $value;
9523 9523
   }
9524 9524
   public function getValue()
9525 9525
   {
9526
-    return $this->value;
9526
+	return $this->value;
9527 9527
   }
9528 9528
 }
9529 9529
 
@@ -9538,27 +9538,27 @@  discard block
 block discarded – undo
9538 9538
 
9539 9539
   public function setBroadcastStreamDelayMs($broadcastStreamDelayMs)
9540 9540
   {
9541
-    $this->broadcastStreamDelayMs = $broadcastStreamDelayMs;
9541
+	$this->broadcastStreamDelayMs = $broadcastStreamDelayMs;
9542 9542
   }
9543 9543
   public function getBroadcastStreamDelayMs()
9544 9544
   {
9545
-    return $this->broadcastStreamDelayMs;
9545
+	return $this->broadcastStreamDelayMs;
9546 9546
   }
9547 9547
   public function setEmbedHtml($embedHtml)
9548 9548
   {
9549
-    $this->embedHtml = $embedHtml;
9549
+	$this->embedHtml = $embedHtml;
9550 9550
   }
9551 9551
   public function getEmbedHtml()
9552 9552
   {
9553
-    return $this->embedHtml;
9553
+	return $this->embedHtml;
9554 9554
   }
9555 9555
   public function setEnableMonitorStream($enableMonitorStream)
9556 9556
   {
9557
-    $this->enableMonitorStream = $enableMonitorStream;
9557
+	$this->enableMonitorStream = $enableMonitorStream;
9558 9558
   }
9559 9559
   public function getEnableMonitorStream()
9560 9560
   {
9561
-    return $this->enableMonitorStream;
9561
+	return $this->enableMonitorStream;
9562 9562
   }
9563 9563
 }
9564 9564
 
@@ -9572,19 +9572,19 @@  discard block
 block discarded – undo
9572 9572
 
9573 9573
   public function setResultsPerPage($resultsPerPage)
9574 9574
   {
9575
-    $this->resultsPerPage = $resultsPerPage;
9575
+	$this->resultsPerPage = $resultsPerPage;
9576 9576
   }
9577 9577
   public function getResultsPerPage()
9578 9578
   {
9579
-    return $this->resultsPerPage;
9579
+	return $this->resultsPerPage;
9580 9580
   }
9581 9581
   public function setTotalResults($totalResults)
9582 9582
   {
9583
-    $this->totalResults = $totalResults;
9583
+	$this->totalResults = $totalResults;
9584 9584
   }
9585 9585
   public function getTotalResults()
9586 9586
   {
9587
-    return $this->totalResults;
9587
+	return $this->totalResults;
9588 9588
   }
9589 9589
 }
9590 9590
 
@@ -9609,67 +9609,67 @@  discard block
 block discarded – undo
9609 9609
 
9610 9610
   public function setContentDetails(Google_Service_YouTube_PlaylistContentDetails $contentDetails)
9611 9611
   {
9612
-    $this->contentDetails = $contentDetails;
9612
+	$this->contentDetails = $contentDetails;
9613 9613
   }
9614 9614
   public function getContentDetails()
9615 9615
   {
9616
-    return $this->contentDetails;
9616
+	return $this->contentDetails;
9617 9617
   }
9618 9618
   public function setEtag($etag)
9619 9619
   {
9620
-    $this->etag = $etag;
9620
+	$this->etag = $etag;
9621 9621
   }
9622 9622
   public function getEtag()
9623 9623
   {
9624
-    return $this->etag;
9624
+	return $this->etag;
9625 9625
   }
9626 9626
   public function setId($id)
9627 9627
   {
9628
-    $this->id = $id;
9628
+	$this->id = $id;
9629 9629
   }
9630 9630
   public function getId()
9631 9631
   {
9632
-    return $this->id;
9632
+	return $this->id;
9633 9633
   }
9634 9634
   public function setKind($kind)
9635 9635
   {
9636
-    $this->kind = $kind;
9636
+	$this->kind = $kind;
9637 9637
   }
9638 9638
   public function getKind()
9639 9639
   {
9640
-    return $this->kind;
9640
+	return $this->kind;
9641 9641
   }
9642 9642
   public function setLocalizations($localizations)
9643 9643
   {
9644
-    $this->localizations = $localizations;
9644
+	$this->localizations = $localizations;
9645 9645
   }
9646 9646
   public function getLocalizations()
9647 9647
   {
9648
-    return $this->localizations;
9648
+	return $this->localizations;
9649 9649
   }
9650 9650
   public function setPlayer(Google_Service_YouTube_PlaylistPlayer $player)
9651 9651
   {
9652
-    $this->player = $player;
9652
+	$this->player = $player;
9653 9653
   }
9654 9654
   public function getPlayer()
9655 9655
   {
9656
-    return $this->player;
9656
+	return $this->player;
9657 9657
   }
9658 9658
   public function setSnippet(Google_Service_YouTube_PlaylistSnippet $snippet)
9659 9659
   {
9660
-    $this->snippet = $snippet;
9660
+	$this->snippet = $snippet;
9661 9661
   }
9662 9662
   public function getSnippet()
9663 9663
   {
9664
-    return $this->snippet;
9664
+	return $this->snippet;
9665 9665
   }
9666 9666
   public function setStatus(Google_Service_YouTube_PlaylistStatus $status)
9667 9667
   {
9668
-    $this->status = $status;
9668
+	$this->status = $status;
9669 9669
   }
9670 9670
   public function getStatus()
9671 9671
   {
9672
-    return $this->status;
9672
+	return $this->status;
9673 9673
   }
9674 9674
 }
9675 9675
 
@@ -9682,11 +9682,11 @@  discard block
 block discarded – undo
9682 9682
 
9683 9683
   public function setItemCount($itemCount)
9684 9684
   {
9685
-    $this->itemCount = $itemCount;
9685
+	$this->itemCount = $itemCount;
9686 9686
   }
9687 9687
   public function getItemCount()
9688 9688
   {
9689
-    return $this->itemCount;
9689
+	return $this->itemCount;
9690 9690
   }
9691 9691
 }
9692 9692
 
@@ -9707,51 +9707,51 @@  discard block
 block discarded – undo
9707 9707
 
9708 9708
   public function setContentDetails(Google_Service_YouTube_PlaylistItemContentDetails $contentDetails)
9709 9709
   {
9710
-    $this->contentDetails = $contentDetails;
9710
+	$this->contentDetails = $contentDetails;
9711 9711
   }
9712 9712
   public function getContentDetails()
9713 9713
   {
9714
-    return $this->contentDetails;
9714
+	return $this->contentDetails;
9715 9715
   }
9716 9716
   public function setEtag($etag)
9717 9717
   {
9718
-    $this->etag = $etag;
9718
+	$this->etag = $etag;
9719 9719
   }
9720 9720
   public function getEtag()
9721 9721
   {
9722
-    return $this->etag;
9722
+	return $this->etag;
9723 9723
   }
9724 9724
   public function setId($id)
9725 9725
   {
9726
-    $this->id = $id;
9726
+	$this->id = $id;
9727 9727
   }
9728 9728
   public function getId()
9729 9729
   {
9730
-    return $this->id;
9730
+	return $this->id;
9731 9731
   }
9732 9732
   public function setKind($kind)
9733 9733
   {
9734
-    $this->kind = $kind;
9734
+	$this->kind = $kind;
9735 9735
   }
9736 9736
   public function getKind()
9737 9737
   {
9738
-    return $this->kind;
9738
+	return $this->kind;
9739 9739
   }
9740 9740
   public function setSnippet(Google_Service_YouTube_PlaylistItemSnippet $snippet)
9741 9741
   {
9742
-    $this->snippet = $snippet;
9742
+	$this->snippet = $snippet;
9743 9743
   }
9744 9744
   public function getSnippet()
9745 9745
   {
9746
-    return $this->snippet;
9746
+	return $this->snippet;
9747 9747
   }
9748 9748
   public function setStatus(Google_Service_YouTube_PlaylistItemStatus $status)
9749 9749
   {
9750
-    $this->status = $status;
9750
+	$this->status = $status;
9751 9751
   }
9752 9752
   public function getStatus()
9753 9753
   {
9754
-    return $this->status;
9754
+	return $this->status;
9755 9755
   }
9756 9756
 }
9757 9757
 
@@ -9767,35 +9767,35 @@  discard block
 block discarded – undo
9767 9767
 
9768 9768
   public function setEndAt($endAt)
9769 9769
   {
9770
-    $this->endAt = $endAt;
9770
+	$this->endAt = $endAt;
9771 9771
   }
9772 9772
   public function getEndAt()
9773 9773
   {
9774
-    return $this->endAt;
9774
+	return $this->endAt;
9775 9775
   }
9776 9776
   public function setNote($note)
9777 9777
   {
9778
-    $this->note = $note;
9778
+	$this->note = $note;
9779 9779
   }
9780 9780
   public function getNote()
9781 9781
   {
9782
-    return $this->note;
9782
+	return $this->note;
9783 9783
   }
9784 9784
   public function setStartAt($startAt)
9785 9785
   {
9786
-    $this->startAt = $startAt;
9786
+	$this->startAt = $startAt;
9787 9787
   }
9788 9788
   public function getStartAt()
9789 9789
   {
9790
-    return $this->startAt;
9790
+	return $this->startAt;
9791 9791
   }
9792 9792
   public function setVideoId($videoId)
9793 9793
   {
9794
-    $this->videoId = $videoId;
9794
+	$this->videoId = $videoId;
9795 9795
   }
9796 9796
   public function getVideoId()
9797 9797
   {
9798
-    return $this->videoId;
9798
+	return $this->videoId;
9799 9799
   }
9800 9800
 }
9801 9801
 
@@ -9820,75 +9820,75 @@  discard block
 block discarded – undo
9820 9820
 
9821 9821
   public function setEtag($etag)
9822 9822
   {
9823
-    $this->etag = $etag;
9823
+	$this->etag = $etag;
9824 9824
   }
9825 9825
   public function getEtag()
9826 9826
   {
9827
-    return $this->etag;
9827
+	return $this->etag;
9828 9828
   }
9829 9829
   public function setEventId($eventId)
9830 9830
   {
9831
-    $this->eventId = $eventId;
9831
+	$this->eventId = $eventId;
9832 9832
   }
9833 9833
   public function getEventId()
9834 9834
   {
9835
-    return $this->eventId;
9835
+	return $this->eventId;
9836 9836
   }
9837 9837
   public function setItems($items)
9838 9838
   {
9839
-    $this->items = $items;
9839
+	$this->items = $items;
9840 9840
   }
9841 9841
   public function getItems()
9842 9842
   {
9843
-    return $this->items;
9843
+	return $this->items;
9844 9844
   }
9845 9845
   public function setKind($kind)
9846 9846
   {
9847
-    $this->kind = $kind;
9847
+	$this->kind = $kind;
9848 9848
   }
9849 9849
   public function getKind()
9850 9850
   {
9851
-    return $this->kind;
9851
+	return $this->kind;
9852 9852
   }
9853 9853
   public function setNextPageToken($nextPageToken)
9854 9854
   {
9855
-    $this->nextPageToken = $nextPageToken;
9855
+	$this->nextPageToken = $nextPageToken;
9856 9856
   }
9857 9857
   public function getNextPageToken()
9858 9858
   {
9859
-    return $this->nextPageToken;
9859
+	return $this->nextPageToken;
9860 9860
   }
9861 9861
   public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
9862 9862
   {
9863
-    $this->pageInfo = $pageInfo;
9863
+	$this->pageInfo = $pageInfo;
9864 9864
   }
9865 9865
   public function getPageInfo()
9866 9866
   {
9867
-    return $this->pageInfo;
9867
+	return $this->pageInfo;
9868 9868
   }
9869 9869
   public function setPrevPageToken($prevPageToken)
9870 9870
   {
9871
-    $this->prevPageToken = $prevPageToken;
9871
+	$this->prevPageToken = $prevPageToken;
9872 9872
   }
9873 9873
   public function getPrevPageToken()
9874 9874
   {
9875
-    return $this->prevPageToken;
9875
+	return $this->prevPageToken;
9876 9876
   }
9877 9877
   public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
9878 9878
   {
9879
-    $this->tokenPagination = $tokenPagination;
9879
+	$this->tokenPagination = $tokenPagination;
9880 9880
   }
9881 9881
   public function getTokenPagination()
9882 9882
   {
9883
-    return $this->tokenPagination;
9883
+	return $this->tokenPagination;
9884 9884
   }
9885 9885
   public function setVisitorId($visitorId)
9886 9886
   {
9887
-    $this->visitorId = $visitorId;
9887
+	$this->visitorId = $visitorId;
9888 9888
   }
9889 9889
   public function getVisitorId()
9890 9890
   {
9891
-    return $this->visitorId;
9891
+	return $this->visitorId;
9892 9892
   }
9893 9893
 }
9894 9894
 
@@ -9911,75 +9911,75 @@  discard block
 block discarded – undo
9911 9911
 
9912 9912
   public function setChannelId($channelId)
9913 9913
   {
9914
-    $this->channelId = $channelId;
9914
+	$this->channelId = $channelId;
9915 9915
   }
9916 9916
   public function getChannelId()
9917 9917
   {
9918
-    return $this->channelId;
9918
+	return $this->channelId;
9919 9919
   }
9920 9920
   public function setChannelTitle($channelTitle)
9921 9921
   {
9922
-    $this->channelTitle = $channelTitle;
9922
+	$this->channelTitle = $channelTitle;
9923 9923
   }
9924 9924
   public function getChannelTitle()
9925 9925
   {
9926
-    return $this->channelTitle;
9926
+	return $this->channelTitle;
9927 9927
   }
9928 9928
   public function setDescription($description)
9929 9929
   {
9930
-    $this->description = $description;
9930
+	$this->description = $description;
9931 9931
   }
9932 9932
   public function getDescription()
9933 9933
   {
9934
-    return $this->description;
9934
+	return $this->description;
9935 9935
   }
9936 9936
   public function setPlaylistId($playlistId)
9937 9937
   {
9938
-    $this->playlistId = $playlistId;
9938
+	$this->playlistId = $playlistId;
9939 9939
   }
9940 9940
   public function getPlaylistId()
9941 9941
   {
9942
-    return $this->playlistId;
9942
+	return $this->playlistId;
9943 9943
   }
9944 9944
   public function setPosition($position)
9945 9945
   {
9946
-    $this->position = $position;
9946
+	$this->position = $position;
9947 9947
   }
9948 9948
   public function getPosition()
9949 9949
   {
9950
-    return $this->position;
9950
+	return $this->position;
9951 9951
   }
9952 9952
   public function setPublishedAt($publishedAt)
9953 9953
   {
9954
-    $this->publishedAt = $publishedAt;
9954
+	$this->publishedAt = $publishedAt;
9955 9955
   }
9956 9956
   public function getPublishedAt()
9957 9957
   {
9958
-    return $this->publishedAt;
9958
+	return $this->publishedAt;
9959 9959
   }
9960 9960
   public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
9961 9961
   {
9962
-    $this->resourceId = $resourceId;
9962
+	$this->resourceId = $resourceId;
9963 9963
   }
9964 9964
   public function getResourceId()
9965 9965
   {
9966
-    return $this->resourceId;
9966
+	return $this->resourceId;
9967 9967
   }
9968 9968
   public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
9969 9969
   {
9970
-    $this->thumbnails = $thumbnails;
9970
+	$this->thumbnails = $thumbnails;
9971 9971
   }
9972 9972
   public function getThumbnails()
9973 9973
   {
9974
-    return $this->thumbnails;
9974
+	return $this->thumbnails;
9975 9975
   }
9976 9976
   public function setTitle($title)
9977 9977
   {
9978
-    $this->title = $title;
9978
+	$this->title = $title;
9979 9979
   }
9980 9980
   public function getTitle()
9981 9981
   {
9982
-    return $this->title;
9982
+	return $this->title;
9983 9983
   }
9984 9984
 }
9985 9985
 
@@ -9992,11 +9992,11 @@  discard block
 block discarded – undo
9992 9992
 
9993 9993
   public function setPrivacyStatus($privacyStatus)
9994 9994
   {
9995
-    $this->privacyStatus = $privacyStatus;
9995
+	$this->privacyStatus = $privacyStatus;
9996 9996
   }
9997 9997
   public function getPrivacyStatus()
9998 9998
   {
9999
-    return $this->privacyStatus;
9999
+	return $this->privacyStatus;
10000 10000
   }
10001 10001
 }
10002 10002
 
@@ -10021,75 +10021,75 @@  discard block
 block discarded – undo
10021 10021
 
10022 10022
   public function setEtag($etag)
10023 10023
   {
10024
-    $this->etag = $etag;
10024
+	$this->etag = $etag;
10025 10025
   }
10026 10026
   public function getEtag()
10027 10027
   {
10028
-    return $this->etag;
10028
+	return $this->etag;
10029 10029
   }
10030 10030
   public function setEventId($eventId)
10031 10031
   {
10032
-    $this->eventId = $eventId;
10032
+	$this->eventId = $eventId;
10033 10033
   }
10034 10034
   public function getEventId()
10035 10035
   {
10036
-    return $this->eventId;
10036
+	return $this->eventId;
10037 10037
   }
10038 10038
   public function setItems($items)
10039 10039
   {
10040
-    $this->items = $items;
10040
+	$this->items = $items;
10041 10041
   }
10042 10042
   public function getItems()
10043 10043
   {
10044
-    return $this->items;
10044
+	return $this->items;
10045 10045
   }
10046 10046
   public function setKind($kind)
10047 10047
   {
10048
-    $this->kind = $kind;
10048
+	$this->kind = $kind;
10049 10049
   }
10050 10050
   public function getKind()
10051 10051
   {
10052
-    return $this->kind;
10052
+	return $this->kind;
10053 10053
   }
10054 10054
   public function setNextPageToken($nextPageToken)
10055 10055
   {
10056
-    $this->nextPageToken = $nextPageToken;
10056
+	$this->nextPageToken = $nextPageToken;
10057 10057
   }
10058 10058
   public function getNextPageToken()
10059 10059
   {
10060
-    return $this->nextPageToken;
10060
+	return $this->nextPageToken;
10061 10061
   }
10062 10062
   public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
10063 10063
   {
10064
-    $this->pageInfo = $pageInfo;
10064
+	$this->pageInfo = $pageInfo;
10065 10065
   }
10066 10066
   public function getPageInfo()
10067 10067
   {
10068
-    return $this->pageInfo;
10068
+	return $this->pageInfo;
10069 10069
   }
10070 10070
   public function setPrevPageToken($prevPageToken)
10071 10071
   {
10072
-    $this->prevPageToken = $prevPageToken;
10072
+	$this->prevPageToken = $prevPageToken;
10073 10073
   }
10074 10074
   public function getPrevPageToken()
10075 10075
   {
10076
-    return $this->prevPageToken;
10076
+	return $this->prevPageToken;
10077 10077
   }
10078 10078
   public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
10079 10079
   {
10080
-    $this->tokenPagination = $tokenPagination;
10080
+	$this->tokenPagination = $tokenPagination;
10081 10081
   }
10082 10082
   public function getTokenPagination()
10083 10083
   {
10084
-    return $this->tokenPagination;
10084
+	return $this->tokenPagination;
10085 10085
   }
10086 10086
   public function setVisitorId($visitorId)
10087 10087
   {
10088
-    $this->visitorId = $visitorId;
10088
+	$this->visitorId = $visitorId;
10089 10089
   }
10090 10090
   public function getVisitorId()
10091 10091
   {
10092
-    return $this->visitorId;
10092
+	return $this->visitorId;
10093 10093
   }
10094 10094
 }
10095 10095
 
@@ -10103,19 +10103,19 @@  discard block
 block discarded – undo
10103 10103
 
10104 10104
   public function setDescription($description)
10105 10105
   {
10106
-    $this->description = $description;
10106
+	$this->description = $description;
10107 10107
   }
10108 10108
   public function getDescription()
10109 10109
   {
10110
-    return $this->description;
10110
+	return $this->description;
10111 10111
   }
10112 10112
   public function setTitle($title)
10113 10113
   {
10114
-    $this->title = $title;
10114
+	$this->title = $title;
10115 10115
   }
10116 10116
   public function getTitle()
10117 10117
   {
10118
-    return $this->title;
10118
+	return $this->title;
10119 10119
   }
10120 10120
 }
10121 10121
 
@@ -10132,11 +10132,11 @@  discard block
 block discarded – undo
10132 10132
 
10133 10133
   public function setEmbedHtml($embedHtml)
10134 10134
   {
10135
-    $this->embedHtml = $embedHtml;
10135
+	$this->embedHtml = $embedHtml;
10136 10136
   }
10137 10137
   public function getEmbedHtml()
10138 10138
   {
10139
-    return $this->embedHtml;
10139
+	return $this->embedHtml;
10140 10140
   }
10141 10141
 }
10142 10142
 
@@ -10160,75 +10160,75 @@  discard block
 block discarded – undo
10160 10160
 
10161 10161
   public function setChannelId($channelId)
10162 10162
   {
10163
-    $this->channelId = $channelId;
10163
+	$this->channelId = $channelId;
10164 10164
   }
10165 10165
   public function getChannelId()
10166 10166
   {
10167
-    return $this->channelId;
10167
+	return $this->channelId;
10168 10168
   }
10169 10169
   public function setChannelTitle($channelTitle)
10170 10170
   {
10171
-    $this->channelTitle = $channelTitle;
10171
+	$this->channelTitle = $channelTitle;
10172 10172
   }
10173 10173
   public function getChannelTitle()
10174 10174
   {
10175
-    return $this->channelTitle;
10175
+	return $this->channelTitle;
10176 10176
   }
10177 10177
   public function setDefaultLanguage($defaultLanguage)
10178 10178
   {
10179
-    $this->defaultLanguage = $defaultLanguage;
10179
+	$this->defaultLanguage = $defaultLanguage;
10180 10180
   }
10181 10181
   public function getDefaultLanguage()
10182 10182
   {
10183
-    return $this->defaultLanguage;
10183
+	return $this->defaultLanguage;
10184 10184
   }
10185 10185
   public function setDescription($description)
10186 10186
   {
10187
-    $this->description = $description;
10187
+	$this->description = $description;
10188 10188
   }
10189 10189
   public function getDescription()
10190 10190
   {
10191
-    return $this->description;
10191
+	return $this->description;
10192 10192
   }
10193 10193
   public function setLocalized(Google_Service_YouTube_PlaylistLocalization $localized)
10194 10194
   {
10195
-    $this->localized = $localized;
10195
+	$this->localized = $localized;
10196 10196
   }
10197 10197
   public function getLocalized()
10198 10198
   {
10199
-    return $this->localized;
10199
+	return $this->localized;
10200 10200
   }
10201 10201
   public function setPublishedAt($publishedAt)
10202 10202
   {
10203
-    $this->publishedAt = $publishedAt;
10203
+	$this->publishedAt = $publishedAt;
10204 10204
   }
10205 10205
   public function getPublishedAt()
10206 10206
   {
10207
-    return $this->publishedAt;
10207
+	return $this->publishedAt;
10208 10208
   }
10209 10209
   public function setTags($tags)
10210 10210
   {
10211
-    $this->tags = $tags;
10211
+	$this->tags = $tags;
10212 10212
   }
10213 10213
   public function getTags()
10214 10214
   {
10215
-    return $this->tags;
10215
+	return $this->tags;
10216 10216
   }
10217 10217
   public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
10218 10218
   {
10219
-    $this->thumbnails = $thumbnails;
10219
+	$this->thumbnails = $thumbnails;
10220 10220
   }
10221 10221
   public function getThumbnails()
10222 10222
   {
10223
-    return $this->thumbnails;
10223
+	return $this->thumbnails;
10224 10224
   }
10225 10225
   public function setTitle($title)
10226 10226
   {
10227
-    $this->title = $title;
10227
+	$this->title = $title;
10228 10228
   }
10229 10229
   public function getTitle()
10230 10230
   {
10231
-    return $this->title;
10231
+	return $this->title;
10232 10232
   }
10233 10233
 }
10234 10234
 
@@ -10241,11 +10241,11 @@  discard block
 block discarded – undo
10241 10241
 
10242 10242
   public function setPrivacyStatus($privacyStatus)
10243 10243
   {
10244
-    $this->privacyStatus = $privacyStatus;
10244
+	$this->privacyStatus = $privacyStatus;
10245 10245
   }
10246 10246
   public function getPrivacyStatus()
10247 10247
   {
10248
-    return $this->privacyStatus;
10248
+	return $this->privacyStatus;
10249 10249
   }
10250 10250
 }
10251 10251
 
@@ -10263,35 +10263,35 @@  discard block
 block discarded – undo
10263 10263
 
10264 10264
   public function setCustomMessage($customMessage)
10265 10265
   {
10266
-    $this->customMessage = $customMessage;
10266
+	$this->customMessage = $customMessage;
10267 10267
   }
10268 10268
   public function getCustomMessage()
10269 10269
   {
10270
-    return $this->customMessage;
10270
+	return $this->customMessage;
10271 10271
   }
10272 10272
   public function setId(Google_Service_YouTube_PromotedItemId $id)
10273 10273
   {
10274
-    $this->id = $id;
10274
+	$this->id = $id;
10275 10275
   }
10276 10276
   public function getId()
10277 10277
   {
10278
-    return $this->id;
10278
+	return $this->id;
10279 10279
   }
10280 10280
   public function setPromotedByContentOwner($promotedByContentOwner)
10281 10281
   {
10282
-    $this->promotedByContentOwner = $promotedByContentOwner;
10282
+	$this->promotedByContentOwner = $promotedByContentOwner;
10283 10283
   }
10284 10284
   public function getPromotedByContentOwner()
10285 10285
   {
10286
-    return $this->promotedByContentOwner;
10286
+	return $this->promotedByContentOwner;
10287 10287
   }
10288 10288
   public function setTiming(Google_Service_YouTube_InvideoTiming $timing)
10289 10289
   {
10290
-    $this->timing = $timing;
10290
+	$this->timing = $timing;
10291 10291
   }
10292 10292
   public function getTiming()
10293 10293
   {
10294
-    return $this->timing;
10294
+	return $this->timing;
10295 10295
   }
10296 10296
 }
10297 10297
 
@@ -10307,35 +10307,35 @@  discard block
 block discarded – undo
10307 10307
 
10308 10308
   public function setRecentlyUploadedBy($recentlyUploadedBy)
10309 10309
   {
10310
-    $this->recentlyUploadedBy = $recentlyUploadedBy;
10310
+	$this->recentlyUploadedBy = $recentlyUploadedBy;
10311 10311
   }
10312 10312
   public function getRecentlyUploadedBy()
10313 10313
   {
10314
-    return $this->recentlyUploadedBy;
10314
+	return $this->recentlyUploadedBy;
10315 10315
   }
10316 10316
   public function setType($type)
10317 10317
   {
10318
-    $this->type = $type;
10318
+	$this->type = $type;
10319 10319
   }
10320 10320
   public function getType()
10321 10321
   {
10322
-    return $this->type;
10322
+	return $this->type;
10323 10323
   }
10324 10324
   public function setVideoId($videoId)
10325 10325
   {
10326
-    $this->videoId = $videoId;
10326
+	$this->videoId = $videoId;
10327 10327
   }
10328 10328
   public function getVideoId()
10329 10329
   {
10330
-    return $this->videoId;
10330
+	return $this->videoId;
10331 10331
   }
10332 10332
   public function setWebsiteUrl($websiteUrl)
10333 10333
   {
10334
-    $this->websiteUrl = $websiteUrl;
10334
+	$this->websiteUrl = $websiteUrl;
10335 10335
   }
10336 10336
   public function getWebsiteUrl()
10337 10337
   {
10338
-    return $this->websiteUrl;
10338
+	return $this->websiteUrl;
10339 10339
   }
10340 10340
 }
10341 10341
 
@@ -10349,19 +10349,19 @@  discard block
 block discarded – undo
10349 10349
 
10350 10350
   public function setProperty($property)
10351 10351
   {
10352
-    $this->property = $property;
10352
+	$this->property = $property;
10353 10353
   }
10354 10354
   public function getProperty()
10355 10355
   {
10356
-    return $this->property;
10356
+	return $this->property;
10357 10357
   }
10358 10358
   public function setValue($value)
10359 10359
   {
10360
-    $this->value = $value;
10360
+	$this->value = $value;
10361 10361
   }
10362 10362
   public function getValue()
10363 10363
   {
10364
-    return $this->value;
10364
+	return $this->value;
10365 10365
   }
10366 10366
 }
10367 10367
 
@@ -10377,35 +10377,35 @@  discard block
 block discarded – undo
10377 10377
 
10378 10378
   public function setChannelId($channelId)
10379 10379
   {
10380
-    $this->channelId = $channelId;
10380
+	$this->channelId = $channelId;
10381 10381
   }
10382 10382
   public function getChannelId()
10383 10383
   {
10384
-    return $this->channelId;
10384
+	return $this->channelId;
10385 10385
   }
10386 10386
   public function setKind($kind)
10387 10387
   {
10388
-    $this->kind = $kind;
10388
+	$this->kind = $kind;
10389 10389
   }
10390 10390
   public function getKind()
10391 10391
   {
10392
-    return $this->kind;
10392
+	return $this->kind;
10393 10393
   }
10394 10394
   public function setPlaylistId($playlistId)
10395 10395
   {
10396
-    $this->playlistId = $playlistId;
10396
+	$this->playlistId = $playlistId;
10397 10397
   }
10398 10398
   public function getPlaylistId()
10399 10399
   {
10400
-    return $this->playlistId;
10400
+	return $this->playlistId;
10401 10401
   }
10402 10402
   public function setVideoId($videoId)
10403 10403
   {
10404
-    $this->videoId = $videoId;
10404
+	$this->videoId = $videoId;
10405 10405
   }
10406 10406
   public function getVideoId()
10407 10407
   {
10408
-    return $this->videoId;
10408
+	return $this->videoId;
10409 10409
   }
10410 10410
 }
10411 10411
 
@@ -10430,75 +10430,75 @@  discard block
 block discarded – undo
10430 10430
 
10431 10431
   public function setEtag($etag)
10432 10432
   {
10433
-    $this->etag = $etag;
10433
+	$this->etag = $etag;
10434 10434
   }
10435 10435
   public function getEtag()
10436 10436
   {
10437
-    return $this->etag;
10437
+	return $this->etag;
10438 10438
   }
10439 10439
   public function setEventId($eventId)
10440 10440
   {
10441
-    $this->eventId = $eventId;
10441
+	$this->eventId = $eventId;
10442 10442
   }
10443 10443
   public function getEventId()
10444 10444
   {
10445
-    return $this->eventId;
10445
+	return $this->eventId;
10446 10446
   }
10447 10447
   public function setItems($items)
10448 10448
   {
10449
-    $this->items = $items;
10449
+	$this->items = $items;
10450 10450
   }
10451 10451
   public function getItems()
10452 10452
   {
10453
-    return $this->items;
10453
+	return $this->items;
10454 10454
   }
10455 10455
   public function setKind($kind)
10456 10456
   {
10457
-    $this->kind = $kind;
10457
+	$this->kind = $kind;
10458 10458
   }
10459 10459
   public function getKind()
10460 10460
   {
10461
-    return $this->kind;
10461
+	return $this->kind;
10462 10462
   }
10463 10463
   public function setNextPageToken($nextPageToken)
10464 10464
   {
10465
-    $this->nextPageToken = $nextPageToken;
10465
+	$this->nextPageToken = $nextPageToken;
10466 10466
   }
10467 10467
   public function getNextPageToken()
10468 10468
   {
10469
-    return $this->nextPageToken;
10469
+	return $this->nextPageToken;
10470 10470
   }
10471 10471
   public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
10472 10472
   {
10473
-    $this->pageInfo = $pageInfo;
10473
+	$this->pageInfo = $pageInfo;
10474 10474
   }
10475 10475
   public function getPageInfo()
10476 10476
   {
10477
-    return $this->pageInfo;
10477
+	return $this->pageInfo;
10478 10478
   }
10479 10479
   public function setPrevPageToken($prevPageToken)
10480 10480
   {
10481
-    $this->prevPageToken = $prevPageToken;
10481
+	$this->prevPageToken = $prevPageToken;
10482 10482
   }
10483 10483
   public function getPrevPageToken()
10484 10484
   {
10485
-    return $this->prevPageToken;
10485
+	return $this->prevPageToken;
10486 10486
   }
10487 10487
   public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
10488 10488
   {
10489
-    $this->tokenPagination = $tokenPagination;
10489
+	$this->tokenPagination = $tokenPagination;
10490 10490
   }
10491 10491
   public function getTokenPagination()
10492 10492
   {
10493
-    return $this->tokenPagination;
10493
+	return $this->tokenPagination;
10494 10494
   }
10495 10495
   public function setVisitorId($visitorId)
10496 10496
   {
10497
-    $this->visitorId = $visitorId;
10497
+	$this->visitorId = $visitorId;
10498 10498
   }
10499 10499
   public function getVisitorId()
10500 10500
   {
10501
-    return $this->visitorId;
10501
+	return $this->visitorId;
10502 10502
   }
10503 10503
 }
10504 10504
 
@@ -10516,35 +10516,35 @@  discard block
 block discarded – undo
10516 10516
 
10517 10517
   public function setEtag($etag)
10518 10518
   {
10519
-    $this->etag = $etag;
10519
+	$this->etag = $etag;
10520 10520
   }
10521 10521
   public function getEtag()
10522 10522
   {
10523
-    return $this->etag;
10523
+	return $this->etag;
10524 10524
   }
10525 10525
   public function setId(Google_Service_YouTube_ResourceId $id)
10526 10526
   {
10527
-    $this->id = $id;
10527
+	$this->id = $id;
10528 10528
   }
10529 10529
   public function getId()
10530 10530
   {
10531
-    return $this->id;
10531
+	return $this->id;
10532 10532
   }
10533 10533
   public function setKind($kind)
10534 10534
   {
10535
-    $this->kind = $kind;
10535
+	$this->kind = $kind;
10536 10536
   }
10537 10537
   public function getKind()
10538 10538
   {
10539
-    return $this->kind;
10539
+	return $this->kind;
10540 10540
   }
10541 10541
   public function setSnippet(Google_Service_YouTube_SearchResultSnippet $snippet)
10542 10542
   {
10543
-    $this->snippet = $snippet;
10543
+	$this->snippet = $snippet;
10544 10544
   }
10545 10545
   public function getSnippet()
10546 10546
   {
10547
-    return $this->snippet;
10547
+	return $this->snippet;
10548 10548
   }
10549 10549
 }
10550 10550
 
@@ -10564,59 +10564,59 @@  discard block
 block discarded – undo
10564 10564
 
10565 10565
   public function setChannelId($channelId)
10566 10566
   {
10567
-    $this->channelId = $channelId;
10567
+	$this->channelId = $channelId;
10568 10568
   }
10569 10569
   public function getChannelId()
10570 10570
   {
10571
-    return $this->channelId;
10571
+	return $this->channelId;
10572 10572
   }
10573 10573
   public function setChannelTitle($channelTitle)
10574 10574
   {
10575
-    $this->channelTitle = $channelTitle;
10575
+	$this->channelTitle = $channelTitle;
10576 10576
   }
10577 10577
   public function getChannelTitle()
10578 10578
   {
10579
-    return $this->channelTitle;
10579
+	return $this->channelTitle;
10580 10580
   }
10581 10581
   public function setDescription($description)
10582 10582
   {
10583
-    $this->description = $description;
10583
+	$this->description = $description;
10584 10584
   }
10585 10585
   public function getDescription()
10586 10586
   {
10587
-    return $this->description;
10587
+	return $this->description;
10588 10588
   }
10589 10589
   public function setLiveBroadcastContent($liveBroadcastContent)
10590 10590
   {
10591
-    $this->liveBroadcastContent = $liveBroadcastContent;
10591
+	$this->liveBroadcastContent = $liveBroadcastContent;
10592 10592
   }
10593 10593
   public function getLiveBroadcastContent()
10594 10594
   {
10595
-    return $this->liveBroadcastContent;
10595
+	return $this->liveBroadcastContent;
10596 10596
   }
10597 10597
   public function setPublishedAt($publishedAt)
10598 10598
   {
10599
-    $this->publishedAt = $publishedAt;
10599
+	$this->publishedAt = $publishedAt;
10600 10600
   }
10601 10601
   public function getPublishedAt()
10602 10602
   {
10603
-    return $this->publishedAt;
10603
+	return $this->publishedAt;
10604 10604
   }
10605 10605
   public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
10606 10606
   {
10607
-    $this->thumbnails = $thumbnails;
10607
+	$this->thumbnails = $thumbnails;
10608 10608
   }
10609 10609
   public function getThumbnails()
10610 10610
   {
10611
-    return $this->thumbnails;
10611
+	return $this->thumbnails;
10612 10612
   }
10613 10613
   public function setTitle($title)
10614 10614
   {
10615
-    $this->title = $title;
10615
+	$this->title = $title;
10616 10616
   }
10617 10617
   public function getTitle()
10618 10618
   {
10619
-    return $this->title;
10619
+	return $this->title;
10620 10620
   }
10621 10621
 }
10622 10622
 
@@ -10637,51 +10637,51 @@  discard block
 block discarded – undo
10637 10637
 
10638 10638
   public function setContentDetails(Google_Service_YouTube_SubscriptionContentDetails $contentDetails)
10639 10639
   {
10640
-    $this->contentDetails = $contentDetails;
10640
+	$this->contentDetails = $contentDetails;
10641 10641
   }
10642 10642
   public function getContentDetails()
10643 10643
   {
10644
-    return $this->contentDetails;
10644
+	return $this->contentDetails;
10645 10645
   }
10646 10646
   public function setEtag($etag)
10647 10647
   {
10648
-    $this->etag = $etag;
10648
+	$this->etag = $etag;
10649 10649
   }
10650 10650
   public function getEtag()
10651 10651
   {
10652
-    return $this->etag;
10652
+	return $this->etag;
10653 10653
   }
10654 10654
   public function setId($id)
10655 10655
   {
10656
-    $this->id = $id;
10656
+	$this->id = $id;
10657 10657
   }
10658 10658
   public function getId()
10659 10659
   {
10660
-    return $this->id;
10660
+	return $this->id;
10661 10661
   }
10662 10662
   public function setKind($kind)
10663 10663
   {
10664
-    $this->kind = $kind;
10664
+	$this->kind = $kind;
10665 10665
   }
10666 10666
   public function getKind()
10667 10667
   {
10668
-    return $this->kind;
10668
+	return $this->kind;
10669 10669
   }
10670 10670
   public function setSnippet(Google_Service_YouTube_SubscriptionSnippet $snippet)
10671 10671
   {
10672
-    $this->snippet = $snippet;
10672
+	$this->snippet = $snippet;
10673 10673
   }
10674 10674
   public function getSnippet()
10675 10675
   {
10676
-    return $this->snippet;
10676
+	return $this->snippet;
10677 10677
   }
10678 10678
   public function setSubscriberSnippet(Google_Service_YouTube_SubscriptionSubscriberSnippet $subscriberSnippet)
10679 10679
   {
10680
-    $this->subscriberSnippet = $subscriberSnippet;
10680
+	$this->subscriberSnippet = $subscriberSnippet;
10681 10681
   }
10682 10682
   public function getSubscriberSnippet()
10683 10683
   {
10684
-    return $this->subscriberSnippet;
10684
+	return $this->subscriberSnippet;
10685 10685
   }
10686 10686
 }
10687 10687
 
@@ -10696,27 +10696,27 @@  discard block
 block discarded – undo
10696 10696
 
10697 10697
   public function setActivityType($activityType)
10698 10698
   {
10699
-    $this->activityType = $activityType;
10699
+	$this->activityType = $activityType;
10700 10700
   }
10701 10701
   public function getActivityType()
10702 10702
   {
10703
-    return $this->activityType;
10703
+	return $this->activityType;
10704 10704
   }
10705 10705
   public function setNewItemCount($newItemCount)
10706 10706
   {
10707
-    $this->newItemCount = $newItemCount;
10707
+	$this->newItemCount = $newItemCount;
10708 10708
   }
10709 10709
   public function getNewItemCount()
10710 10710
   {
10711
-    return $this->newItemCount;
10711
+	return $this->newItemCount;
10712 10712
   }
10713 10713
   public function setTotalItemCount($totalItemCount)
10714 10714
   {
10715
-    $this->totalItemCount = $totalItemCount;
10715
+	$this->totalItemCount = $totalItemCount;
10716 10716
   }
10717 10717
   public function getTotalItemCount()
10718 10718
   {
10719
-    return $this->totalItemCount;
10719
+	return $this->totalItemCount;
10720 10720
   }
10721 10721
 }
10722 10722
 
@@ -10741,75 +10741,75 @@  discard block
 block discarded – undo
10741 10741
 
10742 10742
   public function setEtag($etag)
10743 10743
   {
10744
-    $this->etag = $etag;
10744
+	$this->etag = $etag;
10745 10745
   }
10746 10746
   public function getEtag()
10747 10747
   {
10748
-    return $this->etag;
10748
+	return $this->etag;
10749 10749
   }
10750 10750
   public function setEventId($eventId)
10751 10751
   {
10752
-    $this->eventId = $eventId;
10752
+	$this->eventId = $eventId;
10753 10753
   }
10754 10754
   public function getEventId()
10755 10755
   {
10756
-    return $this->eventId;
10756
+	return $this->eventId;
10757 10757
   }
10758 10758
   public function setItems($items)
10759 10759
   {
10760
-    $this->items = $items;
10760
+	$this->items = $items;
10761 10761
   }
10762 10762
   public function getItems()
10763 10763
   {
10764
-    return $this->items;
10764
+	return $this->items;
10765 10765
   }
10766 10766
   public function setKind($kind)
10767 10767
   {
10768
-    $this->kind = $kind;
10768
+	$this->kind = $kind;
10769 10769
   }
10770 10770
   public function getKind()
10771 10771
   {
10772
-    return $this->kind;
10772
+	return $this->kind;
10773 10773
   }
10774 10774
   public function setNextPageToken($nextPageToken)
10775 10775
   {
10776
-    $this->nextPageToken = $nextPageToken;
10776
+	$this->nextPageToken = $nextPageToken;
10777 10777
   }
10778 10778
   public function getNextPageToken()
10779 10779
   {
10780
-    return $this->nextPageToken;
10780
+	return $this->nextPageToken;
10781 10781
   }
10782 10782
   public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
10783 10783
   {
10784
-    $this->pageInfo = $pageInfo;
10784
+	$this->pageInfo = $pageInfo;
10785 10785
   }
10786 10786
   public function getPageInfo()
10787 10787
   {
10788
-    return $this->pageInfo;
10788
+	return $this->pageInfo;
10789 10789
   }
10790 10790
   public function setPrevPageToken($prevPageToken)
10791 10791
   {
10792
-    $this->prevPageToken = $prevPageToken;
10792
+	$this->prevPageToken = $prevPageToken;
10793 10793
   }
10794 10794
   public function getPrevPageToken()
10795 10795
   {
10796
-    return $this->prevPageToken;
10796
+	return $this->prevPageToken;
10797 10797
   }
10798 10798
   public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
10799 10799
   {
10800
-    $this->tokenPagination = $tokenPagination;
10800
+	$this->tokenPagination = $tokenPagination;
10801 10801
   }
10802 10802
   public function getTokenPagination()
10803 10803
   {
10804
-    return $this->tokenPagination;
10804
+	return $this->tokenPagination;
10805 10805
   }
10806 10806
   public function setVisitorId($visitorId)
10807 10807
   {
10808
-    $this->visitorId = $visitorId;
10808
+	$this->visitorId = $visitorId;
10809 10809
   }
10810 10810
   public function getVisitorId()
10811 10811
   {
10812
-    return $this->visitorId;
10812
+	return $this->visitorId;
10813 10813
   }
10814 10814
 }
10815 10815
 
@@ -10830,59 +10830,59 @@  discard block
 block discarded – undo
10830 10830
 
10831 10831
   public function setChannelId($channelId)
10832 10832
   {
10833
-    $this->channelId = $channelId;
10833
+	$this->channelId = $channelId;
10834 10834
   }
10835 10835
   public function getChannelId()
10836 10836
   {
10837
-    return $this->channelId;
10837
+	return $this->channelId;
10838 10838
   }
10839 10839
   public function setChannelTitle($channelTitle)
10840 10840
   {
10841
-    $this->channelTitle = $channelTitle;
10841
+	$this->channelTitle = $channelTitle;
10842 10842
   }
10843 10843
   public function getChannelTitle()
10844 10844
   {
10845
-    return $this->channelTitle;
10845
+	return $this->channelTitle;
10846 10846
   }
10847 10847
   public function setDescription($description)
10848 10848
   {
10849
-    $this->description = $description;
10849
+	$this->description = $description;
10850 10850
   }
10851 10851
   public function getDescription()
10852 10852
   {
10853
-    return $this->description;
10853
+	return $this->description;
10854 10854
   }
10855 10855
   public function setPublishedAt($publishedAt)
10856 10856
   {
10857
-    $this->publishedAt = $publishedAt;
10857
+	$this->publishedAt = $publishedAt;
10858 10858
   }
10859 10859
   public function getPublishedAt()
10860 10860
   {
10861
-    return $this->publishedAt;
10861
+	return $this->publishedAt;
10862 10862
   }
10863 10863
   public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
10864 10864
   {
10865
-    $this->resourceId = $resourceId;
10865
+	$this->resourceId = $resourceId;
10866 10866
   }
10867 10867
   public function getResourceId()
10868 10868
   {
10869
-    return $this->resourceId;
10869
+	return $this->resourceId;
10870 10870
   }
10871 10871
   public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
10872 10872
   {
10873
-    $this->thumbnails = $thumbnails;
10873
+	$this->thumbnails = $thumbnails;
10874 10874
   }
10875 10875
   public function getThumbnails()
10876 10876
   {
10877
-    return $this->thumbnails;
10877
+	return $this->thumbnails;
10878 10878
   }
10879 10879
   public function setTitle($title)
10880 10880
   {
10881
-    $this->title = $title;
10881
+	$this->title = $title;
10882 10882
   }
10883 10883
   public function getTitle()
10884 10884
   {
10885
-    return $this->title;
10885
+	return $this->title;
10886 10886
   }
10887 10887
 }
10888 10888
 
@@ -10899,35 +10899,35 @@  discard block
 block discarded – undo
10899 10899
 
10900 10900
   public function setChannelId($channelId)
10901 10901
   {
10902
-    $this->channelId = $channelId;
10902
+	$this->channelId = $channelId;
10903 10903
   }
10904 10904
   public function getChannelId()
10905 10905
   {
10906
-    return $this->channelId;
10906
+	return $this->channelId;
10907 10907
   }
10908 10908
   public function setDescription($description)
10909 10909
   {
10910
-    $this->description = $description;
10910
+	$this->description = $description;
10911 10911
   }
10912 10912
   public function getDescription()
10913 10913
   {
10914
-    return $this->description;
10914
+	return $this->description;
10915 10915
   }
10916 10916
   public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
10917 10917
   {
10918
-    $this->thumbnails = $thumbnails;
10918
+	$this->thumbnails = $thumbnails;
10919 10919
   }
10920 10920
   public function getThumbnails()
10921 10921
   {
10922
-    return $this->thumbnails;
10922
+	return $this->thumbnails;
10923 10923
   }
10924 10924
   public function setTitle($title)
10925 10925
   {
10926
-    $this->title = $title;
10926
+	$this->title = $title;
10927 10927
   }
10928 10928
   public function getTitle()
10929 10929
   {
10930
-    return $this->title;
10930
+	return $this->title;
10931 10931
   }
10932 10932
 }
10933 10933
 
@@ -10942,27 +10942,27 @@  discard block
 block discarded – undo
10942 10942
 
10943 10943
   public function setHeight($height)
10944 10944
   {
10945
-    $this->height = $height;
10945
+	$this->height = $height;
10946 10946
   }
10947 10947
   public function getHeight()
10948 10948
   {
10949
-    return $this->height;
10949
+	return $this->height;
10950 10950
   }
10951 10951
   public function setUrl($url)
10952 10952
   {
10953
-    $this->url = $url;
10953
+	$this->url = $url;
10954 10954
   }
10955 10955
   public function getUrl()
10956 10956
   {
10957
-    return $this->url;
10957
+	return $this->url;
10958 10958
   }
10959 10959
   public function setWidth($width)
10960 10960
   {
10961
-    $this->width = $width;
10961
+	$this->width = $width;
10962 10962
   }
10963 10963
   public function getWidth()
10964 10964
   {
10965
-    return $this->width;
10965
+	return $this->width;
10966 10966
   }
10967 10967
 }
10968 10968
 
@@ -10984,43 +10984,43 @@  discard block
 block discarded – undo
10984 10984
 
10985 10985
   public function setDefault(Google_Service_YouTube_Thumbnail $default)
10986 10986
   {
10987
-    $this->default = $default;
10987
+	$this->default = $default;
10988 10988
   }
10989 10989
   public function getDefault()
10990 10990
   {
10991
-    return $this->default;
10991
+	return $this->default;
10992 10992
   }
10993 10993
   public function setHigh(Google_Service_YouTube_Thumbnail $high)
10994 10994
   {
10995
-    $this->high = $high;
10995
+	$this->high = $high;
10996 10996
   }
10997 10997
   public function getHigh()
10998 10998
   {
10999
-    return $this->high;
10999
+	return $this->high;
11000 11000
   }
11001 11001
   public function setMaxres(Google_Service_YouTube_Thumbnail $maxres)
11002 11002
   {
11003
-    $this->maxres = $maxres;
11003
+	$this->maxres = $maxres;
11004 11004
   }
11005 11005
   public function getMaxres()
11006 11006
   {
11007
-    return $this->maxres;
11007
+	return $this->maxres;
11008 11008
   }
11009 11009
   public function setMedium(Google_Service_YouTube_Thumbnail $medium)
11010 11010
   {
11011
-    $this->medium = $medium;
11011
+	$this->medium = $medium;
11012 11012
   }
11013 11013
   public function getMedium()
11014 11014
   {
11015
-    return $this->medium;
11015
+	return $this->medium;
11016 11016
   }
11017 11017
   public function setStandard(Google_Service_YouTube_Thumbnail $standard)
11018 11018
   {
11019
-    $this->standard = $standard;
11019
+	$this->standard = $standard;
11020 11020
   }
11021 11021
   public function getStandard()
11022 11022
   {
11023
-    return $this->standard;
11023
+	return $this->standard;
11024 11024
   }
11025 11025
 }
11026 11026
 
@@ -11039,43 +11039,43 @@  discard block
 block discarded – undo
11039 11039
 
11040 11040
   public function setEtag($etag)
11041 11041
   {
11042
-    $this->etag = $etag;
11042
+	$this->etag = $etag;
11043 11043
   }
11044 11044
   public function getEtag()
11045 11045
   {
11046
-    return $this->etag;
11046
+	return $this->etag;
11047 11047
   }
11048 11048
   public function setEventId($eventId)
11049 11049
   {
11050
-    $this->eventId = $eventId;
11050
+	$this->eventId = $eventId;
11051 11051
   }
11052 11052
   public function getEventId()
11053 11053
   {
11054
-    return $this->eventId;
11054
+	return $this->eventId;
11055 11055
   }
11056 11056
   public function setItems($items)
11057 11057
   {
11058
-    $this->items = $items;
11058
+	$this->items = $items;
11059 11059
   }
11060 11060
   public function getItems()
11061 11061
   {
11062
-    return $this->items;
11062
+	return $this->items;
11063 11063
   }
11064 11064
   public function setKind($kind)
11065 11065
   {
11066
-    $this->kind = $kind;
11066
+	$this->kind = $kind;
11067 11067
   }
11068 11068
   public function getKind()
11069 11069
   {
11070
-    return $this->kind;
11070
+	return $this->kind;
11071 11071
   }
11072 11072
   public function setVisitorId($visitorId)
11073 11073
   {
11074
-    $this->visitorId = $visitorId;
11074
+	$this->visitorId = $visitorId;
11075 11075
   }
11076 11076
   public function getVisitorId()
11077 11077
   {
11078
-    return $this->visitorId;
11078
+	return $this->visitorId;
11079 11079
   }
11080 11080
 }
11081 11081
 
@@ -11126,155 +11126,155 @@  discard block
 block discarded – undo
11126 11126
 
11127 11127
   public function setAgeGating(Google_Service_YouTube_VideoAgeGating $ageGating)
11128 11128
   {
11129
-    $this->ageGating = $ageGating;
11129
+	$this->ageGating = $ageGating;
11130 11130
   }
11131 11131
   public function getAgeGating()
11132 11132
   {
11133
-    return $this->ageGating;
11133
+	return $this->ageGating;
11134 11134
   }
11135 11135
   public function setContentDetails(Google_Service_YouTube_VideoContentDetails $contentDetails)
11136 11136
   {
11137
-    $this->contentDetails = $contentDetails;
11137
+	$this->contentDetails = $contentDetails;
11138 11138
   }
11139 11139
   public function getContentDetails()
11140 11140
   {
11141
-    return $this->contentDetails;
11141
+	return $this->contentDetails;
11142 11142
   }
11143 11143
   public function setConversionPings(Google_Service_YouTube_VideoConversionPings $conversionPings)
11144 11144
   {
11145
-    $this->conversionPings = $conversionPings;
11145
+	$this->conversionPings = $conversionPings;
11146 11146
   }
11147 11147
   public function getConversionPings()
11148 11148
   {
11149
-    return $this->conversionPings;
11149
+	return $this->conversionPings;
11150 11150
   }
11151 11151
   public function setEtag($etag)
11152 11152
   {
11153
-    $this->etag = $etag;
11153
+	$this->etag = $etag;
11154 11154
   }
11155 11155
   public function getEtag()
11156 11156
   {
11157
-    return $this->etag;
11157
+	return $this->etag;
11158 11158
   }
11159 11159
   public function setFileDetails(Google_Service_YouTube_VideoFileDetails $fileDetails)
11160 11160
   {
11161
-    $this->fileDetails = $fileDetails;
11161
+	$this->fileDetails = $fileDetails;
11162 11162
   }
11163 11163
   public function getFileDetails()
11164 11164
   {
11165
-    return $this->fileDetails;
11165
+	return $this->fileDetails;
11166 11166
   }
11167 11167
   public function setId($id)
11168 11168
   {
11169
-    $this->id = $id;
11169
+	$this->id = $id;
11170 11170
   }
11171 11171
   public function getId()
11172 11172
   {
11173
-    return $this->id;
11173
+	return $this->id;
11174 11174
   }
11175 11175
   public function setKind($kind)
11176 11176
   {
11177
-    $this->kind = $kind;
11177
+	$this->kind = $kind;
11178 11178
   }
11179 11179
   public function getKind()
11180 11180
   {
11181
-    return $this->kind;
11181
+	return $this->kind;
11182 11182
   }
11183 11183
   public function setLiveStreamingDetails(Google_Service_YouTube_VideoLiveStreamingDetails $liveStreamingDetails)
11184 11184
   {
11185
-    $this->liveStreamingDetails = $liveStreamingDetails;
11185
+	$this->liveStreamingDetails = $liveStreamingDetails;
11186 11186
   }
11187 11187
   public function getLiveStreamingDetails()
11188 11188
   {
11189
-    return $this->liveStreamingDetails;
11189
+	return $this->liveStreamingDetails;
11190 11190
   }
11191 11191
   public function setLocalizations($localizations)
11192 11192
   {
11193
-    $this->localizations = $localizations;
11193
+	$this->localizations = $localizations;
11194 11194
   }
11195 11195
   public function getLocalizations()
11196 11196
   {
11197
-    return $this->localizations;
11197
+	return $this->localizations;
11198 11198
   }
11199 11199
   public function setMonetizationDetails(Google_Service_YouTube_VideoMonetizationDetails $monetizationDetails)
11200 11200
   {
11201
-    $this->monetizationDetails = $monetizationDetails;
11201
+	$this->monetizationDetails = $monetizationDetails;
11202 11202
   }
11203 11203
   public function getMonetizationDetails()
11204 11204
   {
11205
-    return $this->monetizationDetails;
11205
+	return $this->monetizationDetails;
11206 11206
   }
11207 11207
   public function setPlayer(Google_Service_YouTube_VideoPlayer $player)
11208 11208
   {
11209
-    $this->player = $player;
11209
+	$this->player = $player;
11210 11210
   }
11211 11211
   public function getPlayer()
11212 11212
   {
11213
-    return $this->player;
11213
+	return $this->player;
11214 11214
   }
11215 11215
   public function setProcessingDetails(Google_Service_YouTube_VideoProcessingDetails $processingDetails)
11216 11216
   {
11217
-    $this->processingDetails = $processingDetails;
11217
+	$this->processingDetails = $processingDetails;
11218 11218
   }
11219 11219
   public function getProcessingDetails()
11220 11220
   {
11221
-    return $this->processingDetails;
11221
+	return $this->processingDetails;
11222 11222
   }
11223 11223
   public function setProjectDetails(Google_Service_YouTube_VideoProjectDetails $projectDetails)
11224 11224
   {
11225
-    $this->projectDetails = $projectDetails;
11225
+	$this->projectDetails = $projectDetails;
11226 11226
   }
11227 11227
   public function getProjectDetails()
11228 11228
   {
11229
-    return $this->projectDetails;
11229
+	return $this->projectDetails;
11230 11230
   }
11231 11231
   public function setRecordingDetails(Google_Service_YouTube_VideoRecordingDetails $recordingDetails)
11232 11232
   {
11233
-    $this->recordingDetails = $recordingDetails;
11233
+	$this->recordingDetails = $recordingDetails;
11234 11234
   }
11235 11235
   public function getRecordingDetails()
11236 11236
   {
11237
-    return $this->recordingDetails;
11237
+	return $this->recordingDetails;
11238 11238
   }
11239 11239
   public function setSnippet(Google_Service_YouTube_VideoSnippet $snippet)
11240 11240
   {
11241
-    $this->snippet = $snippet;
11241
+	$this->snippet = $snippet;
11242 11242
   }
11243 11243
   public function getSnippet()
11244 11244
   {
11245
-    return $this->snippet;
11245
+	return $this->snippet;
11246 11246
   }
11247 11247
   public function setStatistics(Google_Service_YouTube_VideoStatistics $statistics)
11248 11248
   {
11249
-    $this->statistics = $statistics;
11249
+	$this->statistics = $statistics;
11250 11250
   }
11251 11251
   public function getStatistics()
11252 11252
   {
11253
-    return $this->statistics;
11253
+	return $this->statistics;
11254 11254
   }
11255 11255
   public function setStatus(Google_Service_YouTube_VideoStatus $status)
11256 11256
   {
11257
-    $this->status = $status;
11257
+	$this->status = $status;
11258 11258
   }
11259 11259
   public function getStatus()
11260 11260
   {
11261
-    return $this->status;
11261
+	return $this->status;
11262 11262
   }
11263 11263
   public function setSuggestions(Google_Service_YouTube_VideoSuggestions $suggestions)
11264 11264
   {
11265
-    $this->suggestions = $suggestions;
11265
+	$this->suggestions = $suggestions;
11266 11266
   }
11267 11267
   public function getSuggestions()
11268 11268
   {
11269
-    return $this->suggestions;
11269
+	return $this->suggestions;
11270 11270
   }
11271 11271
   public function setTopicDetails(Google_Service_YouTube_VideoTopicDetails $topicDetails)
11272 11272
   {
11273
-    $this->topicDetails = $topicDetails;
11273
+	$this->topicDetails = $topicDetails;
11274 11274
   }
11275 11275
   public function getTopicDetails()
11276 11276
   {
11277
-    return $this->topicDetails;
11277
+	return $this->topicDetails;
11278 11278
   }
11279 11279
 }
11280 11280
 
@@ -11291,43 +11291,43 @@  discard block
 block discarded – undo
11291 11291
 
11292 11292
   public function setComments($comments)
11293 11293
   {
11294
-    $this->comments = $comments;
11294
+	$this->comments = $comments;
11295 11295
   }
11296 11296
   public function getComments()
11297 11297
   {
11298
-    return $this->comments;
11298
+	return $this->comments;
11299 11299
   }
11300 11300
   public function setLanguage($language)
11301 11301
   {
11302
-    $this->language = $language;
11302
+	$this->language = $language;
11303 11303
   }
11304 11304
   public function getLanguage()
11305 11305
   {
11306
-    return $this->language;
11306
+	return $this->language;
11307 11307
   }
11308 11308
   public function setReasonId($reasonId)
11309 11309
   {
11310
-    $this->reasonId = $reasonId;
11310
+	$this->reasonId = $reasonId;
11311 11311
   }
11312 11312
   public function getReasonId()
11313 11313
   {
11314
-    return $this->reasonId;
11314
+	return $this->reasonId;
11315 11315
   }
11316 11316
   public function setSecondaryReasonId($secondaryReasonId)
11317 11317
   {
11318
-    $this->secondaryReasonId = $secondaryReasonId;
11318
+	$this->secondaryReasonId = $secondaryReasonId;
11319 11319
   }
11320 11320
   public function getSecondaryReasonId()
11321 11321
   {
11322
-    return $this->secondaryReasonId;
11322
+	return $this->secondaryReasonId;
11323 11323
   }
11324 11324
   public function setVideoId($videoId)
11325 11325
   {
11326
-    $this->videoId = $videoId;
11326
+	$this->videoId = $videoId;
11327 11327
   }
11328 11328
   public function getVideoId()
11329 11329
   {
11330
-    return $this->videoId;
11330
+	return $this->videoId;
11331 11331
   }
11332 11332
 }
11333 11333
 
@@ -11344,35 +11344,35 @@  discard block
 block discarded – undo
11344 11344
 
11345 11345
   public function setEtag($etag)
11346 11346
   {
11347
-    $this->etag = $etag;
11347
+	$this->etag = $etag;
11348 11348
   }
11349 11349
   public function getEtag()
11350 11350
   {
11351
-    return $this->etag;
11351
+	return $this->etag;
11352 11352
   }
11353 11353
   public function setId($id)
11354 11354
   {
11355
-    $this->id = $id;
11355
+	$this->id = $id;
11356 11356
   }
11357 11357
   public function getId()
11358 11358
   {
11359
-    return $this->id;
11359
+	return $this->id;
11360 11360
   }
11361 11361
   public function setKind($kind)
11362 11362
   {
11363
-    $this->kind = $kind;
11363
+	$this->kind = $kind;
11364 11364
   }
11365 11365
   public function getKind()
11366 11366
   {
11367
-    return $this->kind;
11367
+	return $this->kind;
11368 11368
   }
11369 11369
   public function setSnippet(Google_Service_YouTube_VideoAbuseReportReasonSnippet $snippet)
11370 11370
   {
11371
-    $this->snippet = $snippet;
11371
+	$this->snippet = $snippet;
11372 11372
   }
11373 11373
   public function getSnippet()
11374 11374
   {
11375
-    return $this->snippet;
11375
+	return $this->snippet;
11376 11376
   }
11377 11377
 }
11378 11378
 
@@ -11391,43 +11391,43 @@  discard block
 block discarded – undo
11391 11391
 
11392 11392
   public function setEtag($etag)
11393 11393
   {
11394
-    $this->etag = $etag;
11394
+	$this->etag = $etag;
11395 11395
   }
11396 11396
   public function getEtag()
11397 11397
   {
11398
-    return $this->etag;
11398
+	return $this->etag;
11399 11399
   }
11400 11400
   public function setEventId($eventId)
11401 11401
   {
11402
-    $this->eventId = $eventId;
11402
+	$this->eventId = $eventId;
11403 11403
   }
11404 11404
   public function getEventId()
11405 11405
   {
11406
-    return $this->eventId;
11406
+	return $this->eventId;
11407 11407
   }
11408 11408
   public function setItems($items)
11409 11409
   {
11410
-    $this->items = $items;
11410
+	$this->items = $items;
11411 11411
   }
11412 11412
   public function getItems()
11413 11413
   {
11414
-    return $this->items;
11414
+	return $this->items;
11415 11415
   }
11416 11416
   public function setKind($kind)
11417 11417
   {
11418
-    $this->kind = $kind;
11418
+	$this->kind = $kind;
11419 11419
   }
11420 11420
   public function getKind()
11421 11421
   {
11422
-    return $this->kind;
11422
+	return $this->kind;
11423 11423
   }
11424 11424
   public function setVisitorId($visitorId)
11425 11425
   {
11426
-    $this->visitorId = $visitorId;
11426
+	$this->visitorId = $visitorId;
11427 11427
   }
11428 11428
   public function getVisitorId()
11429 11429
   {
11430
-    return $this->visitorId;
11430
+	return $this->visitorId;
11431 11431
   }
11432 11432
 }
11433 11433
 
@@ -11443,19 +11443,19 @@  discard block
 block discarded – undo
11443 11443
 
11444 11444
   public function setLabel($label)
11445 11445
   {
11446
-    $this->label = $label;
11446
+	$this->label = $label;
11447 11447
   }
11448 11448
   public function getLabel()
11449 11449
   {
11450
-    return $this->label;
11450
+	return $this->label;
11451 11451
   }
11452 11452
   public function setSecondaryReasons($secondaryReasons)
11453 11453
   {
11454
-    $this->secondaryReasons = $secondaryReasons;
11454
+	$this->secondaryReasons = $secondaryReasons;
11455 11455
   }
11456 11456
   public function getSecondaryReasons()
11457 11457
   {
11458
-    return $this->secondaryReasons;
11458
+	return $this->secondaryReasons;
11459 11459
   }
11460 11460
 }
11461 11461
 
@@ -11469,19 +11469,19 @@  discard block
 block discarded – undo
11469 11469
 
11470 11470
   public function setId($id)
11471 11471
   {
11472
-    $this->id = $id;
11472
+	$this->id = $id;
11473 11473
   }
11474 11474
   public function getId()
11475 11475
   {
11476
-    return $this->id;
11476
+	return $this->id;
11477 11477
   }
11478 11478
   public function setLabel($label)
11479 11479
   {
11480
-    $this->label = $label;
11480
+	$this->label = $label;
11481 11481
   }
11482 11482
   public function getLabel()
11483 11483
   {
11484
-    return $this->label;
11484
+	return $this->label;
11485 11485
   }
11486 11486
 }
11487 11487
 
@@ -11496,27 +11496,27 @@  discard block
 block discarded – undo
11496 11496
 
11497 11497
   public function setAlcoholContent($alcoholContent)
11498 11498
   {
11499
-    $this->alcoholContent = $alcoholContent;
11499
+	$this->alcoholContent = $alcoholContent;
11500 11500
   }
11501 11501
   public function getAlcoholContent()
11502 11502
   {
11503
-    return $this->alcoholContent;
11503
+	return $this->alcoholContent;
11504 11504
   }
11505 11505
   public function setRestricted($restricted)
11506 11506
   {
11507
-    $this->restricted = $restricted;
11507
+	$this->restricted = $restricted;
11508 11508
   }
11509 11509
   public function getRestricted()
11510 11510
   {
11511
-    return $this->restricted;
11511
+	return $this->restricted;
11512 11512
   }
11513 11513
   public function setVideoGameRating($videoGameRating)
11514 11514
   {
11515
-    $this->videoGameRating = $videoGameRating;
11515
+	$this->videoGameRating = $videoGameRating;
11516 11516
   }
11517 11517
   public function getVideoGameRating()
11518 11518
   {
11519
-    return $this->videoGameRating;
11519
+	return $this->videoGameRating;
11520 11520
   }
11521 11521
 }
11522 11522
 
@@ -11533,35 +11533,35 @@  discard block
 block discarded – undo
11533 11533
 
11534 11534
   public function setEtag($etag)
11535 11535
   {
11536
-    $this->etag = $etag;
11536
+	$this->etag = $etag;
11537 11537
   }
11538 11538
   public function getEtag()
11539 11539
   {
11540
-    return $this->etag;
11540
+	return $this->etag;
11541 11541
   }
11542 11542
   public function setId($id)
11543 11543
   {
11544
-    $this->id = $id;
11544
+	$this->id = $id;
11545 11545
   }
11546 11546
   public function getId()
11547 11547
   {
11548
-    return $this->id;
11548
+	return $this->id;
11549 11549
   }
11550 11550
   public function setKind($kind)
11551 11551
   {
11552
-    $this->kind = $kind;
11552
+	$this->kind = $kind;
11553 11553
   }
11554 11554
   public function getKind()
11555 11555
   {
11556
-    return $this->kind;
11556
+	return $this->kind;
11557 11557
   }
11558 11558
   public function setSnippet(Google_Service_YouTube_VideoCategorySnippet $snippet)
11559 11559
   {
11560
-    $this->snippet = $snippet;
11560
+	$this->snippet = $snippet;
11561 11561
   }
11562 11562
   public function getSnippet()
11563 11563
   {
11564
-    return $this->snippet;
11564
+	return $this->snippet;
11565 11565
   }
11566 11566
 }
11567 11567
 
@@ -11586,75 +11586,75 @@  discard block
 block discarded – undo
11586 11586
 
11587 11587
   public function setEtag($etag)
11588 11588
   {
11589
-    $this->etag = $etag;
11589
+	$this->etag = $etag;
11590 11590
   }
11591 11591
   public function getEtag()
11592 11592
   {
11593
-    return $this->etag;
11593
+	return $this->etag;
11594 11594
   }
11595 11595
   public function setEventId($eventId)
11596 11596
   {
11597
-    $this->eventId = $eventId;
11597
+	$this->eventId = $eventId;
11598 11598
   }
11599 11599
   public function getEventId()
11600 11600
   {
11601
-    return $this->eventId;
11601
+	return $this->eventId;
11602 11602
   }
11603 11603
   public function setItems($items)
11604 11604
   {
11605
-    $this->items = $items;
11605
+	$this->items = $items;
11606 11606
   }
11607 11607
   public function getItems()
11608 11608
   {
11609
-    return $this->items;
11609
+	return $this->items;
11610 11610
   }
11611 11611
   public function setKind($kind)
11612 11612
   {
11613
-    $this->kind = $kind;
11613
+	$this->kind = $kind;
11614 11614
   }
11615 11615
   public function getKind()
11616 11616
   {
11617
-    return $this->kind;
11617
+	return $this->kind;
11618 11618
   }
11619 11619
   public function setNextPageToken($nextPageToken)
11620 11620
   {
11621
-    $this->nextPageToken = $nextPageToken;
11621
+	$this->nextPageToken = $nextPageToken;
11622 11622
   }
11623 11623
   public function getNextPageToken()
11624 11624
   {
11625
-    return $this->nextPageToken;
11625
+	return $this->nextPageToken;
11626 11626
   }
11627 11627
   public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
11628 11628
   {
11629
-    $this->pageInfo = $pageInfo;
11629
+	$this->pageInfo = $pageInfo;
11630 11630
   }
11631 11631
   public function getPageInfo()
11632 11632
   {
11633
-    return $this->pageInfo;
11633
+	return $this->pageInfo;
11634 11634
   }
11635 11635
   public function setPrevPageToken($prevPageToken)
11636 11636
   {
11637
-    $this->prevPageToken = $prevPageToken;
11637
+	$this->prevPageToken = $prevPageToken;
11638 11638
   }
11639 11639
   public function getPrevPageToken()
11640 11640
   {
11641
-    return $this->prevPageToken;
11641
+	return $this->prevPageToken;
11642 11642
   }
11643 11643
   public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
11644 11644
   {
11645
-    $this->tokenPagination = $tokenPagination;
11645
+	$this->tokenPagination = $tokenPagination;
11646 11646
   }
11647 11647
   public function getTokenPagination()
11648 11648
   {
11649
-    return $this->tokenPagination;
11649
+	return $this->tokenPagination;
11650 11650
   }
11651 11651
   public function setVisitorId($visitorId)
11652 11652
   {
11653
-    $this->visitorId = $visitorId;
11653
+	$this->visitorId = $visitorId;
11654 11654
   }
11655 11655
   public function getVisitorId()
11656 11656
   {
11657
-    return $this->visitorId;
11657
+	return $this->visitorId;
11658 11658
   }
11659 11659
 }
11660 11660
 
@@ -11669,27 +11669,27 @@  discard block
 block discarded – undo
11669 11669
 
11670 11670
   public function setAssignable($assignable)
11671 11671
   {
11672
-    $this->assignable = $assignable;
11672
+	$this->assignable = $assignable;
11673 11673
   }
11674 11674
   public function getAssignable()
11675 11675
   {
11676
-    return $this->assignable;
11676
+	return $this->assignable;
11677 11677
   }
11678 11678
   public function setChannelId($channelId)
11679 11679
   {
11680
-    $this->channelId = $channelId;
11680
+	$this->channelId = $channelId;
11681 11681
   }
11682 11682
   public function getChannelId()
11683 11683
   {
11684
-    return $this->channelId;
11684
+	return $this->channelId;
11685 11685
   }
11686 11686
   public function setTitle($title)
11687 11687
   {
11688
-    $this->title = $title;
11688
+	$this->title = $title;
11689 11689
   }
11690 11690
   public function getTitle()
11691 11691
   {
11692
-    return $this->title;
11692
+	return $this->title;
11693 11693
   }
11694 11694
 }
11695 11695
 
@@ -11712,67 +11712,67 @@  discard block
 block discarded – undo
11712 11712
 
11713 11713
   public function setCaption($caption)
11714 11714
   {
11715
-    $this->caption = $caption;
11715
+	$this->caption = $caption;
11716 11716
   }
11717 11717
   public function getCaption()
11718 11718
   {
11719
-    return $this->caption;
11719
+	return $this->caption;
11720 11720
   }
11721 11721
   public function setContentRating(Google_Service_YouTube_ContentRating $contentRating)
11722 11722
   {
11723
-    $this->contentRating = $contentRating;
11723
+	$this->contentRating = $contentRating;
11724 11724
   }
11725 11725
   public function getContentRating()
11726 11726
   {
11727
-    return $this->contentRating;
11727
+	return $this->contentRating;
11728 11728
   }
11729 11729
   public function setCountryRestriction(Google_Service_YouTube_AccessPolicy $countryRestriction)
11730 11730
   {
11731
-    $this->countryRestriction = $countryRestriction;
11731
+	$this->countryRestriction = $countryRestriction;
11732 11732
   }
11733 11733
   public function getCountryRestriction()
11734 11734
   {
11735
-    return $this->countryRestriction;
11735
+	return $this->countryRestriction;
11736 11736
   }
11737 11737
   public function setDefinition($definition)
11738 11738
   {
11739
-    $this->definition = $definition;
11739
+	$this->definition = $definition;
11740 11740
   }
11741 11741
   public function getDefinition()
11742 11742
   {
11743
-    return $this->definition;
11743
+	return $this->definition;
11744 11744
   }
11745 11745
   public function setDimension($dimension)
11746 11746
   {
11747
-    $this->dimension = $dimension;
11747
+	$this->dimension = $dimension;
11748 11748
   }
11749 11749
   public function getDimension()
11750 11750
   {
11751
-    return $this->dimension;
11751
+	return $this->dimension;
11752 11752
   }
11753 11753
   public function setDuration($duration)
11754 11754
   {
11755
-    $this->duration = $duration;
11755
+	$this->duration = $duration;
11756 11756
   }
11757 11757
   public function getDuration()
11758 11758
   {
11759
-    return $this->duration;
11759
+	return $this->duration;
11760 11760
   }
11761 11761
   public function setLicensedContent($licensedContent)
11762 11762
   {
11763
-    $this->licensedContent = $licensedContent;
11763
+	$this->licensedContent = $licensedContent;
11764 11764
   }
11765 11765
   public function getLicensedContent()
11766 11766
   {
11767
-    return $this->licensedContent;
11767
+	return $this->licensedContent;
11768 11768
   }
11769 11769
   public function setRegionRestriction(Google_Service_YouTube_VideoContentDetailsRegionRestriction $regionRestriction)
11770 11770
   {
11771
-    $this->regionRestriction = $regionRestriction;
11771
+	$this->regionRestriction = $regionRestriction;
11772 11772
   }
11773 11773
   public function getRegionRestriction()
11774 11774
   {
11775
-    return $this->regionRestriction;
11775
+	return $this->regionRestriction;
11776 11776
   }
11777 11777
 }
11778 11778
 
@@ -11787,19 +11787,19 @@  discard block
 block discarded – undo
11787 11787
 
11788 11788
   public function setAllowed($allowed)
11789 11789
   {
11790
-    $this->allowed = $allowed;
11790
+	$this->allowed = $allowed;
11791 11791
   }
11792 11792
   public function getAllowed()
11793 11793
   {
11794
-    return $this->allowed;
11794
+	return $this->allowed;
11795 11795
   }
11796 11796
   public function setBlocked($blocked)
11797 11797
   {
11798
-    $this->blocked = $blocked;
11798
+	$this->blocked = $blocked;
11799 11799
   }
11800 11800
   public function getBlocked()
11801 11801
   {
11802
-    return $this->blocked;
11802
+	return $this->blocked;
11803 11803
   }
11804 11804
 }
11805 11805
 
@@ -11813,19 +11813,19 @@  discard block
 block discarded – undo
11813 11813
 
11814 11814
   public function setContext($context)
11815 11815
   {
11816
-    $this->context = $context;
11816
+	$this->context = $context;
11817 11817
   }
11818 11818
   public function getContext()
11819 11819
   {
11820
-    return $this->context;
11820
+	return $this->context;
11821 11821
   }
11822 11822
   public function setConversionUrl($conversionUrl)
11823 11823
   {
11824
-    $this->conversionUrl = $conversionUrl;
11824
+	$this->conversionUrl = $conversionUrl;
11825 11825
   }
11826 11826
   public function getConversionUrl()
11827 11827
   {
11828
-    return $this->conversionUrl;
11828
+	return $this->conversionUrl;
11829 11829
   }
11830 11830
 }
11831 11831
 
@@ -11840,11 +11840,11 @@  discard block
 block discarded – undo
11840 11840
 
11841 11841
   public function setPings($pings)
11842 11842
   {
11843
-    $this->pings = $pings;
11843
+	$this->pings = $pings;
11844 11844
   }
11845 11845
   public function getPings()
11846 11846
   {
11847
-    return $this->pings;
11847
+	return $this->pings;
11848 11848
   }
11849 11849
 }
11850 11850
 
@@ -11870,83 +11870,83 @@  discard block
 block discarded – undo
11870 11870
 
11871 11871
   public function setAudioStreams($audioStreams)
11872 11872
   {
11873
-    $this->audioStreams = $audioStreams;
11873
+	$this->audioStreams = $audioStreams;
11874 11874
   }
11875 11875
   public function getAudioStreams()
11876 11876
   {
11877
-    return $this->audioStreams;
11877
+	return $this->audioStreams;
11878 11878
   }
11879 11879
   public function setBitrateBps($bitrateBps)
11880 11880
   {
11881
-    $this->bitrateBps = $bitrateBps;
11881
+	$this->bitrateBps = $bitrateBps;
11882 11882
   }
11883 11883
   public function getBitrateBps()
11884 11884
   {
11885
-    return $this->bitrateBps;
11885
+	return $this->bitrateBps;
11886 11886
   }
11887 11887
   public function setContainer($container)
11888 11888
   {
11889
-    $this->container = $container;
11889
+	$this->container = $container;
11890 11890
   }
11891 11891
   public function getContainer()
11892 11892
   {
11893
-    return $this->container;
11893
+	return $this->container;
11894 11894
   }
11895 11895
   public function setCreationTime($creationTime)
11896 11896
   {
11897
-    $this->creationTime = $creationTime;
11897
+	$this->creationTime = $creationTime;
11898 11898
   }
11899 11899
   public function getCreationTime()
11900 11900
   {
11901
-    return $this->creationTime;
11901
+	return $this->creationTime;
11902 11902
   }
11903 11903
   public function setDurationMs($durationMs)
11904 11904
   {
11905
-    $this->durationMs = $durationMs;
11905
+	$this->durationMs = $durationMs;
11906 11906
   }
11907 11907
   public function getDurationMs()
11908 11908
   {
11909
-    return $this->durationMs;
11909
+	return $this->durationMs;
11910 11910
   }
11911 11911
   public function setFileName($fileName)
11912 11912
   {
11913
-    $this->fileName = $fileName;
11913
+	$this->fileName = $fileName;
11914 11914
   }
11915 11915
   public function getFileName()
11916 11916
   {
11917
-    return $this->fileName;
11917
+	return $this->fileName;
11918 11918
   }
11919 11919
   public function setFileSize($fileSize)
11920 11920
   {
11921
-    $this->fileSize = $fileSize;
11921
+	$this->fileSize = $fileSize;
11922 11922
   }
11923 11923
   public function getFileSize()
11924 11924
   {
11925
-    return $this->fileSize;
11925
+	return $this->fileSize;
11926 11926
   }
11927 11927
   public function setFileType($fileType)
11928 11928
   {
11929
-    $this->fileType = $fileType;
11929
+	$this->fileType = $fileType;
11930 11930
   }
11931 11931
   public function getFileType()
11932 11932
   {
11933
-    return $this->fileType;
11933
+	return $this->fileType;
11934 11934
   }
11935 11935
   public function setRecordingLocation(Google_Service_YouTube_GeoPoint $recordingLocation)
11936 11936
   {
11937
-    $this->recordingLocation = $recordingLocation;
11937
+	$this->recordingLocation = $recordingLocation;
11938 11938
   }
11939 11939
   public function getRecordingLocation()
11940 11940
   {
11941
-    return $this->recordingLocation;
11941
+	return $this->recordingLocation;
11942 11942
   }
11943 11943
   public function setVideoStreams($videoStreams)
11944 11944
   {
11945
-    $this->videoStreams = $videoStreams;
11945
+	$this->videoStreams = $videoStreams;
11946 11946
   }
11947 11947
   public function getVideoStreams()
11948 11948
   {
11949
-    return $this->videoStreams;
11949
+	return $this->videoStreams;
11950 11950
   }
11951 11951
 }
11952 11952
 
@@ -11962,35 +11962,35 @@  discard block
 block discarded – undo
11962 11962
 
11963 11963
   public function setBitrateBps($bitrateBps)
11964 11964
   {
11965
-    $this->bitrateBps = $bitrateBps;
11965
+	$this->bitrateBps = $bitrateBps;
11966 11966
   }
11967 11967
   public function getBitrateBps()
11968 11968
   {
11969
-    return $this->bitrateBps;
11969
+	return $this->bitrateBps;
11970 11970
   }
11971 11971
   public function setChannelCount($channelCount)
11972 11972
   {
11973
-    $this->channelCount = $channelCount;
11973
+	$this->channelCount = $channelCount;
11974 11974
   }
11975 11975
   public function getChannelCount()
11976 11976
   {
11977
-    return $this->channelCount;
11977
+	return $this->channelCount;
11978 11978
   }
11979 11979
   public function setCodec($codec)
11980 11980
   {
11981
-    $this->codec = $codec;
11981
+	$this->codec = $codec;
11982 11982
   }
11983 11983
   public function getCodec()
11984 11984
   {
11985
-    return $this->codec;
11985
+	return $this->codec;
11986 11986
   }
11987 11987
   public function setVendor($vendor)
11988 11988
   {
11989
-    $this->vendor = $vendor;
11989
+	$this->vendor = $vendor;
11990 11990
   }
11991 11991
   public function getVendor()
11992 11992
   {
11993
-    return $this->vendor;
11993
+	return $this->vendor;
11994 11994
   }
11995 11995
 }
11996 11996
 
@@ -12010,67 +12010,67 @@  discard block
 block discarded – undo
12010 12010
 
12011 12011
   public function setAspectRatio($aspectRatio)
12012 12012
   {
12013
-    $this->aspectRatio = $aspectRatio;
12013
+	$this->aspectRatio = $aspectRatio;
12014 12014
   }
12015 12015
   public function getAspectRatio()
12016 12016
   {
12017
-    return $this->aspectRatio;
12017
+	return $this->aspectRatio;
12018 12018
   }
12019 12019
   public function setBitrateBps($bitrateBps)
12020 12020
   {
12021
-    $this->bitrateBps = $bitrateBps;
12021
+	$this->bitrateBps = $bitrateBps;
12022 12022
   }
12023 12023
   public function getBitrateBps()
12024 12024
   {
12025
-    return $this->bitrateBps;
12025
+	return $this->bitrateBps;
12026 12026
   }
12027 12027
   public function setCodec($codec)
12028 12028
   {
12029
-    $this->codec = $codec;
12029
+	$this->codec = $codec;
12030 12030
   }
12031 12031
   public function getCodec()
12032 12032
   {
12033
-    return $this->codec;
12033
+	return $this->codec;
12034 12034
   }
12035 12035
   public function setFrameRateFps($frameRateFps)
12036 12036
   {
12037
-    $this->frameRateFps = $frameRateFps;
12037
+	$this->frameRateFps = $frameRateFps;
12038 12038
   }
12039 12039
   public function getFrameRateFps()
12040 12040
   {
12041
-    return $this->frameRateFps;
12041
+	return $this->frameRateFps;
12042 12042
   }
12043 12043
   public function setHeightPixels($heightPixels)
12044 12044
   {
12045
-    $this->heightPixels = $heightPixels;
12045
+	$this->heightPixels = $heightPixels;
12046 12046
   }
12047 12047
   public function getHeightPixels()
12048 12048
   {
12049
-    return $this->heightPixels;
12049
+	return $this->heightPixels;
12050 12050
   }
12051 12051
   public function setRotation($rotation)
12052 12052
   {
12053
-    $this->rotation = $rotation;
12053
+	$this->rotation = $rotation;
12054 12054
   }
12055 12055
   public function getRotation()
12056 12056
   {
12057
-    return $this->rotation;
12057
+	return $this->rotation;
12058 12058
   }
12059 12059
   public function setVendor($vendor)
12060 12060
   {
12061
-    $this->vendor = $vendor;
12061
+	$this->vendor = $vendor;
12062 12062
   }
12063 12063
   public function getVendor()
12064 12064
   {
12065
-    return $this->vendor;
12065
+	return $this->vendor;
12066 12066
   }
12067 12067
   public function setWidthPixels($widthPixels)
12068 12068
   {
12069
-    $this->widthPixels = $widthPixels;
12069
+	$this->widthPixels = $widthPixels;
12070 12070
   }
12071 12071
   public function getWidthPixels()
12072 12072
   {
12073
-    return $this->widthPixels;
12073
+	return $this->widthPixels;
12074 12074
   }
12075 12075
 }
12076 12076
 
@@ -12089,43 +12089,43 @@  discard block
 block discarded – undo
12089 12089
 
12090 12090
   public function setEtag($etag)
12091 12091
   {
12092
-    $this->etag = $etag;
12092
+	$this->etag = $etag;
12093 12093
   }
12094 12094
   public function getEtag()
12095 12095
   {
12096
-    return $this->etag;
12096
+	return $this->etag;
12097 12097
   }
12098 12098
   public function setEventId($eventId)
12099 12099
   {
12100
-    $this->eventId = $eventId;
12100
+	$this->eventId = $eventId;
12101 12101
   }
12102 12102
   public function getEventId()
12103 12103
   {
12104
-    return $this->eventId;
12104
+	return $this->eventId;
12105 12105
   }
12106 12106
   public function setItems($items)
12107 12107
   {
12108
-    $this->items = $items;
12108
+	$this->items = $items;
12109 12109
   }
12110 12110
   public function getItems()
12111 12111
   {
12112
-    return $this->items;
12112
+	return $this->items;
12113 12113
   }
12114 12114
   public function setKind($kind)
12115 12115
   {
12116
-    $this->kind = $kind;
12116
+	$this->kind = $kind;
12117 12117
   }
12118 12118
   public function getKind()
12119 12119
   {
12120
-    return $this->kind;
12120
+	return $this->kind;
12121 12121
   }
12122 12122
   public function setVisitorId($visitorId)
12123 12123
   {
12124
-    $this->visitorId = $visitorId;
12124
+	$this->visitorId = $visitorId;
12125 12125
   }
12126 12126
   public function getVisitorId()
12127 12127
   {
12128
-    return $this->visitorId;
12128
+	return $this->visitorId;
12129 12129
   }
12130 12130
 }
12131 12131
 
@@ -12150,75 +12150,75 @@  discard block
 block discarded – undo
12150 12150
 
12151 12151
   public function setEtag($etag)
12152 12152
   {
12153
-    $this->etag = $etag;
12153
+	$this->etag = $etag;
12154 12154
   }
12155 12155
   public function getEtag()
12156 12156
   {
12157
-    return $this->etag;
12157
+	return $this->etag;
12158 12158
   }
12159 12159
   public function setEventId($eventId)
12160 12160
   {
12161
-    $this->eventId = $eventId;
12161
+	$this->eventId = $eventId;
12162 12162
   }
12163 12163
   public function getEventId()
12164 12164
   {
12165
-    return $this->eventId;
12165
+	return $this->eventId;
12166 12166
   }
12167 12167
   public function setItems($items)
12168 12168
   {
12169
-    $this->items = $items;
12169
+	$this->items = $items;
12170 12170
   }
12171 12171
   public function getItems()
12172 12172
   {
12173
-    return $this->items;
12173
+	return $this->items;
12174 12174
   }
12175 12175
   public function setKind($kind)
12176 12176
   {
12177
-    $this->kind = $kind;
12177
+	$this->kind = $kind;
12178 12178
   }
12179 12179
   public function getKind()
12180 12180
   {
12181
-    return $this->kind;
12181
+	return $this->kind;
12182 12182
   }
12183 12183
   public function setNextPageToken($nextPageToken)
12184 12184
   {
12185
-    $this->nextPageToken = $nextPageToken;
12185
+	$this->nextPageToken = $nextPageToken;
12186 12186
   }
12187 12187
   public function getNextPageToken()
12188 12188
   {
12189
-    return $this->nextPageToken;
12189
+	return $this->nextPageToken;
12190 12190
   }
12191 12191
   public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
12192 12192
   {
12193
-    $this->pageInfo = $pageInfo;
12193
+	$this->pageInfo = $pageInfo;
12194 12194
   }
12195 12195
   public function getPageInfo()
12196 12196
   {
12197
-    return $this->pageInfo;
12197
+	return $this->pageInfo;
12198 12198
   }
12199 12199
   public function setPrevPageToken($prevPageToken)
12200 12200
   {
12201
-    $this->prevPageToken = $prevPageToken;
12201
+	$this->prevPageToken = $prevPageToken;
12202 12202
   }
12203 12203
   public function getPrevPageToken()
12204 12204
   {
12205
-    return $this->prevPageToken;
12205
+	return $this->prevPageToken;
12206 12206
   }
12207 12207
   public function setTokenPagination(Google_Service_YouTube_TokenPagination $tokenPagination)
12208 12208
   {
12209
-    $this->tokenPagination = $tokenPagination;
12209
+	$this->tokenPagination = $tokenPagination;
12210 12210
   }
12211 12211
   public function getTokenPagination()
12212 12212
   {
12213
-    return $this->tokenPagination;
12213
+	return $this->tokenPagination;
12214 12214
   }
12215 12215
   public function setVisitorId($visitorId)
12216 12216
   {
12217
-    $this->visitorId = $visitorId;
12217
+	$this->visitorId = $visitorId;
12218 12218
   }
12219 12219
   public function getVisitorId()
12220 12220
   {
12221
-    return $this->visitorId;
12221
+	return $this->visitorId;
12222 12222
   }
12223 12223
 }
12224 12224
 
@@ -12235,43 +12235,43 @@  discard block
 block discarded – undo
12235 12235
 
12236 12236
   public function setActualEndTime($actualEndTime)
12237 12237
   {
12238
-    $this->actualEndTime = $actualEndTime;
12238
+	$this->actualEndTime = $actualEndTime;
12239 12239
   }
12240 12240
   public function getActualEndTime()
12241 12241
   {
12242
-    return $this->actualEndTime;
12242
+	return $this->actualEndTime;
12243 12243
   }
12244 12244
   public function setActualStartTime($actualStartTime)
12245 12245
   {
12246
-    $this->actualStartTime = $actualStartTime;
12246
+	$this->actualStartTime = $actualStartTime;
12247 12247
   }
12248 12248
   public function getActualStartTime()
12249 12249
   {
12250
-    return $this->actualStartTime;
12250
+	return $this->actualStartTime;
12251 12251
   }
12252 12252
   public function setConcurrentViewers($concurrentViewers)
12253 12253
   {
12254
-    $this->concurrentViewers = $concurrentViewers;
12254
+	$this->concurrentViewers = $concurrentViewers;
12255 12255
   }
12256 12256
   public function getConcurrentViewers()
12257 12257
   {
12258
-    return $this->concurrentViewers;
12258
+	return $this->concurrentViewers;
12259 12259
   }
12260 12260
   public function setScheduledEndTime($scheduledEndTime)
12261 12261
   {
12262
-    $this->scheduledEndTime = $scheduledEndTime;
12262
+	$this->scheduledEndTime = $scheduledEndTime;
12263 12263
   }
12264 12264
   public function getScheduledEndTime()
12265 12265
   {
12266
-    return $this->scheduledEndTime;
12266
+	return $this->scheduledEndTime;
12267 12267
   }
12268 12268
   public function setScheduledStartTime($scheduledStartTime)
12269 12269
   {
12270
-    $this->scheduledStartTime = $scheduledStartTime;
12270
+	$this->scheduledStartTime = $scheduledStartTime;
12271 12271
   }
12272 12272
   public function getScheduledStartTime()
12273 12273
   {
12274
-    return $this->scheduledStartTime;
12274
+	return $this->scheduledStartTime;
12275 12275
   }
12276 12276
 }
12277 12277
 
@@ -12285,19 +12285,19 @@  discard block
 block discarded – undo
12285 12285
 
12286 12286
   public function setDescription($description)
12287 12287
   {
12288
-    $this->description = $description;
12288
+	$this->description = $description;
12289 12289
   }
12290 12290
   public function getDescription()
12291 12291
   {
12292
-    return $this->description;
12292
+	return $this->description;
12293 12293
   }
12294 12294
   public function setTitle($title)
12295 12295
   {
12296
-    $this->title = $title;
12296
+	$this->title = $title;
12297 12297
   }
12298 12298
   public function getTitle()
12299 12299
   {
12300
-    return $this->title;
12300
+	return $this->title;
12301 12301
   }
12302 12302
 }
12303 12303
 
@@ -12315,11 +12315,11 @@  discard block
 block discarded – undo
12315 12315
 
12316 12316
   public function setAccess(Google_Service_YouTube_AccessPolicy $access)
12317 12317
   {
12318
-    $this->access = $access;
12318
+	$this->access = $access;
12319 12319
   }
12320 12320
   public function getAccess()
12321 12321
   {
12322
-    return $this->access;
12322
+	return $this->access;
12323 12323
   }
12324 12324
 }
12325 12325
 
@@ -12332,11 +12332,11 @@  discard block
 block discarded – undo
12332 12332
 
12333 12333
   public function setEmbedHtml($embedHtml)
12334 12334
   {
12335
-    $this->embedHtml = $embedHtml;
12335
+	$this->embedHtml = $embedHtml;
12336 12336
   }
12337 12337
   public function getEmbedHtml()
12338 12338
   {
12339
-    return $this->embedHtml;
12339
+	return $this->embedHtml;
12340 12340
   }
12341 12341
 }
12342 12342
 
@@ -12357,67 +12357,67 @@  discard block
 block discarded – undo
12357 12357
 
12358 12358
   public function setEditorSuggestionsAvailability($editorSuggestionsAvailability)
12359 12359
   {
12360
-    $this->editorSuggestionsAvailability = $editorSuggestionsAvailability;
12360
+	$this->editorSuggestionsAvailability = $editorSuggestionsAvailability;
12361 12361
   }
12362 12362
   public function getEditorSuggestionsAvailability()
12363 12363
   {
12364
-    return $this->editorSuggestionsAvailability;
12364
+	return $this->editorSuggestionsAvailability;
12365 12365
   }
12366 12366
   public function setFileDetailsAvailability($fileDetailsAvailability)
12367 12367
   {
12368
-    $this->fileDetailsAvailability = $fileDetailsAvailability;
12368
+	$this->fileDetailsAvailability = $fileDetailsAvailability;
12369 12369
   }
12370 12370
   public function getFileDetailsAvailability()
12371 12371
   {
12372
-    return $this->fileDetailsAvailability;
12372
+	return $this->fileDetailsAvailability;
12373 12373
   }
12374 12374
   public function setProcessingFailureReason($processingFailureReason)
12375 12375
   {
12376
-    $this->processingFailureReason = $processingFailureReason;
12376
+	$this->processingFailureReason = $processingFailureReason;
12377 12377
   }
12378 12378
   public function getProcessingFailureReason()
12379 12379
   {
12380
-    return $this->processingFailureReason;
12380
+	return $this->processingFailureReason;
12381 12381
   }
12382 12382
   public function setProcessingIssuesAvailability($processingIssuesAvailability)
12383 12383
   {
12384
-    $this->processingIssuesAvailability = $processingIssuesAvailability;
12384
+	$this->processingIssuesAvailability = $processingIssuesAvailability;
12385 12385
   }
12386 12386
   public function getProcessingIssuesAvailability()
12387 12387
   {
12388
-    return $this->processingIssuesAvailability;
12388
+	return $this->processingIssuesAvailability;
12389 12389
   }
12390 12390
   public function setProcessingProgress(Google_Service_YouTube_VideoProcessingDetailsProcessingProgress $processingProgress)
12391 12391
   {
12392
-    $this->processingProgress = $processingProgress;
12392
+	$this->processingProgress = $processingProgress;
12393 12393
   }
12394 12394
   public function getProcessingProgress()
12395 12395
   {
12396
-    return $this->processingProgress;
12396
+	return $this->processingProgress;
12397 12397
   }
12398 12398
   public function setProcessingStatus($processingStatus)
12399 12399
   {
12400
-    $this->processingStatus = $processingStatus;
12400
+	$this->processingStatus = $processingStatus;
12401 12401
   }
12402 12402
   public function getProcessingStatus()
12403 12403
   {
12404
-    return $this->processingStatus;
12404
+	return $this->processingStatus;
12405 12405
   }
12406 12406
   public function setTagSuggestionsAvailability($tagSuggestionsAvailability)
12407 12407
   {
12408
-    $this->tagSuggestionsAvailability = $tagSuggestionsAvailability;
12408
+	$this->tagSuggestionsAvailability = $tagSuggestionsAvailability;
12409 12409
   }
12410 12410
   public function getTagSuggestionsAvailability()
12411 12411
   {
12412
-    return $this->tagSuggestionsAvailability;
12412
+	return $this->tagSuggestionsAvailability;
12413 12413
   }
12414 12414
   public function setThumbnailsAvailability($thumbnailsAvailability)
12415 12415
   {
12416
-    $this->thumbnailsAvailability = $thumbnailsAvailability;
12416
+	$this->thumbnailsAvailability = $thumbnailsAvailability;
12417 12417
   }
12418 12418
   public function getThumbnailsAvailability()
12419 12419
   {
12420
-    return $this->thumbnailsAvailability;
12420
+	return $this->thumbnailsAvailability;
12421 12421
   }
12422 12422
 }
12423 12423
 
@@ -12432,27 +12432,27 @@  discard block
 block discarded – undo
12432 12432
 
12433 12433
   public function setPartsProcessed($partsProcessed)
12434 12434
   {
12435
-    $this->partsProcessed = $partsProcessed;
12435
+	$this->partsProcessed = $partsProcessed;
12436 12436
   }
12437 12437
   public function getPartsProcessed()
12438 12438
   {
12439
-    return $this->partsProcessed;
12439
+	return $this->partsProcessed;
12440 12440
   }
12441 12441
   public function setPartsTotal($partsTotal)
12442 12442
   {
12443
-    $this->partsTotal = $partsTotal;
12443
+	$this->partsTotal = $partsTotal;
12444 12444
   }
12445 12445
   public function getPartsTotal()
12446 12446
   {
12447
-    return $this->partsTotal;
12447
+	return $this->partsTotal;
12448 12448
   }
12449 12449
   public function setTimeLeftMs($timeLeftMs)
12450 12450
   {
12451
-    $this->timeLeftMs = $timeLeftMs;
12451
+	$this->timeLeftMs = $timeLeftMs;
12452 12452
   }
12453 12453
   public function getTimeLeftMs()
12454 12454
   {
12455
-    return $this->timeLeftMs;
12455
+	return $this->timeLeftMs;
12456 12456
   }
12457 12457
 }
12458 12458
 
@@ -12466,11 +12466,11 @@  discard block
 block discarded – undo
12466 12466
 
12467 12467
   public function setTags($tags)
12468 12468
   {
12469
-    $this->tags = $tags;
12469
+	$this->tags = $tags;
12470 12470
   }
12471 12471
   public function getTags()
12472 12472
   {
12473
-    return $this->tags;
12473
+	return $this->tags;
12474 12474
   }
12475 12475
 }
12476 12476
 
@@ -12484,19 +12484,19 @@  discard block
 block discarded – undo
12484 12484
 
12485 12485
   public function setRating($rating)
12486 12486
   {
12487
-    $this->rating = $rating;
12487
+	$this->rating = $rating;
12488 12488
   }
12489 12489
   public function getRating()
12490 12490
   {
12491
-    return $this->rating;
12491
+	return $this->rating;
12492 12492
   }
12493 12493
   public function setVideoId($videoId)
12494 12494
   {
12495
-    $this->videoId = $videoId;
12495
+	$this->videoId = $videoId;
12496 12496
   }
12497 12497
   public function getVideoId()
12498 12498
   {
12499
-    return $this->videoId;
12499
+	return $this->videoId;
12500 12500
   }
12501 12501
 }
12502 12502
 
@@ -12512,27 +12512,27 @@  discard block
 block discarded – undo
12512 12512
 
12513 12513
   public function setLocation(Google_Service_YouTube_GeoPoint $location)
12514 12514
   {
12515
-    $this->location = $location;
12515
+	$this->location = $location;
12516 12516
   }
12517 12517
   public function getLocation()
12518 12518
   {
12519
-    return $this->location;
12519
+	return $this->location;
12520 12520
   }
12521 12521
   public function setLocationDescription($locationDescription)
12522 12522
   {
12523
-    $this->locationDescription = $locationDescription;
12523
+	$this->locationDescription = $locationDescription;
12524 12524
   }
12525 12525
   public function getLocationDescription()
12526 12526
   {
12527
-    return $this->locationDescription;
12527
+	return $this->locationDescription;
12528 12528
   }
12529 12529
   public function setRecordingDate($recordingDate)
12530 12530
   {
12531
-    $this->recordingDate = $recordingDate;
12531
+	$this->recordingDate = $recordingDate;
12532 12532
   }
12533 12533
   public function getRecordingDate()
12534 12534
   {
12535
-    return $this->recordingDate;
12535
+	return $this->recordingDate;
12536 12536
   }
12537 12537
 }
12538 12538
 
@@ -12559,99 +12559,99 @@  discard block
 block discarded – undo
12559 12559
 
12560 12560
   public function setCategoryId($categoryId)
12561 12561
   {
12562
-    $this->categoryId = $categoryId;
12562
+	$this->categoryId = $categoryId;
12563 12563
   }
12564 12564
   public function getCategoryId()
12565 12565
   {
12566
-    return $this->categoryId;
12566
+	return $this->categoryId;
12567 12567
   }
12568 12568
   public function setChannelId($channelId)
12569 12569
   {
12570
-    $this->channelId = $channelId;
12570
+	$this->channelId = $channelId;
12571 12571
   }
12572 12572
   public function getChannelId()
12573 12573
   {
12574
-    return $this->channelId;
12574
+	return $this->channelId;
12575 12575
   }
12576 12576
   public function setChannelTitle($channelTitle)
12577 12577
   {
12578
-    $this->channelTitle = $channelTitle;
12578
+	$this->channelTitle = $channelTitle;
12579 12579
   }
12580 12580
   public function getChannelTitle()
12581 12581
   {
12582
-    return $this->channelTitle;
12582
+	return $this->channelTitle;
12583 12583
   }
12584 12584
   public function setDefaultAudioLanguage($defaultAudioLanguage)
12585 12585
   {
12586
-    $this->defaultAudioLanguage = $defaultAudioLanguage;
12586
+	$this->defaultAudioLanguage = $defaultAudioLanguage;
12587 12587
   }
12588 12588
   public function getDefaultAudioLanguage()
12589 12589
   {
12590
-    return $this->defaultAudioLanguage;
12590
+	return $this->defaultAudioLanguage;
12591 12591
   }
12592 12592
   public function setDefaultLanguage($defaultLanguage)
12593 12593
   {
12594
-    $this->defaultLanguage = $defaultLanguage;
12594
+	$this->defaultLanguage = $defaultLanguage;
12595 12595
   }
12596 12596
   public function getDefaultLanguage()
12597 12597
   {
12598
-    return $this->defaultLanguage;
12598
+	return $this->defaultLanguage;
12599 12599
   }
12600 12600
   public function setDescription($description)
12601 12601
   {
12602
-    $this->description = $description;
12602
+	$this->description = $description;
12603 12603
   }
12604 12604
   public function getDescription()
12605 12605
   {
12606
-    return $this->description;
12606
+	return $this->description;
12607 12607
   }
12608 12608
   public function setLiveBroadcastContent($liveBroadcastContent)
12609 12609
   {
12610
-    $this->liveBroadcastContent = $liveBroadcastContent;
12610
+	$this->liveBroadcastContent = $liveBroadcastContent;
12611 12611
   }
12612 12612
   public function getLiveBroadcastContent()
12613 12613
   {
12614
-    return $this->liveBroadcastContent;
12614
+	return $this->liveBroadcastContent;
12615 12615
   }
12616 12616
   public function setLocalized(Google_Service_YouTube_VideoLocalization $localized)
12617 12617
   {
12618
-    $this->localized = $localized;
12618
+	$this->localized = $localized;
12619 12619
   }
12620 12620
   public function getLocalized()
12621 12621
   {
12622
-    return $this->localized;
12622
+	return $this->localized;
12623 12623
   }
12624 12624
   public function setPublishedAt($publishedAt)
12625 12625
   {
12626
-    $this->publishedAt = $publishedAt;
12626
+	$this->publishedAt = $publishedAt;
12627 12627
   }
12628 12628
   public function getPublishedAt()
12629 12629
   {
12630
-    return $this->publishedAt;
12630
+	return $this->publishedAt;
12631 12631
   }
12632 12632
   public function setTags($tags)
12633 12633
   {
12634
-    $this->tags = $tags;
12634
+	$this->tags = $tags;
12635 12635
   }
12636 12636
   public function getTags()
12637 12637
   {
12638
-    return $this->tags;
12638
+	return $this->tags;
12639 12639
   }
12640 12640
   public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnails)
12641 12641
   {
12642
-    $this->thumbnails = $thumbnails;
12642
+	$this->thumbnails = $thumbnails;
12643 12643
   }
12644 12644
   public function getThumbnails()
12645 12645
   {
12646
-    return $this->thumbnails;
12646
+	return $this->thumbnails;
12647 12647
   }
12648 12648
   public function setTitle($title)
12649 12649
   {
12650
-    $this->title = $title;
12650
+	$this->title = $title;
12651 12651
   }
12652 12652
   public function getTitle()
12653 12653
   {
12654
-    return $this->title;
12654
+	return $this->title;
12655 12655
   }
12656 12656
 }
12657 12657
 
@@ -12668,43 +12668,43 @@  discard block
 block discarded – undo
12668 12668
 
12669 12669
   public function setCommentCount($commentCount)
12670 12670
   {
12671
-    $this->commentCount = $commentCount;
12671
+	$this->commentCount = $commentCount;
12672 12672
   }
12673 12673
   public function getCommentCount()
12674 12674
   {
12675
-    return $this->commentCount;
12675
+	return $this->commentCount;
12676 12676
   }
12677 12677
   public function setDislikeCount($dislikeCount)
12678 12678
   {
12679
-    $this->dislikeCount = $dislikeCount;
12679
+	$this->dislikeCount = $dislikeCount;
12680 12680
   }
12681 12681
   public function getDislikeCount()
12682 12682
   {
12683
-    return $this->dislikeCount;
12683
+	return $this->dislikeCount;
12684 12684
   }
12685 12685
   public function setFavoriteCount($favoriteCount)
12686 12686
   {
12687
-    $this->favoriteCount = $favoriteCount;
12687
+	$this->favoriteCount = $favoriteCount;
12688 12688
   }
12689 12689
   public function getFavoriteCount()
12690 12690
   {
12691
-    return $this->favoriteCount;
12691
+	return $this->favoriteCount;
12692 12692
   }
12693 12693
   public function setLikeCount($likeCount)
12694 12694
   {
12695
-    $this->likeCount = $likeCount;
12695
+	$this->likeCount = $likeCount;
12696 12696
   }
12697 12697
   public function getLikeCount()
12698 12698
   {
12699
-    return $this->likeCount;
12699
+	return $this->likeCount;
12700 12700
   }
12701 12701
   public function setViewCount($viewCount)
12702 12702
   {
12703
-    $this->viewCount = $viewCount;
12703
+	$this->viewCount = $viewCount;
12704 12704
   }
12705 12705
   public function getViewCount()
12706 12706
   {
12707
-    return $this->viewCount;
12707
+	return $this->viewCount;
12708 12708
   }
12709 12709
 }
12710 12710
 
@@ -12724,67 +12724,67 @@  discard block
 block discarded – undo
12724 12724
 
12725 12725
   public function setEmbeddable($embeddable)
12726 12726
   {
12727
-    $this->embeddable = $embeddable;
12727
+	$this->embeddable = $embeddable;
12728 12728
   }
12729 12729
   public function getEmbeddable()
12730 12730
   {
12731
-    return $this->embeddable;
12731
+	return $this->embeddable;
12732 12732
   }
12733 12733
   public function setFailureReason($failureReason)
12734 12734
   {
12735
-    $this->failureReason = $failureReason;
12735
+	$this->failureReason = $failureReason;
12736 12736
   }
12737 12737
   public function getFailureReason()
12738 12738
   {
12739
-    return $this->failureReason;
12739
+	return $this->failureReason;
12740 12740
   }
12741 12741
   public function setLicense($license)
12742 12742
   {
12743
-    $this->license = $license;
12743
+	$this->license = $license;
12744 12744
   }
12745 12745
   public function getLicense()
12746 12746
   {
12747
-    return $this->license;
12747
+	return $this->license;
12748 12748
   }
12749 12749
   public function setPrivacyStatus($privacyStatus)
12750 12750
   {
12751
-    $this->privacyStatus = $privacyStatus;
12751
+	$this->privacyStatus = $privacyStatus;
12752 12752
   }
12753 12753
   public function getPrivacyStatus()
12754 12754
   {
12755
-    return $this->privacyStatus;
12755
+	return $this->privacyStatus;
12756 12756
   }
12757 12757
   public function setPublicStatsViewable($publicStatsViewable)
12758 12758
   {
12759
-    $this->publicStatsViewable = $publicStatsViewable;
12759
+	$this->publicStatsViewable = $publicStatsViewable;
12760 12760
   }
12761 12761
   public function getPublicStatsViewable()
12762 12762
   {
12763
-    return $this->publicStatsViewable;
12763
+	return $this->publicStatsViewable;
12764 12764
   }
12765 12765
   public function setPublishAt($publishAt)
12766 12766
   {
12767
-    $this->publishAt = $publishAt;
12767
+	$this->publishAt = $publishAt;
12768 12768
   }
12769 12769
   public function getPublishAt()
12770 12770
   {
12771
-    return $this->publishAt;
12771
+	return $this->publishAt;
12772 12772
   }
12773 12773
   public function setRejectionReason($rejectionReason)
12774 12774
   {
12775
-    $this->rejectionReason = $rejectionReason;
12775
+	$this->rejectionReason = $rejectionReason;
12776 12776
   }
12777 12777
   public function getRejectionReason()
12778 12778
   {
12779
-    return $this->rejectionReason;
12779
+	return $this->rejectionReason;
12780 12780
   }
12781 12781
   public function setUploadStatus($uploadStatus)
12782 12782
   {
12783
-    $this->uploadStatus = $uploadStatus;
12783
+	$this->uploadStatus = $uploadStatus;
12784 12784
   }
12785 12785
   public function getUploadStatus()
12786 12786
   {
12787
-    return $this->uploadStatus;
12787
+	return $this->uploadStatus;
12788 12788
   }
12789 12789
 }
12790 12790
 
@@ -12803,43 +12803,43 @@  discard block
 block discarded – undo
12803 12803
 
12804 12804
   public function setEditorSuggestions($editorSuggestions)
12805 12805
   {
12806
-    $this->editorSuggestions = $editorSuggestions;
12806
+	$this->editorSuggestions = $editorSuggestions;
12807 12807
   }
12808 12808
   public function getEditorSuggestions()
12809 12809
   {
12810
-    return $this->editorSuggestions;
12810
+	return $this->editorSuggestions;
12811 12811
   }
12812 12812
   public function setProcessingErrors($processingErrors)
12813 12813
   {
12814
-    $this->processingErrors = $processingErrors;
12814
+	$this->processingErrors = $processingErrors;
12815 12815
   }
12816 12816
   public function getProcessingErrors()
12817 12817
   {
12818
-    return $this->processingErrors;
12818
+	return $this->processingErrors;
12819 12819
   }
12820 12820
   public function setProcessingHints($processingHints)
12821 12821
   {
12822
-    $this->processingHints = $processingHints;
12822
+	$this->processingHints = $processingHints;
12823 12823
   }
12824 12824
   public function getProcessingHints()
12825 12825
   {
12826
-    return $this->processingHints;
12826
+	return $this->processingHints;
12827 12827
   }
12828 12828
   public function setProcessingWarnings($processingWarnings)
12829 12829
   {
12830
-    $this->processingWarnings = $processingWarnings;
12830
+	$this->processingWarnings = $processingWarnings;
12831 12831
   }
12832 12832
   public function getProcessingWarnings()
12833 12833
   {
12834
-    return $this->processingWarnings;
12834
+	return $this->processingWarnings;
12835 12835
   }
12836 12836
   public function setTagSuggestions($tagSuggestions)
12837 12837
   {
12838
-    $this->tagSuggestions = $tagSuggestions;
12838
+	$this->tagSuggestions = $tagSuggestions;
12839 12839
   }
12840 12840
   public function getTagSuggestions()
12841 12841
   {
12842
-    return $this->tagSuggestions;
12842
+	return $this->tagSuggestions;
12843 12843
   }
12844 12844
 }
12845 12845
 
@@ -12854,19 +12854,19 @@  discard block
 block discarded – undo
12854 12854
 
12855 12855
   public function setCategoryRestricts($categoryRestricts)
12856 12856
   {
12857
-    $this->categoryRestricts = $categoryRestricts;
12857
+	$this->categoryRestricts = $categoryRestricts;
12858 12858
   }
12859 12859
   public function getCategoryRestricts()
12860 12860
   {
12861
-    return $this->categoryRestricts;
12861
+	return $this->categoryRestricts;
12862 12862
   }
12863 12863
   public function setTag($tag)
12864 12864
   {
12865
-    $this->tag = $tag;
12865
+	$this->tag = $tag;
12866 12866
   }
12867 12867
   public function getTag()
12868 12868
   {
12869
-    return $this->tag;
12869
+	return $this->tag;
12870 12870
   }
12871 12871
 }
12872 12872
 
@@ -12881,19 +12881,19 @@  discard block
 block discarded – undo
12881 12881
 
12882 12882
   public function setRelevantTopicIds($relevantTopicIds)
12883 12883
   {
12884
-    $this->relevantTopicIds = $relevantTopicIds;
12884
+	$this->relevantTopicIds = $relevantTopicIds;
12885 12885
   }
12886 12886
   public function getRelevantTopicIds()
12887 12887
   {
12888
-    return $this->relevantTopicIds;
12888
+	return $this->relevantTopicIds;
12889 12889
   }
12890 12890
   public function setTopicIds($topicIds)
12891 12891
   {
12892
-    $this->topicIds = $topicIds;
12892
+	$this->topicIds = $topicIds;
12893 12893
   }
12894 12894
   public function getTopicIds()
12895 12895
   {
12896
-    return $this->topicIds;
12896
+	return $this->topicIds;
12897 12897
   }
12898 12898
 }
12899 12899
 
@@ -12908,26 +12908,26 @@  discard block
 block discarded – undo
12908 12908
 
12909 12909
   public function setBackgroundColor($backgroundColor)
12910 12910
   {
12911
-    $this->backgroundColor = $backgroundColor;
12911
+	$this->backgroundColor = $backgroundColor;
12912 12912
   }
12913 12913
   public function getBackgroundColor()
12914 12914
   {
12915
-    return $this->backgroundColor;
12915
+	return $this->backgroundColor;
12916 12916
   }
12917 12917
   public function setFeaturedPlaylistId($featuredPlaylistId)
12918 12918
   {
12919
-    $this->featuredPlaylistId = $featuredPlaylistId;
12919
+	$this->featuredPlaylistId = $featuredPlaylistId;
12920 12920
   }
12921 12921
   public function getFeaturedPlaylistId()
12922 12922
   {
12923
-    return $this->featuredPlaylistId;
12923
+	return $this->featuredPlaylistId;
12924 12924
   }
12925 12925
   public function setTextColor($textColor)
12926 12926
   {
12927
-    $this->textColor = $textColor;
12927
+	$this->textColor = $textColor;
12928 12928
   }
12929 12929
   public function getTextColor()
12930 12930
   {
12931
-    return $this->textColor;
12931
+	return $this->textColor;
12932 12932
   }
12933 12933
 }
Please login to merge, or discard this patch.
Spacing   +40 added lines, -40 removed lines patch added patch discarded remove patch
@@ -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' => 'activities',
106 106
               'httpMethod' => 'GET',
107 107
               'parameters' => array(
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
                   'type' => 'string',
176 176
                 ),
177 177
               ),
178
-            ),'download' => array(
178
+            ), 'download' => array(
179 179
               'path' => 'captions/{id}',
180 180
               'httpMethod' => 'GET',
181 181
               'parameters' => array(
@@ -205,7 +205,7 @@  discard block
 block discarded – undo
205 205
                   'type' => 'string',
206 206
                 ),
207 207
               ),
208
-            ),'insert' => array(
208
+            ), 'insert' => array(
209 209
               'path' => 'captions',
210 210
               'httpMethod' => 'POST',
211 211
               'parameters' => array(
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
231 231
                   'type' => 'string',
232 232
                 ),
233 233
               ),
234
-            ),'list' => array(
234
+            ), 'list' => array(
235 235
               'path' => 'captions',
236 236
               'httpMethod' => 'GET',
237 237
               'parameters' => array(
@@ -262,7 +262,7 @@  discard block
 block discarded – undo
262 262
                   'type' => 'string',
263 263
                 ),
264 264
               ),
265
-            ),'update' => array(
265
+            ), 'update' => array(
266 266
               'path' => 'captions',
267 267
               'httpMethod' => 'PUT',
268 268
               'parameters' => array(
@@ -331,7 +331,7 @@  discard block
 block discarded – undo
331 331
                   'type' => 'string',
332 332
                 ),
333 333
               ),
334
-            ),'insert' => array(
334
+            ), 'insert' => array(
335 335
               'path' => 'channelSections',
336 336
               'httpMethod' => 'POST',
337 337
               'parameters' => array(
@@ -349,7 +349,7 @@  discard block
 block discarded – undo
349 349
                   'type' => 'string',
350 350
                 ),
351 351
               ),
352
-            ),'list' => array(
352
+            ), 'list' => array(
353 353
               'path' => 'channelSections',
354 354
               'httpMethod' => 'GET',
355 355
               'parameters' => array(
@@ -379,7 +379,7 @@  discard block
 block discarded – undo
379 379
                   'type' => 'string',
380 380
                 ),
381 381
               ),
382
-            ),'update' => array(
382
+            ), 'update' => array(
383 383
               'path' => 'channelSections',
384 384
               'httpMethod' => 'PUT',
385 385
               'parameters' => array(
@@ -453,7 +453,7 @@  discard block
 block discarded – undo
453 453
                   'type' => 'string',
454 454
                 ),
455 455
               ),
456
-            ),'update' => array(
456
+            ), 'update' => array(
457 457
               'path' => 'channels',
458 458
               'httpMethod' => 'PUT',
459 459
               'parameters' => array(
@@ -491,7 +491,7 @@  discard block
 block discarded – undo
491 491
                   'type' => 'boolean',
492 492
                 ),
493 493
               ),
494
-            ),'list' => array(
494
+            ), 'list' => array(
495 495
               'path' => 'commentThreads',
496 496
               'httpMethod' => 'GET',
497 497
               'parameters' => array(
@@ -541,7 +541,7 @@  discard block
 block discarded – undo
541 541
                   'type' => 'string',
542 542
                 ),
543 543
               ),
544
-            ),'update' => array(
544
+            ), 'update' => array(
545 545
               'path' => 'commentThreads',
546 546
               'httpMethod' => 'PUT',
547 547
               'parameters' => array(
@@ -571,7 +571,7 @@  discard block
 block discarded – undo
571 571
                   'required' => true,
572 572
                 ),
573 573
               ),
574
-            ),'insert' => array(
574
+            ), 'insert' => array(
575 575
               'path' => 'comments',
576 576
               'httpMethod' => 'POST',
577 577
               'parameters' => array(
@@ -581,7 +581,7 @@  discard block
 block discarded – undo
581 581
                   'required' => true,
582 582
                 ),
583 583
               ),
584
-            ),'list' => array(
584
+            ), 'list' => array(
585 585
               'path' => 'comments',
586 586
               'httpMethod' => 'GET',
587 587
               'parameters' => array(
@@ -611,7 +611,7 @@  discard block
 block discarded – undo
611 611
                   'type' => 'string',
612 612
                 ),
613 613
               ),
614
-            ),'markAsSpam' => array(
614
+            ), 'markAsSpam' => array(
615 615
               'path' => 'comments/markAsSpam',
616 616
               'httpMethod' => 'POST',
617 617
               'parameters' => array(
@@ -621,7 +621,7 @@  discard block
 block discarded – undo
621 621
                   'required' => true,
622 622
                 ),
623 623
               ),
624
-            ),'setModerationStatus' => array(
624
+            ), 'setModerationStatus' => array(
625 625
               'path' => 'comments/setModerationStatus',
626 626
               'httpMethod' => 'POST',
627 627
               'parameters' => array(
@@ -640,7 +640,7 @@  discard block
 block discarded – undo
640 640
                   'type' => 'boolean',
641 641
                 ),
642 642
               ),
643
-            ),'update' => array(
643
+            ), 'update' => array(
644 644
               'path' => 'comments',
645 645
               'httpMethod' => 'PUT',
646 646
               'parameters' => array(
@@ -767,7 +767,7 @@  discard block
 block discarded – undo
767 767
                   'type' => 'string',
768 768
                 ),
769 769
               ),
770
-            ),'control' => array(
770
+            ), 'control' => array(
771 771
               'path' => 'liveBroadcasts/control',
772 772
               'httpMethod' => 'POST',
773 773
               'parameters' => array(
@@ -802,7 +802,7 @@  discard block
 block discarded – undo
802 802
                   'type' => 'string',
803 803
                 ),
804 804
               ),
805
-            ),'delete' => array(
805
+            ), 'delete' => array(
806 806
               'path' => 'liveBroadcasts',
807 807
               'httpMethod' => 'DELETE',
808 808
               'parameters' => array(
@@ -820,7 +820,7 @@  discard block
 block discarded – undo
820 820
                   'type' => 'string',
821 821
                 ),
822 822
               ),
823
-            ),'insert' => array(
823
+            ), 'insert' => array(
824 824
               'path' => 'liveBroadcasts',
825 825
               'httpMethod' => 'POST',
826 826
               'parameters' => array(
@@ -838,7 +838,7 @@  discard block
 block discarded – undo
838 838
                   'type' => 'string',
839 839
                 ),
840 840
               ),
841
-            ),'list' => array(
841
+            ), 'list' => array(
842 842
               'path' => 'liveBroadcasts',
843 843
               'httpMethod' => 'GET',
844 844
               'parameters' => array(
@@ -876,7 +876,7 @@  discard block
 block discarded – undo
876 876
                   'type' => 'string',
877 877
                 ),
878 878
               ),
879
-            ),'transition' => array(
879
+            ), 'transition' => array(
880 880
               'path' => 'liveBroadcasts/transition',
881 881
               'httpMethod' => 'POST',
882 882
               'parameters' => array(
@@ -904,7 +904,7 @@  discard block
 block discarded – undo
904 904
                   'type' => 'string',
905 905
                 ),
906 906
               ),
907
-            ),'update' => array(
907
+            ), 'update' => array(
908 908
               'path' => 'liveBroadcasts',
909 909
               'httpMethod' => 'PUT',
910 910
               'parameters' => array(
@@ -950,7 +950,7 @@  discard block
 block discarded – undo
950 950
                   'type' => 'string',
951 951
                 ),
952 952
               ),
953
-            ),'insert' => array(
953
+            ), 'insert' => array(
954 954
               'path' => 'liveStreams',
955 955
               'httpMethod' => 'POST',
956 956
               'parameters' => array(
@@ -968,7 +968,7 @@  discard block
 block discarded – undo
968 968
                   'type' => 'string',
969 969
                 ),
970 970
               ),
971
-            ),'list' => array(
971
+            ), 'list' => array(
972 972
               'path' => 'liveStreams',
973 973
               'httpMethod' => 'GET',
974 974
               'parameters' => array(
@@ -1002,7 +1002,7 @@  discard block
 block discarded – undo
1002 1002
                   'type' => 'string',
1003 1003
                 ),
1004 1004
               ),
1005
-            ),'update' => array(
1005
+            ), 'update' => array(
1006 1006
               'path' => 'liveStreams',
1007 1007
               'httpMethod' => 'PUT',
1008 1008
               'parameters' => array(
@@ -1040,7 +1040,7 @@  discard block
 block discarded – undo
1040 1040
                   'required' => true,
1041 1041
                 ),
1042 1042
               ),
1043
-            ),'insert' => array(
1043
+            ), 'insert' => array(
1044 1044
               'path' => 'playlistItems',
1045 1045
               'httpMethod' => 'POST',
1046 1046
               'parameters' => array(
@@ -1054,7 +1054,7 @@  discard block
 block discarded – undo
1054 1054
                   'type' => 'string',
1055 1055
                 ),
1056 1056
               ),
1057
-            ),'list' => array(
1057
+            ), 'list' => array(
1058 1058
               'path' => 'playlistItems',
1059 1059
               'httpMethod' => 'GET',
1060 1060
               'parameters' => array(
@@ -1088,7 +1088,7 @@  discard block
 block discarded – undo
1088 1088
                   'type' => 'string',
1089 1089
                 ),
1090 1090
               ),
1091
-            ),'update' => array(
1091
+            ), 'update' => array(
1092 1092
               'path' => 'playlistItems',
1093 1093
               'httpMethod' => 'PUT',
1094 1094
               'parameters' => array(
@@ -1122,7 +1122,7 @@  discard block
 block discarded – undo
1122 1122
                   'type' => 'string',
1123 1123
                 ),
1124 1124
               ),
1125
-            ),'insert' => array(
1125
+            ), 'insert' => array(
1126 1126
               'path' => 'playlists',
1127 1127
               'httpMethod' => 'POST',
1128 1128
               'parameters' => array(
@@ -1140,7 +1140,7 @@  discard block
 block discarded – undo
1140 1140
                   'type' => 'string',
1141 1141
                 ),
1142 1142
               ),
1143
-            ),'list' => array(
1143
+            ), 'list' => array(
1144 1144
               'path' => 'playlists',
1145 1145
               'httpMethod' => 'GET',
1146 1146
               'parameters' => array(
@@ -1182,7 +1182,7 @@  discard block
 block discarded – undo
1182 1182
                   'type' => 'string',
1183 1183
                 ),
1184 1184
               ),
1185
-            ),'update' => array(
1185
+            ), 'update' => array(
1186 1186
               'path' => 'playlists',
1187 1187
               'httpMethod' => 'PUT',
1188 1188
               'parameters' => array(
@@ -1356,7 +1356,7 @@  discard block
 block discarded – undo
1356 1356
                   'required' => true,
1357 1357
                 ),
1358 1358
               ),
1359
-            ),'insert' => array(
1359
+            ), 'insert' => array(
1360 1360
               'path' => 'subscriptions',
1361 1361
               'httpMethod' => 'POST',
1362 1362
               'parameters' => array(
@@ -1366,7 +1366,7 @@  discard block
 block discarded – undo
1366 1366
                   'required' => true,
1367 1367
                 ),
1368 1368
               ),
1369
-            ),'list' => array(
1369
+            ), 'list' => array(
1370 1370
               'path' => 'subscriptions',
1371 1371
               'httpMethod' => 'GET',
1372 1372
               'parameters' => array(
@@ -1520,7 +1520,7 @@  discard block
 block discarded – undo
1520 1520
                   'type' => 'string',
1521 1521
                 ),
1522 1522
               ),
1523
-            ),'getRating' => array(
1523
+            ), 'getRating' => array(
1524 1524
               'path' => 'videos/getRating',
1525 1525
               'httpMethod' => 'GET',
1526 1526
               'parameters' => array(
@@ -1534,7 +1534,7 @@  discard block
 block discarded – undo
1534 1534
                   'type' => 'string',
1535 1535
                 ),
1536 1536
               ),
1537
-            ),'insert' => array(
1537
+            ), 'insert' => array(
1538 1538
               'path' => 'videos',
1539 1539
               'httpMethod' => 'POST',
1540 1540
               'parameters' => array(
@@ -1564,7 +1564,7 @@  discard block
 block discarded – undo
1564 1564
                   'type' => 'boolean',
1565 1565
                 ),
1566 1566
               ),
1567
-            ),'list' => array(
1567
+            ), 'list' => array(
1568 1568
               'path' => 'videos',
1569 1569
               'httpMethod' => 'GET',
1570 1570
               'parameters' => array(
@@ -1618,7 +1618,7 @@  discard block
 block discarded – undo
1618 1618
                   'type' => 'string',
1619 1619
                 ),
1620 1620
               ),
1621
-            ),'rate' => array(
1621
+            ), 'rate' => array(
1622 1622
               'path' => 'videos/rate',
1623 1623
               'httpMethod' => 'POST',
1624 1624
               'parameters' => array(
@@ -1633,7 +1633,7 @@  discard block
 block discarded – undo
1633 1633
                   'required' => true,
1634 1634
                 ),
1635 1635
               ),
1636
-            ),'reportAbuse' => array(
1636
+            ), 'reportAbuse' => array(
1637 1637
               'path' => 'videos/reportAbuse',
1638 1638
               'httpMethod' => 'POST',
1639 1639
               'parameters' => array(
@@ -1642,7 +1642,7 @@  discard block
 block discarded – undo
1642 1642
                   'type' => 'string',
1643 1643
                 ),
1644 1644
               ),
1645
-            ),'update' => array(
1645
+            ), 'update' => array(
1646 1646
               'path' => 'videos',
1647 1647
               'httpMethod' => 'PUT',
1648 1648
               'parameters' => array(
@@ -1680,7 +1680,7 @@  discard block
 block discarded – undo
1680 1680
                   'type' => 'string',
1681 1681
                 ),
1682 1682
               ),
1683
-            ),'unset' => array(
1683
+            ), 'unset' => array(
1684 1684
               'path' => 'watermarks/unset',
1685 1685
               'httpMethod' => 'POST',
1686 1686
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/YouTubeAnalytics.php 3 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -379,7 +379,7 @@  discard block
 block discarded – undo
379 379
   /**
380 380
    * Creates a group item. (groupItems.insert)
381 381
    *
382
-   * @param Google_GroupItem $postBody
382
+   * @param Google_Service_YouTubeAnalytics_GroupItem $postBody
383 383
    * @param array $optParams Optional parameters.
384 384
    *
385 385
    * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
@@ -474,7 +474,7 @@  discard block
 block discarded – undo
474 474
   /**
475 475
    * Creates a group. (groups.insert)
476 476
    *
477
-   * @param Google_Group $postBody
477
+   * @param Google_Service_YouTubeAnalytics_Group $postBody
478 478
    * @param array $optParams Optional parameters.
479 479
    *
480 480
    * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
@@ -535,7 +535,7 @@  discard block
 block discarded – undo
535 535
    * Modifies a group. For example, you could change a group's title.
536 536
    * (groups.update)
537 537
    *
538
-   * @param Google_Group $postBody
538
+   * @param Google_Service_YouTubeAnalytics_Group $postBody
539 539
    * @param array $optParams Optional parameters.
540 540
    *
541 541
    * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
Please login to merge, or discard this patch.
Indentation   +347 added lines, -347 removed lines patch added patch discarded remove patch
@@ -32,19 +32,19 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage your YouTube account. */
34 34
   const YOUTUBE =
35
-      "https://www.googleapis.com/auth/youtube";
35
+	  "https://www.googleapis.com/auth/youtube";
36 36
   /** View your YouTube account. */
37 37
   const YOUTUBE_READONLY =
38
-      "https://www.googleapis.com/auth/youtube.readonly";
38
+	  "https://www.googleapis.com/auth/youtube.readonly";
39 39
   /** View and manage your assets and associated content on YouTube. */
40 40
   const YOUTUBEPARTNER =
41
-      "https://www.googleapis.com/auth/youtubepartner";
41
+	  "https://www.googleapis.com/auth/youtubepartner";
42 42
   /** View YouTube Analytics monetary reports for your YouTube content. */
43 43
   const YT_ANALYTICS_MONETARY_READONLY =
44
-      "https://www.googleapis.com/auth/yt-analytics-monetary.readonly";
44
+	  "https://www.googleapis.com/auth/yt-analytics-monetary.readonly";
45 45
   /** View YouTube Analytics reports for your YouTube content. */
46 46
   const YT_ANALYTICS_READONLY =
47
-      "https://www.googleapis.com/auth/yt-analytics.readonly";
47
+	  "https://www.googleapis.com/auth/yt-analytics.readonly";
48 48
 
49 49
   public $batchReportDefinitions;
50 50
   public $batchReports;
@@ -60,222 +60,222 @@  discard block
 block discarded – undo
60 60
    */
61 61
   public function __construct(Google_Client $client)
62 62
   {
63
-    parent::__construct($client);
64
-    $this->rootUrl = 'https://www.googleapis.com/';
65
-    $this->servicePath = 'youtube/analytics/v1/';
66
-    $this->version = 'v1';
67
-    $this->serviceName = 'youtubeAnalytics';
68
-
69
-    $this->batchReportDefinitions = new Google_Service_YouTubeAnalytics_BatchReportDefinitions_Resource(
70
-        $this,
71
-        $this->serviceName,
72
-        'batchReportDefinitions',
73
-        array(
74
-          'methods' => array(
75
-            'list' => array(
76
-              'path' => 'batchReportDefinitions',
77
-              'httpMethod' => 'GET',
78
-              'parameters' => array(
79
-                'onBehalfOfContentOwner' => array(
80
-                  'location' => 'query',
81
-                  'type' => 'string',
82
-                  'required' => true,
83
-                ),
84
-              ),
85
-            ),
86
-          )
87
-        )
88
-    );
89
-    $this->batchReports = new Google_Service_YouTubeAnalytics_BatchReports_Resource(
90
-        $this,
91
-        $this->serviceName,
92
-        'batchReports',
93
-        array(
94
-          'methods' => array(
95
-            'list' => array(
96
-              'path' => 'batchReports',
97
-              'httpMethod' => 'GET',
98
-              'parameters' => array(
99
-                'batchReportDefinitionId' => array(
100
-                  'location' => 'query',
101
-                  'type' => 'string',
102
-                  'required' => true,
103
-                ),
104
-                'onBehalfOfContentOwner' => array(
105
-                  'location' => 'query',
106
-                  'type' => 'string',
107
-                  'required' => true,
108
-                ),
109
-              ),
110
-            ),
111
-          )
112
-        )
113
-    );
114
-    $this->groupItems = new Google_Service_YouTubeAnalytics_GroupItems_Resource(
115
-        $this,
116
-        $this->serviceName,
117
-        'groupItems',
118
-        array(
119
-          'methods' => array(
120
-            'delete' => array(
121
-              'path' => 'groupItems',
122
-              'httpMethod' => 'DELETE',
123
-              'parameters' => array(
124
-                'id' => array(
125
-                  'location' => 'query',
126
-                  'type' => 'string',
127
-                  'required' => true,
128
-                ),
129
-                'onBehalfOfContentOwner' => array(
130
-                  'location' => 'query',
131
-                  'type' => 'string',
132
-                ),
133
-              ),
134
-            ),'insert' => array(
135
-              'path' => 'groupItems',
136
-              'httpMethod' => 'POST',
137
-              'parameters' => array(
138
-                'onBehalfOfContentOwner' => array(
139
-                  'location' => 'query',
140
-                  'type' => 'string',
141
-                ),
142
-              ),
143
-            ),'list' => array(
144
-              'path' => 'groupItems',
145
-              'httpMethod' => 'GET',
146
-              'parameters' => array(
147
-                'groupId' => array(
148
-                  'location' => 'query',
149
-                  'type' => 'string',
150
-                  'required' => true,
151
-                ),
152
-                'onBehalfOfContentOwner' => array(
153
-                  'location' => 'query',
154
-                  'type' => 'string',
155
-                ),
156
-              ),
157
-            ),
158
-          )
159
-        )
160
-    );
161
-    $this->groups = new Google_Service_YouTubeAnalytics_Groups_Resource(
162
-        $this,
163
-        $this->serviceName,
164
-        'groups',
165
-        array(
166
-          'methods' => array(
167
-            'delete' => array(
168
-              'path' => 'groups',
169
-              'httpMethod' => 'DELETE',
170
-              'parameters' => array(
171
-                'id' => array(
172
-                  'location' => 'query',
173
-                  'type' => 'string',
174
-                  'required' => true,
175
-                ),
176
-                'onBehalfOfContentOwner' => array(
177
-                  'location' => 'query',
178
-                  'type' => 'string',
179
-                ),
180
-              ),
181
-            ),'insert' => array(
182
-              'path' => 'groups',
183
-              'httpMethod' => 'POST',
184
-              'parameters' => array(
185
-                'onBehalfOfContentOwner' => array(
186
-                  'location' => 'query',
187
-                  'type' => 'string',
188
-                ),
189
-              ),
190
-            ),'list' => array(
191
-              'path' => 'groups',
192
-              'httpMethod' => 'GET',
193
-              'parameters' => array(
194
-                'onBehalfOfContentOwner' => array(
195
-                  'location' => 'query',
196
-                  'type' => 'string',
197
-                ),
198
-                'id' => array(
199
-                  'location' => 'query',
200
-                  'type' => 'string',
201
-                ),
202
-                'mine' => array(
203
-                  'location' => 'query',
204
-                  'type' => 'boolean',
205
-                ),
206
-              ),
207
-            ),'update' => array(
208
-              'path' => 'groups',
209
-              'httpMethod' => 'PUT',
210
-              'parameters' => array(
211
-                'onBehalfOfContentOwner' => array(
212
-                  'location' => 'query',
213
-                  'type' => 'string',
214
-                ),
215
-              ),
216
-            ),
217
-          )
218
-        )
219
-    );
220
-    $this->reports = new Google_Service_YouTubeAnalytics_Reports_Resource(
221
-        $this,
222
-        $this->serviceName,
223
-        'reports',
224
-        array(
225
-          'methods' => array(
226
-            'query' => array(
227
-              'path' => 'reports',
228
-              'httpMethod' => 'GET',
229
-              'parameters' => array(
230
-                'ids' => array(
231
-                  'location' => 'query',
232
-                  'type' => 'string',
233
-                  'required' => true,
234
-                ),
235
-                'start-date' => array(
236
-                  'location' => 'query',
237
-                  'type' => 'string',
238
-                  'required' => true,
239
-                ),
240
-                'end-date' => array(
241
-                  'location' => 'query',
242
-                  'type' => 'string',
243
-                  'required' => true,
244
-                ),
245
-                'metrics' => array(
246
-                  'location' => 'query',
247
-                  'type' => 'string',
248
-                  'required' => true,
249
-                ),
250
-                'max-results' => array(
251
-                  'location' => 'query',
252
-                  'type' => 'integer',
253
-                ),
254
-                'sort' => array(
255
-                  'location' => 'query',
256
-                  'type' => 'string',
257
-                ),
258
-                'dimensions' => array(
259
-                  'location' => 'query',
260
-                  'type' => 'string',
261
-                ),
262
-                'start-index' => array(
263
-                  'location' => 'query',
264
-                  'type' => 'integer',
265
-                ),
266
-                'currency' => array(
267
-                  'location' => 'query',
268
-                  'type' => 'string',
269
-                ),
270
-                'filters' => array(
271
-                  'location' => 'query',
272
-                  'type' => 'string',
273
-                ),
274
-              ),
275
-            ),
276
-          )
277
-        )
278
-    );
63
+	parent::__construct($client);
64
+	$this->rootUrl = 'https://www.googleapis.com/';
65
+	$this->servicePath = 'youtube/analytics/v1/';
66
+	$this->version = 'v1';
67
+	$this->serviceName = 'youtubeAnalytics';
68
+
69
+	$this->batchReportDefinitions = new Google_Service_YouTubeAnalytics_BatchReportDefinitions_Resource(
70
+		$this,
71
+		$this->serviceName,
72
+		'batchReportDefinitions',
73
+		array(
74
+		  'methods' => array(
75
+			'list' => array(
76
+			  'path' => 'batchReportDefinitions',
77
+			  'httpMethod' => 'GET',
78
+			  'parameters' => array(
79
+				'onBehalfOfContentOwner' => array(
80
+				  'location' => 'query',
81
+				  'type' => 'string',
82
+				  'required' => true,
83
+				),
84
+			  ),
85
+			),
86
+		  )
87
+		)
88
+	);
89
+	$this->batchReports = new Google_Service_YouTubeAnalytics_BatchReports_Resource(
90
+		$this,
91
+		$this->serviceName,
92
+		'batchReports',
93
+		array(
94
+		  'methods' => array(
95
+			'list' => array(
96
+			  'path' => 'batchReports',
97
+			  'httpMethod' => 'GET',
98
+			  'parameters' => array(
99
+				'batchReportDefinitionId' => array(
100
+				  'location' => 'query',
101
+				  'type' => 'string',
102
+				  'required' => true,
103
+				),
104
+				'onBehalfOfContentOwner' => array(
105
+				  'location' => 'query',
106
+				  'type' => 'string',
107
+				  'required' => true,
108
+				),
109
+			  ),
110
+			),
111
+		  )
112
+		)
113
+	);
114
+	$this->groupItems = new Google_Service_YouTubeAnalytics_GroupItems_Resource(
115
+		$this,
116
+		$this->serviceName,
117
+		'groupItems',
118
+		array(
119
+		  'methods' => array(
120
+			'delete' => array(
121
+			  'path' => 'groupItems',
122
+			  'httpMethod' => 'DELETE',
123
+			  'parameters' => array(
124
+				'id' => array(
125
+				  'location' => 'query',
126
+				  'type' => 'string',
127
+				  'required' => true,
128
+				),
129
+				'onBehalfOfContentOwner' => array(
130
+				  'location' => 'query',
131
+				  'type' => 'string',
132
+				),
133
+			  ),
134
+			),'insert' => array(
135
+			  'path' => 'groupItems',
136
+			  'httpMethod' => 'POST',
137
+			  'parameters' => array(
138
+				'onBehalfOfContentOwner' => array(
139
+				  'location' => 'query',
140
+				  'type' => 'string',
141
+				),
142
+			  ),
143
+			),'list' => array(
144
+			  'path' => 'groupItems',
145
+			  'httpMethod' => 'GET',
146
+			  'parameters' => array(
147
+				'groupId' => array(
148
+				  'location' => 'query',
149
+				  'type' => 'string',
150
+				  'required' => true,
151
+				),
152
+				'onBehalfOfContentOwner' => array(
153
+				  'location' => 'query',
154
+				  'type' => 'string',
155
+				),
156
+			  ),
157
+			),
158
+		  )
159
+		)
160
+	);
161
+	$this->groups = new Google_Service_YouTubeAnalytics_Groups_Resource(
162
+		$this,
163
+		$this->serviceName,
164
+		'groups',
165
+		array(
166
+		  'methods' => array(
167
+			'delete' => array(
168
+			  'path' => 'groups',
169
+			  'httpMethod' => 'DELETE',
170
+			  'parameters' => array(
171
+				'id' => array(
172
+				  'location' => 'query',
173
+				  'type' => 'string',
174
+				  'required' => true,
175
+				),
176
+				'onBehalfOfContentOwner' => array(
177
+				  'location' => 'query',
178
+				  'type' => 'string',
179
+				),
180
+			  ),
181
+			),'insert' => array(
182
+			  'path' => 'groups',
183
+			  'httpMethod' => 'POST',
184
+			  'parameters' => array(
185
+				'onBehalfOfContentOwner' => array(
186
+				  'location' => 'query',
187
+				  'type' => 'string',
188
+				),
189
+			  ),
190
+			),'list' => array(
191
+			  'path' => 'groups',
192
+			  'httpMethod' => 'GET',
193
+			  'parameters' => array(
194
+				'onBehalfOfContentOwner' => array(
195
+				  'location' => 'query',
196
+				  'type' => 'string',
197
+				),
198
+				'id' => array(
199
+				  'location' => 'query',
200
+				  'type' => 'string',
201
+				),
202
+				'mine' => array(
203
+				  'location' => 'query',
204
+				  'type' => 'boolean',
205
+				),
206
+			  ),
207
+			),'update' => array(
208
+			  'path' => 'groups',
209
+			  'httpMethod' => 'PUT',
210
+			  'parameters' => array(
211
+				'onBehalfOfContentOwner' => array(
212
+				  'location' => 'query',
213
+				  'type' => 'string',
214
+				),
215
+			  ),
216
+			),
217
+		  )
218
+		)
219
+	);
220
+	$this->reports = new Google_Service_YouTubeAnalytics_Reports_Resource(
221
+		$this,
222
+		$this->serviceName,
223
+		'reports',
224
+		array(
225
+		  'methods' => array(
226
+			'query' => array(
227
+			  'path' => 'reports',
228
+			  'httpMethod' => 'GET',
229
+			  'parameters' => array(
230
+				'ids' => array(
231
+				  'location' => 'query',
232
+				  'type' => 'string',
233
+				  'required' => true,
234
+				),
235
+				'start-date' => array(
236
+				  'location' => 'query',
237
+				  'type' => 'string',
238
+				  'required' => true,
239
+				),
240
+				'end-date' => array(
241
+				  'location' => 'query',
242
+				  'type' => 'string',
243
+				  'required' => true,
244
+				),
245
+				'metrics' => array(
246
+				  'location' => 'query',
247
+				  'type' => 'string',
248
+				  'required' => true,
249
+				),
250
+				'max-results' => array(
251
+				  'location' => 'query',
252
+				  'type' => 'integer',
253
+				),
254
+				'sort' => array(
255
+				  'location' => 'query',
256
+				  'type' => 'string',
257
+				),
258
+				'dimensions' => array(
259
+				  'location' => 'query',
260
+				  'type' => 'string',
261
+				),
262
+				'start-index' => array(
263
+				  'location' => 'query',
264
+				  'type' => 'integer',
265
+				),
266
+				'currency' => array(
267
+				  'location' => 'query',
268
+				  'type' => 'string',
269
+				),
270
+				'filters' => array(
271
+				  'location' => 'query',
272
+				  'type' => 'string',
273
+				),
274
+			  ),
275
+			),
276
+		  )
277
+		)
278
+	);
279 279
   }
280 280
 }
281 281
 
@@ -302,9 +302,9 @@  discard block
 block discarded – undo
302 302
    */
303 303
   public function listBatchReportDefinitions($onBehalfOfContentOwner, $optParams = array())
304 304
   {
305
-    $params = array('onBehalfOfContentOwner' => $onBehalfOfContentOwner);
306
-    $params = array_merge($params, $optParams);
307
-    return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_BatchReportDefinitionList");
305
+	$params = array('onBehalfOfContentOwner' => $onBehalfOfContentOwner);
306
+	$params = array_merge($params, $optParams);
307
+	return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_BatchReportDefinitionList");
308 308
   }
309 309
 }
310 310
 
@@ -332,9 +332,9 @@  discard block
 block discarded – undo
332 332
    */
333 333
   public function listBatchReports($batchReportDefinitionId, $onBehalfOfContentOwner, $optParams = array())
334 334
   {
335
-    $params = array('batchReportDefinitionId' => $batchReportDefinitionId, 'onBehalfOfContentOwner' => $onBehalfOfContentOwner);
336
-    $params = array_merge($params, $optParams);
337
-    return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_BatchReportList");
335
+	$params = array('batchReportDefinitionId' => $batchReportDefinitionId, 'onBehalfOfContentOwner' => $onBehalfOfContentOwner);
336
+	$params = array_merge($params, $optParams);
337
+	return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_BatchReportList");
338 338
   }
339 339
 }
340 340
 
@@ -371,9 +371,9 @@  discard block
 block discarded – undo
371 371
    */
372 372
   public function delete($id, $optParams = array())
373 373
   {
374
-    $params = array('id' => $id);
375
-    $params = array_merge($params, $optParams);
376
-    return $this->call('delete', array($params));
374
+	$params = array('id' => $id);
375
+	$params = array_merge($params, $optParams);
376
+	return $this->call('delete', array($params));
377 377
   }
378 378
 
379 379
   /**
@@ -398,9 +398,9 @@  discard block
 block discarded – undo
398 398
    */
399 399
   public function insert(Google_Service_YouTubeAnalytics_GroupItem $postBody, $optParams = array())
400 400
   {
401
-    $params = array('postBody' => $postBody);
402
-    $params = array_merge($params, $optParams);
403
-    return $this->call('insert', array($params), "Google_Service_YouTubeAnalytics_GroupItem");
401
+	$params = array('postBody' => $postBody);
402
+	$params = array_merge($params, $optParams);
403
+	return $this->call('insert', array($params), "Google_Service_YouTubeAnalytics_GroupItem");
404 404
   }
405 405
 
406 406
   /**
@@ -427,9 +427,9 @@  discard block
 block discarded – undo
427 427
    */
428 428
   public function listGroupItems($groupId, $optParams = array())
429 429
   {
430
-    $params = array('groupId' => $groupId);
431
-    $params = array_merge($params, $optParams);
432
-    return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_GroupItemListResponse");
430
+	$params = array('groupId' => $groupId);
431
+	$params = array_merge($params, $optParams);
432
+	return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_GroupItemListResponse");
433 433
   }
434 434
 }
435 435
 
@@ -466,9 +466,9 @@  discard block
 block discarded – undo
466 466
    */
467 467
   public function delete($id, $optParams = array())
468 468
   {
469
-    $params = array('id' => $id);
470
-    $params = array_merge($params, $optParams);
471
-    return $this->call('delete', array($params));
469
+	$params = array('id' => $id);
470
+	$params = array_merge($params, $optParams);
471
+	return $this->call('delete', array($params));
472 472
   }
473 473
 
474 474
   /**
@@ -493,9 +493,9 @@  discard block
 block discarded – undo
493 493
    */
494 494
   public function insert(Google_Service_YouTubeAnalytics_Group $postBody, $optParams = array())
495 495
   {
496
-    $params = array('postBody' => $postBody);
497
-    $params = array_merge($params, $optParams);
498
-    return $this->call('insert', array($params), "Google_Service_YouTubeAnalytics_Group");
496
+	$params = array('postBody' => $postBody);
497
+	$params = array_merge($params, $optParams);
498
+	return $this->call('insert', array($params), "Google_Service_YouTubeAnalytics_Group");
499 499
   }
500 500
 
501 501
   /**
@@ -526,9 +526,9 @@  discard block
 block discarded – undo
526 526
    */
527 527
   public function listGroups($optParams = array())
528 528
   {
529
-    $params = array();
530
-    $params = array_merge($params, $optParams);
531
-    return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_GroupListResponse");
529
+	$params = array();
530
+	$params = array_merge($params, $optParams);
531
+	return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_GroupListResponse");
532 532
   }
533 533
 
534 534
   /**
@@ -554,9 +554,9 @@  discard block
 block discarded – undo
554 554
    */
555 555
   public function update(Google_Service_YouTubeAnalytics_Group $postBody, $optParams = array())
556 556
   {
557
-    $params = array('postBody' => $postBody);
558
-    $params = array_merge($params, $optParams);
559
-    return $this->call('update', array($params), "Google_Service_YouTubeAnalytics_Group");
557
+	$params = array('postBody' => $postBody);
558
+	$params = array_merge($params, $optParams);
559
+	return $this->call('update', array($params), "Google_Service_YouTubeAnalytics_Group");
560 560
   }
561 561
 }
562 562
 
@@ -619,9 +619,9 @@  discard block
 block discarded – undo
619 619
    */
620 620
   public function query($ids, $startDate, $endDate, $metrics, $optParams = array())
621 621
   {
622
-    $params = array('ids' => $ids, 'start-date' => $startDate, 'end-date' => $endDate, 'metrics' => $metrics);
623
-    $params = array_merge($params, $optParams);
624
-    return $this->call('query', array($params), "Google_Service_YouTubeAnalytics_ResultTable");
622
+	$params = array('ids' => $ids, 'start-date' => $startDate, 'end-date' => $endDate, 'metrics' => $metrics);
623
+	$params = array_merge($params, $optParams);
624
+	return $this->call('query', array($params), "Google_Service_YouTubeAnalytics_ResultTable");
625 625
   }
626 626
 }
627 627
 
@@ -645,51 +645,51 @@  discard block
 block discarded – undo
645 645
 
646 646
   public function setId($id)
647 647
   {
648
-    $this->id = $id;
648
+	$this->id = $id;
649 649
   }
650 650
   public function getId()
651 651
   {
652
-    return $this->id;
652
+	return $this->id;
653 653
   }
654 654
   public function setKind($kind)
655 655
   {
656
-    $this->kind = $kind;
656
+	$this->kind = $kind;
657 657
   }
658 658
   public function getKind()
659 659
   {
660
-    return $this->kind;
660
+	return $this->kind;
661 661
   }
662 662
   public function setOutputs($outputs)
663 663
   {
664
-    $this->outputs = $outputs;
664
+	$this->outputs = $outputs;
665 665
   }
666 666
   public function getOutputs()
667 667
   {
668
-    return $this->outputs;
668
+	return $this->outputs;
669 669
   }
670 670
   public function setReportId($reportId)
671 671
   {
672
-    $this->reportId = $reportId;
672
+	$this->reportId = $reportId;
673 673
   }
674 674
   public function getReportId()
675 675
   {
676
-    return $this->reportId;
676
+	return $this->reportId;
677 677
   }
678 678
   public function setTimeSpan(Google_Service_YouTubeAnalytics_BatchReportTimeSpan $timeSpan)
679 679
   {
680
-    $this->timeSpan = $timeSpan;
680
+	$this->timeSpan = $timeSpan;
681 681
   }
682 682
   public function getTimeSpan()
683 683
   {
684
-    return $this->timeSpan;
684
+	return $this->timeSpan;
685 685
   }
686 686
   public function setTimeUpdated($timeUpdated)
687 687
   {
688
-    $this->timeUpdated = $timeUpdated;
688
+	$this->timeUpdated = $timeUpdated;
689 689
   }
690 690
   public function getTimeUpdated()
691 691
   {
692
-    return $this->timeUpdated;
692
+	return $this->timeUpdated;
693 693
   }
694 694
 }
695 695
 
@@ -706,43 +706,43 @@  discard block
 block discarded – undo
706 706
 
707 707
   public function setId($id)
708 708
   {
709
-    $this->id = $id;
709
+	$this->id = $id;
710 710
   }
711 711
   public function getId()
712 712
   {
713
-    return $this->id;
713
+	return $this->id;
714 714
   }
715 715
   public function setKind($kind)
716 716
   {
717
-    $this->kind = $kind;
717
+	$this->kind = $kind;
718 718
   }
719 719
   public function getKind()
720 720
   {
721
-    return $this->kind;
721
+	return $this->kind;
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 setStatus($status)
732 732
   {
733
-    $this->status = $status;
733
+	$this->status = $status;
734 734
   }
735 735
   public function getStatus()
736 736
   {
737
-    return $this->status;
737
+	return $this->status;
738 738
   }
739 739
   public function setType($type)
740 740
   {
741
-    $this->type = $type;
741
+	$this->type = $type;
742 742
   }
743 743
   public function getType()
744 744
   {
745
-    return $this->type;
745
+	return $this->type;
746 746
   }
747 747
 }
748 748
 
@@ -758,19 +758,19 @@  discard block
 block discarded – undo
758 758
 
759 759
   public function setItems($items)
760 760
   {
761
-    $this->items = $items;
761
+	$this->items = $items;
762 762
   }
763 763
   public function getItems()
764 764
   {
765
-    return $this->items;
765
+	return $this->items;
766 766
   }
767 767
   public function setKind($kind)
768 768
   {
769
-    $this->kind = $kind;
769
+	$this->kind = $kind;
770 770
   }
771 771
   public function getKind()
772 772
   {
773
-    return $this->kind;
773
+	return $this->kind;
774 774
   }
775 775
 }
776 776
 
@@ -786,19 +786,19 @@  discard block
 block discarded – undo
786 786
 
787 787
   public function setItems($items)
788 788
   {
789
-    $this->items = $items;
789
+	$this->items = $items;
790 790
   }
791 791
   public function getItems()
792 792
   {
793
-    return $this->items;
793
+	return $this->items;
794 794
   }
795 795
   public function setKind($kind)
796 796
   {
797
-    $this->kind = $kind;
797
+	$this->kind = $kind;
798 798
   }
799 799
   public function getKind()
800 800
   {
801
-    return $this->kind;
801
+	return $this->kind;
802 802
   }
803 803
 }
804 804
 
@@ -813,27 +813,27 @@  discard block
 block discarded – undo
813 813
 
814 814
   public function setDownloadUrl($downloadUrl)
815 815
   {
816
-    $this->downloadUrl = $downloadUrl;
816
+	$this->downloadUrl = $downloadUrl;
817 817
   }
818 818
   public function getDownloadUrl()
819 819
   {
820
-    return $this->downloadUrl;
820
+	return $this->downloadUrl;
821 821
   }
822 822
   public function setFormat($format)
823 823
   {
824
-    $this->format = $format;
824
+	$this->format = $format;
825 825
   }
826 826
   public function getFormat()
827 827
   {
828
-    return $this->format;
828
+	return $this->format;
829 829
   }
830 830
   public function setType($type)
831 831
   {
832
-    $this->type = $type;
832
+	$this->type = $type;
833 833
   }
834 834
   public function getType()
835 835
   {
836
-    return $this->type;
836
+	return $this->type;
837 837
   }
838 838
 }
839 839
 
@@ -847,19 +847,19 @@  discard block
 block discarded – undo
847 847
 
848 848
   public function setEndTime($endTime)
849 849
   {
850
-    $this->endTime = $endTime;
850
+	$this->endTime = $endTime;
851 851
   }
852 852
   public function getEndTime()
853 853
   {
854
-    return $this->endTime;
854
+	return $this->endTime;
855 855
   }
856 856
   public function setStartTime($startTime)
857 857
   {
858
-    $this->startTime = $startTime;
858
+	$this->startTime = $startTime;
859 859
   }
860 860
   public function getStartTime()
861 861
   {
862
-    return $this->startTime;
862
+	return $this->startTime;
863 863
   }
864 864
 }
865 865
 
@@ -878,43 +878,43 @@  discard block
 block discarded – undo
878 878
 
879 879
   public function setContentDetails(Google_Service_YouTubeAnalytics_GroupContentDetails $contentDetails)
880 880
   {
881
-    $this->contentDetails = $contentDetails;
881
+	$this->contentDetails = $contentDetails;
882 882
   }
883 883
   public function getContentDetails()
884 884
   {
885
-    return $this->contentDetails;
885
+	return $this->contentDetails;
886 886
   }
887 887
   public function setEtag($etag)
888 888
   {
889
-    $this->etag = $etag;
889
+	$this->etag = $etag;
890 890
   }
891 891
   public function getEtag()
892 892
   {
893
-    return $this->etag;
893
+	return $this->etag;
894 894
   }
895 895
   public function setId($id)
896 896
   {
897
-    $this->id = $id;
897
+	$this->id = $id;
898 898
   }
899 899
   public function getId()
900 900
   {
901
-    return $this->id;
901
+	return $this->id;
902 902
   }
903 903
   public function setKind($kind)
904 904
   {
905
-    $this->kind = $kind;
905
+	$this->kind = $kind;
906 906
   }
907 907
   public function getKind()
908 908
   {
909
-    return $this->kind;
909
+	return $this->kind;
910 910
   }
911 911
   public function setSnippet(Google_Service_YouTubeAnalytics_GroupSnippet $snippet)
912 912
   {
913
-    $this->snippet = $snippet;
913
+	$this->snippet = $snippet;
914 914
   }
915 915
   public function getSnippet()
916 916
   {
917
-    return $this->snippet;
917
+	return $this->snippet;
918 918
   }
919 919
 }
920 920
 
@@ -928,19 +928,19 @@  discard block
 block discarded – undo
928 928
 
929 929
   public function setItemCount($itemCount)
930 930
   {
931
-    $this->itemCount = $itemCount;
931
+	$this->itemCount = $itemCount;
932 932
   }
933 933
   public function getItemCount()
934 934
   {
935
-    return $this->itemCount;
935
+	return $this->itemCount;
936 936
   }
937 937
   public function setItemType($itemType)
938 938
   {
939
-    $this->itemType = $itemType;
939
+	$this->itemType = $itemType;
940 940
   }
941 941
   public function getItemType()
942 942
   {
943
-    return $this->itemType;
943
+	return $this->itemType;
944 944
   }
945 945
 }
946 946
 
@@ -958,43 +958,43 @@  discard block
 block discarded – undo
958 958
 
959 959
   public function setEtag($etag)
960 960
   {
961
-    $this->etag = $etag;
961
+	$this->etag = $etag;
962 962
   }
963 963
   public function getEtag()
964 964
   {
965
-    return $this->etag;
965
+	return $this->etag;
966 966
   }
967 967
   public function setGroupId($groupId)
968 968
   {
969
-    $this->groupId = $groupId;
969
+	$this->groupId = $groupId;
970 970
   }
971 971
   public function getGroupId()
972 972
   {
973
-    return $this->groupId;
973
+	return $this->groupId;
974 974
   }
975 975
   public function setId($id)
976 976
   {
977
-    $this->id = $id;
977
+	$this->id = $id;
978 978
   }
979 979
   public function getId()
980 980
   {
981
-    return $this->id;
981
+	return $this->id;
982 982
   }
983 983
   public function setKind($kind)
984 984
   {
985
-    $this->kind = $kind;
985
+	$this->kind = $kind;
986 986
   }
987 987
   public function getKind()
988 988
   {
989
-    return $this->kind;
989
+	return $this->kind;
990 990
   }
991 991
   public function setResource(Google_Service_YouTubeAnalytics_GroupItemResource $resource)
992 992
   {
993
-    $this->resource = $resource;
993
+	$this->resource = $resource;
994 994
   }
995 995
   public function getResource()
996 996
   {
997
-    return $this->resource;
997
+	return $this->resource;
998 998
   }
999 999
 }
1000 1000
 
@@ -1011,27 +1011,27 @@  discard block
 block discarded – undo
1011 1011
 
1012 1012
   public function setEtag($etag)
1013 1013
   {
1014
-    $this->etag = $etag;
1014
+	$this->etag = $etag;
1015 1015
   }
1016 1016
   public function getEtag()
1017 1017
   {
1018
-    return $this->etag;
1018
+	return $this->etag;
1019 1019
   }
1020 1020
   public function setItems($items)
1021 1021
   {
1022
-    $this->items = $items;
1022
+	$this->items = $items;
1023 1023
   }
1024 1024
   public function getItems()
1025 1025
   {
1026
-    return $this->items;
1026
+	return $this->items;
1027 1027
   }
1028 1028
   public function setKind($kind)
1029 1029
   {
1030
-    $this->kind = $kind;
1030
+	$this->kind = $kind;
1031 1031
   }
1032 1032
   public function getKind()
1033 1033
   {
1034
-    return $this->kind;
1034
+	return $this->kind;
1035 1035
   }
1036 1036
 }
1037 1037
 
@@ -1045,19 +1045,19 @@  discard block
 block discarded – undo
1045 1045
 
1046 1046
   public function setId($id)
1047 1047
   {
1048
-    $this->id = $id;
1048
+	$this->id = $id;
1049 1049
   }
1050 1050
   public function getId()
1051 1051
   {
1052
-    return $this->id;
1052
+	return $this->id;
1053 1053
   }
1054 1054
   public function setKind($kind)
1055 1055
   {
1056
-    $this->kind = $kind;
1056
+	$this->kind = $kind;
1057 1057
   }
1058 1058
   public function getKind()
1059 1059
   {
1060
-    return $this->kind;
1060
+	return $this->kind;
1061 1061
   }
1062 1062
 }
1063 1063
 
@@ -1074,27 +1074,27 @@  discard block
 block discarded – undo
1074 1074
 
1075 1075
   public function setEtag($etag)
1076 1076
   {
1077
-    $this->etag = $etag;
1077
+	$this->etag = $etag;
1078 1078
   }
1079 1079
   public function getEtag()
1080 1080
   {
1081
-    return $this->etag;
1081
+	return $this->etag;
1082 1082
   }
1083 1083
   public function setItems($items)
1084 1084
   {
1085
-    $this->items = $items;
1085
+	$this->items = $items;
1086 1086
   }
1087 1087
   public function getItems()
1088 1088
   {
1089
-    return $this->items;
1089
+	return $this->items;
1090 1090
   }
1091 1091
   public function setKind($kind)
1092 1092
   {
1093
-    $this->kind = $kind;
1093
+	$this->kind = $kind;
1094 1094
   }
1095 1095
   public function getKind()
1096 1096
   {
1097
-    return $this->kind;
1097
+	return $this->kind;
1098 1098
   }
1099 1099
 }
1100 1100
 
@@ -1108,19 +1108,19 @@  discard block
 block discarded – undo
1108 1108
 
1109 1109
   public function setPublishedAt($publishedAt)
1110 1110
   {
1111
-    $this->publishedAt = $publishedAt;
1111
+	$this->publishedAt = $publishedAt;
1112 1112
   }
1113 1113
   public function getPublishedAt()
1114 1114
   {
1115
-    return $this->publishedAt;
1115
+	return $this->publishedAt;
1116 1116
   }
1117 1117
   public function setTitle($title)
1118 1118
   {
1119
-    $this->title = $title;
1119
+	$this->title = $title;
1120 1120
   }
1121 1121
   public function getTitle()
1122 1122
   {
1123
-    return $this->title;
1123
+	return $this->title;
1124 1124
   }
1125 1125
 }
1126 1126
 
@@ -1137,27 +1137,27 @@  discard block
 block discarded – undo
1137 1137
 
1138 1138
   public function setColumnHeaders($columnHeaders)
1139 1139
   {
1140
-    $this->columnHeaders = $columnHeaders;
1140
+	$this->columnHeaders = $columnHeaders;
1141 1141
   }
1142 1142
   public function getColumnHeaders()
1143 1143
   {
1144
-    return $this->columnHeaders;
1144
+	return $this->columnHeaders;
1145 1145
   }
1146 1146
   public function setKind($kind)
1147 1147
   {
1148
-    $this->kind = $kind;
1148
+	$this->kind = $kind;
1149 1149
   }
1150 1150
   public function getKind()
1151 1151
   {
1152
-    return $this->kind;
1152
+	return $this->kind;
1153 1153
   }
1154 1154
   public function setRows($rows)
1155 1155
   {
1156
-    $this->rows = $rows;
1156
+	$this->rows = $rows;
1157 1157
   }
1158 1158
   public function getRows()
1159 1159
   {
1160
-    return $this->rows;
1160
+	return $this->rows;
1161 1161
   }
1162 1162
 }
1163 1163
 
@@ -1172,26 +1172,26 @@  discard block
 block discarded – undo
1172 1172
 
1173 1173
   public function setColumnType($columnType)
1174 1174
   {
1175
-    $this->columnType = $columnType;
1175
+	$this->columnType = $columnType;
1176 1176
   }
1177 1177
   public function getColumnType()
1178 1178
   {
1179
-    return $this->columnType;
1179
+	return $this->columnType;
1180 1180
   }
1181 1181
   public function setDataType($dataType)
1182 1182
   {
1183
-    $this->dataType = $dataType;
1183
+	$this->dataType = $dataType;
1184 1184
   }
1185 1185
   public function getDataType()
1186 1186
   {
1187
-    return $this->dataType;
1187
+	return $this->dataType;
1188 1188
   }
1189 1189
   public function setName($name)
1190 1190
   {
1191
-    $this->name = $name;
1191
+	$this->name = $name;
1192 1192
   }
1193 1193
   public function getName()
1194 1194
   {
1195
-    return $this->name;
1195
+	return $this->name;
1196 1196
   }
1197 1197
 }
Please login to merge, or discard this patch.
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
                   'type' => 'string',
132 132
                 ),
133 133
               ),
134
-            ),'insert' => array(
134
+            ), 'insert' => array(
135 135
               'path' => 'groupItems',
136 136
               'httpMethod' => 'POST',
137 137
               'parameters' => array(
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
                   'type' => 'string',
141 141
                 ),
142 142
               ),
143
-            ),'list' => array(
143
+            ), 'list' => array(
144 144
               'path' => 'groupItems',
145 145
               'httpMethod' => 'GET',
146 146
               'parameters' => array(
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
                   'type' => 'string',
179 179
                 ),
180 180
               ),
181
-            ),'insert' => array(
181
+            ), 'insert' => array(
182 182
               'path' => 'groups',
183 183
               'httpMethod' => 'POST',
184 184
               'parameters' => array(
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
                   'type' => 'string',
188 188
                 ),
189 189
               ),
190
-            ),'list' => array(
190
+            ), 'list' => array(
191 191
               'path' => 'groups',
192 192
               'httpMethod' => 'GET',
193 193
               'parameters' => array(
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
                   'type' => 'boolean',
205 205
                 ),
206 206
               ),
207
-            ),'update' => array(
207
+            ), 'update' => array(
208 208
               'path' => 'groups',
209 209
               'httpMethod' => 'PUT',
210 210
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Utils.php 3 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -21,6 +21,9 @@
 block discarded – undo
21 21
  */
22 22
 class Google_Utils
23 23
 {
24
+  /**
25
+   * @param string $data
26
+   */
24 27
   public static function urlSafeB64Encode($data)
25 28
   {
26 29
     $b64 = base64_encode($data);
Please login to merge, or discard this patch.
Indentation   +64 added lines, -64 removed lines patch added patch discarded remove patch
@@ -23,23 +23,23 @@  discard block
 block discarded – undo
23 23
 {
24 24
   public static function urlSafeB64Encode($data)
25 25
   {
26
-    $b64 = base64_encode($data);
27
-    $b64 = str_replace(
28
-        array('+', '/', '\r', '\n', '='),
29
-        array('-', '_'),
30
-        $b64
31
-    );
32
-    return $b64;
26
+	$b64 = base64_encode($data);
27
+	$b64 = str_replace(
28
+		array('+', '/', '\r', '\n', '='),
29
+		array('-', '_'),
30
+		$b64
31
+	);
32
+	return $b64;
33 33
   }
34 34
 
35 35
   public static function urlSafeB64Decode($b64)
36 36
   {
37
-    $b64 = str_replace(
38
-        array('-', '_'),
39
-        array('+', '/'),
40
-        $b64
41
-    );
42
-    return base64_decode($b64);
37
+	$b64 = str_replace(
38
+		array('-', '_'),
39
+		array('+', '/'),
40
+		$b64
41
+	);
42
+	return base64_decode($b64);
43 43
   }
44 44
 
45 45
   /**
@@ -59,45 +59,45 @@  discard block
 block discarded – undo
59 59
    */
60 60
   public static function getStrLen($str)
61 61
   {
62
-    $strlenVar = strlen($str);
63
-    $d = $ret = 0;
64
-    for ($count = 0; $count < $strlenVar; ++ $count) {
65
-      $ordinalValue = ord($str{$ret});
66
-      switch (true) {
67
-        case (($ordinalValue >= 0x20) && ($ordinalValue <= 0x7F)):
68
-          // characters U-00000000 - U-0000007F (same as ASCII)
69
-          $ret ++;
70
-          break;
71
-        case (($ordinalValue & 0xE0) == 0xC0):
72
-          // characters U-00000080 - U-000007FF, mask 110XXXXX
73
-          // see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
74
-          $ret += 2;
75
-          break;
76
-        case (($ordinalValue & 0xF0) == 0xE0):
77
-          // characters U-00000800 - U-0000FFFF, mask 1110XXXX
78
-          // see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
79
-          $ret += 3;
80
-          break;
81
-        case (($ordinalValue & 0xF8) == 0xF0):
82
-          // characters U-00010000 - U-001FFFFF, mask 11110XXX
83
-          // see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
84
-          $ret += 4;
85
-          break;
86
-        case (($ordinalValue & 0xFC) == 0xF8):
87
-          // characters U-00200000 - U-03FFFFFF, mask 111110XX
88
-          // see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
89
-          $ret += 5;
90
-          break;
91
-        case (($ordinalValue & 0xFE) == 0xFC):
92
-          // characters U-04000000 - U-7FFFFFFF, mask 1111110X
93
-          // see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
94
-          $ret += 6;
95
-          break;
96
-        default:
97
-          $ret ++;
98
-      }
99
-    }
100
-    return $ret;
62
+	$strlenVar = strlen($str);
63
+	$d = $ret = 0;
64
+	for ($count = 0; $count < $strlenVar; ++ $count) {
65
+	  $ordinalValue = ord($str{$ret});
66
+	  switch (true) {
67
+		case (($ordinalValue >= 0x20) && ($ordinalValue <= 0x7F)):
68
+		  // characters U-00000000 - U-0000007F (same as ASCII)
69
+		  $ret ++;
70
+		  break;
71
+		case (($ordinalValue & 0xE0) == 0xC0):
72
+		  // characters U-00000080 - U-000007FF, mask 110XXXXX
73
+		  // see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
74
+		  $ret += 2;
75
+		  break;
76
+		case (($ordinalValue & 0xF0) == 0xE0):
77
+		  // characters U-00000800 - U-0000FFFF, mask 1110XXXX
78
+		  // see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
79
+		  $ret += 3;
80
+		  break;
81
+		case (($ordinalValue & 0xF8) == 0xF0):
82
+		  // characters U-00010000 - U-001FFFFF, mask 11110XXX
83
+		  // see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
84
+		  $ret += 4;
85
+		  break;
86
+		case (($ordinalValue & 0xFC) == 0xF8):
87
+		  // characters U-00200000 - U-03FFFFFF, mask 111110XX
88
+		  // see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
89
+		  $ret += 5;
90
+		  break;
91
+		case (($ordinalValue & 0xFE) == 0xFC):
92
+		  // characters U-04000000 - U-7FFFFFFF, mask 1111110X
93
+		  // see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
94
+		  $ret += 6;
95
+		  break;
96
+		default:
97
+		  $ret ++;
98
+	  }
99
+	}
100
+	return $ret;
101 101
   }
102 102
 
103 103
   /**
@@ -107,15 +107,15 @@  discard block
 block discarded – undo
107 107
    */
108 108
   public static function normalize($arr)
109 109
   {
110
-    if (!is_array($arr)) {
111
-      return array();
112
-    }
110
+	if (!is_array($arr)) {
111
+	  return array();
112
+	}
113 113
 
114
-    $normalized = array();
115
-    foreach ($arr as $key => $val) {
116
-      $normalized[strtolower($key)] = $val;
117
-    }
118
-    return $normalized;
114
+	$normalized = array();
115
+	foreach ($arr as $key => $val) {
116
+	  $normalized[strtolower($key)] = $val;
117
+	}
118
+	return $normalized;
119 119
   }
120 120
 
121 121
   /**
@@ -125,9 +125,9 @@  discard block
 block discarded – undo
125 125
    */
126 126
   public static function camelCase($value)
127 127
   {
128
-    $value = ucwords(str_replace(array('-', '_'), ' ', $value));
129
-    $value = str_replace(' ', '', $value);
130
-    $value[0] = strtolower($value[0]);
131
-    return $value;
128
+	$value = ucwords(str_replace(array('-', '_'), ' ', $value));
129
+	$value = str_replace(' ', '', $value);
130
+	$value[0] = strtolower($value[0]);
131
+	return $value;
132 132
   }
133 133
 }
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
       switch (true) {
67 67
         case (($ordinalValue >= 0x20) && ($ordinalValue <= 0x7F)):
68 68
           // characters U-00000000 - U-0000007F (same as ASCII)
69
-          $ret ++;
69
+          $ret++;
70 70
           break;
71 71
         case (($ordinalValue & 0xE0) == 0xC0):
72 72
           // characters U-00000080 - U-000007FF, mask 110XXXXX
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
           $ret += 6;
95 95
           break;
96 96
         default:
97
-          $ret ++;
97
+          $ret++;
98 98
       }
99 99
     }
100 100
     return $ret;
Please login to merge, or discard this patch.