Test Failed
Pull Request — master (#450)
by Kiran
19:15
created
geodirectory-admin/google-api-php-client/src/Google/Service/Directory.php 3 patches
Doc Comments   +29 added lines, -29 removed lines patch added patch discarded remove patch
@@ -1359,7 +1359,7 @@  discard block
 block discarded – undo
1359 1359
   /**
1360 1360
    * Stop watching resources through this channel (channels.stop)
1361 1361
    *
1362
-   * @param Google_Channel $postBody
1362
+   * @param Google_Service_Directory_Channel $postBody
1363 1363
    * @param array $optParams Optional parameters.
1364 1364
    */
1365 1365
   public function stop(Google_Service_Directory_Channel $postBody, $optParams = array())
@@ -1430,7 +1430,7 @@  discard block
 block discarded – undo
1430 1430
    *
1431 1431
    * @param string $customerId Immutable id of the Google Apps account
1432 1432
    * @param string $deviceId Immutable id of Chrome OS Device
1433
-   * @param Google_ChromeOsDevice $postBody
1433
+   * @param Google_Service_Directory_ChromeOsDevice $postBody
1434 1434
    * @param array $optParams Optional parameters.
1435 1435
    *
1436 1436
    * @opt_param string projection Restrict information returned to a set of
@@ -1449,7 +1449,7 @@  discard block
 block discarded – undo
1449 1449
    *
1450 1450
    * @param string $customerId Immutable id of the Google Apps account
1451 1451
    * @param string $deviceId Immutable id of Chrome OS Device
1452
-   * @param Google_ChromeOsDevice $postBody
1452
+   * @param Google_Service_Directory_ChromeOsDevice $postBody
1453 1453
    * @param array $optParams Optional parameters.
1454 1454
    *
1455 1455
    * @opt_param string projection Restrict information returned to a set of
@@ -1505,7 +1505,7 @@  discard block
 block discarded – undo
1505 1505
   /**
1506 1506
    * Create Group (groups.insert)
1507 1507
    *
1508
-   * @param Google_Group $postBody
1508
+   * @param Google_Service_Directory_Group $postBody
1509 1509
    * @param array $optParams Optional parameters.
1510 1510
    * @return Google_Service_Directory_Group
1511 1511
    */
@@ -1546,7 +1546,7 @@  discard block
 block discarded – undo
1546 1546
    *
1547 1547
    * @param string $groupKey Email or immutable Id of the group. If Id, it should
1548 1548
    * match with id of group object
1549
-   * @param Google_Group $postBody
1549
+   * @param Google_Service_Directory_Group $postBody
1550 1550
    * @param array $optParams Optional parameters.
1551 1551
    * @return Google_Service_Directory_Group
1552 1552
    */
@@ -1562,7 +1562,7 @@  discard block
 block discarded – undo
1562 1562
    *
1563 1563
    * @param string $groupKey Email or immutable Id of the group. If Id, it should
1564 1564
    * match with id of group object
1565
-   * @param Google_Group $postBody
1565
+   * @param Google_Service_Directory_Group $postBody
1566 1566
    * @param array $optParams Optional parameters.
1567 1567
    * @return Google_Service_Directory_Group
1568 1568
    */
@@ -1603,7 +1603,7 @@  discard block
 block discarded – undo
1603 1603
    * Add a alias for the group (aliases.insert)
1604 1604
    *
1605 1605
    * @param string $groupKey Email or immutable Id of the group
1606
-   * @param Google_Alias $postBody
1606
+   * @param Google_Service_Directory_Alias $postBody
1607 1607
    * @param array $optParams Optional parameters.
1608 1608
    * @return Google_Service_Directory_Alias
1609 1609
    */
@@ -1673,7 +1673,7 @@  discard block
 block discarded – undo
1673 1673
    * Add user to the specified group. (members.insert)
1674 1674
    *
1675 1675
    * @param string $groupKey Email or immutable Id of the group
1676
-   * @param Google_Member $postBody
1676
+   * @param Google_Service_Directory_Member $postBody
1677 1677
    * @param array $optParams Optional parameters.
1678 1678
    * @return Google_Service_Directory_Member
1679 1679
    */
@@ -1711,7 +1711,7 @@  discard block
 block discarded – undo
1711 1711
    * match with id of group object
1712 1712
    * @param string $memberKey Email or immutable Id of the user. If Id, it should
1713 1713
    * match with id of member object
1714
-   * @param Google_Member $postBody
1714
+   * @param Google_Service_Directory_Member $postBody
1715 1715
    * @param array $optParams Optional parameters.
1716 1716
    * @return Google_Service_Directory_Member
1717 1717
    */
@@ -1729,7 +1729,7 @@  discard block
 block discarded – undo
1729 1729
    * match with id of group object
1730 1730
    * @param string $memberKey Email or immutable Id of the user. If Id, it should
1731 1731
    * match with id of member object
1732
-   * @param Google_Member $postBody
1732
+   * @param Google_Service_Directory_Member $postBody
1733 1733
    * @param array $optParams Optional parameters.
1734 1734
    * @return Google_Service_Directory_Member
1735 1735
    */
@@ -1757,7 +1757,7 @@  discard block
 block discarded – undo
1757 1757
    *
1758 1758
    * @param string $customerId Immutable id of the Google Apps account
1759 1759
    * @param string $resourceId Immutable id of Mobile Device
1760
-   * @param Google_MobileDeviceAction $postBody
1760
+   * @param Google_Service_Directory_MobileDeviceAction $postBody
1761 1761
    * @param array $optParams Optional parameters.
1762 1762
    */
1763 1763
   public function action($customerId, $resourceId, Google_Service_Directory_MobileDeviceAction $postBody, $optParams = array())
@@ -1894,7 +1894,7 @@  discard block
 block discarded – undo
1894 1894
    *
1895 1895
    * @param string $customer The unique ID for the customer's Google account.
1896 1896
    * @param string $notificationId The unique ID of the notification.
1897
-   * @param Google_Notification $postBody
1897
+   * @param Google_Service_Directory_Notification $postBody
1898 1898
    * @param array $optParams Optional parameters.
1899 1899
    * @return Google_Service_Directory_Notification
1900 1900
    */
@@ -1910,7 +1910,7 @@  discard block
 block discarded – undo
1910 1910
    *
1911 1911
    * @param string $customer The unique ID for the customer's Google account.
1912 1912
    * @param string $notificationId The unique ID of the notification.
1913
-   * @param Google_Notification $postBody
1913
+   * @param Google_Service_Directory_Notification $postBody
1914 1914
    * @param array $optParams Optional parameters.
1915 1915
    * @return Google_Service_Directory_Notification
1916 1916
    */
@@ -1966,7 +1966,7 @@  discard block
 block discarded – undo
1966 1966
    * Add Organization Unit (orgunits.insert)
1967 1967
    *
1968 1968
    * @param string $customerId Immutable id of the Google Apps account
1969
-   * @param Google_OrgUnit $postBody
1969
+   * @param Google_Service_Directory_OrgUnit $postBody
1970 1970
    * @param array $optParams Optional parameters.
1971 1971
    * @return Google_Service_Directory_OrgUnit
1972 1972
    */
@@ -2002,7 +2002,7 @@  discard block
 block discarded – undo
2002 2002
    *
2003 2003
    * @param string $customerId Immutable id of the Google Apps account
2004 2004
    * @param string $orgUnitPath Full path of the organization unit or its Id
2005
-   * @param Google_OrgUnit $postBody
2005
+   * @param Google_Service_Directory_OrgUnit $postBody
2006 2006
    * @param array $optParams Optional parameters.
2007 2007
    * @return Google_Service_Directory_OrgUnit
2008 2008
    */
@@ -2018,7 +2018,7 @@  discard block
 block discarded – undo
2018 2018
    *
2019 2019
    * @param string $customerId Immutable id of the Google Apps account
2020 2020
    * @param string $orgUnitPath Full path of the organization unit or its Id
2021
-   * @param Google_OrgUnit $postBody
2021
+   * @param Google_Service_Directory_OrgUnit $postBody
2022 2022
    * @param array $optParams Optional parameters.
2023 2023
    * @return Google_Service_Directory_OrgUnit
2024 2024
    */
@@ -2074,7 +2074,7 @@  discard block
 block discarded – undo
2074 2074
    * Create schema. (schemas.insert)
2075 2075
    *
2076 2076
    * @param string $customerId Immutable id of the Google Apps account
2077
-   * @param Google_Schema $postBody
2077
+   * @param Google_Service_Directory_Schema $postBody
2078 2078
    * @param array $optParams Optional parameters.
2079 2079
    * @return Google_Service_Directory_Schema
2080 2080
    */
@@ -2104,7 +2104,7 @@  discard block
 block discarded – undo
2104 2104
    *
2105 2105
    * @param string $customerId Immutable id of the Google Apps account
2106 2106
    * @param string $schemaKey Name or immutable Id of the schema.
2107
-   * @param Google_Schema $postBody
2107
+   * @param Google_Service_Directory_Schema $postBody
2108 2108
    * @param array $optParams Optional parameters.
2109 2109
    * @return Google_Service_Directory_Schema
2110 2110
    */
@@ -2120,7 +2120,7 @@  discard block
 block discarded – undo
2120 2120
    *
2121 2121
    * @param string $customerId Immutable id of the Google Apps account
2122 2122
    * @param string $schemaKey Name or immutable Id of the schema.
2123
-   * @param Google_Schema $postBody
2123
+   * @param Google_Service_Directory_Schema $postBody
2124 2124
    * @param array $optParams Optional parameters.
2125 2125
    * @return Google_Service_Directory_Schema
2126 2126
    */
@@ -2241,7 +2241,7 @@  discard block
 block discarded – undo
2241 2241
   /**
2242 2242
    * create user. (users.insert)
2243 2243
    *
2244
-   * @param Google_User $postBody
2244
+   * @param Google_Service_Directory_User $postBody
2245 2245
    * @param array $optParams Optional parameters.
2246 2246
    * @return Google_Service_Directory_User
2247 2247
    */
@@ -2296,7 +2296,7 @@  discard block
 block discarded – undo
2296 2296
    * change admin status of a user (users.makeAdmin)
2297 2297
    *
2298 2298
    * @param string $userKey Email or immutable Id of the user as admin
2299
-   * @param Google_UserMakeAdmin $postBody
2299
+   * @param Google_Service_Directory_UserMakeAdmin $postBody
2300 2300
    * @param array $optParams Optional parameters.
2301 2301
    */
2302 2302
   public function makeAdmin($userKey, Google_Service_Directory_UserMakeAdmin $postBody, $optParams = array())
@@ -2311,7 +2311,7 @@  discard block
 block discarded – undo
2311 2311
    *
2312 2312
    * @param string $userKey Email or immutable Id of the user. If Id, it should
2313 2313
    * match with id of user object
2314
-   * @param Google_User $postBody
2314
+   * @param Google_Service_Directory_User $postBody
2315 2315
    * @param array $optParams Optional parameters.
2316 2316
    * @return Google_Service_Directory_User
2317 2317
    */
@@ -2326,7 +2326,7 @@  discard block
 block discarded – undo
2326 2326
    * Undelete a deleted user (users.undelete)
2327 2327
    *
2328 2328
    * @param string $userKey The immutable id of the user
2329
-   * @param Google_UserUndelete $postBody
2329
+   * @param Google_Service_Directory_UserUndelete $postBody
2330 2330
    * @param array $optParams Optional parameters.
2331 2331
    */
2332 2332
   public function undelete($userKey, Google_Service_Directory_UserUndelete $postBody, $optParams = array())
@@ -2341,7 +2341,7 @@  discard block
 block discarded – undo
2341 2341
    *
2342 2342
    * @param string $userKey Email or immutable Id of the user. If Id, it should
2343 2343
    * match with id of user object
2344
-   * @param Google_User $postBody
2344
+   * @param Google_Service_Directory_User $postBody
2345 2345
    * @param array $optParams Optional parameters.
2346 2346
    * @return Google_Service_Directory_User
2347 2347
    */
@@ -2355,7 +2355,7 @@  discard block
 block discarded – undo
2355 2355
   /**
2356 2356
    * Watch for changes in users list (users.watch)
2357 2357
    *
2358
-   * @param Google_Channel $postBody
2358
+   * @param Google_Service_Directory_Channel $postBody
2359 2359
    * @param array $optParams Optional parameters.
2360 2360
    *
2361 2361
    * @opt_param string customer Immutable id of the Google Apps account. In case
@@ -2422,7 +2422,7 @@  discard block
 block discarded – undo
2422 2422
    * Add a alias for the user (aliases.insert)
2423 2423
    *
2424 2424
    * @param string $userKey Email or immutable Id of the user
2425
-   * @param Google_Alias $postBody
2425
+   * @param Google_Service_Directory_Alias $postBody
2426 2426
    * @param array $optParams Optional parameters.
2427 2427
    * @return Google_Service_Directory_Alias
2428 2428
    */
@@ -2454,7 +2454,7 @@  discard block
 block discarded – undo
2454 2454
    * Watch for changes in user aliases list (aliases.watch)
2455 2455
    *
2456 2456
    * @param string $userKey Email or immutable Id of the user
2457
-   * @param Google_Channel $postBody
2457
+   * @param Google_Service_Directory_Channel $postBody
2458 2458
    * @param array $optParams Optional parameters.
2459 2459
    *
2460 2460
    * @opt_param string event Event on which subscription is intended (if
@@ -2511,7 +2511,7 @@  discard block
 block discarded – undo
2511 2511
    * (photos.patch)
2512 2512
    *
2513 2513
    * @param string $userKey Email or immutable Id of the user
2514
-   * @param Google_UserPhoto $postBody
2514
+   * @param Google_Service_Directory_UserPhoto $postBody
2515 2515
    * @param array $optParams Optional parameters.
2516 2516
    * @return Google_Service_Directory_UserPhoto
2517 2517
    */
@@ -2526,7 +2526,7 @@  discard block
 block discarded – undo
2526 2526
    * Add a photo for the user (photos.update)
2527 2527
    *
2528 2528
    * @param string $userKey Email or immutable Id of the user
2529
-   * @param Google_UserPhoto $postBody
2529
+   * @param Google_Service_Directory_UserPhoto $postBody
2530 2530
    * @param array $optParams Optional parameters.
2531 2531
    * @return Google_Service_Directory_UserPhoto
2532 2532
    */
Please login to merge, or discard this patch.
Indentation   +1962 added lines, -1962 removed lines patch added patch discarded remove patch
@@ -34,61 +34,61 @@  discard block
 block discarded – undo
34 34
 {
35 35
   /** View and manage your Chrome OS devices' metadata. */
36 36
   const ADMIN_DIRECTORY_DEVICE_CHROMEOS =
37
-      "https://www.googleapis.com/auth/admin.directory.device.chromeos";
37
+	  "https://www.googleapis.com/auth/admin.directory.device.chromeos";
38 38
   /** View your Chrome OS devices' metadata. */
39 39
   const ADMIN_DIRECTORY_DEVICE_CHROMEOS_READONLY =
40
-      "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly";
40
+	  "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly";
41 41
   /** View and manage your mobile devices' metadata. */
42 42
   const ADMIN_DIRECTORY_DEVICE_MOBILE =
43
-      "https://www.googleapis.com/auth/admin.directory.device.mobile";
43
+	  "https://www.googleapis.com/auth/admin.directory.device.mobile";
44 44
   /** Manage your mobile devices by performing administrative tasks. */
45 45
   const ADMIN_DIRECTORY_DEVICE_MOBILE_ACTION =
46
-      "https://www.googleapis.com/auth/admin.directory.device.mobile.action";
46
+	  "https://www.googleapis.com/auth/admin.directory.device.mobile.action";
47 47
   /** View your mobile devices' metadata. */
48 48
   const ADMIN_DIRECTORY_DEVICE_MOBILE_READONLY =
49
-      "https://www.googleapis.com/auth/admin.directory.device.mobile.readonly";
49
+	  "https://www.googleapis.com/auth/admin.directory.device.mobile.readonly";
50 50
   /** View and manage the provisioning of groups on your domain. */
51 51
   const ADMIN_DIRECTORY_GROUP =
52
-      "https://www.googleapis.com/auth/admin.directory.group";
52
+	  "https://www.googleapis.com/auth/admin.directory.group";
53 53
   /** View and manage group subscriptions on your domain. */
54 54
   const ADMIN_DIRECTORY_GROUP_MEMBER =
55
-      "https://www.googleapis.com/auth/admin.directory.group.member";
55
+	  "https://www.googleapis.com/auth/admin.directory.group.member";
56 56
   /** View group subscriptions on your domain. */
57 57
   const ADMIN_DIRECTORY_GROUP_MEMBER_READONLY =
58
-      "https://www.googleapis.com/auth/admin.directory.group.member.readonly";
58
+	  "https://www.googleapis.com/auth/admin.directory.group.member.readonly";
59 59
   /** View groups on your domain. */
60 60
   const ADMIN_DIRECTORY_GROUP_READONLY =
61
-      "https://www.googleapis.com/auth/admin.directory.group.readonly";
61
+	  "https://www.googleapis.com/auth/admin.directory.group.readonly";
62 62
   /** View and manage notifications received on your domain. */
63 63
   const ADMIN_DIRECTORY_NOTIFICATIONS =
64
-      "https://www.googleapis.com/auth/admin.directory.notifications";
64
+	  "https://www.googleapis.com/auth/admin.directory.notifications";
65 65
   /** View and manage organization units on your domain. */
66 66
   const ADMIN_DIRECTORY_ORGUNIT =
67
-      "https://www.googleapis.com/auth/admin.directory.orgunit";
67
+	  "https://www.googleapis.com/auth/admin.directory.orgunit";
68 68
   /** View organization units on your domain. */
69 69
   const ADMIN_DIRECTORY_ORGUNIT_READONLY =
70
-      "https://www.googleapis.com/auth/admin.directory.orgunit.readonly";
70
+	  "https://www.googleapis.com/auth/admin.directory.orgunit.readonly";
71 71
   /** View and manage the provisioning of users on your domain. */
72 72
   const ADMIN_DIRECTORY_USER =
73
-      "https://www.googleapis.com/auth/admin.directory.user";
73
+	  "https://www.googleapis.com/auth/admin.directory.user";
74 74
   /** View and manage user aliases on your domain. */
75 75
   const ADMIN_DIRECTORY_USER_ALIAS =
76
-      "https://www.googleapis.com/auth/admin.directory.user.alias";
76
+	  "https://www.googleapis.com/auth/admin.directory.user.alias";
77 77
   /** View user aliases on your domain. */
78 78
   const ADMIN_DIRECTORY_USER_ALIAS_READONLY =
79
-      "https://www.googleapis.com/auth/admin.directory.user.alias.readonly";
79
+	  "https://www.googleapis.com/auth/admin.directory.user.alias.readonly";
80 80
   /** View users on your domain. */
81 81
   const ADMIN_DIRECTORY_USER_READONLY =
82
-      "https://www.googleapis.com/auth/admin.directory.user.readonly";
82
+	  "https://www.googleapis.com/auth/admin.directory.user.readonly";
83 83
   /** Manage data access permissions for users on your domain. */
84 84
   const ADMIN_DIRECTORY_USER_SECURITY =
85
-      "https://www.googleapis.com/auth/admin.directory.user.security";
85
+	  "https://www.googleapis.com/auth/admin.directory.user.security";
86 86
   /** View and manage the provisioning of user schemas on your domain. */
87 87
   const ADMIN_DIRECTORY_USERSCHEMA =
88
-      "https://www.googleapis.com/auth/admin.directory.userschema";
88
+	  "https://www.googleapis.com/auth/admin.directory.userschema";
89 89
   /** View user schemas on your domain. */
90 90
   const ADMIN_DIRECTORY_USERSCHEMA_READONLY =
91
-      "https://www.googleapis.com/auth/admin.directory.userschema.readonly";
91
+	  "https://www.googleapis.com/auth/admin.directory.userschema.readonly";
92 92
 
93 93
   public $asps;
94 94
   public $channels;
@@ -114,1175 +114,1175 @@  discard block
 block discarded – undo
114 114
    */
115 115
   public function __construct(Google_Client $client)
116 116
   {
117
-    parent::__construct($client);
118
-    $this->rootUrl = 'https://www.googleapis.com/';
119
-    $this->servicePath = 'admin/directory/v1/';
120
-    $this->version = 'directory_v1';
121
-    $this->serviceName = 'admin';
122
-
123
-    $this->asps = new Google_Service_Directory_Asps_Resource(
124
-        $this,
125
-        $this->serviceName,
126
-        'asps',
127
-        array(
128
-          'methods' => array(
129
-            'delete' => array(
130
-              'path' => 'users/{userKey}/asps/{codeId}',
131
-              'httpMethod' => 'DELETE',
132
-              'parameters' => array(
133
-                'userKey' => array(
134
-                  'location' => 'path',
135
-                  'type' => 'string',
136
-                  'required' => true,
137
-                ),
138
-                'codeId' => array(
139
-                  'location' => 'path',
140
-                  'type' => 'integer',
141
-                  'required' => true,
142
-                ),
143
-              ),
144
-            ),'get' => array(
145
-              'path' => 'users/{userKey}/asps/{codeId}',
146
-              'httpMethod' => 'GET',
147
-              'parameters' => array(
148
-                'userKey' => array(
149
-                  'location' => 'path',
150
-                  'type' => 'string',
151
-                  'required' => true,
152
-                ),
153
-                'codeId' => array(
154
-                  'location' => 'path',
155
-                  'type' => 'integer',
156
-                  'required' => true,
157
-                ),
158
-              ),
159
-            ),'list' => array(
160
-              'path' => 'users/{userKey}/asps',
161
-              'httpMethod' => 'GET',
162
-              'parameters' => array(
163
-                'userKey' => array(
164
-                  'location' => 'path',
165
-                  'type' => 'string',
166
-                  'required' => true,
167
-                ),
168
-              ),
169
-            ),
170
-          )
171
-        )
172
-    );
173
-    $this->channels = new Google_Service_Directory_Channels_Resource(
174
-        $this,
175
-        $this->serviceName,
176
-        'channels',
177
-        array(
178
-          'methods' => array(
179
-            'stop' => array(
180
-              'path' => '/admin/directory_v1/channels/stop',
181
-              'httpMethod' => 'POST',
182
-              'parameters' => array(),
183
-            ),
184
-          )
185
-        )
186
-    );
187
-    $this->chromeosdevices = new Google_Service_Directory_Chromeosdevices_Resource(
188
-        $this,
189
-        $this->serviceName,
190
-        'chromeosdevices',
191
-        array(
192
-          'methods' => array(
193
-            'get' => array(
194
-              'path' => 'customer/{customerId}/devices/chromeos/{deviceId}',
195
-              'httpMethod' => 'GET',
196
-              'parameters' => array(
197
-                'customerId' => array(
198
-                  'location' => 'path',
199
-                  'type' => 'string',
200
-                  'required' => true,
201
-                ),
202
-                'deviceId' => array(
203
-                  'location' => 'path',
204
-                  'type' => 'string',
205
-                  'required' => true,
206
-                ),
207
-                'projection' => array(
208
-                  'location' => 'query',
209
-                  'type' => 'string',
210
-                ),
211
-              ),
212
-            ),'list' => array(
213
-              'path' => 'customer/{customerId}/devices/chromeos',
214
-              'httpMethod' => 'GET',
215
-              'parameters' => array(
216
-                'customerId' => array(
217
-                  'location' => 'path',
218
-                  'type' => 'string',
219
-                  'required' => true,
220
-                ),
221
-                'orderBy' => array(
222
-                  'location' => 'query',
223
-                  'type' => 'string',
224
-                ),
225
-                'projection' => array(
226
-                  'location' => 'query',
227
-                  'type' => 'string',
228
-                ),
229
-                'maxResults' => array(
230
-                  'location' => 'query',
231
-                  'type' => 'integer',
232
-                ),
233
-                'pageToken' => array(
234
-                  'location' => 'query',
235
-                  'type' => 'string',
236
-                ),
237
-                'sortOrder' => array(
238
-                  'location' => 'query',
239
-                  'type' => 'string',
240
-                ),
241
-                'query' => array(
242
-                  'location' => 'query',
243
-                  'type' => 'string',
244
-                ),
245
-              ),
246
-            ),'patch' => array(
247
-              'path' => 'customer/{customerId}/devices/chromeos/{deviceId}',
248
-              'httpMethod' => 'PATCH',
249
-              'parameters' => array(
250
-                'customerId' => array(
251
-                  'location' => 'path',
252
-                  'type' => 'string',
253
-                  'required' => true,
254
-                ),
255
-                'deviceId' => array(
256
-                  'location' => 'path',
257
-                  'type' => 'string',
258
-                  'required' => true,
259
-                ),
260
-                'projection' => array(
261
-                  'location' => 'query',
262
-                  'type' => 'string',
263
-                ),
264
-              ),
265
-            ),'update' => array(
266
-              'path' => 'customer/{customerId}/devices/chromeos/{deviceId}',
267
-              'httpMethod' => 'PUT',
268
-              'parameters' => array(
269
-                'customerId' => array(
270
-                  'location' => 'path',
271
-                  'type' => 'string',
272
-                  'required' => true,
273
-                ),
274
-                'deviceId' => array(
275
-                  'location' => 'path',
276
-                  'type' => 'string',
277
-                  'required' => true,
278
-                ),
279
-                'projection' => array(
280
-                  'location' => 'query',
281
-                  'type' => 'string',
282
-                ),
283
-              ),
284
-            ),
285
-          )
286
-        )
287
-    );
288
-    $this->groups = new Google_Service_Directory_Groups_Resource(
289
-        $this,
290
-        $this->serviceName,
291
-        'groups',
292
-        array(
293
-          'methods' => array(
294
-            'delete' => array(
295
-              'path' => 'groups/{groupKey}',
296
-              'httpMethod' => 'DELETE',
297
-              'parameters' => array(
298
-                'groupKey' => array(
299
-                  'location' => 'path',
300
-                  'type' => 'string',
301
-                  'required' => true,
302
-                ),
303
-              ),
304
-            ),'get' => array(
305
-              'path' => 'groups/{groupKey}',
306
-              'httpMethod' => 'GET',
307
-              'parameters' => array(
308
-                'groupKey' => array(
309
-                  'location' => 'path',
310
-                  'type' => 'string',
311
-                  'required' => true,
312
-                ),
313
-              ),
314
-            ),'insert' => array(
315
-              'path' => 'groups',
316
-              'httpMethod' => 'POST',
317
-              'parameters' => array(),
318
-            ),'list' => array(
319
-              'path' => 'groups',
320
-              'httpMethod' => 'GET',
321
-              'parameters' => array(
322
-                'customer' => array(
323
-                  'location' => 'query',
324
-                  'type' => 'string',
325
-                ),
326
-                'pageToken' => array(
327
-                  'location' => 'query',
328
-                  'type' => 'string',
329
-                ),
330
-                'domain' => array(
331
-                  'location' => 'query',
332
-                  'type' => 'string',
333
-                ),
334
-                'maxResults' => array(
335
-                  'location' => 'query',
336
-                  'type' => 'integer',
337
-                ),
338
-                'userKey' => array(
339
-                  'location' => 'query',
340
-                  'type' => 'string',
341
-                ),
342
-              ),
343
-            ),'patch' => array(
344
-              'path' => 'groups/{groupKey}',
345
-              'httpMethod' => 'PATCH',
346
-              'parameters' => array(
347
-                'groupKey' => array(
348
-                  'location' => 'path',
349
-                  'type' => 'string',
350
-                  'required' => true,
351
-                ),
352
-              ),
353
-            ),'update' => array(
354
-              'path' => 'groups/{groupKey}',
355
-              'httpMethod' => 'PUT',
356
-              'parameters' => array(
357
-                'groupKey' => array(
358
-                  'location' => 'path',
359
-                  'type' => 'string',
360
-                  'required' => true,
361
-                ),
362
-              ),
363
-            ),
364
-          )
365
-        )
366
-    );
367
-    $this->groups_aliases = new Google_Service_Directory_GroupsAliases_Resource(
368
-        $this,
369
-        $this->serviceName,
370
-        'aliases',
371
-        array(
372
-          'methods' => array(
373
-            'delete' => array(
374
-              'path' => 'groups/{groupKey}/aliases/{alias}',
375
-              'httpMethod' => 'DELETE',
376
-              'parameters' => array(
377
-                'groupKey' => array(
378
-                  'location' => 'path',
379
-                  'type' => 'string',
380
-                  'required' => true,
381
-                ),
382
-                'alias' => array(
383
-                  'location' => 'path',
384
-                  'type' => 'string',
385
-                  'required' => true,
386
-                ),
387
-              ),
388
-            ),'insert' => array(
389
-              'path' => 'groups/{groupKey}/aliases',
390
-              'httpMethod' => 'POST',
391
-              'parameters' => array(
392
-                'groupKey' => array(
393
-                  'location' => 'path',
394
-                  'type' => 'string',
395
-                  'required' => true,
396
-                ),
397
-              ),
398
-            ),'list' => array(
399
-              'path' => 'groups/{groupKey}/aliases',
400
-              'httpMethod' => 'GET',
401
-              'parameters' => array(
402
-                'groupKey' => array(
403
-                  'location' => 'path',
404
-                  'type' => 'string',
405
-                  'required' => true,
406
-                ),
407
-              ),
408
-            ),
409
-          )
410
-        )
411
-    );
412
-    $this->members = new Google_Service_Directory_Members_Resource(
413
-        $this,
414
-        $this->serviceName,
415
-        'members',
416
-        array(
417
-          'methods' => array(
418
-            'delete' => array(
419
-              'path' => 'groups/{groupKey}/members/{memberKey}',
420
-              'httpMethod' => 'DELETE',
421
-              'parameters' => array(
422
-                'groupKey' => array(
423
-                  'location' => 'path',
424
-                  'type' => 'string',
425
-                  'required' => true,
426
-                ),
427
-                'memberKey' => array(
428
-                  'location' => 'path',
429
-                  'type' => 'string',
430
-                  'required' => true,
431
-                ),
432
-              ),
433
-            ),'get' => array(
434
-              'path' => 'groups/{groupKey}/members/{memberKey}',
435
-              'httpMethod' => 'GET',
436
-              'parameters' => array(
437
-                'groupKey' => array(
438
-                  'location' => 'path',
439
-                  'type' => 'string',
440
-                  'required' => true,
441
-                ),
442
-                'memberKey' => array(
443
-                  'location' => 'path',
444
-                  'type' => 'string',
445
-                  'required' => true,
446
-                ),
447
-              ),
448
-            ),'insert' => array(
449
-              'path' => 'groups/{groupKey}/members',
450
-              'httpMethod' => 'POST',
451
-              'parameters' => array(
452
-                'groupKey' => array(
453
-                  'location' => 'path',
454
-                  'type' => 'string',
455
-                  'required' => true,
456
-                ),
457
-              ),
458
-            ),'list' => array(
459
-              'path' => 'groups/{groupKey}/members',
460
-              'httpMethod' => 'GET',
461
-              'parameters' => array(
462
-                'groupKey' => array(
463
-                  'location' => 'path',
464
-                  'type' => 'string',
465
-                  'required' => true,
466
-                ),
467
-                'pageToken' => array(
468
-                  'location' => 'query',
469
-                  'type' => 'string',
470
-                ),
471
-                'roles' => array(
472
-                  'location' => 'query',
473
-                  'type' => 'string',
474
-                ),
475
-                'maxResults' => array(
476
-                  'location' => 'query',
477
-                  'type' => 'integer',
478
-                ),
479
-              ),
480
-            ),'patch' => array(
481
-              'path' => 'groups/{groupKey}/members/{memberKey}',
482
-              'httpMethod' => 'PATCH',
483
-              'parameters' => array(
484
-                'groupKey' => array(
485
-                  'location' => 'path',
486
-                  'type' => 'string',
487
-                  'required' => true,
488
-                ),
489
-                'memberKey' => array(
490
-                  'location' => 'path',
491
-                  'type' => 'string',
492
-                  'required' => true,
493
-                ),
494
-              ),
495
-            ),'update' => array(
496
-              'path' => 'groups/{groupKey}/members/{memberKey}',
497
-              'httpMethod' => 'PUT',
498
-              'parameters' => array(
499
-                'groupKey' => array(
500
-                  'location' => 'path',
501
-                  'type' => 'string',
502
-                  'required' => true,
503
-                ),
504
-                'memberKey' => array(
505
-                  'location' => 'path',
506
-                  'type' => 'string',
507
-                  'required' => true,
508
-                ),
509
-              ),
510
-            ),
511
-          )
512
-        )
513
-    );
514
-    $this->mobiledevices = new Google_Service_Directory_Mobiledevices_Resource(
515
-        $this,
516
-        $this->serviceName,
517
-        'mobiledevices',
518
-        array(
519
-          'methods' => array(
520
-            'action' => array(
521
-              'path' => 'customer/{customerId}/devices/mobile/{resourceId}/action',
522
-              'httpMethod' => 'POST',
523
-              'parameters' => array(
524
-                'customerId' => array(
525
-                  'location' => 'path',
526
-                  'type' => 'string',
527
-                  'required' => true,
528
-                ),
529
-                'resourceId' => array(
530
-                  'location' => 'path',
531
-                  'type' => 'string',
532
-                  'required' => true,
533
-                ),
534
-              ),
535
-            ),'delete' => array(
536
-              'path' => 'customer/{customerId}/devices/mobile/{resourceId}',
537
-              'httpMethod' => 'DELETE',
538
-              'parameters' => array(
539
-                'customerId' => array(
540
-                  'location' => 'path',
541
-                  'type' => 'string',
542
-                  'required' => true,
543
-                ),
544
-                'resourceId' => array(
545
-                  'location' => 'path',
546
-                  'type' => 'string',
547
-                  'required' => true,
548
-                ),
549
-              ),
550
-            ),'get' => array(
551
-              'path' => 'customer/{customerId}/devices/mobile/{resourceId}',
552
-              'httpMethod' => 'GET',
553
-              'parameters' => array(
554
-                'customerId' => array(
555
-                  'location' => 'path',
556
-                  'type' => 'string',
557
-                  'required' => true,
558
-                ),
559
-                'resourceId' => array(
560
-                  'location' => 'path',
561
-                  'type' => 'string',
562
-                  'required' => true,
563
-                ),
564
-                'projection' => array(
565
-                  'location' => 'query',
566
-                  'type' => 'string',
567
-                ),
568
-              ),
569
-            ),'list' => array(
570
-              'path' => 'customer/{customerId}/devices/mobile',
571
-              'httpMethod' => 'GET',
572
-              'parameters' => array(
573
-                'customerId' => array(
574
-                  'location' => 'path',
575
-                  'type' => 'string',
576
-                  'required' => true,
577
-                ),
578
-                'orderBy' => array(
579
-                  'location' => 'query',
580
-                  'type' => 'string',
581
-                ),
582
-                'projection' => array(
583
-                  'location' => 'query',
584
-                  'type' => 'string',
585
-                ),
586
-                'maxResults' => array(
587
-                  'location' => 'query',
588
-                  'type' => 'integer',
589
-                ),
590
-                'pageToken' => array(
591
-                  'location' => 'query',
592
-                  'type' => 'string',
593
-                ),
594
-                'sortOrder' => array(
595
-                  'location' => 'query',
596
-                  'type' => 'string',
597
-                ),
598
-                'query' => array(
599
-                  'location' => 'query',
600
-                  'type' => 'string',
601
-                ),
602
-              ),
603
-            ),
604
-          )
605
-        )
606
-    );
607
-    $this->notifications = new Google_Service_Directory_Notifications_Resource(
608
-        $this,
609
-        $this->serviceName,
610
-        'notifications',
611
-        array(
612
-          'methods' => array(
613
-            'delete' => array(
614
-              'path' => 'customer/{customer}/notifications/{notificationId}',
615
-              'httpMethod' => 'DELETE',
616
-              'parameters' => array(
617
-                'customer' => array(
618
-                  'location' => 'path',
619
-                  'type' => 'string',
620
-                  'required' => true,
621
-                ),
622
-                'notificationId' => array(
623
-                  'location' => 'path',
624
-                  'type' => 'string',
625
-                  'required' => true,
626
-                ),
627
-              ),
628
-            ),'get' => array(
629
-              'path' => 'customer/{customer}/notifications/{notificationId}',
630
-              'httpMethod' => 'GET',
631
-              'parameters' => array(
632
-                'customer' => array(
633
-                  'location' => 'path',
634
-                  'type' => 'string',
635
-                  'required' => true,
636
-                ),
637
-                'notificationId' => array(
638
-                  'location' => 'path',
639
-                  'type' => 'string',
640
-                  'required' => true,
641
-                ),
642
-              ),
643
-            ),'list' => array(
644
-              'path' => 'customer/{customer}/notifications',
645
-              'httpMethod' => 'GET',
646
-              'parameters' => array(
647
-                'customer' => array(
648
-                  'location' => 'path',
649
-                  'type' => 'string',
650
-                  'required' => true,
651
-                ),
652
-                'pageToken' => array(
653
-                  'location' => 'query',
654
-                  'type' => 'string',
655
-                ),
656
-                'maxResults' => array(
657
-                  'location' => 'query',
658
-                  'type' => 'integer',
659
-                ),
660
-                'language' => array(
661
-                  'location' => 'query',
662
-                  'type' => 'string',
663
-                ),
664
-              ),
665
-            ),'patch' => array(
666
-              'path' => 'customer/{customer}/notifications/{notificationId}',
667
-              'httpMethod' => 'PATCH',
668
-              'parameters' => array(
669
-                'customer' => array(
670
-                  'location' => 'path',
671
-                  'type' => 'string',
672
-                  'required' => true,
673
-                ),
674
-                'notificationId' => array(
675
-                  'location' => 'path',
676
-                  'type' => 'string',
677
-                  'required' => true,
678
-                ),
679
-              ),
680
-            ),'update' => array(
681
-              'path' => 'customer/{customer}/notifications/{notificationId}',
682
-              'httpMethod' => 'PUT',
683
-              'parameters' => array(
684
-                'customer' => array(
685
-                  'location' => 'path',
686
-                  'type' => 'string',
687
-                  'required' => true,
688
-                ),
689
-                'notificationId' => array(
690
-                  'location' => 'path',
691
-                  'type' => 'string',
692
-                  'required' => true,
693
-                ),
694
-              ),
695
-            ),
696
-          )
697
-        )
698
-    );
699
-    $this->orgunits = new Google_Service_Directory_Orgunits_Resource(
700
-        $this,
701
-        $this->serviceName,
702
-        'orgunits',
703
-        array(
704
-          'methods' => array(
705
-            'delete' => array(
706
-              'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
707
-              'httpMethod' => 'DELETE',
708
-              'parameters' => array(
709
-                'customerId' => array(
710
-                  'location' => 'path',
711
-                  'type' => 'string',
712
-                  'required' => true,
713
-                ),
714
-                'orgUnitPath' => array(
715
-                  'location' => 'path',
716
-                  'type' => 'string',
717
-                  'repeated' => true,
718
-                  'required' => true,
719
-                ),
720
-              ),
721
-            ),'get' => array(
722
-              'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
723
-              'httpMethod' => 'GET',
724
-              'parameters' => array(
725
-                'customerId' => array(
726
-                  'location' => 'path',
727
-                  'type' => 'string',
728
-                  'required' => true,
729
-                ),
730
-                'orgUnitPath' => array(
731
-                  'location' => 'path',
732
-                  'type' => 'string',
733
-                  'repeated' => true,
734
-                  'required' => true,
735
-                ),
736
-              ),
737
-            ),'insert' => array(
738
-              'path' => 'customer/{customerId}/orgunits',
739
-              'httpMethod' => 'POST',
740
-              'parameters' => array(
741
-                'customerId' => array(
742
-                  'location' => 'path',
743
-                  'type' => 'string',
744
-                  'required' => true,
745
-                ),
746
-              ),
747
-            ),'list' => array(
748
-              'path' => 'customer/{customerId}/orgunits',
749
-              'httpMethod' => 'GET',
750
-              'parameters' => array(
751
-                'customerId' => array(
752
-                  'location' => 'path',
753
-                  'type' => 'string',
754
-                  'required' => true,
755
-                ),
756
-                'type' => array(
757
-                  'location' => 'query',
758
-                  'type' => 'string',
759
-                ),
760
-                'orgUnitPath' => array(
761
-                  'location' => 'query',
762
-                  'type' => 'string',
763
-                ),
764
-              ),
765
-            ),'patch' => array(
766
-              'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
767
-              'httpMethod' => 'PATCH',
768
-              'parameters' => array(
769
-                'customerId' => array(
770
-                  'location' => 'path',
771
-                  'type' => 'string',
772
-                  'required' => true,
773
-                ),
774
-                'orgUnitPath' => array(
775
-                  'location' => 'path',
776
-                  'type' => 'string',
777
-                  'repeated' => true,
778
-                  'required' => true,
779
-                ),
780
-              ),
781
-            ),'update' => array(
782
-              'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
783
-              'httpMethod' => 'PUT',
784
-              'parameters' => array(
785
-                'customerId' => array(
786
-                  'location' => 'path',
787
-                  'type' => 'string',
788
-                  'required' => true,
789
-                ),
790
-                'orgUnitPath' => array(
791
-                  'location' => 'path',
792
-                  'type' => 'string',
793
-                  'repeated' => true,
794
-                  'required' => true,
795
-                ),
796
-              ),
797
-            ),
798
-          )
799
-        )
800
-    );
801
-    $this->schemas = new Google_Service_Directory_Schemas_Resource(
802
-        $this,
803
-        $this->serviceName,
804
-        'schemas',
805
-        array(
806
-          'methods' => array(
807
-            'delete' => array(
808
-              'path' => 'customer/{customerId}/schemas/{schemaKey}',
809
-              'httpMethod' => 'DELETE',
810
-              'parameters' => array(
811
-                'customerId' => array(
812
-                  'location' => 'path',
813
-                  'type' => 'string',
814
-                  'required' => true,
815
-                ),
816
-                'schemaKey' => array(
817
-                  'location' => 'path',
818
-                  'type' => 'string',
819
-                  'required' => true,
820
-                ),
821
-              ),
822
-            ),'get' => array(
823
-              'path' => 'customer/{customerId}/schemas/{schemaKey}',
824
-              'httpMethod' => 'GET',
825
-              'parameters' => array(
826
-                'customerId' => array(
827
-                  'location' => 'path',
828
-                  'type' => 'string',
829
-                  'required' => true,
830
-                ),
831
-                'schemaKey' => array(
832
-                  'location' => 'path',
833
-                  'type' => 'string',
834
-                  'required' => true,
835
-                ),
836
-              ),
837
-            ),'insert' => array(
838
-              'path' => 'customer/{customerId}/schemas',
839
-              'httpMethod' => 'POST',
840
-              'parameters' => array(
841
-                'customerId' => array(
842
-                  'location' => 'path',
843
-                  'type' => 'string',
844
-                  'required' => true,
845
-                ),
846
-              ),
847
-            ),'list' => array(
848
-              'path' => 'customer/{customerId}/schemas',
849
-              'httpMethod' => 'GET',
850
-              'parameters' => array(
851
-                'customerId' => array(
852
-                  'location' => 'path',
853
-                  'type' => 'string',
854
-                  'required' => true,
855
-                ),
856
-              ),
857
-            ),'patch' => array(
858
-              'path' => 'customer/{customerId}/schemas/{schemaKey}',
859
-              'httpMethod' => 'PATCH',
860
-              'parameters' => array(
861
-                'customerId' => array(
862
-                  'location' => 'path',
863
-                  'type' => 'string',
864
-                  'required' => true,
865
-                ),
866
-                'schemaKey' => array(
867
-                  'location' => 'path',
868
-                  'type' => 'string',
869
-                  'required' => true,
870
-                ),
871
-              ),
872
-            ),'update' => array(
873
-              'path' => 'customer/{customerId}/schemas/{schemaKey}',
874
-              'httpMethod' => 'PUT',
875
-              'parameters' => array(
876
-                'customerId' => array(
877
-                  'location' => 'path',
878
-                  'type' => 'string',
879
-                  'required' => true,
880
-                ),
881
-                'schemaKey' => array(
882
-                  'location' => 'path',
883
-                  'type' => 'string',
884
-                  'required' => true,
885
-                ),
886
-              ),
887
-            ),
888
-          )
889
-        )
890
-    );
891
-    $this->tokens = new Google_Service_Directory_Tokens_Resource(
892
-        $this,
893
-        $this->serviceName,
894
-        'tokens',
895
-        array(
896
-          'methods' => array(
897
-            'delete' => array(
898
-              'path' => 'users/{userKey}/tokens/{clientId}',
899
-              'httpMethod' => 'DELETE',
900
-              'parameters' => array(
901
-                'userKey' => array(
902
-                  'location' => 'path',
903
-                  'type' => 'string',
904
-                  'required' => true,
905
-                ),
906
-                'clientId' => array(
907
-                  'location' => 'path',
908
-                  'type' => 'string',
909
-                  'required' => true,
910
-                ),
911
-              ),
912
-            ),'get' => array(
913
-              'path' => 'users/{userKey}/tokens/{clientId}',
914
-              'httpMethod' => 'GET',
915
-              'parameters' => array(
916
-                'userKey' => array(
917
-                  'location' => 'path',
918
-                  'type' => 'string',
919
-                  'required' => true,
920
-                ),
921
-                'clientId' => array(
922
-                  'location' => 'path',
923
-                  'type' => 'string',
924
-                  'required' => true,
925
-                ),
926
-              ),
927
-            ),'list' => array(
928
-              'path' => 'users/{userKey}/tokens',
929
-              'httpMethod' => 'GET',
930
-              'parameters' => array(
931
-                'userKey' => array(
932
-                  'location' => 'path',
933
-                  'type' => 'string',
934
-                  'required' => true,
935
-                ),
936
-              ),
937
-            ),
938
-          )
939
-        )
940
-    );
941
-    $this->users = new Google_Service_Directory_Users_Resource(
942
-        $this,
943
-        $this->serviceName,
944
-        'users',
945
-        array(
946
-          'methods' => array(
947
-            'delete' => array(
948
-              'path' => 'users/{userKey}',
949
-              'httpMethod' => 'DELETE',
950
-              'parameters' => array(
951
-                'userKey' => array(
952
-                  'location' => 'path',
953
-                  'type' => 'string',
954
-                  'required' => true,
955
-                ),
956
-              ),
957
-            ),'get' => array(
958
-              'path' => 'users/{userKey}',
959
-              'httpMethod' => 'GET',
960
-              'parameters' => array(
961
-                'userKey' => array(
962
-                  'location' => 'path',
963
-                  'type' => 'string',
964
-                  'required' => true,
965
-                ),
966
-                'viewType' => array(
967
-                  'location' => 'query',
968
-                  'type' => 'string',
969
-                ),
970
-                'customFieldMask' => array(
971
-                  'location' => 'query',
972
-                  'type' => 'string',
973
-                ),
974
-                'projection' => array(
975
-                  'location' => 'query',
976
-                  'type' => 'string',
977
-                ),
978
-              ),
979
-            ),'insert' => array(
980
-              'path' => 'users',
981
-              'httpMethod' => 'POST',
982
-              'parameters' => array(),
983
-            ),'list' => array(
984
-              'path' => 'users',
985
-              'httpMethod' => 'GET',
986
-              'parameters' => array(
987
-                'customer' => array(
988
-                  'location' => 'query',
989
-                  'type' => 'string',
990
-                ),
991
-                'orderBy' => array(
992
-                  'location' => 'query',
993
-                  'type' => 'string',
994
-                ),
995
-                'domain' => array(
996
-                  'location' => 'query',
997
-                  'type' => 'string',
998
-                ),
999
-                'projection' => array(
1000
-                  'location' => 'query',
1001
-                  'type' => 'string',
1002
-                ),
1003
-                'showDeleted' => array(
1004
-                  'location' => 'query',
1005
-                  'type' => 'string',
1006
-                ),
1007
-                'customFieldMask' => array(
1008
-                  'location' => 'query',
1009
-                  'type' => 'string',
1010
-                ),
1011
-                'maxResults' => array(
1012
-                  'location' => 'query',
1013
-                  'type' => 'integer',
1014
-                ),
1015
-                'pageToken' => array(
1016
-                  'location' => 'query',
1017
-                  'type' => 'string',
1018
-                ),
1019
-                'sortOrder' => array(
1020
-                  'location' => 'query',
1021
-                  'type' => 'string',
1022
-                ),
1023
-                'query' => array(
1024
-                  'location' => 'query',
1025
-                  'type' => 'string',
1026
-                ),
1027
-                'viewType' => array(
1028
-                  'location' => 'query',
1029
-                  'type' => 'string',
1030
-                ),
1031
-                'event' => array(
1032
-                  'location' => 'query',
1033
-                  'type' => 'string',
1034
-                ),
1035
-              ),
1036
-            ),'makeAdmin' => array(
1037
-              'path' => 'users/{userKey}/makeAdmin',
1038
-              'httpMethod' => 'POST',
1039
-              'parameters' => array(
1040
-                'userKey' => array(
1041
-                  'location' => 'path',
1042
-                  'type' => 'string',
1043
-                  'required' => true,
1044
-                ),
1045
-              ),
1046
-            ),'patch' => array(
1047
-              'path' => 'users/{userKey}',
1048
-              'httpMethod' => 'PATCH',
1049
-              'parameters' => array(
1050
-                'userKey' => array(
1051
-                  'location' => 'path',
1052
-                  'type' => 'string',
1053
-                  'required' => true,
1054
-                ),
1055
-              ),
1056
-            ),'undelete' => array(
1057
-              'path' => 'users/{userKey}/undelete',
1058
-              'httpMethod' => 'POST',
1059
-              'parameters' => array(
1060
-                'userKey' => array(
1061
-                  'location' => 'path',
1062
-                  'type' => 'string',
1063
-                  'required' => true,
1064
-                ),
1065
-              ),
1066
-            ),'update' => array(
1067
-              'path' => 'users/{userKey}',
1068
-              'httpMethod' => 'PUT',
1069
-              'parameters' => array(
1070
-                'userKey' => array(
1071
-                  'location' => 'path',
1072
-                  'type' => 'string',
1073
-                  'required' => true,
1074
-                ),
1075
-              ),
1076
-            ),'watch' => array(
1077
-              'path' => 'users/watch',
1078
-              'httpMethod' => 'POST',
1079
-              'parameters' => array(
1080
-                'customer' => array(
1081
-                  'location' => 'query',
1082
-                  'type' => 'string',
1083
-                ),
1084
-                'orderBy' => array(
1085
-                  'location' => 'query',
1086
-                  'type' => 'string',
1087
-                ),
1088
-                'domain' => array(
1089
-                  'location' => 'query',
1090
-                  'type' => 'string',
1091
-                ),
1092
-                'projection' => array(
1093
-                  'location' => 'query',
1094
-                  'type' => 'string',
1095
-                ),
1096
-                'showDeleted' => array(
1097
-                  'location' => 'query',
1098
-                  'type' => 'string',
1099
-                ),
1100
-                'customFieldMask' => array(
1101
-                  'location' => 'query',
1102
-                  'type' => 'string',
1103
-                ),
1104
-                'maxResults' => array(
1105
-                  'location' => 'query',
1106
-                  'type' => 'integer',
1107
-                ),
1108
-                'pageToken' => array(
1109
-                  'location' => 'query',
1110
-                  'type' => 'string',
1111
-                ),
1112
-                'sortOrder' => array(
1113
-                  'location' => 'query',
1114
-                  'type' => 'string',
1115
-                ),
1116
-                'query' => array(
1117
-                  'location' => 'query',
1118
-                  'type' => 'string',
1119
-                ),
1120
-                'viewType' => array(
1121
-                  'location' => 'query',
1122
-                  'type' => 'string',
1123
-                ),
1124
-                'event' => array(
1125
-                  'location' => 'query',
1126
-                  'type' => 'string',
1127
-                ),
1128
-              ),
1129
-            ),
1130
-          )
1131
-        )
1132
-    );
1133
-    $this->users_aliases = new Google_Service_Directory_UsersAliases_Resource(
1134
-        $this,
1135
-        $this->serviceName,
1136
-        'aliases',
1137
-        array(
1138
-          'methods' => array(
1139
-            'delete' => array(
1140
-              'path' => 'users/{userKey}/aliases/{alias}',
1141
-              'httpMethod' => 'DELETE',
1142
-              'parameters' => array(
1143
-                'userKey' => array(
1144
-                  'location' => 'path',
1145
-                  'type' => 'string',
1146
-                  'required' => true,
1147
-                ),
1148
-                'alias' => array(
1149
-                  'location' => 'path',
1150
-                  'type' => 'string',
1151
-                  'required' => true,
1152
-                ),
1153
-              ),
1154
-            ),'insert' => array(
1155
-              'path' => 'users/{userKey}/aliases',
1156
-              'httpMethod' => 'POST',
1157
-              'parameters' => array(
1158
-                'userKey' => array(
1159
-                  'location' => 'path',
1160
-                  'type' => 'string',
1161
-                  'required' => true,
1162
-                ),
1163
-              ),
1164
-            ),'list' => array(
1165
-              'path' => 'users/{userKey}/aliases',
1166
-              'httpMethod' => 'GET',
1167
-              'parameters' => array(
1168
-                'userKey' => array(
1169
-                  'location' => 'path',
1170
-                  'type' => 'string',
1171
-                  'required' => true,
1172
-                ),
1173
-                'event' => array(
1174
-                  'location' => 'query',
1175
-                  'type' => 'string',
1176
-                ),
1177
-              ),
1178
-            ),'watch' => array(
1179
-              'path' => 'users/{userKey}/aliases/watch',
1180
-              'httpMethod' => 'POST',
1181
-              'parameters' => array(
1182
-                'userKey' => array(
1183
-                  'location' => 'path',
1184
-                  'type' => 'string',
1185
-                  'required' => true,
1186
-                ),
1187
-                'event' => array(
1188
-                  'location' => 'query',
1189
-                  'type' => 'string',
1190
-                ),
1191
-              ),
1192
-            ),
1193
-          )
1194
-        )
1195
-    );
1196
-    $this->users_photos = new Google_Service_Directory_UsersPhotos_Resource(
1197
-        $this,
1198
-        $this->serviceName,
1199
-        'photos',
1200
-        array(
1201
-          'methods' => array(
1202
-            'delete' => array(
1203
-              'path' => 'users/{userKey}/photos/thumbnail',
1204
-              'httpMethod' => 'DELETE',
1205
-              'parameters' => array(
1206
-                'userKey' => array(
1207
-                  'location' => 'path',
1208
-                  'type' => 'string',
1209
-                  'required' => true,
1210
-                ),
1211
-              ),
1212
-            ),'get' => array(
1213
-              'path' => 'users/{userKey}/photos/thumbnail',
1214
-              'httpMethod' => 'GET',
1215
-              'parameters' => array(
1216
-                'userKey' => array(
1217
-                  'location' => 'path',
1218
-                  'type' => 'string',
1219
-                  'required' => true,
1220
-                ),
1221
-              ),
1222
-            ),'patch' => array(
1223
-              'path' => 'users/{userKey}/photos/thumbnail',
1224
-              'httpMethod' => 'PATCH',
1225
-              'parameters' => array(
1226
-                'userKey' => array(
1227
-                  'location' => 'path',
1228
-                  'type' => 'string',
1229
-                  'required' => true,
1230
-                ),
1231
-              ),
1232
-            ),'update' => array(
1233
-              'path' => 'users/{userKey}/photos/thumbnail',
1234
-              'httpMethod' => 'PUT',
1235
-              'parameters' => array(
1236
-                'userKey' => array(
1237
-                  'location' => 'path',
1238
-                  'type' => 'string',
1239
-                  'required' => true,
1240
-                ),
1241
-              ),
1242
-            ),
1243
-          )
1244
-        )
1245
-    );
1246
-    $this->verificationCodes = new Google_Service_Directory_VerificationCodes_Resource(
1247
-        $this,
1248
-        $this->serviceName,
1249
-        'verificationCodes',
1250
-        array(
1251
-          'methods' => array(
1252
-            'generate' => array(
1253
-              'path' => 'users/{userKey}/verificationCodes/generate',
1254
-              'httpMethod' => 'POST',
1255
-              'parameters' => array(
1256
-                'userKey' => array(
1257
-                  'location' => 'path',
1258
-                  'type' => 'string',
1259
-                  'required' => true,
1260
-                ),
1261
-              ),
1262
-            ),'invalidate' => array(
1263
-              'path' => 'users/{userKey}/verificationCodes/invalidate',
1264
-              'httpMethod' => 'POST',
1265
-              'parameters' => array(
1266
-                'userKey' => array(
1267
-                  'location' => 'path',
1268
-                  'type' => 'string',
1269
-                  'required' => true,
1270
-                ),
1271
-              ),
1272
-            ),'list' => array(
1273
-              'path' => 'users/{userKey}/verificationCodes',
1274
-              'httpMethod' => 'GET',
1275
-              'parameters' => array(
1276
-                'userKey' => array(
1277
-                  'location' => 'path',
1278
-                  'type' => 'string',
1279
-                  'required' => true,
1280
-                ),
1281
-              ),
1282
-            ),
1283
-          )
1284
-        )
1285
-    );
117
+	parent::__construct($client);
118
+	$this->rootUrl = 'https://www.googleapis.com/';
119
+	$this->servicePath = 'admin/directory/v1/';
120
+	$this->version = 'directory_v1';
121
+	$this->serviceName = 'admin';
122
+
123
+	$this->asps = new Google_Service_Directory_Asps_Resource(
124
+		$this,
125
+		$this->serviceName,
126
+		'asps',
127
+		array(
128
+		  'methods' => array(
129
+			'delete' => array(
130
+			  'path' => 'users/{userKey}/asps/{codeId}',
131
+			  'httpMethod' => 'DELETE',
132
+			  'parameters' => array(
133
+				'userKey' => array(
134
+				  'location' => 'path',
135
+				  'type' => 'string',
136
+				  'required' => true,
137
+				),
138
+				'codeId' => array(
139
+				  'location' => 'path',
140
+				  'type' => 'integer',
141
+				  'required' => true,
142
+				),
143
+			  ),
144
+			),'get' => array(
145
+			  'path' => 'users/{userKey}/asps/{codeId}',
146
+			  'httpMethod' => 'GET',
147
+			  'parameters' => array(
148
+				'userKey' => array(
149
+				  'location' => 'path',
150
+				  'type' => 'string',
151
+				  'required' => true,
152
+				),
153
+				'codeId' => array(
154
+				  'location' => 'path',
155
+				  'type' => 'integer',
156
+				  'required' => true,
157
+				),
158
+			  ),
159
+			),'list' => array(
160
+			  'path' => 'users/{userKey}/asps',
161
+			  'httpMethod' => 'GET',
162
+			  'parameters' => array(
163
+				'userKey' => array(
164
+				  'location' => 'path',
165
+				  'type' => 'string',
166
+				  'required' => true,
167
+				),
168
+			  ),
169
+			),
170
+		  )
171
+		)
172
+	);
173
+	$this->channels = new Google_Service_Directory_Channels_Resource(
174
+		$this,
175
+		$this->serviceName,
176
+		'channels',
177
+		array(
178
+		  'methods' => array(
179
+			'stop' => array(
180
+			  'path' => '/admin/directory_v1/channels/stop',
181
+			  'httpMethod' => 'POST',
182
+			  'parameters' => array(),
183
+			),
184
+		  )
185
+		)
186
+	);
187
+	$this->chromeosdevices = new Google_Service_Directory_Chromeosdevices_Resource(
188
+		$this,
189
+		$this->serviceName,
190
+		'chromeosdevices',
191
+		array(
192
+		  'methods' => array(
193
+			'get' => array(
194
+			  'path' => 'customer/{customerId}/devices/chromeos/{deviceId}',
195
+			  'httpMethod' => 'GET',
196
+			  'parameters' => array(
197
+				'customerId' => array(
198
+				  'location' => 'path',
199
+				  'type' => 'string',
200
+				  'required' => true,
201
+				),
202
+				'deviceId' => array(
203
+				  'location' => 'path',
204
+				  'type' => 'string',
205
+				  'required' => true,
206
+				),
207
+				'projection' => array(
208
+				  'location' => 'query',
209
+				  'type' => 'string',
210
+				),
211
+			  ),
212
+			),'list' => array(
213
+			  'path' => 'customer/{customerId}/devices/chromeos',
214
+			  'httpMethod' => 'GET',
215
+			  'parameters' => array(
216
+				'customerId' => array(
217
+				  'location' => 'path',
218
+				  'type' => 'string',
219
+				  'required' => true,
220
+				),
221
+				'orderBy' => array(
222
+				  'location' => 'query',
223
+				  'type' => 'string',
224
+				),
225
+				'projection' => array(
226
+				  'location' => 'query',
227
+				  'type' => 'string',
228
+				),
229
+				'maxResults' => array(
230
+				  'location' => 'query',
231
+				  'type' => 'integer',
232
+				),
233
+				'pageToken' => array(
234
+				  'location' => 'query',
235
+				  'type' => 'string',
236
+				),
237
+				'sortOrder' => array(
238
+				  'location' => 'query',
239
+				  'type' => 'string',
240
+				),
241
+				'query' => array(
242
+				  'location' => 'query',
243
+				  'type' => 'string',
244
+				),
245
+			  ),
246
+			),'patch' => array(
247
+			  'path' => 'customer/{customerId}/devices/chromeos/{deviceId}',
248
+			  'httpMethod' => 'PATCH',
249
+			  'parameters' => array(
250
+				'customerId' => array(
251
+				  'location' => 'path',
252
+				  'type' => 'string',
253
+				  'required' => true,
254
+				),
255
+				'deviceId' => array(
256
+				  'location' => 'path',
257
+				  'type' => 'string',
258
+				  'required' => true,
259
+				),
260
+				'projection' => array(
261
+				  'location' => 'query',
262
+				  'type' => 'string',
263
+				),
264
+			  ),
265
+			),'update' => array(
266
+			  'path' => 'customer/{customerId}/devices/chromeos/{deviceId}',
267
+			  'httpMethod' => 'PUT',
268
+			  'parameters' => array(
269
+				'customerId' => array(
270
+				  'location' => 'path',
271
+				  'type' => 'string',
272
+				  'required' => true,
273
+				),
274
+				'deviceId' => array(
275
+				  'location' => 'path',
276
+				  'type' => 'string',
277
+				  'required' => true,
278
+				),
279
+				'projection' => array(
280
+				  'location' => 'query',
281
+				  'type' => 'string',
282
+				),
283
+			  ),
284
+			),
285
+		  )
286
+		)
287
+	);
288
+	$this->groups = new Google_Service_Directory_Groups_Resource(
289
+		$this,
290
+		$this->serviceName,
291
+		'groups',
292
+		array(
293
+		  'methods' => array(
294
+			'delete' => array(
295
+			  'path' => 'groups/{groupKey}',
296
+			  'httpMethod' => 'DELETE',
297
+			  'parameters' => array(
298
+				'groupKey' => array(
299
+				  'location' => 'path',
300
+				  'type' => 'string',
301
+				  'required' => true,
302
+				),
303
+			  ),
304
+			),'get' => array(
305
+			  'path' => 'groups/{groupKey}',
306
+			  'httpMethod' => 'GET',
307
+			  'parameters' => array(
308
+				'groupKey' => array(
309
+				  'location' => 'path',
310
+				  'type' => 'string',
311
+				  'required' => true,
312
+				),
313
+			  ),
314
+			),'insert' => array(
315
+			  'path' => 'groups',
316
+			  'httpMethod' => 'POST',
317
+			  'parameters' => array(),
318
+			),'list' => array(
319
+			  'path' => 'groups',
320
+			  'httpMethod' => 'GET',
321
+			  'parameters' => array(
322
+				'customer' => array(
323
+				  'location' => 'query',
324
+				  'type' => 'string',
325
+				),
326
+				'pageToken' => array(
327
+				  'location' => 'query',
328
+				  'type' => 'string',
329
+				),
330
+				'domain' => array(
331
+				  'location' => 'query',
332
+				  'type' => 'string',
333
+				),
334
+				'maxResults' => array(
335
+				  'location' => 'query',
336
+				  'type' => 'integer',
337
+				),
338
+				'userKey' => array(
339
+				  'location' => 'query',
340
+				  'type' => 'string',
341
+				),
342
+			  ),
343
+			),'patch' => array(
344
+			  'path' => 'groups/{groupKey}',
345
+			  'httpMethod' => 'PATCH',
346
+			  'parameters' => array(
347
+				'groupKey' => array(
348
+				  'location' => 'path',
349
+				  'type' => 'string',
350
+				  'required' => true,
351
+				),
352
+			  ),
353
+			),'update' => array(
354
+			  'path' => 'groups/{groupKey}',
355
+			  'httpMethod' => 'PUT',
356
+			  'parameters' => array(
357
+				'groupKey' => array(
358
+				  'location' => 'path',
359
+				  'type' => 'string',
360
+				  'required' => true,
361
+				),
362
+			  ),
363
+			),
364
+		  )
365
+		)
366
+	);
367
+	$this->groups_aliases = new Google_Service_Directory_GroupsAliases_Resource(
368
+		$this,
369
+		$this->serviceName,
370
+		'aliases',
371
+		array(
372
+		  'methods' => array(
373
+			'delete' => array(
374
+			  'path' => 'groups/{groupKey}/aliases/{alias}',
375
+			  'httpMethod' => 'DELETE',
376
+			  'parameters' => array(
377
+				'groupKey' => array(
378
+				  'location' => 'path',
379
+				  'type' => 'string',
380
+				  'required' => true,
381
+				),
382
+				'alias' => array(
383
+				  'location' => 'path',
384
+				  'type' => 'string',
385
+				  'required' => true,
386
+				),
387
+			  ),
388
+			),'insert' => array(
389
+			  'path' => 'groups/{groupKey}/aliases',
390
+			  'httpMethod' => 'POST',
391
+			  'parameters' => array(
392
+				'groupKey' => array(
393
+				  'location' => 'path',
394
+				  'type' => 'string',
395
+				  'required' => true,
396
+				),
397
+			  ),
398
+			),'list' => array(
399
+			  'path' => 'groups/{groupKey}/aliases',
400
+			  'httpMethod' => 'GET',
401
+			  'parameters' => array(
402
+				'groupKey' => array(
403
+				  'location' => 'path',
404
+				  'type' => 'string',
405
+				  'required' => true,
406
+				),
407
+			  ),
408
+			),
409
+		  )
410
+		)
411
+	);
412
+	$this->members = new Google_Service_Directory_Members_Resource(
413
+		$this,
414
+		$this->serviceName,
415
+		'members',
416
+		array(
417
+		  'methods' => array(
418
+			'delete' => array(
419
+			  'path' => 'groups/{groupKey}/members/{memberKey}',
420
+			  'httpMethod' => 'DELETE',
421
+			  'parameters' => array(
422
+				'groupKey' => array(
423
+				  'location' => 'path',
424
+				  'type' => 'string',
425
+				  'required' => true,
426
+				),
427
+				'memberKey' => array(
428
+				  'location' => 'path',
429
+				  'type' => 'string',
430
+				  'required' => true,
431
+				),
432
+			  ),
433
+			),'get' => array(
434
+			  'path' => 'groups/{groupKey}/members/{memberKey}',
435
+			  'httpMethod' => 'GET',
436
+			  'parameters' => array(
437
+				'groupKey' => array(
438
+				  'location' => 'path',
439
+				  'type' => 'string',
440
+				  'required' => true,
441
+				),
442
+				'memberKey' => array(
443
+				  'location' => 'path',
444
+				  'type' => 'string',
445
+				  'required' => true,
446
+				),
447
+			  ),
448
+			),'insert' => array(
449
+			  'path' => 'groups/{groupKey}/members',
450
+			  'httpMethod' => 'POST',
451
+			  'parameters' => array(
452
+				'groupKey' => array(
453
+				  'location' => 'path',
454
+				  'type' => 'string',
455
+				  'required' => true,
456
+				),
457
+			  ),
458
+			),'list' => array(
459
+			  'path' => 'groups/{groupKey}/members',
460
+			  'httpMethod' => 'GET',
461
+			  'parameters' => array(
462
+				'groupKey' => array(
463
+				  'location' => 'path',
464
+				  'type' => 'string',
465
+				  'required' => true,
466
+				),
467
+				'pageToken' => array(
468
+				  'location' => 'query',
469
+				  'type' => 'string',
470
+				),
471
+				'roles' => array(
472
+				  'location' => 'query',
473
+				  'type' => 'string',
474
+				),
475
+				'maxResults' => array(
476
+				  'location' => 'query',
477
+				  'type' => 'integer',
478
+				),
479
+			  ),
480
+			),'patch' => array(
481
+			  'path' => 'groups/{groupKey}/members/{memberKey}',
482
+			  'httpMethod' => 'PATCH',
483
+			  'parameters' => array(
484
+				'groupKey' => array(
485
+				  'location' => 'path',
486
+				  'type' => 'string',
487
+				  'required' => true,
488
+				),
489
+				'memberKey' => array(
490
+				  'location' => 'path',
491
+				  'type' => 'string',
492
+				  'required' => true,
493
+				),
494
+			  ),
495
+			),'update' => array(
496
+			  'path' => 'groups/{groupKey}/members/{memberKey}',
497
+			  'httpMethod' => 'PUT',
498
+			  'parameters' => array(
499
+				'groupKey' => array(
500
+				  'location' => 'path',
501
+				  'type' => 'string',
502
+				  'required' => true,
503
+				),
504
+				'memberKey' => array(
505
+				  'location' => 'path',
506
+				  'type' => 'string',
507
+				  'required' => true,
508
+				),
509
+			  ),
510
+			),
511
+		  )
512
+		)
513
+	);
514
+	$this->mobiledevices = new Google_Service_Directory_Mobiledevices_Resource(
515
+		$this,
516
+		$this->serviceName,
517
+		'mobiledevices',
518
+		array(
519
+		  'methods' => array(
520
+			'action' => array(
521
+			  'path' => 'customer/{customerId}/devices/mobile/{resourceId}/action',
522
+			  'httpMethod' => 'POST',
523
+			  'parameters' => array(
524
+				'customerId' => array(
525
+				  'location' => 'path',
526
+				  'type' => 'string',
527
+				  'required' => true,
528
+				),
529
+				'resourceId' => array(
530
+				  'location' => 'path',
531
+				  'type' => 'string',
532
+				  'required' => true,
533
+				),
534
+			  ),
535
+			),'delete' => array(
536
+			  'path' => 'customer/{customerId}/devices/mobile/{resourceId}',
537
+			  'httpMethod' => 'DELETE',
538
+			  'parameters' => array(
539
+				'customerId' => array(
540
+				  'location' => 'path',
541
+				  'type' => 'string',
542
+				  'required' => true,
543
+				),
544
+				'resourceId' => array(
545
+				  'location' => 'path',
546
+				  'type' => 'string',
547
+				  'required' => true,
548
+				),
549
+			  ),
550
+			),'get' => array(
551
+			  'path' => 'customer/{customerId}/devices/mobile/{resourceId}',
552
+			  'httpMethod' => 'GET',
553
+			  'parameters' => array(
554
+				'customerId' => array(
555
+				  'location' => 'path',
556
+				  'type' => 'string',
557
+				  'required' => true,
558
+				),
559
+				'resourceId' => array(
560
+				  'location' => 'path',
561
+				  'type' => 'string',
562
+				  'required' => true,
563
+				),
564
+				'projection' => array(
565
+				  'location' => 'query',
566
+				  'type' => 'string',
567
+				),
568
+			  ),
569
+			),'list' => array(
570
+			  'path' => 'customer/{customerId}/devices/mobile',
571
+			  'httpMethod' => 'GET',
572
+			  'parameters' => array(
573
+				'customerId' => array(
574
+				  'location' => 'path',
575
+				  'type' => 'string',
576
+				  'required' => true,
577
+				),
578
+				'orderBy' => array(
579
+				  'location' => 'query',
580
+				  'type' => 'string',
581
+				),
582
+				'projection' => array(
583
+				  'location' => 'query',
584
+				  'type' => 'string',
585
+				),
586
+				'maxResults' => array(
587
+				  'location' => 'query',
588
+				  'type' => 'integer',
589
+				),
590
+				'pageToken' => array(
591
+				  'location' => 'query',
592
+				  'type' => 'string',
593
+				),
594
+				'sortOrder' => array(
595
+				  'location' => 'query',
596
+				  'type' => 'string',
597
+				),
598
+				'query' => array(
599
+				  'location' => 'query',
600
+				  'type' => 'string',
601
+				),
602
+			  ),
603
+			),
604
+		  )
605
+		)
606
+	);
607
+	$this->notifications = new Google_Service_Directory_Notifications_Resource(
608
+		$this,
609
+		$this->serviceName,
610
+		'notifications',
611
+		array(
612
+		  'methods' => array(
613
+			'delete' => array(
614
+			  'path' => 'customer/{customer}/notifications/{notificationId}',
615
+			  'httpMethod' => 'DELETE',
616
+			  'parameters' => array(
617
+				'customer' => array(
618
+				  'location' => 'path',
619
+				  'type' => 'string',
620
+				  'required' => true,
621
+				),
622
+				'notificationId' => array(
623
+				  'location' => 'path',
624
+				  'type' => 'string',
625
+				  'required' => true,
626
+				),
627
+			  ),
628
+			),'get' => array(
629
+			  'path' => 'customer/{customer}/notifications/{notificationId}',
630
+			  'httpMethod' => 'GET',
631
+			  'parameters' => array(
632
+				'customer' => array(
633
+				  'location' => 'path',
634
+				  'type' => 'string',
635
+				  'required' => true,
636
+				),
637
+				'notificationId' => array(
638
+				  'location' => 'path',
639
+				  'type' => 'string',
640
+				  'required' => true,
641
+				),
642
+			  ),
643
+			),'list' => array(
644
+			  'path' => 'customer/{customer}/notifications',
645
+			  'httpMethod' => 'GET',
646
+			  'parameters' => array(
647
+				'customer' => array(
648
+				  'location' => 'path',
649
+				  'type' => 'string',
650
+				  'required' => true,
651
+				),
652
+				'pageToken' => array(
653
+				  'location' => 'query',
654
+				  'type' => 'string',
655
+				),
656
+				'maxResults' => array(
657
+				  'location' => 'query',
658
+				  'type' => 'integer',
659
+				),
660
+				'language' => array(
661
+				  'location' => 'query',
662
+				  'type' => 'string',
663
+				),
664
+			  ),
665
+			),'patch' => array(
666
+			  'path' => 'customer/{customer}/notifications/{notificationId}',
667
+			  'httpMethod' => 'PATCH',
668
+			  'parameters' => array(
669
+				'customer' => array(
670
+				  'location' => 'path',
671
+				  'type' => 'string',
672
+				  'required' => true,
673
+				),
674
+				'notificationId' => array(
675
+				  'location' => 'path',
676
+				  'type' => 'string',
677
+				  'required' => true,
678
+				),
679
+			  ),
680
+			),'update' => array(
681
+			  'path' => 'customer/{customer}/notifications/{notificationId}',
682
+			  'httpMethod' => 'PUT',
683
+			  'parameters' => array(
684
+				'customer' => array(
685
+				  'location' => 'path',
686
+				  'type' => 'string',
687
+				  'required' => true,
688
+				),
689
+				'notificationId' => array(
690
+				  'location' => 'path',
691
+				  'type' => 'string',
692
+				  'required' => true,
693
+				),
694
+			  ),
695
+			),
696
+		  )
697
+		)
698
+	);
699
+	$this->orgunits = new Google_Service_Directory_Orgunits_Resource(
700
+		$this,
701
+		$this->serviceName,
702
+		'orgunits',
703
+		array(
704
+		  'methods' => array(
705
+			'delete' => array(
706
+			  'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
707
+			  'httpMethod' => 'DELETE',
708
+			  'parameters' => array(
709
+				'customerId' => array(
710
+				  'location' => 'path',
711
+				  'type' => 'string',
712
+				  'required' => true,
713
+				),
714
+				'orgUnitPath' => array(
715
+				  'location' => 'path',
716
+				  'type' => 'string',
717
+				  'repeated' => true,
718
+				  'required' => true,
719
+				),
720
+			  ),
721
+			),'get' => array(
722
+			  'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
723
+			  'httpMethod' => 'GET',
724
+			  'parameters' => array(
725
+				'customerId' => array(
726
+				  'location' => 'path',
727
+				  'type' => 'string',
728
+				  'required' => true,
729
+				),
730
+				'orgUnitPath' => array(
731
+				  'location' => 'path',
732
+				  'type' => 'string',
733
+				  'repeated' => true,
734
+				  'required' => true,
735
+				),
736
+			  ),
737
+			),'insert' => array(
738
+			  'path' => 'customer/{customerId}/orgunits',
739
+			  'httpMethod' => 'POST',
740
+			  'parameters' => array(
741
+				'customerId' => array(
742
+				  'location' => 'path',
743
+				  'type' => 'string',
744
+				  'required' => true,
745
+				),
746
+			  ),
747
+			),'list' => array(
748
+			  'path' => 'customer/{customerId}/orgunits',
749
+			  'httpMethod' => 'GET',
750
+			  'parameters' => array(
751
+				'customerId' => array(
752
+				  'location' => 'path',
753
+				  'type' => 'string',
754
+				  'required' => true,
755
+				),
756
+				'type' => array(
757
+				  'location' => 'query',
758
+				  'type' => 'string',
759
+				),
760
+				'orgUnitPath' => array(
761
+				  'location' => 'query',
762
+				  'type' => 'string',
763
+				),
764
+			  ),
765
+			),'patch' => array(
766
+			  'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
767
+			  'httpMethod' => 'PATCH',
768
+			  'parameters' => array(
769
+				'customerId' => array(
770
+				  'location' => 'path',
771
+				  'type' => 'string',
772
+				  'required' => true,
773
+				),
774
+				'orgUnitPath' => array(
775
+				  'location' => 'path',
776
+				  'type' => 'string',
777
+				  'repeated' => true,
778
+				  'required' => true,
779
+				),
780
+			  ),
781
+			),'update' => array(
782
+			  'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
783
+			  'httpMethod' => 'PUT',
784
+			  'parameters' => array(
785
+				'customerId' => array(
786
+				  'location' => 'path',
787
+				  'type' => 'string',
788
+				  'required' => true,
789
+				),
790
+				'orgUnitPath' => array(
791
+				  'location' => 'path',
792
+				  'type' => 'string',
793
+				  'repeated' => true,
794
+				  'required' => true,
795
+				),
796
+			  ),
797
+			),
798
+		  )
799
+		)
800
+	);
801
+	$this->schemas = new Google_Service_Directory_Schemas_Resource(
802
+		$this,
803
+		$this->serviceName,
804
+		'schemas',
805
+		array(
806
+		  'methods' => array(
807
+			'delete' => array(
808
+			  'path' => 'customer/{customerId}/schemas/{schemaKey}',
809
+			  'httpMethod' => 'DELETE',
810
+			  'parameters' => array(
811
+				'customerId' => array(
812
+				  'location' => 'path',
813
+				  'type' => 'string',
814
+				  'required' => true,
815
+				),
816
+				'schemaKey' => array(
817
+				  'location' => 'path',
818
+				  'type' => 'string',
819
+				  'required' => true,
820
+				),
821
+			  ),
822
+			),'get' => array(
823
+			  'path' => 'customer/{customerId}/schemas/{schemaKey}',
824
+			  'httpMethod' => 'GET',
825
+			  'parameters' => array(
826
+				'customerId' => array(
827
+				  'location' => 'path',
828
+				  'type' => 'string',
829
+				  'required' => true,
830
+				),
831
+				'schemaKey' => array(
832
+				  'location' => 'path',
833
+				  'type' => 'string',
834
+				  'required' => true,
835
+				),
836
+			  ),
837
+			),'insert' => array(
838
+			  'path' => 'customer/{customerId}/schemas',
839
+			  'httpMethod' => 'POST',
840
+			  'parameters' => array(
841
+				'customerId' => array(
842
+				  'location' => 'path',
843
+				  'type' => 'string',
844
+				  'required' => true,
845
+				),
846
+			  ),
847
+			),'list' => array(
848
+			  'path' => 'customer/{customerId}/schemas',
849
+			  'httpMethod' => 'GET',
850
+			  'parameters' => array(
851
+				'customerId' => array(
852
+				  'location' => 'path',
853
+				  'type' => 'string',
854
+				  'required' => true,
855
+				),
856
+			  ),
857
+			),'patch' => array(
858
+			  'path' => 'customer/{customerId}/schemas/{schemaKey}',
859
+			  'httpMethod' => 'PATCH',
860
+			  'parameters' => array(
861
+				'customerId' => array(
862
+				  'location' => 'path',
863
+				  'type' => 'string',
864
+				  'required' => true,
865
+				),
866
+				'schemaKey' => array(
867
+				  'location' => 'path',
868
+				  'type' => 'string',
869
+				  'required' => true,
870
+				),
871
+			  ),
872
+			),'update' => array(
873
+			  'path' => 'customer/{customerId}/schemas/{schemaKey}',
874
+			  'httpMethod' => 'PUT',
875
+			  'parameters' => array(
876
+				'customerId' => array(
877
+				  'location' => 'path',
878
+				  'type' => 'string',
879
+				  'required' => true,
880
+				),
881
+				'schemaKey' => array(
882
+				  'location' => 'path',
883
+				  'type' => 'string',
884
+				  'required' => true,
885
+				),
886
+			  ),
887
+			),
888
+		  )
889
+		)
890
+	);
891
+	$this->tokens = new Google_Service_Directory_Tokens_Resource(
892
+		$this,
893
+		$this->serviceName,
894
+		'tokens',
895
+		array(
896
+		  'methods' => array(
897
+			'delete' => array(
898
+			  'path' => 'users/{userKey}/tokens/{clientId}',
899
+			  'httpMethod' => 'DELETE',
900
+			  'parameters' => array(
901
+				'userKey' => array(
902
+				  'location' => 'path',
903
+				  'type' => 'string',
904
+				  'required' => true,
905
+				),
906
+				'clientId' => array(
907
+				  'location' => 'path',
908
+				  'type' => 'string',
909
+				  'required' => true,
910
+				),
911
+			  ),
912
+			),'get' => array(
913
+			  'path' => 'users/{userKey}/tokens/{clientId}',
914
+			  'httpMethod' => 'GET',
915
+			  'parameters' => array(
916
+				'userKey' => array(
917
+				  'location' => 'path',
918
+				  'type' => 'string',
919
+				  'required' => true,
920
+				),
921
+				'clientId' => array(
922
+				  'location' => 'path',
923
+				  'type' => 'string',
924
+				  'required' => true,
925
+				),
926
+			  ),
927
+			),'list' => array(
928
+			  'path' => 'users/{userKey}/tokens',
929
+			  'httpMethod' => 'GET',
930
+			  'parameters' => array(
931
+				'userKey' => array(
932
+				  'location' => 'path',
933
+				  'type' => 'string',
934
+				  'required' => true,
935
+				),
936
+			  ),
937
+			),
938
+		  )
939
+		)
940
+	);
941
+	$this->users = new Google_Service_Directory_Users_Resource(
942
+		$this,
943
+		$this->serviceName,
944
+		'users',
945
+		array(
946
+		  'methods' => array(
947
+			'delete' => array(
948
+			  'path' => 'users/{userKey}',
949
+			  'httpMethod' => 'DELETE',
950
+			  'parameters' => array(
951
+				'userKey' => array(
952
+				  'location' => 'path',
953
+				  'type' => 'string',
954
+				  'required' => true,
955
+				),
956
+			  ),
957
+			),'get' => array(
958
+			  'path' => 'users/{userKey}',
959
+			  'httpMethod' => 'GET',
960
+			  'parameters' => array(
961
+				'userKey' => array(
962
+				  'location' => 'path',
963
+				  'type' => 'string',
964
+				  'required' => true,
965
+				),
966
+				'viewType' => array(
967
+				  'location' => 'query',
968
+				  'type' => 'string',
969
+				),
970
+				'customFieldMask' => array(
971
+				  'location' => 'query',
972
+				  'type' => 'string',
973
+				),
974
+				'projection' => array(
975
+				  'location' => 'query',
976
+				  'type' => 'string',
977
+				),
978
+			  ),
979
+			),'insert' => array(
980
+			  'path' => 'users',
981
+			  'httpMethod' => 'POST',
982
+			  'parameters' => array(),
983
+			),'list' => array(
984
+			  'path' => 'users',
985
+			  'httpMethod' => 'GET',
986
+			  'parameters' => array(
987
+				'customer' => array(
988
+				  'location' => 'query',
989
+				  'type' => 'string',
990
+				),
991
+				'orderBy' => array(
992
+				  'location' => 'query',
993
+				  'type' => 'string',
994
+				),
995
+				'domain' => array(
996
+				  'location' => 'query',
997
+				  'type' => 'string',
998
+				),
999
+				'projection' => array(
1000
+				  'location' => 'query',
1001
+				  'type' => 'string',
1002
+				),
1003
+				'showDeleted' => array(
1004
+				  'location' => 'query',
1005
+				  'type' => 'string',
1006
+				),
1007
+				'customFieldMask' => array(
1008
+				  'location' => 'query',
1009
+				  'type' => 'string',
1010
+				),
1011
+				'maxResults' => array(
1012
+				  'location' => 'query',
1013
+				  'type' => 'integer',
1014
+				),
1015
+				'pageToken' => array(
1016
+				  'location' => 'query',
1017
+				  'type' => 'string',
1018
+				),
1019
+				'sortOrder' => array(
1020
+				  'location' => 'query',
1021
+				  'type' => 'string',
1022
+				),
1023
+				'query' => array(
1024
+				  'location' => 'query',
1025
+				  'type' => 'string',
1026
+				),
1027
+				'viewType' => array(
1028
+				  'location' => 'query',
1029
+				  'type' => 'string',
1030
+				),
1031
+				'event' => array(
1032
+				  'location' => 'query',
1033
+				  'type' => 'string',
1034
+				),
1035
+			  ),
1036
+			),'makeAdmin' => array(
1037
+			  'path' => 'users/{userKey}/makeAdmin',
1038
+			  'httpMethod' => 'POST',
1039
+			  'parameters' => array(
1040
+				'userKey' => array(
1041
+				  'location' => 'path',
1042
+				  'type' => 'string',
1043
+				  'required' => true,
1044
+				),
1045
+			  ),
1046
+			),'patch' => array(
1047
+			  'path' => 'users/{userKey}',
1048
+			  'httpMethod' => 'PATCH',
1049
+			  'parameters' => array(
1050
+				'userKey' => array(
1051
+				  'location' => 'path',
1052
+				  'type' => 'string',
1053
+				  'required' => true,
1054
+				),
1055
+			  ),
1056
+			),'undelete' => array(
1057
+			  'path' => 'users/{userKey}/undelete',
1058
+			  'httpMethod' => 'POST',
1059
+			  'parameters' => array(
1060
+				'userKey' => array(
1061
+				  'location' => 'path',
1062
+				  'type' => 'string',
1063
+				  'required' => true,
1064
+				),
1065
+			  ),
1066
+			),'update' => array(
1067
+			  'path' => 'users/{userKey}',
1068
+			  'httpMethod' => 'PUT',
1069
+			  'parameters' => array(
1070
+				'userKey' => array(
1071
+				  'location' => 'path',
1072
+				  'type' => 'string',
1073
+				  'required' => true,
1074
+				),
1075
+			  ),
1076
+			),'watch' => array(
1077
+			  'path' => 'users/watch',
1078
+			  'httpMethod' => 'POST',
1079
+			  'parameters' => array(
1080
+				'customer' => array(
1081
+				  'location' => 'query',
1082
+				  'type' => 'string',
1083
+				),
1084
+				'orderBy' => array(
1085
+				  'location' => 'query',
1086
+				  'type' => 'string',
1087
+				),
1088
+				'domain' => array(
1089
+				  'location' => 'query',
1090
+				  'type' => 'string',
1091
+				),
1092
+				'projection' => array(
1093
+				  'location' => 'query',
1094
+				  'type' => 'string',
1095
+				),
1096
+				'showDeleted' => array(
1097
+				  'location' => 'query',
1098
+				  'type' => 'string',
1099
+				),
1100
+				'customFieldMask' => array(
1101
+				  'location' => 'query',
1102
+				  'type' => 'string',
1103
+				),
1104
+				'maxResults' => array(
1105
+				  'location' => 'query',
1106
+				  'type' => 'integer',
1107
+				),
1108
+				'pageToken' => array(
1109
+				  'location' => 'query',
1110
+				  'type' => 'string',
1111
+				),
1112
+				'sortOrder' => array(
1113
+				  'location' => 'query',
1114
+				  'type' => 'string',
1115
+				),
1116
+				'query' => array(
1117
+				  'location' => 'query',
1118
+				  'type' => 'string',
1119
+				),
1120
+				'viewType' => array(
1121
+				  'location' => 'query',
1122
+				  'type' => 'string',
1123
+				),
1124
+				'event' => array(
1125
+				  'location' => 'query',
1126
+				  'type' => 'string',
1127
+				),
1128
+			  ),
1129
+			),
1130
+		  )
1131
+		)
1132
+	);
1133
+	$this->users_aliases = new Google_Service_Directory_UsersAliases_Resource(
1134
+		$this,
1135
+		$this->serviceName,
1136
+		'aliases',
1137
+		array(
1138
+		  'methods' => array(
1139
+			'delete' => array(
1140
+			  'path' => 'users/{userKey}/aliases/{alias}',
1141
+			  'httpMethod' => 'DELETE',
1142
+			  'parameters' => array(
1143
+				'userKey' => array(
1144
+				  'location' => 'path',
1145
+				  'type' => 'string',
1146
+				  'required' => true,
1147
+				),
1148
+				'alias' => array(
1149
+				  'location' => 'path',
1150
+				  'type' => 'string',
1151
+				  'required' => true,
1152
+				),
1153
+			  ),
1154
+			),'insert' => array(
1155
+			  'path' => 'users/{userKey}/aliases',
1156
+			  'httpMethod' => 'POST',
1157
+			  'parameters' => array(
1158
+				'userKey' => array(
1159
+				  'location' => 'path',
1160
+				  'type' => 'string',
1161
+				  'required' => true,
1162
+				),
1163
+			  ),
1164
+			),'list' => array(
1165
+			  'path' => 'users/{userKey}/aliases',
1166
+			  'httpMethod' => 'GET',
1167
+			  'parameters' => array(
1168
+				'userKey' => array(
1169
+				  'location' => 'path',
1170
+				  'type' => 'string',
1171
+				  'required' => true,
1172
+				),
1173
+				'event' => array(
1174
+				  'location' => 'query',
1175
+				  'type' => 'string',
1176
+				),
1177
+			  ),
1178
+			),'watch' => array(
1179
+			  'path' => 'users/{userKey}/aliases/watch',
1180
+			  'httpMethod' => 'POST',
1181
+			  'parameters' => array(
1182
+				'userKey' => array(
1183
+				  'location' => 'path',
1184
+				  'type' => 'string',
1185
+				  'required' => true,
1186
+				),
1187
+				'event' => array(
1188
+				  'location' => 'query',
1189
+				  'type' => 'string',
1190
+				),
1191
+			  ),
1192
+			),
1193
+		  )
1194
+		)
1195
+	);
1196
+	$this->users_photos = new Google_Service_Directory_UsersPhotos_Resource(
1197
+		$this,
1198
+		$this->serviceName,
1199
+		'photos',
1200
+		array(
1201
+		  'methods' => array(
1202
+			'delete' => array(
1203
+			  'path' => 'users/{userKey}/photos/thumbnail',
1204
+			  'httpMethod' => 'DELETE',
1205
+			  'parameters' => array(
1206
+				'userKey' => array(
1207
+				  'location' => 'path',
1208
+				  'type' => 'string',
1209
+				  'required' => true,
1210
+				),
1211
+			  ),
1212
+			),'get' => array(
1213
+			  'path' => 'users/{userKey}/photos/thumbnail',
1214
+			  'httpMethod' => 'GET',
1215
+			  'parameters' => array(
1216
+				'userKey' => array(
1217
+				  'location' => 'path',
1218
+				  'type' => 'string',
1219
+				  'required' => true,
1220
+				),
1221
+			  ),
1222
+			),'patch' => array(
1223
+			  'path' => 'users/{userKey}/photos/thumbnail',
1224
+			  'httpMethod' => 'PATCH',
1225
+			  'parameters' => array(
1226
+				'userKey' => array(
1227
+				  'location' => 'path',
1228
+				  'type' => 'string',
1229
+				  'required' => true,
1230
+				),
1231
+			  ),
1232
+			),'update' => array(
1233
+			  'path' => 'users/{userKey}/photos/thumbnail',
1234
+			  'httpMethod' => 'PUT',
1235
+			  'parameters' => array(
1236
+				'userKey' => array(
1237
+				  'location' => 'path',
1238
+				  'type' => 'string',
1239
+				  'required' => true,
1240
+				),
1241
+			  ),
1242
+			),
1243
+		  )
1244
+		)
1245
+	);
1246
+	$this->verificationCodes = new Google_Service_Directory_VerificationCodes_Resource(
1247
+		$this,
1248
+		$this->serviceName,
1249
+		'verificationCodes',
1250
+		array(
1251
+		  'methods' => array(
1252
+			'generate' => array(
1253
+			  'path' => 'users/{userKey}/verificationCodes/generate',
1254
+			  'httpMethod' => 'POST',
1255
+			  'parameters' => array(
1256
+				'userKey' => array(
1257
+				  'location' => 'path',
1258
+				  'type' => 'string',
1259
+				  'required' => true,
1260
+				),
1261
+			  ),
1262
+			),'invalidate' => array(
1263
+			  'path' => 'users/{userKey}/verificationCodes/invalidate',
1264
+			  'httpMethod' => 'POST',
1265
+			  'parameters' => array(
1266
+				'userKey' => array(
1267
+				  'location' => 'path',
1268
+				  'type' => 'string',
1269
+				  'required' => true,
1270
+				),
1271
+			  ),
1272
+			),'list' => array(
1273
+			  'path' => 'users/{userKey}/verificationCodes',
1274
+			  'httpMethod' => 'GET',
1275
+			  'parameters' => array(
1276
+				'userKey' => array(
1277
+				  'location' => 'path',
1278
+				  'type' => 'string',
1279
+				  'required' => true,
1280
+				),
1281
+			  ),
1282
+			),
1283
+		  )
1284
+		)
1285
+	);
1286 1286
   }
1287 1287
 }
1288 1288
 
@@ -1308,9 +1308,9 @@  discard block
 block discarded – undo
1308 1308
    */
1309 1309
   public function delete($userKey, $codeId, $optParams = array())
1310 1310
   {
1311
-    $params = array('userKey' => $userKey, 'codeId' => $codeId);
1312
-    $params = array_merge($params, $optParams);
1313
-    return $this->call('delete', array($params));
1311
+	$params = array('userKey' => $userKey, 'codeId' => $codeId);
1312
+	$params = array_merge($params, $optParams);
1313
+	return $this->call('delete', array($params));
1314 1314
   }
1315 1315
 
1316 1316
   /**
@@ -1324,9 +1324,9 @@  discard block
 block discarded – undo
1324 1324
    */
1325 1325
   public function get($userKey, $codeId, $optParams = array())
1326 1326
   {
1327
-    $params = array('userKey' => $userKey, 'codeId' => $codeId);
1328
-    $params = array_merge($params, $optParams);
1329
-    return $this->call('get', array($params), "Google_Service_Directory_Asp");
1327
+	$params = array('userKey' => $userKey, 'codeId' => $codeId);
1328
+	$params = array_merge($params, $optParams);
1329
+	return $this->call('get', array($params), "Google_Service_Directory_Asp");
1330 1330
   }
1331 1331
 
1332 1332
   /**
@@ -1339,9 +1339,9 @@  discard block
 block discarded – undo
1339 1339
    */
1340 1340
   public function listAsps($userKey, $optParams = array())
1341 1341
   {
1342
-    $params = array('userKey' => $userKey);
1343
-    $params = array_merge($params, $optParams);
1344
-    return $this->call('list', array($params), "Google_Service_Directory_Asps");
1342
+	$params = array('userKey' => $userKey);
1343
+	$params = array_merge($params, $optParams);
1344
+	return $this->call('list', array($params), "Google_Service_Directory_Asps");
1345 1345
   }
1346 1346
 }
1347 1347
 
@@ -1364,9 +1364,9 @@  discard block
 block discarded – undo
1364 1364
    */
1365 1365
   public function stop(Google_Service_Directory_Channel $postBody, $optParams = array())
1366 1366
   {
1367
-    $params = array('postBody' => $postBody);
1368
-    $params = array_merge($params, $optParams);
1369
-    return $this->call('stop', array($params));
1367
+	$params = array('postBody' => $postBody);
1368
+	$params = array_merge($params, $optParams);
1369
+	return $this->call('stop', array($params));
1370 1370
   }
1371 1371
 }
1372 1372
 
@@ -1394,9 +1394,9 @@  discard block
 block discarded – undo
1394 1394
    */
1395 1395
   public function get($customerId, $deviceId, $optParams = array())
1396 1396
   {
1397
-    $params = array('customerId' => $customerId, 'deviceId' => $deviceId);
1398
-    $params = array_merge($params, $optParams);
1399
-    return $this->call('get', array($params), "Google_Service_Directory_ChromeOsDevice");
1397
+	$params = array('customerId' => $customerId, 'deviceId' => $deviceId);
1398
+	$params = array_merge($params, $optParams);
1399
+	return $this->call('get', array($params), "Google_Service_Directory_ChromeOsDevice");
1400 1400
   }
1401 1401
 
1402 1402
   /**
@@ -1419,9 +1419,9 @@  discard block
 block discarded – undo
1419 1419
    */
1420 1420
   public function listChromeosdevices($customerId, $optParams = array())
1421 1421
   {
1422
-    $params = array('customerId' => $customerId);
1423
-    $params = array_merge($params, $optParams);
1424
-    return $this->call('list', array($params), "Google_Service_Directory_ChromeOsDevices");
1422
+	$params = array('customerId' => $customerId);
1423
+	$params = array_merge($params, $optParams);
1424
+	return $this->call('list', array($params), "Google_Service_Directory_ChromeOsDevices");
1425 1425
   }
1426 1426
 
1427 1427
   /**
@@ -1439,9 +1439,9 @@  discard block
 block discarded – undo
1439 1439
    */
1440 1440
   public function patch($customerId, $deviceId, Google_Service_Directory_ChromeOsDevice $postBody, $optParams = array())
1441 1441
   {
1442
-    $params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody);
1443
-    $params = array_merge($params, $optParams);
1444
-    return $this->call('patch', array($params), "Google_Service_Directory_ChromeOsDevice");
1442
+	$params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody);
1443
+	$params = array_merge($params, $optParams);
1444
+	return $this->call('patch', array($params), "Google_Service_Directory_ChromeOsDevice");
1445 1445
   }
1446 1446
 
1447 1447
   /**
@@ -1458,9 +1458,9 @@  discard block
 block discarded – undo
1458 1458
    */
1459 1459
   public function update($customerId, $deviceId, Google_Service_Directory_ChromeOsDevice $postBody, $optParams = array())
1460 1460
   {
1461
-    $params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody);
1462
-    $params = array_merge($params, $optParams);
1463
-    return $this->call('update', array($params), "Google_Service_Directory_ChromeOsDevice");
1461
+	$params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody);
1462
+	$params = array_merge($params, $optParams);
1463
+	return $this->call('update', array($params), "Google_Service_Directory_ChromeOsDevice");
1464 1464
   }
1465 1465
 }
1466 1466
 
@@ -1483,9 +1483,9 @@  discard block
 block discarded – undo
1483 1483
    */
1484 1484
   public function delete($groupKey, $optParams = array())
1485 1485
   {
1486
-    $params = array('groupKey' => $groupKey);
1487
-    $params = array_merge($params, $optParams);
1488
-    return $this->call('delete', array($params));
1486
+	$params = array('groupKey' => $groupKey);
1487
+	$params = array_merge($params, $optParams);
1488
+	return $this->call('delete', array($params));
1489 1489
   }
1490 1490
 
1491 1491
   /**
@@ -1497,9 +1497,9 @@  discard block
 block discarded – undo
1497 1497
    */
1498 1498
   public function get($groupKey, $optParams = array())
1499 1499
   {
1500
-    $params = array('groupKey' => $groupKey);
1501
-    $params = array_merge($params, $optParams);
1502
-    return $this->call('get', array($params), "Google_Service_Directory_Group");
1500
+	$params = array('groupKey' => $groupKey);
1501
+	$params = array_merge($params, $optParams);
1502
+	return $this->call('get', array($params), "Google_Service_Directory_Group");
1503 1503
   }
1504 1504
 
1505 1505
   /**
@@ -1511,9 +1511,9 @@  discard block
 block discarded – undo
1511 1511
    */
1512 1512
   public function insert(Google_Service_Directory_Group $postBody, $optParams = array())
1513 1513
   {
1514
-    $params = array('postBody' => $postBody);
1515
-    $params = array_merge($params, $optParams);
1516
-    return $this->call('insert', array($params), "Google_Service_Directory_Group");
1514
+	$params = array('postBody' => $postBody);
1515
+	$params = array_merge($params, $optParams);
1516
+	return $this->call('insert', array($params), "Google_Service_Directory_Group");
1517 1517
   }
1518 1518
 
1519 1519
   /**
@@ -1536,9 +1536,9 @@  discard block
 block discarded – undo
1536 1536
    */
1537 1537
   public function listGroups($optParams = array())
1538 1538
   {
1539
-    $params = array();
1540
-    $params = array_merge($params, $optParams);
1541
-    return $this->call('list', array($params), "Google_Service_Directory_Groups");
1539
+	$params = array();
1540
+	$params = array_merge($params, $optParams);
1541
+	return $this->call('list', array($params), "Google_Service_Directory_Groups");
1542 1542
   }
1543 1543
 
1544 1544
   /**
@@ -1552,9 +1552,9 @@  discard block
 block discarded – undo
1552 1552
    */
1553 1553
   public function patch($groupKey, Google_Service_Directory_Group $postBody, $optParams = array())
1554 1554
   {
1555
-    $params = array('groupKey' => $groupKey, 'postBody' => $postBody);
1556
-    $params = array_merge($params, $optParams);
1557
-    return $this->call('patch', array($params), "Google_Service_Directory_Group");
1555
+	$params = array('groupKey' => $groupKey, 'postBody' => $postBody);
1556
+	$params = array_merge($params, $optParams);
1557
+	return $this->call('patch', array($params), "Google_Service_Directory_Group");
1558 1558
   }
1559 1559
 
1560 1560
   /**
@@ -1568,9 +1568,9 @@  discard block
 block discarded – undo
1568 1568
    */
1569 1569
   public function update($groupKey, Google_Service_Directory_Group $postBody, $optParams = array())
1570 1570
   {
1571
-    $params = array('groupKey' => $groupKey, 'postBody' => $postBody);
1572
-    $params = array_merge($params, $optParams);
1573
-    return $this->call('update', array($params), "Google_Service_Directory_Group");
1571
+	$params = array('groupKey' => $groupKey, 'postBody' => $postBody);
1572
+	$params = array_merge($params, $optParams);
1573
+	return $this->call('update', array($params), "Google_Service_Directory_Group");
1574 1574
   }
1575 1575
 }
1576 1576
 
@@ -1594,9 +1594,9 @@  discard block
 block discarded – undo
1594 1594
    */
1595 1595
   public function delete($groupKey, $alias, $optParams = array())
1596 1596
   {
1597
-    $params = array('groupKey' => $groupKey, 'alias' => $alias);
1598
-    $params = array_merge($params, $optParams);
1599
-    return $this->call('delete', array($params));
1597
+	$params = array('groupKey' => $groupKey, 'alias' => $alias);
1598
+	$params = array_merge($params, $optParams);
1599
+	return $this->call('delete', array($params));
1600 1600
   }
1601 1601
 
1602 1602
   /**
@@ -1609,9 +1609,9 @@  discard block
 block discarded – undo
1609 1609
    */
1610 1610
   public function insert($groupKey, Google_Service_Directory_Alias $postBody, $optParams = array())
1611 1611
   {
1612
-    $params = array('groupKey' => $groupKey, 'postBody' => $postBody);
1613
-    $params = array_merge($params, $optParams);
1614
-    return $this->call('insert', array($params), "Google_Service_Directory_Alias");
1612
+	$params = array('groupKey' => $groupKey, 'postBody' => $postBody);
1613
+	$params = array_merge($params, $optParams);
1614
+	return $this->call('insert', array($params), "Google_Service_Directory_Alias");
1615 1615
   }
1616 1616
 
1617 1617
   /**
@@ -1623,9 +1623,9 @@  discard block
 block discarded – undo
1623 1623
    */
1624 1624
   public function listGroupsAliases($groupKey, $optParams = array())
1625 1625
   {
1626
-    $params = array('groupKey' => $groupKey);
1627
-    $params = array_merge($params, $optParams);
1628
-    return $this->call('list', array($params), "Google_Service_Directory_Aliases");
1626
+	$params = array('groupKey' => $groupKey);
1627
+	$params = array_merge($params, $optParams);
1628
+	return $this->call('list', array($params), "Google_Service_Directory_Aliases");
1629 1629
   }
1630 1630
 }
1631 1631
 
@@ -1649,9 +1649,9 @@  discard block
 block discarded – undo
1649 1649
    */
1650 1650
   public function delete($groupKey, $memberKey, $optParams = array())
1651 1651
   {
1652
-    $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey);
1653
-    $params = array_merge($params, $optParams);
1654
-    return $this->call('delete', array($params));
1652
+	$params = array('groupKey' => $groupKey, 'memberKey' => $memberKey);
1653
+	$params = array_merge($params, $optParams);
1654
+	return $this->call('delete', array($params));
1655 1655
   }
1656 1656
 
1657 1657
   /**
@@ -1664,9 +1664,9 @@  discard block
 block discarded – undo
1664 1664
    */
1665 1665
   public function get($groupKey, $memberKey, $optParams = array())
1666 1666
   {
1667
-    $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey);
1668
-    $params = array_merge($params, $optParams);
1669
-    return $this->call('get', array($params), "Google_Service_Directory_Member");
1667
+	$params = array('groupKey' => $groupKey, 'memberKey' => $memberKey);
1668
+	$params = array_merge($params, $optParams);
1669
+	return $this->call('get', array($params), "Google_Service_Directory_Member");
1670 1670
   }
1671 1671
 
1672 1672
   /**
@@ -1679,9 +1679,9 @@  discard block
 block discarded – undo
1679 1679
    */
1680 1680
   public function insert($groupKey, Google_Service_Directory_Member $postBody, $optParams = array())
1681 1681
   {
1682
-    $params = array('groupKey' => $groupKey, 'postBody' => $postBody);
1683
-    $params = array_merge($params, $optParams);
1684
-    return $this->call('insert', array($params), "Google_Service_Directory_Member");
1682
+	$params = array('groupKey' => $groupKey, 'postBody' => $postBody);
1683
+	$params = array_merge($params, $optParams);
1684
+	return $this->call('insert', array($params), "Google_Service_Directory_Member");
1685 1685
   }
1686 1686
 
1687 1687
   /**
@@ -1698,9 +1698,9 @@  discard block
 block discarded – undo
1698 1698
    */
1699 1699
   public function listMembers($groupKey, $optParams = array())
1700 1700
   {
1701
-    $params = array('groupKey' => $groupKey);
1702
-    $params = array_merge($params, $optParams);
1703
-    return $this->call('list', array($params), "Google_Service_Directory_Members");
1701
+	$params = array('groupKey' => $groupKey);
1702
+	$params = array_merge($params, $optParams);
1703
+	return $this->call('list', array($params), "Google_Service_Directory_Members");
1704 1704
   }
1705 1705
 
1706 1706
   /**
@@ -1717,9 +1717,9 @@  discard block
 block discarded – undo
1717 1717
    */
1718 1718
   public function patch($groupKey, $memberKey, Google_Service_Directory_Member $postBody, $optParams = array())
1719 1719
   {
1720
-    $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey, 'postBody' => $postBody);
1721
-    $params = array_merge($params, $optParams);
1722
-    return $this->call('patch', array($params), "Google_Service_Directory_Member");
1720
+	$params = array('groupKey' => $groupKey, 'memberKey' => $memberKey, 'postBody' => $postBody);
1721
+	$params = array_merge($params, $optParams);
1722
+	return $this->call('patch', array($params), "Google_Service_Directory_Member");
1723 1723
   }
1724 1724
 
1725 1725
   /**
@@ -1735,9 +1735,9 @@  discard block
 block discarded – undo
1735 1735
    */
1736 1736
   public function update($groupKey, $memberKey, Google_Service_Directory_Member $postBody, $optParams = array())
1737 1737
   {
1738
-    $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey, 'postBody' => $postBody);
1739
-    $params = array_merge($params, $optParams);
1740
-    return $this->call('update', array($params), "Google_Service_Directory_Member");
1738
+	$params = array('groupKey' => $groupKey, 'memberKey' => $memberKey, 'postBody' => $postBody);
1739
+	$params = array_merge($params, $optParams);
1740
+	return $this->call('update', array($params), "Google_Service_Directory_Member");
1741 1741
   }
1742 1742
 }
1743 1743
 
@@ -1762,9 +1762,9 @@  discard block
 block discarded – undo
1762 1762
    */
1763 1763
   public function action($customerId, $resourceId, Google_Service_Directory_MobileDeviceAction $postBody, $optParams = array())
1764 1764
   {
1765
-    $params = array('customerId' => $customerId, 'resourceId' => $resourceId, 'postBody' => $postBody);
1766
-    $params = array_merge($params, $optParams);
1767
-    return $this->call('action', array($params));
1765
+	$params = array('customerId' => $customerId, 'resourceId' => $resourceId, 'postBody' => $postBody);
1766
+	$params = array_merge($params, $optParams);
1767
+	return $this->call('action', array($params));
1768 1768
   }
1769 1769
 
1770 1770
   /**
@@ -1776,9 +1776,9 @@  discard block
 block discarded – undo
1776 1776
    */
1777 1777
   public function delete($customerId, $resourceId, $optParams = array())
1778 1778
   {
1779
-    $params = array('customerId' => $customerId, 'resourceId' => $resourceId);
1780
-    $params = array_merge($params, $optParams);
1781
-    return $this->call('delete', array($params));
1779
+	$params = array('customerId' => $customerId, 'resourceId' => $resourceId);
1780
+	$params = array_merge($params, $optParams);
1781
+	return $this->call('delete', array($params));
1782 1782
   }
1783 1783
 
1784 1784
   /**
@@ -1794,9 +1794,9 @@  discard block
 block discarded – undo
1794 1794
    */
1795 1795
   public function get($customerId, $resourceId, $optParams = array())
1796 1796
   {
1797
-    $params = array('customerId' => $customerId, 'resourceId' => $resourceId);
1798
-    $params = array_merge($params, $optParams);
1799
-    return $this->call('get', array($params), "Google_Service_Directory_MobileDevice");
1797
+	$params = array('customerId' => $customerId, 'resourceId' => $resourceId);
1798
+	$params = array_merge($params, $optParams);
1799
+	return $this->call('get', array($params), "Google_Service_Directory_MobileDevice");
1800 1800
   }
1801 1801
 
1802 1802
   /**
@@ -1819,9 +1819,9 @@  discard block
 block discarded – undo
1819 1819
    */
1820 1820
   public function listMobiledevices($customerId, $optParams = array())
1821 1821
   {
1822
-    $params = array('customerId' => $customerId);
1823
-    $params = array_merge($params, $optParams);
1824
-    return $this->call('list', array($params), "Google_Service_Directory_MobileDevices");
1822
+	$params = array('customerId' => $customerId);
1823
+	$params = array_merge($params, $optParams);
1824
+	return $this->call('list', array($params), "Google_Service_Directory_MobileDevices");
1825 1825
   }
1826 1826
 }
1827 1827
 
@@ -1846,9 +1846,9 @@  discard block
 block discarded – undo
1846 1846
    */
1847 1847
   public function delete($customer, $notificationId, $optParams = array())
1848 1848
   {
1849
-    $params = array('customer' => $customer, 'notificationId' => $notificationId);
1850
-    $params = array_merge($params, $optParams);
1851
-    return $this->call('delete', array($params));
1849
+	$params = array('customer' => $customer, 'notificationId' => $notificationId);
1850
+	$params = array_merge($params, $optParams);
1851
+	return $this->call('delete', array($params));
1852 1852
   }
1853 1853
 
1854 1854
   /**
@@ -1862,9 +1862,9 @@  discard block
 block discarded – undo
1862 1862
    */
1863 1863
   public function get($customer, $notificationId, $optParams = array())
1864 1864
   {
1865
-    $params = array('customer' => $customer, 'notificationId' => $notificationId);
1866
-    $params = array_merge($params, $optParams);
1867
-    return $this->call('get', array($params), "Google_Service_Directory_Notification");
1865
+	$params = array('customer' => $customer, 'notificationId' => $notificationId);
1866
+	$params = array_merge($params, $optParams);
1867
+	return $this->call('get', array($params), "Google_Service_Directory_Notification");
1868 1868
   }
1869 1869
 
1870 1870
   /**
@@ -1883,9 +1883,9 @@  discard block
 block discarded – undo
1883 1883
    */
1884 1884
   public function listNotifications($customer, $optParams = array())
1885 1885
   {
1886
-    $params = array('customer' => $customer);
1887
-    $params = array_merge($params, $optParams);
1888
-    return $this->call('list', array($params), "Google_Service_Directory_Notifications");
1886
+	$params = array('customer' => $customer);
1887
+	$params = array_merge($params, $optParams);
1888
+	return $this->call('list', array($params), "Google_Service_Directory_Notifications");
1889 1889
   }
1890 1890
 
1891 1891
   /**
@@ -1900,9 +1900,9 @@  discard block
 block discarded – undo
1900 1900
    */
1901 1901
   public function patch($customer, $notificationId, Google_Service_Directory_Notification $postBody, $optParams = array())
1902 1902
   {
1903
-    $params = array('customer' => $customer, 'notificationId' => $notificationId, 'postBody' => $postBody);
1904
-    $params = array_merge($params, $optParams);
1905
-    return $this->call('patch', array($params), "Google_Service_Directory_Notification");
1903
+	$params = array('customer' => $customer, 'notificationId' => $notificationId, 'postBody' => $postBody);
1904
+	$params = array_merge($params, $optParams);
1905
+	return $this->call('patch', array($params), "Google_Service_Directory_Notification");
1906 1906
   }
1907 1907
 
1908 1908
   /**
@@ -1916,9 +1916,9 @@  discard block
 block discarded – undo
1916 1916
    */
1917 1917
   public function update($customer, $notificationId, Google_Service_Directory_Notification $postBody, $optParams = array())
1918 1918
   {
1919
-    $params = array('customer' => $customer, 'notificationId' => $notificationId, 'postBody' => $postBody);
1920
-    $params = array_merge($params, $optParams);
1921
-    return $this->call('update', array($params), "Google_Service_Directory_Notification");
1919
+	$params = array('customer' => $customer, 'notificationId' => $notificationId, 'postBody' => $postBody);
1920
+	$params = array_merge($params, $optParams);
1921
+	return $this->call('update', array($params), "Google_Service_Directory_Notification");
1922 1922
   }
1923 1923
 }
1924 1924
 
@@ -1942,9 +1942,9 @@  discard block
 block discarded – undo
1942 1942
    */
1943 1943
   public function delete($customerId, $orgUnitPath, $optParams = array())
1944 1944
   {
1945
-    $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath);
1946
-    $params = array_merge($params, $optParams);
1947
-    return $this->call('delete', array($params));
1945
+	$params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath);
1946
+	$params = array_merge($params, $optParams);
1947
+	return $this->call('delete', array($params));
1948 1948
   }
1949 1949
 
1950 1950
   /**
@@ -1957,9 +1957,9 @@  discard block
 block discarded – undo
1957 1957
    */
1958 1958
   public function get($customerId, $orgUnitPath, $optParams = array())
1959 1959
   {
1960
-    $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath);
1961
-    $params = array_merge($params, $optParams);
1962
-    return $this->call('get', array($params), "Google_Service_Directory_OrgUnit");
1960
+	$params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath);
1961
+	$params = array_merge($params, $optParams);
1962
+	return $this->call('get', array($params), "Google_Service_Directory_OrgUnit");
1963 1963
   }
1964 1964
 
1965 1965
   /**
@@ -1972,9 +1972,9 @@  discard block
 block discarded – undo
1972 1972
    */
1973 1973
   public function insert($customerId, Google_Service_Directory_OrgUnit $postBody, $optParams = array())
1974 1974
   {
1975
-    $params = array('customerId' => $customerId, 'postBody' => $postBody);
1976
-    $params = array_merge($params, $optParams);
1977
-    return $this->call('insert', array($params), "Google_Service_Directory_OrgUnit");
1975
+	$params = array('customerId' => $customerId, 'postBody' => $postBody);
1976
+	$params = array_merge($params, $optParams);
1977
+	return $this->call('insert', array($params), "Google_Service_Directory_OrgUnit");
1978 1978
   }
1979 1979
 
1980 1980
   /**
@@ -1991,9 +1991,9 @@  discard block
 block discarded – undo
1991 1991
    */
1992 1992
   public function listOrgunits($customerId, $optParams = array())
1993 1993
   {
1994
-    $params = array('customerId' => $customerId);
1995
-    $params = array_merge($params, $optParams);
1996
-    return $this->call('list', array($params), "Google_Service_Directory_OrgUnits");
1994
+	$params = array('customerId' => $customerId);
1995
+	$params = array_merge($params, $optParams);
1996
+	return $this->call('list', array($params), "Google_Service_Directory_OrgUnits");
1997 1997
   }
1998 1998
 
1999 1999
   /**
@@ -2008,9 +2008,9 @@  discard block
 block discarded – undo
2008 2008
    */
2009 2009
   public function patch($customerId, $orgUnitPath, Google_Service_Directory_OrgUnit $postBody, $optParams = array())
2010 2010
   {
2011
-    $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody);
2012
-    $params = array_merge($params, $optParams);
2013
-    return $this->call('patch', array($params), "Google_Service_Directory_OrgUnit");
2011
+	$params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody);
2012
+	$params = array_merge($params, $optParams);
2013
+	return $this->call('patch', array($params), "Google_Service_Directory_OrgUnit");
2014 2014
   }
2015 2015
 
2016 2016
   /**
@@ -2024,9 +2024,9 @@  discard block
 block discarded – undo
2024 2024
    */
2025 2025
   public function update($customerId, $orgUnitPath, Google_Service_Directory_OrgUnit $postBody, $optParams = array())
2026 2026
   {
2027
-    $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody);
2028
-    $params = array_merge($params, $optParams);
2029
-    return $this->call('update', array($params), "Google_Service_Directory_OrgUnit");
2027
+	$params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody);
2028
+	$params = array_merge($params, $optParams);
2029
+	return $this->call('update', array($params), "Google_Service_Directory_OrgUnit");
2030 2030
   }
2031 2031
 }
2032 2032
 
@@ -2050,9 +2050,9 @@  discard block
 block discarded – undo
2050 2050
    */
2051 2051
   public function delete($customerId, $schemaKey, $optParams = array())
2052 2052
   {
2053
-    $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey);
2054
-    $params = array_merge($params, $optParams);
2055
-    return $this->call('delete', array($params));
2053
+	$params = array('customerId' => $customerId, 'schemaKey' => $schemaKey);
2054
+	$params = array_merge($params, $optParams);
2055
+	return $this->call('delete', array($params));
2056 2056
   }
2057 2057
 
2058 2058
   /**
@@ -2065,9 +2065,9 @@  discard block
 block discarded – undo
2065 2065
    */
2066 2066
   public function get($customerId, $schemaKey, $optParams = array())
2067 2067
   {
2068
-    $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey);
2069
-    $params = array_merge($params, $optParams);
2070
-    return $this->call('get', array($params), "Google_Service_Directory_Schema");
2068
+	$params = array('customerId' => $customerId, 'schemaKey' => $schemaKey);
2069
+	$params = array_merge($params, $optParams);
2070
+	return $this->call('get', array($params), "Google_Service_Directory_Schema");
2071 2071
   }
2072 2072
 
2073 2073
   /**
@@ -2080,9 +2080,9 @@  discard block
 block discarded – undo
2080 2080
    */
2081 2081
   public function insert($customerId, Google_Service_Directory_Schema $postBody, $optParams = array())
2082 2082
   {
2083
-    $params = array('customerId' => $customerId, 'postBody' => $postBody);
2084
-    $params = array_merge($params, $optParams);
2085
-    return $this->call('insert', array($params), "Google_Service_Directory_Schema");
2083
+	$params = array('customerId' => $customerId, 'postBody' => $postBody);
2084
+	$params = array_merge($params, $optParams);
2085
+	return $this->call('insert', array($params), "Google_Service_Directory_Schema");
2086 2086
   }
2087 2087
 
2088 2088
   /**
@@ -2094,9 +2094,9 @@  discard block
 block discarded – undo
2094 2094
    */
2095 2095
   public function listSchemas($customerId, $optParams = array())
2096 2096
   {
2097
-    $params = array('customerId' => $customerId);
2098
-    $params = array_merge($params, $optParams);
2099
-    return $this->call('list', array($params), "Google_Service_Directory_Schemas");
2097
+	$params = array('customerId' => $customerId);
2098
+	$params = array_merge($params, $optParams);
2099
+	return $this->call('list', array($params), "Google_Service_Directory_Schemas");
2100 2100
   }
2101 2101
 
2102 2102
   /**
@@ -2110,9 +2110,9 @@  discard block
 block discarded – undo
2110 2110
    */
2111 2111
   public function patch($customerId, $schemaKey, Google_Service_Directory_Schema $postBody, $optParams = array())
2112 2112
   {
2113
-    $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey, 'postBody' => $postBody);
2114
-    $params = array_merge($params, $optParams);
2115
-    return $this->call('patch', array($params), "Google_Service_Directory_Schema");
2113
+	$params = array('customerId' => $customerId, 'schemaKey' => $schemaKey, 'postBody' => $postBody);
2114
+	$params = array_merge($params, $optParams);
2115
+	return $this->call('patch', array($params), "Google_Service_Directory_Schema");
2116 2116
   }
2117 2117
 
2118 2118
   /**
@@ -2126,9 +2126,9 @@  discard block
 block discarded – undo
2126 2126
    */
2127 2127
   public function update($customerId, $schemaKey, Google_Service_Directory_Schema $postBody, $optParams = array())
2128 2128
   {
2129
-    $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey, 'postBody' => $postBody);
2130
-    $params = array_merge($params, $optParams);
2131
-    return $this->call('update', array($params), "Google_Service_Directory_Schema");
2129
+	$params = array('customerId' => $customerId, 'schemaKey' => $schemaKey, 'postBody' => $postBody);
2130
+	$params = array_merge($params, $optParams);
2131
+	return $this->call('update', array($params), "Google_Service_Directory_Schema");
2132 2132
   }
2133 2133
 }
2134 2134
 
@@ -2154,9 +2154,9 @@  discard block
 block discarded – undo
2154 2154
    */
2155 2155
   public function delete($userKey, $clientId, $optParams = array())
2156 2156
   {
2157
-    $params = array('userKey' => $userKey, 'clientId' => $clientId);
2158
-    $params = array_merge($params, $optParams);
2159
-    return $this->call('delete', array($params));
2157
+	$params = array('userKey' => $userKey, 'clientId' => $clientId);
2158
+	$params = array_merge($params, $optParams);
2159
+	return $this->call('delete', array($params));
2160 2160
   }
2161 2161
 
2162 2162
   /**
@@ -2171,9 +2171,9 @@  discard block
 block discarded – undo
2171 2171
    */
2172 2172
   public function get($userKey, $clientId, $optParams = array())
2173 2173
   {
2174
-    $params = array('userKey' => $userKey, 'clientId' => $clientId);
2175
-    $params = array_merge($params, $optParams);
2176
-    return $this->call('get', array($params), "Google_Service_Directory_Token");
2174
+	$params = array('userKey' => $userKey, 'clientId' => $clientId);
2175
+	$params = array_merge($params, $optParams);
2176
+	return $this->call('get', array($params), "Google_Service_Directory_Token");
2177 2177
   }
2178 2178
 
2179 2179
   /**
@@ -2187,9 +2187,9 @@  discard block
 block discarded – undo
2187 2187
    */
2188 2188
   public function listTokens($userKey, $optParams = array())
2189 2189
   {
2190
-    $params = array('userKey' => $userKey);
2191
-    $params = array_merge($params, $optParams);
2192
-    return $this->call('list', array($params), "Google_Service_Directory_Tokens");
2190
+	$params = array('userKey' => $userKey);
2191
+	$params = array_merge($params, $optParams);
2192
+	return $this->call('list', array($params), "Google_Service_Directory_Tokens");
2193 2193
   }
2194 2194
 }
2195 2195
 
@@ -2212,9 +2212,9 @@  discard block
 block discarded – undo
2212 2212
    */
2213 2213
   public function delete($userKey, $optParams = array())
2214 2214
   {
2215
-    $params = array('userKey' => $userKey);
2216
-    $params = array_merge($params, $optParams);
2217
-    return $this->call('delete', array($params));
2215
+	$params = array('userKey' => $userKey);
2216
+	$params = array_merge($params, $optParams);
2217
+	return $this->call('delete', array($params));
2218 2218
   }
2219 2219
 
2220 2220
   /**
@@ -2233,9 +2233,9 @@  discard block
 block discarded – undo
2233 2233
    */
2234 2234
   public function get($userKey, $optParams = array())
2235 2235
   {
2236
-    $params = array('userKey' => $userKey);
2237
-    $params = array_merge($params, $optParams);
2238
-    return $this->call('get', array($params), "Google_Service_Directory_User");
2236
+	$params = array('userKey' => $userKey);
2237
+	$params = array_merge($params, $optParams);
2238
+	return $this->call('get', array($params), "Google_Service_Directory_User");
2239 2239
   }
2240 2240
 
2241 2241
   /**
@@ -2247,9 +2247,9 @@  discard block
 block discarded – undo
2247 2247
    */
2248 2248
   public function insert(Google_Service_Directory_User $postBody, $optParams = array())
2249 2249
   {
2250
-    $params = array('postBody' => $postBody);
2251
-    $params = array_merge($params, $optParams);
2252
-    return $this->call('insert', array($params), "Google_Service_Directory_User");
2250
+	$params = array('postBody' => $postBody);
2251
+	$params = array_merge($params, $optParams);
2252
+	return $this->call('insert', array($params), "Google_Service_Directory_User");
2253 2253
   }
2254 2254
 
2255 2255
   /**
@@ -2287,9 +2287,9 @@  discard block
 block discarded – undo
2287 2287
    */
2288 2288
   public function listUsers($optParams = array())
2289 2289
   {
2290
-    $params = array();
2291
-    $params = array_merge($params, $optParams);
2292
-    return $this->call('list', array($params), "Google_Service_Directory_Users");
2290
+	$params = array();
2291
+	$params = array_merge($params, $optParams);
2292
+	return $this->call('list', array($params), "Google_Service_Directory_Users");
2293 2293
   }
2294 2294
 
2295 2295
   /**
@@ -2301,9 +2301,9 @@  discard block
 block discarded – undo
2301 2301
    */
2302 2302
   public function makeAdmin($userKey, Google_Service_Directory_UserMakeAdmin $postBody, $optParams = array())
2303 2303
   {
2304
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
2305
-    $params = array_merge($params, $optParams);
2306
-    return $this->call('makeAdmin', array($params));
2304
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
2305
+	$params = array_merge($params, $optParams);
2306
+	return $this->call('makeAdmin', array($params));
2307 2307
   }
2308 2308
 
2309 2309
   /**
@@ -2317,9 +2317,9 @@  discard block
 block discarded – undo
2317 2317
    */
2318 2318
   public function patch($userKey, Google_Service_Directory_User $postBody, $optParams = array())
2319 2319
   {
2320
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
2321
-    $params = array_merge($params, $optParams);
2322
-    return $this->call('patch', array($params), "Google_Service_Directory_User");
2320
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
2321
+	$params = array_merge($params, $optParams);
2322
+	return $this->call('patch', array($params), "Google_Service_Directory_User");
2323 2323
   }
2324 2324
 
2325 2325
   /**
@@ -2331,9 +2331,9 @@  discard block
 block discarded – undo
2331 2331
    */
2332 2332
   public function undelete($userKey, Google_Service_Directory_UserUndelete $postBody, $optParams = array())
2333 2333
   {
2334
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
2335
-    $params = array_merge($params, $optParams);
2336
-    return $this->call('undelete', array($params));
2334
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
2335
+	$params = array_merge($params, $optParams);
2336
+	return $this->call('undelete', array($params));
2337 2337
   }
2338 2338
 
2339 2339
   /**
@@ -2347,9 +2347,9 @@  discard block
 block discarded – undo
2347 2347
    */
2348 2348
   public function update($userKey, Google_Service_Directory_User $postBody, $optParams = array())
2349 2349
   {
2350
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
2351
-    $params = array_merge($params, $optParams);
2352
-    return $this->call('update', array($params), "Google_Service_Directory_User");
2350
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
2351
+	$params = array_merge($params, $optParams);
2352
+	return $this->call('update', array($params), "Google_Service_Directory_User");
2353 2353
   }
2354 2354
 
2355 2355
   /**
@@ -2387,9 +2387,9 @@  discard block
 block discarded – undo
2387 2387
    */
2388 2388
   public function watch(Google_Service_Directory_Channel $postBody, $optParams = array())
2389 2389
   {
2390
-    $params = array('postBody' => $postBody);
2391
-    $params = array_merge($params, $optParams);
2392
-    return $this->call('watch', array($params), "Google_Service_Directory_Channel");
2390
+	$params = array('postBody' => $postBody);
2391
+	$params = array_merge($params, $optParams);
2392
+	return $this->call('watch', array($params), "Google_Service_Directory_Channel");
2393 2393
   }
2394 2394
 }
2395 2395
 
@@ -2413,9 +2413,9 @@  discard block
 block discarded – undo
2413 2413
    */
2414 2414
   public function delete($userKey, $alias, $optParams = array())
2415 2415
   {
2416
-    $params = array('userKey' => $userKey, 'alias' => $alias);
2417
-    $params = array_merge($params, $optParams);
2418
-    return $this->call('delete', array($params));
2416
+	$params = array('userKey' => $userKey, 'alias' => $alias);
2417
+	$params = array_merge($params, $optParams);
2418
+	return $this->call('delete', array($params));
2419 2419
   }
2420 2420
 
2421 2421
   /**
@@ -2428,9 +2428,9 @@  discard block
 block discarded – undo
2428 2428
    */
2429 2429
   public function insert($userKey, Google_Service_Directory_Alias $postBody, $optParams = array())
2430 2430
   {
2431
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
2432
-    $params = array_merge($params, $optParams);
2433
-    return $this->call('insert', array($params), "Google_Service_Directory_Alias");
2431
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
2432
+	$params = array_merge($params, $optParams);
2433
+	return $this->call('insert', array($params), "Google_Service_Directory_Alias");
2434 2434
   }
2435 2435
 
2436 2436
   /**
@@ -2445,9 +2445,9 @@  discard block
 block discarded – undo
2445 2445
    */
2446 2446
   public function listUsersAliases($userKey, $optParams = array())
2447 2447
   {
2448
-    $params = array('userKey' => $userKey);
2449
-    $params = array_merge($params, $optParams);
2450
-    return $this->call('list', array($params), "Google_Service_Directory_Aliases");
2448
+	$params = array('userKey' => $userKey);
2449
+	$params = array_merge($params, $optParams);
2450
+	return $this->call('list', array($params), "Google_Service_Directory_Aliases");
2451 2451
   }
2452 2452
 
2453 2453
   /**
@@ -2463,9 +2463,9 @@  discard block
 block discarded – undo
2463 2463
    */
2464 2464
   public function watch($userKey, Google_Service_Directory_Channel $postBody, $optParams = array())
2465 2465
   {
2466
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
2467
-    $params = array_merge($params, $optParams);
2468
-    return $this->call('watch', array($params), "Google_Service_Directory_Channel");
2466
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
2467
+	$params = array_merge($params, $optParams);
2468
+	return $this->call('watch', array($params), "Google_Service_Directory_Channel");
2469 2469
   }
2470 2470
 }
2471 2471
 /**
@@ -2487,9 +2487,9 @@  discard block
 block discarded – undo
2487 2487
    */
2488 2488
   public function delete($userKey, $optParams = array())
2489 2489
   {
2490
-    $params = array('userKey' => $userKey);
2491
-    $params = array_merge($params, $optParams);
2492
-    return $this->call('delete', array($params));
2490
+	$params = array('userKey' => $userKey);
2491
+	$params = array_merge($params, $optParams);
2492
+	return $this->call('delete', array($params));
2493 2493
   }
2494 2494
 
2495 2495
   /**
@@ -2501,9 +2501,9 @@  discard block
 block discarded – undo
2501 2501
    */
2502 2502
   public function get($userKey, $optParams = array())
2503 2503
   {
2504
-    $params = array('userKey' => $userKey);
2505
-    $params = array_merge($params, $optParams);
2506
-    return $this->call('get', array($params), "Google_Service_Directory_UserPhoto");
2504
+	$params = array('userKey' => $userKey);
2505
+	$params = array_merge($params, $optParams);
2506
+	return $this->call('get', array($params), "Google_Service_Directory_UserPhoto");
2507 2507
   }
2508 2508
 
2509 2509
   /**
@@ -2517,9 +2517,9 @@  discard block
 block discarded – undo
2517 2517
    */
2518 2518
   public function patch($userKey, Google_Service_Directory_UserPhoto $postBody, $optParams = array())
2519 2519
   {
2520
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
2521
-    $params = array_merge($params, $optParams);
2522
-    return $this->call('patch', array($params), "Google_Service_Directory_UserPhoto");
2520
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
2521
+	$params = array_merge($params, $optParams);
2522
+	return $this->call('patch', array($params), "Google_Service_Directory_UserPhoto");
2523 2523
   }
2524 2524
 
2525 2525
   /**
@@ -2532,9 +2532,9 @@  discard block
 block discarded – undo
2532 2532
    */
2533 2533
   public function update($userKey, Google_Service_Directory_UserPhoto $postBody, $optParams = array())
2534 2534
   {
2535
-    $params = array('userKey' => $userKey, 'postBody' => $postBody);
2536
-    $params = array_merge($params, $optParams);
2537
-    return $this->call('update', array($params), "Google_Service_Directory_UserPhoto");
2535
+	$params = array('userKey' => $userKey, 'postBody' => $postBody);
2536
+	$params = array_merge($params, $optParams);
2537
+	return $this->call('update', array($params), "Google_Service_Directory_UserPhoto");
2538 2538
   }
2539 2539
 }
2540 2540
 
@@ -2558,9 +2558,9 @@  discard block
 block discarded – undo
2558 2558
    */
2559 2559
   public function generate($userKey, $optParams = array())
2560 2560
   {
2561
-    $params = array('userKey' => $userKey);
2562
-    $params = array_merge($params, $optParams);
2563
-    return $this->call('generate', array($params));
2561
+	$params = array('userKey' => $userKey);
2562
+	$params = array_merge($params, $optParams);
2563
+	return $this->call('generate', array($params));
2564 2564
   }
2565 2565
 
2566 2566
   /**
@@ -2572,9 +2572,9 @@  discard block
 block discarded – undo
2572 2572
    */
2573 2573
   public function invalidate($userKey, $optParams = array())
2574 2574
   {
2575
-    $params = array('userKey' => $userKey);
2576
-    $params = array_merge($params, $optParams);
2577
-    return $this->call('invalidate', array($params));
2575
+	$params = array('userKey' => $userKey);
2576
+	$params = array_merge($params, $optParams);
2577
+	return $this->call('invalidate', array($params));
2578 2578
   }
2579 2579
 
2580 2580
   /**
@@ -2588,9 +2588,9 @@  discard block
 block discarded – undo
2588 2588
    */
2589 2589
   public function listVerificationCodes($userKey, $optParams = array())
2590 2590
   {
2591
-    $params = array('userKey' => $userKey);
2592
-    $params = array_merge($params, $optParams);
2593
-    return $this->call('list', array($params), "Google_Service_Directory_VerificationCodes");
2591
+	$params = array('userKey' => $userKey);
2592
+	$params = array_merge($params, $optParams);
2593
+	return $this->call('list', array($params), "Google_Service_Directory_VerificationCodes");
2594 2594
   }
2595 2595
 }
2596 2596
 
@@ -2610,43 +2610,43 @@  discard block
 block discarded – undo
2610 2610
 
2611 2611
   public function setAlias($alias)
2612 2612
   {
2613
-    $this->alias = $alias;
2613
+	$this->alias = $alias;
2614 2614
   }
2615 2615
   public function getAlias()
2616 2616
   {
2617
-    return $this->alias;
2617
+	return $this->alias;
2618 2618
   }
2619 2619
   public function setEtag($etag)
2620 2620
   {
2621
-    $this->etag = $etag;
2621
+	$this->etag = $etag;
2622 2622
   }
2623 2623
   public function getEtag()
2624 2624
   {
2625
-    return $this->etag;
2625
+	return $this->etag;
2626 2626
   }
2627 2627
   public function setId($id)
2628 2628
   {
2629
-    $this->id = $id;
2629
+	$this->id = $id;
2630 2630
   }
2631 2631
   public function getId()
2632 2632
   {
2633
-    return $this->id;
2633
+	return $this->id;
2634 2634
   }
2635 2635
   public function setKind($kind)
2636 2636
   {
2637
-    $this->kind = $kind;
2637
+	$this->kind = $kind;
2638 2638
   }
2639 2639
   public function getKind()
2640 2640
   {
2641
-    return $this->kind;
2641
+	return $this->kind;
2642 2642
   }
2643 2643
   public function setPrimaryEmail($primaryEmail)
2644 2644
   {
2645
-    $this->primaryEmail = $primaryEmail;
2645
+	$this->primaryEmail = $primaryEmail;
2646 2646
   }
2647 2647
   public function getPrimaryEmail()
2648 2648
   {
2649
-    return $this->primaryEmail;
2649
+	return $this->primaryEmail;
2650 2650
   }
2651 2651
 }
2652 2652
 
@@ -2663,27 +2663,27 @@  discard block
 block discarded – undo
2663 2663
 
2664 2664
   public function setAliases($aliases)
2665 2665
   {
2666
-    $this->aliases = $aliases;
2666
+	$this->aliases = $aliases;
2667 2667
   }
2668 2668
   public function getAliases()
2669 2669
   {
2670
-    return $this->aliases;
2670
+	return $this->aliases;
2671 2671
   }
2672 2672
   public function setEtag($etag)
2673 2673
   {
2674
-    $this->etag = $etag;
2674
+	$this->etag = $etag;
2675 2675
   }
2676 2676
   public function getEtag()
2677 2677
   {
2678
-    return $this->etag;
2678
+	return $this->etag;
2679 2679
   }
2680 2680
   public function setKind($kind)
2681 2681
   {
2682
-    $this->kind = $kind;
2682
+	$this->kind = $kind;
2683 2683
   }
2684 2684
   public function getKind()
2685 2685
   {
2686
-    return $this->kind;
2686
+	return $this->kind;
2687 2687
   }
2688 2688
 }
2689 2689
 
@@ -2702,59 +2702,59 @@  discard block
 block discarded – undo
2702 2702
 
2703 2703
   public function setCodeId($codeId)
2704 2704
   {
2705
-    $this->codeId = $codeId;
2705
+	$this->codeId = $codeId;
2706 2706
   }
2707 2707
   public function getCodeId()
2708 2708
   {
2709
-    return $this->codeId;
2709
+	return $this->codeId;
2710 2710
   }
2711 2711
   public function setCreationTime($creationTime)
2712 2712
   {
2713
-    $this->creationTime = $creationTime;
2713
+	$this->creationTime = $creationTime;
2714 2714
   }
2715 2715
   public function getCreationTime()
2716 2716
   {
2717
-    return $this->creationTime;
2717
+	return $this->creationTime;
2718 2718
   }
2719 2719
   public function setEtag($etag)
2720 2720
   {
2721
-    $this->etag = $etag;
2721
+	$this->etag = $etag;
2722 2722
   }
2723 2723
   public function getEtag()
2724 2724
   {
2725
-    return $this->etag;
2725
+	return $this->etag;
2726 2726
   }
2727 2727
   public function setKind($kind)
2728 2728
   {
2729
-    $this->kind = $kind;
2729
+	$this->kind = $kind;
2730 2730
   }
2731 2731
   public function getKind()
2732 2732
   {
2733
-    return $this->kind;
2733
+	return $this->kind;
2734 2734
   }
2735 2735
   public function setLastTimeUsed($lastTimeUsed)
2736 2736
   {
2737
-    $this->lastTimeUsed = $lastTimeUsed;
2737
+	$this->lastTimeUsed = $lastTimeUsed;
2738 2738
   }
2739 2739
   public function getLastTimeUsed()
2740 2740
   {
2741
-    return $this->lastTimeUsed;
2741
+	return $this->lastTimeUsed;
2742 2742
   }
2743 2743
   public function setName($name)
2744 2744
   {
2745
-    $this->name = $name;
2745
+	$this->name = $name;
2746 2746
   }
2747 2747
   public function getName()
2748 2748
   {
2749
-    return $this->name;
2749
+	return $this->name;
2750 2750
   }
2751 2751
   public function setUserKey($userKey)
2752 2752
   {
2753
-    $this->userKey = $userKey;
2753
+	$this->userKey = $userKey;
2754 2754
   }
2755 2755
   public function getUserKey()
2756 2756
   {
2757
-    return $this->userKey;
2757
+	return $this->userKey;
2758 2758
   }
2759 2759
 }
2760 2760
 
@@ -2771,27 +2771,27 @@  discard block
 block discarded – undo
2771 2771
 
2772 2772
   public function setEtag($etag)
2773 2773
   {
2774
-    $this->etag = $etag;
2774
+	$this->etag = $etag;
2775 2775
   }
2776 2776
   public function getEtag()
2777 2777
   {
2778
-    return $this->etag;
2778
+	return $this->etag;
2779 2779
   }
2780 2780
   public function setItems($items)
2781 2781
   {
2782
-    $this->items = $items;
2782
+	$this->items = $items;
2783 2783
   }
2784 2784
   public function getItems()
2785 2785
   {
2786
-    return $this->items;
2786
+	return $this->items;
2787 2787
   }
2788 2788
   public function setKind($kind)
2789 2789
   {
2790
-    $this->kind = $kind;
2790
+	$this->kind = $kind;
2791 2791
   }
2792 2792
   public function getKind()
2793 2793
   {
2794
-    return $this->kind;
2794
+	return $this->kind;
2795 2795
   }
2796 2796
 }
2797 2797
 
@@ -2813,83 +2813,83 @@  discard block
 block discarded – undo
2813 2813
 
2814 2814
   public function setAddress($address)
2815 2815
   {
2816
-    $this->address = $address;
2816
+	$this->address = $address;
2817 2817
   }
2818 2818
   public function getAddress()
2819 2819
   {
2820
-    return $this->address;
2820
+	return $this->address;
2821 2821
   }
2822 2822
   public function setExpiration($expiration)
2823 2823
   {
2824
-    $this->expiration = $expiration;
2824
+	$this->expiration = $expiration;
2825 2825
   }
2826 2826
   public function getExpiration()
2827 2827
   {
2828
-    return $this->expiration;
2828
+	return $this->expiration;
2829 2829
   }
2830 2830
   public function setId($id)
2831 2831
   {
2832
-    $this->id = $id;
2832
+	$this->id = $id;
2833 2833
   }
2834 2834
   public function getId()
2835 2835
   {
2836
-    return $this->id;
2836
+	return $this->id;
2837 2837
   }
2838 2838
   public function setKind($kind)
2839 2839
   {
2840
-    $this->kind = $kind;
2840
+	$this->kind = $kind;
2841 2841
   }
2842 2842
   public function getKind()
2843 2843
   {
2844
-    return $this->kind;
2844
+	return $this->kind;
2845 2845
   }
2846 2846
   public function setParams($params)
2847 2847
   {
2848
-    $this->params = $params;
2848
+	$this->params = $params;
2849 2849
   }
2850 2850
   public function getParams()
2851 2851
   {
2852
-    return $this->params;
2852
+	return $this->params;
2853 2853
   }
2854 2854
   public function setPayload($payload)
2855 2855
   {
2856
-    $this->payload = $payload;
2856
+	$this->payload = $payload;
2857 2857
   }
2858 2858
   public function getPayload()
2859 2859
   {
2860
-    return $this->payload;
2860
+	return $this->payload;
2861 2861
   }
2862 2862
   public function setResourceId($resourceId)
2863 2863
   {
2864
-    $this->resourceId = $resourceId;
2864
+	$this->resourceId = $resourceId;
2865 2865
   }
2866 2866
   public function getResourceId()
2867 2867
   {
2868
-    return $this->resourceId;
2868
+	return $this->resourceId;
2869 2869
   }
2870 2870
   public function setResourceUri($resourceUri)
2871 2871
   {
2872
-    $this->resourceUri = $resourceUri;
2872
+	$this->resourceUri = $resourceUri;
2873 2873
   }
2874 2874
   public function getResourceUri()
2875 2875
   {
2876
-    return $this->resourceUri;
2876
+	return $this->resourceUri;
2877 2877
   }
2878 2878
   public function setToken($token)
2879 2879
   {
2880
-    $this->token = $token;
2880
+	$this->token = $token;
2881 2881
   }
2882 2882
   public function getToken()
2883 2883
   {
2884
-    return $this->token;
2884
+	return $this->token;
2885 2885
   }
2886 2886
   public function setType($type)
2887 2887
   {
2888
-    $this->type = $type;
2888
+	$this->type = $type;
2889 2889
   }
2890 2890
   public function getType()
2891 2891
   {
2892
-    return $this->type;
2892
+	return $this->type;
2893 2893
   }
2894 2894
 }
2895 2895
 
@@ -2933,203 +2933,203 @@  discard block
 block discarded – undo
2933 2933
 
2934 2934
   public function setActiveTimeRanges($activeTimeRanges)
2935 2935
   {
2936
-    $this->activeTimeRanges = $activeTimeRanges;
2936
+	$this->activeTimeRanges = $activeTimeRanges;
2937 2937
   }
2938 2938
   public function getActiveTimeRanges()
2939 2939
   {
2940
-    return $this->activeTimeRanges;
2940
+	return $this->activeTimeRanges;
2941 2941
   }
2942 2942
   public function setAnnotatedAssetId($annotatedAssetId)
2943 2943
   {
2944
-    $this->annotatedAssetId = $annotatedAssetId;
2944
+	$this->annotatedAssetId = $annotatedAssetId;
2945 2945
   }
2946 2946
   public function getAnnotatedAssetId()
2947 2947
   {
2948
-    return $this->annotatedAssetId;
2948
+	return $this->annotatedAssetId;
2949 2949
   }
2950 2950
   public function setAnnotatedLocation($annotatedLocation)
2951 2951
   {
2952
-    $this->annotatedLocation = $annotatedLocation;
2952
+	$this->annotatedLocation = $annotatedLocation;
2953 2953
   }
2954 2954
   public function getAnnotatedLocation()
2955 2955
   {
2956
-    return $this->annotatedLocation;
2956
+	return $this->annotatedLocation;
2957 2957
   }
2958 2958
   public function setAnnotatedUser($annotatedUser)
2959 2959
   {
2960
-    $this->annotatedUser = $annotatedUser;
2960
+	$this->annotatedUser = $annotatedUser;
2961 2961
   }
2962 2962
   public function getAnnotatedUser()
2963 2963
   {
2964
-    return $this->annotatedUser;
2964
+	return $this->annotatedUser;
2965 2965
   }
2966 2966
   public function setBootMode($bootMode)
2967 2967
   {
2968
-    $this->bootMode = $bootMode;
2968
+	$this->bootMode = $bootMode;
2969 2969
   }
2970 2970
   public function getBootMode()
2971 2971
   {
2972
-    return $this->bootMode;
2972
+	return $this->bootMode;
2973 2973
   }
2974 2974
   public function setDeviceId($deviceId)
2975 2975
   {
2976
-    $this->deviceId = $deviceId;
2976
+	$this->deviceId = $deviceId;
2977 2977
   }
2978 2978
   public function getDeviceId()
2979 2979
   {
2980
-    return $this->deviceId;
2980
+	return $this->deviceId;
2981 2981
   }
2982 2982
   public function setEtag($etag)
2983 2983
   {
2984
-    $this->etag = $etag;
2984
+	$this->etag = $etag;
2985 2985
   }
2986 2986
   public function getEtag()
2987 2987
   {
2988
-    return $this->etag;
2988
+	return $this->etag;
2989 2989
   }
2990 2990
   public function setEthernetMacAddress($ethernetMacAddress)
2991 2991
   {
2992
-    $this->ethernetMacAddress = $ethernetMacAddress;
2992
+	$this->ethernetMacAddress = $ethernetMacAddress;
2993 2993
   }
2994 2994
   public function getEthernetMacAddress()
2995 2995
   {
2996
-    return $this->ethernetMacAddress;
2996
+	return $this->ethernetMacAddress;
2997 2997
   }
2998 2998
   public function setFirmwareVersion($firmwareVersion)
2999 2999
   {
3000
-    $this->firmwareVersion = $firmwareVersion;
3000
+	$this->firmwareVersion = $firmwareVersion;
3001 3001
   }
3002 3002
   public function getFirmwareVersion()
3003 3003
   {
3004
-    return $this->firmwareVersion;
3004
+	return $this->firmwareVersion;
3005 3005
   }
3006 3006
   public function setKind($kind)
3007 3007
   {
3008
-    $this->kind = $kind;
3008
+	$this->kind = $kind;
3009 3009
   }
3010 3010
   public function getKind()
3011 3011
   {
3012
-    return $this->kind;
3012
+	return $this->kind;
3013 3013
   }
3014 3014
   public function setLastEnrollmentTime($lastEnrollmentTime)
3015 3015
   {
3016
-    $this->lastEnrollmentTime = $lastEnrollmentTime;
3016
+	$this->lastEnrollmentTime = $lastEnrollmentTime;
3017 3017
   }
3018 3018
   public function getLastEnrollmentTime()
3019 3019
   {
3020
-    return $this->lastEnrollmentTime;
3020
+	return $this->lastEnrollmentTime;
3021 3021
   }
3022 3022
   public function setLastSync($lastSync)
3023 3023
   {
3024
-    $this->lastSync = $lastSync;
3024
+	$this->lastSync = $lastSync;
3025 3025
   }
3026 3026
   public function getLastSync()
3027 3027
   {
3028
-    return $this->lastSync;
3028
+	return $this->lastSync;
3029 3029
   }
3030 3030
   public function setMacAddress($macAddress)
3031 3031
   {
3032
-    $this->macAddress = $macAddress;
3032
+	$this->macAddress = $macAddress;
3033 3033
   }
3034 3034
   public function getMacAddress()
3035 3035
   {
3036
-    return $this->macAddress;
3036
+	return $this->macAddress;
3037 3037
   }
3038 3038
   public function setMeid($meid)
3039 3039
   {
3040
-    $this->meid = $meid;
3040
+	$this->meid = $meid;
3041 3041
   }
3042 3042
   public function getMeid()
3043 3043
   {
3044
-    return $this->meid;
3044
+	return $this->meid;
3045 3045
   }
3046 3046
   public function setModel($model)
3047 3047
   {
3048
-    $this->model = $model;
3048
+	$this->model = $model;
3049 3049
   }
3050 3050
   public function getModel()
3051 3051
   {
3052
-    return $this->model;
3052
+	return $this->model;
3053 3053
   }
3054 3054
   public function setNotes($notes)
3055 3055
   {
3056
-    $this->notes = $notes;
3056
+	$this->notes = $notes;
3057 3057
   }
3058 3058
   public function getNotes()
3059 3059
   {
3060
-    return $this->notes;
3060
+	return $this->notes;
3061 3061
   }
3062 3062
   public function setOrderNumber($orderNumber)
3063 3063
   {
3064
-    $this->orderNumber = $orderNumber;
3064
+	$this->orderNumber = $orderNumber;
3065 3065
   }
3066 3066
   public function getOrderNumber()
3067 3067
   {
3068
-    return $this->orderNumber;
3068
+	return $this->orderNumber;
3069 3069
   }
3070 3070
   public function setOrgUnitPath($orgUnitPath)
3071 3071
   {
3072
-    $this->orgUnitPath = $orgUnitPath;
3072
+	$this->orgUnitPath = $orgUnitPath;
3073 3073
   }
3074 3074
   public function getOrgUnitPath()
3075 3075
   {
3076
-    return $this->orgUnitPath;
3076
+	return $this->orgUnitPath;
3077 3077
   }
3078 3078
   public function setOsVersion($osVersion)
3079 3079
   {
3080
-    $this->osVersion = $osVersion;
3080
+	$this->osVersion = $osVersion;
3081 3081
   }
3082 3082
   public function getOsVersion()
3083 3083
   {
3084
-    return $this->osVersion;
3084
+	return $this->osVersion;
3085 3085
   }
3086 3086
   public function setPlatformVersion($platformVersion)
3087 3087
   {
3088
-    $this->platformVersion = $platformVersion;
3088
+	$this->platformVersion = $platformVersion;
3089 3089
   }
3090 3090
   public function getPlatformVersion()
3091 3091
   {
3092
-    return $this->platformVersion;
3092
+	return $this->platformVersion;
3093 3093
   }
3094 3094
   public function setRecentUsers($recentUsers)
3095 3095
   {
3096
-    $this->recentUsers = $recentUsers;
3096
+	$this->recentUsers = $recentUsers;
3097 3097
   }
3098 3098
   public function getRecentUsers()
3099 3099
   {
3100
-    return $this->recentUsers;
3100
+	return $this->recentUsers;
3101 3101
   }
3102 3102
   public function setSerialNumber($serialNumber)
3103 3103
   {
3104
-    $this->serialNumber = $serialNumber;
3104
+	$this->serialNumber = $serialNumber;
3105 3105
   }
3106 3106
   public function getSerialNumber()
3107 3107
   {
3108
-    return $this->serialNumber;
3108
+	return $this->serialNumber;
3109 3109
   }
3110 3110
   public function setStatus($status)
3111 3111
   {
3112
-    $this->status = $status;
3112
+	$this->status = $status;
3113 3113
   }
3114 3114
   public function getStatus()
3115 3115
   {
3116
-    return $this->status;
3116
+	return $this->status;
3117 3117
   }
3118 3118
   public function setSupportEndDate($supportEndDate)
3119 3119
   {
3120
-    $this->supportEndDate = $supportEndDate;
3120
+	$this->supportEndDate = $supportEndDate;
3121 3121
   }
3122 3122
   public function getSupportEndDate()
3123 3123
   {
3124
-    return $this->supportEndDate;
3124
+	return $this->supportEndDate;
3125 3125
   }
3126 3126
   public function setWillAutoRenew($willAutoRenew)
3127 3127
   {
3128
-    $this->willAutoRenew = $willAutoRenew;
3128
+	$this->willAutoRenew = $willAutoRenew;
3129 3129
   }
3130 3130
   public function getWillAutoRenew()
3131 3131
   {
3132
-    return $this->willAutoRenew;
3132
+	return $this->willAutoRenew;
3133 3133
   }
3134 3134
 }
3135 3135
 
@@ -3143,19 +3143,19 @@  discard block
 block discarded – undo
3143 3143
 
3144 3144
   public function setActiveTime($activeTime)
3145 3145
   {
3146
-    $this->activeTime = $activeTime;
3146
+	$this->activeTime = $activeTime;
3147 3147
   }
3148 3148
   public function getActiveTime()
3149 3149
   {
3150
-    return $this->activeTime;
3150
+	return $this->activeTime;
3151 3151
   }
3152 3152
   public function setDate($date)
3153 3153
   {
3154
-    $this->date = $date;
3154
+	$this->date = $date;
3155 3155
   }
3156 3156
   public function getDate()
3157 3157
   {
3158
-    return $this->date;
3158
+	return $this->date;
3159 3159
   }
3160 3160
 }
3161 3161
 
@@ -3169,19 +3169,19 @@  discard block
 block discarded – undo
3169 3169
 
3170 3170
   public function setEmail($email)
3171 3171
   {
3172
-    $this->email = $email;
3172
+	$this->email = $email;
3173 3173
   }
3174 3174
   public function getEmail()
3175 3175
   {
3176
-    return $this->email;
3176
+	return $this->email;
3177 3177
   }
3178 3178
   public function setType($type)
3179 3179
   {
3180
-    $this->type = $type;
3180
+	$this->type = $type;
3181 3181
   }
3182 3182
   public function getType()
3183 3183
   {
3184
-    return $this->type;
3184
+	return $this->type;
3185 3185
   }
3186 3186
 }
3187 3187
 
@@ -3199,35 +3199,35 @@  discard block
 block discarded – undo
3199 3199
 
3200 3200
   public function setChromeosdevices($chromeosdevices)
3201 3201
   {
3202
-    $this->chromeosdevices = $chromeosdevices;
3202
+	$this->chromeosdevices = $chromeosdevices;
3203 3203
   }
3204 3204
   public function getChromeosdevices()
3205 3205
   {
3206
-    return $this->chromeosdevices;
3206
+	return $this->chromeosdevices;
3207 3207
   }
3208 3208
   public function setEtag($etag)
3209 3209
   {
3210
-    $this->etag = $etag;
3210
+	$this->etag = $etag;
3211 3211
   }
3212 3212
   public function getEtag()
3213 3213
   {
3214
-    return $this->etag;
3214
+	return $this->etag;
3215 3215
   }
3216 3216
   public function setKind($kind)
3217 3217
   {
3218
-    $this->kind = $kind;
3218
+	$this->kind = $kind;
3219 3219
   }
3220 3220
   public function getKind()
3221 3221
   {
3222
-    return $this->kind;
3222
+	return $this->kind;
3223 3223
   }
3224 3224
   public function setNextPageToken($nextPageToken)
3225 3225
   {
3226
-    $this->nextPageToken = $nextPageToken;
3226
+	$this->nextPageToken = $nextPageToken;
3227 3227
   }
3228 3228
   public function getNextPageToken()
3229 3229
   {
3230
-    return $this->nextPageToken;
3230
+	return $this->nextPageToken;
3231 3231
   }
3232 3232
 }
3233 3233
 
@@ -3250,83 +3250,83 @@  discard block
 block discarded – undo
3250 3250
 
3251 3251
   public function setAdminCreated($adminCreated)
3252 3252
   {
3253
-    $this->adminCreated = $adminCreated;
3253
+	$this->adminCreated = $adminCreated;
3254 3254
   }
3255 3255
   public function getAdminCreated()
3256 3256
   {
3257
-    return $this->adminCreated;
3257
+	return $this->adminCreated;
3258 3258
   }
3259 3259
   public function setAliases($aliases)
3260 3260
   {
3261
-    $this->aliases = $aliases;
3261
+	$this->aliases = $aliases;
3262 3262
   }
3263 3263
   public function getAliases()
3264 3264
   {
3265
-    return $this->aliases;
3265
+	return $this->aliases;
3266 3266
   }
3267 3267
   public function setDescription($description)
3268 3268
   {
3269
-    $this->description = $description;
3269
+	$this->description = $description;
3270 3270
   }
3271 3271
   public function getDescription()
3272 3272
   {
3273
-    return $this->description;
3273
+	return $this->description;
3274 3274
   }
3275 3275
   public function setDirectMembersCount($directMembersCount)
3276 3276
   {
3277
-    $this->directMembersCount = $directMembersCount;
3277
+	$this->directMembersCount = $directMembersCount;
3278 3278
   }
3279 3279
   public function getDirectMembersCount()
3280 3280
   {
3281
-    return $this->directMembersCount;
3281
+	return $this->directMembersCount;
3282 3282
   }
3283 3283
   public function setEmail($email)
3284 3284
   {
3285
-    $this->email = $email;
3285
+	$this->email = $email;
3286 3286
   }
3287 3287
   public function getEmail()
3288 3288
   {
3289
-    return $this->email;
3289
+	return $this->email;
3290 3290
   }
3291 3291
   public function setEtag($etag)
3292 3292
   {
3293
-    $this->etag = $etag;
3293
+	$this->etag = $etag;
3294 3294
   }
3295 3295
   public function getEtag()
3296 3296
   {
3297
-    return $this->etag;
3297
+	return $this->etag;
3298 3298
   }
3299 3299
   public function setId($id)
3300 3300
   {
3301
-    $this->id = $id;
3301
+	$this->id = $id;
3302 3302
   }
3303 3303
   public function getId()
3304 3304
   {
3305
-    return $this->id;
3305
+	return $this->id;
3306 3306
   }
3307 3307
   public function setKind($kind)
3308 3308
   {
3309
-    $this->kind = $kind;
3309
+	$this->kind = $kind;
3310 3310
   }
3311 3311
   public function getKind()
3312 3312
   {
3313
-    return $this->kind;
3313
+	return $this->kind;
3314 3314
   }
3315 3315
   public function setName($name)
3316 3316
   {
3317
-    $this->name = $name;
3317
+	$this->name = $name;
3318 3318
   }
3319 3319
   public function getName()
3320 3320
   {
3321
-    return $this->name;
3321
+	return $this->name;
3322 3322
   }
3323 3323
   public function setNonEditableAliases($nonEditableAliases)
3324 3324
   {
3325
-    $this->nonEditableAliases = $nonEditableAliases;
3325
+	$this->nonEditableAliases = $nonEditableAliases;
3326 3326
   }
3327 3327
   public function getNonEditableAliases()
3328 3328
   {
3329
-    return $this->nonEditableAliases;
3329
+	return $this->nonEditableAliases;
3330 3330
   }
3331 3331
 }
3332 3332
 
@@ -3344,35 +3344,35 @@  discard block
 block discarded – undo
3344 3344
 
3345 3345
   public function setEtag($etag)
3346 3346
   {
3347
-    $this->etag = $etag;
3347
+	$this->etag = $etag;
3348 3348
   }
3349 3349
   public function getEtag()
3350 3350
   {
3351
-    return $this->etag;
3351
+	return $this->etag;
3352 3352
   }
3353 3353
   public function setGroups($groups)
3354 3354
   {
3355
-    $this->groups = $groups;
3355
+	$this->groups = $groups;
3356 3356
   }
3357 3357
   public function getGroups()
3358 3358
   {
3359
-    return $this->groups;
3359
+	return $this->groups;
3360 3360
   }
3361 3361
   public function setKind($kind)
3362 3362
   {
3363
-    $this->kind = $kind;
3363
+	$this->kind = $kind;
3364 3364
   }
3365 3365
   public function getKind()
3366 3366
   {
3367
-    return $this->kind;
3367
+	return $this->kind;
3368 3368
   }
3369 3369
   public function setNextPageToken($nextPageToken)
3370 3370
   {
3371
-    $this->nextPageToken = $nextPageToken;
3371
+	$this->nextPageToken = $nextPageToken;
3372 3372
   }
3373 3373
   public function getNextPageToken()
3374 3374
   {
3375
-    return $this->nextPageToken;
3375
+	return $this->nextPageToken;
3376 3376
   }
3377 3377
 }
3378 3378
 
@@ -3390,51 +3390,51 @@  discard block
 block discarded – undo
3390 3390
 
3391 3391
   public function setEmail($email)
3392 3392
   {
3393
-    $this->email = $email;
3393
+	$this->email = $email;
3394 3394
   }
3395 3395
   public function getEmail()
3396 3396
   {
3397
-    return $this->email;
3397
+	return $this->email;
3398 3398
   }
3399 3399
   public function setEtag($etag)
3400 3400
   {
3401
-    $this->etag = $etag;
3401
+	$this->etag = $etag;
3402 3402
   }
3403 3403
   public function getEtag()
3404 3404
   {
3405
-    return $this->etag;
3405
+	return $this->etag;
3406 3406
   }
3407 3407
   public function setId($id)
3408 3408
   {
3409
-    $this->id = $id;
3409
+	$this->id = $id;
3410 3410
   }
3411 3411
   public function getId()
3412 3412
   {
3413
-    return $this->id;
3413
+	return $this->id;
3414 3414
   }
3415 3415
   public function setKind($kind)
3416 3416
   {
3417
-    $this->kind = $kind;
3417
+	$this->kind = $kind;
3418 3418
   }
3419 3419
   public function getKind()
3420 3420
   {
3421
-    return $this->kind;
3421
+	return $this->kind;
3422 3422
   }
3423 3423
   public function setRole($role)
3424 3424
   {
3425
-    $this->role = $role;
3425
+	$this->role = $role;
3426 3426
   }
3427 3427
   public function getRole()
3428 3428
   {
3429
-    return $this->role;
3429
+	return $this->role;
3430 3430
   }
3431 3431
   public function setType($type)
3432 3432
   {
3433
-    $this->type = $type;
3433
+	$this->type = $type;
3434 3434
   }
3435 3435
   public function getType()
3436 3436
   {
3437
-    return $this->type;
3437
+	return $this->type;
3438 3438
   }
3439 3439
 }
3440 3440
 
@@ -3452,35 +3452,35 @@  discard block
 block discarded – undo
3452 3452
 
3453 3453
   public function setEtag($etag)
3454 3454
   {
3455
-    $this->etag = $etag;
3455
+	$this->etag = $etag;
3456 3456
   }
3457 3457
   public function getEtag()
3458 3458
   {
3459
-    return $this->etag;
3459
+	return $this->etag;
3460 3460
   }
3461 3461
   public function setKind($kind)
3462 3462
   {
3463
-    $this->kind = $kind;
3463
+	$this->kind = $kind;
3464 3464
   }
3465 3465
   public function getKind()
3466 3466
   {
3467
-    return $this->kind;
3467
+	return $this->kind;
3468 3468
   }
3469 3469
   public function setMembers($members)
3470 3470
   {
3471
-    $this->members = $members;
3471
+	$this->members = $members;
3472 3472
   }
3473 3473
   public function getMembers()
3474 3474
   {
3475
-    return $this->members;
3475
+	return $this->members;
3476 3476
   }
3477 3477
   public function setNextPageToken($nextPageToken)
3478 3478
   {
3479
-    $this->nextPageToken = $nextPageToken;
3479
+	$this->nextPageToken = $nextPageToken;
3480 3480
   }
3481 3481
   public function getNextPageToken()
3482 3482
   {
3483
-    return $this->nextPageToken;
3483
+	return $this->nextPageToken;
3484 3484
   }
3485 3485
 }
3486 3486
 
@@ -3520,211 +3520,211 @@  discard block
 block discarded – undo
3520 3520
 
3521 3521
   public function setApplications($applications)
3522 3522
   {
3523
-    $this->applications = $applications;
3523
+	$this->applications = $applications;
3524 3524
   }
3525 3525
   public function getApplications()
3526 3526
   {
3527
-    return $this->applications;
3527
+	return $this->applications;
3528 3528
   }
3529 3529
   public function setBasebandVersion($basebandVersion)
3530 3530
   {
3531
-    $this->basebandVersion = $basebandVersion;
3531
+	$this->basebandVersion = $basebandVersion;
3532 3532
   }
3533 3533
   public function getBasebandVersion()
3534 3534
   {
3535
-    return $this->basebandVersion;
3535
+	return $this->basebandVersion;
3536 3536
   }
3537 3537
   public function setBuildNumber($buildNumber)
3538 3538
   {
3539
-    $this->buildNumber = $buildNumber;
3539
+	$this->buildNumber = $buildNumber;
3540 3540
   }
3541 3541
   public function getBuildNumber()
3542 3542
   {
3543
-    return $this->buildNumber;
3543
+	return $this->buildNumber;
3544 3544
   }
3545 3545
   public function setDefaultLanguage($defaultLanguage)
3546 3546
   {
3547
-    $this->defaultLanguage = $defaultLanguage;
3547
+	$this->defaultLanguage = $defaultLanguage;
3548 3548
   }
3549 3549
   public function getDefaultLanguage()
3550 3550
   {
3551
-    return $this->defaultLanguage;
3551
+	return $this->defaultLanguage;
3552 3552
   }
3553 3553
   public function setDeviceCompromisedStatus($deviceCompromisedStatus)
3554 3554
   {
3555
-    $this->deviceCompromisedStatus = $deviceCompromisedStatus;
3555
+	$this->deviceCompromisedStatus = $deviceCompromisedStatus;
3556 3556
   }
3557 3557
   public function getDeviceCompromisedStatus()
3558 3558
   {
3559
-    return $this->deviceCompromisedStatus;
3559
+	return $this->deviceCompromisedStatus;
3560 3560
   }
3561 3561
   public function setDeviceId($deviceId)
3562 3562
   {
3563
-    $this->deviceId = $deviceId;
3563
+	$this->deviceId = $deviceId;
3564 3564
   }
3565 3565
   public function getDeviceId()
3566 3566
   {
3567
-    return $this->deviceId;
3567
+	return $this->deviceId;
3568 3568
   }
3569 3569
   public function setEmail($email)
3570 3570
   {
3571
-    $this->email = $email;
3571
+	$this->email = $email;
3572 3572
   }
3573 3573
   public function getEmail()
3574 3574
   {
3575
-    return $this->email;
3575
+	return $this->email;
3576 3576
   }
3577 3577
   public function setEtag($etag)
3578 3578
   {
3579
-    $this->etag = $etag;
3579
+	$this->etag = $etag;
3580 3580
   }
3581 3581
   public function getEtag()
3582 3582
   {
3583
-    return $this->etag;
3583
+	return $this->etag;
3584 3584
   }
3585 3585
   public function setFirstSync($firstSync)
3586 3586
   {
3587
-    $this->firstSync = $firstSync;
3587
+	$this->firstSync = $firstSync;
3588 3588
   }
3589 3589
   public function getFirstSync()
3590 3590
   {
3591
-    return $this->firstSync;
3591
+	return $this->firstSync;
3592 3592
   }
3593 3593
   public function setHardwareId($hardwareId)
3594 3594
   {
3595
-    $this->hardwareId = $hardwareId;
3595
+	$this->hardwareId = $hardwareId;
3596 3596
   }
3597 3597
   public function getHardwareId()
3598 3598
   {
3599
-    return $this->hardwareId;
3599
+	return $this->hardwareId;
3600 3600
   }
3601 3601
   public function setImei($imei)
3602 3602
   {
3603
-    $this->imei = $imei;
3603
+	$this->imei = $imei;
3604 3604
   }
3605 3605
   public function getImei()
3606 3606
   {
3607
-    return $this->imei;
3607
+	return $this->imei;
3608 3608
   }
3609 3609
   public function setKernelVersion($kernelVersion)
3610 3610
   {
3611
-    $this->kernelVersion = $kernelVersion;
3611
+	$this->kernelVersion = $kernelVersion;
3612 3612
   }
3613 3613
   public function getKernelVersion()
3614 3614
   {
3615
-    return $this->kernelVersion;
3615
+	return $this->kernelVersion;
3616 3616
   }
3617 3617
   public function setKind($kind)
3618 3618
   {
3619
-    $this->kind = $kind;
3619
+	$this->kind = $kind;
3620 3620
   }
3621 3621
   public function getKind()
3622 3622
   {
3623
-    return $this->kind;
3623
+	return $this->kind;
3624 3624
   }
3625 3625
   public function setLastSync($lastSync)
3626 3626
   {
3627
-    $this->lastSync = $lastSync;
3627
+	$this->lastSync = $lastSync;
3628 3628
   }
3629 3629
   public function getLastSync()
3630 3630
   {
3631
-    return $this->lastSync;
3631
+	return $this->lastSync;
3632 3632
   }
3633 3633
   public function setManagedAccountIsOnOwnerProfile($managedAccountIsOnOwnerProfile)
3634 3634
   {
3635
-    $this->managedAccountIsOnOwnerProfile = $managedAccountIsOnOwnerProfile;
3635
+	$this->managedAccountIsOnOwnerProfile = $managedAccountIsOnOwnerProfile;
3636 3636
   }
3637 3637
   public function getManagedAccountIsOnOwnerProfile()
3638 3638
   {
3639
-    return $this->managedAccountIsOnOwnerProfile;
3639
+	return $this->managedAccountIsOnOwnerProfile;
3640 3640
   }
3641 3641
   public function setMeid($meid)
3642 3642
   {
3643
-    $this->meid = $meid;
3643
+	$this->meid = $meid;
3644 3644
   }
3645 3645
   public function getMeid()
3646 3646
   {
3647
-    return $this->meid;
3647
+	return $this->meid;
3648 3648
   }
3649 3649
   public function setModel($model)
3650 3650
   {
3651
-    $this->model = $model;
3651
+	$this->model = $model;
3652 3652
   }
3653 3653
   public function getModel()
3654 3654
   {
3655
-    return $this->model;
3655
+	return $this->model;
3656 3656
   }
3657 3657
   public function setName($name)
3658 3658
   {
3659
-    $this->name = $name;
3659
+	$this->name = $name;
3660 3660
   }
3661 3661
   public function getName()
3662 3662
   {
3663
-    return $this->name;
3663
+	return $this->name;
3664 3664
   }
3665 3665
   public function setNetworkOperator($networkOperator)
3666 3666
   {
3667
-    $this->networkOperator = $networkOperator;
3667
+	$this->networkOperator = $networkOperator;
3668 3668
   }
3669 3669
   public function getNetworkOperator()
3670 3670
   {
3671
-    return $this->networkOperator;
3671
+	return $this->networkOperator;
3672 3672
   }
3673 3673
   public function setOs($os)
3674 3674
   {
3675
-    $this->os = $os;
3675
+	$this->os = $os;
3676 3676
   }
3677 3677
   public function getOs()
3678 3678
   {
3679
-    return $this->os;
3679
+	return $this->os;
3680 3680
   }
3681 3681
   public function setResourceId($resourceId)
3682 3682
   {
3683
-    $this->resourceId = $resourceId;
3683
+	$this->resourceId = $resourceId;
3684 3684
   }
3685 3685
   public function getResourceId()
3686 3686
   {
3687
-    return $this->resourceId;
3687
+	return $this->resourceId;
3688 3688
   }
3689 3689
   public function setSerialNumber($serialNumber)
3690 3690
   {
3691
-    $this->serialNumber = $serialNumber;
3691
+	$this->serialNumber = $serialNumber;
3692 3692
   }
3693 3693
   public function getSerialNumber()
3694 3694
   {
3695
-    return $this->serialNumber;
3695
+	return $this->serialNumber;
3696 3696
   }
3697 3697
   public function setStatus($status)
3698 3698
   {
3699
-    $this->status = $status;
3699
+	$this->status = $status;
3700 3700
   }
3701 3701
   public function getStatus()
3702 3702
   {
3703
-    return $this->status;
3703
+	return $this->status;
3704 3704
   }
3705 3705
   public function setType($type)
3706 3706
   {
3707
-    $this->type = $type;
3707
+	$this->type = $type;
3708 3708
   }
3709 3709
   public function getType()
3710 3710
   {
3711
-    return $this->type;
3711
+	return $this->type;
3712 3712
   }
3713 3713
   public function setUserAgent($userAgent)
3714 3714
   {
3715
-    $this->userAgent = $userAgent;
3715
+	$this->userAgent = $userAgent;
3716 3716
   }
3717 3717
   public function getUserAgent()
3718 3718
   {
3719
-    return $this->userAgent;
3719
+	return $this->userAgent;
3720 3720
   }
3721 3721
   public function setWifiMacAddress($wifiMacAddress)
3722 3722
   {
3723
-    $this->wifiMacAddress = $wifiMacAddress;
3723
+	$this->wifiMacAddress = $wifiMacAddress;
3724 3724
   }
3725 3725
   public function getWifiMacAddress()
3726 3726
   {
3727
-    return $this->wifiMacAddress;
3727
+	return $this->wifiMacAddress;
3728 3728
   }
3729 3729
 }
3730 3730
 
@@ -3737,11 +3737,11 @@  discard block
 block discarded – undo
3737 3737
 
3738 3738
   public function setAction($action)
3739 3739
   {
3740
-    $this->action = $action;
3740
+	$this->action = $action;
3741 3741
   }
3742 3742
   public function getAction()
3743 3743
   {
3744
-    return $this->action;
3744
+	return $this->action;
3745 3745
   }
3746 3746
 }
3747 3747
 
@@ -3759,43 +3759,43 @@  discard block
 block discarded – undo
3759 3759
 
3760 3760
   public function setDisplayName($displayName)
3761 3761
   {
3762
-    $this->displayName = $displayName;
3762
+	$this->displayName = $displayName;
3763 3763
   }
3764 3764
   public function getDisplayName()
3765 3765
   {
3766
-    return $this->displayName;
3766
+	return $this->displayName;
3767 3767
   }
3768 3768
   public function setPackageName($packageName)
3769 3769
   {
3770
-    $this->packageName = $packageName;
3770
+	$this->packageName = $packageName;
3771 3771
   }
3772 3772
   public function getPackageName()
3773 3773
   {
3774
-    return $this->packageName;
3774
+	return $this->packageName;
3775 3775
   }
3776 3776
   public function setPermission($permission)
3777 3777
   {
3778
-    $this->permission = $permission;
3778
+	$this->permission = $permission;
3779 3779
   }
3780 3780
   public function getPermission()
3781 3781
   {
3782
-    return $this->permission;
3782
+	return $this->permission;
3783 3783
   }
3784 3784
   public function setVersionCode($versionCode)
3785 3785
   {
3786
-    $this->versionCode = $versionCode;
3786
+	$this->versionCode = $versionCode;
3787 3787
   }
3788 3788
   public function getVersionCode()
3789 3789
   {
3790
-    return $this->versionCode;
3790
+	return $this->versionCode;
3791 3791
   }
3792 3792
   public function setVersionName($versionName)
3793 3793
   {
3794
-    $this->versionName = $versionName;
3794
+	$this->versionName = $versionName;
3795 3795
   }
3796 3796
   public function getVersionName()
3797 3797
   {
3798
-    return $this->versionName;
3798
+	return $this->versionName;
3799 3799
   }
3800 3800
 }
3801 3801
 
@@ -3813,35 +3813,35 @@  discard block
 block discarded – undo
3813 3813
 
3814 3814
   public function setEtag($etag)
3815 3815
   {
3816
-    $this->etag = $etag;
3816
+	$this->etag = $etag;
3817 3817
   }
3818 3818
   public function getEtag()
3819 3819
   {
3820
-    return $this->etag;
3820
+	return $this->etag;
3821 3821
   }
3822 3822
   public function setKind($kind)
3823 3823
   {
3824
-    $this->kind = $kind;
3824
+	$this->kind = $kind;
3825 3825
   }
3826 3826
   public function getKind()
3827 3827
   {
3828
-    return $this->kind;
3828
+	return $this->kind;
3829 3829
   }
3830 3830
   public function setMobiledevices($mobiledevices)
3831 3831
   {
3832
-    $this->mobiledevices = $mobiledevices;
3832
+	$this->mobiledevices = $mobiledevices;
3833 3833
   }
3834 3834
   public function getMobiledevices()
3835 3835
   {
3836
-    return $this->mobiledevices;
3836
+	return $this->mobiledevices;
3837 3837
   }
3838 3838
   public function setNextPageToken($nextPageToken)
3839 3839
   {
3840
-    $this->nextPageToken = $nextPageToken;
3840
+	$this->nextPageToken = $nextPageToken;
3841 3841
   }
3842 3842
   public function getNextPageToken()
3843 3843
   {
3844
-    return $this->nextPageToken;
3844
+	return $this->nextPageToken;
3845 3845
   }
3846 3846
 }
3847 3847
 
@@ -3861,67 +3861,67 @@  discard block
 block discarded – undo
3861 3861
 
3862 3862
   public function setBody($body)
3863 3863
   {
3864
-    $this->body = $body;
3864
+	$this->body = $body;
3865 3865
   }
3866 3866
   public function getBody()
3867 3867
   {
3868
-    return $this->body;
3868
+	return $this->body;
3869 3869
   }
3870 3870
   public function setEtag($etag)
3871 3871
   {
3872
-    $this->etag = $etag;
3872
+	$this->etag = $etag;
3873 3873
   }
3874 3874
   public function getEtag()
3875 3875
   {
3876
-    return $this->etag;
3876
+	return $this->etag;
3877 3877
   }
3878 3878
   public function setFromAddress($fromAddress)
3879 3879
   {
3880
-    $this->fromAddress = $fromAddress;
3880
+	$this->fromAddress = $fromAddress;
3881 3881
   }
3882 3882
   public function getFromAddress()
3883 3883
   {
3884
-    return $this->fromAddress;
3884
+	return $this->fromAddress;
3885 3885
   }
3886 3886
   public function setIsUnread($isUnread)
3887 3887
   {
3888
-    $this->isUnread = $isUnread;
3888
+	$this->isUnread = $isUnread;
3889 3889
   }
3890 3890
   public function getIsUnread()
3891 3891
   {
3892
-    return $this->isUnread;
3892
+	return $this->isUnread;
3893 3893
   }
3894 3894
   public function setKind($kind)
3895 3895
   {
3896
-    $this->kind = $kind;
3896
+	$this->kind = $kind;
3897 3897
   }
3898 3898
   public function getKind()
3899 3899
   {
3900
-    return $this->kind;
3900
+	return $this->kind;
3901 3901
   }
3902 3902
   public function setNotificationId($notificationId)
3903 3903
   {
3904
-    $this->notificationId = $notificationId;
3904
+	$this->notificationId = $notificationId;
3905 3905
   }
3906 3906
   public function getNotificationId()
3907 3907
   {
3908
-    return $this->notificationId;
3908
+	return $this->notificationId;
3909 3909
   }
3910 3910
   public function setSendTime($sendTime)
3911 3911
   {
3912
-    $this->sendTime = $sendTime;
3912
+	$this->sendTime = $sendTime;
3913 3913
   }
3914 3914
   public function getSendTime()
3915 3915
   {
3916
-    return $this->sendTime;
3916
+	return $this->sendTime;
3917 3917
   }
3918 3918
   public function setSubject($subject)
3919 3919
   {
3920
-    $this->subject = $subject;
3920
+	$this->subject = $subject;
3921 3921
   }
3922 3922
   public function getSubject()
3923 3923
   {
3924
-    return $this->subject;
3924
+	return $this->subject;
3925 3925
   }
3926 3926
 }
3927 3927
 
@@ -3940,43 +3940,43 @@  discard block
 block discarded – undo
3940 3940
 
3941 3941
   public function setEtag($etag)
3942 3942
   {
3943
-    $this->etag = $etag;
3943
+	$this->etag = $etag;
3944 3944
   }
3945 3945
   public function getEtag()
3946 3946
   {
3947
-    return $this->etag;
3947
+	return $this->etag;
3948 3948
   }
3949 3949
   public function setItems($items)
3950 3950
   {
3951
-    $this->items = $items;
3951
+	$this->items = $items;
3952 3952
   }
3953 3953
   public function getItems()
3954 3954
   {
3955
-    return $this->items;
3955
+	return $this->items;
3956 3956
   }
3957 3957
   public function setKind($kind)
3958 3958
   {
3959
-    $this->kind = $kind;
3959
+	$this->kind = $kind;
3960 3960
   }
3961 3961
   public function getKind()
3962 3962
   {
3963
-    return $this->kind;
3963
+	return $this->kind;
3964 3964
   }
3965 3965
   public function setNextPageToken($nextPageToken)
3966 3966
   {
3967
-    $this->nextPageToken = $nextPageToken;
3967
+	$this->nextPageToken = $nextPageToken;
3968 3968
   }
3969 3969
   public function getNextPageToken()
3970 3970
   {
3971
-    return $this->nextPageToken;
3971
+	return $this->nextPageToken;
3972 3972
   }
3973 3973
   public function setUnreadNotificationsCount($unreadNotificationsCount)
3974 3974
   {
3975
-    $this->unreadNotificationsCount = $unreadNotificationsCount;
3975
+	$this->unreadNotificationsCount = $unreadNotificationsCount;
3976 3976
   }
3977 3977
   public function getUnreadNotificationsCount()
3978 3978
   {
3979
-    return $this->unreadNotificationsCount;
3979
+	return $this->unreadNotificationsCount;
3980 3980
   }
3981 3981
 }
3982 3982
 
@@ -3997,75 +3997,75 @@  discard block
 block discarded – undo
3997 3997
 
3998 3998
   public function setBlockInheritance($blockInheritance)
3999 3999
   {
4000
-    $this->blockInheritance = $blockInheritance;
4000
+	$this->blockInheritance = $blockInheritance;
4001 4001
   }
4002 4002
   public function getBlockInheritance()
4003 4003
   {
4004
-    return $this->blockInheritance;
4004
+	return $this->blockInheritance;
4005 4005
   }
4006 4006
   public function setDescription($description)
4007 4007
   {
4008
-    $this->description = $description;
4008
+	$this->description = $description;
4009 4009
   }
4010 4010
   public function getDescription()
4011 4011
   {
4012
-    return $this->description;
4012
+	return $this->description;
4013 4013
   }
4014 4014
   public function setEtag($etag)
4015 4015
   {
4016
-    $this->etag = $etag;
4016
+	$this->etag = $etag;
4017 4017
   }
4018 4018
   public function getEtag()
4019 4019
   {
4020
-    return $this->etag;
4020
+	return $this->etag;
4021 4021
   }
4022 4022
   public function setKind($kind)
4023 4023
   {
4024
-    $this->kind = $kind;
4024
+	$this->kind = $kind;
4025 4025
   }
4026 4026
   public function getKind()
4027 4027
   {
4028
-    return $this->kind;
4028
+	return $this->kind;
4029 4029
   }
4030 4030
   public function setName($name)
4031 4031
   {
4032
-    $this->name = $name;
4032
+	$this->name = $name;
4033 4033
   }
4034 4034
   public function getName()
4035 4035
   {
4036
-    return $this->name;
4036
+	return $this->name;
4037 4037
   }
4038 4038
   public function setOrgUnitId($orgUnitId)
4039 4039
   {
4040
-    $this->orgUnitId = $orgUnitId;
4040
+	$this->orgUnitId = $orgUnitId;
4041 4041
   }
4042 4042
   public function getOrgUnitId()
4043 4043
   {
4044
-    return $this->orgUnitId;
4044
+	return $this->orgUnitId;
4045 4045
   }
4046 4046
   public function setOrgUnitPath($orgUnitPath)
4047 4047
   {
4048
-    $this->orgUnitPath = $orgUnitPath;
4048
+	$this->orgUnitPath = $orgUnitPath;
4049 4049
   }
4050 4050
   public function getOrgUnitPath()
4051 4051
   {
4052
-    return $this->orgUnitPath;
4052
+	return $this->orgUnitPath;
4053 4053
   }
4054 4054
   public function setParentOrgUnitId($parentOrgUnitId)
4055 4055
   {
4056
-    $this->parentOrgUnitId = $parentOrgUnitId;
4056
+	$this->parentOrgUnitId = $parentOrgUnitId;
4057 4057
   }
4058 4058
   public function getParentOrgUnitId()
4059 4059
   {
4060
-    return $this->parentOrgUnitId;
4060
+	return $this->parentOrgUnitId;
4061 4061
   }
4062 4062
   public function setParentOrgUnitPath($parentOrgUnitPath)
4063 4063
   {
4064
-    $this->parentOrgUnitPath = $parentOrgUnitPath;
4064
+	$this->parentOrgUnitPath = $parentOrgUnitPath;
4065 4065
   }
4066 4066
   public function getParentOrgUnitPath()
4067 4067
   {
4068
-    return $this->parentOrgUnitPath;
4068
+	return $this->parentOrgUnitPath;
4069 4069
   }
4070 4070
 }
4071 4071
 
@@ -4082,27 +4082,27 @@  discard block
 block discarded – undo
4082 4082
 
4083 4083
   public function setEtag($etag)
4084 4084
   {
4085
-    $this->etag = $etag;
4085
+	$this->etag = $etag;
4086 4086
   }
4087 4087
   public function getEtag()
4088 4088
   {
4089
-    return $this->etag;
4089
+	return $this->etag;
4090 4090
   }
4091 4091
   public function setKind($kind)
4092 4092
   {
4093
-    $this->kind = $kind;
4093
+	$this->kind = $kind;
4094 4094
   }
4095 4095
   public function getKind()
4096 4096
   {
4097
-    return $this->kind;
4097
+	return $this->kind;
4098 4098
   }
4099 4099
   public function setOrganizationUnits($organizationUnits)
4100 4100
   {
4101
-    $this->organizationUnits = $organizationUnits;
4101
+	$this->organizationUnits = $organizationUnits;
4102 4102
   }
4103 4103
   public function getOrganizationUnits()
4104 4104
   {
4105
-    return $this->organizationUnits;
4105
+	return $this->organizationUnits;
4106 4106
   }
4107 4107
 }
4108 4108
 
@@ -4121,43 +4121,43 @@  discard block
 block discarded – undo
4121 4121
 
4122 4122
   public function setEtag($etag)
4123 4123
   {
4124
-    $this->etag = $etag;
4124
+	$this->etag = $etag;
4125 4125
   }
4126 4126
   public function getEtag()
4127 4127
   {
4128
-    return $this->etag;
4128
+	return $this->etag;
4129 4129
   }
4130 4130
   public function setFields($fields)
4131 4131
   {
4132
-    $this->fields = $fields;
4132
+	$this->fields = $fields;
4133 4133
   }
4134 4134
   public function getFields()
4135 4135
   {
4136
-    return $this->fields;
4136
+	return $this->fields;
4137 4137
   }
4138 4138
   public function setKind($kind)
4139 4139
   {
4140
-    $this->kind = $kind;
4140
+	$this->kind = $kind;
4141 4141
   }
4142 4142
   public function getKind()
4143 4143
   {
4144
-    return $this->kind;
4144
+	return $this->kind;
4145 4145
   }
4146 4146
   public function setSchemaId($schemaId)
4147 4147
   {
4148
-    $this->schemaId = $schemaId;
4148
+	$this->schemaId = $schemaId;
4149 4149
   }
4150 4150
   public function getSchemaId()
4151 4151
   {
4152
-    return $this->schemaId;
4152
+	return $this->schemaId;
4153 4153
   }
4154 4154
   public function setSchemaName($schemaName)
4155 4155
   {
4156
-    $this->schemaName = $schemaName;
4156
+	$this->schemaName = $schemaName;
4157 4157
   }
4158 4158
   public function getSchemaName()
4159 4159
   {
4160
-    return $this->schemaName;
4160
+	return $this->schemaName;
4161 4161
   }
4162 4162
 }
4163 4163
 
@@ -4179,75 +4179,75 @@  discard block
 block discarded – undo
4179 4179
 
4180 4180
   public function setEtag($etag)
4181 4181
   {
4182
-    $this->etag = $etag;
4182
+	$this->etag = $etag;
4183 4183
   }
4184 4184
   public function getEtag()
4185 4185
   {
4186
-    return $this->etag;
4186
+	return $this->etag;
4187 4187
   }
4188 4188
   public function setFieldId($fieldId)
4189 4189
   {
4190
-    $this->fieldId = $fieldId;
4190
+	$this->fieldId = $fieldId;
4191 4191
   }
4192 4192
   public function getFieldId()
4193 4193
   {
4194
-    return $this->fieldId;
4194
+	return $this->fieldId;
4195 4195
   }
4196 4196
   public function setFieldName($fieldName)
4197 4197
   {
4198
-    $this->fieldName = $fieldName;
4198
+	$this->fieldName = $fieldName;
4199 4199
   }
4200 4200
   public function getFieldName()
4201 4201
   {
4202
-    return $this->fieldName;
4202
+	return $this->fieldName;
4203 4203
   }
4204 4204
   public function setFieldType($fieldType)
4205 4205
   {
4206
-    $this->fieldType = $fieldType;
4206
+	$this->fieldType = $fieldType;
4207 4207
   }
4208 4208
   public function getFieldType()
4209 4209
   {
4210
-    return $this->fieldType;
4210
+	return $this->fieldType;
4211 4211
   }
4212 4212
   public function setIndexed($indexed)
4213 4213
   {
4214
-    $this->indexed = $indexed;
4214
+	$this->indexed = $indexed;
4215 4215
   }
4216 4216
   public function getIndexed()
4217 4217
   {
4218
-    return $this->indexed;
4218
+	return $this->indexed;
4219 4219
   }
4220 4220
   public function setKind($kind)
4221 4221
   {
4222
-    $this->kind = $kind;
4222
+	$this->kind = $kind;
4223 4223
   }
4224 4224
   public function getKind()
4225 4225
   {
4226
-    return $this->kind;
4226
+	return $this->kind;
4227 4227
   }
4228 4228
   public function setMultiValued($multiValued)
4229 4229
   {
4230
-    $this->multiValued = $multiValued;
4230
+	$this->multiValued = $multiValued;
4231 4231
   }
4232 4232
   public function getMultiValued()
4233 4233
   {
4234
-    return $this->multiValued;
4234
+	return $this->multiValued;
4235 4235
   }
4236 4236
   public function setNumericIndexingSpec(Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec $numericIndexingSpec)
4237 4237
   {
4238
-    $this->numericIndexingSpec = $numericIndexingSpec;
4238
+	$this->numericIndexingSpec = $numericIndexingSpec;
4239 4239
   }
4240 4240
   public function getNumericIndexingSpec()
4241 4241
   {
4242
-    return $this->numericIndexingSpec;
4242
+	return $this->numericIndexingSpec;
4243 4243
   }
4244 4244
   public function setReadAccessType($readAccessType)
4245 4245
   {
4246
-    $this->readAccessType = $readAccessType;
4246
+	$this->readAccessType = $readAccessType;
4247 4247
   }
4248 4248
   public function getReadAccessType()
4249 4249
   {
4250
-    return $this->readAccessType;
4250
+	return $this->readAccessType;
4251 4251
   }
4252 4252
 }
4253 4253
 
@@ -4261,19 +4261,19 @@  discard block
 block discarded – undo
4261 4261
 
4262 4262
   public function setMaxValue($maxValue)
4263 4263
   {
4264
-    $this->maxValue = $maxValue;
4264
+	$this->maxValue = $maxValue;
4265 4265
   }
4266 4266
   public function getMaxValue()
4267 4267
   {
4268
-    return $this->maxValue;
4268
+	return $this->maxValue;
4269 4269
   }
4270 4270
   public function setMinValue($minValue)
4271 4271
   {
4272
-    $this->minValue = $minValue;
4272
+	$this->minValue = $minValue;
4273 4273
   }
4274 4274
   public function getMinValue()
4275 4275
   {
4276
-    return $this->minValue;
4276
+	return $this->minValue;
4277 4277
   }
4278 4278
 }
4279 4279
 
@@ -4290,27 +4290,27 @@  discard block
 block discarded – undo
4290 4290
 
4291 4291
   public function setEtag($etag)
4292 4292
   {
4293
-    $this->etag = $etag;
4293
+	$this->etag = $etag;
4294 4294
   }
4295 4295
   public function getEtag()
4296 4296
   {
4297
-    return $this->etag;
4297
+	return $this->etag;
4298 4298
   }
4299 4299
   public function setKind($kind)
4300 4300
   {
4301
-    $this->kind = $kind;
4301
+	$this->kind = $kind;
4302 4302
   }
4303 4303
   public function getKind()
4304 4304
   {
4305
-    return $this->kind;
4305
+	return $this->kind;
4306 4306
   }
4307 4307
   public function setSchemas($schemas)
4308 4308
   {
4309
-    $this->schemas = $schemas;
4309
+	$this->schemas = $schemas;
4310 4310
   }
4311 4311
   public function getSchemas()
4312 4312
   {
4313
-    return $this->schemas;
4313
+	return $this->schemas;
4314 4314
   }
4315 4315
 }
4316 4316
 
@@ -4331,67 +4331,67 @@  discard block
 block discarded – undo
4331 4331
 
4332 4332
   public function setAnonymous($anonymous)
4333 4333
   {
4334
-    $this->anonymous = $anonymous;
4334
+	$this->anonymous = $anonymous;
4335 4335
   }
4336 4336
   public function getAnonymous()
4337 4337
   {
4338
-    return $this->anonymous;
4338
+	return $this->anonymous;
4339 4339
   }
4340 4340
   public function setClientId($clientId)
4341 4341
   {
4342
-    $this->clientId = $clientId;
4342
+	$this->clientId = $clientId;
4343 4343
   }
4344 4344
   public function getClientId()
4345 4345
   {
4346
-    return $this->clientId;
4346
+	return $this->clientId;
4347 4347
   }
4348 4348
   public function setDisplayText($displayText)
4349 4349
   {
4350
-    $this->displayText = $displayText;
4350
+	$this->displayText = $displayText;
4351 4351
   }
4352 4352
   public function getDisplayText()
4353 4353
   {
4354
-    return $this->displayText;
4354
+	return $this->displayText;
4355 4355
   }
4356 4356
   public function setEtag($etag)
4357 4357
   {
4358
-    $this->etag = $etag;
4358
+	$this->etag = $etag;
4359 4359
   }
4360 4360
   public function getEtag()
4361 4361
   {
4362
-    return $this->etag;
4362
+	return $this->etag;
4363 4363
   }
4364 4364
   public function setKind($kind)
4365 4365
   {
4366
-    $this->kind = $kind;
4366
+	$this->kind = $kind;
4367 4367
   }
4368 4368
   public function getKind()
4369 4369
   {
4370
-    return $this->kind;
4370
+	return $this->kind;
4371 4371
   }
4372 4372
   public function setNativeApp($nativeApp)
4373 4373
   {
4374
-    $this->nativeApp = $nativeApp;
4374
+	$this->nativeApp = $nativeApp;
4375 4375
   }
4376 4376
   public function getNativeApp()
4377 4377
   {
4378
-    return $this->nativeApp;
4378
+	return $this->nativeApp;
4379 4379
   }
4380 4380
   public function setScopes($scopes)
4381 4381
   {
4382
-    $this->scopes = $scopes;
4382
+	$this->scopes = $scopes;
4383 4383
   }
4384 4384
   public function getScopes()
4385 4385
   {
4386
-    return $this->scopes;
4386
+	return $this->scopes;
4387 4387
   }
4388 4388
   public function setUserKey($userKey)
4389 4389
   {
4390
-    $this->userKey = $userKey;
4390
+	$this->userKey = $userKey;
4391 4391
   }
4392 4392
   public function getUserKey()
4393 4393
   {
4394
-    return $this->userKey;
4394
+	return $this->userKey;
4395 4395
   }
4396 4396
 }
4397 4397
 
@@ -4408,27 +4408,27 @@  discard block
 block discarded – undo
4408 4408
 
4409 4409
   public function setEtag($etag)
4410 4410
   {
4411
-    $this->etag = $etag;
4411
+	$this->etag = $etag;
4412 4412
   }
4413 4413
   public function getEtag()
4414 4414
   {
4415
-    return $this->etag;
4415
+	return $this->etag;
4416 4416
   }
4417 4417
   public function setItems($items)
4418 4418
   {
4419
-    $this->items = $items;
4419
+	$this->items = $items;
4420 4420
   }
4421 4421
   public function getItems()
4422 4422
   {
4423
-    return $this->items;
4423
+	return $this->items;
4424 4424
   }
4425 4425
   public function setKind($kind)
4426 4426
   {
4427
-    $this->kind = $kind;
4427
+	$this->kind = $kind;
4428 4428
   }
4429 4429
   public function getKind()
4430 4430
   {
4431
-    return $this->kind;
4431
+	return $this->kind;
4432 4432
   }
4433 4433
 }
4434 4434
 
@@ -4477,283 +4477,283 @@  discard block
 block discarded – undo
4477 4477
 
4478 4478
   public function setAddresses($addresses)
4479 4479
   {
4480
-    $this->addresses = $addresses;
4480
+	$this->addresses = $addresses;
4481 4481
   }
4482 4482
   public function getAddresses()
4483 4483
   {
4484
-    return $this->addresses;
4484
+	return $this->addresses;
4485 4485
   }
4486 4486
   public function setAgreedToTerms($agreedToTerms)
4487 4487
   {
4488
-    $this->agreedToTerms = $agreedToTerms;
4488
+	$this->agreedToTerms = $agreedToTerms;
4489 4489
   }
4490 4490
   public function getAgreedToTerms()
4491 4491
   {
4492
-    return $this->agreedToTerms;
4492
+	return $this->agreedToTerms;
4493 4493
   }
4494 4494
   public function setAliases($aliases)
4495 4495
   {
4496
-    $this->aliases = $aliases;
4496
+	$this->aliases = $aliases;
4497 4497
   }
4498 4498
   public function getAliases()
4499 4499
   {
4500
-    return $this->aliases;
4500
+	return $this->aliases;
4501 4501
   }
4502 4502
   public function setChangePasswordAtNextLogin($changePasswordAtNextLogin)
4503 4503
   {
4504
-    $this->changePasswordAtNextLogin = $changePasswordAtNextLogin;
4504
+	$this->changePasswordAtNextLogin = $changePasswordAtNextLogin;
4505 4505
   }
4506 4506
   public function getChangePasswordAtNextLogin()
4507 4507
   {
4508
-    return $this->changePasswordAtNextLogin;
4508
+	return $this->changePasswordAtNextLogin;
4509 4509
   }
4510 4510
   public function setCreationTime($creationTime)
4511 4511
   {
4512
-    $this->creationTime = $creationTime;
4512
+	$this->creationTime = $creationTime;
4513 4513
   }
4514 4514
   public function getCreationTime()
4515 4515
   {
4516
-    return $this->creationTime;
4516
+	return $this->creationTime;
4517 4517
   }
4518 4518
   public function setCustomSchemas($customSchemas)
4519 4519
   {
4520
-    $this->customSchemas = $customSchemas;
4520
+	$this->customSchemas = $customSchemas;
4521 4521
   }
4522 4522
   public function getCustomSchemas()
4523 4523
   {
4524
-    return $this->customSchemas;
4524
+	return $this->customSchemas;
4525 4525
   }
4526 4526
   public function setCustomerId($customerId)
4527 4527
   {
4528
-    $this->customerId = $customerId;
4528
+	$this->customerId = $customerId;
4529 4529
   }
4530 4530
   public function getCustomerId()
4531 4531
   {
4532
-    return $this->customerId;
4532
+	return $this->customerId;
4533 4533
   }
4534 4534
   public function setDeletionTime($deletionTime)
4535 4535
   {
4536
-    $this->deletionTime = $deletionTime;
4536
+	$this->deletionTime = $deletionTime;
4537 4537
   }
4538 4538
   public function getDeletionTime()
4539 4539
   {
4540
-    return $this->deletionTime;
4540
+	return $this->deletionTime;
4541 4541
   }
4542 4542
   public function setEmails($emails)
4543 4543
   {
4544
-    $this->emails = $emails;
4544
+	$this->emails = $emails;
4545 4545
   }
4546 4546
   public function getEmails()
4547 4547
   {
4548
-    return $this->emails;
4548
+	return $this->emails;
4549 4549
   }
4550 4550
   public function setEtag($etag)
4551 4551
   {
4552
-    $this->etag = $etag;
4552
+	$this->etag = $etag;
4553 4553
   }
4554 4554
   public function getEtag()
4555 4555
   {
4556
-    return $this->etag;
4556
+	return $this->etag;
4557 4557
   }
4558 4558
   public function setExternalIds($externalIds)
4559 4559
   {
4560
-    $this->externalIds = $externalIds;
4560
+	$this->externalIds = $externalIds;
4561 4561
   }
4562 4562
   public function getExternalIds()
4563 4563
   {
4564
-    return $this->externalIds;
4564
+	return $this->externalIds;
4565 4565
   }
4566 4566
   public function setHashFunction($hashFunction)
4567 4567
   {
4568
-    $this->hashFunction = $hashFunction;
4568
+	$this->hashFunction = $hashFunction;
4569 4569
   }
4570 4570
   public function getHashFunction()
4571 4571
   {
4572
-    return $this->hashFunction;
4572
+	return $this->hashFunction;
4573 4573
   }
4574 4574
   public function setId($id)
4575 4575
   {
4576
-    $this->id = $id;
4576
+	$this->id = $id;
4577 4577
   }
4578 4578
   public function getId()
4579 4579
   {
4580
-    return $this->id;
4580
+	return $this->id;
4581 4581
   }
4582 4582
   public function setIms($ims)
4583 4583
   {
4584
-    $this->ims = $ims;
4584
+	$this->ims = $ims;
4585 4585
   }
4586 4586
   public function getIms()
4587 4587
   {
4588
-    return $this->ims;
4588
+	return $this->ims;
4589 4589
   }
4590 4590
   public function setIncludeInGlobalAddressList($includeInGlobalAddressList)
4591 4591
   {
4592
-    $this->includeInGlobalAddressList = $includeInGlobalAddressList;
4592
+	$this->includeInGlobalAddressList = $includeInGlobalAddressList;
4593 4593
   }
4594 4594
   public function getIncludeInGlobalAddressList()
4595 4595
   {
4596
-    return $this->includeInGlobalAddressList;
4596
+	return $this->includeInGlobalAddressList;
4597 4597
   }
4598 4598
   public function setIpWhitelisted($ipWhitelisted)
4599 4599
   {
4600
-    $this->ipWhitelisted = $ipWhitelisted;
4600
+	$this->ipWhitelisted = $ipWhitelisted;
4601 4601
   }
4602 4602
   public function getIpWhitelisted()
4603 4603
   {
4604
-    return $this->ipWhitelisted;
4604
+	return $this->ipWhitelisted;
4605 4605
   }
4606 4606
   public function setIsAdmin($isAdmin)
4607 4607
   {
4608
-    $this->isAdmin = $isAdmin;
4608
+	$this->isAdmin = $isAdmin;
4609 4609
   }
4610 4610
   public function getIsAdmin()
4611 4611
   {
4612
-    return $this->isAdmin;
4612
+	return $this->isAdmin;
4613 4613
   }
4614 4614
   public function setIsDelegatedAdmin($isDelegatedAdmin)
4615 4615
   {
4616
-    $this->isDelegatedAdmin = $isDelegatedAdmin;
4616
+	$this->isDelegatedAdmin = $isDelegatedAdmin;
4617 4617
   }
4618 4618
   public function getIsDelegatedAdmin()
4619 4619
   {
4620
-    return $this->isDelegatedAdmin;
4620
+	return $this->isDelegatedAdmin;
4621 4621
   }
4622 4622
   public function setIsMailboxSetup($isMailboxSetup)
4623 4623
   {
4624
-    $this->isMailboxSetup = $isMailboxSetup;
4624
+	$this->isMailboxSetup = $isMailboxSetup;
4625 4625
   }
4626 4626
   public function getIsMailboxSetup()
4627 4627
   {
4628
-    return $this->isMailboxSetup;
4628
+	return $this->isMailboxSetup;
4629 4629
   }
4630 4630
   public function setKind($kind)
4631 4631
   {
4632
-    $this->kind = $kind;
4632
+	$this->kind = $kind;
4633 4633
   }
4634 4634
   public function getKind()
4635 4635
   {
4636
-    return $this->kind;
4636
+	return $this->kind;
4637 4637
   }
4638 4638
   public function setLastLoginTime($lastLoginTime)
4639 4639
   {
4640
-    $this->lastLoginTime = $lastLoginTime;
4640
+	$this->lastLoginTime = $lastLoginTime;
4641 4641
   }
4642 4642
   public function getLastLoginTime()
4643 4643
   {
4644
-    return $this->lastLoginTime;
4644
+	return $this->lastLoginTime;
4645 4645
   }
4646 4646
   public function setName(Google_Service_Directory_UserName $name)
4647 4647
   {
4648
-    $this->name = $name;
4648
+	$this->name = $name;
4649 4649
   }
4650 4650
   public function getName()
4651 4651
   {
4652
-    return $this->name;
4652
+	return $this->name;
4653 4653
   }
4654 4654
   public function setNonEditableAliases($nonEditableAliases)
4655 4655
   {
4656
-    $this->nonEditableAliases = $nonEditableAliases;
4656
+	$this->nonEditableAliases = $nonEditableAliases;
4657 4657
   }
4658 4658
   public function getNonEditableAliases()
4659 4659
   {
4660
-    return $this->nonEditableAliases;
4660
+	return $this->nonEditableAliases;
4661 4661
   }
4662 4662
   public function setNotes($notes)
4663 4663
   {
4664
-    $this->notes = $notes;
4664
+	$this->notes = $notes;
4665 4665
   }
4666 4666
   public function getNotes()
4667 4667
   {
4668
-    return $this->notes;
4668
+	return $this->notes;
4669 4669
   }
4670 4670
   public function setOrgUnitPath($orgUnitPath)
4671 4671
   {
4672
-    $this->orgUnitPath = $orgUnitPath;
4672
+	$this->orgUnitPath = $orgUnitPath;
4673 4673
   }
4674 4674
   public function getOrgUnitPath()
4675 4675
   {
4676
-    return $this->orgUnitPath;
4676
+	return $this->orgUnitPath;
4677 4677
   }
4678 4678
   public function setOrganizations($organizations)
4679 4679
   {
4680
-    $this->organizations = $organizations;
4680
+	$this->organizations = $organizations;
4681 4681
   }
4682 4682
   public function getOrganizations()
4683 4683
   {
4684
-    return $this->organizations;
4684
+	return $this->organizations;
4685 4685
   }
4686 4686
   public function setPassword($password)
4687 4687
   {
4688
-    $this->password = $password;
4688
+	$this->password = $password;
4689 4689
   }
4690 4690
   public function getPassword()
4691 4691
   {
4692
-    return $this->password;
4692
+	return $this->password;
4693 4693
   }
4694 4694
   public function setPhones($phones)
4695 4695
   {
4696
-    $this->phones = $phones;
4696
+	$this->phones = $phones;
4697 4697
   }
4698 4698
   public function getPhones()
4699 4699
   {
4700
-    return $this->phones;
4700
+	return $this->phones;
4701 4701
   }
4702 4702
   public function setPrimaryEmail($primaryEmail)
4703 4703
   {
4704
-    $this->primaryEmail = $primaryEmail;
4704
+	$this->primaryEmail = $primaryEmail;
4705 4705
   }
4706 4706
   public function getPrimaryEmail()
4707 4707
   {
4708
-    return $this->primaryEmail;
4708
+	return $this->primaryEmail;
4709 4709
   }
4710 4710
   public function setRelations($relations)
4711 4711
   {
4712
-    $this->relations = $relations;
4712
+	$this->relations = $relations;
4713 4713
   }
4714 4714
   public function getRelations()
4715 4715
   {
4716
-    return $this->relations;
4716
+	return $this->relations;
4717 4717
   }
4718 4718
   public function setSuspended($suspended)
4719 4719
   {
4720
-    $this->suspended = $suspended;
4720
+	$this->suspended = $suspended;
4721 4721
   }
4722 4722
   public function getSuspended()
4723 4723
   {
4724
-    return $this->suspended;
4724
+	return $this->suspended;
4725 4725
   }
4726 4726
   public function setSuspensionReason($suspensionReason)
4727 4727
   {
4728
-    $this->suspensionReason = $suspensionReason;
4728
+	$this->suspensionReason = $suspensionReason;
4729 4729
   }
4730 4730
   public function getSuspensionReason()
4731 4731
   {
4732
-    return $this->suspensionReason;
4732
+	return $this->suspensionReason;
4733 4733
   }
4734 4734
   public function setThumbnailPhotoEtag($thumbnailPhotoEtag)
4735 4735
   {
4736
-    $this->thumbnailPhotoEtag = $thumbnailPhotoEtag;
4736
+	$this->thumbnailPhotoEtag = $thumbnailPhotoEtag;
4737 4737
   }
4738 4738
   public function getThumbnailPhotoEtag()
4739 4739
   {
4740
-    return $this->thumbnailPhotoEtag;
4740
+	return $this->thumbnailPhotoEtag;
4741 4741
   }
4742 4742
   public function setThumbnailPhotoUrl($thumbnailPhotoUrl)
4743 4743
   {
4744
-    $this->thumbnailPhotoUrl = $thumbnailPhotoUrl;
4744
+	$this->thumbnailPhotoUrl = $thumbnailPhotoUrl;
4745 4745
   }
4746 4746
   public function getThumbnailPhotoUrl()
4747 4747
   {
4748
-    return $this->thumbnailPhotoUrl;
4748
+	return $this->thumbnailPhotoUrl;
4749 4749
   }
4750 4750
   public function setWebsites($websites)
4751 4751
   {
4752
-    $this->websites = $websites;
4752
+	$this->websites = $websites;
4753 4753
   }
4754 4754
   public function getWebsites()
4755 4755
   {
4756
-    return $this->websites;
4756
+	return $this->websites;
4757 4757
   }
4758 4758
 }
4759 4759
 
@@ -4767,19 +4767,19 @@  discard block
 block discarded – undo
4767 4767
 
4768 4768
   public function setContentType($contentType)
4769 4769
   {
4770
-    $this->contentType = $contentType;
4770
+	$this->contentType = $contentType;
4771 4771
   }
4772 4772
   public function getContentType()
4773 4773
   {
4774
-    return $this->contentType;
4774
+	return $this->contentType;
4775 4775
   }
4776 4776
   public function setValue($value)
4777 4777
   {
4778
-    $this->value = $value;
4778
+	$this->value = $value;
4779 4779
   }
4780 4780
   public function getValue()
4781 4781
   {
4782
-    return $this->value;
4782
+	return $this->value;
4783 4783
   }
4784 4784
 }
4785 4785
 
@@ -4804,107 +4804,107 @@  discard block
 block discarded – undo
4804 4804
 
4805 4805
   public function setCountry($country)
4806 4806
   {
4807
-    $this->country = $country;
4807
+	$this->country = $country;
4808 4808
   }
4809 4809
   public function getCountry()
4810 4810
   {
4811
-    return $this->country;
4811
+	return $this->country;
4812 4812
   }
4813 4813
   public function setCountryCode($countryCode)
4814 4814
   {
4815
-    $this->countryCode = $countryCode;
4815
+	$this->countryCode = $countryCode;
4816 4816
   }
4817 4817
   public function getCountryCode()
4818 4818
   {
4819
-    return $this->countryCode;
4819
+	return $this->countryCode;
4820 4820
   }
4821 4821
   public function setCustomType($customType)
4822 4822
   {
4823
-    $this->customType = $customType;
4823
+	$this->customType = $customType;
4824 4824
   }
4825 4825
   public function getCustomType()
4826 4826
   {
4827
-    return $this->customType;
4827
+	return $this->customType;
4828 4828
   }
4829 4829
   public function setExtendedAddress($extendedAddress)
4830 4830
   {
4831
-    $this->extendedAddress = $extendedAddress;
4831
+	$this->extendedAddress = $extendedAddress;
4832 4832
   }
4833 4833
   public function getExtendedAddress()
4834 4834
   {
4835
-    return $this->extendedAddress;
4835
+	return $this->extendedAddress;
4836 4836
   }
4837 4837
   public function setFormatted($formatted)
4838 4838
   {
4839
-    $this->formatted = $formatted;
4839
+	$this->formatted = $formatted;
4840 4840
   }
4841 4841
   public function getFormatted()
4842 4842
   {
4843
-    return $this->formatted;
4843
+	return $this->formatted;
4844 4844
   }
4845 4845
   public function setLocality($locality)
4846 4846
   {
4847
-    $this->locality = $locality;
4847
+	$this->locality = $locality;
4848 4848
   }
4849 4849
   public function getLocality()
4850 4850
   {
4851
-    return $this->locality;
4851
+	return $this->locality;
4852 4852
   }
4853 4853
   public function setPoBox($poBox)
4854 4854
   {
4855
-    $this->poBox = $poBox;
4855
+	$this->poBox = $poBox;
4856 4856
   }
4857 4857
   public function getPoBox()
4858 4858
   {
4859
-    return $this->poBox;
4859
+	return $this->poBox;
4860 4860
   }
4861 4861
   public function setPostalCode($postalCode)
4862 4862
   {
4863
-    $this->postalCode = $postalCode;
4863
+	$this->postalCode = $postalCode;
4864 4864
   }
4865 4865
   public function getPostalCode()
4866 4866
   {
4867
-    return $this->postalCode;
4867
+	return $this->postalCode;
4868 4868
   }
4869 4869
   public function setPrimary($primary)
4870 4870
   {
4871
-    $this->primary = $primary;
4871
+	$this->primary = $primary;
4872 4872
   }
4873 4873
   public function getPrimary()
4874 4874
   {
4875
-    return $this->primary;
4875
+	return $this->primary;
4876 4876
   }
4877 4877
   public function setRegion($region)
4878 4878
   {
4879
-    $this->region = $region;
4879
+	$this->region = $region;
4880 4880
   }
4881 4881
   public function getRegion()
4882 4882
   {
4883
-    return $this->region;
4883
+	return $this->region;
4884 4884
   }
4885 4885
   public function setSourceIsStructured($sourceIsStructured)
4886 4886
   {
4887
-    $this->sourceIsStructured = $sourceIsStructured;
4887
+	$this->sourceIsStructured = $sourceIsStructured;
4888 4888
   }
4889 4889
   public function getSourceIsStructured()
4890 4890
   {
4891
-    return $this->sourceIsStructured;
4891
+	return $this->sourceIsStructured;
4892 4892
   }
4893 4893
   public function setStreetAddress($streetAddress)
4894 4894
   {
4895
-    $this->streetAddress = $streetAddress;
4895
+	$this->streetAddress = $streetAddress;
4896 4896
   }
4897 4897
   public function getStreetAddress()
4898 4898
   {
4899
-    return $this->streetAddress;
4899
+	return $this->streetAddress;
4900 4900
   }
4901 4901
   public function setType($type)
4902 4902
   {
4903
-    $this->type = $type;
4903
+	$this->type = $type;
4904 4904
   }
4905 4905
   public function getType()
4906 4906
   {
4907
-    return $this->type;
4907
+	return $this->type;
4908 4908
   }
4909 4909
 }
4910 4910
 
@@ -4928,35 +4928,35 @@  discard block
 block discarded – undo
4928 4928
 
4929 4929
   public function setAddress($address)
4930 4930
   {
4931
-    $this->address = $address;
4931
+	$this->address = $address;
4932 4932
   }
4933 4933
   public function getAddress()
4934 4934
   {
4935
-    return $this->address;
4935
+	return $this->address;
4936 4936
   }
4937 4937
   public function setCustomType($customType)
4938 4938
   {
4939
-    $this->customType = $customType;
4939
+	$this->customType = $customType;
4940 4940
   }
4941 4941
   public function getCustomType()
4942 4942
   {
4943
-    return $this->customType;
4943
+	return $this->customType;
4944 4944
   }
4945 4945
   public function setPrimary($primary)
4946 4946
   {
4947
-    $this->primary = $primary;
4947
+	$this->primary = $primary;
4948 4948
   }
4949 4949
   public function getPrimary()
4950 4950
   {
4951
-    return $this->primary;
4951
+	return $this->primary;
4952 4952
   }
4953 4953
   public function setType($type)
4954 4954
   {
4955
-    $this->type = $type;
4955
+	$this->type = $type;
4956 4956
   }
4957 4957
   public function getType()
4958 4958
   {
4959
-    return $this->type;
4959
+	return $this->type;
4960 4960
   }
4961 4961
 }
4962 4962
 
@@ -4971,27 +4971,27 @@  discard block
 block discarded – undo
4971 4971
 
4972 4972
   public function setCustomType($customType)
4973 4973
   {
4974
-    $this->customType = $customType;
4974
+	$this->customType = $customType;
4975 4975
   }
4976 4976
   public function getCustomType()
4977 4977
   {
4978
-    return $this->customType;
4978
+	return $this->customType;
4979 4979
   }
4980 4980
   public function setType($type)
4981 4981
   {
4982
-    $this->type = $type;
4982
+	$this->type = $type;
4983 4983
   }
4984 4984
   public function getType()
4985 4985
   {
4986
-    return $this->type;
4986
+	return $this->type;
4987 4987
   }
4988 4988
   public function setValue($value)
4989 4989
   {
4990
-    $this->value = $value;
4990
+	$this->value = $value;
4991 4991
   }
4992 4992
   public function getValue()
4993 4993
   {
4994
-    return $this->value;
4994
+	return $this->value;
4995 4995
   }
4996 4996
 }
4997 4997
 
@@ -5009,51 +5009,51 @@  discard block
 block discarded – undo
5009 5009
 
5010 5010
   public function setCustomProtocol($customProtocol)
5011 5011
   {
5012
-    $this->customProtocol = $customProtocol;
5012
+	$this->customProtocol = $customProtocol;
5013 5013
   }
5014 5014
   public function getCustomProtocol()
5015 5015
   {
5016
-    return $this->customProtocol;
5016
+	return $this->customProtocol;
5017 5017
   }
5018 5018
   public function setCustomType($customType)
5019 5019
   {
5020
-    $this->customType = $customType;
5020
+	$this->customType = $customType;
5021 5021
   }
5022 5022
   public function getCustomType()
5023 5023
   {
5024
-    return $this->customType;
5024
+	return $this->customType;
5025 5025
   }
5026 5026
   public function setIm($im)
5027 5027
   {
5028
-    $this->im = $im;
5028
+	$this->im = $im;
5029 5029
   }
5030 5030
   public function getIm()
5031 5031
   {
5032
-    return $this->im;
5032
+	return $this->im;
5033 5033
   }
5034 5034
   public function setPrimary($primary)
5035 5035
   {
5036
-    $this->primary = $primary;
5036
+	$this->primary = $primary;
5037 5037
   }
5038 5038
   public function getPrimary()
5039 5039
   {
5040
-    return $this->primary;
5040
+	return $this->primary;
5041 5041
   }
5042 5042
   public function setProtocol($protocol)
5043 5043
   {
5044
-    $this->protocol = $protocol;
5044
+	$this->protocol = $protocol;
5045 5045
   }
5046 5046
   public function getProtocol()
5047 5047
   {
5048
-    return $this->protocol;
5048
+	return $this->protocol;
5049 5049
   }
5050 5050
   public function setType($type)
5051 5051
   {
5052
-    $this->type = $type;
5052
+	$this->type = $type;
5053 5053
   }
5054 5054
   public function getType()
5055 5055
   {
5056
-    return $this->type;
5056
+	return $this->type;
5057 5057
   }
5058 5058
 }
5059 5059
 
@@ -5066,11 +5066,11 @@  discard block
 block discarded – undo
5066 5066
 
5067 5067
   public function setStatus($status)
5068 5068
   {
5069
-    $this->status = $status;
5069
+	$this->status = $status;
5070 5070
   }
5071 5071
   public function getStatus()
5072 5072
   {
5073
-    return $this->status;
5073
+	return $this->status;
5074 5074
   }
5075 5075
 }
5076 5076
 
@@ -5085,27 +5085,27 @@  discard block
 block discarded – undo
5085 5085
 
5086 5086
   public function setFamilyName($familyName)
5087 5087
   {
5088
-    $this->familyName = $familyName;
5088
+	$this->familyName = $familyName;
5089 5089
   }
5090 5090
   public function getFamilyName()
5091 5091
   {
5092
-    return $this->familyName;
5092
+	return $this->familyName;
5093 5093
   }
5094 5094
   public function setFullName($fullName)
5095 5095
   {
5096
-    $this->fullName = $fullName;
5096
+	$this->fullName = $fullName;
5097 5097
   }
5098 5098
   public function getFullName()
5099 5099
   {
5100
-    return $this->fullName;
5100
+	return $this->fullName;
5101 5101
   }
5102 5102
   public function setGivenName($givenName)
5103 5103
   {
5104
-    $this->givenName = $givenName;
5104
+	$this->givenName = $givenName;
5105 5105
   }
5106 5106
   public function getGivenName()
5107 5107
   {
5108
-    return $this->givenName;
5108
+	return $this->givenName;
5109 5109
   }
5110 5110
 }
5111 5111
 
@@ -5128,91 +5128,91 @@  discard block
 block discarded – undo
5128 5128
 
5129 5129
   public function setCostCenter($costCenter)
5130 5130
   {
5131
-    $this->costCenter = $costCenter;
5131
+	$this->costCenter = $costCenter;
5132 5132
   }
5133 5133
   public function getCostCenter()
5134 5134
   {
5135
-    return $this->costCenter;
5135
+	return $this->costCenter;
5136 5136
   }
5137 5137
   public function setCustomType($customType)
5138 5138
   {
5139
-    $this->customType = $customType;
5139
+	$this->customType = $customType;
5140 5140
   }
5141 5141
   public function getCustomType()
5142 5142
   {
5143
-    return $this->customType;
5143
+	return $this->customType;
5144 5144
   }
5145 5145
   public function setDepartment($department)
5146 5146
   {
5147
-    $this->department = $department;
5147
+	$this->department = $department;
5148 5148
   }
5149 5149
   public function getDepartment()
5150 5150
   {
5151
-    return $this->department;
5151
+	return $this->department;
5152 5152
   }
5153 5153
   public function setDescription($description)
5154 5154
   {
5155
-    $this->description = $description;
5155
+	$this->description = $description;
5156 5156
   }
5157 5157
   public function getDescription()
5158 5158
   {
5159
-    return $this->description;
5159
+	return $this->description;
5160 5160
   }
5161 5161
   public function setDomain($domain)
5162 5162
   {
5163
-    $this->domain = $domain;
5163
+	$this->domain = $domain;
5164 5164
   }
5165 5165
   public function getDomain()
5166 5166
   {
5167
-    return $this->domain;
5167
+	return $this->domain;
5168 5168
   }
5169 5169
   public function setLocation($location)
5170 5170
   {
5171
-    $this->location = $location;
5171
+	$this->location = $location;
5172 5172
   }
5173 5173
   public function getLocation()
5174 5174
   {
5175
-    return $this->location;
5175
+	return $this->location;
5176 5176
   }
5177 5177
   public function setName($name)
5178 5178
   {
5179
-    $this->name = $name;
5179
+	$this->name = $name;
5180 5180
   }
5181 5181
   public function getName()
5182 5182
   {
5183
-    return $this->name;
5183
+	return $this->name;
5184 5184
   }
5185 5185
   public function setPrimary($primary)
5186 5186
   {
5187
-    $this->primary = $primary;
5187
+	$this->primary = $primary;
5188 5188
   }
5189 5189
   public function getPrimary()
5190 5190
   {
5191
-    return $this->primary;
5191
+	return $this->primary;
5192 5192
   }
5193 5193
   public function setSymbol($symbol)
5194 5194
   {
5195
-    $this->symbol = $symbol;
5195
+	$this->symbol = $symbol;
5196 5196
   }
5197 5197
   public function getSymbol()
5198 5198
   {
5199
-    return $this->symbol;
5199
+	return $this->symbol;
5200 5200
   }
5201 5201
   public function setTitle($title)
5202 5202
   {
5203
-    $this->title = $title;
5203
+	$this->title = $title;
5204 5204
   }
5205 5205
   public function getTitle()
5206 5206
   {
5207
-    return $this->title;
5207
+	return $this->title;
5208 5208
   }
5209 5209
   public function setType($type)
5210 5210
   {
5211
-    $this->type = $type;
5211
+	$this->type = $type;
5212 5212
   }
5213 5213
   public function getType()
5214 5214
   {
5215
-    return $this->type;
5215
+	return $this->type;
5216 5216
   }
5217 5217
 }
5218 5218
 
@@ -5228,35 +5228,35 @@  discard block
 block discarded – undo
5228 5228
 
5229 5229
   public function setCustomType($customType)
5230 5230
   {
5231
-    $this->customType = $customType;
5231
+	$this->customType = $customType;
5232 5232
   }
5233 5233
   public function getCustomType()
5234 5234
   {
5235
-    return $this->customType;
5235
+	return $this->customType;
5236 5236
   }
5237 5237
   public function setPrimary($primary)
5238 5238
   {
5239
-    $this->primary = $primary;
5239
+	$this->primary = $primary;
5240 5240
   }
5241 5241
   public function getPrimary()
5242 5242
   {
5243
-    return $this->primary;
5243
+	return $this->primary;
5244 5244
   }
5245 5245
   public function setType($type)
5246 5246
   {
5247
-    $this->type = $type;
5247
+	$this->type = $type;
5248 5248
   }
5249 5249
   public function getType()
5250 5250
   {
5251
-    return $this->type;
5251
+	return $this->type;
5252 5252
   }
5253 5253
   public function setValue($value)
5254 5254
   {
5255
-    $this->value = $value;
5255
+	$this->value = $value;
5256 5256
   }
5257 5257
   public function getValue()
5258 5258
   {
5259
-    return $this->value;
5259
+	return $this->value;
5260 5260
   }
5261 5261
 }
5262 5262
 
@@ -5276,67 +5276,67 @@  discard block
 block discarded – undo
5276 5276
 
5277 5277
   public function setEtag($etag)
5278 5278
   {
5279
-    $this->etag = $etag;
5279
+	$this->etag = $etag;
5280 5280
   }
5281 5281
   public function getEtag()
5282 5282
   {
5283
-    return $this->etag;
5283
+	return $this->etag;
5284 5284
   }
5285 5285
   public function setHeight($height)
5286 5286
   {
5287
-    $this->height = $height;
5287
+	$this->height = $height;
5288 5288
   }
5289 5289
   public function getHeight()
5290 5290
   {
5291
-    return $this->height;
5291
+	return $this->height;
5292 5292
   }
5293 5293
   public function setId($id)
5294 5294
   {
5295
-    $this->id = $id;
5295
+	$this->id = $id;
5296 5296
   }
5297 5297
   public function getId()
5298 5298
   {
5299
-    return $this->id;
5299
+	return $this->id;
5300 5300
   }
5301 5301
   public function setKind($kind)
5302 5302
   {
5303
-    $this->kind = $kind;
5303
+	$this->kind = $kind;
5304 5304
   }
5305 5305
   public function getKind()
5306 5306
   {
5307
-    return $this->kind;
5307
+	return $this->kind;
5308 5308
   }
5309 5309
   public function setMimeType($mimeType)
5310 5310
   {
5311
-    $this->mimeType = $mimeType;
5311
+	$this->mimeType = $mimeType;
5312 5312
   }
5313 5313
   public function getMimeType()
5314 5314
   {
5315
-    return $this->mimeType;
5315
+	return $this->mimeType;
5316 5316
   }
5317 5317
   public function setPhotoData($photoData)
5318 5318
   {
5319
-    $this->photoData = $photoData;
5319
+	$this->photoData = $photoData;
5320 5320
   }
5321 5321
   public function getPhotoData()
5322 5322
   {
5323
-    return $this->photoData;
5323
+	return $this->photoData;
5324 5324
   }
5325 5325
   public function setPrimaryEmail($primaryEmail)
5326 5326
   {
5327
-    $this->primaryEmail = $primaryEmail;
5327
+	$this->primaryEmail = $primaryEmail;
5328 5328
   }
5329 5329
   public function getPrimaryEmail()
5330 5330
   {
5331
-    return $this->primaryEmail;
5331
+	return $this->primaryEmail;
5332 5332
   }
5333 5333
   public function setWidth($width)
5334 5334
   {
5335
-    $this->width = $width;
5335
+	$this->width = $width;
5336 5336
   }
5337 5337
   public function getWidth()
5338 5338
   {
5339
-    return $this->width;
5339
+	return $this->width;
5340 5340
   }
5341 5341
 }
5342 5342
 
@@ -5351,27 +5351,27 @@  discard block
 block discarded – undo
5351 5351
 
5352 5352
   public function setCustomType($customType)
5353 5353
   {
5354
-    $this->customType = $customType;
5354
+	$this->customType = $customType;
5355 5355
   }
5356 5356
   public function getCustomType()
5357 5357
   {
5358
-    return $this->customType;
5358
+	return $this->customType;
5359 5359
   }
5360 5360
   public function setType($type)
5361 5361
   {
5362
-    $this->type = $type;
5362
+	$this->type = $type;
5363 5363
   }
5364 5364
   public function getType()
5365 5365
   {
5366
-    return $this->type;
5366
+	return $this->type;
5367 5367
   }
5368 5368
   public function setValue($value)
5369 5369
   {
5370
-    $this->value = $value;
5370
+	$this->value = $value;
5371 5371
   }
5372 5372
   public function getValue()
5373 5373
   {
5374
-    return $this->value;
5374
+	return $this->value;
5375 5375
   }
5376 5376
 }
5377 5377
 
@@ -5384,11 +5384,11 @@  discard block
 block discarded – undo
5384 5384
 
5385 5385
   public function setOrgUnitPath($orgUnitPath)
5386 5386
   {
5387
-    $this->orgUnitPath = $orgUnitPath;
5387
+	$this->orgUnitPath = $orgUnitPath;
5388 5388
   }
5389 5389
   public function getOrgUnitPath()
5390 5390
   {
5391
-    return $this->orgUnitPath;
5391
+	return $this->orgUnitPath;
5392 5392
   }
5393 5393
 }
5394 5394
 
@@ -5404,35 +5404,35 @@  discard block
 block discarded – undo
5404 5404
 
5405 5405
   public function setCustomType($customType)
5406 5406
   {
5407
-    $this->customType = $customType;
5407
+	$this->customType = $customType;
5408 5408
   }
5409 5409
   public function getCustomType()
5410 5410
   {
5411
-    return $this->customType;
5411
+	return $this->customType;
5412 5412
   }
5413 5413
   public function setPrimary($primary)
5414 5414
   {
5415
-    $this->primary = $primary;
5415
+	$this->primary = $primary;
5416 5416
   }
5417 5417
   public function getPrimary()
5418 5418
   {
5419
-    return $this->primary;
5419
+	return $this->primary;
5420 5420
   }
5421 5421
   public function setType($type)
5422 5422
   {
5423
-    $this->type = $type;
5423
+	$this->type = $type;
5424 5424
   }
5425 5425
   public function getType()
5426 5426
   {
5427
-    return $this->type;
5427
+	return $this->type;
5428 5428
   }
5429 5429
   public function setValue($value)
5430 5430
   {
5431
-    $this->value = $value;
5431
+	$this->value = $value;
5432 5432
   }
5433 5433
   public function getValue()
5434 5434
   {
5435
-    return $this->value;
5435
+	return $this->value;
5436 5436
   }
5437 5437
 }
5438 5438
 
@@ -5440,7 +5440,7 @@  discard block
 block discarded – undo
5440 5440
 {
5441 5441
   protected $collection_key = 'users';
5442 5442
   protected $internal_gapi_mappings = array(
5443
-        "triggerEvent" => "trigger_event",
5443
+		"triggerEvent" => "trigger_event",
5444 5444
   );
5445 5445
   public $etag;
5446 5446
   public $kind;
@@ -5452,43 +5452,43 @@  discard block
 block discarded – undo
5452 5452
 
5453 5453
   public function setEtag($etag)
5454 5454
   {
5455
-    $this->etag = $etag;
5455
+	$this->etag = $etag;
5456 5456
   }
5457 5457
   public function getEtag()
5458 5458
   {
5459
-    return $this->etag;
5459
+	return $this->etag;
5460 5460
   }
5461 5461
   public function setKind($kind)
5462 5462
   {
5463
-    $this->kind = $kind;
5463
+	$this->kind = $kind;
5464 5464
   }
5465 5465
   public function getKind()
5466 5466
   {
5467
-    return $this->kind;
5467
+	return $this->kind;
5468 5468
   }
5469 5469
   public function setNextPageToken($nextPageToken)
5470 5470
   {
5471
-    $this->nextPageToken = $nextPageToken;
5471
+	$this->nextPageToken = $nextPageToken;
5472 5472
   }
5473 5473
   public function getNextPageToken()
5474 5474
   {
5475
-    return $this->nextPageToken;
5475
+	return $this->nextPageToken;
5476 5476
   }
5477 5477
   public function setTriggerEvent($triggerEvent)
5478 5478
   {
5479
-    $this->triggerEvent = $triggerEvent;
5479
+	$this->triggerEvent = $triggerEvent;
5480 5480
   }
5481 5481
   public function getTriggerEvent()
5482 5482
   {
5483
-    return $this->triggerEvent;
5483
+	return $this->triggerEvent;
5484 5484
   }
5485 5485
   public function setUsers($users)
5486 5486
   {
5487
-    $this->users = $users;
5487
+	$this->users = $users;
5488 5488
   }
5489 5489
   public function getUsers()
5490 5490
   {
5491
-    return $this->users;
5491
+	return $this->users;
5492 5492
   }
5493 5493
 }
5494 5494
 
@@ -5504,35 +5504,35 @@  discard block
 block discarded – undo
5504 5504
 
5505 5505
   public function setEtag($etag)
5506 5506
   {
5507
-    $this->etag = $etag;
5507
+	$this->etag = $etag;
5508 5508
   }
5509 5509
   public function getEtag()
5510 5510
   {
5511
-    return $this->etag;
5511
+	return $this->etag;
5512 5512
   }
5513 5513
   public function setKind($kind)
5514 5514
   {
5515
-    $this->kind = $kind;
5515
+	$this->kind = $kind;
5516 5516
   }
5517 5517
   public function getKind()
5518 5518
   {
5519
-    return $this->kind;
5519
+	return $this->kind;
5520 5520
   }
5521 5521
   public function setUserId($userId)
5522 5522
   {
5523
-    $this->userId = $userId;
5523
+	$this->userId = $userId;
5524 5524
   }
5525 5525
   public function getUserId()
5526 5526
   {
5527
-    return $this->userId;
5527
+	return $this->userId;
5528 5528
   }
5529 5529
   public function setVerificationCode($verificationCode)
5530 5530
   {
5531
-    $this->verificationCode = $verificationCode;
5531
+	$this->verificationCode = $verificationCode;
5532 5532
   }
5533 5533
   public function getVerificationCode()
5534 5534
   {
5535
-    return $this->verificationCode;
5535
+	return $this->verificationCode;
5536 5536
   }
5537 5537
 }
5538 5538
 
@@ -5549,26 +5549,26 @@  discard block
 block discarded – undo
5549 5549
 
5550 5550
   public function setEtag($etag)
5551 5551
   {
5552
-    $this->etag = $etag;
5552
+	$this->etag = $etag;
5553 5553
   }
5554 5554
   public function getEtag()
5555 5555
   {
5556
-    return $this->etag;
5556
+	return $this->etag;
5557 5557
   }
5558 5558
   public function setItems($items)
5559 5559
   {
5560
-    $this->items = $items;
5560
+	$this->items = $items;
5561 5561
   }
5562 5562
   public function getItems()
5563 5563
   {
5564
-    return $this->items;
5564
+	return $this->items;
5565 5565
   }
5566 5566
   public function setKind($kind)
5567 5567
   {
5568
-    $this->kind = $kind;
5568
+	$this->kind = $kind;
5569 5569
   }
5570 5570
   public function getKind()
5571 5571
   {
5572
-    return $this->kind;
5572
+	return $this->kind;
5573 5573
   }
5574 5574
 }
Please login to merge, or discard this patch.
Spacing   +52 added lines, -52 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
                   'required' => true,
142 142
                 ),
143 143
               ),
144
-            ),'get' => array(
144
+            ), 'get' => array(
145 145
               'path' => 'users/{userKey}/asps/{codeId}',
146 146
               'httpMethod' => 'GET',
147 147
               'parameters' => array(
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
                   'required' => true,
157 157
                 ),
158 158
               ),
159
-            ),'list' => array(
159
+            ), 'list' => array(
160 160
               'path' => 'users/{userKey}/asps',
161 161
               'httpMethod' => 'GET',
162 162
               'parameters' => array(
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
                   'type' => 'string',
210 210
                 ),
211 211
               ),
212
-            ),'list' => array(
212
+            ), 'list' => array(
213 213
               'path' => 'customer/{customerId}/devices/chromeos',
214 214
               'httpMethod' => 'GET',
215 215
               'parameters' => array(
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
                   'type' => 'string',
244 244
                 ),
245 245
               ),
246
-            ),'patch' => array(
246
+            ), 'patch' => array(
247 247
               'path' => 'customer/{customerId}/devices/chromeos/{deviceId}',
248 248
               'httpMethod' => 'PATCH',
249 249
               'parameters' => array(
@@ -262,7 +262,7 @@  discard block
 block discarded – undo
262 262
                   'type' => 'string',
263 263
                 ),
264 264
               ),
265
-            ),'update' => array(
265
+            ), 'update' => array(
266 266
               'path' => 'customer/{customerId}/devices/chromeos/{deviceId}',
267 267
               'httpMethod' => 'PUT',
268 268
               'parameters' => array(
@@ -301,7 +301,7 @@  discard block
 block discarded – undo
301 301
                   'required' => true,
302 302
                 ),
303 303
               ),
304
-            ),'get' => array(
304
+            ), 'get' => array(
305 305
               'path' => 'groups/{groupKey}',
306 306
               'httpMethod' => 'GET',
307 307
               'parameters' => array(
@@ -311,11 +311,11 @@  discard block
 block discarded – undo
311 311
                   'required' => true,
312 312
                 ),
313 313
               ),
314
-            ),'insert' => array(
314
+            ), 'insert' => array(
315 315
               'path' => 'groups',
316 316
               'httpMethod' => 'POST',
317 317
               'parameters' => array(),
318
-            ),'list' => array(
318
+            ), 'list' => array(
319 319
               'path' => 'groups',
320 320
               'httpMethod' => 'GET',
321 321
               'parameters' => array(
@@ -340,7 +340,7 @@  discard block
 block discarded – undo
340 340
                   'type' => 'string',
341 341
                 ),
342 342
               ),
343
-            ),'patch' => array(
343
+            ), 'patch' => array(
344 344
               'path' => 'groups/{groupKey}',
345 345
               'httpMethod' => 'PATCH',
346 346
               'parameters' => array(
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
                   'required' => true,
351 351
                 ),
352 352
               ),
353
-            ),'update' => array(
353
+            ), 'update' => array(
354 354
               'path' => 'groups/{groupKey}',
355 355
               'httpMethod' => 'PUT',
356 356
               'parameters' => array(
@@ -385,7 +385,7 @@  discard block
 block discarded – undo
385 385
                   'required' => true,
386 386
                 ),
387 387
               ),
388
-            ),'insert' => array(
388
+            ), 'insert' => array(
389 389
               'path' => 'groups/{groupKey}/aliases',
390 390
               'httpMethod' => 'POST',
391 391
               'parameters' => array(
@@ -395,7 +395,7 @@  discard block
 block discarded – undo
395 395
                   'required' => true,
396 396
                 ),
397 397
               ),
398
-            ),'list' => array(
398
+            ), 'list' => array(
399 399
               'path' => 'groups/{groupKey}/aliases',
400 400
               'httpMethod' => 'GET',
401 401
               'parameters' => array(
@@ -430,7 +430,7 @@  discard block
 block discarded – undo
430 430
                   'required' => true,
431 431
                 ),
432 432
               ),
433
-            ),'get' => array(
433
+            ), 'get' => array(
434 434
               'path' => 'groups/{groupKey}/members/{memberKey}',
435 435
               'httpMethod' => 'GET',
436 436
               'parameters' => array(
@@ -445,7 +445,7 @@  discard block
 block discarded – undo
445 445
                   'required' => true,
446 446
                 ),
447 447
               ),
448
-            ),'insert' => array(
448
+            ), 'insert' => array(
449 449
               'path' => 'groups/{groupKey}/members',
450 450
               'httpMethod' => 'POST',
451 451
               'parameters' => array(
@@ -455,7 +455,7 @@  discard block
 block discarded – undo
455 455
                   'required' => true,
456 456
                 ),
457 457
               ),
458
-            ),'list' => array(
458
+            ), 'list' => array(
459 459
               'path' => 'groups/{groupKey}/members',
460 460
               'httpMethod' => 'GET',
461 461
               'parameters' => array(
@@ -477,7 +477,7 @@  discard block
 block discarded – undo
477 477
                   'type' => 'integer',
478 478
                 ),
479 479
               ),
480
-            ),'patch' => array(
480
+            ), 'patch' => array(
481 481
               'path' => 'groups/{groupKey}/members/{memberKey}',
482 482
               'httpMethod' => 'PATCH',
483 483
               'parameters' => array(
@@ -492,7 +492,7 @@  discard block
 block discarded – undo
492 492
                   'required' => true,
493 493
                 ),
494 494
               ),
495
-            ),'update' => array(
495
+            ), 'update' => array(
496 496
               'path' => 'groups/{groupKey}/members/{memberKey}',
497 497
               'httpMethod' => 'PUT',
498 498
               'parameters' => array(
@@ -532,7 +532,7 @@  discard block
 block discarded – undo
532 532
                   'required' => true,
533 533
                 ),
534 534
               ),
535
-            ),'delete' => array(
535
+            ), 'delete' => array(
536 536
               'path' => 'customer/{customerId}/devices/mobile/{resourceId}',
537 537
               'httpMethod' => 'DELETE',
538 538
               'parameters' => array(
@@ -547,7 +547,7 @@  discard block
 block discarded – undo
547 547
                   'required' => true,
548 548
                 ),
549 549
               ),
550
-            ),'get' => array(
550
+            ), 'get' => array(
551 551
               'path' => 'customer/{customerId}/devices/mobile/{resourceId}',
552 552
               'httpMethod' => 'GET',
553 553
               'parameters' => array(
@@ -566,7 +566,7 @@  discard block
 block discarded – undo
566 566
                   'type' => 'string',
567 567
                 ),
568 568
               ),
569
-            ),'list' => array(
569
+            ), 'list' => array(
570 570
               'path' => 'customer/{customerId}/devices/mobile',
571 571
               'httpMethod' => 'GET',
572 572
               'parameters' => array(
@@ -625,7 +625,7 @@  discard block
 block discarded – undo
625 625
                   'required' => true,
626 626
                 ),
627 627
               ),
628
-            ),'get' => array(
628
+            ), 'get' => array(
629 629
               'path' => 'customer/{customer}/notifications/{notificationId}',
630 630
               'httpMethod' => 'GET',
631 631
               'parameters' => array(
@@ -640,7 +640,7 @@  discard block
 block discarded – undo
640 640
                   'required' => true,
641 641
                 ),
642 642
               ),
643
-            ),'list' => array(
643
+            ), 'list' => array(
644 644
               'path' => 'customer/{customer}/notifications',
645 645
               'httpMethod' => 'GET',
646 646
               'parameters' => array(
@@ -662,7 +662,7 @@  discard block
 block discarded – undo
662 662
                   'type' => 'string',
663 663
                 ),
664 664
               ),
665
-            ),'patch' => array(
665
+            ), 'patch' => array(
666 666
               'path' => 'customer/{customer}/notifications/{notificationId}',
667 667
               'httpMethod' => 'PATCH',
668 668
               'parameters' => array(
@@ -677,7 +677,7 @@  discard block
 block discarded – undo
677 677
                   'required' => true,
678 678
                 ),
679 679
               ),
680
-            ),'update' => array(
680
+            ), 'update' => array(
681 681
               'path' => 'customer/{customer}/notifications/{notificationId}',
682 682
               'httpMethod' => 'PUT',
683 683
               'parameters' => array(
@@ -718,7 +718,7 @@  discard block
 block discarded – undo
718 718
                   'required' => true,
719 719
                 ),
720 720
               ),
721
-            ),'get' => array(
721
+            ), 'get' => array(
722 722
               'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
723 723
               'httpMethod' => 'GET',
724 724
               'parameters' => array(
@@ -734,7 +734,7 @@  discard block
 block discarded – undo
734 734
                   'required' => true,
735 735
                 ),
736 736
               ),
737
-            ),'insert' => array(
737
+            ), 'insert' => array(
738 738
               'path' => 'customer/{customerId}/orgunits',
739 739
               'httpMethod' => 'POST',
740 740
               'parameters' => array(
@@ -744,7 +744,7 @@  discard block
 block discarded – undo
744 744
                   'required' => true,
745 745
                 ),
746 746
               ),
747
-            ),'list' => array(
747
+            ), 'list' => array(
748 748
               'path' => 'customer/{customerId}/orgunits',
749 749
               'httpMethod' => 'GET',
750 750
               'parameters' => array(
@@ -762,7 +762,7 @@  discard block
 block discarded – undo
762 762
                   'type' => 'string',
763 763
                 ),
764 764
               ),
765
-            ),'patch' => array(
765
+            ), 'patch' => array(
766 766
               'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
767 767
               'httpMethod' => 'PATCH',
768 768
               'parameters' => array(
@@ -778,7 +778,7 @@  discard block
 block discarded – undo
778 778
                   'required' => true,
779 779
                 ),
780 780
               ),
781
-            ),'update' => array(
781
+            ), 'update' => array(
782 782
               'path' => 'customer/{customerId}/orgunits{/orgUnitPath*}',
783 783
               'httpMethod' => 'PUT',
784 784
               'parameters' => array(
@@ -819,7 +819,7 @@  discard block
 block discarded – undo
819 819
                   'required' => true,
820 820
                 ),
821 821
               ),
822
-            ),'get' => array(
822
+            ), 'get' => array(
823 823
               'path' => 'customer/{customerId}/schemas/{schemaKey}',
824 824
               'httpMethod' => 'GET',
825 825
               'parameters' => array(
@@ -834,7 +834,7 @@  discard block
 block discarded – undo
834 834
                   'required' => true,
835 835
                 ),
836 836
               ),
837
-            ),'insert' => array(
837
+            ), 'insert' => array(
838 838
               'path' => 'customer/{customerId}/schemas',
839 839
               'httpMethod' => 'POST',
840 840
               'parameters' => array(
@@ -844,7 +844,7 @@  discard block
 block discarded – undo
844 844
                   'required' => true,
845 845
                 ),
846 846
               ),
847
-            ),'list' => array(
847
+            ), 'list' => array(
848 848
               'path' => 'customer/{customerId}/schemas',
849 849
               'httpMethod' => 'GET',
850 850
               'parameters' => array(
@@ -854,7 +854,7 @@  discard block
 block discarded – undo
854 854
                   'required' => true,
855 855
                 ),
856 856
               ),
857
-            ),'patch' => array(
857
+            ), 'patch' => array(
858 858
               'path' => 'customer/{customerId}/schemas/{schemaKey}',
859 859
               'httpMethod' => 'PATCH',
860 860
               'parameters' => array(
@@ -869,7 +869,7 @@  discard block
 block discarded – undo
869 869
                   'required' => true,
870 870
                 ),
871 871
               ),
872
-            ),'update' => array(
872
+            ), 'update' => array(
873 873
               'path' => 'customer/{customerId}/schemas/{schemaKey}',
874 874
               'httpMethod' => 'PUT',
875 875
               'parameters' => array(
@@ -909,7 +909,7 @@  discard block
 block discarded – undo
909 909
                   'required' => true,
910 910
                 ),
911 911
               ),
912
-            ),'get' => array(
912
+            ), 'get' => array(
913 913
               'path' => 'users/{userKey}/tokens/{clientId}',
914 914
               'httpMethod' => 'GET',
915 915
               'parameters' => array(
@@ -924,7 +924,7 @@  discard block
 block discarded – undo
924 924
                   'required' => true,
925 925
                 ),
926 926
               ),
927
-            ),'list' => array(
927
+            ), 'list' => array(
928 928
               'path' => 'users/{userKey}/tokens',
929 929
               'httpMethod' => 'GET',
930 930
               'parameters' => array(
@@ -954,7 +954,7 @@  discard block
 block discarded – undo
954 954
                   'required' => true,
955 955
                 ),
956 956
               ),
957
-            ),'get' => array(
957
+            ), 'get' => array(
958 958
               'path' => 'users/{userKey}',
959 959
               'httpMethod' => 'GET',
960 960
               'parameters' => array(
@@ -976,11 +976,11 @@  discard block
 block discarded – undo
976 976
                   'type' => 'string',
977 977
                 ),
978 978
               ),
979
-            ),'insert' => array(
979
+            ), 'insert' => array(
980 980
               'path' => 'users',
981 981
               'httpMethod' => 'POST',
982 982
               'parameters' => array(),
983
-            ),'list' => array(
983
+            ), 'list' => array(
984 984
               'path' => 'users',
985 985
               'httpMethod' => 'GET',
986 986
               'parameters' => array(
@@ -1033,7 +1033,7 @@  discard block
 block discarded – undo
1033 1033
                   'type' => 'string',
1034 1034
                 ),
1035 1035
               ),
1036
-            ),'makeAdmin' => array(
1036
+            ), 'makeAdmin' => array(
1037 1037
               'path' => 'users/{userKey}/makeAdmin',
1038 1038
               'httpMethod' => 'POST',
1039 1039
               'parameters' => array(
@@ -1043,7 +1043,7 @@  discard block
 block discarded – undo
1043 1043
                   'required' => true,
1044 1044
                 ),
1045 1045
               ),
1046
-            ),'patch' => array(
1046
+            ), 'patch' => array(
1047 1047
               'path' => 'users/{userKey}',
1048 1048
               'httpMethod' => 'PATCH',
1049 1049
               'parameters' => array(
@@ -1053,7 +1053,7 @@  discard block
 block discarded – undo
1053 1053
                   'required' => true,
1054 1054
                 ),
1055 1055
               ),
1056
-            ),'undelete' => array(
1056
+            ), 'undelete' => array(
1057 1057
               'path' => 'users/{userKey}/undelete',
1058 1058
               'httpMethod' => 'POST',
1059 1059
               'parameters' => array(
@@ -1063,7 +1063,7 @@  discard block
 block discarded – undo
1063 1063
                   'required' => true,
1064 1064
                 ),
1065 1065
               ),
1066
-            ),'update' => array(
1066
+            ), 'update' => array(
1067 1067
               'path' => 'users/{userKey}',
1068 1068
               'httpMethod' => 'PUT',
1069 1069
               'parameters' => array(
@@ -1073,7 +1073,7 @@  discard block
 block discarded – undo
1073 1073
                   'required' => true,
1074 1074
                 ),
1075 1075
               ),
1076
-            ),'watch' => array(
1076
+            ), 'watch' => array(
1077 1077
               'path' => 'users/watch',
1078 1078
               'httpMethod' => 'POST',
1079 1079
               'parameters' => array(
@@ -1151,7 +1151,7 @@  discard block
 block discarded – undo
1151 1151
                   'required' => true,
1152 1152
                 ),
1153 1153
               ),
1154
-            ),'insert' => array(
1154
+            ), 'insert' => array(
1155 1155
               'path' => 'users/{userKey}/aliases',
1156 1156
               'httpMethod' => 'POST',
1157 1157
               'parameters' => array(
@@ -1161,7 +1161,7 @@  discard block
 block discarded – undo
1161 1161
                   'required' => true,
1162 1162
                 ),
1163 1163
               ),
1164
-            ),'list' => array(
1164
+            ), 'list' => array(
1165 1165
               'path' => 'users/{userKey}/aliases',
1166 1166
               'httpMethod' => 'GET',
1167 1167
               'parameters' => array(
@@ -1175,7 +1175,7 @@  discard block
 block discarded – undo
1175 1175
                   'type' => 'string',
1176 1176
                 ),
1177 1177
               ),
1178
-            ),'watch' => array(
1178
+            ), 'watch' => array(
1179 1179
               'path' => 'users/{userKey}/aliases/watch',
1180 1180
               'httpMethod' => 'POST',
1181 1181
               'parameters' => array(
@@ -1209,7 +1209,7 @@  discard block
 block discarded – undo
1209 1209
                   'required' => true,
1210 1210
                 ),
1211 1211
               ),
1212
-            ),'get' => array(
1212
+            ), 'get' => array(
1213 1213
               'path' => 'users/{userKey}/photos/thumbnail',
1214 1214
               'httpMethod' => 'GET',
1215 1215
               'parameters' => array(
@@ -1219,7 +1219,7 @@  discard block
 block discarded – undo
1219 1219
                   'required' => true,
1220 1220
                 ),
1221 1221
               ),
1222
-            ),'patch' => array(
1222
+            ), 'patch' => array(
1223 1223
               'path' => 'users/{userKey}/photos/thumbnail',
1224 1224
               'httpMethod' => 'PATCH',
1225 1225
               'parameters' => array(
@@ -1229,7 +1229,7 @@  discard block
 block discarded – undo
1229 1229
                   'required' => true,
1230 1230
                 ),
1231 1231
               ),
1232
-            ),'update' => array(
1232
+            ), 'update' => array(
1233 1233
               'path' => 'users/{userKey}/photos/thumbnail',
1234 1234
               'httpMethod' => 'PUT',
1235 1235
               'parameters' => array(
@@ -1259,7 +1259,7 @@  discard block
 block discarded – undo
1259 1259
                   'required' => true,
1260 1260
                 ),
1261 1261
               ),
1262
-            ),'invalidate' => array(
1262
+            ), 'invalidate' => array(
1263 1263
               'path' => 'users/{userKey}/verificationCodes/invalidate',
1264 1264
               'httpMethod' => 'POST',
1265 1265
               'parameters' => array(
@@ -1269,7 +1269,7 @@  discard block
 block discarded – undo
1269 1269
                   'required' => true,
1270 1270
                 ),
1271 1271
               ),
1272
-            ),'list' => array(
1272
+            ), 'list' => array(
1273 1273
               'path' => 'users/{userKey}/verificationCodes',
1274 1274
               'httpMethod' => 'GET',
1275 1275
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Dns.php 3 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -286,7 +286,7 @@  discard block
 block discarded – undo
286 286
    * @param string $project Identifies the project addressed by this request.
287 287
    * @param string $managedZone Identifies the managed zone addressed by this
288 288
    * request. Can be the managed zone name or id.
289
-   * @param Google_Change $postBody
289
+   * @param Google_Service_Dns_Change $postBody
290 290
    * @param array $optParams Optional parameters.
291 291
    * @return Google_Service_Dns_Change
292 292
    */
@@ -357,7 +357,7 @@  discard block
 block discarded – undo
357 357
    * Create a new ManagedZone. (managedZones.create)
358 358
    *
359 359
    * @param string $project Identifies the project addressed by this request.
360
-   * @param Google_ManagedZone $postBody
360
+   * @param Google_Service_Dns_ManagedZone $postBody
361 361
    * @param array $optParams Optional parameters.
362 362
    * @return Google_Service_Dns_ManagedZone
363 363
    */
Please login to merge, or discard this patch.
Indentation   +319 added lines, -319 removed lines patch added patch discarded remove patch
@@ -33,13 +33,13 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** View and manage your data across Google Cloud Platform services. */
35 35
   const CLOUD_PLATFORM =
36
-      "https://www.googleapis.com/auth/cloud-platform";
36
+	  "https://www.googleapis.com/auth/cloud-platform";
37 37
   /** View your DNS records hosted by Google Cloud DNS. */
38 38
   const NDEV_CLOUDDNS_READONLY =
39
-      "https://www.googleapis.com/auth/ndev.clouddns.readonly";
39
+	  "https://www.googleapis.com/auth/ndev.clouddns.readonly";
40 40
   /** View and manage your DNS records hosted by Google Cloud DNS. */
41 41
   const NDEV_CLOUDDNS_READWRITE =
42
-      "https://www.googleapis.com/auth/ndev.clouddns.readwrite";
42
+	  "https://www.googleapis.com/auth/ndev.clouddns.readwrite";
43 43
 
44 44
   public $changes;
45 45
   public $managedZones;
@@ -54,217 +54,217 @@  discard block
 block discarded – undo
54 54
    */
55 55
   public function __construct(Google_Client $client)
56 56
   {
57
-    parent::__construct($client);
58
-    $this->rootUrl = 'https://www.googleapis.com/';
59
-    $this->servicePath = 'dns/v1/projects/';
60
-    $this->version = 'v1';
61
-    $this->serviceName = 'dns';
62
-
63
-    $this->changes = new Google_Service_Dns_Changes_Resource(
64
-        $this,
65
-        $this->serviceName,
66
-        'changes',
67
-        array(
68
-          'methods' => array(
69
-            'create' => array(
70
-              'path' => '{project}/managedZones/{managedZone}/changes',
71
-              'httpMethod' => 'POST',
72
-              'parameters' => array(
73
-                'project' => array(
74
-                  'location' => 'path',
75
-                  'type' => 'string',
76
-                  'required' => true,
77
-                ),
78
-                'managedZone' => array(
79
-                  'location' => 'path',
80
-                  'type' => 'string',
81
-                  'required' => true,
82
-                ),
83
-              ),
84
-            ),'get' => array(
85
-              'path' => '{project}/managedZones/{managedZone}/changes/{changeId}',
86
-              'httpMethod' => 'GET',
87
-              'parameters' => array(
88
-                'project' => array(
89
-                  'location' => 'path',
90
-                  'type' => 'string',
91
-                  'required' => true,
92
-                ),
93
-                'managedZone' => array(
94
-                  'location' => 'path',
95
-                  'type' => 'string',
96
-                  'required' => true,
97
-                ),
98
-                'changeId' => array(
99
-                  'location' => 'path',
100
-                  'type' => 'string',
101
-                  'required' => true,
102
-                ),
103
-              ),
104
-            ),'list' => array(
105
-              'path' => '{project}/managedZones/{managedZone}/changes',
106
-              'httpMethod' => 'GET',
107
-              'parameters' => array(
108
-                'project' => array(
109
-                  'location' => 'path',
110
-                  'type' => 'string',
111
-                  'required' => true,
112
-                ),
113
-                'managedZone' => array(
114
-                  'location' => 'path',
115
-                  'type' => 'string',
116
-                  'required' => true,
117
-                ),
118
-                'maxResults' => array(
119
-                  'location' => 'query',
120
-                  'type' => 'integer',
121
-                ),
122
-                'pageToken' => array(
123
-                  'location' => 'query',
124
-                  'type' => 'string',
125
-                ),
126
-                'sortBy' => array(
127
-                  'location' => 'query',
128
-                  'type' => 'string',
129
-                ),
130
-                'sortOrder' => array(
131
-                  'location' => 'query',
132
-                  'type' => 'string',
133
-                ),
134
-              ),
135
-            ),
136
-          )
137
-        )
138
-    );
139
-    $this->managedZones = new Google_Service_Dns_ManagedZones_Resource(
140
-        $this,
141
-        $this->serviceName,
142
-        'managedZones',
143
-        array(
144
-          'methods' => array(
145
-            'create' => array(
146
-              'path' => '{project}/managedZones',
147
-              'httpMethod' => 'POST',
148
-              'parameters' => array(
149
-                'project' => array(
150
-                  'location' => 'path',
151
-                  'type' => 'string',
152
-                  'required' => true,
153
-                ),
154
-              ),
155
-            ),'delete' => array(
156
-              'path' => '{project}/managedZones/{managedZone}',
157
-              'httpMethod' => 'DELETE',
158
-              'parameters' => array(
159
-                'project' => array(
160
-                  'location' => 'path',
161
-                  'type' => 'string',
162
-                  'required' => true,
163
-                ),
164
-                'managedZone' => array(
165
-                  'location' => 'path',
166
-                  'type' => 'string',
167
-                  'required' => true,
168
-                ),
169
-              ),
170
-            ),'get' => array(
171
-              'path' => '{project}/managedZones/{managedZone}',
172
-              'httpMethod' => 'GET',
173
-              'parameters' => array(
174
-                'project' => array(
175
-                  'location' => 'path',
176
-                  'type' => 'string',
177
-                  'required' => true,
178
-                ),
179
-                'managedZone' => array(
180
-                  'location' => 'path',
181
-                  'type' => 'string',
182
-                  'required' => true,
183
-                ),
184
-              ),
185
-            ),'list' => array(
186
-              'path' => '{project}/managedZones',
187
-              'httpMethod' => 'GET',
188
-              'parameters' => array(
189
-                'project' => array(
190
-                  'location' => 'path',
191
-                  'type' => 'string',
192
-                  'required' => true,
193
-                ),
194
-                'pageToken' => array(
195
-                  'location' => 'query',
196
-                  'type' => 'string',
197
-                ),
198
-                'maxResults' => array(
199
-                  'location' => 'query',
200
-                  'type' => 'integer',
201
-                ),
202
-              ),
203
-            ),
204
-          )
205
-        )
206
-    );
207
-    $this->projects = new Google_Service_Dns_Projects_Resource(
208
-        $this,
209
-        $this->serviceName,
210
-        'projects',
211
-        array(
212
-          'methods' => array(
213
-            'get' => array(
214
-              'path' => '{project}',
215
-              'httpMethod' => 'GET',
216
-              'parameters' => array(
217
-                'project' => array(
218
-                  'location' => 'path',
219
-                  'type' => 'string',
220
-                  'required' => true,
221
-                ),
222
-              ),
223
-            ),
224
-          )
225
-        )
226
-    );
227
-    $this->resourceRecordSets = new Google_Service_Dns_ResourceRecordSets_Resource(
228
-        $this,
229
-        $this->serviceName,
230
-        'resourceRecordSets',
231
-        array(
232
-          'methods' => array(
233
-            'list' => array(
234
-              'path' => '{project}/managedZones/{managedZone}/rrsets',
235
-              'httpMethod' => 'GET',
236
-              'parameters' => array(
237
-                'project' => array(
238
-                  'location' => 'path',
239
-                  'type' => 'string',
240
-                  'required' => true,
241
-                ),
242
-                'managedZone' => array(
243
-                  'location' => 'path',
244
-                  'type' => 'string',
245
-                  'required' => true,
246
-                ),
247
-                'name' => array(
248
-                  'location' => 'query',
249
-                  'type' => 'string',
250
-                ),
251
-                'maxResults' => array(
252
-                  'location' => 'query',
253
-                  'type' => 'integer',
254
-                ),
255
-                'pageToken' => array(
256
-                  'location' => 'query',
257
-                  'type' => 'string',
258
-                ),
259
-                'type' => array(
260
-                  'location' => 'query',
261
-                  'type' => 'string',
262
-                ),
263
-              ),
264
-            ),
265
-          )
266
-        )
267
-    );
57
+	parent::__construct($client);
58
+	$this->rootUrl = 'https://www.googleapis.com/';
59
+	$this->servicePath = 'dns/v1/projects/';
60
+	$this->version = 'v1';
61
+	$this->serviceName = 'dns';
62
+
63
+	$this->changes = new Google_Service_Dns_Changes_Resource(
64
+		$this,
65
+		$this->serviceName,
66
+		'changes',
67
+		array(
68
+		  'methods' => array(
69
+			'create' => array(
70
+			  'path' => '{project}/managedZones/{managedZone}/changes',
71
+			  'httpMethod' => 'POST',
72
+			  'parameters' => array(
73
+				'project' => array(
74
+				  'location' => 'path',
75
+				  'type' => 'string',
76
+				  'required' => true,
77
+				),
78
+				'managedZone' => array(
79
+				  'location' => 'path',
80
+				  'type' => 'string',
81
+				  'required' => true,
82
+				),
83
+			  ),
84
+			),'get' => array(
85
+			  'path' => '{project}/managedZones/{managedZone}/changes/{changeId}',
86
+			  'httpMethod' => 'GET',
87
+			  'parameters' => array(
88
+				'project' => array(
89
+				  'location' => 'path',
90
+				  'type' => 'string',
91
+				  'required' => true,
92
+				),
93
+				'managedZone' => array(
94
+				  'location' => 'path',
95
+				  'type' => 'string',
96
+				  'required' => true,
97
+				),
98
+				'changeId' => array(
99
+				  'location' => 'path',
100
+				  'type' => 'string',
101
+				  'required' => true,
102
+				),
103
+			  ),
104
+			),'list' => array(
105
+			  'path' => '{project}/managedZones/{managedZone}/changes',
106
+			  'httpMethod' => 'GET',
107
+			  'parameters' => array(
108
+				'project' => array(
109
+				  'location' => 'path',
110
+				  'type' => 'string',
111
+				  'required' => true,
112
+				),
113
+				'managedZone' => array(
114
+				  'location' => 'path',
115
+				  'type' => 'string',
116
+				  'required' => true,
117
+				),
118
+				'maxResults' => array(
119
+				  'location' => 'query',
120
+				  'type' => 'integer',
121
+				),
122
+				'pageToken' => array(
123
+				  'location' => 'query',
124
+				  'type' => 'string',
125
+				),
126
+				'sortBy' => array(
127
+				  'location' => 'query',
128
+				  'type' => 'string',
129
+				),
130
+				'sortOrder' => array(
131
+				  'location' => 'query',
132
+				  'type' => 'string',
133
+				),
134
+			  ),
135
+			),
136
+		  )
137
+		)
138
+	);
139
+	$this->managedZones = new Google_Service_Dns_ManagedZones_Resource(
140
+		$this,
141
+		$this->serviceName,
142
+		'managedZones',
143
+		array(
144
+		  'methods' => array(
145
+			'create' => array(
146
+			  'path' => '{project}/managedZones',
147
+			  'httpMethod' => 'POST',
148
+			  'parameters' => array(
149
+				'project' => array(
150
+				  'location' => 'path',
151
+				  'type' => 'string',
152
+				  'required' => true,
153
+				),
154
+			  ),
155
+			),'delete' => array(
156
+			  'path' => '{project}/managedZones/{managedZone}',
157
+			  'httpMethod' => 'DELETE',
158
+			  'parameters' => array(
159
+				'project' => array(
160
+				  'location' => 'path',
161
+				  'type' => 'string',
162
+				  'required' => true,
163
+				),
164
+				'managedZone' => array(
165
+				  'location' => 'path',
166
+				  'type' => 'string',
167
+				  'required' => true,
168
+				),
169
+			  ),
170
+			),'get' => array(
171
+			  'path' => '{project}/managedZones/{managedZone}',
172
+			  'httpMethod' => 'GET',
173
+			  'parameters' => array(
174
+				'project' => array(
175
+				  'location' => 'path',
176
+				  'type' => 'string',
177
+				  'required' => true,
178
+				),
179
+				'managedZone' => array(
180
+				  'location' => 'path',
181
+				  'type' => 'string',
182
+				  'required' => true,
183
+				),
184
+			  ),
185
+			),'list' => array(
186
+			  'path' => '{project}/managedZones',
187
+			  'httpMethod' => 'GET',
188
+			  'parameters' => array(
189
+				'project' => array(
190
+				  'location' => 'path',
191
+				  'type' => 'string',
192
+				  'required' => true,
193
+				),
194
+				'pageToken' => array(
195
+				  'location' => 'query',
196
+				  'type' => 'string',
197
+				),
198
+				'maxResults' => array(
199
+				  'location' => 'query',
200
+				  'type' => 'integer',
201
+				),
202
+			  ),
203
+			),
204
+		  )
205
+		)
206
+	);
207
+	$this->projects = new Google_Service_Dns_Projects_Resource(
208
+		$this,
209
+		$this->serviceName,
210
+		'projects',
211
+		array(
212
+		  'methods' => array(
213
+			'get' => array(
214
+			  'path' => '{project}',
215
+			  'httpMethod' => 'GET',
216
+			  'parameters' => array(
217
+				'project' => array(
218
+				  'location' => 'path',
219
+				  'type' => 'string',
220
+				  'required' => true,
221
+				),
222
+			  ),
223
+			),
224
+		  )
225
+		)
226
+	);
227
+	$this->resourceRecordSets = new Google_Service_Dns_ResourceRecordSets_Resource(
228
+		$this,
229
+		$this->serviceName,
230
+		'resourceRecordSets',
231
+		array(
232
+		  'methods' => array(
233
+			'list' => array(
234
+			  'path' => '{project}/managedZones/{managedZone}/rrsets',
235
+			  'httpMethod' => 'GET',
236
+			  'parameters' => array(
237
+				'project' => array(
238
+				  'location' => 'path',
239
+				  'type' => 'string',
240
+				  'required' => true,
241
+				),
242
+				'managedZone' => array(
243
+				  'location' => 'path',
244
+				  'type' => 'string',
245
+				  'required' => true,
246
+				),
247
+				'name' => array(
248
+				  'location' => 'query',
249
+				  'type' => 'string',
250
+				),
251
+				'maxResults' => array(
252
+				  'location' => 'query',
253
+				  'type' => 'integer',
254
+				),
255
+				'pageToken' => array(
256
+				  'location' => 'query',
257
+				  'type' => 'string',
258
+				),
259
+				'type' => array(
260
+				  'location' => 'query',
261
+				  'type' => 'string',
262
+				),
263
+			  ),
264
+			),
265
+		  )
266
+		)
267
+	);
268 268
   }
269 269
 }
270 270
 
@@ -292,9 +292,9 @@  discard block
 block discarded – undo
292 292
    */
293 293
   public function create($project, $managedZone, Google_Service_Dns_Change $postBody, $optParams = array())
294 294
   {
295
-    $params = array('project' => $project, 'managedZone' => $managedZone, 'postBody' => $postBody);
296
-    $params = array_merge($params, $optParams);
297
-    return $this->call('create', array($params), "Google_Service_Dns_Change");
295
+	$params = array('project' => $project, 'managedZone' => $managedZone, 'postBody' => $postBody);
296
+	$params = array_merge($params, $optParams);
297
+	return $this->call('create', array($params), "Google_Service_Dns_Change");
298 298
   }
299 299
 
300 300
   /**
@@ -310,9 +310,9 @@  discard block
 block discarded – undo
310 310
    */
311 311
   public function get($project, $managedZone, $changeId, $optParams = array())
312 312
   {
313
-    $params = array('project' => $project, 'managedZone' => $managedZone, 'changeId' => $changeId);
314
-    $params = array_merge($params, $optParams);
315
-    return $this->call('get', array($params), "Google_Service_Dns_Change");
313
+	$params = array('project' => $project, 'managedZone' => $managedZone, 'changeId' => $changeId);
314
+	$params = array_merge($params, $optParams);
315
+	return $this->call('get', array($params), "Google_Service_Dns_Change");
316 316
   }
317 317
 
318 318
   /**
@@ -336,9 +336,9 @@  discard block
 block discarded – undo
336 336
    */
337 337
   public function listChanges($project, $managedZone, $optParams = array())
338 338
   {
339
-    $params = array('project' => $project, 'managedZone' => $managedZone);
340
-    $params = array_merge($params, $optParams);
341
-    return $this->call('list', array($params), "Google_Service_Dns_ChangesListResponse");
339
+	$params = array('project' => $project, 'managedZone' => $managedZone);
340
+	$params = array_merge($params, $optParams);
341
+	return $this->call('list', array($params), "Google_Service_Dns_ChangesListResponse");
342 342
   }
343 343
 }
344 344
 
@@ -363,9 +363,9 @@  discard block
 block discarded – undo
363 363
    */
364 364
   public function create($project, Google_Service_Dns_ManagedZone $postBody, $optParams = array())
365 365
   {
366
-    $params = array('project' => $project, 'postBody' => $postBody);
367
-    $params = array_merge($params, $optParams);
368
-    return $this->call('create', array($params), "Google_Service_Dns_ManagedZone");
366
+	$params = array('project' => $project, 'postBody' => $postBody);
367
+	$params = array_merge($params, $optParams);
368
+	return $this->call('create', array($params), "Google_Service_Dns_ManagedZone");
369 369
   }
370 370
 
371 371
   /**
@@ -378,9 +378,9 @@  discard block
 block discarded – undo
378 378
    */
379 379
   public function delete($project, $managedZone, $optParams = array())
380 380
   {
381
-    $params = array('project' => $project, 'managedZone' => $managedZone);
382
-    $params = array_merge($params, $optParams);
383
-    return $this->call('delete', array($params));
381
+	$params = array('project' => $project, 'managedZone' => $managedZone);
382
+	$params = array_merge($params, $optParams);
383
+	return $this->call('delete', array($params));
384 384
   }
385 385
 
386 386
   /**
@@ -394,9 +394,9 @@  discard block
 block discarded – undo
394 394
    */
395 395
   public function get($project, $managedZone, $optParams = array())
396 396
   {
397
-    $params = array('project' => $project, 'managedZone' => $managedZone);
398
-    $params = array_merge($params, $optParams);
399
-    return $this->call('get', array($params), "Google_Service_Dns_ManagedZone");
397
+	$params = array('project' => $project, 'managedZone' => $managedZone);
398
+	$params = array_merge($params, $optParams);
399
+	return $this->call('get', array($params), "Google_Service_Dns_ManagedZone");
400 400
   }
401 401
 
402 402
   /**
@@ -415,9 +415,9 @@  discard block
 block discarded – undo
415 415
    */
416 416
   public function listManagedZones($project, $optParams = array())
417 417
   {
418
-    $params = array('project' => $project);
419
-    $params = array_merge($params, $optParams);
420
-    return $this->call('list', array($params), "Google_Service_Dns_ManagedZonesListResponse");
418
+	$params = array('project' => $project);
419
+	$params = array_merge($params, $optParams);
420
+	return $this->call('list', array($params), "Google_Service_Dns_ManagedZonesListResponse");
421 421
   }
422 422
 }
423 423
 
@@ -441,9 +441,9 @@  discard block
 block discarded – undo
441 441
    */
442 442
   public function get($project, $optParams = array())
443 443
   {
444
-    $params = array('project' => $project);
445
-    $params = array_merge($params, $optParams);
446
-    return $this->call('get', array($params), "Google_Service_Dns_Project");
444
+	$params = array('project' => $project);
445
+	$params = array_merge($params, $optParams);
446
+	return $this->call('get', array($params), "Google_Service_Dns_Project");
447 447
   }
448 448
 }
449 449
 
@@ -480,9 +480,9 @@  discard block
 block discarded – undo
480 480
    */
481 481
   public function listResourceRecordSets($project, $managedZone, $optParams = array())
482 482
   {
483
-    $params = array('project' => $project, 'managedZone' => $managedZone);
484
-    $params = array_merge($params, $optParams);
485
-    return $this->call('list', array($params), "Google_Service_Dns_ResourceRecordSetsListResponse");
483
+	$params = array('project' => $project, 'managedZone' => $managedZone);
484
+	$params = array_merge($params, $optParams);
485
+	return $this->call('list', array($params), "Google_Service_Dns_ResourceRecordSetsListResponse");
486 486
   }
487 487
 }
488 488
 
@@ -506,51 +506,51 @@  discard block
 block discarded – undo
506 506
 
507 507
   public function setAdditions($additions)
508 508
   {
509
-    $this->additions = $additions;
509
+	$this->additions = $additions;
510 510
   }
511 511
   public function getAdditions()
512 512
   {
513
-    return $this->additions;
513
+	return $this->additions;
514 514
   }
515 515
   public function setDeletions($deletions)
516 516
   {
517
-    $this->deletions = $deletions;
517
+	$this->deletions = $deletions;
518 518
   }
519 519
   public function getDeletions()
520 520
   {
521
-    return $this->deletions;
521
+	return $this->deletions;
522 522
   }
523 523
   public function setId($id)
524 524
   {
525
-    $this->id = $id;
525
+	$this->id = $id;
526 526
   }
527 527
   public function getId()
528 528
   {
529
-    return $this->id;
529
+	return $this->id;
530 530
   }
531 531
   public function setKind($kind)
532 532
   {
533
-    $this->kind = $kind;
533
+	$this->kind = $kind;
534 534
   }
535 535
   public function getKind()
536 536
   {
537
-    return $this->kind;
537
+	return $this->kind;
538 538
   }
539 539
   public function setStartTime($startTime)
540 540
   {
541
-    $this->startTime = $startTime;
541
+	$this->startTime = $startTime;
542 542
   }
543 543
   public function getStartTime()
544 544
   {
545
-    return $this->startTime;
545
+	return $this->startTime;
546 546
   }
547 547
   public function setStatus($status)
548 548
   {
549
-    $this->status = $status;
549
+	$this->status = $status;
550 550
   }
551 551
   public function getStatus()
552 552
   {
553
-    return $this->status;
553
+	return $this->status;
554 554
   }
555 555
 }
556 556
 
@@ -567,27 +567,27 @@  discard block
 block discarded – undo
567 567
 
568 568
   public function setChanges($changes)
569 569
   {
570
-    $this->changes = $changes;
570
+	$this->changes = $changes;
571 571
   }
572 572
   public function getChanges()
573 573
   {
574
-    return $this->changes;
574
+	return $this->changes;
575 575
   }
576 576
   public function setKind($kind)
577 577
   {
578
-    $this->kind = $kind;
578
+	$this->kind = $kind;
579 579
   }
580 580
   public function getKind()
581 581
   {
582
-    return $this->kind;
582
+	return $this->kind;
583 583
   }
584 584
   public function setNextPageToken($nextPageToken)
585 585
   {
586
-    $this->nextPageToken = $nextPageToken;
586
+	$this->nextPageToken = $nextPageToken;
587 587
   }
588 588
   public function getNextPageToken()
589 589
   {
590
-    return $this->nextPageToken;
590
+	return $this->nextPageToken;
591 591
   }
592 592
 }
593 593
 
@@ -608,67 +608,67 @@  discard block
 block discarded – undo
608 608
 
609 609
   public function setCreationTime($creationTime)
610 610
   {
611
-    $this->creationTime = $creationTime;
611
+	$this->creationTime = $creationTime;
612 612
   }
613 613
   public function getCreationTime()
614 614
   {
615
-    return $this->creationTime;
615
+	return $this->creationTime;
616 616
   }
617 617
   public function setDescription($description)
618 618
   {
619
-    $this->description = $description;
619
+	$this->description = $description;
620 620
   }
621 621
   public function getDescription()
622 622
   {
623
-    return $this->description;
623
+	return $this->description;
624 624
   }
625 625
   public function setDnsName($dnsName)
626 626
   {
627
-    $this->dnsName = $dnsName;
627
+	$this->dnsName = $dnsName;
628 628
   }
629 629
   public function getDnsName()
630 630
   {
631
-    return $this->dnsName;
631
+	return $this->dnsName;
632 632
   }
633 633
   public function setId($id)
634 634
   {
635
-    $this->id = $id;
635
+	$this->id = $id;
636 636
   }
637 637
   public function getId()
638 638
   {
639
-    return $this->id;
639
+	return $this->id;
640 640
   }
641 641
   public function setKind($kind)
642 642
   {
643
-    $this->kind = $kind;
643
+	$this->kind = $kind;
644 644
   }
645 645
   public function getKind()
646 646
   {
647
-    return $this->kind;
647
+	return $this->kind;
648 648
   }
649 649
   public function setName($name)
650 650
   {
651
-    $this->name = $name;
651
+	$this->name = $name;
652 652
   }
653 653
   public function getName()
654 654
   {
655
-    return $this->name;
655
+	return $this->name;
656 656
   }
657 657
   public function setNameServerSet($nameServerSet)
658 658
   {
659
-    $this->nameServerSet = $nameServerSet;
659
+	$this->nameServerSet = $nameServerSet;
660 660
   }
661 661
   public function getNameServerSet()
662 662
   {
663
-    return $this->nameServerSet;
663
+	return $this->nameServerSet;
664 664
   }
665 665
   public function setNameServers($nameServers)
666 666
   {
667
-    $this->nameServers = $nameServers;
667
+	$this->nameServers = $nameServers;
668 668
   }
669 669
   public function getNameServers()
670 670
   {
671
-    return $this->nameServers;
671
+	return $this->nameServers;
672 672
   }
673 673
 }
674 674
 
@@ -685,27 +685,27 @@  discard block
 block discarded – undo
685 685
 
686 686
   public function setKind($kind)
687 687
   {
688
-    $this->kind = $kind;
688
+	$this->kind = $kind;
689 689
   }
690 690
   public function getKind()
691 691
   {
692
-    return $this->kind;
692
+	return $this->kind;
693 693
   }
694 694
   public function setManagedZones($managedZones)
695 695
   {
696
-    $this->managedZones = $managedZones;
696
+	$this->managedZones = $managedZones;
697 697
   }
698 698
   public function getManagedZones()
699 699
   {
700
-    return $this->managedZones;
700
+	return $this->managedZones;
701 701
   }
702 702
   public function setNextPageToken($nextPageToken)
703 703
   {
704
-    $this->nextPageToken = $nextPageToken;
704
+	$this->nextPageToken = $nextPageToken;
705 705
   }
706 706
   public function getNextPageToken()
707 707
   {
708
-    return $this->nextPageToken;
708
+	return $this->nextPageToken;
709 709
   }
710 710
 }
711 711
 
@@ -722,35 +722,35 @@  discard block
 block discarded – undo
722 722
 
723 723
   public function setId($id)
724 724
   {
725
-    $this->id = $id;
725
+	$this->id = $id;
726 726
   }
727 727
   public function getId()
728 728
   {
729
-    return $this->id;
729
+	return $this->id;
730 730
   }
731 731
   public function setKind($kind)
732 732
   {
733
-    $this->kind = $kind;
733
+	$this->kind = $kind;
734 734
   }
735 735
   public function getKind()
736 736
   {
737
-    return $this->kind;
737
+	return $this->kind;
738 738
   }
739 739
   public function setNumber($number)
740 740
   {
741
-    $this->number = $number;
741
+	$this->number = $number;
742 742
   }
743 743
   public function getNumber()
744 744
   {
745
-    return $this->number;
745
+	return $this->number;
746 746
   }
747 747
   public function setQuota(Google_Service_Dns_Quota $quota)
748 748
   {
749
-    $this->quota = $quota;
749
+	$this->quota = $quota;
750 750
   }
751 751
   public function getQuota()
752 752
   {
753
-    return $this->quota;
753
+	return $this->quota;
754 754
   }
755 755
 }
756 756
 
@@ -769,59 +769,59 @@  discard block
 block discarded – undo
769 769
 
770 770
   public function setKind($kind)
771 771
   {
772
-    $this->kind = $kind;
772
+	$this->kind = $kind;
773 773
   }
774 774
   public function getKind()
775 775
   {
776
-    return $this->kind;
776
+	return $this->kind;
777 777
   }
778 778
   public function setManagedZones($managedZones)
779 779
   {
780
-    $this->managedZones = $managedZones;
780
+	$this->managedZones = $managedZones;
781 781
   }
782 782
   public function getManagedZones()
783 783
   {
784
-    return $this->managedZones;
784
+	return $this->managedZones;
785 785
   }
786 786
   public function setResourceRecordsPerRrset($resourceRecordsPerRrset)
787 787
   {
788
-    $this->resourceRecordsPerRrset = $resourceRecordsPerRrset;
788
+	$this->resourceRecordsPerRrset = $resourceRecordsPerRrset;
789 789
   }
790 790
   public function getResourceRecordsPerRrset()
791 791
   {
792
-    return $this->resourceRecordsPerRrset;
792
+	return $this->resourceRecordsPerRrset;
793 793
   }
794 794
   public function setRrsetAdditionsPerChange($rrsetAdditionsPerChange)
795 795
   {
796
-    $this->rrsetAdditionsPerChange = $rrsetAdditionsPerChange;
796
+	$this->rrsetAdditionsPerChange = $rrsetAdditionsPerChange;
797 797
   }
798 798
   public function getRrsetAdditionsPerChange()
799 799
   {
800
-    return $this->rrsetAdditionsPerChange;
800
+	return $this->rrsetAdditionsPerChange;
801 801
   }
802 802
   public function setRrsetDeletionsPerChange($rrsetDeletionsPerChange)
803 803
   {
804
-    $this->rrsetDeletionsPerChange = $rrsetDeletionsPerChange;
804
+	$this->rrsetDeletionsPerChange = $rrsetDeletionsPerChange;
805 805
   }
806 806
   public function getRrsetDeletionsPerChange()
807 807
   {
808
-    return $this->rrsetDeletionsPerChange;
808
+	return $this->rrsetDeletionsPerChange;
809 809
   }
810 810
   public function setRrsetsPerManagedZone($rrsetsPerManagedZone)
811 811
   {
812
-    $this->rrsetsPerManagedZone = $rrsetsPerManagedZone;
812
+	$this->rrsetsPerManagedZone = $rrsetsPerManagedZone;
813 813
   }
814 814
   public function getRrsetsPerManagedZone()
815 815
   {
816
-    return $this->rrsetsPerManagedZone;
816
+	return $this->rrsetsPerManagedZone;
817 817
   }
818 818
   public function setTotalRrdataSizePerChange($totalRrdataSizePerChange)
819 819
   {
820
-    $this->totalRrdataSizePerChange = $totalRrdataSizePerChange;
820
+	$this->totalRrdataSizePerChange = $totalRrdataSizePerChange;
821 821
   }
822 822
   public function getTotalRrdataSizePerChange()
823 823
   {
824
-    return $this->totalRrdataSizePerChange;
824
+	return $this->totalRrdataSizePerChange;
825 825
   }
826 826
 }
827 827
 
@@ -839,43 +839,43 @@  discard block
 block discarded – undo
839 839
 
840 840
   public function setKind($kind)
841 841
   {
842
-    $this->kind = $kind;
842
+	$this->kind = $kind;
843 843
   }
844 844
   public function getKind()
845 845
   {
846
-    return $this->kind;
846
+	return $this->kind;
847 847
   }
848 848
   public function setName($name)
849 849
   {
850
-    $this->name = $name;
850
+	$this->name = $name;
851 851
   }
852 852
   public function getName()
853 853
   {
854
-    return $this->name;
854
+	return $this->name;
855 855
   }
856 856
   public function setRrdatas($rrdatas)
857 857
   {
858
-    $this->rrdatas = $rrdatas;
858
+	$this->rrdatas = $rrdatas;
859 859
   }
860 860
   public function getRrdatas()
861 861
   {
862
-    return $this->rrdatas;
862
+	return $this->rrdatas;
863 863
   }
864 864
   public function setTtl($ttl)
865 865
   {
866
-    $this->ttl = $ttl;
866
+	$this->ttl = $ttl;
867 867
   }
868 868
   public function getTtl()
869 869
   {
870
-    return $this->ttl;
870
+	return $this->ttl;
871 871
   }
872 872
   public function setType($type)
873 873
   {
874
-    $this->type = $type;
874
+	$this->type = $type;
875 875
   }
876 876
   public function getType()
877 877
   {
878
-    return $this->type;
878
+	return $this->type;
879 879
   }
880 880
 }
881 881
 
@@ -892,26 +892,26 @@  discard block
 block discarded – undo
892 892
 
893 893
   public function setKind($kind)
894 894
   {
895
-    $this->kind = $kind;
895
+	$this->kind = $kind;
896 896
   }
897 897
   public function getKind()
898 898
   {
899
-    return $this->kind;
899
+	return $this->kind;
900 900
   }
901 901
   public function setNextPageToken($nextPageToken)
902 902
   {
903
-    $this->nextPageToken = $nextPageToken;
903
+	$this->nextPageToken = $nextPageToken;
904 904
   }
905 905
   public function getNextPageToken()
906 906
   {
907
-    return $this->nextPageToken;
907
+	return $this->nextPageToken;
908 908
   }
909 909
   public function setRrsets($rrsets)
910 910
   {
911
-    $this->rrsets = $rrsets;
911
+	$this->rrsets = $rrsets;
912 912
   }
913 913
   public function getRrsets()
914 914
   {
915
-    return $this->rrsets;
915
+	return $this->rrsets;
916 916
   }
917 917
 }
Please login to merge, or discard this patch.
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
                   'required' => true,
82 82
                 ),
83 83
               ),
84
-            ),'get' => array(
84
+            ), 'get' => array(
85 85
               'path' => '{project}/managedZones/{managedZone}/changes/{changeId}',
86 86
               'httpMethod' => 'GET',
87 87
               'parameters' => array(
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
                   'required' => true,
102 102
                 ),
103 103
               ),
104
-            ),'list' => array(
104
+            ), 'list' => array(
105 105
               'path' => '{project}/managedZones/{managedZone}/changes',
106 106
               'httpMethod' => 'GET',
107 107
               'parameters' => array(
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
                   'required' => true,
153 153
                 ),
154 154
               ),
155
-            ),'delete' => array(
155
+            ), 'delete' => array(
156 156
               'path' => '{project}/managedZones/{managedZone}',
157 157
               'httpMethod' => 'DELETE',
158 158
               'parameters' => array(
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
                   'required' => true,
168 168
                 ),
169 169
               ),
170
-            ),'get' => array(
170
+            ), 'get' => array(
171 171
               'path' => '{project}/managedZones/{managedZone}',
172 172
               'httpMethod' => 'GET',
173 173
               'parameters' => array(
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
                   'required' => true,
183 183
                 ),
184 184
               ),
185
-            ),'list' => array(
185
+            ), 'list' => array(
186 186
               'path' => '{project}/managedZones',
187 187
               'httpMethod' => 'GET',
188 188
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/DoubleClickBidManager.php 3 patches
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
   /**
156 156
    * Retrieves line items in CSV format. (lineitems.downloadlineitems)
157 157
    *
158
-   * @param Google_DownloadLineItemsRequest $postBody
158
+   * @param Google_Service_DoubleClickBidManager_DownloadLineItemsRequest $postBody
159 159
    * @param array $optParams Optional parameters.
160 160
    * @return Google_Service_DoubleClickBidManager_DownloadLineItemsResponse
161 161
    */
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
   /**
170 170
    * Uploads line items in CSV format. (lineitems.uploadlineitems)
171 171
    *
172
-   * @param Google_UploadLineItemsRequest $postBody
172
+   * @param Google_Service_DoubleClickBidManager_UploadLineItemsRequest $postBody
173 173
    * @param array $optParams Optional parameters.
174 174
    * @return Google_Service_DoubleClickBidManager_UploadLineItemsResponse
175 175
    */
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
   /**
196 196
    * Creates a query. (queries.createquery)
197 197
    *
198
-   * @param Google_Query $postBody
198
+   * @param Google_Service_DoubleClickBidManager_Query $postBody
199 199
    * @param array $optParams Optional parameters.
200 200
    * @return Google_Service_DoubleClickBidManager_Query
201 201
    */
@@ -251,7 +251,7 @@  discard block
 block discarded – undo
251 251
    * Runs a stored query to generate a report. (queries.runquery)
252 252
    *
253 253
    * @param string $queryId Query ID to run.
254
-   * @param Google_RunQueryRequest $postBody
254
+   * @param Google_Service_DoubleClickBidManager_RunQueryRequest $postBody
255 255
    * @param array $optParams Optional parameters.
256 256
    */
257 257
   public function runquery($queryId, Google_Service_DoubleClickBidManager_RunQueryRequest $postBody, $optParams = array())
Please login to merge, or discard this patch.
Indentation   +252 added lines, -252 removed lines patch added patch discarded remove patch
@@ -45,98 +45,98 @@  discard block
 block discarded – undo
45 45
    */
46 46
   public function __construct(Google_Client $client)
47 47
   {
48
-    parent::__construct($client);
49
-    $this->rootUrl = 'https://www.googleapis.com/';
50
-    $this->servicePath = 'doubleclickbidmanager/v1/';
51
-    $this->version = 'v1';
52
-    $this->serviceName = 'doubleclickbidmanager';
53
-
54
-    $this->lineitems = new Google_Service_DoubleClickBidManager_Lineitems_Resource(
55
-        $this,
56
-        $this->serviceName,
57
-        'lineitems',
58
-        array(
59
-          'methods' => array(
60
-            'downloadlineitems' => array(
61
-              'path' => 'lineitems/downloadlineitems',
62
-              'httpMethod' => 'POST',
63
-              'parameters' => array(),
64
-            ),'uploadlineitems' => array(
65
-              'path' => 'lineitems/uploadlineitems',
66
-              'httpMethod' => 'POST',
67
-              'parameters' => array(),
68
-            ),
69
-          )
70
-        )
71
-    );
72
-    $this->queries = new Google_Service_DoubleClickBidManager_Queries_Resource(
73
-        $this,
74
-        $this->serviceName,
75
-        'queries',
76
-        array(
77
-          'methods' => array(
78
-            'createquery' => array(
79
-              'path' => 'query',
80
-              'httpMethod' => 'POST',
81
-              'parameters' => array(),
82
-            ),'deletequery' => array(
83
-              'path' => 'query/{queryId}',
84
-              'httpMethod' => 'DELETE',
85
-              'parameters' => array(
86
-                'queryId' => array(
87
-                  'location' => 'path',
88
-                  'type' => 'string',
89
-                  'required' => true,
90
-                ),
91
-              ),
92
-            ),'getquery' => array(
93
-              'path' => 'query/{queryId}',
94
-              'httpMethod' => 'GET',
95
-              'parameters' => array(
96
-                'queryId' => array(
97
-                  'location' => 'path',
98
-                  'type' => 'string',
99
-                  'required' => true,
100
-                ),
101
-              ),
102
-            ),'listqueries' => array(
103
-              'path' => 'queries',
104
-              'httpMethod' => 'GET',
105
-              'parameters' => array(),
106
-            ),'runquery' => array(
107
-              'path' => 'query/{queryId}',
108
-              'httpMethod' => 'POST',
109
-              'parameters' => array(
110
-                'queryId' => array(
111
-                  'location' => 'path',
112
-                  'type' => 'string',
113
-                  'required' => true,
114
-                ),
115
-              ),
116
-            ),
117
-          )
118
-        )
119
-    );
120
-    $this->reports = new Google_Service_DoubleClickBidManager_Reports_Resource(
121
-        $this,
122
-        $this->serviceName,
123
-        'reports',
124
-        array(
125
-          'methods' => array(
126
-            'listreports' => array(
127
-              'path' => 'queries/{queryId}/reports',
128
-              'httpMethod' => 'GET',
129
-              'parameters' => array(
130
-                'queryId' => array(
131
-                  'location' => 'path',
132
-                  'type' => 'string',
133
-                  'required' => true,
134
-                ),
135
-              ),
136
-            ),
137
-          )
138
-        )
139
-    );
48
+	parent::__construct($client);
49
+	$this->rootUrl = 'https://www.googleapis.com/';
50
+	$this->servicePath = 'doubleclickbidmanager/v1/';
51
+	$this->version = 'v1';
52
+	$this->serviceName = 'doubleclickbidmanager';
53
+
54
+	$this->lineitems = new Google_Service_DoubleClickBidManager_Lineitems_Resource(
55
+		$this,
56
+		$this->serviceName,
57
+		'lineitems',
58
+		array(
59
+		  'methods' => array(
60
+			'downloadlineitems' => array(
61
+			  'path' => 'lineitems/downloadlineitems',
62
+			  'httpMethod' => 'POST',
63
+			  'parameters' => array(),
64
+			),'uploadlineitems' => array(
65
+			  'path' => 'lineitems/uploadlineitems',
66
+			  'httpMethod' => 'POST',
67
+			  'parameters' => array(),
68
+			),
69
+		  )
70
+		)
71
+	);
72
+	$this->queries = new Google_Service_DoubleClickBidManager_Queries_Resource(
73
+		$this,
74
+		$this->serviceName,
75
+		'queries',
76
+		array(
77
+		  'methods' => array(
78
+			'createquery' => array(
79
+			  'path' => 'query',
80
+			  'httpMethod' => 'POST',
81
+			  'parameters' => array(),
82
+			),'deletequery' => array(
83
+			  'path' => 'query/{queryId}',
84
+			  'httpMethod' => 'DELETE',
85
+			  'parameters' => array(
86
+				'queryId' => array(
87
+				  'location' => 'path',
88
+				  'type' => 'string',
89
+				  'required' => true,
90
+				),
91
+			  ),
92
+			),'getquery' => array(
93
+			  'path' => 'query/{queryId}',
94
+			  'httpMethod' => 'GET',
95
+			  'parameters' => array(
96
+				'queryId' => array(
97
+				  'location' => 'path',
98
+				  'type' => 'string',
99
+				  'required' => true,
100
+				),
101
+			  ),
102
+			),'listqueries' => array(
103
+			  'path' => 'queries',
104
+			  'httpMethod' => 'GET',
105
+			  'parameters' => array(),
106
+			),'runquery' => array(
107
+			  'path' => 'query/{queryId}',
108
+			  'httpMethod' => 'POST',
109
+			  'parameters' => array(
110
+				'queryId' => array(
111
+				  'location' => 'path',
112
+				  'type' => 'string',
113
+				  'required' => true,
114
+				),
115
+			  ),
116
+			),
117
+		  )
118
+		)
119
+	);
120
+	$this->reports = new Google_Service_DoubleClickBidManager_Reports_Resource(
121
+		$this,
122
+		$this->serviceName,
123
+		'reports',
124
+		array(
125
+		  'methods' => array(
126
+			'listreports' => array(
127
+			  'path' => 'queries/{queryId}/reports',
128
+			  'httpMethod' => 'GET',
129
+			  'parameters' => array(
130
+				'queryId' => array(
131
+				  'location' => 'path',
132
+				  'type' => 'string',
133
+				  'required' => true,
134
+				),
135
+			  ),
136
+			),
137
+		  )
138
+		)
139
+	);
140 140
   }
141 141
 }
142 142
 
@@ -161,9 +161,9 @@  discard block
 block discarded – undo
161 161
    */
162 162
   public function downloadlineitems(Google_Service_DoubleClickBidManager_DownloadLineItemsRequest $postBody, $optParams = array())
163 163
   {
164
-    $params = array('postBody' => $postBody);
165
-    $params = array_merge($params, $optParams);
166
-    return $this->call('downloadlineitems', array($params), "Google_Service_DoubleClickBidManager_DownloadLineItemsResponse");
164
+	$params = array('postBody' => $postBody);
165
+	$params = array_merge($params, $optParams);
166
+	return $this->call('downloadlineitems', array($params), "Google_Service_DoubleClickBidManager_DownloadLineItemsResponse");
167 167
   }
168 168
 
169 169
   /**
@@ -175,9 +175,9 @@  discard block
 block discarded – undo
175 175
    */
176 176
   public function uploadlineitems(Google_Service_DoubleClickBidManager_UploadLineItemsRequest $postBody, $optParams = array())
177 177
   {
178
-    $params = array('postBody' => $postBody);
179
-    $params = array_merge($params, $optParams);
180
-    return $this->call('uploadlineitems', array($params), "Google_Service_DoubleClickBidManager_UploadLineItemsResponse");
178
+	$params = array('postBody' => $postBody);
179
+	$params = array_merge($params, $optParams);
180
+	return $this->call('uploadlineitems', array($params), "Google_Service_DoubleClickBidManager_UploadLineItemsResponse");
181 181
   }
182 182
 }
183 183
 
@@ -201,9 +201,9 @@  discard block
 block discarded – undo
201 201
    */
202 202
   public function createquery(Google_Service_DoubleClickBidManager_Query $postBody, $optParams = array())
203 203
   {
204
-    $params = array('postBody' => $postBody);
205
-    $params = array_merge($params, $optParams);
206
-    return $this->call('createquery', array($params), "Google_Service_DoubleClickBidManager_Query");
204
+	$params = array('postBody' => $postBody);
205
+	$params = array_merge($params, $optParams);
206
+	return $this->call('createquery', array($params), "Google_Service_DoubleClickBidManager_Query");
207 207
   }
208 208
 
209 209
   /**
@@ -215,9 +215,9 @@  discard block
 block discarded – undo
215 215
    */
216 216
   public function deletequery($queryId, $optParams = array())
217 217
   {
218
-    $params = array('queryId' => $queryId);
219
-    $params = array_merge($params, $optParams);
220
-    return $this->call('deletequery', array($params));
218
+	$params = array('queryId' => $queryId);
219
+	$params = array_merge($params, $optParams);
220
+	return $this->call('deletequery', array($params));
221 221
   }
222 222
 
223 223
   /**
@@ -229,9 +229,9 @@  discard block
 block discarded – undo
229 229
    */
230 230
   public function getquery($queryId, $optParams = array())
231 231
   {
232
-    $params = array('queryId' => $queryId);
233
-    $params = array_merge($params, $optParams);
234
-    return $this->call('getquery', array($params), "Google_Service_DoubleClickBidManager_Query");
232
+	$params = array('queryId' => $queryId);
233
+	$params = array_merge($params, $optParams);
234
+	return $this->call('getquery', array($params), "Google_Service_DoubleClickBidManager_Query");
235 235
   }
236 236
 
237 237
   /**
@@ -242,9 +242,9 @@  discard block
 block discarded – undo
242 242
    */
243 243
   public function listqueries($optParams = array())
244 244
   {
245
-    $params = array();
246
-    $params = array_merge($params, $optParams);
247
-    return $this->call('listqueries', array($params), "Google_Service_DoubleClickBidManager_ListQueriesResponse");
245
+	$params = array();
246
+	$params = array_merge($params, $optParams);
247
+	return $this->call('listqueries', array($params), "Google_Service_DoubleClickBidManager_ListQueriesResponse");
248 248
   }
249 249
 
250 250
   /**
@@ -256,9 +256,9 @@  discard block
 block discarded – undo
256 256
    */
257 257
   public function runquery($queryId, Google_Service_DoubleClickBidManager_RunQueryRequest $postBody, $optParams = array())
258 258
   {
259
-    $params = array('queryId' => $queryId, 'postBody' => $postBody);
260
-    $params = array_merge($params, $optParams);
261
-    return $this->call('runquery', array($params));
259
+	$params = array('queryId' => $queryId, 'postBody' => $postBody);
260
+	$params = array_merge($params, $optParams);
261
+	return $this->call('runquery', array($params));
262 262
   }
263 263
 }
264 264
 
@@ -282,9 +282,9 @@  discard block
 block discarded – undo
282 282
    */
283 283
   public function listreports($queryId, $optParams = array())
284 284
   {
285
-    $params = array('queryId' => $queryId);
286
-    $params = array_merge($params, $optParams);
287
-    return $this->call('listreports', array($params), "Google_Service_DoubleClickBidManager_ListReportsResponse");
285
+	$params = array('queryId' => $queryId);
286
+	$params = array_merge($params, $optParams);
287
+	return $this->call('listreports', array($params), "Google_Service_DoubleClickBidManager_ListReportsResponse");
288 288
   }
289 289
 }
290 290
 
@@ -303,27 +303,27 @@  discard block
 block discarded – undo
303 303
 
304 304
   public function setFilterIds($filterIds)
305 305
   {
306
-    $this->filterIds = $filterIds;
306
+	$this->filterIds = $filterIds;
307 307
   }
308 308
   public function getFilterIds()
309 309
   {
310
-    return $this->filterIds;
310
+	return $this->filterIds;
311 311
   }
312 312
   public function setFilterType($filterType)
313 313
   {
314
-    $this->filterType = $filterType;
314
+	$this->filterType = $filterType;
315 315
   }
316 316
   public function getFilterType()
317 317
   {
318
-    return $this->filterType;
318
+	return $this->filterType;
319 319
   }
320 320
   public function setFormat($format)
321 321
   {
322
-    $this->format = $format;
322
+	$this->format = $format;
323 323
   }
324 324
   public function getFormat()
325 325
   {
326
-    return $this->format;
326
+	return $this->format;
327 327
   }
328 328
 }
329 329
 
@@ -336,11 +336,11 @@  discard block
 block discarded – undo
336 336
 
337 337
   public function setLineItems($lineItems)
338 338
   {
339
-    $this->lineItems = $lineItems;
339
+	$this->lineItems = $lineItems;
340 340
   }
341 341
   public function getLineItems()
342 342
   {
343
-    return $this->lineItems;
343
+	return $this->lineItems;
344 344
   }
345 345
 }
346 346
 
@@ -354,19 +354,19 @@  discard block
 block discarded – undo
354 354
 
355 355
   public function setType($type)
356 356
   {
357
-    $this->type = $type;
357
+	$this->type = $type;
358 358
   }
359 359
   public function getType()
360 360
   {
361
-    return $this->type;
361
+	return $this->type;
362 362
   }
363 363
   public function setValue($value)
364 364
   {
365
-    $this->value = $value;
365
+	$this->value = $value;
366 366
   }
367 367
   public function getValue()
368 368
   {
369
-    return $this->value;
369
+	return $this->value;
370 370
   }
371 371
 }
372 372
 
@@ -382,19 +382,19 @@  discard block
 block discarded – undo
382 382
 
383 383
   public function setKind($kind)
384 384
   {
385
-    $this->kind = $kind;
385
+	$this->kind = $kind;
386 386
   }
387 387
   public function getKind()
388 388
   {
389
-    return $this->kind;
389
+	return $this->kind;
390 390
   }
391 391
   public function setQueries($queries)
392 392
   {
393
-    $this->queries = $queries;
393
+	$this->queries = $queries;
394 394
   }
395 395
   public function getQueries()
396 396
   {
397
-    return $this->queries;
397
+	return $this->queries;
398 398
   }
399 399
 }
400 400
 
@@ -410,19 +410,19 @@  discard block
 block discarded – undo
410 410
 
411 411
   public function setKind($kind)
412 412
   {
413
-    $this->kind = $kind;
413
+	$this->kind = $kind;
414 414
   }
415 415
   public function getKind()
416 416
   {
417
-    return $this->kind;
417
+	return $this->kind;
418 418
   }
419 419
   public function setReports($reports)
420 420
   {
421
-    $this->reports = $reports;
421
+	$this->reports = $reports;
422 422
   }
423 423
   public function getReports()
424 424
   {
425
-    return $this->reports;
425
+	return $this->reports;
426 426
   }
427 427
 }
428 428
 
@@ -441,43 +441,43 @@  discard block
 block discarded – undo
441 441
 
442 442
   public function setFilters($filters)
443 443
   {
444
-    $this->filters = $filters;
444
+	$this->filters = $filters;
445 445
   }
446 446
   public function getFilters()
447 447
   {
448
-    return $this->filters;
448
+	return $this->filters;
449 449
   }
450 450
   public function setGroupBys($groupBys)
451 451
   {
452
-    $this->groupBys = $groupBys;
452
+	$this->groupBys = $groupBys;
453 453
   }
454 454
   public function getGroupBys()
455 455
   {
456
-    return $this->groupBys;
456
+	return $this->groupBys;
457 457
   }
458 458
   public function setIncludeInviteData($includeInviteData)
459 459
   {
460
-    $this->includeInviteData = $includeInviteData;
460
+	$this->includeInviteData = $includeInviteData;
461 461
   }
462 462
   public function getIncludeInviteData()
463 463
   {
464
-    return $this->includeInviteData;
464
+	return $this->includeInviteData;
465 465
   }
466 466
   public function setMetrics($metrics)
467 467
   {
468
-    $this->metrics = $metrics;
468
+	$this->metrics = $metrics;
469 469
   }
470 470
   public function getMetrics()
471 471
   {
472
-    return $this->metrics;
472
+	return $this->metrics;
473 473
   }
474 474
   public function setType($type)
475 475
   {
476
-    $this->type = $type;
476
+	$this->type = $type;
477 477
   }
478 478
   public function getType()
479 479
   {
480
-    return $this->type;
480
+	return $this->type;
481 481
   }
482 482
 }
483 483
 
@@ -500,67 +500,67 @@  discard block
 block discarded – undo
500 500
 
501 501
   public function setKind($kind)
502 502
   {
503
-    $this->kind = $kind;
503
+	$this->kind = $kind;
504 504
   }
505 505
   public function getKind()
506 506
   {
507
-    return $this->kind;
507
+	return $this->kind;
508 508
   }
509 509
   public function setMetadata(Google_Service_DoubleClickBidManager_QueryMetadata $metadata)
510 510
   {
511
-    $this->metadata = $metadata;
511
+	$this->metadata = $metadata;
512 512
   }
513 513
   public function getMetadata()
514 514
   {
515
-    return $this->metadata;
515
+	return $this->metadata;
516 516
   }
517 517
   public function setParams(Google_Service_DoubleClickBidManager_Parameters $params)
518 518
   {
519
-    $this->params = $params;
519
+	$this->params = $params;
520 520
   }
521 521
   public function getParams()
522 522
   {
523
-    return $this->params;
523
+	return $this->params;
524 524
   }
525 525
   public function setQueryId($queryId)
526 526
   {
527
-    $this->queryId = $queryId;
527
+	$this->queryId = $queryId;
528 528
   }
529 529
   public function getQueryId()
530 530
   {
531
-    return $this->queryId;
531
+	return $this->queryId;
532 532
   }
533 533
   public function setReportDataEndTimeMs($reportDataEndTimeMs)
534 534
   {
535
-    $this->reportDataEndTimeMs = $reportDataEndTimeMs;
535
+	$this->reportDataEndTimeMs = $reportDataEndTimeMs;
536 536
   }
537 537
   public function getReportDataEndTimeMs()
538 538
   {
539
-    return $this->reportDataEndTimeMs;
539
+	return $this->reportDataEndTimeMs;
540 540
   }
541 541
   public function setReportDataStartTimeMs($reportDataStartTimeMs)
542 542
   {
543
-    $this->reportDataStartTimeMs = $reportDataStartTimeMs;
543
+	$this->reportDataStartTimeMs = $reportDataStartTimeMs;
544 544
   }
545 545
   public function getReportDataStartTimeMs()
546 546
   {
547
-    return $this->reportDataStartTimeMs;
547
+	return $this->reportDataStartTimeMs;
548 548
   }
549 549
   public function setSchedule(Google_Service_DoubleClickBidManager_QuerySchedule $schedule)
550 550
   {
551
-    $this->schedule = $schedule;
551
+	$this->schedule = $schedule;
552 552
   }
553 553
   public function getSchedule()
554 554
   {
555
-    return $this->schedule;
555
+	return $this->schedule;
556 556
   }
557 557
   public function setTimezoneCode($timezoneCode)
558 558
   {
559
-    $this->timezoneCode = $timezoneCode;
559
+	$this->timezoneCode = $timezoneCode;
560 560
   }
561 561
   public function getTimezoneCode()
562 562
   {
563
-    return $this->timezoneCode;
563
+	return $this->timezoneCode;
564 564
   }
565 565
 }
566 566
 
@@ -584,91 +584,91 @@  discard block
 block discarded – undo
584 584
 
585 585
   public function setDataRange($dataRange)
586 586
   {
587
-    $this->dataRange = $dataRange;
587
+	$this->dataRange = $dataRange;
588 588
   }
589 589
   public function getDataRange()
590 590
   {
591
-    return $this->dataRange;
591
+	return $this->dataRange;
592 592
   }
593 593
   public function setFormat($format)
594 594
   {
595
-    $this->format = $format;
595
+	$this->format = $format;
596 596
   }
597 597
   public function getFormat()
598 598
   {
599
-    return $this->format;
599
+	return $this->format;
600 600
   }
601 601
   public function setGoogleCloudStoragePathForLatestReport($googleCloudStoragePathForLatestReport)
602 602
   {
603
-    $this->googleCloudStoragePathForLatestReport = $googleCloudStoragePathForLatestReport;
603
+	$this->googleCloudStoragePathForLatestReport = $googleCloudStoragePathForLatestReport;
604 604
   }
605 605
   public function getGoogleCloudStoragePathForLatestReport()
606 606
   {
607
-    return $this->googleCloudStoragePathForLatestReport;
607
+	return $this->googleCloudStoragePathForLatestReport;
608 608
   }
609 609
   public function setGoogleDrivePathForLatestReport($googleDrivePathForLatestReport)
610 610
   {
611
-    $this->googleDrivePathForLatestReport = $googleDrivePathForLatestReport;
611
+	$this->googleDrivePathForLatestReport = $googleDrivePathForLatestReport;
612 612
   }
613 613
   public function getGoogleDrivePathForLatestReport()
614 614
   {
615
-    return $this->googleDrivePathForLatestReport;
615
+	return $this->googleDrivePathForLatestReport;
616 616
   }
617 617
   public function setLatestReportRunTimeMs($latestReportRunTimeMs)
618 618
   {
619
-    $this->latestReportRunTimeMs = $latestReportRunTimeMs;
619
+	$this->latestReportRunTimeMs = $latestReportRunTimeMs;
620 620
   }
621 621
   public function getLatestReportRunTimeMs()
622 622
   {
623
-    return $this->latestReportRunTimeMs;
623
+	return $this->latestReportRunTimeMs;
624 624
   }
625 625
   public function setLocale($locale)
626 626
   {
627
-    $this->locale = $locale;
627
+	$this->locale = $locale;
628 628
   }
629 629
   public function getLocale()
630 630
   {
631
-    return $this->locale;
631
+	return $this->locale;
632 632
   }
633 633
   public function setReportCount($reportCount)
634 634
   {
635
-    $this->reportCount = $reportCount;
635
+	$this->reportCount = $reportCount;
636 636
   }
637 637
   public function getReportCount()
638 638
   {
639
-    return $this->reportCount;
639
+	return $this->reportCount;
640 640
   }
641 641
   public function setRunning($running)
642 642
   {
643
-    $this->running = $running;
643
+	$this->running = $running;
644 644
   }
645 645
   public function getRunning()
646 646
   {
647
-    return $this->running;
647
+	return $this->running;
648 648
   }
649 649
   public function setSendNotification($sendNotification)
650 650
   {
651
-    $this->sendNotification = $sendNotification;
651
+	$this->sendNotification = $sendNotification;
652 652
   }
653 653
   public function getSendNotification()
654 654
   {
655
-    return $this->sendNotification;
655
+	return $this->sendNotification;
656 656
   }
657 657
   public function setShareEmailAddress($shareEmailAddress)
658 658
   {
659
-    $this->shareEmailAddress = $shareEmailAddress;
659
+	$this->shareEmailAddress = $shareEmailAddress;
660 660
   }
661 661
   public function getShareEmailAddress()
662 662
   {
663
-    return $this->shareEmailAddress;
663
+	return $this->shareEmailAddress;
664 664
   }
665 665
   public function setTitle($title)
666 666
   {
667
-    $this->title = $title;
667
+	$this->title = $title;
668 668
   }
669 669
   public function getTitle()
670 670
   {
671
-    return $this->title;
671
+	return $this->title;
672 672
   }
673 673
 }
674 674
 
@@ -684,35 +684,35 @@  discard block
 block discarded – undo
684 684
 
685 685
   public function setEndTimeMs($endTimeMs)
686 686
   {
687
-    $this->endTimeMs = $endTimeMs;
687
+	$this->endTimeMs = $endTimeMs;
688 688
   }
689 689
   public function getEndTimeMs()
690 690
   {
691
-    return $this->endTimeMs;
691
+	return $this->endTimeMs;
692 692
   }
693 693
   public function setFrequency($frequency)
694 694
   {
695
-    $this->frequency = $frequency;
695
+	$this->frequency = $frequency;
696 696
   }
697 697
   public function getFrequency()
698 698
   {
699
-    return $this->frequency;
699
+	return $this->frequency;
700 700
   }
701 701
   public function setNextRunMinuteOfDay($nextRunMinuteOfDay)
702 702
   {
703
-    $this->nextRunMinuteOfDay = $nextRunMinuteOfDay;
703
+	$this->nextRunMinuteOfDay = $nextRunMinuteOfDay;
704 704
   }
705 705
   public function getNextRunMinuteOfDay()
706 706
   {
707
-    return $this->nextRunMinuteOfDay;
707
+	return $this->nextRunMinuteOfDay;
708 708
   }
709 709
   public function setNextRunTimezoneCode($nextRunTimezoneCode)
710 710
   {
711
-    $this->nextRunTimezoneCode = $nextRunTimezoneCode;
711
+	$this->nextRunTimezoneCode = $nextRunTimezoneCode;
712 712
   }
713 713
   public function getNextRunTimezoneCode()
714 714
   {
715
-    return $this->nextRunTimezoneCode;
715
+	return $this->nextRunTimezoneCode;
716 716
   }
717 717
 }
718 718
 
@@ -730,27 +730,27 @@  discard block
 block discarded – undo
730 730
 
731 731
   public function setKey(Google_Service_DoubleClickBidManager_ReportKey $key)
732 732
   {
733
-    $this->key = $key;
733
+	$this->key = $key;
734 734
   }
735 735
   public function getKey()
736 736
   {
737
-    return $this->key;
737
+	return $this->key;
738 738
   }
739 739
   public function setMetadata(Google_Service_DoubleClickBidManager_ReportMetadata $metadata)
740 740
   {
741
-    $this->metadata = $metadata;
741
+	$this->metadata = $metadata;
742 742
   }
743 743
   public function getMetadata()
744 744
   {
745
-    return $this->metadata;
745
+	return $this->metadata;
746 746
   }
747 747
   public function setParams(Google_Service_DoubleClickBidManager_Parameters $params)
748 748
   {
749
-    $this->params = $params;
749
+	$this->params = $params;
750 750
   }
751 751
   public function getParams()
752 752
   {
753
-    return $this->params;
753
+	return $this->params;
754 754
   }
755 755
 }
756 756
 
@@ -763,11 +763,11 @@  discard block
 block discarded – undo
763 763
 
764 764
   public function setErrorCode($errorCode)
765 765
   {
766
-    $this->errorCode = $errorCode;
766
+	$this->errorCode = $errorCode;
767 767
   }
768 768
   public function getErrorCode()
769 769
   {
770
-    return $this->errorCode;
770
+	return $this->errorCode;
771 771
   }
772 772
 }
773 773
 
@@ -781,19 +781,19 @@  discard block
 block discarded – undo
781 781
 
782 782
   public function setQueryId($queryId)
783 783
   {
784
-    $this->queryId = $queryId;
784
+	$this->queryId = $queryId;
785 785
   }
786 786
   public function getQueryId()
787 787
   {
788
-    return $this->queryId;
788
+	return $this->queryId;
789 789
   }
790 790
   public function setReportId($reportId)
791 791
   {
792
-    $this->reportId = $reportId;
792
+	$this->reportId = $reportId;
793 793
   }
794 794
   public function getReportId()
795 795
   {
796
-    return $this->reportId;
796
+	return $this->reportId;
797 797
   }
798 798
 }
799 799
 
@@ -810,35 +810,35 @@  discard block
 block discarded – undo
810 810
 
811 811
   public function setGoogleCloudStoragePath($googleCloudStoragePath)
812 812
   {
813
-    $this->googleCloudStoragePath = $googleCloudStoragePath;
813
+	$this->googleCloudStoragePath = $googleCloudStoragePath;
814 814
   }
815 815
   public function getGoogleCloudStoragePath()
816 816
   {
817
-    return $this->googleCloudStoragePath;
817
+	return $this->googleCloudStoragePath;
818 818
   }
819 819
   public function setReportDataEndTimeMs($reportDataEndTimeMs)
820 820
   {
821
-    $this->reportDataEndTimeMs = $reportDataEndTimeMs;
821
+	$this->reportDataEndTimeMs = $reportDataEndTimeMs;
822 822
   }
823 823
   public function getReportDataEndTimeMs()
824 824
   {
825
-    return $this->reportDataEndTimeMs;
825
+	return $this->reportDataEndTimeMs;
826 826
   }
827 827
   public function setReportDataStartTimeMs($reportDataStartTimeMs)
828 828
   {
829
-    $this->reportDataStartTimeMs = $reportDataStartTimeMs;
829
+	$this->reportDataStartTimeMs = $reportDataStartTimeMs;
830 830
   }
831 831
   public function getReportDataStartTimeMs()
832 832
   {
833
-    return $this->reportDataStartTimeMs;
833
+	return $this->reportDataStartTimeMs;
834 834
   }
835 835
   public function setStatus(Google_Service_DoubleClickBidManager_ReportStatus $status)
836 836
   {
837
-    $this->status = $status;
837
+	$this->status = $status;
838 838
   }
839 839
   public function getStatus()
840 840
   {
841
-    return $this->status;
841
+	return $this->status;
842 842
   }
843 843
 }
844 844
 
@@ -855,35 +855,35 @@  discard block
 block discarded – undo
855 855
 
856 856
   public function setFailure(Google_Service_DoubleClickBidManager_ReportFailure $failure)
857 857
   {
858
-    $this->failure = $failure;
858
+	$this->failure = $failure;
859 859
   }
860 860
   public function getFailure()
861 861
   {
862
-    return $this->failure;
862
+	return $this->failure;
863 863
   }
864 864
   public function setFinishTimeMs($finishTimeMs)
865 865
   {
866
-    $this->finishTimeMs = $finishTimeMs;
866
+	$this->finishTimeMs = $finishTimeMs;
867 867
   }
868 868
   public function getFinishTimeMs()
869 869
   {
870
-    return $this->finishTimeMs;
870
+	return $this->finishTimeMs;
871 871
   }
872 872
   public function setFormat($format)
873 873
   {
874
-    $this->format = $format;
874
+	$this->format = $format;
875 875
   }
876 876
   public function getFormat()
877 877
   {
878
-    return $this->format;
878
+	return $this->format;
879 879
   }
880 880
   public function setState($state)
881 881
   {
882
-    $this->state = $state;
882
+	$this->state = $state;
883 883
   }
884 884
   public function getState()
885 885
   {
886
-    return $this->state;
886
+	return $this->state;
887 887
   }
888 888
 }
889 889
 
@@ -902,51 +902,51 @@  discard block
 block discarded – undo
902 902
 
903 903
   public function setChanged($changed)
904 904
   {
905
-    $this->changed = $changed;
905
+	$this->changed = $changed;
906 906
   }
907 907
   public function getChanged()
908 908
   {
909
-    return $this->changed;
909
+	return $this->changed;
910 910
   }
911 911
   public function setEntityId($entityId)
912 912
   {
913
-    $this->entityId = $entityId;
913
+	$this->entityId = $entityId;
914 914
   }
915 915
   public function getEntityId()
916 916
   {
917
-    return $this->entityId;
917
+	return $this->entityId;
918 918
   }
919 919
   public function setEntityName($entityName)
920 920
   {
921
-    $this->entityName = $entityName;
921
+	$this->entityName = $entityName;
922 922
   }
923 923
   public function getEntityName()
924 924
   {
925
-    return $this->entityName;
925
+	return $this->entityName;
926 926
   }
927 927
   public function setErrors($errors)
928 928
   {
929
-    $this->errors = $errors;
929
+	$this->errors = $errors;
930 930
   }
931 931
   public function getErrors()
932 932
   {
933
-    return $this->errors;
933
+	return $this->errors;
934 934
   }
935 935
   public function setPersisted($persisted)
936 936
   {
937
-    $this->persisted = $persisted;
937
+	$this->persisted = $persisted;
938 938
   }
939 939
   public function getPersisted()
940 940
   {
941
-    return $this->persisted;
941
+	return $this->persisted;
942 942
   }
943 943
   public function setRowNumber($rowNumber)
944 944
   {
945
-    $this->rowNumber = $rowNumber;
945
+	$this->rowNumber = $rowNumber;
946 946
   }
947 947
   public function getRowNumber()
948 948
   {
949
-    return $this->rowNumber;
949
+	return $this->rowNumber;
950 950
   }
951 951
 }
952 952
 
@@ -962,35 +962,35 @@  discard block
 block discarded – undo
962 962
 
963 963
   public function setDataRange($dataRange)
964 964
   {
965
-    $this->dataRange = $dataRange;
965
+	$this->dataRange = $dataRange;
966 966
   }
967 967
   public function getDataRange()
968 968
   {
969
-    return $this->dataRange;
969
+	return $this->dataRange;
970 970
   }
971 971
   public function setReportDataEndTimeMs($reportDataEndTimeMs)
972 972
   {
973
-    $this->reportDataEndTimeMs = $reportDataEndTimeMs;
973
+	$this->reportDataEndTimeMs = $reportDataEndTimeMs;
974 974
   }
975 975
   public function getReportDataEndTimeMs()
976 976
   {
977
-    return $this->reportDataEndTimeMs;
977
+	return $this->reportDataEndTimeMs;
978 978
   }
979 979
   public function setReportDataStartTimeMs($reportDataStartTimeMs)
980 980
   {
981
-    $this->reportDataStartTimeMs = $reportDataStartTimeMs;
981
+	$this->reportDataStartTimeMs = $reportDataStartTimeMs;
982 982
   }
983 983
   public function getReportDataStartTimeMs()
984 984
   {
985
-    return $this->reportDataStartTimeMs;
985
+	return $this->reportDataStartTimeMs;
986 986
   }
987 987
   public function setTimezoneCode($timezoneCode)
988 988
   {
989
-    $this->timezoneCode = $timezoneCode;
989
+	$this->timezoneCode = $timezoneCode;
990 990
   }
991 991
   public function getTimezoneCode()
992 992
   {
993
-    return $this->timezoneCode;
993
+	return $this->timezoneCode;
994 994
   }
995 995
 }
996 996
 
@@ -1005,27 +1005,27 @@  discard block
 block discarded – undo
1005 1005
 
1006 1006
   public function setDryRun($dryRun)
1007 1007
   {
1008
-    $this->dryRun = $dryRun;
1008
+	$this->dryRun = $dryRun;
1009 1009
   }
1010 1010
   public function getDryRun()
1011 1011
   {
1012
-    return $this->dryRun;
1012
+	return $this->dryRun;
1013 1013
   }
1014 1014
   public function setFormat($format)
1015 1015
   {
1016
-    $this->format = $format;
1016
+	$this->format = $format;
1017 1017
   }
1018 1018
   public function getFormat()
1019 1019
   {
1020
-    return $this->format;
1020
+	return $this->format;
1021 1021
   }
1022 1022
   public function setLineItems($lineItems)
1023 1023
   {
1024
-    $this->lineItems = $lineItems;
1024
+	$this->lineItems = $lineItems;
1025 1025
   }
1026 1026
   public function getLineItems()
1027 1027
   {
1028
-    return $this->lineItems;
1028
+	return $this->lineItems;
1029 1029
   }
1030 1030
 }
1031 1031
 
@@ -1039,11 +1039,11 @@  discard block
 block discarded – undo
1039 1039
 
1040 1040
   public function setUploadStatus(Google_Service_DoubleClickBidManager_UploadStatus $uploadStatus)
1041 1041
   {
1042
-    $this->uploadStatus = $uploadStatus;
1042
+	$this->uploadStatus = $uploadStatus;
1043 1043
   }
1044 1044
   public function getUploadStatus()
1045 1045
   {
1046
-    return $this->uploadStatus;
1046
+	return $this->uploadStatus;
1047 1047
   }
1048 1048
 }
1049 1049
 
@@ -1059,18 +1059,18 @@  discard block
 block discarded – undo
1059 1059
 
1060 1060
   public function setErrors($errors)
1061 1061
   {
1062
-    $this->errors = $errors;
1062
+	$this->errors = $errors;
1063 1063
   }
1064 1064
   public function getErrors()
1065 1065
   {
1066
-    return $this->errors;
1066
+	return $this->errors;
1067 1067
   }
1068 1068
   public function setRowStatus($rowStatus)
1069 1069
   {
1070
-    $this->rowStatus = $rowStatus;
1070
+	$this->rowStatus = $rowStatus;
1071 1071
   }
1072 1072
   public function getRowStatus()
1073 1073
   {
1074
-    return $this->rowStatus;
1074
+	return $this->rowStatus;
1075 1075
   }
1076 1076
 }
Please login to merge, or discard this patch.
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
               'path' => 'lineitems/downloadlineitems',
62 62
               'httpMethod' => 'POST',
63 63
               'parameters' => array(),
64
-            ),'uploadlineitems' => array(
64
+            ), 'uploadlineitems' => array(
65 65
               'path' => 'lineitems/uploadlineitems',
66 66
               'httpMethod' => 'POST',
67 67
               'parameters' => array(),
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
               'path' => 'query',
80 80
               'httpMethod' => 'POST',
81 81
               'parameters' => array(),
82
-            ),'deletequery' => array(
82
+            ), 'deletequery' => array(
83 83
               'path' => 'query/{queryId}',
84 84
               'httpMethod' => 'DELETE',
85 85
               'parameters' => array(
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
                   'required' => true,
90 90
                 ),
91 91
               ),
92
-            ),'getquery' => array(
92
+            ), 'getquery' => array(
93 93
               'path' => 'query/{queryId}',
94 94
               'httpMethod' => 'GET',
95 95
               'parameters' => array(
@@ -99,11 +99,11 @@  discard block
 block discarded – undo
99 99
                   'required' => true,
100 100
                 ),
101 101
               ),
102
-            ),'listqueries' => array(
102
+            ), 'listqueries' => array(
103 103
               'path' => 'queries',
104 104
               'httpMethod' => 'GET',
105 105
               'parameters' => array(),
106
-            ),'runquery' => array(
106
+            ), 'runquery' => array(
107 107
               'path' => 'query/{queryId}',
108 108
               'httpMethod' => 'POST',
109 109
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/Doubleclicksearch.php 3 patches
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -287,7 +287,7 @@  discard block
 block discarded – undo
287 287
    * Inserts a batch of new conversions into DoubleClick Search.
288 288
    * (conversion.insert)
289 289
    *
290
-   * @param Google_ConversionList $postBody
290
+   * @param Google_Service_Doubleclicksearch_ConversionList $postBody
291 291
    * @param array $optParams Optional parameters.
292 292
    * @return Google_Service_Doubleclicksearch_ConversionList
293 293
    */
@@ -312,7 +312,7 @@  discard block
 block discarded – undo
312 312
    * conversions. Format is yyyymmdd.
313 313
    * @param string $startRow The 0-based starting index for retrieving conversions
314 314
    * results.
315
-   * @param Google_ConversionList $postBody
315
+   * @param Google_Service_Doubleclicksearch_ConversionList $postBody
316 316
    * @param array $optParams Optional parameters.
317 317
    * @return Google_Service_Doubleclicksearch_ConversionList
318 318
    */
@@ -326,7 +326,7 @@  discard block
 block discarded – undo
326 326
   /**
327 327
    * Updates a batch of conversions in DoubleClick Search. (conversion.update)
328 328
    *
329
-   * @param Google_ConversionList $postBody
329
+   * @param Google_Service_Doubleclicksearch_ConversionList $postBody
330 330
    * @param array $optParams Optional parameters.
331 331
    * @return Google_Service_Doubleclicksearch_ConversionList
332 332
    */
@@ -341,7 +341,7 @@  discard block
 block discarded – undo
341 341
    * Updates the availabilities of a batch of floodlight activities in DoubleClick
342 342
    * Search. (conversion.updateAvailability)
343 343
    *
344
-   * @param Google_UpdateAvailabilityRequest $postBody
344
+   * @param Google_Service_Doubleclicksearch_UpdateAvailabilityRequest $postBody
345 345
    * @param array $optParams Optional parameters.
346 346
    * @return Google_Service_Doubleclicksearch_UpdateAvailabilityResponse
347 347
    */
@@ -367,7 +367,7 @@  discard block
 block discarded – undo
367 367
   /**
368 368
    * Generates and returns a report immediately. (reports.generate)
369 369
    *
370
-   * @param Google_ReportRequest $postBody
370
+   * @param Google_Service_Doubleclicksearch_ReportRequest $postBody
371 371
    * @param array $optParams Optional parameters.
372 372
    * @return Google_Service_Doubleclicksearch_Report
373 373
    */
@@ -409,7 +409,7 @@  discard block
 block discarded – undo
409 409
   /**
410 410
    * Inserts a report request into the reporting system. (reports.request)
411 411
    *
412
-   * @param Google_ReportRequest $postBody
412
+   * @param Google_Service_Doubleclicksearch_ReportRequest $postBody
413 413
    * @param array $optParams Optional parameters.
414 414
    * @return Google_Service_Doubleclicksearch_Report
415 415
    */
Please login to merge, or discard this patch.
Indentation   +427 added lines, -427 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** View and manage your advertising data in DoubleClick Search. */
35 35
   const DOUBLECLICKSEARCH =
36
-      "https://www.googleapis.com/auth/doubleclicksearch";
36
+	  "https://www.googleapis.com/auth/doubleclicksearch";
37 37
 
38 38
   public $conversion;
39 39
   public $reports;
@@ -47,198 +47,198 @@  discard block
 block discarded – undo
47 47
    */
48 48
   public function __construct(Google_Client $client)
49 49
   {
50
-    parent::__construct($client);
51
-    $this->rootUrl = 'https://www.googleapis.com/';
52
-    $this->servicePath = 'doubleclicksearch/v2/';
53
-    $this->version = 'v2';
54
-    $this->serviceName = 'doubleclicksearch';
55
-
56
-    $this->conversion = new Google_Service_Doubleclicksearch_Conversion_Resource(
57
-        $this,
58
-        $this->serviceName,
59
-        'conversion',
60
-        array(
61
-          'methods' => array(
62
-            'get' => array(
63
-              'path' => 'agency/{agencyId}/advertiser/{advertiserId}/engine/{engineAccountId}/conversion',
64
-              'httpMethod' => 'GET',
65
-              'parameters' => array(
66
-                'agencyId' => array(
67
-                  'location' => 'path',
68
-                  'type' => 'string',
69
-                  'required' => true,
70
-                ),
71
-                'advertiserId' => array(
72
-                  'location' => 'path',
73
-                  'type' => 'string',
74
-                  'required' => true,
75
-                ),
76
-                'engineAccountId' => array(
77
-                  'location' => 'path',
78
-                  'type' => 'string',
79
-                  'required' => true,
80
-                ),
81
-                'endDate' => array(
82
-                  'location' => 'query',
83
-                  'type' => 'integer',
84
-                  'required' => true,
85
-                ),
86
-                'rowCount' => array(
87
-                  'location' => 'query',
88
-                  'type' => 'integer',
89
-                  'required' => true,
90
-                ),
91
-                'startDate' => array(
92
-                  'location' => 'query',
93
-                  'type' => 'integer',
94
-                  'required' => true,
95
-                ),
96
-                'startRow' => array(
97
-                  'location' => 'query',
98
-                  'type' => 'integer',
99
-                  'required' => true,
100
-                ),
101
-                'adGroupId' => array(
102
-                  'location' => 'query',
103
-                  'type' => 'string',
104
-                ),
105
-                'campaignId' => array(
106
-                  'location' => 'query',
107
-                  'type' => 'string',
108
-                ),
109
-                'adId' => array(
110
-                  'location' => 'query',
111
-                  'type' => 'string',
112
-                ),
113
-                'criterionId' => array(
114
-                  'location' => 'query',
115
-                  'type' => 'string',
116
-                ),
117
-              ),
118
-            ),'insert' => array(
119
-              'path' => 'conversion',
120
-              'httpMethod' => 'POST',
121
-              'parameters' => array(),
122
-            ),'patch' => array(
123
-              'path' => 'conversion',
124
-              'httpMethod' => 'PATCH',
125
-              'parameters' => array(
126
-                'advertiserId' => array(
127
-                  'location' => 'query',
128
-                  'type' => 'string',
129
-                  'required' => true,
130
-                ),
131
-                'agencyId' => array(
132
-                  'location' => 'query',
133
-                  'type' => 'string',
134
-                  'required' => true,
135
-                ),
136
-                'endDate' => array(
137
-                  'location' => 'query',
138
-                  'type' => 'integer',
139
-                  'required' => true,
140
-                ),
141
-                'engineAccountId' => array(
142
-                  'location' => 'query',
143
-                  'type' => 'string',
144
-                  'required' => true,
145
-                ),
146
-                'rowCount' => array(
147
-                  'location' => 'query',
148
-                  'type' => 'integer',
149
-                  'required' => true,
150
-                ),
151
-                'startDate' => array(
152
-                  'location' => 'query',
153
-                  'type' => 'integer',
154
-                  'required' => true,
155
-                ),
156
-                'startRow' => array(
157
-                  'location' => 'query',
158
-                  'type' => 'integer',
159
-                  'required' => true,
160
-                ),
161
-              ),
162
-            ),'update' => array(
163
-              'path' => 'conversion',
164
-              'httpMethod' => 'PUT',
165
-              'parameters' => array(),
166
-            ),'updateAvailability' => array(
167
-              'path' => 'conversion/updateAvailability',
168
-              'httpMethod' => 'POST',
169
-              'parameters' => array(),
170
-            ),
171
-          )
172
-        )
173
-    );
174
-    $this->reports = new Google_Service_Doubleclicksearch_Reports_Resource(
175
-        $this,
176
-        $this->serviceName,
177
-        'reports',
178
-        array(
179
-          'methods' => array(
180
-            'generate' => array(
181
-              'path' => 'reports/generate',
182
-              'httpMethod' => 'POST',
183
-              'parameters' => array(),
184
-            ),'get' => array(
185
-              'path' => 'reports/{reportId}',
186
-              'httpMethod' => 'GET',
187
-              'parameters' => array(
188
-                'reportId' => array(
189
-                  'location' => 'path',
190
-                  'type' => 'string',
191
-                  'required' => true,
192
-                ),
193
-              ),
194
-            ),'getFile' => array(
195
-              'path' => 'reports/{reportId}/files/{reportFragment}',
196
-              'httpMethod' => 'GET',
197
-              'parameters' => array(
198
-                'reportId' => array(
199
-                  'location' => 'path',
200
-                  'type' => 'string',
201
-                  'required' => true,
202
-                ),
203
-                'reportFragment' => array(
204
-                  'location' => 'path',
205
-                  'type' => 'integer',
206
-                  'required' => true,
207
-                ),
208
-              ),
209
-            ),'request' => array(
210
-              'path' => 'reports',
211
-              'httpMethod' => 'POST',
212
-              'parameters' => array(),
213
-            ),
214
-          )
215
-        )
216
-    );
217
-    $this->savedColumns = new Google_Service_Doubleclicksearch_SavedColumns_Resource(
218
-        $this,
219
-        $this->serviceName,
220
-        'savedColumns',
221
-        array(
222
-          'methods' => array(
223
-            'list' => array(
224
-              'path' => 'agency/{agencyId}/advertiser/{advertiserId}/savedcolumns',
225
-              'httpMethod' => 'GET',
226
-              'parameters' => array(
227
-                'agencyId' => array(
228
-                  'location' => 'path',
229
-                  'type' => 'string',
230
-                  'required' => true,
231
-                ),
232
-                'advertiserId' => array(
233
-                  'location' => 'path',
234
-                  'type' => 'string',
235
-                  'required' => true,
236
-                ),
237
-              ),
238
-            ),
239
-          )
240
-        )
241
-    );
50
+	parent::__construct($client);
51
+	$this->rootUrl = 'https://www.googleapis.com/';
52
+	$this->servicePath = 'doubleclicksearch/v2/';
53
+	$this->version = 'v2';
54
+	$this->serviceName = 'doubleclicksearch';
55
+
56
+	$this->conversion = new Google_Service_Doubleclicksearch_Conversion_Resource(
57
+		$this,
58
+		$this->serviceName,
59
+		'conversion',
60
+		array(
61
+		  'methods' => array(
62
+			'get' => array(
63
+			  'path' => 'agency/{agencyId}/advertiser/{advertiserId}/engine/{engineAccountId}/conversion',
64
+			  'httpMethod' => 'GET',
65
+			  'parameters' => array(
66
+				'agencyId' => array(
67
+				  'location' => 'path',
68
+				  'type' => 'string',
69
+				  'required' => true,
70
+				),
71
+				'advertiserId' => array(
72
+				  'location' => 'path',
73
+				  'type' => 'string',
74
+				  'required' => true,
75
+				),
76
+				'engineAccountId' => array(
77
+				  'location' => 'path',
78
+				  'type' => 'string',
79
+				  'required' => true,
80
+				),
81
+				'endDate' => array(
82
+				  'location' => 'query',
83
+				  'type' => 'integer',
84
+				  'required' => true,
85
+				),
86
+				'rowCount' => array(
87
+				  'location' => 'query',
88
+				  'type' => 'integer',
89
+				  'required' => true,
90
+				),
91
+				'startDate' => array(
92
+				  'location' => 'query',
93
+				  'type' => 'integer',
94
+				  'required' => true,
95
+				),
96
+				'startRow' => array(
97
+				  'location' => 'query',
98
+				  'type' => 'integer',
99
+				  'required' => true,
100
+				),
101
+				'adGroupId' => array(
102
+				  'location' => 'query',
103
+				  'type' => 'string',
104
+				),
105
+				'campaignId' => array(
106
+				  'location' => 'query',
107
+				  'type' => 'string',
108
+				),
109
+				'adId' => array(
110
+				  'location' => 'query',
111
+				  'type' => 'string',
112
+				),
113
+				'criterionId' => array(
114
+				  'location' => 'query',
115
+				  'type' => 'string',
116
+				),
117
+			  ),
118
+			),'insert' => array(
119
+			  'path' => 'conversion',
120
+			  'httpMethod' => 'POST',
121
+			  'parameters' => array(),
122
+			),'patch' => array(
123
+			  'path' => 'conversion',
124
+			  'httpMethod' => 'PATCH',
125
+			  'parameters' => array(
126
+				'advertiserId' => array(
127
+				  'location' => 'query',
128
+				  'type' => 'string',
129
+				  'required' => true,
130
+				),
131
+				'agencyId' => array(
132
+				  'location' => 'query',
133
+				  'type' => 'string',
134
+				  'required' => true,
135
+				),
136
+				'endDate' => array(
137
+				  'location' => 'query',
138
+				  'type' => 'integer',
139
+				  'required' => true,
140
+				),
141
+				'engineAccountId' => array(
142
+				  'location' => 'query',
143
+				  'type' => 'string',
144
+				  'required' => true,
145
+				),
146
+				'rowCount' => array(
147
+				  'location' => 'query',
148
+				  'type' => 'integer',
149
+				  'required' => true,
150
+				),
151
+				'startDate' => array(
152
+				  'location' => 'query',
153
+				  'type' => 'integer',
154
+				  'required' => true,
155
+				),
156
+				'startRow' => array(
157
+				  'location' => 'query',
158
+				  'type' => 'integer',
159
+				  'required' => true,
160
+				),
161
+			  ),
162
+			),'update' => array(
163
+			  'path' => 'conversion',
164
+			  'httpMethod' => 'PUT',
165
+			  'parameters' => array(),
166
+			),'updateAvailability' => array(
167
+			  'path' => 'conversion/updateAvailability',
168
+			  'httpMethod' => 'POST',
169
+			  'parameters' => array(),
170
+			),
171
+		  )
172
+		)
173
+	);
174
+	$this->reports = new Google_Service_Doubleclicksearch_Reports_Resource(
175
+		$this,
176
+		$this->serviceName,
177
+		'reports',
178
+		array(
179
+		  'methods' => array(
180
+			'generate' => array(
181
+			  'path' => 'reports/generate',
182
+			  'httpMethod' => 'POST',
183
+			  'parameters' => array(),
184
+			),'get' => array(
185
+			  'path' => 'reports/{reportId}',
186
+			  'httpMethod' => 'GET',
187
+			  'parameters' => array(
188
+				'reportId' => array(
189
+				  'location' => 'path',
190
+				  'type' => 'string',
191
+				  'required' => true,
192
+				),
193
+			  ),
194
+			),'getFile' => array(
195
+			  'path' => 'reports/{reportId}/files/{reportFragment}',
196
+			  'httpMethod' => 'GET',
197
+			  'parameters' => array(
198
+				'reportId' => array(
199
+				  'location' => 'path',
200
+				  'type' => 'string',
201
+				  'required' => true,
202
+				),
203
+				'reportFragment' => array(
204
+				  'location' => 'path',
205
+				  'type' => 'integer',
206
+				  'required' => true,
207
+				),
208
+			  ),
209
+			),'request' => array(
210
+			  'path' => 'reports',
211
+			  'httpMethod' => 'POST',
212
+			  'parameters' => array(),
213
+			),
214
+		  )
215
+		)
216
+	);
217
+	$this->savedColumns = new Google_Service_Doubleclicksearch_SavedColumns_Resource(
218
+		$this,
219
+		$this->serviceName,
220
+		'savedColumns',
221
+		array(
222
+		  'methods' => array(
223
+			'list' => array(
224
+			  'path' => 'agency/{agencyId}/advertiser/{advertiserId}/savedcolumns',
225
+			  'httpMethod' => 'GET',
226
+			  'parameters' => array(
227
+				'agencyId' => array(
228
+				  'location' => 'path',
229
+				  'type' => 'string',
230
+				  'required' => true,
231
+				),
232
+				'advertiserId' => array(
233
+				  'location' => 'path',
234
+				  'type' => 'string',
235
+				  'required' => true,
236
+				),
237
+			  ),
238
+			),
239
+		  )
240
+		)
241
+	);
242 242
   }
243 243
 }
244 244
 
@@ -278,9 +278,9 @@  discard block
 block discarded – undo
278 278
    */
279 279
   public function get($agencyId, $advertiserId, $engineAccountId, $endDate, $rowCount, $startDate, $startRow, $optParams = array())
280 280
   {
281
-    $params = array('agencyId' => $agencyId, 'advertiserId' => $advertiserId, 'engineAccountId' => $engineAccountId, 'endDate' => $endDate, 'rowCount' => $rowCount, 'startDate' => $startDate, 'startRow' => $startRow);
282
-    $params = array_merge($params, $optParams);
283
-    return $this->call('get', array($params), "Google_Service_Doubleclicksearch_ConversionList");
281
+	$params = array('agencyId' => $agencyId, 'advertiserId' => $advertiserId, 'engineAccountId' => $engineAccountId, 'endDate' => $endDate, 'rowCount' => $rowCount, 'startDate' => $startDate, 'startRow' => $startRow);
282
+	$params = array_merge($params, $optParams);
283
+	return $this->call('get', array($params), "Google_Service_Doubleclicksearch_ConversionList");
284 284
   }
285 285
 
286 286
   /**
@@ -293,9 +293,9 @@  discard block
 block discarded – undo
293 293
    */
294 294
   public function insert(Google_Service_Doubleclicksearch_ConversionList $postBody, $optParams = array())
295 295
   {
296
-    $params = array('postBody' => $postBody);
297
-    $params = array_merge($params, $optParams);
298
-    return $this->call('insert', array($params), "Google_Service_Doubleclicksearch_ConversionList");
296
+	$params = array('postBody' => $postBody);
297
+	$params = array_merge($params, $optParams);
298
+	return $this->call('insert', array($params), "Google_Service_Doubleclicksearch_ConversionList");
299 299
   }
300 300
 
301 301
   /**
@@ -318,9 +318,9 @@  discard block
 block discarded – undo
318 318
    */
319 319
   public function patch($advertiserId, $agencyId, $endDate, $engineAccountId, $rowCount, $startDate, $startRow, Google_Service_Doubleclicksearch_ConversionList $postBody, $optParams = array())
320 320
   {
321
-    $params = array('advertiserId' => $advertiserId, 'agencyId' => $agencyId, 'endDate' => $endDate, 'engineAccountId' => $engineAccountId, 'rowCount' => $rowCount, 'startDate' => $startDate, 'startRow' => $startRow, 'postBody' => $postBody);
322
-    $params = array_merge($params, $optParams);
323
-    return $this->call('patch', array($params), "Google_Service_Doubleclicksearch_ConversionList");
321
+	$params = array('advertiserId' => $advertiserId, 'agencyId' => $agencyId, 'endDate' => $endDate, 'engineAccountId' => $engineAccountId, 'rowCount' => $rowCount, 'startDate' => $startDate, 'startRow' => $startRow, 'postBody' => $postBody);
322
+	$params = array_merge($params, $optParams);
323
+	return $this->call('patch', array($params), "Google_Service_Doubleclicksearch_ConversionList");
324 324
   }
325 325
 
326 326
   /**
@@ -332,9 +332,9 @@  discard block
 block discarded – undo
332 332
    */
333 333
   public function update(Google_Service_Doubleclicksearch_ConversionList $postBody, $optParams = array())
334 334
   {
335
-    $params = array('postBody' => $postBody);
336
-    $params = array_merge($params, $optParams);
337
-    return $this->call('update', array($params), "Google_Service_Doubleclicksearch_ConversionList");
335
+	$params = array('postBody' => $postBody);
336
+	$params = array_merge($params, $optParams);
337
+	return $this->call('update', array($params), "Google_Service_Doubleclicksearch_ConversionList");
338 338
   }
339 339
 
340 340
   /**
@@ -347,9 +347,9 @@  discard block
 block discarded – undo
347 347
    */
348 348
   public function updateAvailability(Google_Service_Doubleclicksearch_UpdateAvailabilityRequest $postBody, $optParams = array())
349 349
   {
350
-    $params = array('postBody' => $postBody);
351
-    $params = array_merge($params, $optParams);
352
-    return $this->call('updateAvailability', array($params), "Google_Service_Doubleclicksearch_UpdateAvailabilityResponse");
350
+	$params = array('postBody' => $postBody);
351
+	$params = array_merge($params, $optParams);
352
+	return $this->call('updateAvailability', array($params), "Google_Service_Doubleclicksearch_UpdateAvailabilityResponse");
353 353
   }
354 354
 }
355 355
 
@@ -373,9 +373,9 @@  discard block
 block discarded – undo
373 373
    */
374 374
   public function generate(Google_Service_Doubleclicksearch_ReportRequest $postBody, $optParams = array())
375 375
   {
376
-    $params = array('postBody' => $postBody);
377
-    $params = array_merge($params, $optParams);
378
-    return $this->call('generate', array($params), "Google_Service_Doubleclicksearch_Report");
376
+	$params = array('postBody' => $postBody);
377
+	$params = array_merge($params, $optParams);
378
+	return $this->call('generate', array($params), "Google_Service_Doubleclicksearch_Report");
379 379
   }
380 380
 
381 381
   /**
@@ -387,9 +387,9 @@  discard block
 block discarded – undo
387 387
    */
388 388
   public function get($reportId, $optParams = array())
389 389
   {
390
-    $params = array('reportId' => $reportId);
391
-    $params = array_merge($params, $optParams);
392
-    return $this->call('get', array($params), "Google_Service_Doubleclicksearch_Report");
390
+	$params = array('reportId' => $reportId);
391
+	$params = array_merge($params, $optParams);
392
+	return $this->call('get', array($params), "Google_Service_Doubleclicksearch_Report");
393 393
   }
394 394
 
395 395
   /**
@@ -401,9 +401,9 @@  discard block
 block discarded – undo
401 401
    */
402 402
   public function getFile($reportId, $reportFragment, $optParams = array())
403 403
   {
404
-    $params = array('reportId' => $reportId, 'reportFragment' => $reportFragment);
405
-    $params = array_merge($params, $optParams);
406
-    return $this->call('getFile', array($params));
404
+	$params = array('reportId' => $reportId, 'reportFragment' => $reportFragment);
405
+	$params = array_merge($params, $optParams);
406
+	return $this->call('getFile', array($params));
407 407
   }
408 408
 
409 409
   /**
@@ -415,9 +415,9 @@  discard block
 block discarded – undo
415 415
    */
416 416
   public function request(Google_Service_Doubleclicksearch_ReportRequest $postBody, $optParams = array())
417 417
   {
418
-    $params = array('postBody' => $postBody);
419
-    $params = array_merge($params, $optParams);
420
-    return $this->call('request', array($params), "Google_Service_Doubleclicksearch_Report");
418
+	$params = array('postBody' => $postBody);
419
+	$params = array_merge($params, $optParams);
420
+	return $this->call('request', array($params), "Google_Service_Doubleclicksearch_Report");
421 421
   }
422 422
 }
423 423
 
@@ -443,9 +443,9 @@  discard block
 block discarded – undo
443 443
    */
444 444
   public function listSavedColumns($agencyId, $advertiserId, $optParams = array())
445 445
   {
446
-    $params = array('agencyId' => $agencyId, 'advertiserId' => $advertiserId);
447
-    $params = array_merge($params, $optParams);
448
-    return $this->call('list', array($params), "Google_Service_Doubleclicksearch_SavedColumnList");
446
+	$params = array('agencyId' => $agencyId, 'advertiserId' => $advertiserId);
447
+	$params = array_merge($params, $optParams);
448
+	return $this->call('list', array($params), "Google_Service_Doubleclicksearch_SavedColumnList");
449 449
   }
450 450
 }
451 451
 
@@ -466,51 +466,51 @@  discard block
 block discarded – undo
466 466
 
467 467
   public function setAdvertiserId($advertiserId)
468 468
   {
469
-    $this->advertiserId = $advertiserId;
469
+	$this->advertiserId = $advertiserId;
470 470
   }
471 471
   public function getAdvertiserId()
472 472
   {
473
-    return $this->advertiserId;
473
+	return $this->advertiserId;
474 474
   }
475 475
   public function setAgencyId($agencyId)
476 476
   {
477
-    $this->agencyId = $agencyId;
477
+	$this->agencyId = $agencyId;
478 478
   }
479 479
   public function getAgencyId()
480 480
   {
481
-    return $this->agencyId;
481
+	return $this->agencyId;
482 482
   }
483 483
   public function setAvailabilityTimestamp($availabilityTimestamp)
484 484
   {
485
-    $this->availabilityTimestamp = $availabilityTimestamp;
485
+	$this->availabilityTimestamp = $availabilityTimestamp;
486 486
   }
487 487
   public function getAvailabilityTimestamp()
488 488
   {
489
-    return $this->availabilityTimestamp;
489
+	return $this->availabilityTimestamp;
490 490
   }
491 491
   public function setSegmentationId($segmentationId)
492 492
   {
493
-    $this->segmentationId = $segmentationId;
493
+	$this->segmentationId = $segmentationId;
494 494
   }
495 495
   public function getSegmentationId()
496 496
   {
497
-    return $this->segmentationId;
497
+	return $this->segmentationId;
498 498
   }
499 499
   public function setSegmentationName($segmentationName)
500 500
   {
501
-    $this->segmentationName = $segmentationName;
501
+	$this->segmentationName = $segmentationName;
502 502
   }
503 503
   public function getSegmentationName()
504 504
   {
505
-    return $this->segmentationName;
505
+	return $this->segmentationName;
506 506
   }
507 507
   public function setSegmentationType($segmentationType)
508 508
   {
509
-    $this->segmentationType = $segmentationType;
509
+	$this->segmentationType = $segmentationType;
510 510
   }
511 511
   public function getSegmentationType()
512 512
   {
513
-    return $this->segmentationType;
513
+	return $this->segmentationType;
514 514
   }
515 515
 }
516 516
 
@@ -558,267 +558,267 @@  discard block
 block discarded – undo
558 558
 
559 559
   public function setAdGroupId($adGroupId)
560 560
   {
561
-    $this->adGroupId = $adGroupId;
561
+	$this->adGroupId = $adGroupId;
562 562
   }
563 563
   public function getAdGroupId()
564 564
   {
565
-    return $this->adGroupId;
565
+	return $this->adGroupId;
566 566
   }
567 567
   public function setAdId($adId)
568 568
   {
569
-    $this->adId = $adId;
569
+	$this->adId = $adId;
570 570
   }
571 571
   public function getAdId()
572 572
   {
573
-    return $this->adId;
573
+	return $this->adId;
574 574
   }
575 575
   public function setAdvertiserId($advertiserId)
576 576
   {
577
-    $this->advertiserId = $advertiserId;
577
+	$this->advertiserId = $advertiserId;
578 578
   }
579 579
   public function getAdvertiserId()
580 580
   {
581
-    return $this->advertiserId;
581
+	return $this->advertiserId;
582 582
   }
583 583
   public function setAgencyId($agencyId)
584 584
   {
585
-    $this->agencyId = $agencyId;
585
+	$this->agencyId = $agencyId;
586 586
   }
587 587
   public function getAgencyId()
588 588
   {
589
-    return $this->agencyId;
589
+	return $this->agencyId;
590 590
   }
591 591
   public function setAttributionModel($attributionModel)
592 592
   {
593
-    $this->attributionModel = $attributionModel;
593
+	$this->attributionModel = $attributionModel;
594 594
   }
595 595
   public function getAttributionModel()
596 596
   {
597
-    return $this->attributionModel;
597
+	return $this->attributionModel;
598 598
   }
599 599
   public function setCampaignId($campaignId)
600 600
   {
601
-    $this->campaignId = $campaignId;
601
+	$this->campaignId = $campaignId;
602 602
   }
603 603
   public function getCampaignId()
604 604
   {
605
-    return $this->campaignId;
605
+	return $this->campaignId;
606 606
   }
607 607
   public function setChannel($channel)
608 608
   {
609
-    $this->channel = $channel;
609
+	$this->channel = $channel;
610 610
   }
611 611
   public function getChannel()
612 612
   {
613
-    return $this->channel;
613
+	return $this->channel;
614 614
   }
615 615
   public function setClickId($clickId)
616 616
   {
617
-    $this->clickId = $clickId;
617
+	$this->clickId = $clickId;
618 618
   }
619 619
   public function getClickId()
620 620
   {
621
-    return $this->clickId;
621
+	return $this->clickId;
622 622
   }
623 623
   public function setConversionId($conversionId)
624 624
   {
625
-    $this->conversionId = $conversionId;
625
+	$this->conversionId = $conversionId;
626 626
   }
627 627
   public function getConversionId()
628 628
   {
629
-    return $this->conversionId;
629
+	return $this->conversionId;
630 630
   }
631 631
   public function setConversionModifiedTimestamp($conversionModifiedTimestamp)
632 632
   {
633
-    $this->conversionModifiedTimestamp = $conversionModifiedTimestamp;
633
+	$this->conversionModifiedTimestamp = $conversionModifiedTimestamp;
634 634
   }
635 635
   public function getConversionModifiedTimestamp()
636 636
   {
637
-    return $this->conversionModifiedTimestamp;
637
+	return $this->conversionModifiedTimestamp;
638 638
   }
639 639
   public function setConversionTimestamp($conversionTimestamp)
640 640
   {
641
-    $this->conversionTimestamp = $conversionTimestamp;
641
+	$this->conversionTimestamp = $conversionTimestamp;
642 642
   }
643 643
   public function getConversionTimestamp()
644 644
   {
645
-    return $this->conversionTimestamp;
645
+	return $this->conversionTimestamp;
646 646
   }
647 647
   public function setCountMillis($countMillis)
648 648
   {
649
-    $this->countMillis = $countMillis;
649
+	$this->countMillis = $countMillis;
650 650
   }
651 651
   public function getCountMillis()
652 652
   {
653
-    return $this->countMillis;
653
+	return $this->countMillis;
654 654
   }
655 655
   public function setCriterionId($criterionId)
656 656
   {
657
-    $this->criterionId = $criterionId;
657
+	$this->criterionId = $criterionId;
658 658
   }
659 659
   public function getCriterionId()
660 660
   {
661
-    return $this->criterionId;
661
+	return $this->criterionId;
662 662
   }
663 663
   public function setCurrencyCode($currencyCode)
664 664
   {
665
-    $this->currencyCode = $currencyCode;
665
+	$this->currencyCode = $currencyCode;
666 666
   }
667 667
   public function getCurrencyCode()
668 668
   {
669
-    return $this->currencyCode;
669
+	return $this->currencyCode;
670 670
   }
671 671
   public function setCustomDimension($customDimension)
672 672
   {
673
-    $this->customDimension = $customDimension;
673
+	$this->customDimension = $customDimension;
674 674
   }
675 675
   public function getCustomDimension()
676 676
   {
677
-    return $this->customDimension;
677
+	return $this->customDimension;
678 678
   }
679 679
   public function setCustomMetric($customMetric)
680 680
   {
681
-    $this->customMetric = $customMetric;
681
+	$this->customMetric = $customMetric;
682 682
   }
683 683
   public function getCustomMetric()
684 684
   {
685
-    return $this->customMetric;
685
+	return $this->customMetric;
686 686
   }
687 687
   public function setDeviceType($deviceType)
688 688
   {
689
-    $this->deviceType = $deviceType;
689
+	$this->deviceType = $deviceType;
690 690
   }
691 691
   public function getDeviceType()
692 692
   {
693
-    return $this->deviceType;
693
+	return $this->deviceType;
694 694
   }
695 695
   public function setDsConversionId($dsConversionId)
696 696
   {
697
-    $this->dsConversionId = $dsConversionId;
697
+	$this->dsConversionId = $dsConversionId;
698 698
   }
699 699
   public function getDsConversionId()
700 700
   {
701
-    return $this->dsConversionId;
701
+	return $this->dsConversionId;
702 702
   }
703 703
   public function setEngineAccountId($engineAccountId)
704 704
   {
705
-    $this->engineAccountId = $engineAccountId;
705
+	$this->engineAccountId = $engineAccountId;
706 706
   }
707 707
   public function getEngineAccountId()
708 708
   {
709
-    return $this->engineAccountId;
709
+	return $this->engineAccountId;
710 710
   }
711 711
   public function setFloodlightOrderId($floodlightOrderId)
712 712
   {
713
-    $this->floodlightOrderId = $floodlightOrderId;
713
+	$this->floodlightOrderId = $floodlightOrderId;
714 714
   }
715 715
   public function getFloodlightOrderId()
716 716
   {
717
-    return $this->floodlightOrderId;
717
+	return $this->floodlightOrderId;
718 718
   }
719 719
   public function setInventoryAccountId($inventoryAccountId)
720 720
   {
721
-    $this->inventoryAccountId = $inventoryAccountId;
721
+	$this->inventoryAccountId = $inventoryAccountId;
722 722
   }
723 723
   public function getInventoryAccountId()
724 724
   {
725
-    return $this->inventoryAccountId;
725
+	return $this->inventoryAccountId;
726 726
   }
727 727
   public function setProductCountry($productCountry)
728 728
   {
729
-    $this->productCountry = $productCountry;
729
+	$this->productCountry = $productCountry;
730 730
   }
731 731
   public function getProductCountry()
732 732
   {
733
-    return $this->productCountry;
733
+	return $this->productCountry;
734 734
   }
735 735
   public function setProductGroupId($productGroupId)
736 736
   {
737
-    $this->productGroupId = $productGroupId;
737
+	$this->productGroupId = $productGroupId;
738 738
   }
739 739
   public function getProductGroupId()
740 740
   {
741
-    return $this->productGroupId;
741
+	return $this->productGroupId;
742 742
   }
743 743
   public function setProductId($productId)
744 744
   {
745
-    $this->productId = $productId;
745
+	$this->productId = $productId;
746 746
   }
747 747
   public function getProductId()
748 748
   {
749
-    return $this->productId;
749
+	return $this->productId;
750 750
   }
751 751
   public function setProductLanguage($productLanguage)
752 752
   {
753
-    $this->productLanguage = $productLanguage;
753
+	$this->productLanguage = $productLanguage;
754 754
   }
755 755
   public function getProductLanguage()
756 756
   {
757
-    return $this->productLanguage;
757
+	return $this->productLanguage;
758 758
   }
759 759
   public function setQuantityMillis($quantityMillis)
760 760
   {
761
-    $this->quantityMillis = $quantityMillis;
761
+	$this->quantityMillis = $quantityMillis;
762 762
   }
763 763
   public function getQuantityMillis()
764 764
   {
765
-    return $this->quantityMillis;
765
+	return $this->quantityMillis;
766 766
   }
767 767
   public function setRevenueMicros($revenueMicros)
768 768
   {
769
-    $this->revenueMicros = $revenueMicros;
769
+	$this->revenueMicros = $revenueMicros;
770 770
   }
771 771
   public function getRevenueMicros()
772 772
   {
773
-    return $this->revenueMicros;
773
+	return $this->revenueMicros;
774 774
   }
775 775
   public function setSegmentationId($segmentationId)
776 776
   {
777
-    $this->segmentationId = $segmentationId;
777
+	$this->segmentationId = $segmentationId;
778 778
   }
779 779
   public function getSegmentationId()
780 780
   {
781
-    return $this->segmentationId;
781
+	return $this->segmentationId;
782 782
   }
783 783
   public function setSegmentationName($segmentationName)
784 784
   {
785
-    $this->segmentationName = $segmentationName;
785
+	$this->segmentationName = $segmentationName;
786 786
   }
787 787
   public function getSegmentationName()
788 788
   {
789
-    return $this->segmentationName;
789
+	return $this->segmentationName;
790 790
   }
791 791
   public function setSegmentationType($segmentationType)
792 792
   {
793
-    $this->segmentationType = $segmentationType;
793
+	$this->segmentationType = $segmentationType;
794 794
   }
795 795
   public function getSegmentationType()
796 796
   {
797
-    return $this->segmentationType;
797
+	return $this->segmentationType;
798 798
   }
799 799
   public function setState($state)
800 800
   {
801
-    $this->state = $state;
801
+	$this->state = $state;
802 802
   }
803 803
   public function getState()
804 804
   {
805
-    return $this->state;
805
+	return $this->state;
806 806
   }
807 807
   public function setStoreId($storeId)
808 808
   {
809
-    $this->storeId = $storeId;
809
+	$this->storeId = $storeId;
810 810
   }
811 811
   public function getStoreId()
812 812
   {
813
-    return $this->storeId;
813
+	return $this->storeId;
814 814
   }
815 815
   public function setType($type)
816 816
   {
817
-    $this->type = $type;
817
+	$this->type = $type;
818 818
   }
819 819
   public function getType()
820 820
   {
821
-    return $this->type;
821
+	return $this->type;
822 822
   }
823 823
 }
824 824
 
@@ -834,19 +834,19 @@  discard block
 block discarded – undo
834 834
 
835 835
   public function setConversion($conversion)
836 836
   {
837
-    $this->conversion = $conversion;
837
+	$this->conversion = $conversion;
838 838
   }
839 839
   public function getConversion()
840 840
   {
841
-    return $this->conversion;
841
+	return $this->conversion;
842 842
   }
843 843
   public function setKind($kind)
844 844
   {
845
-    $this->kind = $kind;
845
+	$this->kind = $kind;
846 846
   }
847 847
   public function getKind()
848 848
   {
849
-    return $this->kind;
849
+	return $this->kind;
850 850
   }
851 851
 }
852 852
 
@@ -860,19 +860,19 @@  discard block
 block discarded – undo
860 860
 
861 861
   public function setName($name)
862 862
   {
863
-    $this->name = $name;
863
+	$this->name = $name;
864 864
   }
865 865
   public function getName()
866 866
   {
867
-    return $this->name;
867
+	return $this->name;
868 868
   }
869 869
   public function setValue($value)
870 870
   {
871
-    $this->value = $value;
871
+	$this->value = $value;
872 872
   }
873 873
   public function getValue()
874 874
   {
875
-    return $this->value;
875
+	return $this->value;
876 876
   }
877 877
 }
878 878
 
@@ -886,19 +886,19 @@  discard block
 block discarded – undo
886 886
 
887 887
   public function setName($name)
888 888
   {
889
-    $this->name = $name;
889
+	$this->name = $name;
890 890
   }
891 891
   public function getName()
892 892
   {
893
-    return $this->name;
893
+	return $this->name;
894 894
   }
895 895
   public function setValue($value)
896 896
   {
897
-    $this->value = $value;
897
+	$this->value = $value;
898 898
   }
899 899
   public function getValue()
900 900
   {
901
-    return $this->value;
901
+	return $this->value;
902 902
   }
903 903
 }
904 904
 
@@ -922,75 +922,75 @@  discard block
 block discarded – undo
922 922
 
923 923
   public function setFiles($files)
924 924
   {
925
-    $this->files = $files;
925
+	$this->files = $files;
926 926
   }
927 927
   public function getFiles()
928 928
   {
929
-    return $this->files;
929
+	return $this->files;
930 930
   }
931 931
   public function setId($id)
932 932
   {
933
-    $this->id = $id;
933
+	$this->id = $id;
934 934
   }
935 935
   public function getId()
936 936
   {
937
-    return $this->id;
937
+	return $this->id;
938 938
   }
939 939
   public function setIsReportReady($isReportReady)
940 940
   {
941
-    $this->isReportReady = $isReportReady;
941
+	$this->isReportReady = $isReportReady;
942 942
   }
943 943
   public function getIsReportReady()
944 944
   {
945
-    return $this->isReportReady;
945
+	return $this->isReportReady;
946 946
   }
947 947
   public function setKind($kind)
948 948
   {
949
-    $this->kind = $kind;
949
+	$this->kind = $kind;
950 950
   }
951 951
   public function getKind()
952 952
   {
953
-    return $this->kind;
953
+	return $this->kind;
954 954
   }
955 955
   public function setRequest(Google_Service_Doubleclicksearch_ReportRequest $request)
956 956
   {
957
-    $this->request = $request;
957
+	$this->request = $request;
958 958
   }
959 959
   public function getRequest()
960 960
   {
961
-    return $this->request;
961
+	return $this->request;
962 962
   }
963 963
   public function setRowCount($rowCount)
964 964
   {
965
-    $this->rowCount = $rowCount;
965
+	$this->rowCount = $rowCount;
966 966
   }
967 967
   public function getRowCount()
968 968
   {
969
-    return $this->rowCount;
969
+	return $this->rowCount;
970 970
   }
971 971
   public function setRows($rows)
972 972
   {
973
-    $this->rows = $rows;
973
+	$this->rows = $rows;
974 974
   }
975 975
   public function getRows()
976 976
   {
977
-    return $this->rows;
977
+	return $this->rows;
978 978
   }
979 979
   public function setStatisticsCurrencyCode($statisticsCurrencyCode)
980 980
   {
981
-    $this->statisticsCurrencyCode = $statisticsCurrencyCode;
981
+	$this->statisticsCurrencyCode = $statisticsCurrencyCode;
982 982
   }
983 983
   public function getStatisticsCurrencyCode()
984 984
   {
985
-    return $this->statisticsCurrencyCode;
985
+	return $this->statisticsCurrencyCode;
986 986
   }
987 987
   public function setStatisticsTimeZone($statisticsTimeZone)
988 988
   {
989
-    $this->statisticsTimeZone = $statisticsTimeZone;
989
+	$this->statisticsTimeZone = $statisticsTimeZone;
990 990
   }
991 991
   public function getStatisticsTimeZone()
992 992
   {
993
-    return $this->statisticsTimeZone;
993
+	return $this->statisticsTimeZone;
994 994
   }
995 995
 }
996 996
 
@@ -1011,75 +1011,75 @@  discard block
 block discarded – undo
1011 1011
 
1012 1012
   public function setColumnName($columnName)
1013 1013
   {
1014
-    $this->columnName = $columnName;
1014
+	$this->columnName = $columnName;
1015 1015
   }
1016 1016
   public function getColumnName()
1017 1017
   {
1018
-    return $this->columnName;
1018
+	return $this->columnName;
1019 1019
   }
1020 1020
   public function setCustomDimensionName($customDimensionName)
1021 1021
   {
1022
-    $this->customDimensionName = $customDimensionName;
1022
+	$this->customDimensionName = $customDimensionName;
1023 1023
   }
1024 1024
   public function getCustomDimensionName()
1025 1025
   {
1026
-    return $this->customDimensionName;
1026
+	return $this->customDimensionName;
1027 1027
   }
1028 1028
   public function setCustomMetricName($customMetricName)
1029 1029
   {
1030
-    $this->customMetricName = $customMetricName;
1030
+	$this->customMetricName = $customMetricName;
1031 1031
   }
1032 1032
   public function getCustomMetricName()
1033 1033
   {
1034
-    return $this->customMetricName;
1034
+	return $this->customMetricName;
1035 1035
   }
1036 1036
   public function setEndDate($endDate)
1037 1037
   {
1038
-    $this->endDate = $endDate;
1038
+	$this->endDate = $endDate;
1039 1039
   }
1040 1040
   public function getEndDate()
1041 1041
   {
1042
-    return $this->endDate;
1042
+	return $this->endDate;
1043 1043
   }
1044 1044
   public function setGroupByColumn($groupByColumn)
1045 1045
   {
1046
-    $this->groupByColumn = $groupByColumn;
1046
+	$this->groupByColumn = $groupByColumn;
1047 1047
   }
1048 1048
   public function getGroupByColumn()
1049 1049
   {
1050
-    return $this->groupByColumn;
1050
+	return $this->groupByColumn;
1051 1051
   }
1052 1052
   public function setHeaderText($headerText)
1053 1053
   {
1054
-    $this->headerText = $headerText;
1054
+	$this->headerText = $headerText;
1055 1055
   }
1056 1056
   public function getHeaderText()
1057 1057
   {
1058
-    return $this->headerText;
1058
+	return $this->headerText;
1059 1059
   }
1060 1060
   public function setPlatformSource($platformSource)
1061 1061
   {
1062
-    $this->platformSource = $platformSource;
1062
+	$this->platformSource = $platformSource;
1063 1063
   }
1064 1064
   public function getPlatformSource()
1065 1065
   {
1066
-    return $this->platformSource;
1066
+	return $this->platformSource;
1067 1067
   }
1068 1068
   public function setSavedColumnName($savedColumnName)
1069 1069
   {
1070
-    $this->savedColumnName = $savedColumnName;
1070
+	$this->savedColumnName = $savedColumnName;
1071 1071
   }
1072 1072
   public function getSavedColumnName()
1073 1073
   {
1074
-    return $this->savedColumnName;
1074
+	return $this->savedColumnName;
1075 1075
   }
1076 1076
   public function setStartDate($startDate)
1077 1077
   {
1078
-    $this->startDate = $startDate;
1078
+	$this->startDate = $startDate;
1079 1079
   }
1080 1080
   public function getStartDate()
1081 1081
   {
1082
-    return $this->startDate;
1082
+	return $this->startDate;
1083 1083
   }
1084 1084
 }
1085 1085
 
@@ -1093,19 +1093,19 @@  discard block
 block discarded – undo
1093 1093
 
1094 1094
   public function setByteCount($byteCount)
1095 1095
   {
1096
-    $this->byteCount = $byteCount;
1096
+	$this->byteCount = $byteCount;
1097 1097
   }
1098 1098
   public function getByteCount()
1099 1099
   {
1100
-    return $this->byteCount;
1100
+	return $this->byteCount;
1101 1101
   }
1102 1102
   public function setUrl($url)
1103 1103
   {
1104
-    $this->url = $url;
1104
+	$this->url = $url;
1105 1105
   }
1106 1106
   public function getUrl()
1107 1107
   {
1108
-    return $this->url;
1108
+	return $this->url;
1109 1109
   }
1110 1110
 }
1111 1111
 
@@ -1137,115 +1137,115 @@  discard block
 block discarded – undo
1137 1137
 
1138 1138
   public function setColumns($columns)
1139 1139
   {
1140
-    $this->columns = $columns;
1140
+	$this->columns = $columns;
1141 1141
   }
1142 1142
   public function getColumns()
1143 1143
   {
1144
-    return $this->columns;
1144
+	return $this->columns;
1145 1145
   }
1146 1146
   public function setDownloadFormat($downloadFormat)
1147 1147
   {
1148
-    $this->downloadFormat = $downloadFormat;
1148
+	$this->downloadFormat = $downloadFormat;
1149 1149
   }
1150 1150
   public function getDownloadFormat()
1151 1151
   {
1152
-    return $this->downloadFormat;
1152
+	return $this->downloadFormat;
1153 1153
   }
1154 1154
   public function setFilters($filters)
1155 1155
   {
1156
-    $this->filters = $filters;
1156
+	$this->filters = $filters;
1157 1157
   }
1158 1158
   public function getFilters()
1159 1159
   {
1160
-    return $this->filters;
1160
+	return $this->filters;
1161 1161
   }
1162 1162
   public function setIncludeDeletedEntities($includeDeletedEntities)
1163 1163
   {
1164
-    $this->includeDeletedEntities = $includeDeletedEntities;
1164
+	$this->includeDeletedEntities = $includeDeletedEntities;
1165 1165
   }
1166 1166
   public function getIncludeDeletedEntities()
1167 1167
   {
1168
-    return $this->includeDeletedEntities;
1168
+	return $this->includeDeletedEntities;
1169 1169
   }
1170 1170
   public function setIncludeRemovedEntities($includeRemovedEntities)
1171 1171
   {
1172
-    $this->includeRemovedEntities = $includeRemovedEntities;
1172
+	$this->includeRemovedEntities = $includeRemovedEntities;
1173 1173
   }
1174 1174
   public function getIncludeRemovedEntities()
1175 1175
   {
1176
-    return $this->includeRemovedEntities;
1176
+	return $this->includeRemovedEntities;
1177 1177
   }
1178 1178
   public function setMaxRowsPerFile($maxRowsPerFile)
1179 1179
   {
1180
-    $this->maxRowsPerFile = $maxRowsPerFile;
1180
+	$this->maxRowsPerFile = $maxRowsPerFile;
1181 1181
   }
1182 1182
   public function getMaxRowsPerFile()
1183 1183
   {
1184
-    return $this->maxRowsPerFile;
1184
+	return $this->maxRowsPerFile;
1185 1185
   }
1186 1186
   public function setOrderBy($orderBy)
1187 1187
   {
1188
-    $this->orderBy = $orderBy;
1188
+	$this->orderBy = $orderBy;
1189 1189
   }
1190 1190
   public function getOrderBy()
1191 1191
   {
1192
-    return $this->orderBy;
1192
+	return $this->orderBy;
1193 1193
   }
1194 1194
   public function setReportScope(Google_Service_Doubleclicksearch_ReportRequestReportScope $reportScope)
1195 1195
   {
1196
-    $this->reportScope = $reportScope;
1196
+	$this->reportScope = $reportScope;
1197 1197
   }
1198 1198
   public function getReportScope()
1199 1199
   {
1200
-    return $this->reportScope;
1200
+	return $this->reportScope;
1201 1201
   }
1202 1202
   public function setReportType($reportType)
1203 1203
   {
1204
-    $this->reportType = $reportType;
1204
+	$this->reportType = $reportType;
1205 1205
   }
1206 1206
   public function getReportType()
1207 1207
   {
1208
-    return $this->reportType;
1208
+	return $this->reportType;
1209 1209
   }
1210 1210
   public function setRowCount($rowCount)
1211 1211
   {
1212
-    $this->rowCount = $rowCount;
1212
+	$this->rowCount = $rowCount;
1213 1213
   }
1214 1214
   public function getRowCount()
1215 1215
   {
1216
-    return $this->rowCount;
1216
+	return $this->rowCount;
1217 1217
   }
1218 1218
   public function setStartRow($startRow)
1219 1219
   {
1220
-    $this->startRow = $startRow;
1220
+	$this->startRow = $startRow;
1221 1221
   }
1222 1222
   public function getStartRow()
1223 1223
   {
1224
-    return $this->startRow;
1224
+	return $this->startRow;
1225 1225
   }
1226 1226
   public function setStatisticsCurrency($statisticsCurrency)
1227 1227
   {
1228
-    $this->statisticsCurrency = $statisticsCurrency;
1228
+	$this->statisticsCurrency = $statisticsCurrency;
1229 1229
   }
1230 1230
   public function getStatisticsCurrency()
1231 1231
   {
1232
-    return $this->statisticsCurrency;
1232
+	return $this->statisticsCurrency;
1233 1233
   }
1234 1234
   public function setTimeRange(Google_Service_Doubleclicksearch_ReportRequestTimeRange $timeRange)
1235 1235
   {
1236
-    $this->timeRange = $timeRange;
1236
+	$this->timeRange = $timeRange;
1237 1237
   }
1238 1238
   public function getTimeRange()
1239 1239
   {
1240
-    return $this->timeRange;
1240
+	return $this->timeRange;
1241 1241
   }
1242 1242
   public function setVerifySingleTimeZone($verifySingleTimeZone)
1243 1243
   {
1244
-    $this->verifySingleTimeZone = $verifySingleTimeZone;
1244
+	$this->verifySingleTimeZone = $verifySingleTimeZone;
1245 1245
   }
1246 1246
   public function getVerifySingleTimeZone()
1247 1247
   {
1248
-    return $this->verifySingleTimeZone;
1248
+	return $this->verifySingleTimeZone;
1249 1249
   }
1250 1250
 }
1251 1251
 
@@ -1262,27 +1262,27 @@  discard block
 block discarded – undo
1262 1262
 
1263 1263
   public function setColumn(Google_Service_Doubleclicksearch_ReportApiColumnSpec $column)
1264 1264
   {
1265
-    $this->column = $column;
1265
+	$this->column = $column;
1266 1266
   }
1267 1267
   public function getColumn()
1268 1268
   {
1269
-    return $this->column;
1269
+	return $this->column;
1270 1270
   }
1271 1271
   public function setOperator($operator)
1272 1272
   {
1273
-    $this->operator = $operator;
1273
+	$this->operator = $operator;
1274 1274
   }
1275 1275
   public function getOperator()
1276 1276
   {
1277
-    return $this->operator;
1277
+	return $this->operator;
1278 1278
   }
1279 1279
   public function setValues($values)
1280 1280
   {
1281
-    $this->values = $values;
1281
+	$this->values = $values;
1282 1282
   }
1283 1283
   public function getValues()
1284 1284
   {
1285
-    return $this->values;
1285
+	return $this->values;
1286 1286
   }
1287 1287
 }
1288 1288
 
@@ -1297,19 +1297,19 @@  discard block
 block discarded – undo
1297 1297
 
1298 1298
   public function setColumn(Google_Service_Doubleclicksearch_ReportApiColumnSpec $column)
1299 1299
   {
1300
-    $this->column = $column;
1300
+	$this->column = $column;
1301 1301
   }
1302 1302
   public function getColumn()
1303 1303
   {
1304
-    return $this->column;
1304
+	return $this->column;
1305 1305
   }
1306 1306
   public function setSortOrder($sortOrder)
1307 1307
   {
1308
-    $this->sortOrder = $sortOrder;
1308
+	$this->sortOrder = $sortOrder;
1309 1309
   }
1310 1310
   public function getSortOrder()
1311 1311
   {
1312
-    return $this->sortOrder;
1312
+	return $this->sortOrder;
1313 1313
   }
1314 1314
 }
1315 1315
 
@@ -1328,59 +1328,59 @@  discard block
 block discarded – undo
1328 1328
 
1329 1329
   public function setAdGroupId($adGroupId)
1330 1330
   {
1331
-    $this->adGroupId = $adGroupId;
1331
+	$this->adGroupId = $adGroupId;
1332 1332
   }
1333 1333
   public function getAdGroupId()
1334 1334
   {
1335
-    return $this->adGroupId;
1335
+	return $this->adGroupId;
1336 1336
   }
1337 1337
   public function setAdId($adId)
1338 1338
   {
1339
-    $this->adId = $adId;
1339
+	$this->adId = $adId;
1340 1340
   }
1341 1341
   public function getAdId()
1342 1342
   {
1343
-    return $this->adId;
1343
+	return $this->adId;
1344 1344
   }
1345 1345
   public function setAdvertiserId($advertiserId)
1346 1346
   {
1347
-    $this->advertiserId = $advertiserId;
1347
+	$this->advertiserId = $advertiserId;
1348 1348
   }
1349 1349
   public function getAdvertiserId()
1350 1350
   {
1351
-    return $this->advertiserId;
1351
+	return $this->advertiserId;
1352 1352
   }
1353 1353
   public function setAgencyId($agencyId)
1354 1354
   {
1355
-    $this->agencyId = $agencyId;
1355
+	$this->agencyId = $agencyId;
1356 1356
   }
1357 1357
   public function getAgencyId()
1358 1358
   {
1359
-    return $this->agencyId;
1359
+	return $this->agencyId;
1360 1360
   }
1361 1361
   public function setCampaignId($campaignId)
1362 1362
   {
1363
-    $this->campaignId = $campaignId;
1363
+	$this->campaignId = $campaignId;
1364 1364
   }
1365 1365
   public function getCampaignId()
1366 1366
   {
1367
-    return $this->campaignId;
1367
+	return $this->campaignId;
1368 1368
   }
1369 1369
   public function setEngineAccountId($engineAccountId)
1370 1370
   {
1371
-    $this->engineAccountId = $engineAccountId;
1371
+	$this->engineAccountId = $engineAccountId;
1372 1372
   }
1373 1373
   public function getEngineAccountId()
1374 1374
   {
1375
-    return $this->engineAccountId;
1375
+	return $this->engineAccountId;
1376 1376
   }
1377 1377
   public function setKeywordId($keywordId)
1378 1378
   {
1379
-    $this->keywordId = $keywordId;
1379
+	$this->keywordId = $keywordId;
1380 1380
   }
1381 1381
   public function getKeywordId()
1382 1382
   {
1383
-    return $this->keywordId;
1383
+	return $this->keywordId;
1384 1384
   }
1385 1385
 }
1386 1386
 
@@ -1396,35 +1396,35 @@  discard block
 block discarded – undo
1396 1396
 
1397 1397
   public function setChangedAttributesSinceTimestamp($changedAttributesSinceTimestamp)
1398 1398
   {
1399
-    $this->changedAttributesSinceTimestamp = $changedAttributesSinceTimestamp;
1399
+	$this->changedAttributesSinceTimestamp = $changedAttributesSinceTimestamp;
1400 1400
   }
1401 1401
   public function getChangedAttributesSinceTimestamp()
1402 1402
   {
1403
-    return $this->changedAttributesSinceTimestamp;
1403
+	return $this->changedAttributesSinceTimestamp;
1404 1404
   }
1405 1405
   public function setChangedMetricsSinceTimestamp($changedMetricsSinceTimestamp)
1406 1406
   {
1407
-    $this->changedMetricsSinceTimestamp = $changedMetricsSinceTimestamp;
1407
+	$this->changedMetricsSinceTimestamp = $changedMetricsSinceTimestamp;
1408 1408
   }
1409 1409
   public function getChangedMetricsSinceTimestamp()
1410 1410
   {
1411
-    return $this->changedMetricsSinceTimestamp;
1411
+	return $this->changedMetricsSinceTimestamp;
1412 1412
   }
1413 1413
   public function setEndDate($endDate)
1414 1414
   {
1415
-    $this->endDate = $endDate;
1415
+	$this->endDate = $endDate;
1416 1416
   }
1417 1417
   public function getEndDate()
1418 1418
   {
1419
-    return $this->endDate;
1419
+	return $this->endDate;
1420 1420
   }
1421 1421
   public function setStartDate($startDate)
1422 1422
   {
1423
-    $this->startDate = $startDate;
1423
+	$this->startDate = $startDate;
1424 1424
   }
1425 1425
   public function getStartDate()
1426 1426
   {
1427
-    return $this->startDate;
1427
+	return $this->startDate;
1428 1428
   }
1429 1429
 }
1430 1430
 
@@ -1443,27 +1443,27 @@  discard block
 block discarded – undo
1443 1443
 
1444 1444
   public function setKind($kind)
1445 1445
   {
1446
-    $this->kind = $kind;
1446
+	$this->kind = $kind;
1447 1447
   }
1448 1448
   public function getKind()
1449 1449
   {
1450
-    return $this->kind;
1450
+	return $this->kind;
1451 1451
   }
1452 1452
   public function setSavedColumnName($savedColumnName)
1453 1453
   {
1454
-    $this->savedColumnName = $savedColumnName;
1454
+	$this->savedColumnName = $savedColumnName;
1455 1455
   }
1456 1456
   public function getSavedColumnName()
1457 1457
   {
1458
-    return $this->savedColumnName;
1458
+	return $this->savedColumnName;
1459 1459
   }
1460 1460
   public function setType($type)
1461 1461
   {
1462
-    $this->type = $type;
1462
+	$this->type = $type;
1463 1463
   }
1464 1464
   public function getType()
1465 1465
   {
1466
-    return $this->type;
1466
+	return $this->type;
1467 1467
   }
1468 1468
 }
1469 1469
 
@@ -1479,19 +1479,19 @@  discard block
 block discarded – undo
1479 1479
 
1480 1480
   public function setItems($items)
1481 1481
   {
1482
-    $this->items = $items;
1482
+	$this->items = $items;
1483 1483
   }
1484 1484
   public function getItems()
1485 1485
   {
1486
-    return $this->items;
1486
+	return $this->items;
1487 1487
   }
1488 1488
   public function setKind($kind)
1489 1489
   {
1490
-    $this->kind = $kind;
1490
+	$this->kind = $kind;
1491 1491
   }
1492 1492
   public function getKind()
1493 1493
   {
1494
-    return $this->kind;
1494
+	return $this->kind;
1495 1495
   }
1496 1496
 }
1497 1497
 
@@ -1506,11 +1506,11 @@  discard block
 block discarded – undo
1506 1506
 
1507 1507
   public function setAvailabilities($availabilities)
1508 1508
   {
1509
-    $this->availabilities = $availabilities;
1509
+	$this->availabilities = $availabilities;
1510 1510
   }
1511 1511
   public function getAvailabilities()
1512 1512
   {
1513
-    return $this->availabilities;
1513
+	return $this->availabilities;
1514 1514
   }
1515 1515
 }
1516 1516
 
@@ -1525,10 +1525,10 @@  discard block
 block discarded – undo
1525 1525
 
1526 1526
   public function setAvailabilities($availabilities)
1527 1527
   {
1528
-    $this->availabilities = $availabilities;
1528
+	$this->availabilities = $availabilities;
1529 1529
   }
1530 1530
   public function getAvailabilities()
1531 1531
   {
1532
-    return $this->availabilities;
1532
+	return $this->availabilities;
1533 1533
   }
1534 1534
 }
Please login to merge, or discard this patch.
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -115,11 +115,11 @@  discard block
 block discarded – undo
115 115
                   'type' => 'string',
116 116
                 ),
117 117
               ),
118
-            ),'insert' => array(
118
+            ), 'insert' => array(
119 119
               'path' => 'conversion',
120 120
               'httpMethod' => 'POST',
121 121
               'parameters' => array(),
122
-            ),'patch' => array(
122
+            ), 'patch' => array(
123 123
               'path' => 'conversion',
124 124
               'httpMethod' => 'PATCH',
125 125
               'parameters' => array(
@@ -159,11 +159,11 @@  discard block
 block discarded – undo
159 159
                   'required' => true,
160 160
                 ),
161 161
               ),
162
-            ),'update' => array(
162
+            ), 'update' => array(
163 163
               'path' => 'conversion',
164 164
               'httpMethod' => 'PUT',
165 165
               'parameters' => array(),
166
-            ),'updateAvailability' => array(
166
+            ), 'updateAvailability' => array(
167 167
               'path' => 'conversion/updateAvailability',
168 168
               'httpMethod' => 'POST',
169 169
               'parameters' => array(),
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
               'path' => 'reports/generate',
182 182
               'httpMethod' => 'POST',
183 183
               'parameters' => array(),
184
-            ),'get' => array(
184
+            ), 'get' => array(
185 185
               'path' => 'reports/{reportId}',
186 186
               'httpMethod' => 'GET',
187 187
               'parameters' => array(
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
                   'required' => true,
192 192
                 ),
193 193
               ),
194
-            ),'getFile' => array(
194
+            ), 'getFile' => array(
195 195
               'path' => 'reports/{reportId}/files/{reportFragment}',
196 196
               'httpMethod' => 'GET',
197 197
               'parameters' => array(
@@ -206,7 +206,7 @@  discard block
 block discarded – undo
206 206
                   'required' => true,
207 207
                 ),
208 208
               ),
209
-            ),'request' => array(
209
+            ), 'request' => array(
210 210
               'path' => 'reports',
211 211
               'httpMethod' => 'POST',
212 212
               'parameters' => array(),
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Drive.php 3 patches
Doc Comments   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -1460,7 +1460,7 @@  discard block
 block discarded – undo
1460 1460
   /**
1461 1461
    * Subscribe to changes for a user. (changes.watch)
1462 1462
    *
1463
-   * @param Google_Channel $postBody
1463
+   * @param Google_Service_Drive_Channel $postBody
1464 1464
    * @param array $optParams Optional parameters.
1465 1465
    *
1466 1466
    * @opt_param bool includeSubscribed Whether to include public files the user
@@ -1497,7 +1497,7 @@  discard block
 block discarded – undo
1497 1497
   /**
1498 1498
    * Stop watching resources through this channel (channels.stop)
1499 1499
    *
1500
-   * @param Google_Channel $postBody
1500
+   * @param Google_Service_Drive_Channel $postBody
1501 1501
    * @param array $optParams Optional parameters.
1502 1502
    */
1503 1503
   public function stop(Google_Service_Drive_Channel $postBody, $optParams = array())
@@ -1552,7 +1552,7 @@  discard block
 block discarded – undo
1552 1552
    * Inserts a file into a folder. (children.insert)
1553 1553
    *
1554 1554
    * @param string $folderId The ID of the folder.
1555
-   * @param Google_ChildReference $postBody
1555
+   * @param Google_Service_Drive_ChildReference $postBody
1556 1556
    * @param array $optParams Optional parameters.
1557 1557
    * @return Google_Service_Drive_ChildReference
1558 1558
    */
@@ -1636,7 +1636,7 @@  discard block
 block discarded – undo
1636 1636
    * Creates a new comment on the given file. (comments.insert)
1637 1637
    *
1638 1638
    * @param string $fileId The ID of the file.
1639
-   * @param Google_Comment $postBody
1639
+   * @param Google_Service_Drive_Comment $postBody
1640 1640
    * @param array $optParams Optional parameters.
1641 1641
    * @return Google_Service_Drive_Comment
1642 1642
    */
@@ -1677,7 +1677,7 @@  discard block
 block discarded – undo
1677 1677
    *
1678 1678
    * @param string $fileId The ID of the file.
1679 1679
    * @param string $commentId The ID of the comment.
1680
-   * @param Google_Comment $postBody
1680
+   * @param Google_Service_Drive_Comment $postBody
1681 1681
    * @param array $optParams Optional parameters.
1682 1682
    * @return Google_Service_Drive_Comment
1683 1683
    */
@@ -1693,7 +1693,7 @@  discard block
 block discarded – undo
1693 1693
    *
1694 1694
    * @param string $fileId The ID of the file.
1695 1695
    * @param string $commentId The ID of the comment.
1696
-   * @param Google_Comment $postBody
1696
+   * @param Google_Service_Drive_Comment $postBody
1697 1697
    * @param array $optParams Optional parameters.
1698 1698
    * @return Google_Service_Drive_Comment
1699 1699
    */
@@ -1720,7 +1720,7 @@  discard block
 block discarded – undo
1720 1720
    * Creates a copy of the specified file. (files.copy)
1721 1721
    *
1722 1722
    * @param string $fileId The ID of the file to copy.
1723
-   * @param Google_DriveFile $postBody
1723
+   * @param Google_Service_Drive_DriveFile $postBody
1724 1724
    * @param array $optParams Optional parameters.
1725 1725
    *
1726 1726
    * @opt_param bool convert Whether to convert this file to the corresponding
@@ -1815,7 +1815,7 @@  discard block
 block discarded – undo
1815 1815
   /**
1816 1816
    * Insert a new file. (files.insert)
1817 1817
    *
1818
-   * @param Google_DriveFile $postBody
1818
+   * @param Google_Service_Drive_DriveFile $postBody
1819 1819
    * @param array $optParams Optional parameters.
1820 1820
    *
1821 1821
    * @opt_param bool convert Whether to convert this file to the corresponding
@@ -1876,7 +1876,7 @@  discard block
 block discarded – undo
1876 1876
    * (files.patch)
1877 1877
    *
1878 1878
    * @param string $fileId The ID of the file to update.
1879
-   * @param Google_DriveFile $postBody
1879
+   * @param Google_Service_Drive_DriveFile $postBody
1880 1880
    * @param array $optParams Optional parameters.
1881 1881
    *
1882 1882
    * @opt_param string addParents Comma-separated list of parent IDs to add.
@@ -1961,7 +1961,7 @@  discard block
 block discarded – undo
1961 1961
    * Updates file metadata and/or content. (files.update)
1962 1962
    *
1963 1963
    * @param string $fileId The ID of the file to update.
1964
-   * @param Google_DriveFile $postBody
1964
+   * @param Google_Service_Drive_DriveFile $postBody
1965 1965
    * @param array $optParams Optional parameters.
1966 1966
    *
1967 1967
    * @opt_param string addParents Comma-separated list of parent IDs to add.
@@ -2003,7 +2003,7 @@  discard block
 block discarded – undo
2003 2003
    * Subscribe to changes on a file (files.watch)
2004 2004
    *
2005 2005
    * @param string $fileId The ID for the file in question.
2006
-   * @param Google_Channel $postBody
2006
+   * @param Google_Service_Drive_Channel $postBody
2007 2007
    * @param array $optParams Optional parameters.
2008 2008
    *
2009 2009
    * @opt_param bool acknowledgeAbuse Whether the user is acknowledging the risk
@@ -2068,7 +2068,7 @@  discard block
 block discarded – undo
2068 2068
    * Adds a parent folder for a file. (parents.insert)
2069 2069
    *
2070 2070
    * @param string $fileId The ID of the file.
2071
-   * @param Google_ParentReference $postBody
2071
+   * @param Google_Service_Drive_ParentReference $postBody
2072 2072
    * @param array $optParams Optional parameters.
2073 2073
    * @return Google_Service_Drive_ParentReference
2074 2074
    */
@@ -2152,7 +2152,7 @@  discard block
 block discarded – undo
2152 2152
    * Inserts a permission for a file. (permissions.insert)
2153 2153
    *
2154 2154
    * @param string $fileId The ID for the file.
2155
-   * @param Google_Permission $postBody
2155
+   * @param Google_Service_Drive_Permission $postBody
2156 2156
    * @param array $optParams Optional parameters.
2157 2157
    *
2158 2158
    * @opt_param string emailMessage A custom message to include in notification
@@ -2189,7 +2189,7 @@  discard block
 block discarded – undo
2189 2189
    *
2190 2190
    * @param string $fileId The ID for the file.
2191 2191
    * @param string $permissionId The ID for the permission.
2192
-   * @param Google_Permission $postBody
2192
+   * @param Google_Service_Drive_Permission $postBody
2193 2193
    * @param array $optParams Optional parameters.
2194 2194
    *
2195 2195
    * @opt_param bool transferOwnership Whether changing a role to 'owner'
@@ -2209,7 +2209,7 @@  discard block
 block discarded – undo
2209 2209
    *
2210 2210
    * @param string $fileId The ID for the file.
2211 2211
    * @param string $permissionId The ID for the permission.
2212
-   * @param Google_Permission $postBody
2212
+   * @param Google_Service_Drive_Permission $postBody
2213 2213
    * @param array $optParams Optional parameters.
2214 2214
    *
2215 2215
    * @opt_param bool transferOwnership Whether changing a role to 'owner'
@@ -2273,7 +2273,7 @@  discard block
 block discarded – undo
2273 2273
    * Adds a property to a file. (properties.insert)
2274 2274
    *
2275 2275
    * @param string $fileId The ID of the file.
2276
-   * @param Google_Property $postBody
2276
+   * @param Google_Service_Drive_Property $postBody
2277 2277
    * @param array $optParams Optional parameters.
2278 2278
    * @return Google_Service_Drive_Property
2279 2279
    */
@@ -2303,7 +2303,7 @@  discard block
 block discarded – undo
2303 2303
    *
2304 2304
    * @param string $fileId The ID of the file.
2305 2305
    * @param string $propertyKey The key of the property.
2306
-   * @param Google_Property $postBody
2306
+   * @param Google_Service_Drive_Property $postBody
2307 2307
    * @param array $optParams Optional parameters.
2308 2308
    *
2309 2309
    * @opt_param string visibility The visibility of the property.
@@ -2321,7 +2321,7 @@  discard block
 block discarded – undo
2321 2321
    *
2322 2322
    * @param string $fileId The ID of the file.
2323 2323
    * @param string $propertyKey The key of the property.
2324
-   * @param Google_Property $postBody
2324
+   * @param Google_Service_Drive_Property $postBody
2325 2325
    * @param array $optParams Optional parameters.
2326 2326
    *
2327 2327
    * @opt_param string visibility The visibility of the property.
@@ -2438,7 +2438,7 @@  discard block
 block discarded – undo
2438 2438
    *
2439 2439
    * @param string $fileId The ID of the file.
2440 2440
    * @param string $commentId The ID of the comment.
2441
-   * @param Google_CommentReply $postBody
2441
+   * @param Google_Service_Drive_CommentReply $postBody
2442 2442
    * @param array $optParams Optional parameters.
2443 2443
    * @return Google_Service_Drive_CommentReply
2444 2444
    */
@@ -2479,7 +2479,7 @@  discard block
 block discarded – undo
2479 2479
    * @param string $fileId The ID of the file.
2480 2480
    * @param string $commentId The ID of the comment.
2481 2481
    * @param string $replyId The ID of the reply.
2482
-   * @param Google_CommentReply $postBody
2482
+   * @param Google_Service_Drive_CommentReply $postBody
2483 2483
    * @param array $optParams Optional parameters.
2484 2484
    * @return Google_Service_Drive_CommentReply
2485 2485
    */
@@ -2496,7 +2496,7 @@  discard block
 block discarded – undo
2496 2496
    * @param string $fileId The ID of the file.
2497 2497
    * @param string $commentId The ID of the comment.
2498 2498
    * @param string $replyId The ID of the reply.
2499
-   * @param Google_CommentReply $postBody
2499
+   * @param Google_Service_Drive_CommentReply $postBody
2500 2500
    * @param array $optParams Optional parameters.
2501 2501
    * @return Google_Service_Drive_CommentReply
2502 2502
    */
@@ -2567,7 +2567,7 @@  discard block
 block discarded – undo
2567 2567
    *
2568 2568
    * @param string $fileId The ID for the file.
2569 2569
    * @param string $revisionId The ID for the revision.
2570
-   * @param Google_Revision $postBody
2570
+   * @param Google_Service_Drive_Revision $postBody
2571 2571
    * @param array $optParams Optional parameters.
2572 2572
    * @return Google_Service_Drive_Revision
2573 2573
    */
@@ -2583,7 +2583,7 @@  discard block
 block discarded – undo
2583 2583
    *
2584 2584
    * @param string $fileId The ID for the file.
2585 2585
    * @param string $revisionId The ID for the revision.
2586
-   * @param Google_Revision $postBody
2586
+   * @param Google_Service_Drive_Revision $postBody
2587 2587
    * @param array $optParams Optional parameters.
2588 2588
    * @return Google_Service_Drive_Revision
2589 2589
    */
Please login to merge, or discard this patch.
Indentation   +2040 added lines, -2040 removed lines patch added patch discarded remove patch
@@ -32,31 +32,31 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and manage the files in your Google Drive. */
34 34
   const DRIVE =
35
-      "https://www.googleapis.com/auth/drive";
35
+	  "https://www.googleapis.com/auth/drive";
36 36
   /** View and manage its own configuration data in your Google Drive. */
37 37
   const DRIVE_APPDATA =
38
-      "https://www.googleapis.com/auth/drive.appdata";
38
+	  "https://www.googleapis.com/auth/drive.appdata";
39 39
   /** View your Google Drive apps. */
40 40
   const DRIVE_APPS_READONLY =
41
-      "https://www.googleapis.com/auth/drive.apps.readonly";
41
+	  "https://www.googleapis.com/auth/drive.apps.readonly";
42 42
   /** View and manage Google Drive files and folders that you have opened or created with this app. */
43 43
   const DRIVE_FILE =
44
-      "https://www.googleapis.com/auth/drive.file";
44
+	  "https://www.googleapis.com/auth/drive.file";
45 45
   /** View and manage metadata of files in your Google Drive. */
46 46
   const DRIVE_METADATA =
47
-      "https://www.googleapis.com/auth/drive.metadata";
47
+	  "https://www.googleapis.com/auth/drive.metadata";
48 48
   /** View metadata for files in your Google Drive. */
49 49
   const DRIVE_METADATA_READONLY =
50
-      "https://www.googleapis.com/auth/drive.metadata.readonly";
50
+	  "https://www.googleapis.com/auth/drive.metadata.readonly";
51 51
   /** View the photos, videos and albums in your Google Photos. */
52 52
   const DRIVE_PHOTOS_READONLY =
53
-      "https://www.googleapis.com/auth/drive.photos.readonly";
53
+	  "https://www.googleapis.com/auth/drive.photos.readonly";
54 54
   /** View the files in your Google Drive. */
55 55
   const DRIVE_READONLY =
56
-      "https://www.googleapis.com/auth/drive.readonly";
56
+	  "https://www.googleapis.com/auth/drive.readonly";
57 57
   /** Modify your Google Apps Script scripts' behavior. */
58 58
   const DRIVE_SCRIPTS =
59
-      "https://www.googleapis.com/auth/drive.scripts";
59
+	  "https://www.googleapis.com/auth/drive.scripts";
60 60
 
61 61
   public $about;
62 62
   public $apps;
@@ -80,1241 +80,1241 @@  discard block
 block discarded – undo
80 80
    */
81 81
   public function __construct(Google_Client $client)
82 82
   {
83
-    parent::__construct($client);
84
-    $this->rootUrl = 'https://www.googleapis.com/';
85
-    $this->servicePath = 'drive/v2/';
86
-    $this->version = 'v2';
87
-    $this->serviceName = 'drive';
88
-
89
-    $this->about = new Google_Service_Drive_About_Resource(
90
-        $this,
91
-        $this->serviceName,
92
-        'about',
93
-        array(
94
-          'methods' => array(
95
-            'get' => array(
96
-              'path' => 'about',
97
-              'httpMethod' => 'GET',
98
-              'parameters' => array(
99
-                'includeSubscribed' => array(
100
-                  'location' => 'query',
101
-                  'type' => 'boolean',
102
-                ),
103
-                'maxChangeIdCount' => array(
104
-                  'location' => 'query',
105
-                  'type' => 'string',
106
-                ),
107
-                'startChangeId' => array(
108
-                  'location' => 'query',
109
-                  'type' => 'string',
110
-                ),
111
-              ),
112
-            ),
113
-          )
114
-        )
115
-    );
116
-    $this->apps = new Google_Service_Drive_Apps_Resource(
117
-        $this,
118
-        $this->serviceName,
119
-        'apps',
120
-        array(
121
-          'methods' => array(
122
-            'get' => array(
123
-              'path' => 'apps/{appId}',
124
-              'httpMethod' => 'GET',
125
-              'parameters' => array(
126
-                'appId' => array(
127
-                  'location' => 'path',
128
-                  'type' => 'string',
129
-                  'required' => true,
130
-                ),
131
-              ),
132
-            ),'list' => array(
133
-              'path' => 'apps',
134
-              'httpMethod' => 'GET',
135
-              'parameters' => array(
136
-                'languageCode' => array(
137
-                  'location' => 'query',
138
-                  'type' => 'string',
139
-                ),
140
-                'appFilterExtensions' => array(
141
-                  'location' => 'query',
142
-                  'type' => 'string',
143
-                ),
144
-                'appFilterMimeTypes' => array(
145
-                  'location' => 'query',
146
-                  'type' => 'string',
147
-                ),
148
-              ),
149
-            ),
150
-          )
151
-        )
152
-    );
153
-    $this->changes = new Google_Service_Drive_Changes_Resource(
154
-        $this,
155
-        $this->serviceName,
156
-        'changes',
157
-        array(
158
-          'methods' => array(
159
-            'get' => array(
160
-              'path' => 'changes/{changeId}',
161
-              'httpMethod' => 'GET',
162
-              'parameters' => array(
163
-                'changeId' => array(
164
-                  'location' => 'path',
165
-                  'type' => 'string',
166
-                  'required' => true,
167
-                ),
168
-              ),
169
-            ),'list' => array(
170
-              'path' => 'changes',
171
-              'httpMethod' => 'GET',
172
-              'parameters' => array(
173
-                'includeSubscribed' => array(
174
-                  'location' => 'query',
175
-                  'type' => 'boolean',
176
-                ),
177
-                'includeDeleted' => array(
178
-                  'location' => 'query',
179
-                  'type' => 'boolean',
180
-                ),
181
-                'maxResults' => array(
182
-                  'location' => 'query',
183
-                  'type' => 'integer',
184
-                ),
185
-                'pageToken' => array(
186
-                  'location' => 'query',
187
-                  'type' => 'string',
188
-                ),
189
-                'spaces' => array(
190
-                  'location' => 'query',
191
-                  'type' => 'string',
192
-                ),
193
-                'startChangeId' => array(
194
-                  'location' => 'query',
195
-                  'type' => 'string',
196
-                ),
197
-              ),
198
-            ),'watch' => array(
199
-              'path' => 'changes/watch',
200
-              'httpMethod' => 'POST',
201
-              'parameters' => array(
202
-                'includeSubscribed' => array(
203
-                  'location' => 'query',
204
-                  'type' => 'boolean',
205
-                ),
206
-                'includeDeleted' => array(
207
-                  'location' => 'query',
208
-                  'type' => 'boolean',
209
-                ),
210
-                'maxResults' => array(
211
-                  'location' => 'query',
212
-                  'type' => 'integer',
213
-                ),
214
-                'pageToken' => array(
215
-                  'location' => 'query',
216
-                  'type' => 'string',
217
-                ),
218
-                'spaces' => array(
219
-                  'location' => 'query',
220
-                  'type' => 'string',
221
-                ),
222
-                'startChangeId' => array(
223
-                  'location' => 'query',
224
-                  'type' => 'string',
225
-                ),
226
-              ),
227
-            ),
228
-          )
229
-        )
230
-    );
231
-    $this->channels = new Google_Service_Drive_Channels_Resource(
232
-        $this,
233
-        $this->serviceName,
234
-        'channels',
235
-        array(
236
-          'methods' => array(
237
-            'stop' => array(
238
-              'path' => 'channels/stop',
239
-              'httpMethod' => 'POST',
240
-              'parameters' => array(),
241
-            ),
242
-          )
243
-        )
244
-    );
245
-    $this->children = new Google_Service_Drive_Children_Resource(
246
-        $this,
247
-        $this->serviceName,
248
-        'children',
249
-        array(
250
-          'methods' => array(
251
-            'delete' => array(
252
-              'path' => 'files/{folderId}/children/{childId}',
253
-              'httpMethod' => 'DELETE',
254
-              'parameters' => array(
255
-                'folderId' => array(
256
-                  'location' => 'path',
257
-                  'type' => 'string',
258
-                  'required' => true,
259
-                ),
260
-                'childId' => array(
261
-                  'location' => 'path',
262
-                  'type' => 'string',
263
-                  'required' => true,
264
-                ),
265
-              ),
266
-            ),'get' => array(
267
-              'path' => 'files/{folderId}/children/{childId}',
268
-              'httpMethod' => 'GET',
269
-              'parameters' => array(
270
-                'folderId' => array(
271
-                  'location' => 'path',
272
-                  'type' => 'string',
273
-                  'required' => true,
274
-                ),
275
-                'childId' => array(
276
-                  'location' => 'path',
277
-                  'type' => 'string',
278
-                  'required' => true,
279
-                ),
280
-              ),
281
-            ),'insert' => array(
282
-              'path' => 'files/{folderId}/children',
283
-              'httpMethod' => 'POST',
284
-              'parameters' => array(
285
-                'folderId' => array(
286
-                  'location' => 'path',
287
-                  'type' => 'string',
288
-                  'required' => true,
289
-                ),
290
-              ),
291
-            ),'list' => array(
292
-              'path' => 'files/{folderId}/children',
293
-              'httpMethod' => 'GET',
294
-              'parameters' => array(
295
-                'folderId' => array(
296
-                  'location' => 'path',
297
-                  'type' => 'string',
298
-                  'required' => true,
299
-                ),
300
-                'orderBy' => array(
301
-                  'location' => 'query',
302
-                  'type' => 'string',
303
-                ),
304
-                'pageToken' => array(
305
-                  'location' => 'query',
306
-                  'type' => 'string',
307
-                ),
308
-                'q' => array(
309
-                  'location' => 'query',
310
-                  'type' => 'string',
311
-                ),
312
-                'maxResults' => array(
313
-                  'location' => 'query',
314
-                  'type' => 'integer',
315
-                ),
316
-              ),
317
-            ),
318
-          )
319
-        )
320
-    );
321
-    $this->comments = new Google_Service_Drive_Comments_Resource(
322
-        $this,
323
-        $this->serviceName,
324
-        'comments',
325
-        array(
326
-          'methods' => array(
327
-            'delete' => array(
328
-              'path' => 'files/{fileId}/comments/{commentId}',
329
-              'httpMethod' => 'DELETE',
330
-              'parameters' => array(
331
-                'fileId' => array(
332
-                  'location' => 'path',
333
-                  'type' => 'string',
334
-                  'required' => true,
335
-                ),
336
-                'commentId' => array(
337
-                  'location' => 'path',
338
-                  'type' => 'string',
339
-                  'required' => true,
340
-                ),
341
-              ),
342
-            ),'get' => array(
343
-              'path' => 'files/{fileId}/comments/{commentId}',
344
-              'httpMethod' => 'GET',
345
-              'parameters' => array(
346
-                'fileId' => array(
347
-                  'location' => 'path',
348
-                  'type' => 'string',
349
-                  'required' => true,
350
-                ),
351
-                'commentId' => array(
352
-                  'location' => 'path',
353
-                  'type' => 'string',
354
-                  'required' => true,
355
-                ),
356
-                'includeDeleted' => array(
357
-                  'location' => 'query',
358
-                  'type' => 'boolean',
359
-                ),
360
-              ),
361
-            ),'insert' => array(
362
-              'path' => 'files/{fileId}/comments',
363
-              'httpMethod' => 'POST',
364
-              'parameters' => array(
365
-                'fileId' => array(
366
-                  'location' => 'path',
367
-                  'type' => 'string',
368
-                  'required' => true,
369
-                ),
370
-              ),
371
-            ),'list' => array(
372
-              'path' => 'files/{fileId}/comments',
373
-              'httpMethod' => 'GET',
374
-              'parameters' => array(
375
-                'fileId' => array(
376
-                  'location' => 'path',
377
-                  'type' => 'string',
378
-                  'required' => true,
379
-                ),
380
-                'pageToken' => array(
381
-                  'location' => 'query',
382
-                  'type' => 'string',
383
-                ),
384
-                'updatedMin' => array(
385
-                  'location' => 'query',
386
-                  'type' => 'string',
387
-                ),
388
-                'includeDeleted' => array(
389
-                  'location' => 'query',
390
-                  'type' => 'boolean',
391
-                ),
392
-                'maxResults' => array(
393
-                  'location' => 'query',
394
-                  'type' => 'integer',
395
-                ),
396
-              ),
397
-            ),'patch' => array(
398
-              'path' => 'files/{fileId}/comments/{commentId}',
399
-              'httpMethod' => 'PATCH',
400
-              'parameters' => array(
401
-                'fileId' => array(
402
-                  'location' => 'path',
403
-                  'type' => 'string',
404
-                  'required' => true,
405
-                ),
406
-                'commentId' => array(
407
-                  'location' => 'path',
408
-                  'type' => 'string',
409
-                  'required' => true,
410
-                ),
411
-              ),
412
-            ),'update' => array(
413
-              'path' => 'files/{fileId}/comments/{commentId}',
414
-              'httpMethod' => 'PUT',
415
-              'parameters' => array(
416
-                'fileId' => array(
417
-                  'location' => 'path',
418
-                  'type' => 'string',
419
-                  'required' => true,
420
-                ),
421
-                'commentId' => array(
422
-                  'location' => 'path',
423
-                  'type' => 'string',
424
-                  'required' => true,
425
-                ),
426
-              ),
427
-            ),
428
-          )
429
-        )
430
-    );
431
-    $this->files = new Google_Service_Drive_Files_Resource(
432
-        $this,
433
-        $this->serviceName,
434
-        'files',
435
-        array(
436
-          'methods' => array(
437
-            'copy' => array(
438
-              'path' => 'files/{fileId}/copy',
439
-              'httpMethod' => 'POST',
440
-              'parameters' => array(
441
-                'fileId' => array(
442
-                  'location' => 'path',
443
-                  'type' => 'string',
444
-                  'required' => true,
445
-                ),
446
-                'convert' => array(
447
-                  'location' => 'query',
448
-                  'type' => 'boolean',
449
-                ),
450
-                'ocrLanguage' => array(
451
-                  'location' => 'query',
452
-                  'type' => 'string',
453
-                ),
454
-                'visibility' => array(
455
-                  'location' => 'query',
456
-                  'type' => 'string',
457
-                ),
458
-                'pinned' => array(
459
-                  'location' => 'query',
460
-                  'type' => 'boolean',
461
-                ),
462
-                'ocr' => array(
463
-                  'location' => 'query',
464
-                  'type' => 'boolean',
465
-                ),
466
-                'timedTextTrackName' => array(
467
-                  'location' => 'query',
468
-                  'type' => 'string',
469
-                ),
470
-                'timedTextLanguage' => array(
471
-                  'location' => 'query',
472
-                  'type' => 'string',
473
-                ),
474
-              ),
475
-            ),'delete' => array(
476
-              'path' => 'files/{fileId}',
477
-              'httpMethod' => 'DELETE',
478
-              'parameters' => array(
479
-                'fileId' => array(
480
-                  'location' => 'path',
481
-                  'type' => 'string',
482
-                  'required' => true,
483
-                ),
484
-              ),
485
-            ),'emptyTrash' => array(
486
-              'path' => 'files/trash',
487
-              'httpMethod' => 'DELETE',
488
-              'parameters' => array(),
489
-            ),'generateIds' => array(
490
-              'path' => 'files/generateIds',
491
-              'httpMethod' => 'GET',
492
-              'parameters' => array(
493
-                'maxResults' => array(
494
-                  'location' => 'query',
495
-                  'type' => 'integer',
496
-                ),
497
-                'space' => array(
498
-                  'location' => 'query',
499
-                  'type' => 'string',
500
-                ),
501
-              ),
502
-            ),'get' => array(
503
-              'path' => 'files/{fileId}',
504
-              'httpMethod' => 'GET',
505
-              'parameters' => array(
506
-                'fileId' => array(
507
-                  'location' => 'path',
508
-                  'type' => 'string',
509
-                  'required' => true,
510
-                ),
511
-                'acknowledgeAbuse' => array(
512
-                  'location' => 'query',
513
-                  'type' => 'boolean',
514
-                ),
515
-                'updateViewedDate' => array(
516
-                  'location' => 'query',
517
-                  'type' => 'boolean',
518
-                ),
519
-                'revisionId' => array(
520
-                  'location' => 'query',
521
-                  'type' => 'string',
522
-                ),
523
-                'projection' => array(
524
-                  'location' => 'query',
525
-                  'type' => 'string',
526
-                ),
527
-              ),
528
-            ),'insert' => array(
529
-              'path' => 'files',
530
-              'httpMethod' => 'POST',
531
-              'parameters' => array(
532
-                'convert' => array(
533
-                  'location' => 'query',
534
-                  'type' => 'boolean',
535
-                ),
536
-                'useContentAsIndexableText' => array(
537
-                  'location' => 'query',
538
-                  'type' => 'boolean',
539
-                ),
540
-                'ocrLanguage' => array(
541
-                  'location' => 'query',
542
-                  'type' => 'string',
543
-                ),
544
-                'visibility' => array(
545
-                  'location' => 'query',
546
-                  'type' => 'string',
547
-                ),
548
-                'pinned' => array(
549
-                  'location' => 'query',
550
-                  'type' => 'boolean',
551
-                ),
552
-                'ocr' => array(
553
-                  'location' => 'query',
554
-                  'type' => 'boolean',
555
-                ),
556
-                'timedTextTrackName' => array(
557
-                  'location' => 'query',
558
-                  'type' => 'string',
559
-                ),
560
-                'timedTextLanguage' => array(
561
-                  'location' => 'query',
562
-                  'type' => 'string',
563
-                ),
564
-              ),
565
-            ),'list' => array(
566
-              'path' => 'files',
567
-              'httpMethod' => 'GET',
568
-              'parameters' => array(
569
-                'orderBy' => array(
570
-                  'location' => 'query',
571
-                  'type' => 'string',
572
-                ),
573
-                'projection' => array(
574
-                  'location' => 'query',
575
-                  'type' => 'string',
576
-                ),
577
-                'maxResults' => array(
578
-                  'location' => 'query',
579
-                  'type' => 'integer',
580
-                ),
581
-                'q' => array(
582
-                  'location' => 'query',
583
-                  'type' => 'string',
584
-                ),
585
-                'pageToken' => array(
586
-                  'location' => 'query',
587
-                  'type' => 'string',
588
-                ),
589
-                'spaces' => array(
590
-                  'location' => 'query',
591
-                  'type' => 'string',
592
-                ),
593
-                'corpus' => array(
594
-                  'location' => 'query',
595
-                  'type' => 'string',
596
-                ),
597
-              ),
598
-            ),'patch' => array(
599
-              'path' => 'files/{fileId}',
600
-              'httpMethod' => 'PATCH',
601
-              'parameters' => array(
602
-                'fileId' => array(
603
-                  'location' => 'path',
604
-                  'type' => 'string',
605
-                  'required' => true,
606
-                ),
607
-                'addParents' => array(
608
-                  'location' => 'query',
609
-                  'type' => 'string',
610
-                ),
611
-                'modifiedDateBehavior' => array(
612
-                  'location' => 'query',
613
-                  'type' => 'string',
614
-                ),
615
-                'removeParents' => array(
616
-                  'location' => 'query',
617
-                  'type' => 'string',
618
-                ),
619
-                'updateViewedDate' => array(
620
-                  'location' => 'query',
621
-                  'type' => 'boolean',
622
-                ),
623
-                'setModifiedDate' => array(
624
-                  'location' => 'query',
625
-                  'type' => 'boolean',
626
-                ),
627
-                'useContentAsIndexableText' => array(
628
-                  'location' => 'query',
629
-                  'type' => 'boolean',
630
-                ),
631
-                'convert' => array(
632
-                  'location' => 'query',
633
-                  'type' => 'boolean',
634
-                ),
635
-                'ocrLanguage' => array(
636
-                  'location' => 'query',
637
-                  'type' => 'string',
638
-                ),
639
-                'pinned' => array(
640
-                  'location' => 'query',
641
-                  'type' => 'boolean',
642
-                ),
643
-                'newRevision' => array(
644
-                  'location' => 'query',
645
-                  'type' => 'boolean',
646
-                ),
647
-                'ocr' => array(
648
-                  'location' => 'query',
649
-                  'type' => 'boolean',
650
-                ),
651
-                'timedTextLanguage' => array(
652
-                  'location' => 'query',
653
-                  'type' => 'string',
654
-                ),
655
-                'timedTextTrackName' => array(
656
-                  'location' => 'query',
657
-                  'type' => 'string',
658
-                ),
659
-              ),
660
-            ),'touch' => array(
661
-              'path' => 'files/{fileId}/touch',
662
-              'httpMethod' => 'POST',
663
-              'parameters' => array(
664
-                'fileId' => array(
665
-                  'location' => 'path',
666
-                  'type' => 'string',
667
-                  'required' => true,
668
-                ),
669
-              ),
670
-            ),'trash' => array(
671
-              'path' => 'files/{fileId}/trash',
672
-              'httpMethod' => 'POST',
673
-              'parameters' => array(
674
-                'fileId' => array(
675
-                  'location' => 'path',
676
-                  'type' => 'string',
677
-                  'required' => true,
678
-                ),
679
-              ),
680
-            ),'untrash' => array(
681
-              'path' => 'files/{fileId}/untrash',
682
-              'httpMethod' => 'POST',
683
-              'parameters' => array(
684
-                'fileId' => array(
685
-                  'location' => 'path',
686
-                  'type' => 'string',
687
-                  'required' => true,
688
-                ),
689
-              ),
690
-            ),'update' => array(
691
-              'path' => 'files/{fileId}',
692
-              'httpMethod' => 'PUT',
693
-              'parameters' => array(
694
-                'fileId' => array(
695
-                  'location' => 'path',
696
-                  'type' => 'string',
697
-                  'required' => true,
698
-                ),
699
-                'addParents' => array(
700
-                  'location' => 'query',
701
-                  'type' => 'string',
702
-                ),
703
-                'modifiedDateBehavior' => array(
704
-                  'location' => 'query',
705
-                  'type' => 'string',
706
-                ),
707
-                'removeParents' => array(
708
-                  'location' => 'query',
709
-                  'type' => 'string',
710
-                ),
711
-                'updateViewedDate' => array(
712
-                  'location' => 'query',
713
-                  'type' => 'boolean',
714
-                ),
715
-                'setModifiedDate' => array(
716
-                  'location' => 'query',
717
-                  'type' => 'boolean',
718
-                ),
719
-                'useContentAsIndexableText' => array(
720
-                  'location' => 'query',
721
-                  'type' => 'boolean',
722
-                ),
723
-                'convert' => array(
724
-                  'location' => 'query',
725
-                  'type' => 'boolean',
726
-                ),
727
-                'ocrLanguage' => array(
728
-                  'location' => 'query',
729
-                  'type' => 'string',
730
-                ),
731
-                'pinned' => array(
732
-                  'location' => 'query',
733
-                  'type' => 'boolean',
734
-                ),
735
-                'newRevision' => array(
736
-                  'location' => 'query',
737
-                  'type' => 'boolean',
738
-                ),
739
-                'ocr' => array(
740
-                  'location' => 'query',
741
-                  'type' => 'boolean',
742
-                ),
743
-                'timedTextLanguage' => array(
744
-                  'location' => 'query',
745
-                  'type' => 'string',
746
-                ),
747
-                'timedTextTrackName' => array(
748
-                  'location' => 'query',
749
-                  'type' => 'string',
750
-                ),
751
-              ),
752
-            ),'watch' => array(
753
-              'path' => 'files/{fileId}/watch',
754
-              'httpMethod' => 'POST',
755
-              'parameters' => array(
756
-                'fileId' => array(
757
-                  'location' => 'path',
758
-                  'type' => 'string',
759
-                  'required' => true,
760
-                ),
761
-                'acknowledgeAbuse' => array(
762
-                  'location' => 'query',
763
-                  'type' => 'boolean',
764
-                ),
765
-                'updateViewedDate' => array(
766
-                  'location' => 'query',
767
-                  'type' => 'boolean',
768
-                ),
769
-                'revisionId' => array(
770
-                  'location' => 'query',
771
-                  'type' => 'string',
772
-                ),
773
-                'projection' => array(
774
-                  'location' => 'query',
775
-                  'type' => 'string',
776
-                ),
777
-              ),
778
-            ),
779
-          )
780
-        )
781
-    );
782
-    $this->parents = new Google_Service_Drive_Parents_Resource(
783
-        $this,
784
-        $this->serviceName,
785
-        'parents',
786
-        array(
787
-          'methods' => array(
788
-            'delete' => array(
789
-              'path' => 'files/{fileId}/parents/{parentId}',
790
-              'httpMethod' => 'DELETE',
791
-              'parameters' => array(
792
-                'fileId' => array(
793
-                  'location' => 'path',
794
-                  'type' => 'string',
795
-                  'required' => true,
796
-                ),
797
-                'parentId' => array(
798
-                  'location' => 'path',
799
-                  'type' => 'string',
800
-                  'required' => true,
801
-                ),
802
-              ),
803
-            ),'get' => array(
804
-              'path' => 'files/{fileId}/parents/{parentId}',
805
-              'httpMethod' => 'GET',
806
-              'parameters' => array(
807
-                'fileId' => array(
808
-                  'location' => 'path',
809
-                  'type' => 'string',
810
-                  'required' => true,
811
-                ),
812
-                'parentId' => array(
813
-                  'location' => 'path',
814
-                  'type' => 'string',
815
-                  'required' => true,
816
-                ),
817
-              ),
818
-            ),'insert' => array(
819
-              'path' => 'files/{fileId}/parents',
820
-              'httpMethod' => 'POST',
821
-              'parameters' => array(
822
-                'fileId' => array(
823
-                  'location' => 'path',
824
-                  'type' => 'string',
825
-                  'required' => true,
826
-                ),
827
-              ),
828
-            ),'list' => array(
829
-              'path' => 'files/{fileId}/parents',
830
-              'httpMethod' => 'GET',
831
-              'parameters' => array(
832
-                'fileId' => array(
833
-                  'location' => 'path',
834
-                  'type' => 'string',
835
-                  'required' => true,
836
-                ),
837
-              ),
838
-            ),
839
-          )
840
-        )
841
-    );
842
-    $this->permissions = new Google_Service_Drive_Permissions_Resource(
843
-        $this,
844
-        $this->serviceName,
845
-        'permissions',
846
-        array(
847
-          'methods' => array(
848
-            'delete' => array(
849
-              'path' => 'files/{fileId}/permissions/{permissionId}',
850
-              'httpMethod' => 'DELETE',
851
-              'parameters' => array(
852
-                'fileId' => array(
853
-                  'location' => 'path',
854
-                  'type' => 'string',
855
-                  'required' => true,
856
-                ),
857
-                'permissionId' => array(
858
-                  'location' => 'path',
859
-                  'type' => 'string',
860
-                  'required' => true,
861
-                ),
862
-              ),
863
-            ),'get' => array(
864
-              'path' => 'files/{fileId}/permissions/{permissionId}',
865
-              'httpMethod' => 'GET',
866
-              'parameters' => array(
867
-                'fileId' => array(
868
-                  'location' => 'path',
869
-                  'type' => 'string',
870
-                  'required' => true,
871
-                ),
872
-                'permissionId' => array(
873
-                  'location' => 'path',
874
-                  'type' => 'string',
875
-                  'required' => true,
876
-                ),
877
-              ),
878
-            ),'getIdForEmail' => array(
879
-              'path' => 'permissionIds/{email}',
880
-              'httpMethod' => 'GET',
881
-              'parameters' => array(
882
-                'email' => array(
883
-                  'location' => 'path',
884
-                  'type' => 'string',
885
-                  'required' => true,
886
-                ),
887
-              ),
888
-            ),'insert' => array(
889
-              'path' => 'files/{fileId}/permissions',
890
-              'httpMethod' => 'POST',
891
-              'parameters' => array(
892
-                'fileId' => array(
893
-                  'location' => 'path',
894
-                  'type' => 'string',
895
-                  'required' => true,
896
-                ),
897
-                'emailMessage' => array(
898
-                  'location' => 'query',
899
-                  'type' => 'string',
900
-                ),
901
-                'sendNotificationEmails' => array(
902
-                  'location' => 'query',
903
-                  'type' => 'boolean',
904
-                ),
905
-              ),
906
-            ),'list' => array(
907
-              'path' => 'files/{fileId}/permissions',
908
-              'httpMethod' => 'GET',
909
-              'parameters' => array(
910
-                'fileId' => array(
911
-                  'location' => 'path',
912
-                  'type' => 'string',
913
-                  'required' => true,
914
-                ),
915
-              ),
916
-            ),'patch' => array(
917
-              'path' => 'files/{fileId}/permissions/{permissionId}',
918
-              'httpMethod' => 'PATCH',
919
-              'parameters' => array(
920
-                'fileId' => array(
921
-                  'location' => 'path',
922
-                  'type' => 'string',
923
-                  'required' => true,
924
-                ),
925
-                'permissionId' => array(
926
-                  'location' => 'path',
927
-                  'type' => 'string',
928
-                  'required' => true,
929
-                ),
930
-                'transferOwnership' => array(
931
-                  'location' => 'query',
932
-                  'type' => 'boolean',
933
-                ),
934
-              ),
935
-            ),'update' => array(
936
-              'path' => 'files/{fileId}/permissions/{permissionId}',
937
-              'httpMethod' => 'PUT',
938
-              'parameters' => array(
939
-                'fileId' => array(
940
-                  'location' => 'path',
941
-                  'type' => 'string',
942
-                  'required' => true,
943
-                ),
944
-                'permissionId' => array(
945
-                  'location' => 'path',
946
-                  'type' => 'string',
947
-                  'required' => true,
948
-                ),
949
-                'transferOwnership' => array(
950
-                  'location' => 'query',
951
-                  'type' => 'boolean',
952
-                ),
953
-              ),
954
-            ),
955
-          )
956
-        )
957
-    );
958
-    $this->properties = new Google_Service_Drive_Properties_Resource(
959
-        $this,
960
-        $this->serviceName,
961
-        'properties',
962
-        array(
963
-          'methods' => array(
964
-            'delete' => array(
965
-              'path' => 'files/{fileId}/properties/{propertyKey}',
966
-              'httpMethod' => 'DELETE',
967
-              'parameters' => array(
968
-                'fileId' => array(
969
-                  'location' => 'path',
970
-                  'type' => 'string',
971
-                  'required' => true,
972
-                ),
973
-                'propertyKey' => array(
974
-                  'location' => 'path',
975
-                  'type' => 'string',
976
-                  'required' => true,
977
-                ),
978
-                'visibility' => array(
979
-                  'location' => 'query',
980
-                  'type' => 'string',
981
-                ),
982
-              ),
983
-            ),'get' => array(
984
-              'path' => 'files/{fileId}/properties/{propertyKey}',
985
-              'httpMethod' => 'GET',
986
-              'parameters' => array(
987
-                'fileId' => array(
988
-                  'location' => 'path',
989
-                  'type' => 'string',
990
-                  'required' => true,
991
-                ),
992
-                'propertyKey' => array(
993
-                  'location' => 'path',
994
-                  'type' => 'string',
995
-                  'required' => true,
996
-                ),
997
-                'visibility' => array(
998
-                  'location' => 'query',
999
-                  'type' => 'string',
1000
-                ),
1001
-              ),
1002
-            ),'insert' => array(
1003
-              'path' => 'files/{fileId}/properties',
1004
-              'httpMethod' => 'POST',
1005
-              'parameters' => array(
1006
-                'fileId' => array(
1007
-                  'location' => 'path',
1008
-                  'type' => 'string',
1009
-                  'required' => true,
1010
-                ),
1011
-              ),
1012
-            ),'list' => array(
1013
-              'path' => 'files/{fileId}/properties',
1014
-              'httpMethod' => 'GET',
1015
-              'parameters' => array(
1016
-                'fileId' => array(
1017
-                  'location' => 'path',
1018
-                  'type' => 'string',
1019
-                  'required' => true,
1020
-                ),
1021
-              ),
1022
-            ),'patch' => array(
1023
-              'path' => 'files/{fileId}/properties/{propertyKey}',
1024
-              'httpMethod' => 'PATCH',
1025
-              'parameters' => array(
1026
-                'fileId' => array(
1027
-                  'location' => 'path',
1028
-                  'type' => 'string',
1029
-                  'required' => true,
1030
-                ),
1031
-                'propertyKey' => array(
1032
-                  'location' => 'path',
1033
-                  'type' => 'string',
1034
-                  'required' => true,
1035
-                ),
1036
-                'visibility' => array(
1037
-                  'location' => 'query',
1038
-                  'type' => 'string',
1039
-                ),
1040
-              ),
1041
-            ),'update' => array(
1042
-              'path' => 'files/{fileId}/properties/{propertyKey}',
1043
-              'httpMethod' => 'PUT',
1044
-              'parameters' => array(
1045
-                'fileId' => array(
1046
-                  'location' => 'path',
1047
-                  'type' => 'string',
1048
-                  'required' => true,
1049
-                ),
1050
-                'propertyKey' => array(
1051
-                  'location' => 'path',
1052
-                  'type' => 'string',
1053
-                  'required' => true,
1054
-                ),
1055
-                'visibility' => array(
1056
-                  'location' => 'query',
1057
-                  'type' => 'string',
1058
-                ),
1059
-              ),
1060
-            ),
1061
-          )
1062
-        )
1063
-    );
1064
-    $this->realtime = new Google_Service_Drive_Realtime_Resource(
1065
-        $this,
1066
-        $this->serviceName,
1067
-        'realtime',
1068
-        array(
1069
-          'methods' => array(
1070
-            'get' => array(
1071
-              'path' => 'files/{fileId}/realtime',
1072
-              'httpMethod' => 'GET',
1073
-              'parameters' => array(
1074
-                'fileId' => array(
1075
-                  'location' => 'path',
1076
-                  'type' => 'string',
1077
-                  'required' => true,
1078
-                ),
1079
-                'revision' => array(
1080
-                  'location' => 'query',
1081
-                  'type' => 'integer',
1082
-                ),
1083
-              ),
1084
-            ),'update' => array(
1085
-              'path' => 'files/{fileId}/realtime',
1086
-              'httpMethod' => 'PUT',
1087
-              'parameters' => array(
1088
-                'fileId' => array(
1089
-                  'location' => 'path',
1090
-                  'type' => 'string',
1091
-                  'required' => true,
1092
-                ),
1093
-                'baseRevision' => array(
1094
-                  'location' => 'query',
1095
-                  'type' => 'string',
1096
-                ),
1097
-              ),
1098
-            ),
1099
-          )
1100
-        )
1101
-    );
1102
-    $this->replies = new Google_Service_Drive_Replies_Resource(
1103
-        $this,
1104
-        $this->serviceName,
1105
-        'replies',
1106
-        array(
1107
-          'methods' => array(
1108
-            'delete' => array(
1109
-              'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1110
-              'httpMethod' => 'DELETE',
1111
-              'parameters' => array(
1112
-                'fileId' => array(
1113
-                  'location' => 'path',
1114
-                  'type' => 'string',
1115
-                  'required' => true,
1116
-                ),
1117
-                'commentId' => array(
1118
-                  'location' => 'path',
1119
-                  'type' => 'string',
1120
-                  'required' => true,
1121
-                ),
1122
-                'replyId' => array(
1123
-                  'location' => 'path',
1124
-                  'type' => 'string',
1125
-                  'required' => true,
1126
-                ),
1127
-              ),
1128
-            ),'get' => array(
1129
-              'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1130
-              'httpMethod' => 'GET',
1131
-              'parameters' => array(
1132
-                'fileId' => array(
1133
-                  'location' => 'path',
1134
-                  'type' => 'string',
1135
-                  'required' => true,
1136
-                ),
1137
-                'commentId' => array(
1138
-                  'location' => 'path',
1139
-                  'type' => 'string',
1140
-                  'required' => true,
1141
-                ),
1142
-                'replyId' => array(
1143
-                  'location' => 'path',
1144
-                  'type' => 'string',
1145
-                  'required' => true,
1146
-                ),
1147
-                'includeDeleted' => array(
1148
-                  'location' => 'query',
1149
-                  'type' => 'boolean',
1150
-                ),
1151
-              ),
1152
-            ),'insert' => array(
1153
-              'path' => 'files/{fileId}/comments/{commentId}/replies',
1154
-              'httpMethod' => 'POST',
1155
-              'parameters' => array(
1156
-                'fileId' => array(
1157
-                  'location' => 'path',
1158
-                  'type' => 'string',
1159
-                  'required' => true,
1160
-                ),
1161
-                'commentId' => array(
1162
-                  'location' => 'path',
1163
-                  'type' => 'string',
1164
-                  'required' => true,
1165
-                ),
1166
-              ),
1167
-            ),'list' => array(
1168
-              'path' => 'files/{fileId}/comments/{commentId}/replies',
1169
-              'httpMethod' => 'GET',
1170
-              'parameters' => array(
1171
-                'fileId' => array(
1172
-                  'location' => 'path',
1173
-                  'type' => 'string',
1174
-                  'required' => true,
1175
-                ),
1176
-                'commentId' => array(
1177
-                  'location' => 'path',
1178
-                  'type' => 'string',
1179
-                  'required' => true,
1180
-                ),
1181
-                'pageToken' => array(
1182
-                  'location' => 'query',
1183
-                  'type' => 'string',
1184
-                ),
1185
-                'includeDeleted' => array(
1186
-                  'location' => 'query',
1187
-                  'type' => 'boolean',
1188
-                ),
1189
-                'maxResults' => array(
1190
-                  'location' => 'query',
1191
-                  'type' => 'integer',
1192
-                ),
1193
-              ),
1194
-            ),'patch' => array(
1195
-              'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1196
-              'httpMethod' => 'PATCH',
1197
-              'parameters' => array(
1198
-                'fileId' => array(
1199
-                  'location' => 'path',
1200
-                  'type' => 'string',
1201
-                  'required' => true,
1202
-                ),
1203
-                'commentId' => array(
1204
-                  'location' => 'path',
1205
-                  'type' => 'string',
1206
-                  'required' => true,
1207
-                ),
1208
-                'replyId' => array(
1209
-                  'location' => 'path',
1210
-                  'type' => 'string',
1211
-                  'required' => true,
1212
-                ),
1213
-              ),
1214
-            ),'update' => array(
1215
-              'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1216
-              'httpMethod' => 'PUT',
1217
-              'parameters' => array(
1218
-                'fileId' => array(
1219
-                  'location' => 'path',
1220
-                  'type' => 'string',
1221
-                  'required' => true,
1222
-                ),
1223
-                'commentId' => array(
1224
-                  'location' => 'path',
1225
-                  'type' => 'string',
1226
-                  'required' => true,
1227
-                ),
1228
-                'replyId' => array(
1229
-                  'location' => 'path',
1230
-                  'type' => 'string',
1231
-                  'required' => true,
1232
-                ),
1233
-              ),
1234
-            ),
1235
-          )
1236
-        )
1237
-    );
1238
-    $this->revisions = new Google_Service_Drive_Revisions_Resource(
1239
-        $this,
1240
-        $this->serviceName,
1241
-        'revisions',
1242
-        array(
1243
-          'methods' => array(
1244
-            'delete' => array(
1245
-              'path' => 'files/{fileId}/revisions/{revisionId}',
1246
-              'httpMethod' => 'DELETE',
1247
-              'parameters' => array(
1248
-                'fileId' => array(
1249
-                  'location' => 'path',
1250
-                  'type' => 'string',
1251
-                  'required' => true,
1252
-                ),
1253
-                'revisionId' => array(
1254
-                  'location' => 'path',
1255
-                  'type' => 'string',
1256
-                  'required' => true,
1257
-                ),
1258
-              ),
1259
-            ),'get' => array(
1260
-              'path' => 'files/{fileId}/revisions/{revisionId}',
1261
-              'httpMethod' => 'GET',
1262
-              'parameters' => array(
1263
-                'fileId' => array(
1264
-                  'location' => 'path',
1265
-                  'type' => 'string',
1266
-                  'required' => true,
1267
-                ),
1268
-                'revisionId' => array(
1269
-                  'location' => 'path',
1270
-                  'type' => 'string',
1271
-                  'required' => true,
1272
-                ),
1273
-              ),
1274
-            ),'list' => array(
1275
-              'path' => 'files/{fileId}/revisions',
1276
-              'httpMethod' => 'GET',
1277
-              'parameters' => array(
1278
-                'fileId' => array(
1279
-                  'location' => 'path',
1280
-                  'type' => 'string',
1281
-                  'required' => true,
1282
-                ),
1283
-              ),
1284
-            ),'patch' => array(
1285
-              'path' => 'files/{fileId}/revisions/{revisionId}',
1286
-              'httpMethod' => 'PATCH',
1287
-              'parameters' => array(
1288
-                'fileId' => array(
1289
-                  'location' => 'path',
1290
-                  'type' => 'string',
1291
-                  'required' => true,
1292
-                ),
1293
-                'revisionId' => array(
1294
-                  'location' => 'path',
1295
-                  'type' => 'string',
1296
-                  'required' => true,
1297
-                ),
1298
-              ),
1299
-            ),'update' => array(
1300
-              'path' => 'files/{fileId}/revisions/{revisionId}',
1301
-              'httpMethod' => 'PUT',
1302
-              'parameters' => array(
1303
-                'fileId' => array(
1304
-                  'location' => 'path',
1305
-                  'type' => 'string',
1306
-                  'required' => true,
1307
-                ),
1308
-                'revisionId' => array(
1309
-                  'location' => 'path',
1310
-                  'type' => 'string',
1311
-                  'required' => true,
1312
-                ),
1313
-              ),
1314
-            ),
1315
-          )
1316
-        )
1317
-    );
83
+	parent::__construct($client);
84
+	$this->rootUrl = 'https://www.googleapis.com/';
85
+	$this->servicePath = 'drive/v2/';
86
+	$this->version = 'v2';
87
+	$this->serviceName = 'drive';
88
+
89
+	$this->about = new Google_Service_Drive_About_Resource(
90
+		$this,
91
+		$this->serviceName,
92
+		'about',
93
+		array(
94
+		  'methods' => array(
95
+			'get' => array(
96
+			  'path' => 'about',
97
+			  'httpMethod' => 'GET',
98
+			  'parameters' => array(
99
+				'includeSubscribed' => array(
100
+				  'location' => 'query',
101
+				  'type' => 'boolean',
102
+				),
103
+				'maxChangeIdCount' => array(
104
+				  'location' => 'query',
105
+				  'type' => 'string',
106
+				),
107
+				'startChangeId' => array(
108
+				  'location' => 'query',
109
+				  'type' => 'string',
110
+				),
111
+			  ),
112
+			),
113
+		  )
114
+		)
115
+	);
116
+	$this->apps = new Google_Service_Drive_Apps_Resource(
117
+		$this,
118
+		$this->serviceName,
119
+		'apps',
120
+		array(
121
+		  'methods' => array(
122
+			'get' => array(
123
+			  'path' => 'apps/{appId}',
124
+			  'httpMethod' => 'GET',
125
+			  'parameters' => array(
126
+				'appId' => array(
127
+				  'location' => 'path',
128
+				  'type' => 'string',
129
+				  'required' => true,
130
+				),
131
+			  ),
132
+			),'list' => array(
133
+			  'path' => 'apps',
134
+			  'httpMethod' => 'GET',
135
+			  'parameters' => array(
136
+				'languageCode' => array(
137
+				  'location' => 'query',
138
+				  'type' => 'string',
139
+				),
140
+				'appFilterExtensions' => array(
141
+				  'location' => 'query',
142
+				  'type' => 'string',
143
+				),
144
+				'appFilterMimeTypes' => array(
145
+				  'location' => 'query',
146
+				  'type' => 'string',
147
+				),
148
+			  ),
149
+			),
150
+		  )
151
+		)
152
+	);
153
+	$this->changes = new Google_Service_Drive_Changes_Resource(
154
+		$this,
155
+		$this->serviceName,
156
+		'changes',
157
+		array(
158
+		  'methods' => array(
159
+			'get' => array(
160
+			  'path' => 'changes/{changeId}',
161
+			  'httpMethod' => 'GET',
162
+			  'parameters' => array(
163
+				'changeId' => array(
164
+				  'location' => 'path',
165
+				  'type' => 'string',
166
+				  'required' => true,
167
+				),
168
+			  ),
169
+			),'list' => array(
170
+			  'path' => 'changes',
171
+			  'httpMethod' => 'GET',
172
+			  'parameters' => array(
173
+				'includeSubscribed' => array(
174
+				  'location' => 'query',
175
+				  'type' => 'boolean',
176
+				),
177
+				'includeDeleted' => array(
178
+				  'location' => 'query',
179
+				  'type' => 'boolean',
180
+				),
181
+				'maxResults' => array(
182
+				  'location' => 'query',
183
+				  'type' => 'integer',
184
+				),
185
+				'pageToken' => array(
186
+				  'location' => 'query',
187
+				  'type' => 'string',
188
+				),
189
+				'spaces' => array(
190
+				  'location' => 'query',
191
+				  'type' => 'string',
192
+				),
193
+				'startChangeId' => array(
194
+				  'location' => 'query',
195
+				  'type' => 'string',
196
+				),
197
+			  ),
198
+			),'watch' => array(
199
+			  'path' => 'changes/watch',
200
+			  'httpMethod' => 'POST',
201
+			  'parameters' => array(
202
+				'includeSubscribed' => array(
203
+				  'location' => 'query',
204
+				  'type' => 'boolean',
205
+				),
206
+				'includeDeleted' => array(
207
+				  'location' => 'query',
208
+				  'type' => 'boolean',
209
+				),
210
+				'maxResults' => array(
211
+				  'location' => 'query',
212
+				  'type' => 'integer',
213
+				),
214
+				'pageToken' => array(
215
+				  'location' => 'query',
216
+				  'type' => 'string',
217
+				),
218
+				'spaces' => array(
219
+				  'location' => 'query',
220
+				  'type' => 'string',
221
+				),
222
+				'startChangeId' => array(
223
+				  'location' => 'query',
224
+				  'type' => 'string',
225
+				),
226
+			  ),
227
+			),
228
+		  )
229
+		)
230
+	);
231
+	$this->channels = new Google_Service_Drive_Channels_Resource(
232
+		$this,
233
+		$this->serviceName,
234
+		'channels',
235
+		array(
236
+		  'methods' => array(
237
+			'stop' => array(
238
+			  'path' => 'channels/stop',
239
+			  'httpMethod' => 'POST',
240
+			  'parameters' => array(),
241
+			),
242
+		  )
243
+		)
244
+	);
245
+	$this->children = new Google_Service_Drive_Children_Resource(
246
+		$this,
247
+		$this->serviceName,
248
+		'children',
249
+		array(
250
+		  'methods' => array(
251
+			'delete' => array(
252
+			  'path' => 'files/{folderId}/children/{childId}',
253
+			  'httpMethod' => 'DELETE',
254
+			  'parameters' => array(
255
+				'folderId' => array(
256
+				  'location' => 'path',
257
+				  'type' => 'string',
258
+				  'required' => true,
259
+				),
260
+				'childId' => array(
261
+				  'location' => 'path',
262
+				  'type' => 'string',
263
+				  'required' => true,
264
+				),
265
+			  ),
266
+			),'get' => array(
267
+			  'path' => 'files/{folderId}/children/{childId}',
268
+			  'httpMethod' => 'GET',
269
+			  'parameters' => array(
270
+				'folderId' => array(
271
+				  'location' => 'path',
272
+				  'type' => 'string',
273
+				  'required' => true,
274
+				),
275
+				'childId' => array(
276
+				  'location' => 'path',
277
+				  'type' => 'string',
278
+				  'required' => true,
279
+				),
280
+			  ),
281
+			),'insert' => array(
282
+			  'path' => 'files/{folderId}/children',
283
+			  'httpMethod' => 'POST',
284
+			  'parameters' => array(
285
+				'folderId' => array(
286
+				  'location' => 'path',
287
+				  'type' => 'string',
288
+				  'required' => true,
289
+				),
290
+			  ),
291
+			),'list' => array(
292
+			  'path' => 'files/{folderId}/children',
293
+			  'httpMethod' => 'GET',
294
+			  'parameters' => array(
295
+				'folderId' => array(
296
+				  'location' => 'path',
297
+				  'type' => 'string',
298
+				  'required' => true,
299
+				),
300
+				'orderBy' => array(
301
+				  'location' => 'query',
302
+				  'type' => 'string',
303
+				),
304
+				'pageToken' => array(
305
+				  'location' => 'query',
306
+				  'type' => 'string',
307
+				),
308
+				'q' => array(
309
+				  'location' => 'query',
310
+				  'type' => 'string',
311
+				),
312
+				'maxResults' => array(
313
+				  'location' => 'query',
314
+				  'type' => 'integer',
315
+				),
316
+			  ),
317
+			),
318
+		  )
319
+		)
320
+	);
321
+	$this->comments = new Google_Service_Drive_Comments_Resource(
322
+		$this,
323
+		$this->serviceName,
324
+		'comments',
325
+		array(
326
+		  'methods' => array(
327
+			'delete' => array(
328
+			  'path' => 'files/{fileId}/comments/{commentId}',
329
+			  'httpMethod' => 'DELETE',
330
+			  'parameters' => array(
331
+				'fileId' => array(
332
+				  'location' => 'path',
333
+				  'type' => 'string',
334
+				  'required' => true,
335
+				),
336
+				'commentId' => array(
337
+				  'location' => 'path',
338
+				  'type' => 'string',
339
+				  'required' => true,
340
+				),
341
+			  ),
342
+			),'get' => array(
343
+			  'path' => 'files/{fileId}/comments/{commentId}',
344
+			  'httpMethod' => 'GET',
345
+			  'parameters' => array(
346
+				'fileId' => array(
347
+				  'location' => 'path',
348
+				  'type' => 'string',
349
+				  'required' => true,
350
+				),
351
+				'commentId' => array(
352
+				  'location' => 'path',
353
+				  'type' => 'string',
354
+				  'required' => true,
355
+				),
356
+				'includeDeleted' => array(
357
+				  'location' => 'query',
358
+				  'type' => 'boolean',
359
+				),
360
+			  ),
361
+			),'insert' => array(
362
+			  'path' => 'files/{fileId}/comments',
363
+			  'httpMethod' => 'POST',
364
+			  'parameters' => array(
365
+				'fileId' => array(
366
+				  'location' => 'path',
367
+				  'type' => 'string',
368
+				  'required' => true,
369
+				),
370
+			  ),
371
+			),'list' => array(
372
+			  'path' => 'files/{fileId}/comments',
373
+			  'httpMethod' => 'GET',
374
+			  'parameters' => array(
375
+				'fileId' => array(
376
+				  'location' => 'path',
377
+				  'type' => 'string',
378
+				  'required' => true,
379
+				),
380
+				'pageToken' => array(
381
+				  'location' => 'query',
382
+				  'type' => 'string',
383
+				),
384
+				'updatedMin' => array(
385
+				  'location' => 'query',
386
+				  'type' => 'string',
387
+				),
388
+				'includeDeleted' => array(
389
+				  'location' => 'query',
390
+				  'type' => 'boolean',
391
+				),
392
+				'maxResults' => array(
393
+				  'location' => 'query',
394
+				  'type' => 'integer',
395
+				),
396
+			  ),
397
+			),'patch' => array(
398
+			  'path' => 'files/{fileId}/comments/{commentId}',
399
+			  'httpMethod' => 'PATCH',
400
+			  'parameters' => array(
401
+				'fileId' => array(
402
+				  'location' => 'path',
403
+				  'type' => 'string',
404
+				  'required' => true,
405
+				),
406
+				'commentId' => array(
407
+				  'location' => 'path',
408
+				  'type' => 'string',
409
+				  'required' => true,
410
+				),
411
+			  ),
412
+			),'update' => array(
413
+			  'path' => 'files/{fileId}/comments/{commentId}',
414
+			  'httpMethod' => 'PUT',
415
+			  'parameters' => array(
416
+				'fileId' => array(
417
+				  'location' => 'path',
418
+				  'type' => 'string',
419
+				  'required' => true,
420
+				),
421
+				'commentId' => array(
422
+				  'location' => 'path',
423
+				  'type' => 'string',
424
+				  'required' => true,
425
+				),
426
+			  ),
427
+			),
428
+		  )
429
+		)
430
+	);
431
+	$this->files = new Google_Service_Drive_Files_Resource(
432
+		$this,
433
+		$this->serviceName,
434
+		'files',
435
+		array(
436
+		  'methods' => array(
437
+			'copy' => array(
438
+			  'path' => 'files/{fileId}/copy',
439
+			  'httpMethod' => 'POST',
440
+			  'parameters' => array(
441
+				'fileId' => array(
442
+				  'location' => 'path',
443
+				  'type' => 'string',
444
+				  'required' => true,
445
+				),
446
+				'convert' => array(
447
+				  'location' => 'query',
448
+				  'type' => 'boolean',
449
+				),
450
+				'ocrLanguage' => array(
451
+				  'location' => 'query',
452
+				  'type' => 'string',
453
+				),
454
+				'visibility' => array(
455
+				  'location' => 'query',
456
+				  'type' => 'string',
457
+				),
458
+				'pinned' => array(
459
+				  'location' => 'query',
460
+				  'type' => 'boolean',
461
+				),
462
+				'ocr' => array(
463
+				  'location' => 'query',
464
+				  'type' => 'boolean',
465
+				),
466
+				'timedTextTrackName' => array(
467
+				  'location' => 'query',
468
+				  'type' => 'string',
469
+				),
470
+				'timedTextLanguage' => array(
471
+				  'location' => 'query',
472
+				  'type' => 'string',
473
+				),
474
+			  ),
475
+			),'delete' => array(
476
+			  'path' => 'files/{fileId}',
477
+			  'httpMethod' => 'DELETE',
478
+			  'parameters' => array(
479
+				'fileId' => array(
480
+				  'location' => 'path',
481
+				  'type' => 'string',
482
+				  'required' => true,
483
+				),
484
+			  ),
485
+			),'emptyTrash' => array(
486
+			  'path' => 'files/trash',
487
+			  'httpMethod' => 'DELETE',
488
+			  'parameters' => array(),
489
+			),'generateIds' => array(
490
+			  'path' => 'files/generateIds',
491
+			  'httpMethod' => 'GET',
492
+			  'parameters' => array(
493
+				'maxResults' => array(
494
+				  'location' => 'query',
495
+				  'type' => 'integer',
496
+				),
497
+				'space' => array(
498
+				  'location' => 'query',
499
+				  'type' => 'string',
500
+				),
501
+			  ),
502
+			),'get' => array(
503
+			  'path' => 'files/{fileId}',
504
+			  'httpMethod' => 'GET',
505
+			  'parameters' => array(
506
+				'fileId' => array(
507
+				  'location' => 'path',
508
+				  'type' => 'string',
509
+				  'required' => true,
510
+				),
511
+				'acknowledgeAbuse' => array(
512
+				  'location' => 'query',
513
+				  'type' => 'boolean',
514
+				),
515
+				'updateViewedDate' => array(
516
+				  'location' => 'query',
517
+				  'type' => 'boolean',
518
+				),
519
+				'revisionId' => array(
520
+				  'location' => 'query',
521
+				  'type' => 'string',
522
+				),
523
+				'projection' => array(
524
+				  'location' => 'query',
525
+				  'type' => 'string',
526
+				),
527
+			  ),
528
+			),'insert' => array(
529
+			  'path' => 'files',
530
+			  'httpMethod' => 'POST',
531
+			  'parameters' => array(
532
+				'convert' => array(
533
+				  'location' => 'query',
534
+				  'type' => 'boolean',
535
+				),
536
+				'useContentAsIndexableText' => array(
537
+				  'location' => 'query',
538
+				  'type' => 'boolean',
539
+				),
540
+				'ocrLanguage' => array(
541
+				  'location' => 'query',
542
+				  'type' => 'string',
543
+				),
544
+				'visibility' => array(
545
+				  'location' => 'query',
546
+				  'type' => 'string',
547
+				),
548
+				'pinned' => array(
549
+				  'location' => 'query',
550
+				  'type' => 'boolean',
551
+				),
552
+				'ocr' => array(
553
+				  'location' => 'query',
554
+				  'type' => 'boolean',
555
+				),
556
+				'timedTextTrackName' => array(
557
+				  'location' => 'query',
558
+				  'type' => 'string',
559
+				),
560
+				'timedTextLanguage' => array(
561
+				  'location' => 'query',
562
+				  'type' => 'string',
563
+				),
564
+			  ),
565
+			),'list' => array(
566
+			  'path' => 'files',
567
+			  'httpMethod' => 'GET',
568
+			  'parameters' => array(
569
+				'orderBy' => array(
570
+				  'location' => 'query',
571
+				  'type' => 'string',
572
+				),
573
+				'projection' => array(
574
+				  'location' => 'query',
575
+				  'type' => 'string',
576
+				),
577
+				'maxResults' => array(
578
+				  'location' => 'query',
579
+				  'type' => 'integer',
580
+				),
581
+				'q' => array(
582
+				  'location' => 'query',
583
+				  'type' => 'string',
584
+				),
585
+				'pageToken' => array(
586
+				  'location' => 'query',
587
+				  'type' => 'string',
588
+				),
589
+				'spaces' => array(
590
+				  'location' => 'query',
591
+				  'type' => 'string',
592
+				),
593
+				'corpus' => array(
594
+				  'location' => 'query',
595
+				  'type' => 'string',
596
+				),
597
+			  ),
598
+			),'patch' => array(
599
+			  'path' => 'files/{fileId}',
600
+			  'httpMethod' => 'PATCH',
601
+			  'parameters' => array(
602
+				'fileId' => array(
603
+				  'location' => 'path',
604
+				  'type' => 'string',
605
+				  'required' => true,
606
+				),
607
+				'addParents' => array(
608
+				  'location' => 'query',
609
+				  'type' => 'string',
610
+				),
611
+				'modifiedDateBehavior' => array(
612
+				  'location' => 'query',
613
+				  'type' => 'string',
614
+				),
615
+				'removeParents' => array(
616
+				  'location' => 'query',
617
+				  'type' => 'string',
618
+				),
619
+				'updateViewedDate' => array(
620
+				  'location' => 'query',
621
+				  'type' => 'boolean',
622
+				),
623
+				'setModifiedDate' => array(
624
+				  'location' => 'query',
625
+				  'type' => 'boolean',
626
+				),
627
+				'useContentAsIndexableText' => array(
628
+				  'location' => 'query',
629
+				  'type' => 'boolean',
630
+				),
631
+				'convert' => array(
632
+				  'location' => 'query',
633
+				  'type' => 'boolean',
634
+				),
635
+				'ocrLanguage' => array(
636
+				  'location' => 'query',
637
+				  'type' => 'string',
638
+				),
639
+				'pinned' => array(
640
+				  'location' => 'query',
641
+				  'type' => 'boolean',
642
+				),
643
+				'newRevision' => array(
644
+				  'location' => 'query',
645
+				  'type' => 'boolean',
646
+				),
647
+				'ocr' => array(
648
+				  'location' => 'query',
649
+				  'type' => 'boolean',
650
+				),
651
+				'timedTextLanguage' => array(
652
+				  'location' => 'query',
653
+				  'type' => 'string',
654
+				),
655
+				'timedTextTrackName' => array(
656
+				  'location' => 'query',
657
+				  'type' => 'string',
658
+				),
659
+			  ),
660
+			),'touch' => array(
661
+			  'path' => 'files/{fileId}/touch',
662
+			  'httpMethod' => 'POST',
663
+			  'parameters' => array(
664
+				'fileId' => array(
665
+				  'location' => 'path',
666
+				  'type' => 'string',
667
+				  'required' => true,
668
+				),
669
+			  ),
670
+			),'trash' => array(
671
+			  'path' => 'files/{fileId}/trash',
672
+			  'httpMethod' => 'POST',
673
+			  'parameters' => array(
674
+				'fileId' => array(
675
+				  'location' => 'path',
676
+				  'type' => 'string',
677
+				  'required' => true,
678
+				),
679
+			  ),
680
+			),'untrash' => array(
681
+			  'path' => 'files/{fileId}/untrash',
682
+			  'httpMethod' => 'POST',
683
+			  'parameters' => array(
684
+				'fileId' => array(
685
+				  'location' => 'path',
686
+				  'type' => 'string',
687
+				  'required' => true,
688
+				),
689
+			  ),
690
+			),'update' => array(
691
+			  'path' => 'files/{fileId}',
692
+			  'httpMethod' => 'PUT',
693
+			  'parameters' => array(
694
+				'fileId' => array(
695
+				  'location' => 'path',
696
+				  'type' => 'string',
697
+				  'required' => true,
698
+				),
699
+				'addParents' => array(
700
+				  'location' => 'query',
701
+				  'type' => 'string',
702
+				),
703
+				'modifiedDateBehavior' => array(
704
+				  'location' => 'query',
705
+				  'type' => 'string',
706
+				),
707
+				'removeParents' => array(
708
+				  'location' => 'query',
709
+				  'type' => 'string',
710
+				),
711
+				'updateViewedDate' => array(
712
+				  'location' => 'query',
713
+				  'type' => 'boolean',
714
+				),
715
+				'setModifiedDate' => array(
716
+				  'location' => 'query',
717
+				  'type' => 'boolean',
718
+				),
719
+				'useContentAsIndexableText' => array(
720
+				  'location' => 'query',
721
+				  'type' => 'boolean',
722
+				),
723
+				'convert' => array(
724
+				  'location' => 'query',
725
+				  'type' => 'boolean',
726
+				),
727
+				'ocrLanguage' => array(
728
+				  'location' => 'query',
729
+				  'type' => 'string',
730
+				),
731
+				'pinned' => array(
732
+				  'location' => 'query',
733
+				  'type' => 'boolean',
734
+				),
735
+				'newRevision' => array(
736
+				  'location' => 'query',
737
+				  'type' => 'boolean',
738
+				),
739
+				'ocr' => array(
740
+				  'location' => 'query',
741
+				  'type' => 'boolean',
742
+				),
743
+				'timedTextLanguage' => array(
744
+				  'location' => 'query',
745
+				  'type' => 'string',
746
+				),
747
+				'timedTextTrackName' => array(
748
+				  'location' => 'query',
749
+				  'type' => 'string',
750
+				),
751
+			  ),
752
+			),'watch' => array(
753
+			  'path' => 'files/{fileId}/watch',
754
+			  'httpMethod' => 'POST',
755
+			  'parameters' => array(
756
+				'fileId' => array(
757
+				  'location' => 'path',
758
+				  'type' => 'string',
759
+				  'required' => true,
760
+				),
761
+				'acknowledgeAbuse' => array(
762
+				  'location' => 'query',
763
+				  'type' => 'boolean',
764
+				),
765
+				'updateViewedDate' => array(
766
+				  'location' => 'query',
767
+				  'type' => 'boolean',
768
+				),
769
+				'revisionId' => array(
770
+				  'location' => 'query',
771
+				  'type' => 'string',
772
+				),
773
+				'projection' => array(
774
+				  'location' => 'query',
775
+				  'type' => 'string',
776
+				),
777
+			  ),
778
+			),
779
+		  )
780
+		)
781
+	);
782
+	$this->parents = new Google_Service_Drive_Parents_Resource(
783
+		$this,
784
+		$this->serviceName,
785
+		'parents',
786
+		array(
787
+		  'methods' => array(
788
+			'delete' => array(
789
+			  'path' => 'files/{fileId}/parents/{parentId}',
790
+			  'httpMethod' => 'DELETE',
791
+			  'parameters' => array(
792
+				'fileId' => array(
793
+				  'location' => 'path',
794
+				  'type' => 'string',
795
+				  'required' => true,
796
+				),
797
+				'parentId' => array(
798
+				  'location' => 'path',
799
+				  'type' => 'string',
800
+				  'required' => true,
801
+				),
802
+			  ),
803
+			),'get' => array(
804
+			  'path' => 'files/{fileId}/parents/{parentId}',
805
+			  'httpMethod' => 'GET',
806
+			  'parameters' => array(
807
+				'fileId' => array(
808
+				  'location' => 'path',
809
+				  'type' => 'string',
810
+				  'required' => true,
811
+				),
812
+				'parentId' => array(
813
+				  'location' => 'path',
814
+				  'type' => 'string',
815
+				  'required' => true,
816
+				),
817
+			  ),
818
+			),'insert' => array(
819
+			  'path' => 'files/{fileId}/parents',
820
+			  'httpMethod' => 'POST',
821
+			  'parameters' => array(
822
+				'fileId' => array(
823
+				  'location' => 'path',
824
+				  'type' => 'string',
825
+				  'required' => true,
826
+				),
827
+			  ),
828
+			),'list' => array(
829
+			  'path' => 'files/{fileId}/parents',
830
+			  'httpMethod' => 'GET',
831
+			  'parameters' => array(
832
+				'fileId' => array(
833
+				  'location' => 'path',
834
+				  'type' => 'string',
835
+				  'required' => true,
836
+				),
837
+			  ),
838
+			),
839
+		  )
840
+		)
841
+	);
842
+	$this->permissions = new Google_Service_Drive_Permissions_Resource(
843
+		$this,
844
+		$this->serviceName,
845
+		'permissions',
846
+		array(
847
+		  'methods' => array(
848
+			'delete' => array(
849
+			  'path' => 'files/{fileId}/permissions/{permissionId}',
850
+			  'httpMethod' => 'DELETE',
851
+			  'parameters' => array(
852
+				'fileId' => array(
853
+				  'location' => 'path',
854
+				  'type' => 'string',
855
+				  'required' => true,
856
+				),
857
+				'permissionId' => array(
858
+				  'location' => 'path',
859
+				  'type' => 'string',
860
+				  'required' => true,
861
+				),
862
+			  ),
863
+			),'get' => array(
864
+			  'path' => 'files/{fileId}/permissions/{permissionId}',
865
+			  'httpMethod' => 'GET',
866
+			  'parameters' => array(
867
+				'fileId' => array(
868
+				  'location' => 'path',
869
+				  'type' => 'string',
870
+				  'required' => true,
871
+				),
872
+				'permissionId' => array(
873
+				  'location' => 'path',
874
+				  'type' => 'string',
875
+				  'required' => true,
876
+				),
877
+			  ),
878
+			),'getIdForEmail' => array(
879
+			  'path' => 'permissionIds/{email}',
880
+			  'httpMethod' => 'GET',
881
+			  'parameters' => array(
882
+				'email' => array(
883
+				  'location' => 'path',
884
+				  'type' => 'string',
885
+				  'required' => true,
886
+				),
887
+			  ),
888
+			),'insert' => array(
889
+			  'path' => 'files/{fileId}/permissions',
890
+			  'httpMethod' => 'POST',
891
+			  'parameters' => array(
892
+				'fileId' => array(
893
+				  'location' => 'path',
894
+				  'type' => 'string',
895
+				  'required' => true,
896
+				),
897
+				'emailMessage' => array(
898
+				  'location' => 'query',
899
+				  'type' => 'string',
900
+				),
901
+				'sendNotificationEmails' => array(
902
+				  'location' => 'query',
903
+				  'type' => 'boolean',
904
+				),
905
+			  ),
906
+			),'list' => array(
907
+			  'path' => 'files/{fileId}/permissions',
908
+			  'httpMethod' => 'GET',
909
+			  'parameters' => array(
910
+				'fileId' => array(
911
+				  'location' => 'path',
912
+				  'type' => 'string',
913
+				  'required' => true,
914
+				),
915
+			  ),
916
+			),'patch' => array(
917
+			  'path' => 'files/{fileId}/permissions/{permissionId}',
918
+			  'httpMethod' => 'PATCH',
919
+			  'parameters' => array(
920
+				'fileId' => array(
921
+				  'location' => 'path',
922
+				  'type' => 'string',
923
+				  'required' => true,
924
+				),
925
+				'permissionId' => array(
926
+				  'location' => 'path',
927
+				  'type' => 'string',
928
+				  'required' => true,
929
+				),
930
+				'transferOwnership' => array(
931
+				  'location' => 'query',
932
+				  'type' => 'boolean',
933
+				),
934
+			  ),
935
+			),'update' => array(
936
+			  'path' => 'files/{fileId}/permissions/{permissionId}',
937
+			  'httpMethod' => 'PUT',
938
+			  'parameters' => array(
939
+				'fileId' => array(
940
+				  'location' => 'path',
941
+				  'type' => 'string',
942
+				  'required' => true,
943
+				),
944
+				'permissionId' => array(
945
+				  'location' => 'path',
946
+				  'type' => 'string',
947
+				  'required' => true,
948
+				),
949
+				'transferOwnership' => array(
950
+				  'location' => 'query',
951
+				  'type' => 'boolean',
952
+				),
953
+			  ),
954
+			),
955
+		  )
956
+		)
957
+	);
958
+	$this->properties = new Google_Service_Drive_Properties_Resource(
959
+		$this,
960
+		$this->serviceName,
961
+		'properties',
962
+		array(
963
+		  'methods' => array(
964
+			'delete' => array(
965
+			  'path' => 'files/{fileId}/properties/{propertyKey}',
966
+			  'httpMethod' => 'DELETE',
967
+			  'parameters' => array(
968
+				'fileId' => array(
969
+				  'location' => 'path',
970
+				  'type' => 'string',
971
+				  'required' => true,
972
+				),
973
+				'propertyKey' => array(
974
+				  'location' => 'path',
975
+				  'type' => 'string',
976
+				  'required' => true,
977
+				),
978
+				'visibility' => array(
979
+				  'location' => 'query',
980
+				  'type' => 'string',
981
+				),
982
+			  ),
983
+			),'get' => array(
984
+			  'path' => 'files/{fileId}/properties/{propertyKey}',
985
+			  'httpMethod' => 'GET',
986
+			  'parameters' => array(
987
+				'fileId' => array(
988
+				  'location' => 'path',
989
+				  'type' => 'string',
990
+				  'required' => true,
991
+				),
992
+				'propertyKey' => array(
993
+				  'location' => 'path',
994
+				  'type' => 'string',
995
+				  'required' => true,
996
+				),
997
+				'visibility' => array(
998
+				  'location' => 'query',
999
+				  'type' => 'string',
1000
+				),
1001
+			  ),
1002
+			),'insert' => array(
1003
+			  'path' => 'files/{fileId}/properties',
1004
+			  'httpMethod' => 'POST',
1005
+			  'parameters' => array(
1006
+				'fileId' => array(
1007
+				  'location' => 'path',
1008
+				  'type' => 'string',
1009
+				  'required' => true,
1010
+				),
1011
+			  ),
1012
+			),'list' => array(
1013
+			  'path' => 'files/{fileId}/properties',
1014
+			  'httpMethod' => 'GET',
1015
+			  'parameters' => array(
1016
+				'fileId' => array(
1017
+				  'location' => 'path',
1018
+				  'type' => 'string',
1019
+				  'required' => true,
1020
+				),
1021
+			  ),
1022
+			),'patch' => array(
1023
+			  'path' => 'files/{fileId}/properties/{propertyKey}',
1024
+			  'httpMethod' => 'PATCH',
1025
+			  'parameters' => array(
1026
+				'fileId' => array(
1027
+				  'location' => 'path',
1028
+				  'type' => 'string',
1029
+				  'required' => true,
1030
+				),
1031
+				'propertyKey' => array(
1032
+				  'location' => 'path',
1033
+				  'type' => 'string',
1034
+				  'required' => true,
1035
+				),
1036
+				'visibility' => array(
1037
+				  'location' => 'query',
1038
+				  'type' => 'string',
1039
+				),
1040
+			  ),
1041
+			),'update' => array(
1042
+			  'path' => 'files/{fileId}/properties/{propertyKey}',
1043
+			  'httpMethod' => 'PUT',
1044
+			  'parameters' => array(
1045
+				'fileId' => array(
1046
+				  'location' => 'path',
1047
+				  'type' => 'string',
1048
+				  'required' => true,
1049
+				),
1050
+				'propertyKey' => array(
1051
+				  'location' => 'path',
1052
+				  'type' => 'string',
1053
+				  'required' => true,
1054
+				),
1055
+				'visibility' => array(
1056
+				  'location' => 'query',
1057
+				  'type' => 'string',
1058
+				),
1059
+			  ),
1060
+			),
1061
+		  )
1062
+		)
1063
+	);
1064
+	$this->realtime = new Google_Service_Drive_Realtime_Resource(
1065
+		$this,
1066
+		$this->serviceName,
1067
+		'realtime',
1068
+		array(
1069
+		  'methods' => array(
1070
+			'get' => array(
1071
+			  'path' => 'files/{fileId}/realtime',
1072
+			  'httpMethod' => 'GET',
1073
+			  'parameters' => array(
1074
+				'fileId' => array(
1075
+				  'location' => 'path',
1076
+				  'type' => 'string',
1077
+				  'required' => true,
1078
+				),
1079
+				'revision' => array(
1080
+				  'location' => 'query',
1081
+				  'type' => 'integer',
1082
+				),
1083
+			  ),
1084
+			),'update' => array(
1085
+			  'path' => 'files/{fileId}/realtime',
1086
+			  'httpMethod' => 'PUT',
1087
+			  'parameters' => array(
1088
+				'fileId' => array(
1089
+				  'location' => 'path',
1090
+				  'type' => 'string',
1091
+				  'required' => true,
1092
+				),
1093
+				'baseRevision' => array(
1094
+				  'location' => 'query',
1095
+				  'type' => 'string',
1096
+				),
1097
+			  ),
1098
+			),
1099
+		  )
1100
+		)
1101
+	);
1102
+	$this->replies = new Google_Service_Drive_Replies_Resource(
1103
+		$this,
1104
+		$this->serviceName,
1105
+		'replies',
1106
+		array(
1107
+		  'methods' => array(
1108
+			'delete' => array(
1109
+			  'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1110
+			  'httpMethod' => 'DELETE',
1111
+			  'parameters' => array(
1112
+				'fileId' => array(
1113
+				  'location' => 'path',
1114
+				  'type' => 'string',
1115
+				  'required' => true,
1116
+				),
1117
+				'commentId' => array(
1118
+				  'location' => 'path',
1119
+				  'type' => 'string',
1120
+				  'required' => true,
1121
+				),
1122
+				'replyId' => array(
1123
+				  'location' => 'path',
1124
+				  'type' => 'string',
1125
+				  'required' => true,
1126
+				),
1127
+			  ),
1128
+			),'get' => array(
1129
+			  'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1130
+			  'httpMethod' => 'GET',
1131
+			  'parameters' => array(
1132
+				'fileId' => array(
1133
+				  'location' => 'path',
1134
+				  'type' => 'string',
1135
+				  'required' => true,
1136
+				),
1137
+				'commentId' => array(
1138
+				  'location' => 'path',
1139
+				  'type' => 'string',
1140
+				  'required' => true,
1141
+				),
1142
+				'replyId' => array(
1143
+				  'location' => 'path',
1144
+				  'type' => 'string',
1145
+				  'required' => true,
1146
+				),
1147
+				'includeDeleted' => array(
1148
+				  'location' => 'query',
1149
+				  'type' => 'boolean',
1150
+				),
1151
+			  ),
1152
+			),'insert' => array(
1153
+			  'path' => 'files/{fileId}/comments/{commentId}/replies',
1154
+			  'httpMethod' => 'POST',
1155
+			  'parameters' => array(
1156
+				'fileId' => array(
1157
+				  'location' => 'path',
1158
+				  'type' => 'string',
1159
+				  'required' => true,
1160
+				),
1161
+				'commentId' => array(
1162
+				  'location' => 'path',
1163
+				  'type' => 'string',
1164
+				  'required' => true,
1165
+				),
1166
+			  ),
1167
+			),'list' => array(
1168
+			  'path' => 'files/{fileId}/comments/{commentId}/replies',
1169
+			  'httpMethod' => 'GET',
1170
+			  'parameters' => array(
1171
+				'fileId' => array(
1172
+				  'location' => 'path',
1173
+				  'type' => 'string',
1174
+				  'required' => true,
1175
+				),
1176
+				'commentId' => array(
1177
+				  'location' => 'path',
1178
+				  'type' => 'string',
1179
+				  'required' => true,
1180
+				),
1181
+				'pageToken' => array(
1182
+				  'location' => 'query',
1183
+				  'type' => 'string',
1184
+				),
1185
+				'includeDeleted' => array(
1186
+				  'location' => 'query',
1187
+				  'type' => 'boolean',
1188
+				),
1189
+				'maxResults' => array(
1190
+				  'location' => 'query',
1191
+				  'type' => 'integer',
1192
+				),
1193
+			  ),
1194
+			),'patch' => array(
1195
+			  'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1196
+			  'httpMethod' => 'PATCH',
1197
+			  'parameters' => array(
1198
+				'fileId' => array(
1199
+				  'location' => 'path',
1200
+				  'type' => 'string',
1201
+				  'required' => true,
1202
+				),
1203
+				'commentId' => array(
1204
+				  'location' => 'path',
1205
+				  'type' => 'string',
1206
+				  'required' => true,
1207
+				),
1208
+				'replyId' => array(
1209
+				  'location' => 'path',
1210
+				  'type' => 'string',
1211
+				  'required' => true,
1212
+				),
1213
+			  ),
1214
+			),'update' => array(
1215
+			  'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1216
+			  'httpMethod' => 'PUT',
1217
+			  'parameters' => array(
1218
+				'fileId' => array(
1219
+				  'location' => 'path',
1220
+				  'type' => 'string',
1221
+				  'required' => true,
1222
+				),
1223
+				'commentId' => array(
1224
+				  'location' => 'path',
1225
+				  'type' => 'string',
1226
+				  'required' => true,
1227
+				),
1228
+				'replyId' => array(
1229
+				  'location' => 'path',
1230
+				  'type' => 'string',
1231
+				  'required' => true,
1232
+				),
1233
+			  ),
1234
+			),
1235
+		  )
1236
+		)
1237
+	);
1238
+	$this->revisions = new Google_Service_Drive_Revisions_Resource(
1239
+		$this,
1240
+		$this->serviceName,
1241
+		'revisions',
1242
+		array(
1243
+		  'methods' => array(
1244
+			'delete' => array(
1245
+			  'path' => 'files/{fileId}/revisions/{revisionId}',
1246
+			  'httpMethod' => 'DELETE',
1247
+			  'parameters' => array(
1248
+				'fileId' => array(
1249
+				  'location' => 'path',
1250
+				  'type' => 'string',
1251
+				  'required' => true,
1252
+				),
1253
+				'revisionId' => array(
1254
+				  'location' => 'path',
1255
+				  'type' => 'string',
1256
+				  'required' => true,
1257
+				),
1258
+			  ),
1259
+			),'get' => array(
1260
+			  'path' => 'files/{fileId}/revisions/{revisionId}',
1261
+			  'httpMethod' => 'GET',
1262
+			  'parameters' => array(
1263
+				'fileId' => array(
1264
+				  'location' => 'path',
1265
+				  'type' => 'string',
1266
+				  'required' => true,
1267
+				),
1268
+				'revisionId' => array(
1269
+				  'location' => 'path',
1270
+				  'type' => 'string',
1271
+				  'required' => true,
1272
+				),
1273
+			  ),
1274
+			),'list' => array(
1275
+			  'path' => 'files/{fileId}/revisions',
1276
+			  'httpMethod' => 'GET',
1277
+			  'parameters' => array(
1278
+				'fileId' => array(
1279
+				  'location' => 'path',
1280
+				  'type' => 'string',
1281
+				  'required' => true,
1282
+				),
1283
+			  ),
1284
+			),'patch' => array(
1285
+			  'path' => 'files/{fileId}/revisions/{revisionId}',
1286
+			  'httpMethod' => 'PATCH',
1287
+			  'parameters' => array(
1288
+				'fileId' => array(
1289
+				  'location' => 'path',
1290
+				  'type' => 'string',
1291
+				  'required' => true,
1292
+				),
1293
+				'revisionId' => array(
1294
+				  'location' => 'path',
1295
+				  'type' => 'string',
1296
+				  'required' => true,
1297
+				),
1298
+			  ),
1299
+			),'update' => array(
1300
+			  'path' => 'files/{fileId}/revisions/{revisionId}',
1301
+			  'httpMethod' => 'PUT',
1302
+			  'parameters' => array(
1303
+				'fileId' => array(
1304
+				  'location' => 'path',
1305
+				  'type' => 'string',
1306
+				  'required' => true,
1307
+				),
1308
+				'revisionId' => array(
1309
+				  'location' => 'path',
1310
+				  'type' => 'string',
1311
+				  'required' => true,
1312
+				),
1313
+			  ),
1314
+			),
1315
+		  )
1316
+		)
1317
+	);
1318 1318
   }
1319 1319
 }
1320 1320
 
@@ -1349,9 +1349,9 @@  discard block
 block discarded – undo
1349 1349
    */
1350 1350
   public function get($optParams = array())
1351 1351
   {
1352
-    $params = array();
1353
-    $params = array_merge($params, $optParams);
1354
-    return $this->call('get', array($params), "Google_Service_Drive_About");
1352
+	$params = array();
1353
+	$params = array_merge($params, $optParams);
1354
+	return $this->call('get', array($params), "Google_Service_Drive_About");
1355 1355
   }
1356 1356
 }
1357 1357
 
@@ -1375,9 +1375,9 @@  discard block
 block discarded – undo
1375 1375
    */
1376 1376
   public function get($appId, $optParams = array())
1377 1377
   {
1378
-    $params = array('appId' => $appId);
1379
-    $params = array_merge($params, $optParams);
1380
-    return $this->call('get', array($params), "Google_Service_Drive_App");
1378
+	$params = array('appId' => $appId);
1379
+	$params = array_merge($params, $optParams);
1380
+	return $this->call('get', array($params), "Google_Service_Drive_App");
1381 1381
   }
1382 1382
 
1383 1383
   /**
@@ -1402,9 +1402,9 @@  discard block
 block discarded – undo
1402 1402
    */
1403 1403
   public function listApps($optParams = array())
1404 1404
   {
1405
-    $params = array();
1406
-    $params = array_merge($params, $optParams);
1407
-    return $this->call('list', array($params), "Google_Service_Drive_AppList");
1405
+	$params = array();
1406
+	$params = array_merge($params, $optParams);
1407
+	return $this->call('list', array($params), "Google_Service_Drive_AppList");
1408 1408
   }
1409 1409
 }
1410 1410
 
@@ -1428,9 +1428,9 @@  discard block
 block discarded – undo
1428 1428
    */
1429 1429
   public function get($changeId, $optParams = array())
1430 1430
   {
1431
-    $params = array('changeId' => $changeId);
1432
-    $params = array_merge($params, $optParams);
1433
-    return $this->call('get', array($params), "Google_Service_Drive_Change");
1431
+	$params = array('changeId' => $changeId);
1432
+	$params = array_merge($params, $optParams);
1433
+	return $this->call('get', array($params), "Google_Service_Drive_Change");
1434 1434
   }
1435 1435
 
1436 1436
   /**
@@ -1452,9 +1452,9 @@  discard block
 block discarded – undo
1452 1452
    */
1453 1453
   public function listChanges($optParams = array())
1454 1454
   {
1455
-    $params = array();
1456
-    $params = array_merge($params, $optParams);
1457
-    return $this->call('list', array($params), "Google_Service_Drive_ChangeList");
1455
+	$params = array();
1456
+	$params = array_merge($params, $optParams);
1457
+	return $this->call('list', array($params), "Google_Service_Drive_ChangeList");
1458 1458
   }
1459 1459
 
1460 1460
   /**
@@ -1477,9 +1477,9 @@  discard block
 block discarded – undo
1477 1477
    */
1478 1478
   public function watch(Google_Service_Drive_Channel $postBody, $optParams = array())
1479 1479
   {
1480
-    $params = array('postBody' => $postBody);
1481
-    $params = array_merge($params, $optParams);
1482
-    return $this->call('watch', array($params), "Google_Service_Drive_Channel");
1480
+	$params = array('postBody' => $postBody);
1481
+	$params = array_merge($params, $optParams);
1482
+	return $this->call('watch', array($params), "Google_Service_Drive_Channel");
1483 1483
   }
1484 1484
 }
1485 1485
 
@@ -1502,9 +1502,9 @@  discard block
 block discarded – undo
1502 1502
    */
1503 1503
   public function stop(Google_Service_Drive_Channel $postBody, $optParams = array())
1504 1504
   {
1505
-    $params = array('postBody' => $postBody);
1506
-    $params = array_merge($params, $optParams);
1507
-    return $this->call('stop', array($params));
1505
+	$params = array('postBody' => $postBody);
1506
+	$params = array_merge($params, $optParams);
1507
+	return $this->call('stop', array($params));
1508 1508
   }
1509 1509
 }
1510 1510
 
@@ -1528,9 +1528,9 @@  discard block
 block discarded – undo
1528 1528
    */
1529 1529
   public function delete($folderId, $childId, $optParams = array())
1530 1530
   {
1531
-    $params = array('folderId' => $folderId, 'childId' => $childId);
1532
-    $params = array_merge($params, $optParams);
1533
-    return $this->call('delete', array($params));
1531
+	$params = array('folderId' => $folderId, 'childId' => $childId);
1532
+	$params = array_merge($params, $optParams);
1533
+	return $this->call('delete', array($params));
1534 1534
   }
1535 1535
 
1536 1536
   /**
@@ -1543,9 +1543,9 @@  discard block
 block discarded – undo
1543 1543
    */
1544 1544
   public function get($folderId, $childId, $optParams = array())
1545 1545
   {
1546
-    $params = array('folderId' => $folderId, 'childId' => $childId);
1547
-    $params = array_merge($params, $optParams);
1548
-    return $this->call('get', array($params), "Google_Service_Drive_ChildReference");
1546
+	$params = array('folderId' => $folderId, 'childId' => $childId);
1547
+	$params = array_merge($params, $optParams);
1548
+	return $this->call('get', array($params), "Google_Service_Drive_ChildReference");
1549 1549
   }
1550 1550
 
1551 1551
   /**
@@ -1558,9 +1558,9 @@  discard block
 block discarded – undo
1558 1558
    */
1559 1559
   public function insert($folderId, Google_Service_Drive_ChildReference $postBody, $optParams = array())
1560 1560
   {
1561
-    $params = array('folderId' => $folderId, 'postBody' => $postBody);
1562
-    $params = array_merge($params, $optParams);
1563
-    return $this->call('insert', array($params), "Google_Service_Drive_ChildReference");
1561
+	$params = array('folderId' => $folderId, 'postBody' => $postBody);
1562
+	$params = array_merge($params, $optParams);
1563
+	return $this->call('insert', array($params), "Google_Service_Drive_ChildReference");
1564 1564
   }
1565 1565
 
1566 1566
   /**
@@ -1583,9 +1583,9 @@  discard block
 block discarded – undo
1583 1583
    */
1584 1584
   public function listChildren($folderId, $optParams = array())
1585 1585
   {
1586
-    $params = array('folderId' => $folderId);
1587
-    $params = array_merge($params, $optParams);
1588
-    return $this->call('list', array($params), "Google_Service_Drive_ChildList");
1586
+	$params = array('folderId' => $folderId);
1587
+	$params = array_merge($params, $optParams);
1588
+	return $this->call('list', array($params), "Google_Service_Drive_ChildList");
1589 1589
   }
1590 1590
 }
1591 1591
 
@@ -1609,9 +1609,9 @@  discard block
 block discarded – undo
1609 1609
    */
1610 1610
   public function delete($fileId, $commentId, $optParams = array())
1611 1611
   {
1612
-    $params = array('fileId' => $fileId, 'commentId' => $commentId);
1613
-    $params = array_merge($params, $optParams);
1614
-    return $this->call('delete', array($params));
1612
+	$params = array('fileId' => $fileId, 'commentId' => $commentId);
1613
+	$params = array_merge($params, $optParams);
1614
+	return $this->call('delete', array($params));
1615 1615
   }
1616 1616
 
1617 1617
   /**
@@ -1627,9 +1627,9 @@  discard block
 block discarded – undo
1627 1627
    */
1628 1628
   public function get($fileId, $commentId, $optParams = array())
1629 1629
   {
1630
-    $params = array('fileId' => $fileId, 'commentId' => $commentId);
1631
-    $params = array_merge($params, $optParams);
1632
-    return $this->call('get', array($params), "Google_Service_Drive_Comment");
1630
+	$params = array('fileId' => $fileId, 'commentId' => $commentId);
1631
+	$params = array_merge($params, $optParams);
1632
+	return $this->call('get', array($params), "Google_Service_Drive_Comment");
1633 1633
   }
1634 1634
 
1635 1635
   /**
@@ -1642,9 +1642,9 @@  discard block
 block discarded – undo
1642 1642
    */
1643 1643
   public function insert($fileId, Google_Service_Drive_Comment $postBody, $optParams = array())
1644 1644
   {
1645
-    $params = array('fileId' => $fileId, 'postBody' => $postBody);
1646
-    $params = array_merge($params, $optParams);
1647
-    return $this->call('insert', array($params), "Google_Service_Drive_Comment");
1645
+	$params = array('fileId' => $fileId, 'postBody' => $postBody);
1646
+	$params = array_merge($params, $optParams);
1647
+	return $this->call('insert', array($params), "Google_Service_Drive_Comment");
1648 1648
   }
1649 1649
 
1650 1650
   /**
@@ -1666,9 +1666,9 @@  discard block
 block discarded – undo
1666 1666
    */
1667 1667
   public function listComments($fileId, $optParams = array())
1668 1668
   {
1669
-    $params = array('fileId' => $fileId);
1670
-    $params = array_merge($params, $optParams);
1671
-    return $this->call('list', array($params), "Google_Service_Drive_CommentList");
1669
+	$params = array('fileId' => $fileId);
1670
+	$params = array_merge($params, $optParams);
1671
+	return $this->call('list', array($params), "Google_Service_Drive_CommentList");
1672 1672
   }
1673 1673
 
1674 1674
   /**
@@ -1683,9 +1683,9 @@  discard block
 block discarded – undo
1683 1683
    */
1684 1684
   public function patch($fileId, $commentId, Google_Service_Drive_Comment $postBody, $optParams = array())
1685 1685
   {
1686
-    $params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody);
1687
-    $params = array_merge($params, $optParams);
1688
-    return $this->call('patch', array($params), "Google_Service_Drive_Comment");
1686
+	$params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody);
1687
+	$params = array_merge($params, $optParams);
1688
+	return $this->call('patch', array($params), "Google_Service_Drive_Comment");
1689 1689
   }
1690 1690
 
1691 1691
   /**
@@ -1699,9 +1699,9 @@  discard block
 block discarded – undo
1699 1699
    */
1700 1700
   public function update($fileId, $commentId, Google_Service_Drive_Comment $postBody, $optParams = array())
1701 1701
   {
1702
-    $params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody);
1703
-    $params = array_merge($params, $optParams);
1704
-    return $this->call('update', array($params), "Google_Service_Drive_Comment");
1702
+	$params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody);
1703
+	$params = array_merge($params, $optParams);
1704
+	return $this->call('update', array($params), "Google_Service_Drive_Comment");
1705 1705
   }
1706 1706
 }
1707 1707
 
@@ -1740,9 +1740,9 @@  discard block
 block discarded – undo
1740 1740
    */
1741 1741
   public function copy($fileId, Google_Service_Drive_DriveFile $postBody, $optParams = array())
1742 1742
   {
1743
-    $params = array('fileId' => $fileId, 'postBody' => $postBody);
1744
-    $params = array_merge($params, $optParams);
1745
-    return $this->call('copy', array($params), "Google_Service_Drive_DriveFile");
1743
+	$params = array('fileId' => $fileId, 'postBody' => $postBody);
1744
+	$params = array_merge($params, $optParams);
1745
+	return $this->call('copy', array($params), "Google_Service_Drive_DriveFile");
1746 1746
   }
1747 1747
 
1748 1748
   /**
@@ -1754,9 +1754,9 @@  discard block
 block discarded – undo
1754 1754
    */
1755 1755
   public function delete($fileId, $optParams = array())
1756 1756
   {
1757
-    $params = array('fileId' => $fileId);
1758
-    $params = array_merge($params, $optParams);
1759
-    return $this->call('delete', array($params));
1757
+	$params = array('fileId' => $fileId);
1758
+	$params = array_merge($params, $optParams);
1759
+	return $this->call('delete', array($params));
1760 1760
   }
1761 1761
 
1762 1762
   /**
@@ -1766,9 +1766,9 @@  discard block
 block discarded – undo
1766 1766
    */
1767 1767
   public function emptyTrash($optParams = array())
1768 1768
   {
1769
-    $params = array();
1770
-    $params = array_merge($params, $optParams);
1771
-    return $this->call('emptyTrash', array($params));
1769
+	$params = array();
1770
+	$params = array_merge($params, $optParams);
1771
+	return $this->call('emptyTrash', array($params));
1772 1772
   }
1773 1773
 
1774 1774
   /**
@@ -1784,9 +1784,9 @@  discard block
 block discarded – undo
1784 1784
    */
1785 1785
   public function generateIds($optParams = array())
1786 1786
   {
1787
-    $params = array();
1788
-    $params = array_merge($params, $optParams);
1789
-    return $this->call('generateIds', array($params), "Google_Service_Drive_GeneratedIds");
1787
+	$params = array();
1788
+	$params = array_merge($params, $optParams);
1789
+	return $this->call('generateIds', array($params), "Google_Service_Drive_GeneratedIds");
1790 1790
   }
1791 1791
 
1792 1792
   /**
@@ -1807,9 +1807,9 @@  discard block
 block discarded – undo
1807 1807
    */
1808 1808
   public function get($fileId, $optParams = array())
1809 1809
   {
1810
-    $params = array('fileId' => $fileId);
1811
-    $params = array_merge($params, $optParams);
1812
-    return $this->call('get', array($params), "Google_Service_Drive_DriveFile");
1810
+	$params = array('fileId' => $fileId);
1811
+	$params = array_merge($params, $optParams);
1812
+	return $this->call('get', array($params), "Google_Service_Drive_DriveFile");
1813 1813
   }
1814 1814
 
1815 1815
   /**
@@ -1836,9 +1836,9 @@  discard block
 block discarded – undo
1836 1836
    */
1837 1837
   public function insert(Google_Service_Drive_DriveFile $postBody, $optParams = array())
1838 1838
   {
1839
-    $params = array('postBody' => $postBody);
1840
-    $params = array_merge($params, $optParams);
1841
-    return $this->call('insert', array($params), "Google_Service_Drive_DriveFile");
1839
+	$params = array('postBody' => $postBody);
1840
+	$params = array_merge($params, $optParams);
1841
+	return $this->call('insert', array($params), "Google_Service_Drive_DriveFile");
1842 1842
   }
1843 1843
 
1844 1844
   /**
@@ -1866,9 +1866,9 @@  discard block
 block discarded – undo
1866 1866
    */
1867 1867
   public function listFiles($optParams = array())
1868 1868
   {
1869
-    $params = array();
1870
-    $params = array_merge($params, $optParams);
1871
-    return $this->call('list', array($params), "Google_Service_Drive_FileList");
1869
+	$params = array();
1870
+	$params = array_merge($params, $optParams);
1871
+	return $this->call('list', array($params), "Google_Service_Drive_FileList");
1872 1872
   }
1873 1873
 
1874 1874
   /**
@@ -1909,9 +1909,9 @@  discard block
 block discarded – undo
1909 1909
    */
1910 1910
   public function patch($fileId, Google_Service_Drive_DriveFile $postBody, $optParams = array())
1911 1911
   {
1912
-    $params = array('fileId' => $fileId, 'postBody' => $postBody);
1913
-    $params = array_merge($params, $optParams);
1914
-    return $this->call('patch', array($params), "Google_Service_Drive_DriveFile");
1912
+	$params = array('fileId' => $fileId, 'postBody' => $postBody);
1913
+	$params = array_merge($params, $optParams);
1914
+	return $this->call('patch', array($params), "Google_Service_Drive_DriveFile");
1915 1915
   }
1916 1916
 
1917 1917
   /**
@@ -1923,9 +1923,9 @@  discard block
 block discarded – undo
1923 1923
    */
1924 1924
   public function touch($fileId, $optParams = array())
1925 1925
   {
1926
-    $params = array('fileId' => $fileId);
1927
-    $params = array_merge($params, $optParams);
1928
-    return $this->call('touch', array($params), "Google_Service_Drive_DriveFile");
1926
+	$params = array('fileId' => $fileId);
1927
+	$params = array_merge($params, $optParams);
1928
+	return $this->call('touch', array($params), "Google_Service_Drive_DriveFile");
1929 1929
   }
1930 1930
 
1931 1931
   /**
@@ -1938,9 +1938,9 @@  discard block
 block discarded – undo
1938 1938
    */
1939 1939
   public function trash($fileId, $optParams = array())
1940 1940
   {
1941
-    $params = array('fileId' => $fileId);
1942
-    $params = array_merge($params, $optParams);
1943
-    return $this->call('trash', array($params), "Google_Service_Drive_DriveFile");
1941
+	$params = array('fileId' => $fileId);
1942
+	$params = array_merge($params, $optParams);
1943
+	return $this->call('trash', array($params), "Google_Service_Drive_DriveFile");
1944 1944
   }
1945 1945
 
1946 1946
   /**
@@ -1952,9 +1952,9 @@  discard block
 block discarded – undo
1952 1952
    */
1953 1953
   public function untrash($fileId, $optParams = array())
1954 1954
   {
1955
-    $params = array('fileId' => $fileId);
1956
-    $params = array_merge($params, $optParams);
1957
-    return $this->call('untrash', array($params), "Google_Service_Drive_DriveFile");
1955
+	$params = array('fileId' => $fileId);
1956
+	$params = array_merge($params, $optParams);
1957
+	return $this->call('untrash', array($params), "Google_Service_Drive_DriveFile");
1958 1958
   }
1959 1959
 
1960 1960
   /**
@@ -1994,9 +1994,9 @@  discard block
 block discarded – undo
1994 1994
    */
1995 1995
   public function update($fileId, Google_Service_Drive_DriveFile $postBody, $optParams = array())
1996 1996
   {
1997
-    $params = array('fileId' => $fileId, 'postBody' => $postBody);
1998
-    $params = array_merge($params, $optParams);
1999
-    return $this->call('update', array($params), "Google_Service_Drive_DriveFile");
1997
+	$params = array('fileId' => $fileId, 'postBody' => $postBody);
1998
+	$params = array_merge($params, $optParams);
1999
+	return $this->call('update', array($params), "Google_Service_Drive_DriveFile");
2000 2000
   }
2001 2001
 
2002 2002
   /**
@@ -2018,9 +2018,9 @@  discard block
 block discarded – undo
2018 2018
    */
2019 2019
   public function watch($fileId, Google_Service_Drive_Channel $postBody, $optParams = array())
2020 2020
   {
2021
-    $params = array('fileId' => $fileId, 'postBody' => $postBody);
2022
-    $params = array_merge($params, $optParams);
2023
-    return $this->call('watch', array($params), "Google_Service_Drive_Channel");
2021
+	$params = array('fileId' => $fileId, 'postBody' => $postBody);
2022
+	$params = array_merge($params, $optParams);
2023
+	return $this->call('watch', array($params), "Google_Service_Drive_Channel");
2024 2024
   }
2025 2025
 }
2026 2026
 
@@ -2044,9 +2044,9 @@  discard block
 block discarded – undo
2044 2044
    */
2045 2045
   public function delete($fileId, $parentId, $optParams = array())
2046 2046
   {
2047
-    $params = array('fileId' => $fileId, 'parentId' => $parentId);
2048
-    $params = array_merge($params, $optParams);
2049
-    return $this->call('delete', array($params));
2047
+	$params = array('fileId' => $fileId, 'parentId' => $parentId);
2048
+	$params = array_merge($params, $optParams);
2049
+	return $this->call('delete', array($params));
2050 2050
   }
2051 2051
 
2052 2052
   /**
@@ -2059,9 +2059,9 @@  discard block
 block discarded – undo
2059 2059
    */
2060 2060
   public function get($fileId, $parentId, $optParams = array())
2061 2061
   {
2062
-    $params = array('fileId' => $fileId, 'parentId' => $parentId);
2063
-    $params = array_merge($params, $optParams);
2064
-    return $this->call('get', array($params), "Google_Service_Drive_ParentReference");
2062
+	$params = array('fileId' => $fileId, 'parentId' => $parentId);
2063
+	$params = array_merge($params, $optParams);
2064
+	return $this->call('get', array($params), "Google_Service_Drive_ParentReference");
2065 2065
   }
2066 2066
 
2067 2067
   /**
@@ -2074,9 +2074,9 @@  discard block
 block discarded – undo
2074 2074
    */
2075 2075
   public function insert($fileId, Google_Service_Drive_ParentReference $postBody, $optParams = array())
2076 2076
   {
2077
-    $params = array('fileId' => $fileId, 'postBody' => $postBody);
2078
-    $params = array_merge($params, $optParams);
2079
-    return $this->call('insert', array($params), "Google_Service_Drive_ParentReference");
2077
+	$params = array('fileId' => $fileId, 'postBody' => $postBody);
2078
+	$params = array_merge($params, $optParams);
2079
+	return $this->call('insert', array($params), "Google_Service_Drive_ParentReference");
2080 2080
   }
2081 2081
 
2082 2082
   /**
@@ -2088,9 +2088,9 @@  discard block
 block discarded – undo
2088 2088
    */
2089 2089
   public function listParents($fileId, $optParams = array())
2090 2090
   {
2091
-    $params = array('fileId' => $fileId);
2092
-    $params = array_merge($params, $optParams);
2093
-    return $this->call('list', array($params), "Google_Service_Drive_ParentList");
2091
+	$params = array('fileId' => $fileId);
2092
+	$params = array_merge($params, $optParams);
2093
+	return $this->call('list', array($params), "Google_Service_Drive_ParentList");
2094 2094
   }
2095 2095
 }
2096 2096
 
@@ -2114,9 +2114,9 @@  discard block
 block discarded – undo
2114 2114
    */
2115 2115
   public function delete($fileId, $permissionId, $optParams = array())
2116 2116
   {
2117
-    $params = array('fileId' => $fileId, 'permissionId' => $permissionId);
2118
-    $params = array_merge($params, $optParams);
2119
-    return $this->call('delete', array($params));
2117
+	$params = array('fileId' => $fileId, 'permissionId' => $permissionId);
2118
+	$params = array_merge($params, $optParams);
2119
+	return $this->call('delete', array($params));
2120 2120
   }
2121 2121
 
2122 2122
   /**
@@ -2129,9 +2129,9 @@  discard block
 block discarded – undo
2129 2129
    */
2130 2130
   public function get($fileId, $permissionId, $optParams = array())
2131 2131
   {
2132
-    $params = array('fileId' => $fileId, 'permissionId' => $permissionId);
2133
-    $params = array_merge($params, $optParams);
2134
-    return $this->call('get', array($params), "Google_Service_Drive_Permission");
2132
+	$params = array('fileId' => $fileId, 'permissionId' => $permissionId);
2133
+	$params = array_merge($params, $optParams);
2134
+	return $this->call('get', array($params), "Google_Service_Drive_Permission");
2135 2135
   }
2136 2136
 
2137 2137
   /**
@@ -2143,9 +2143,9 @@  discard block
 block discarded – undo
2143 2143
    */
2144 2144
   public function getIdForEmail($email, $optParams = array())
2145 2145
   {
2146
-    $params = array('email' => $email);
2147
-    $params = array_merge($params, $optParams);
2148
-    return $this->call('getIdForEmail', array($params), "Google_Service_Drive_PermissionId");
2146
+	$params = array('email' => $email);
2147
+	$params = array_merge($params, $optParams);
2148
+	return $this->call('getIdForEmail', array($params), "Google_Service_Drive_PermissionId");
2149 2149
   }
2150 2150
 
2151 2151
   /**
@@ -2164,9 +2164,9 @@  discard block
 block discarded – undo
2164 2164
    */
2165 2165
   public function insert($fileId, Google_Service_Drive_Permission $postBody, $optParams = array())
2166 2166
   {
2167
-    $params = array('fileId' => $fileId, 'postBody' => $postBody);
2168
-    $params = array_merge($params, $optParams);
2169
-    return $this->call('insert', array($params), "Google_Service_Drive_Permission");
2167
+	$params = array('fileId' => $fileId, 'postBody' => $postBody);
2168
+	$params = array_merge($params, $optParams);
2169
+	return $this->call('insert', array($params), "Google_Service_Drive_Permission");
2170 2170
   }
2171 2171
 
2172 2172
   /**
@@ -2178,9 +2178,9 @@  discard block
 block discarded – undo
2178 2178
    */
2179 2179
   public function listPermissions($fileId, $optParams = array())
2180 2180
   {
2181
-    $params = array('fileId' => $fileId);
2182
-    $params = array_merge($params, $optParams);
2183
-    return $this->call('list', array($params), "Google_Service_Drive_PermissionList");
2181
+	$params = array('fileId' => $fileId);
2182
+	$params = array_merge($params, $optParams);
2183
+	return $this->call('list', array($params), "Google_Service_Drive_PermissionList");
2184 2184
   }
2185 2185
 
2186 2186
   /**
@@ -2199,9 +2199,9 @@  discard block
 block discarded – undo
2199 2199
    */
2200 2200
   public function patch($fileId, $permissionId, Google_Service_Drive_Permission $postBody, $optParams = array())
2201 2201
   {
2202
-    $params = array('fileId' => $fileId, 'permissionId' => $permissionId, 'postBody' => $postBody);
2203
-    $params = array_merge($params, $optParams);
2204
-    return $this->call('patch', array($params), "Google_Service_Drive_Permission");
2202
+	$params = array('fileId' => $fileId, 'permissionId' => $permissionId, 'postBody' => $postBody);
2203
+	$params = array_merge($params, $optParams);
2204
+	return $this->call('patch', array($params), "Google_Service_Drive_Permission");
2205 2205
   }
2206 2206
 
2207 2207
   /**
@@ -2219,9 +2219,9 @@  discard block
 block discarded – undo
2219 2219
    */
2220 2220
   public function update($fileId, $permissionId, Google_Service_Drive_Permission $postBody, $optParams = array())
2221 2221
   {
2222
-    $params = array('fileId' => $fileId, 'permissionId' => $permissionId, 'postBody' => $postBody);
2223
-    $params = array_merge($params, $optParams);
2224
-    return $this->call('update', array($params), "Google_Service_Drive_Permission");
2222
+	$params = array('fileId' => $fileId, 'permissionId' => $permissionId, 'postBody' => $postBody);
2223
+	$params = array_merge($params, $optParams);
2224
+	return $this->call('update', array($params), "Google_Service_Drive_Permission");
2225 2225
   }
2226 2226
 }
2227 2227
 
@@ -2247,9 +2247,9 @@  discard block
 block discarded – undo
2247 2247
    */
2248 2248
   public function delete($fileId, $propertyKey, $optParams = array())
2249 2249
   {
2250
-    $params = array('fileId' => $fileId, 'propertyKey' => $propertyKey);
2251
-    $params = array_merge($params, $optParams);
2252
-    return $this->call('delete', array($params));
2250
+	$params = array('fileId' => $fileId, 'propertyKey' => $propertyKey);
2251
+	$params = array_merge($params, $optParams);
2252
+	return $this->call('delete', array($params));
2253 2253
   }
2254 2254
 
2255 2255
   /**
@@ -2264,9 +2264,9 @@  discard block
 block discarded – undo
2264 2264
    */
2265 2265
   public function get($fileId, $propertyKey, $optParams = array())
2266 2266
   {
2267
-    $params = array('fileId' => $fileId, 'propertyKey' => $propertyKey);
2268
-    $params = array_merge($params, $optParams);
2269
-    return $this->call('get', array($params), "Google_Service_Drive_Property");
2267
+	$params = array('fileId' => $fileId, 'propertyKey' => $propertyKey);
2268
+	$params = array_merge($params, $optParams);
2269
+	return $this->call('get', array($params), "Google_Service_Drive_Property");
2270 2270
   }
2271 2271
 
2272 2272
   /**
@@ -2279,9 +2279,9 @@  discard block
 block discarded – undo
2279 2279
    */
2280 2280
   public function insert($fileId, Google_Service_Drive_Property $postBody, $optParams = array())
2281 2281
   {
2282
-    $params = array('fileId' => $fileId, 'postBody' => $postBody);
2283
-    $params = array_merge($params, $optParams);
2284
-    return $this->call('insert', array($params), "Google_Service_Drive_Property");
2282
+	$params = array('fileId' => $fileId, 'postBody' => $postBody);
2283
+	$params = array_merge($params, $optParams);
2284
+	return $this->call('insert', array($params), "Google_Service_Drive_Property");
2285 2285
   }
2286 2286
 
2287 2287
   /**
@@ -2293,9 +2293,9 @@  discard block
 block discarded – undo
2293 2293
    */
2294 2294
   public function listProperties($fileId, $optParams = array())
2295 2295
   {
2296
-    $params = array('fileId' => $fileId);
2297
-    $params = array_merge($params, $optParams);
2298
-    return $this->call('list', array($params), "Google_Service_Drive_PropertyList");
2296
+	$params = array('fileId' => $fileId);
2297
+	$params = array_merge($params, $optParams);
2298
+	return $this->call('list', array($params), "Google_Service_Drive_PropertyList");
2299 2299
   }
2300 2300
 
2301 2301
   /**
@@ -2311,9 +2311,9 @@  discard block
 block discarded – undo
2311 2311
    */
2312 2312
   public function patch($fileId, $propertyKey, Google_Service_Drive_Property $postBody, $optParams = array())
2313 2313
   {
2314
-    $params = array('fileId' => $fileId, 'propertyKey' => $propertyKey, 'postBody' => $postBody);
2315
-    $params = array_merge($params, $optParams);
2316
-    return $this->call('patch', array($params), "Google_Service_Drive_Property");
2314
+	$params = array('fileId' => $fileId, 'propertyKey' => $propertyKey, 'postBody' => $postBody);
2315
+	$params = array_merge($params, $optParams);
2316
+	return $this->call('patch', array($params), "Google_Service_Drive_Property");
2317 2317
   }
2318 2318
 
2319 2319
   /**
@@ -2329,9 +2329,9 @@  discard block
 block discarded – undo
2329 2329
    */
2330 2330
   public function update($fileId, $propertyKey, Google_Service_Drive_Property $postBody, $optParams = array())
2331 2331
   {
2332
-    $params = array('fileId' => $fileId, 'propertyKey' => $propertyKey, 'postBody' => $postBody);
2333
-    $params = array_merge($params, $optParams);
2334
-    return $this->call('update', array($params), "Google_Service_Drive_Property");
2332
+	$params = array('fileId' => $fileId, 'propertyKey' => $propertyKey, 'postBody' => $postBody);
2333
+	$params = array_merge($params, $optParams);
2334
+	return $this->call('update', array($params), "Google_Service_Drive_Property");
2335 2335
   }
2336 2336
 }
2337 2337
 
@@ -2361,9 +2361,9 @@  discard block
 block discarded – undo
2361 2361
    */
2362 2362
   public function get($fileId, $optParams = array())
2363 2363
   {
2364
-    $params = array('fileId' => $fileId);
2365
-    $params = array_merge($params, $optParams);
2366
-    return $this->call('get', array($params));
2364
+	$params = array('fileId' => $fileId);
2365
+	$params = array_merge($params, $optParams);
2366
+	return $this->call('get', array($params));
2367 2367
   }
2368 2368
 
2369 2369
   /**
@@ -2382,9 +2382,9 @@  discard block
 block discarded – undo
2382 2382
    */
2383 2383
   public function update($fileId, $optParams = array())
2384 2384
   {
2385
-    $params = array('fileId' => $fileId);
2386
-    $params = array_merge($params, $optParams);
2387
-    return $this->call('update', array($params));
2385
+	$params = array('fileId' => $fileId);
2386
+	$params = array_merge($params, $optParams);
2387
+	return $this->call('update', array($params));
2388 2388
   }
2389 2389
 }
2390 2390
 
@@ -2409,9 +2409,9 @@  discard block
 block discarded – undo
2409 2409
    */
2410 2410
   public function delete($fileId, $commentId, $replyId, $optParams = array())
2411 2411
   {
2412
-    $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId);
2413
-    $params = array_merge($params, $optParams);
2414
-    return $this->call('delete', array($params));
2412
+	$params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId);
2413
+	$params = array_merge($params, $optParams);
2414
+	return $this->call('delete', array($params));
2415 2415
   }
2416 2416
 
2417 2417
   /**
@@ -2428,9 +2428,9 @@  discard block
 block discarded – undo
2428 2428
    */
2429 2429
   public function get($fileId, $commentId, $replyId, $optParams = array())
2430 2430
   {
2431
-    $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId);
2432
-    $params = array_merge($params, $optParams);
2433
-    return $this->call('get', array($params), "Google_Service_Drive_CommentReply");
2431
+	$params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId);
2432
+	$params = array_merge($params, $optParams);
2433
+	return $this->call('get', array($params), "Google_Service_Drive_CommentReply");
2434 2434
   }
2435 2435
 
2436 2436
   /**
@@ -2444,9 +2444,9 @@  discard block
 block discarded – undo
2444 2444
    */
2445 2445
   public function insert($fileId, $commentId, Google_Service_Drive_CommentReply $postBody, $optParams = array())
2446 2446
   {
2447
-    $params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody);
2448
-    $params = array_merge($params, $optParams);
2449
-    return $this->call('insert', array($params), "Google_Service_Drive_CommentReply");
2447
+	$params = array('fileId' => $fileId, 'commentId' => $commentId, 'postBody' => $postBody);
2448
+	$params = array_merge($params, $optParams);
2449
+	return $this->call('insert', array($params), "Google_Service_Drive_CommentReply");
2450 2450
   }
2451 2451
 
2452 2452
   /**
@@ -2467,9 +2467,9 @@  discard block
 block discarded – undo
2467 2467
    */
2468 2468
   public function listReplies($fileId, $commentId, $optParams = array())
2469 2469
   {
2470
-    $params = array('fileId' => $fileId, 'commentId' => $commentId);
2471
-    $params = array_merge($params, $optParams);
2472
-    return $this->call('list', array($params), "Google_Service_Drive_CommentReplyList");
2470
+	$params = array('fileId' => $fileId, 'commentId' => $commentId);
2471
+	$params = array_merge($params, $optParams);
2472
+	return $this->call('list', array($params), "Google_Service_Drive_CommentReplyList");
2473 2473
   }
2474 2474
 
2475 2475
   /**
@@ -2485,9 +2485,9 @@  discard block
 block discarded – undo
2485 2485
    */
2486 2486
   public function patch($fileId, $commentId, $replyId, Google_Service_Drive_CommentReply $postBody, $optParams = array())
2487 2487
   {
2488
-    $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId, 'postBody' => $postBody);
2489
-    $params = array_merge($params, $optParams);
2490
-    return $this->call('patch', array($params), "Google_Service_Drive_CommentReply");
2488
+	$params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId, 'postBody' => $postBody);
2489
+	$params = array_merge($params, $optParams);
2490
+	return $this->call('patch', array($params), "Google_Service_Drive_CommentReply");
2491 2491
   }
2492 2492
 
2493 2493
   /**
@@ -2502,9 +2502,9 @@  discard block
 block discarded – undo
2502 2502
    */
2503 2503
   public function update($fileId, $commentId, $replyId, Google_Service_Drive_CommentReply $postBody, $optParams = array())
2504 2504
   {
2505
-    $params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId, 'postBody' => $postBody);
2506
-    $params = array_merge($params, $optParams);
2507
-    return $this->call('update', array($params), "Google_Service_Drive_CommentReply");
2505
+	$params = array('fileId' => $fileId, 'commentId' => $commentId, 'replyId' => $replyId, 'postBody' => $postBody);
2506
+	$params = array_merge($params, $optParams);
2507
+	return $this->call('update', array($params), "Google_Service_Drive_CommentReply");
2508 2508
   }
2509 2509
 }
2510 2510
 
@@ -2528,9 +2528,9 @@  discard block
 block discarded – undo
2528 2528
    */
2529 2529
   public function delete($fileId, $revisionId, $optParams = array())
2530 2530
   {
2531
-    $params = array('fileId' => $fileId, 'revisionId' => $revisionId);
2532
-    $params = array_merge($params, $optParams);
2533
-    return $this->call('delete', array($params));
2531
+	$params = array('fileId' => $fileId, 'revisionId' => $revisionId);
2532
+	$params = array_merge($params, $optParams);
2533
+	return $this->call('delete', array($params));
2534 2534
   }
2535 2535
 
2536 2536
   /**
@@ -2543,9 +2543,9 @@  discard block
 block discarded – undo
2543 2543
    */
2544 2544
   public function get($fileId, $revisionId, $optParams = array())
2545 2545
   {
2546
-    $params = array('fileId' => $fileId, 'revisionId' => $revisionId);
2547
-    $params = array_merge($params, $optParams);
2548
-    return $this->call('get', array($params), "Google_Service_Drive_Revision");
2546
+	$params = array('fileId' => $fileId, 'revisionId' => $revisionId);
2547
+	$params = array_merge($params, $optParams);
2548
+	return $this->call('get', array($params), "Google_Service_Drive_Revision");
2549 2549
   }
2550 2550
 
2551 2551
   /**
@@ -2557,9 +2557,9 @@  discard block
 block discarded – undo
2557 2557
    */
2558 2558
   public function listRevisions($fileId, $optParams = array())
2559 2559
   {
2560
-    $params = array('fileId' => $fileId);
2561
-    $params = array_merge($params, $optParams);
2562
-    return $this->call('list', array($params), "Google_Service_Drive_RevisionList");
2560
+	$params = array('fileId' => $fileId);
2561
+	$params = array_merge($params, $optParams);
2562
+	return $this->call('list', array($params), "Google_Service_Drive_RevisionList");
2563 2563
   }
2564 2564
 
2565 2565
   /**
@@ -2573,9 +2573,9 @@  discard block
 block discarded – undo
2573 2573
    */
2574 2574
   public function patch($fileId, $revisionId, Google_Service_Drive_Revision $postBody, $optParams = array())
2575 2575
   {
2576
-    $params = array('fileId' => $fileId, 'revisionId' => $revisionId, 'postBody' => $postBody);
2577
-    $params = array_merge($params, $optParams);
2578
-    return $this->call('patch', array($params), "Google_Service_Drive_Revision");
2576
+	$params = array('fileId' => $fileId, 'revisionId' => $revisionId, 'postBody' => $postBody);
2577
+	$params = array_merge($params, $optParams);
2578
+	return $this->call('patch', array($params), "Google_Service_Drive_Revision");
2579 2579
   }
2580 2580
 
2581 2581
   /**
@@ -2589,9 +2589,9 @@  discard block
 block discarded – undo
2589 2589
    */
2590 2590
   public function update($fileId, $revisionId, Google_Service_Drive_Revision $postBody, $optParams = array())
2591 2591
   {
2592
-    $params = array('fileId' => $fileId, 'revisionId' => $revisionId, 'postBody' => $postBody);
2593
-    $params = array_merge($params, $optParams);
2594
-    return $this->call('update', array($params), "Google_Service_Drive_Revision");
2592
+	$params = array('fileId' => $fileId, 'revisionId' => $revisionId, 'postBody' => $postBody);
2593
+	$params = array_merge($params, $optParams);
2594
+	return $this->call('update', array($params), "Google_Service_Drive_Revision");
2595 2595
   }
2596 2596
 }
2597 2597
 
@@ -2638,195 +2638,195 @@  discard block
 block discarded – undo
2638 2638
 
2639 2639
   public function setAdditionalRoleInfo($additionalRoleInfo)
2640 2640
   {
2641
-    $this->additionalRoleInfo = $additionalRoleInfo;
2641
+	$this->additionalRoleInfo = $additionalRoleInfo;
2642 2642
   }
2643 2643
   public function getAdditionalRoleInfo()
2644 2644
   {
2645
-    return $this->additionalRoleInfo;
2645
+	return $this->additionalRoleInfo;
2646 2646
   }
2647 2647
   public function setDomainSharingPolicy($domainSharingPolicy)
2648 2648
   {
2649
-    $this->domainSharingPolicy = $domainSharingPolicy;
2649
+	$this->domainSharingPolicy = $domainSharingPolicy;
2650 2650
   }
2651 2651
   public function getDomainSharingPolicy()
2652 2652
   {
2653
-    return $this->domainSharingPolicy;
2653
+	return $this->domainSharingPolicy;
2654 2654
   }
2655 2655
   public function setEtag($etag)
2656 2656
   {
2657
-    $this->etag = $etag;
2657
+	$this->etag = $etag;
2658 2658
   }
2659 2659
   public function getEtag()
2660 2660
   {
2661
-    return $this->etag;
2661
+	return $this->etag;
2662 2662
   }
2663 2663
   public function setExportFormats($exportFormats)
2664 2664
   {
2665
-    $this->exportFormats = $exportFormats;
2665
+	$this->exportFormats = $exportFormats;
2666 2666
   }
2667 2667
   public function getExportFormats()
2668 2668
   {
2669
-    return $this->exportFormats;
2669
+	return $this->exportFormats;
2670 2670
   }
2671 2671
   public function setFeatures($features)
2672 2672
   {
2673
-    $this->features = $features;
2673
+	$this->features = $features;
2674 2674
   }
2675 2675
   public function getFeatures()
2676 2676
   {
2677
-    return $this->features;
2677
+	return $this->features;
2678 2678
   }
2679 2679
   public function setFolderColorPalette($folderColorPalette)
2680 2680
   {
2681
-    $this->folderColorPalette = $folderColorPalette;
2681
+	$this->folderColorPalette = $folderColorPalette;
2682 2682
   }
2683 2683
   public function getFolderColorPalette()
2684 2684
   {
2685
-    return $this->folderColorPalette;
2685
+	return $this->folderColorPalette;
2686 2686
   }
2687 2687
   public function setImportFormats($importFormats)
2688 2688
   {
2689
-    $this->importFormats = $importFormats;
2689
+	$this->importFormats = $importFormats;
2690 2690
   }
2691 2691
   public function getImportFormats()
2692 2692
   {
2693
-    return $this->importFormats;
2693
+	return $this->importFormats;
2694 2694
   }
2695 2695
   public function setIsCurrentAppInstalled($isCurrentAppInstalled)
2696 2696
   {
2697
-    $this->isCurrentAppInstalled = $isCurrentAppInstalled;
2697
+	$this->isCurrentAppInstalled = $isCurrentAppInstalled;
2698 2698
   }
2699 2699
   public function getIsCurrentAppInstalled()
2700 2700
   {
2701
-    return $this->isCurrentAppInstalled;
2701
+	return $this->isCurrentAppInstalled;
2702 2702
   }
2703 2703
   public function setKind($kind)
2704 2704
   {
2705
-    $this->kind = $kind;
2705
+	$this->kind = $kind;
2706 2706
   }
2707 2707
   public function getKind()
2708 2708
   {
2709
-    return $this->kind;
2709
+	return $this->kind;
2710 2710
   }
2711 2711
   public function setLanguageCode($languageCode)
2712 2712
   {
2713
-    $this->languageCode = $languageCode;
2713
+	$this->languageCode = $languageCode;
2714 2714
   }
2715 2715
   public function getLanguageCode()
2716 2716
   {
2717
-    return $this->languageCode;
2717
+	return $this->languageCode;
2718 2718
   }
2719 2719
   public function setLargestChangeId($largestChangeId)
2720 2720
   {
2721
-    $this->largestChangeId = $largestChangeId;
2721
+	$this->largestChangeId = $largestChangeId;
2722 2722
   }
2723 2723
   public function getLargestChangeId()
2724 2724
   {
2725
-    return $this->largestChangeId;
2725
+	return $this->largestChangeId;
2726 2726
   }
2727 2727
   public function setMaxUploadSizes($maxUploadSizes)
2728 2728
   {
2729
-    $this->maxUploadSizes = $maxUploadSizes;
2729
+	$this->maxUploadSizes = $maxUploadSizes;
2730 2730
   }
2731 2731
   public function getMaxUploadSizes()
2732 2732
   {
2733
-    return $this->maxUploadSizes;
2733
+	return $this->maxUploadSizes;
2734 2734
   }
2735 2735
   public function setName($name)
2736 2736
   {
2737
-    $this->name = $name;
2737
+	$this->name = $name;
2738 2738
   }
2739 2739
   public function getName()
2740 2740
   {
2741
-    return $this->name;
2741
+	return $this->name;
2742 2742
   }
2743 2743
   public function setPermissionId($permissionId)
2744 2744
   {
2745
-    $this->permissionId = $permissionId;
2745
+	$this->permissionId = $permissionId;
2746 2746
   }
2747 2747
   public function getPermissionId()
2748 2748
   {
2749
-    return $this->permissionId;
2749
+	return $this->permissionId;
2750 2750
   }
2751 2751
   public function setQuotaBytesByService($quotaBytesByService)
2752 2752
   {
2753
-    $this->quotaBytesByService = $quotaBytesByService;
2753
+	$this->quotaBytesByService = $quotaBytesByService;
2754 2754
   }
2755 2755
   public function getQuotaBytesByService()
2756 2756
   {
2757
-    return $this->quotaBytesByService;
2757
+	return $this->quotaBytesByService;
2758 2758
   }
2759 2759
   public function setQuotaBytesTotal($quotaBytesTotal)
2760 2760
   {
2761
-    $this->quotaBytesTotal = $quotaBytesTotal;
2761
+	$this->quotaBytesTotal = $quotaBytesTotal;
2762 2762
   }
2763 2763
   public function getQuotaBytesTotal()
2764 2764
   {
2765
-    return $this->quotaBytesTotal;
2765
+	return $this->quotaBytesTotal;
2766 2766
   }
2767 2767
   public function setQuotaBytesUsed($quotaBytesUsed)
2768 2768
   {
2769
-    $this->quotaBytesUsed = $quotaBytesUsed;
2769
+	$this->quotaBytesUsed = $quotaBytesUsed;
2770 2770
   }
2771 2771
   public function getQuotaBytesUsed()
2772 2772
   {
2773
-    return $this->quotaBytesUsed;
2773
+	return $this->quotaBytesUsed;
2774 2774
   }
2775 2775
   public function setQuotaBytesUsedAggregate($quotaBytesUsedAggregate)
2776 2776
   {
2777
-    $this->quotaBytesUsedAggregate = $quotaBytesUsedAggregate;
2777
+	$this->quotaBytesUsedAggregate = $quotaBytesUsedAggregate;
2778 2778
   }
2779 2779
   public function getQuotaBytesUsedAggregate()
2780 2780
   {
2781
-    return $this->quotaBytesUsedAggregate;
2781
+	return $this->quotaBytesUsedAggregate;
2782 2782
   }
2783 2783
   public function setQuotaBytesUsedInTrash($quotaBytesUsedInTrash)
2784 2784
   {
2785
-    $this->quotaBytesUsedInTrash = $quotaBytesUsedInTrash;
2785
+	$this->quotaBytesUsedInTrash = $quotaBytesUsedInTrash;
2786 2786
   }
2787 2787
   public function getQuotaBytesUsedInTrash()
2788 2788
   {
2789
-    return $this->quotaBytesUsedInTrash;
2789
+	return $this->quotaBytesUsedInTrash;
2790 2790
   }
2791 2791
   public function setQuotaType($quotaType)
2792 2792
   {
2793
-    $this->quotaType = $quotaType;
2793
+	$this->quotaType = $quotaType;
2794 2794
   }
2795 2795
   public function getQuotaType()
2796 2796
   {
2797
-    return $this->quotaType;
2797
+	return $this->quotaType;
2798 2798
   }
2799 2799
   public function setRemainingChangeIds($remainingChangeIds)
2800 2800
   {
2801
-    $this->remainingChangeIds = $remainingChangeIds;
2801
+	$this->remainingChangeIds = $remainingChangeIds;
2802 2802
   }
2803 2803
   public function getRemainingChangeIds()
2804 2804
   {
2805
-    return $this->remainingChangeIds;
2805
+	return $this->remainingChangeIds;
2806 2806
   }
2807 2807
   public function setRootFolderId($rootFolderId)
2808 2808
   {
2809
-    $this->rootFolderId = $rootFolderId;
2809
+	$this->rootFolderId = $rootFolderId;
2810 2810
   }
2811 2811
   public function getRootFolderId()
2812 2812
   {
2813
-    return $this->rootFolderId;
2813
+	return $this->rootFolderId;
2814 2814
   }
2815 2815
   public function setSelfLink($selfLink)
2816 2816
   {
2817
-    $this->selfLink = $selfLink;
2817
+	$this->selfLink = $selfLink;
2818 2818
   }
2819 2819
   public function getSelfLink()
2820 2820
   {
2821
-    return $this->selfLink;
2821
+	return $this->selfLink;
2822 2822
   }
2823 2823
   public function setUser(Google_Service_Drive_User $user)
2824 2824
   {
2825
-    $this->user = $user;
2825
+	$this->user = $user;
2826 2826
   }
2827 2827
   public function getUser()
2828 2828
   {
2829
-    return $this->user;
2829
+	return $this->user;
2830 2830
   }
2831 2831
 }
2832 2832
 
@@ -2842,19 +2842,19 @@  discard block
 block discarded – undo
2842 2842
 
2843 2843
   public function setRoleSets($roleSets)
2844 2844
   {
2845
-    $this->roleSets = $roleSets;
2845
+	$this->roleSets = $roleSets;
2846 2846
   }
2847 2847
   public function getRoleSets()
2848 2848
   {
2849
-    return $this->roleSets;
2849
+	return $this->roleSets;
2850 2850
   }
2851 2851
   public function setType($type)
2852 2852
   {
2853
-    $this->type = $type;
2853
+	$this->type = $type;
2854 2854
   }
2855 2855
   public function getType()
2856 2856
   {
2857
-    return $this->type;
2857
+	return $this->type;
2858 2858
   }
2859 2859
 }
2860 2860
 
@@ -2869,19 +2869,19 @@  discard block
 block discarded – undo
2869 2869
 
2870 2870
   public function setAdditionalRoles($additionalRoles)
2871 2871
   {
2872
-    $this->additionalRoles = $additionalRoles;
2872
+	$this->additionalRoles = $additionalRoles;
2873 2873
   }
2874 2874
   public function getAdditionalRoles()
2875 2875
   {
2876
-    return $this->additionalRoles;
2876
+	return $this->additionalRoles;
2877 2877
   }
2878 2878
   public function setPrimaryRole($primaryRole)
2879 2879
   {
2880
-    $this->primaryRole = $primaryRole;
2880
+	$this->primaryRole = $primaryRole;
2881 2881
   }
2882 2882
   public function getPrimaryRole()
2883 2883
   {
2884
-    return $this->primaryRole;
2884
+	return $this->primaryRole;
2885 2885
   }
2886 2886
 }
2887 2887
 
@@ -2896,19 +2896,19 @@  discard block
 block discarded – undo
2896 2896
 
2897 2897
   public function setSource($source)
2898 2898
   {
2899
-    $this->source = $source;
2899
+	$this->source = $source;
2900 2900
   }
2901 2901
   public function getSource()
2902 2902
   {
2903
-    return $this->source;
2903
+	return $this->source;
2904 2904
   }
2905 2905
   public function setTargets($targets)
2906 2906
   {
2907
-    $this->targets = $targets;
2907
+	$this->targets = $targets;
2908 2908
   }
2909 2909
   public function getTargets()
2910 2910
   {
2911
-    return $this->targets;
2911
+	return $this->targets;
2912 2912
   }
2913 2913
 }
2914 2914
 
@@ -2922,19 +2922,19 @@  discard block
 block discarded – undo
2922 2922
 
2923 2923
   public function setFeatureName($featureName)
2924 2924
   {
2925
-    $this->featureName = $featureName;
2925
+	$this->featureName = $featureName;
2926 2926
   }
2927 2927
   public function getFeatureName()
2928 2928
   {
2929
-    return $this->featureName;
2929
+	return $this->featureName;
2930 2930
   }
2931 2931
   public function setFeatureRate($featureRate)
2932 2932
   {
2933
-    $this->featureRate = $featureRate;
2933
+	$this->featureRate = $featureRate;
2934 2934
   }
2935 2935
   public function getFeatureRate()
2936 2936
   {
2937
-    return $this->featureRate;
2937
+	return $this->featureRate;
2938 2938
   }
2939 2939
 }
2940 2940
 
@@ -2949,19 +2949,19 @@  discard block
 block discarded – undo
2949 2949
 
2950 2950
   public function setSource($source)
2951 2951
   {
2952
-    $this->source = $source;
2952
+	$this->source = $source;
2953 2953
   }
2954 2954
   public function getSource()
2955 2955
   {
2956
-    return $this->source;
2956
+	return $this->source;
2957 2957
   }
2958 2958
   public function setTargets($targets)
2959 2959
   {
2960
-    $this->targets = $targets;
2960
+	$this->targets = $targets;
2961 2961
   }
2962 2962
   public function getTargets()
2963 2963
   {
2964
-    return $this->targets;
2964
+	return $this->targets;
2965 2965
   }
2966 2966
 }
2967 2967
 
@@ -2975,19 +2975,19 @@  discard block
 block discarded – undo
2975 2975
 
2976 2976
   public function setSize($size)
2977 2977
   {
2978
-    $this->size = $size;
2978
+	$this->size = $size;
2979 2979
   }
2980 2980
   public function getSize()
2981 2981
   {
2982
-    return $this->size;
2982
+	return $this->size;
2983 2983
   }
2984 2984
   public function setType($type)
2985 2985
   {
2986
-    $this->type = $type;
2986
+	$this->type = $type;
2987 2987
   }
2988 2988
   public function getType()
2989 2989
   {
2990
-    return $this->type;
2990
+	return $this->type;
2991 2991
   }
2992 2992
 }
2993 2993
 
@@ -3001,19 +3001,19 @@  discard block
 block discarded – undo
3001 3001
 
3002 3002
   public function setBytesUsed($bytesUsed)
3003 3003
   {
3004
-    $this->bytesUsed = $bytesUsed;
3004
+	$this->bytesUsed = $bytesUsed;
3005 3005
   }
3006 3006
   public function getBytesUsed()
3007 3007
   {
3008
-    return $this->bytesUsed;
3008
+	return $this->bytesUsed;
3009 3009
   }
3010 3010
   public function setServiceName($serviceName)
3011 3011
   {
3012
-    $this->serviceName = $serviceName;
3012
+	$this->serviceName = $serviceName;
3013 3013
   }
3014 3014
   public function getServiceName()
3015 3015
   {
3016
-    return $this->serviceName;
3016
+	return $this->serviceName;
3017 3017
   }
3018 3018
 }
3019 3019
 
@@ -3051,195 +3051,195 @@  discard block
 block discarded – undo
3051 3051
 
3052 3052
   public function setAuthorized($authorized)
3053 3053
   {
3054
-    $this->authorized = $authorized;
3054
+	$this->authorized = $authorized;
3055 3055
   }
3056 3056
   public function getAuthorized()
3057 3057
   {
3058
-    return $this->authorized;
3058
+	return $this->authorized;
3059 3059
   }
3060 3060
   public function setCreateInFolderTemplate($createInFolderTemplate)
3061 3061
   {
3062
-    $this->createInFolderTemplate = $createInFolderTemplate;
3062
+	$this->createInFolderTemplate = $createInFolderTemplate;
3063 3063
   }
3064 3064
   public function getCreateInFolderTemplate()
3065 3065
   {
3066
-    return $this->createInFolderTemplate;
3066
+	return $this->createInFolderTemplate;
3067 3067
   }
3068 3068
   public function setCreateUrl($createUrl)
3069 3069
   {
3070
-    $this->createUrl = $createUrl;
3070
+	$this->createUrl = $createUrl;
3071 3071
   }
3072 3072
   public function getCreateUrl()
3073 3073
   {
3074
-    return $this->createUrl;
3074
+	return $this->createUrl;
3075 3075
   }
3076 3076
   public function setHasDriveWideScope($hasDriveWideScope)
3077 3077
   {
3078
-    $this->hasDriveWideScope = $hasDriveWideScope;
3078
+	$this->hasDriveWideScope = $hasDriveWideScope;
3079 3079
   }
3080 3080
   public function getHasDriveWideScope()
3081 3081
   {
3082
-    return $this->hasDriveWideScope;
3082
+	return $this->hasDriveWideScope;
3083 3083
   }
3084 3084
   public function setIcons($icons)
3085 3085
   {
3086
-    $this->icons = $icons;
3086
+	$this->icons = $icons;
3087 3087
   }
3088 3088
   public function getIcons()
3089 3089
   {
3090
-    return $this->icons;
3090
+	return $this->icons;
3091 3091
   }
3092 3092
   public function setId($id)
3093 3093
   {
3094
-    $this->id = $id;
3094
+	$this->id = $id;
3095 3095
   }
3096 3096
   public function getId()
3097 3097
   {
3098
-    return $this->id;
3098
+	return $this->id;
3099 3099
   }
3100 3100
   public function setInstalled($installed)
3101 3101
   {
3102
-    $this->installed = $installed;
3102
+	$this->installed = $installed;
3103 3103
   }
3104 3104
   public function getInstalled()
3105 3105
   {
3106
-    return $this->installed;
3106
+	return $this->installed;
3107 3107
   }
3108 3108
   public function setKind($kind)
3109 3109
   {
3110
-    $this->kind = $kind;
3110
+	$this->kind = $kind;
3111 3111
   }
3112 3112
   public function getKind()
3113 3113
   {
3114
-    return $this->kind;
3114
+	return $this->kind;
3115 3115
   }
3116 3116
   public function setLongDescription($longDescription)
3117 3117
   {
3118
-    $this->longDescription = $longDescription;
3118
+	$this->longDescription = $longDescription;
3119 3119
   }
3120 3120
   public function getLongDescription()
3121 3121
   {
3122
-    return $this->longDescription;
3122
+	return $this->longDescription;
3123 3123
   }
3124 3124
   public function setName($name)
3125 3125
   {
3126
-    $this->name = $name;
3126
+	$this->name = $name;
3127 3127
   }
3128 3128
   public function getName()
3129 3129
   {
3130
-    return $this->name;
3130
+	return $this->name;
3131 3131
   }
3132 3132
   public function setObjectType($objectType)
3133 3133
   {
3134
-    $this->objectType = $objectType;
3134
+	$this->objectType = $objectType;
3135 3135
   }
3136 3136
   public function getObjectType()
3137 3137
   {
3138
-    return $this->objectType;
3138
+	return $this->objectType;
3139 3139
   }
3140 3140
   public function setOpenUrlTemplate($openUrlTemplate)
3141 3141
   {
3142
-    $this->openUrlTemplate = $openUrlTemplate;
3142
+	$this->openUrlTemplate = $openUrlTemplate;
3143 3143
   }
3144 3144
   public function getOpenUrlTemplate()
3145 3145
   {
3146
-    return $this->openUrlTemplate;
3146
+	return $this->openUrlTemplate;
3147 3147
   }
3148 3148
   public function setPrimaryFileExtensions($primaryFileExtensions)
3149 3149
   {
3150
-    $this->primaryFileExtensions = $primaryFileExtensions;
3150
+	$this->primaryFileExtensions = $primaryFileExtensions;
3151 3151
   }
3152 3152
   public function getPrimaryFileExtensions()
3153 3153
   {
3154
-    return $this->primaryFileExtensions;
3154
+	return $this->primaryFileExtensions;
3155 3155
   }
3156 3156
   public function setPrimaryMimeTypes($primaryMimeTypes)
3157 3157
   {
3158
-    $this->primaryMimeTypes = $primaryMimeTypes;
3158
+	$this->primaryMimeTypes = $primaryMimeTypes;
3159 3159
   }
3160 3160
   public function getPrimaryMimeTypes()
3161 3161
   {
3162
-    return $this->primaryMimeTypes;
3162
+	return $this->primaryMimeTypes;
3163 3163
   }
3164 3164
   public function setProductId($productId)
3165 3165
   {
3166
-    $this->productId = $productId;
3166
+	$this->productId = $productId;
3167 3167
   }
3168 3168
   public function getProductId()
3169 3169
   {
3170
-    return $this->productId;
3170
+	return $this->productId;
3171 3171
   }
3172 3172
   public function setProductUrl($productUrl)
3173 3173
   {
3174
-    $this->productUrl = $productUrl;
3174
+	$this->productUrl = $productUrl;
3175 3175
   }
3176 3176
   public function getProductUrl()
3177 3177
   {
3178
-    return $this->productUrl;
3178
+	return $this->productUrl;
3179 3179
   }
3180 3180
   public function setSecondaryFileExtensions($secondaryFileExtensions)
3181 3181
   {
3182
-    $this->secondaryFileExtensions = $secondaryFileExtensions;
3182
+	$this->secondaryFileExtensions = $secondaryFileExtensions;
3183 3183
   }
3184 3184
   public function getSecondaryFileExtensions()
3185 3185
   {
3186
-    return $this->secondaryFileExtensions;
3186
+	return $this->secondaryFileExtensions;
3187 3187
   }
3188 3188
   public function setSecondaryMimeTypes($secondaryMimeTypes)
3189 3189
   {
3190
-    $this->secondaryMimeTypes = $secondaryMimeTypes;
3190
+	$this->secondaryMimeTypes = $secondaryMimeTypes;
3191 3191
   }
3192 3192
   public function getSecondaryMimeTypes()
3193 3193
   {
3194
-    return $this->secondaryMimeTypes;
3194
+	return $this->secondaryMimeTypes;
3195 3195
   }
3196 3196
   public function setShortDescription($shortDescription)
3197 3197
   {
3198
-    $this->shortDescription = $shortDescription;
3198
+	$this->shortDescription = $shortDescription;
3199 3199
   }
3200 3200
   public function getShortDescription()
3201 3201
   {
3202
-    return $this->shortDescription;
3202
+	return $this->shortDescription;
3203 3203
   }
3204 3204
   public function setSupportsCreate($supportsCreate)
3205 3205
   {
3206
-    $this->supportsCreate = $supportsCreate;
3206
+	$this->supportsCreate = $supportsCreate;
3207 3207
   }
3208 3208
   public function getSupportsCreate()
3209 3209
   {
3210
-    return $this->supportsCreate;
3210
+	return $this->supportsCreate;
3211 3211
   }
3212 3212
   public function setSupportsImport($supportsImport)
3213 3213
   {
3214
-    $this->supportsImport = $supportsImport;
3214
+	$this->supportsImport = $supportsImport;
3215 3215
   }
3216 3216
   public function getSupportsImport()
3217 3217
   {
3218
-    return $this->supportsImport;
3218
+	return $this->supportsImport;
3219 3219
   }
3220 3220
   public function setSupportsMultiOpen($supportsMultiOpen)
3221 3221
   {
3222
-    $this->supportsMultiOpen = $supportsMultiOpen;
3222
+	$this->supportsMultiOpen = $supportsMultiOpen;
3223 3223
   }
3224 3224
   public function getSupportsMultiOpen()
3225 3225
   {
3226
-    return $this->supportsMultiOpen;
3226
+	return $this->supportsMultiOpen;
3227 3227
   }
3228 3228
   public function setSupportsOfflineCreate($supportsOfflineCreate)
3229 3229
   {
3230
-    $this->supportsOfflineCreate = $supportsOfflineCreate;
3230
+	$this->supportsOfflineCreate = $supportsOfflineCreate;
3231 3231
   }
3232 3232
   public function getSupportsOfflineCreate()
3233 3233
   {
3234
-    return $this->supportsOfflineCreate;
3234
+	return $this->supportsOfflineCreate;
3235 3235
   }
3236 3236
   public function setUseByDefault($useByDefault)
3237 3237
   {
3238
-    $this->useByDefault = $useByDefault;
3238
+	$this->useByDefault = $useByDefault;
3239 3239
   }
3240 3240
   public function getUseByDefault()
3241 3241
   {
3242
-    return $this->useByDefault;
3242
+	return $this->useByDefault;
3243 3243
   }
3244 3244
 }
3245 3245
 
@@ -3254,27 +3254,27 @@  discard block
 block discarded – undo
3254 3254
 
3255 3255
   public function setCategory($category)
3256 3256
   {
3257
-    $this->category = $category;
3257
+	$this->category = $category;
3258 3258
   }
3259 3259
   public function getCategory()
3260 3260
   {
3261
-    return $this->category;
3261
+	return $this->category;
3262 3262
   }
3263 3263
   public function setIconUrl($iconUrl)
3264 3264
   {
3265
-    $this->iconUrl = $iconUrl;
3265
+	$this->iconUrl = $iconUrl;
3266 3266
   }
3267 3267
   public function getIconUrl()
3268 3268
   {
3269
-    return $this->iconUrl;
3269
+	return $this->iconUrl;
3270 3270
   }
3271 3271
   public function setSize($size)
3272 3272
   {
3273
-    $this->size = $size;
3273
+	$this->size = $size;
3274 3274
   }
3275 3275
   public function getSize()
3276 3276
   {
3277
-    return $this->size;
3277
+	return $this->size;
3278 3278
   }
3279 3279
 }
3280 3280
 
@@ -3293,43 +3293,43 @@  discard block
 block discarded – undo
3293 3293
 
3294 3294
   public function setDefaultAppIds($defaultAppIds)
3295 3295
   {
3296
-    $this->defaultAppIds = $defaultAppIds;
3296
+	$this->defaultAppIds = $defaultAppIds;
3297 3297
   }
3298 3298
   public function getDefaultAppIds()
3299 3299
   {
3300
-    return $this->defaultAppIds;
3300
+	return $this->defaultAppIds;
3301 3301
   }
3302 3302
   public function setEtag($etag)
3303 3303
   {
3304
-    $this->etag = $etag;
3304
+	$this->etag = $etag;
3305 3305
   }
3306 3306
   public function getEtag()
3307 3307
   {
3308
-    return $this->etag;
3308
+	return $this->etag;
3309 3309
   }
3310 3310
   public function setItems($items)
3311 3311
   {
3312
-    $this->items = $items;
3312
+	$this->items = $items;
3313 3313
   }
3314 3314
   public function getItems()
3315 3315
   {
3316
-    return $this->items;
3316
+	return $this->items;
3317 3317
   }
3318 3318
   public function setKind($kind)
3319 3319
   {
3320
-    $this->kind = $kind;
3320
+	$this->kind = $kind;
3321 3321
   }
3322 3322
   public function getKind()
3323 3323
   {
3324
-    return $this->kind;
3324
+	return $this->kind;
3325 3325
   }
3326 3326
   public function setSelfLink($selfLink)
3327 3327
   {
3328
-    $this->selfLink = $selfLink;
3328
+	$this->selfLink = $selfLink;
3329 3329
   }
3330 3330
   public function getSelfLink()
3331 3331
   {
3332
-    return $this->selfLink;
3332
+	return $this->selfLink;
3333 3333
   }
3334 3334
 }
3335 3335
 
@@ -3349,59 +3349,59 @@  discard block
 block discarded – undo
3349 3349
 
3350 3350
   public function setDeleted($deleted)
3351 3351
   {
3352
-    $this->deleted = $deleted;
3352
+	$this->deleted = $deleted;
3353 3353
   }
3354 3354
   public function getDeleted()
3355 3355
   {
3356
-    return $this->deleted;
3356
+	return $this->deleted;
3357 3357
   }
3358 3358
   public function setFile(Google_Service_Drive_DriveFile $file)
3359 3359
   {
3360
-    $this->file = $file;
3360
+	$this->file = $file;
3361 3361
   }
3362 3362
   public function getFile()
3363 3363
   {
3364
-    return $this->file;
3364
+	return $this->file;
3365 3365
   }
3366 3366
   public function setFileId($fileId)
3367 3367
   {
3368
-    $this->fileId = $fileId;
3368
+	$this->fileId = $fileId;
3369 3369
   }
3370 3370
   public function getFileId()
3371 3371
   {
3372
-    return $this->fileId;
3372
+	return $this->fileId;
3373 3373
   }
3374 3374
   public function setId($id)
3375 3375
   {
3376
-    $this->id = $id;
3376
+	$this->id = $id;
3377 3377
   }
3378 3378
   public function getId()
3379 3379
   {
3380
-    return $this->id;
3380
+	return $this->id;
3381 3381
   }
3382 3382
   public function setKind($kind)
3383 3383
   {
3384
-    $this->kind = $kind;
3384
+	$this->kind = $kind;
3385 3385
   }
3386 3386
   public function getKind()
3387 3387
   {
3388
-    return $this->kind;
3388
+	return $this->kind;
3389 3389
   }
3390 3390
   public function setModificationDate($modificationDate)
3391 3391
   {
3392
-    $this->modificationDate = $modificationDate;
3392
+	$this->modificationDate = $modificationDate;
3393 3393
   }
3394 3394
   public function getModificationDate()
3395 3395
   {
3396
-    return $this->modificationDate;
3396
+	return $this->modificationDate;
3397 3397
   }
3398 3398
   public function setSelfLink($selfLink)
3399 3399
   {
3400
-    $this->selfLink = $selfLink;
3400
+	$this->selfLink = $selfLink;
3401 3401
   }
3402 3402
   public function getSelfLink()
3403 3403
   {
3404
-    return $this->selfLink;
3404
+	return $this->selfLink;
3405 3405
   }
3406 3406
 }
3407 3407
 
@@ -3422,59 +3422,59 @@  discard block
 block discarded – undo
3422 3422
 
3423 3423
   public function setEtag($etag)
3424 3424
   {
3425
-    $this->etag = $etag;
3425
+	$this->etag = $etag;
3426 3426
   }
3427 3427
   public function getEtag()
3428 3428
   {
3429
-    return $this->etag;
3429
+	return $this->etag;
3430 3430
   }
3431 3431
   public function setItems($items)
3432 3432
   {
3433
-    $this->items = $items;
3433
+	$this->items = $items;
3434 3434
   }
3435 3435
   public function getItems()
3436 3436
   {
3437
-    return $this->items;
3437
+	return $this->items;
3438 3438
   }
3439 3439
   public function setKind($kind)
3440 3440
   {
3441
-    $this->kind = $kind;
3441
+	$this->kind = $kind;
3442 3442
   }
3443 3443
   public function getKind()
3444 3444
   {
3445
-    return $this->kind;
3445
+	return $this->kind;
3446 3446
   }
3447 3447
   public function setLargestChangeId($largestChangeId)
3448 3448
   {
3449
-    $this->largestChangeId = $largestChangeId;
3449
+	$this->largestChangeId = $largestChangeId;
3450 3450
   }
3451 3451
   public function getLargestChangeId()
3452 3452
   {
3453
-    return $this->largestChangeId;
3453
+	return $this->largestChangeId;
3454 3454
   }
3455 3455
   public function setNextLink($nextLink)
3456 3456
   {
3457
-    $this->nextLink = $nextLink;
3457
+	$this->nextLink = $nextLink;
3458 3458
   }
3459 3459
   public function getNextLink()
3460 3460
   {
3461
-    return $this->nextLink;
3461
+	return $this->nextLink;
3462 3462
   }
3463 3463
   public function setNextPageToken($nextPageToken)
3464 3464
   {
3465
-    $this->nextPageToken = $nextPageToken;
3465
+	$this->nextPageToken = $nextPageToken;
3466 3466
   }
3467 3467
   public function getNextPageToken()
3468 3468
   {
3469
-    return $this->nextPageToken;
3469
+	return $this->nextPageToken;
3470 3470
   }
3471 3471
   public function setSelfLink($selfLink)
3472 3472
   {
3473
-    $this->selfLink = $selfLink;
3473
+	$this->selfLink = $selfLink;
3474 3474
   }
3475 3475
   public function getSelfLink()
3476 3476
   {
3477
-    return $this->selfLink;
3477
+	return $this->selfLink;
3478 3478
   }
3479 3479
 }
3480 3480
 
@@ -3496,83 +3496,83 @@  discard block
 block discarded – undo
3496 3496
 
3497 3497
   public function setAddress($address)
3498 3498
   {
3499
-    $this->address = $address;
3499
+	$this->address = $address;
3500 3500
   }
3501 3501
   public function getAddress()
3502 3502
   {
3503
-    return $this->address;
3503
+	return $this->address;
3504 3504
   }
3505 3505
   public function setExpiration($expiration)
3506 3506
   {
3507
-    $this->expiration = $expiration;
3507
+	$this->expiration = $expiration;
3508 3508
   }
3509 3509
   public function getExpiration()
3510 3510
   {
3511
-    return $this->expiration;
3511
+	return $this->expiration;
3512 3512
   }
3513 3513
   public function setId($id)
3514 3514
   {
3515
-    $this->id = $id;
3515
+	$this->id = $id;
3516 3516
   }
3517 3517
   public function getId()
3518 3518
   {
3519
-    return $this->id;
3519
+	return $this->id;
3520 3520
   }
3521 3521
   public function setKind($kind)
3522 3522
   {
3523
-    $this->kind = $kind;
3523
+	$this->kind = $kind;
3524 3524
   }
3525 3525
   public function getKind()
3526 3526
   {
3527
-    return $this->kind;
3527
+	return $this->kind;
3528 3528
   }
3529 3529
   public function setParams($params)
3530 3530
   {
3531
-    $this->params = $params;
3531
+	$this->params = $params;
3532 3532
   }
3533 3533
   public function getParams()
3534 3534
   {
3535
-    return $this->params;
3535
+	return $this->params;
3536 3536
   }
3537 3537
   public function setPayload($payload)
3538 3538
   {
3539
-    $this->payload = $payload;
3539
+	$this->payload = $payload;
3540 3540
   }
3541 3541
   public function getPayload()
3542 3542
   {
3543
-    return $this->payload;
3543
+	return $this->payload;
3544 3544
   }
3545 3545
   public function setResourceId($resourceId)
3546 3546
   {
3547
-    $this->resourceId = $resourceId;
3547
+	$this->resourceId = $resourceId;
3548 3548
   }
3549 3549
   public function getResourceId()
3550 3550
   {
3551
-    return $this->resourceId;
3551
+	return $this->resourceId;
3552 3552
   }
3553 3553
   public function setResourceUri($resourceUri)
3554 3554
   {
3555
-    $this->resourceUri = $resourceUri;
3555
+	$this->resourceUri = $resourceUri;
3556 3556
   }
3557 3557
   public function getResourceUri()
3558 3558
   {
3559
-    return $this->resourceUri;
3559
+	return $this->resourceUri;
3560 3560
   }
3561 3561
   public function setToken($token)
3562 3562
   {
3563
-    $this->token = $token;
3563
+	$this->token = $token;
3564 3564
   }
3565 3565
   public function getToken()
3566 3566
   {
3567
-    return $this->token;
3567
+	return $this->token;
3568 3568
   }
3569 3569
   public function setType($type)
3570 3570
   {
3571
-    $this->type = $type;
3571
+	$this->type = $type;
3572 3572
   }
3573 3573
   public function getType()
3574 3574
   {
3575
-    return $this->type;
3575
+	return $this->type;
3576 3576
   }
3577 3577
 }
3578 3578
 
@@ -3596,51 +3596,51 @@  discard block
 block discarded – undo
3596 3596
 
3597 3597
   public function setEtag($etag)
3598 3598
   {
3599
-    $this->etag = $etag;
3599
+	$this->etag = $etag;
3600 3600
   }
3601 3601
   public function getEtag()
3602 3602
   {
3603
-    return $this->etag;
3603
+	return $this->etag;
3604 3604
   }
3605 3605
   public function setItems($items)
3606 3606
   {
3607
-    $this->items = $items;
3607
+	$this->items = $items;
3608 3608
   }
3609 3609
   public function getItems()
3610 3610
   {
3611
-    return $this->items;
3611
+	return $this->items;
3612 3612
   }
3613 3613
   public function setKind($kind)
3614 3614
   {
3615
-    $this->kind = $kind;
3615
+	$this->kind = $kind;
3616 3616
   }
3617 3617
   public function getKind()
3618 3618
   {
3619
-    return $this->kind;
3619
+	return $this->kind;
3620 3620
   }
3621 3621
   public function setNextLink($nextLink)
3622 3622
   {
3623
-    $this->nextLink = $nextLink;
3623
+	$this->nextLink = $nextLink;
3624 3624
   }
3625 3625
   public function getNextLink()
3626 3626
   {
3627
-    return $this->nextLink;
3627
+	return $this->nextLink;
3628 3628
   }
3629 3629
   public function setNextPageToken($nextPageToken)
3630 3630
   {
3631
-    $this->nextPageToken = $nextPageToken;
3631
+	$this->nextPageToken = $nextPageToken;
3632 3632
   }
3633 3633
   public function getNextPageToken()
3634 3634
   {
3635
-    return $this->nextPageToken;
3635
+	return $this->nextPageToken;
3636 3636
   }
3637 3637
   public function setSelfLink($selfLink)
3638 3638
   {
3639
-    $this->selfLink = $selfLink;
3639
+	$this->selfLink = $selfLink;
3640 3640
   }
3641 3641
   public function getSelfLink()
3642 3642
   {
3643
-    return $this->selfLink;
3643
+	return $this->selfLink;
3644 3644
   }
3645 3645
 }
3646 3646
 
@@ -3656,35 +3656,35 @@  discard block
 block discarded – undo
3656 3656
 
3657 3657
   public function setChildLink($childLink)
3658 3658
   {
3659
-    $this->childLink = $childLink;
3659
+	$this->childLink = $childLink;
3660 3660
   }
3661 3661
   public function getChildLink()
3662 3662
   {
3663
-    return $this->childLink;
3663
+	return $this->childLink;
3664 3664
   }
3665 3665
   public function setId($id)
3666 3666
   {
3667
-    $this->id = $id;
3667
+	$this->id = $id;
3668 3668
   }
3669 3669
   public function getId()
3670 3670
   {
3671
-    return $this->id;
3671
+	return $this->id;
3672 3672
   }
3673 3673
   public function setKind($kind)
3674 3674
   {
3675
-    $this->kind = $kind;
3675
+	$this->kind = $kind;
3676 3676
   }
3677 3677
   public function getKind()
3678 3678
   {
3679
-    return $this->kind;
3679
+	return $this->kind;
3680 3680
   }
3681 3681
   public function setSelfLink($selfLink)
3682 3682
   {
3683
-    $this->selfLink = $selfLink;
3683
+	$this->selfLink = $selfLink;
3684 3684
   }
3685 3685
   public function getSelfLink()
3686 3686
   {
3687
-    return $this->selfLink;
3687
+	return $this->selfLink;
3688 3688
   }
3689 3689
 }
3690 3690
 
@@ -3715,123 +3715,123 @@  discard block
 block discarded – undo
3715 3715
 
3716 3716
   public function setAnchor($anchor)
3717 3717
   {
3718
-    $this->anchor = $anchor;
3718
+	$this->anchor = $anchor;
3719 3719
   }
3720 3720
   public function getAnchor()
3721 3721
   {
3722
-    return $this->anchor;
3722
+	return $this->anchor;
3723 3723
   }
3724 3724
   public function setAuthor(Google_Service_Drive_User $author)
3725 3725
   {
3726
-    $this->author = $author;
3726
+	$this->author = $author;
3727 3727
   }
3728 3728
   public function getAuthor()
3729 3729
   {
3730
-    return $this->author;
3730
+	return $this->author;
3731 3731
   }
3732 3732
   public function setCommentId($commentId)
3733 3733
   {
3734
-    $this->commentId = $commentId;
3734
+	$this->commentId = $commentId;
3735 3735
   }
3736 3736
   public function getCommentId()
3737 3737
   {
3738
-    return $this->commentId;
3738
+	return $this->commentId;
3739 3739
   }
3740 3740
   public function setContent($content)
3741 3741
   {
3742
-    $this->content = $content;
3742
+	$this->content = $content;
3743 3743
   }
3744 3744
   public function getContent()
3745 3745
   {
3746
-    return $this->content;
3746
+	return $this->content;
3747 3747
   }
3748 3748
   public function setContext(Google_Service_Drive_CommentContext $context)
3749 3749
   {
3750
-    $this->context = $context;
3750
+	$this->context = $context;
3751 3751
   }
3752 3752
   public function getContext()
3753 3753
   {
3754
-    return $this->context;
3754
+	return $this->context;
3755 3755
   }
3756 3756
   public function setCreatedDate($createdDate)
3757 3757
   {
3758
-    $this->createdDate = $createdDate;
3758
+	$this->createdDate = $createdDate;
3759 3759
   }
3760 3760
   public function getCreatedDate()
3761 3761
   {
3762
-    return $this->createdDate;
3762
+	return $this->createdDate;
3763 3763
   }
3764 3764
   public function setDeleted($deleted)
3765 3765
   {
3766
-    $this->deleted = $deleted;
3766
+	$this->deleted = $deleted;
3767 3767
   }
3768 3768
   public function getDeleted()
3769 3769
   {
3770
-    return $this->deleted;
3770
+	return $this->deleted;
3771 3771
   }
3772 3772
   public function setFileId($fileId)
3773 3773
   {
3774
-    $this->fileId = $fileId;
3774
+	$this->fileId = $fileId;
3775 3775
   }
3776 3776
   public function getFileId()
3777 3777
   {
3778
-    return $this->fileId;
3778
+	return $this->fileId;
3779 3779
   }
3780 3780
   public function setFileTitle($fileTitle)
3781 3781
   {
3782
-    $this->fileTitle = $fileTitle;
3782
+	$this->fileTitle = $fileTitle;
3783 3783
   }
3784 3784
   public function getFileTitle()
3785 3785
   {
3786
-    return $this->fileTitle;
3786
+	return $this->fileTitle;
3787 3787
   }
3788 3788
   public function setHtmlContent($htmlContent)
3789 3789
   {
3790
-    $this->htmlContent = $htmlContent;
3790
+	$this->htmlContent = $htmlContent;
3791 3791
   }
3792 3792
   public function getHtmlContent()
3793 3793
   {
3794
-    return $this->htmlContent;
3794
+	return $this->htmlContent;
3795 3795
   }
3796 3796
   public function setKind($kind)
3797 3797
   {
3798
-    $this->kind = $kind;
3798
+	$this->kind = $kind;
3799 3799
   }
3800 3800
   public function getKind()
3801 3801
   {
3802
-    return $this->kind;
3802
+	return $this->kind;
3803 3803
   }
3804 3804
   public function setModifiedDate($modifiedDate)
3805 3805
   {
3806
-    $this->modifiedDate = $modifiedDate;
3806
+	$this->modifiedDate = $modifiedDate;
3807 3807
   }
3808 3808
   public function getModifiedDate()
3809 3809
   {
3810
-    return $this->modifiedDate;
3810
+	return $this->modifiedDate;
3811 3811
   }
3812 3812
   public function setReplies($replies)
3813 3813
   {
3814
-    $this->replies = $replies;
3814
+	$this->replies = $replies;
3815 3815
   }
3816 3816
   public function getReplies()
3817 3817
   {
3818
-    return $this->replies;
3818
+	return $this->replies;
3819 3819
   }
3820 3820
   public function setSelfLink($selfLink)
3821 3821
   {
3822
-    $this->selfLink = $selfLink;
3822
+	$this->selfLink = $selfLink;
3823 3823
   }
3824 3824
   public function getSelfLink()
3825 3825
   {
3826
-    return $this->selfLink;
3826
+	return $this->selfLink;
3827 3827
   }
3828 3828
   public function setStatus($status)
3829 3829
   {
3830
-    $this->status = $status;
3830
+	$this->status = $status;
3831 3831
   }
3832 3832
   public function getStatus()
3833 3833
   {
3834
-    return $this->status;
3834
+	return $this->status;
3835 3835
   }
3836 3836
 }
3837 3837
 
@@ -3845,19 +3845,19 @@  discard block
 block discarded – undo
3845 3845
 
3846 3846
   public function setType($type)
3847 3847
   {
3848
-    $this->type = $type;
3848
+	$this->type = $type;
3849 3849
   }
3850 3850
   public function getType()
3851 3851
   {
3852
-    return $this->type;
3852
+	return $this->type;
3853 3853
   }
3854 3854
   public function setValue($value)
3855 3855
   {
3856
-    $this->value = $value;
3856
+	$this->value = $value;
3857 3857
   }
3858 3858
   public function getValue()
3859 3859
   {
3860
-    return $this->value;
3860
+	return $this->value;
3861 3861
   }
3862 3862
 }
3863 3863
 
@@ -3876,43 +3876,43 @@  discard block
 block discarded – undo
3876 3876
 
3877 3877
   public function setItems($items)
3878 3878
   {
3879
-    $this->items = $items;
3879
+	$this->items = $items;
3880 3880
   }
3881 3881
   public function getItems()
3882 3882
   {
3883
-    return $this->items;
3883
+	return $this->items;
3884 3884
   }
3885 3885
   public function setKind($kind)
3886 3886
   {
3887
-    $this->kind = $kind;
3887
+	$this->kind = $kind;
3888 3888
   }
3889 3889
   public function getKind()
3890 3890
   {
3891
-    return $this->kind;
3891
+	return $this->kind;
3892 3892
   }
3893 3893
   public function setNextLink($nextLink)
3894 3894
   {
3895
-    $this->nextLink = $nextLink;
3895
+	$this->nextLink = $nextLink;
3896 3896
   }
3897 3897
   public function getNextLink()
3898 3898
   {
3899
-    return $this->nextLink;
3899
+	return $this->nextLink;
3900 3900
   }
3901 3901
   public function setNextPageToken($nextPageToken)
3902 3902
   {
3903
-    $this->nextPageToken = $nextPageToken;
3903
+	$this->nextPageToken = $nextPageToken;
3904 3904
   }
3905 3905
   public function getNextPageToken()
3906 3906
   {
3907
-    return $this->nextPageToken;
3907
+	return $this->nextPageToken;
3908 3908
   }
3909 3909
   public function setSelfLink($selfLink)
3910 3910
   {
3911
-    $this->selfLink = $selfLink;
3911
+	$this->selfLink = $selfLink;
3912 3912
   }
3913 3913
   public function getSelfLink()
3914 3914
   {
3915
-    return $this->selfLink;
3915
+	return $this->selfLink;
3916 3916
   }
3917 3917
 }
3918 3918
 
@@ -3934,75 +3934,75 @@  discard block
 block discarded – undo
3934 3934
 
3935 3935
   public function setAuthor(Google_Service_Drive_User $author)
3936 3936
   {
3937
-    $this->author = $author;
3937
+	$this->author = $author;
3938 3938
   }
3939 3939
   public function getAuthor()
3940 3940
   {
3941
-    return $this->author;
3941
+	return $this->author;
3942 3942
   }
3943 3943
   public function setContent($content)
3944 3944
   {
3945
-    $this->content = $content;
3945
+	$this->content = $content;
3946 3946
   }
3947 3947
   public function getContent()
3948 3948
   {
3949
-    return $this->content;
3949
+	return $this->content;
3950 3950
   }
3951 3951
   public function setCreatedDate($createdDate)
3952 3952
   {
3953
-    $this->createdDate = $createdDate;
3953
+	$this->createdDate = $createdDate;
3954 3954
   }
3955 3955
   public function getCreatedDate()
3956 3956
   {
3957
-    return $this->createdDate;
3957
+	return $this->createdDate;
3958 3958
   }
3959 3959
   public function setDeleted($deleted)
3960 3960
   {
3961
-    $this->deleted = $deleted;
3961
+	$this->deleted = $deleted;
3962 3962
   }
3963 3963
   public function getDeleted()
3964 3964
   {
3965
-    return $this->deleted;
3965
+	return $this->deleted;
3966 3966
   }
3967 3967
   public function setHtmlContent($htmlContent)
3968 3968
   {
3969
-    $this->htmlContent = $htmlContent;
3969
+	$this->htmlContent = $htmlContent;
3970 3970
   }
3971 3971
   public function getHtmlContent()
3972 3972
   {
3973
-    return $this->htmlContent;
3973
+	return $this->htmlContent;
3974 3974
   }
3975 3975
   public function setKind($kind)
3976 3976
   {
3977
-    $this->kind = $kind;
3977
+	$this->kind = $kind;
3978 3978
   }
3979 3979
   public function getKind()
3980 3980
   {
3981
-    return $this->kind;
3981
+	return $this->kind;
3982 3982
   }
3983 3983
   public function setModifiedDate($modifiedDate)
3984 3984
   {
3985
-    $this->modifiedDate = $modifiedDate;
3985
+	$this->modifiedDate = $modifiedDate;
3986 3986
   }
3987 3987
   public function getModifiedDate()
3988 3988
   {
3989
-    return $this->modifiedDate;
3989
+	return $this->modifiedDate;
3990 3990
   }
3991 3991
   public function setReplyId($replyId)
3992 3992
   {
3993
-    $this->replyId = $replyId;
3993
+	$this->replyId = $replyId;
3994 3994
   }
3995 3995
   public function getReplyId()
3996 3996
   {
3997
-    return $this->replyId;
3997
+	return $this->replyId;
3998 3998
   }
3999 3999
   public function setVerb($verb)
4000 4000
   {
4001
-    $this->verb = $verb;
4001
+	$this->verb = $verb;
4002 4002
   }
4003 4003
   public function getVerb()
4004 4004
   {
4005
-    return $this->verb;
4005
+	return $this->verb;
4006 4006
   }
4007 4007
 }
4008 4008
 
@@ -4021,43 +4021,43 @@  discard block
 block discarded – undo
4021 4021
 
4022 4022
   public function setItems($items)
4023 4023
   {
4024
-    $this->items = $items;
4024
+	$this->items = $items;
4025 4025
   }
4026 4026
   public function getItems()
4027 4027
   {
4028
-    return $this->items;
4028
+	return $this->items;
4029 4029
   }
4030 4030
   public function setKind($kind)
4031 4031
   {
4032
-    $this->kind = $kind;
4032
+	$this->kind = $kind;
4033 4033
   }
4034 4034
   public function getKind()
4035 4035
   {
4036
-    return $this->kind;
4036
+	return $this->kind;
4037 4037
   }
4038 4038
   public function setNextLink($nextLink)
4039 4039
   {
4040
-    $this->nextLink = $nextLink;
4040
+	$this->nextLink = $nextLink;
4041 4041
   }
4042 4042
   public function getNextLink()
4043 4043
   {
4044
-    return $this->nextLink;
4044
+	return $this->nextLink;
4045 4045
   }
4046 4046
   public function setNextPageToken($nextPageToken)
4047 4047
   {
4048
-    $this->nextPageToken = $nextPageToken;
4048
+	$this->nextPageToken = $nextPageToken;
4049 4049
   }
4050 4050
   public function getNextPageToken()
4051 4051
   {
4052
-    return $this->nextPageToken;
4052
+	return $this->nextPageToken;
4053 4053
   }
4054 4054
   public function setSelfLink($selfLink)
4055 4055
   {
4056
-    $this->selfLink = $selfLink;
4056
+	$this->selfLink = $selfLink;
4057 4057
   }
4058 4058
   public function getSelfLink()
4059 4059
   {
4060
-    return $this->selfLink;
4060
+	return $this->selfLink;
4061 4061
   }
4062 4062
 }
4063 4063
 
@@ -4138,451 +4138,451 @@  discard block
 block discarded – undo
4138 4138
 
4139 4139
   public function setAlternateLink($alternateLink)
4140 4140
   {
4141
-    $this->alternateLink = $alternateLink;
4141
+	$this->alternateLink = $alternateLink;
4142 4142
   }
4143 4143
   public function getAlternateLink()
4144 4144
   {
4145
-    return $this->alternateLink;
4145
+	return $this->alternateLink;
4146 4146
   }
4147 4147
   public function setAppDataContents($appDataContents)
4148 4148
   {
4149
-    $this->appDataContents = $appDataContents;
4149
+	$this->appDataContents = $appDataContents;
4150 4150
   }
4151 4151
   public function getAppDataContents()
4152 4152
   {
4153
-    return $this->appDataContents;
4153
+	return $this->appDataContents;
4154 4154
   }
4155 4155
   public function setCanComment($canComment)
4156 4156
   {
4157
-    $this->canComment = $canComment;
4157
+	$this->canComment = $canComment;
4158 4158
   }
4159 4159
   public function getCanComment()
4160 4160
   {
4161
-    return $this->canComment;
4161
+	return $this->canComment;
4162 4162
   }
4163 4163
   public function setCopyable($copyable)
4164 4164
   {
4165
-    $this->copyable = $copyable;
4165
+	$this->copyable = $copyable;
4166 4166
   }
4167 4167
   public function getCopyable()
4168 4168
   {
4169
-    return $this->copyable;
4169
+	return $this->copyable;
4170 4170
   }
4171 4171
   public function setCreatedDate($createdDate)
4172 4172
   {
4173
-    $this->createdDate = $createdDate;
4173
+	$this->createdDate = $createdDate;
4174 4174
   }
4175 4175
   public function getCreatedDate()
4176 4176
   {
4177
-    return $this->createdDate;
4177
+	return $this->createdDate;
4178 4178
   }
4179 4179
   public function setDefaultOpenWithLink($defaultOpenWithLink)
4180 4180
   {
4181
-    $this->defaultOpenWithLink = $defaultOpenWithLink;
4181
+	$this->defaultOpenWithLink = $defaultOpenWithLink;
4182 4182
   }
4183 4183
   public function getDefaultOpenWithLink()
4184 4184
   {
4185
-    return $this->defaultOpenWithLink;
4185
+	return $this->defaultOpenWithLink;
4186 4186
   }
4187 4187
   public function setDescription($description)
4188 4188
   {
4189
-    $this->description = $description;
4189
+	$this->description = $description;
4190 4190
   }
4191 4191
   public function getDescription()
4192 4192
   {
4193
-    return $this->description;
4193
+	return $this->description;
4194 4194
   }
4195 4195
   public function setDownloadUrl($downloadUrl)
4196 4196
   {
4197
-    $this->downloadUrl = $downloadUrl;
4197
+	$this->downloadUrl = $downloadUrl;
4198 4198
   }
4199 4199
   public function getDownloadUrl()
4200 4200
   {
4201
-    return $this->downloadUrl;
4201
+	return $this->downloadUrl;
4202 4202
   }
4203 4203
   public function setEditable($editable)
4204 4204
   {
4205
-    $this->editable = $editable;
4205
+	$this->editable = $editable;
4206 4206
   }
4207 4207
   public function getEditable()
4208 4208
   {
4209
-    return $this->editable;
4209
+	return $this->editable;
4210 4210
   }
4211 4211
   public function setEmbedLink($embedLink)
4212 4212
   {
4213
-    $this->embedLink = $embedLink;
4213
+	$this->embedLink = $embedLink;
4214 4214
   }
4215 4215
   public function getEmbedLink()
4216 4216
   {
4217
-    return $this->embedLink;
4217
+	return $this->embedLink;
4218 4218
   }
4219 4219
   public function setEtag($etag)
4220 4220
   {
4221
-    $this->etag = $etag;
4221
+	$this->etag = $etag;
4222 4222
   }
4223 4223
   public function getEtag()
4224 4224
   {
4225
-    return $this->etag;
4225
+	return $this->etag;
4226 4226
   }
4227 4227
   public function setExplicitlyTrashed($explicitlyTrashed)
4228 4228
   {
4229
-    $this->explicitlyTrashed = $explicitlyTrashed;
4229
+	$this->explicitlyTrashed = $explicitlyTrashed;
4230 4230
   }
4231 4231
   public function getExplicitlyTrashed()
4232 4232
   {
4233
-    return $this->explicitlyTrashed;
4233
+	return $this->explicitlyTrashed;
4234 4234
   }
4235 4235
   public function setExportLinks($exportLinks)
4236 4236
   {
4237
-    $this->exportLinks = $exportLinks;
4237
+	$this->exportLinks = $exportLinks;
4238 4238
   }
4239 4239
   public function getExportLinks()
4240 4240
   {
4241
-    return $this->exportLinks;
4241
+	return $this->exportLinks;
4242 4242
   }
4243 4243
   public function setFileExtension($fileExtension)
4244 4244
   {
4245
-    $this->fileExtension = $fileExtension;
4245
+	$this->fileExtension = $fileExtension;
4246 4246
   }
4247 4247
   public function getFileExtension()
4248 4248
   {
4249
-    return $this->fileExtension;
4249
+	return $this->fileExtension;
4250 4250
   }
4251 4251
   public function setFileSize($fileSize)
4252 4252
   {
4253
-    $this->fileSize = $fileSize;
4253
+	$this->fileSize = $fileSize;
4254 4254
   }
4255 4255
   public function getFileSize()
4256 4256
   {
4257
-    return $this->fileSize;
4257
+	return $this->fileSize;
4258 4258
   }
4259 4259
   public function setFolderColorRgb($folderColorRgb)
4260 4260
   {
4261
-    $this->folderColorRgb = $folderColorRgb;
4261
+	$this->folderColorRgb = $folderColorRgb;
4262 4262
   }
4263 4263
   public function getFolderColorRgb()
4264 4264
   {
4265
-    return $this->folderColorRgb;
4265
+	return $this->folderColorRgb;
4266 4266
   }
4267 4267
   public function setFullFileExtension($fullFileExtension)
4268 4268
   {
4269
-    $this->fullFileExtension = $fullFileExtension;
4269
+	$this->fullFileExtension = $fullFileExtension;
4270 4270
   }
4271 4271
   public function getFullFileExtension()
4272 4272
   {
4273
-    return $this->fullFileExtension;
4273
+	return $this->fullFileExtension;
4274 4274
   }
4275 4275
   public function setHeadRevisionId($headRevisionId)
4276 4276
   {
4277
-    $this->headRevisionId = $headRevisionId;
4277
+	$this->headRevisionId = $headRevisionId;
4278 4278
   }
4279 4279
   public function getHeadRevisionId()
4280 4280
   {
4281
-    return $this->headRevisionId;
4281
+	return $this->headRevisionId;
4282 4282
   }
4283 4283
   public function setIconLink($iconLink)
4284 4284
   {
4285
-    $this->iconLink = $iconLink;
4285
+	$this->iconLink = $iconLink;
4286 4286
   }
4287 4287
   public function getIconLink()
4288 4288
   {
4289
-    return $this->iconLink;
4289
+	return $this->iconLink;
4290 4290
   }
4291 4291
   public function setId($id)
4292 4292
   {
4293
-    $this->id = $id;
4293
+	$this->id = $id;
4294 4294
   }
4295 4295
   public function getId()
4296 4296
   {
4297
-    return $this->id;
4297
+	return $this->id;
4298 4298
   }
4299 4299
   public function setImageMediaMetadata(Google_Service_Drive_DriveFileImageMediaMetadata $imageMediaMetadata)
4300 4300
   {
4301
-    $this->imageMediaMetadata = $imageMediaMetadata;
4301
+	$this->imageMediaMetadata = $imageMediaMetadata;
4302 4302
   }
4303 4303
   public function getImageMediaMetadata()
4304 4304
   {
4305
-    return $this->imageMediaMetadata;
4305
+	return $this->imageMediaMetadata;
4306 4306
   }
4307 4307
   public function setIndexableText(Google_Service_Drive_DriveFileIndexableText $indexableText)
4308 4308
   {
4309
-    $this->indexableText = $indexableText;
4309
+	$this->indexableText = $indexableText;
4310 4310
   }
4311 4311
   public function getIndexableText()
4312 4312
   {
4313
-    return $this->indexableText;
4313
+	return $this->indexableText;
4314 4314
   }
4315 4315
   public function setKind($kind)
4316 4316
   {
4317
-    $this->kind = $kind;
4317
+	$this->kind = $kind;
4318 4318
   }
4319 4319
   public function getKind()
4320 4320
   {
4321
-    return $this->kind;
4321
+	return $this->kind;
4322 4322
   }
4323 4323
   public function setLabels(Google_Service_Drive_DriveFileLabels $labels)
4324 4324
   {
4325
-    $this->labels = $labels;
4325
+	$this->labels = $labels;
4326 4326
   }
4327 4327
   public function getLabels()
4328 4328
   {
4329
-    return $this->labels;
4329
+	return $this->labels;
4330 4330
   }
4331 4331
   public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser)
4332 4332
   {
4333
-    $this->lastModifyingUser = $lastModifyingUser;
4333
+	$this->lastModifyingUser = $lastModifyingUser;
4334 4334
   }
4335 4335
   public function getLastModifyingUser()
4336 4336
   {
4337
-    return $this->lastModifyingUser;
4337
+	return $this->lastModifyingUser;
4338 4338
   }
4339 4339
   public function setLastModifyingUserName($lastModifyingUserName)
4340 4340
   {
4341
-    $this->lastModifyingUserName = $lastModifyingUserName;
4341
+	$this->lastModifyingUserName = $lastModifyingUserName;
4342 4342
   }
4343 4343
   public function getLastModifyingUserName()
4344 4344
   {
4345
-    return $this->lastModifyingUserName;
4345
+	return $this->lastModifyingUserName;
4346 4346
   }
4347 4347
   public function setLastViewedByMeDate($lastViewedByMeDate)
4348 4348
   {
4349
-    $this->lastViewedByMeDate = $lastViewedByMeDate;
4349
+	$this->lastViewedByMeDate = $lastViewedByMeDate;
4350 4350
   }
4351 4351
   public function getLastViewedByMeDate()
4352 4352
   {
4353
-    return $this->lastViewedByMeDate;
4353
+	return $this->lastViewedByMeDate;
4354 4354
   }
4355 4355
   public function setMarkedViewedByMeDate($markedViewedByMeDate)
4356 4356
   {
4357
-    $this->markedViewedByMeDate = $markedViewedByMeDate;
4357
+	$this->markedViewedByMeDate = $markedViewedByMeDate;
4358 4358
   }
4359 4359
   public function getMarkedViewedByMeDate()
4360 4360
   {
4361
-    return $this->markedViewedByMeDate;
4361
+	return $this->markedViewedByMeDate;
4362 4362
   }
4363 4363
   public function setMd5Checksum($md5Checksum)
4364 4364
   {
4365
-    $this->md5Checksum = $md5Checksum;
4365
+	$this->md5Checksum = $md5Checksum;
4366 4366
   }
4367 4367
   public function getMd5Checksum()
4368 4368
   {
4369
-    return $this->md5Checksum;
4369
+	return $this->md5Checksum;
4370 4370
   }
4371 4371
   public function setMimeType($mimeType)
4372 4372
   {
4373
-    $this->mimeType = $mimeType;
4373
+	$this->mimeType = $mimeType;
4374 4374
   }
4375 4375
   public function getMimeType()
4376 4376
   {
4377
-    return $this->mimeType;
4377
+	return $this->mimeType;
4378 4378
   }
4379 4379
   public function setModifiedByMeDate($modifiedByMeDate)
4380 4380
   {
4381
-    $this->modifiedByMeDate = $modifiedByMeDate;
4381
+	$this->modifiedByMeDate = $modifiedByMeDate;
4382 4382
   }
4383 4383
   public function getModifiedByMeDate()
4384 4384
   {
4385
-    return $this->modifiedByMeDate;
4385
+	return $this->modifiedByMeDate;
4386 4386
   }
4387 4387
   public function setModifiedDate($modifiedDate)
4388 4388
   {
4389
-    $this->modifiedDate = $modifiedDate;
4389
+	$this->modifiedDate = $modifiedDate;
4390 4390
   }
4391 4391
   public function getModifiedDate()
4392 4392
   {
4393
-    return $this->modifiedDate;
4393
+	return $this->modifiedDate;
4394 4394
   }
4395 4395
   public function setOpenWithLinks($openWithLinks)
4396 4396
   {
4397
-    $this->openWithLinks = $openWithLinks;
4397
+	$this->openWithLinks = $openWithLinks;
4398 4398
   }
4399 4399
   public function getOpenWithLinks()
4400 4400
   {
4401
-    return $this->openWithLinks;
4401
+	return $this->openWithLinks;
4402 4402
   }
4403 4403
   public function setOriginalFilename($originalFilename)
4404 4404
   {
4405
-    $this->originalFilename = $originalFilename;
4405
+	$this->originalFilename = $originalFilename;
4406 4406
   }
4407 4407
   public function getOriginalFilename()
4408 4408
   {
4409
-    return $this->originalFilename;
4409
+	return $this->originalFilename;
4410 4410
   }
4411 4411
   public function setOwnedByMe($ownedByMe)
4412 4412
   {
4413
-    $this->ownedByMe = $ownedByMe;
4413
+	$this->ownedByMe = $ownedByMe;
4414 4414
   }
4415 4415
   public function getOwnedByMe()
4416 4416
   {
4417
-    return $this->ownedByMe;
4417
+	return $this->ownedByMe;
4418 4418
   }
4419 4419
   public function setOwnerNames($ownerNames)
4420 4420
   {
4421
-    $this->ownerNames = $ownerNames;
4421
+	$this->ownerNames = $ownerNames;
4422 4422
   }
4423 4423
   public function getOwnerNames()
4424 4424
   {
4425
-    return $this->ownerNames;
4425
+	return $this->ownerNames;
4426 4426
   }
4427 4427
   public function setOwners($owners)
4428 4428
   {
4429
-    $this->owners = $owners;
4429
+	$this->owners = $owners;
4430 4430
   }
4431 4431
   public function getOwners()
4432 4432
   {
4433
-    return $this->owners;
4433
+	return $this->owners;
4434 4434
   }
4435 4435
   public function setParents($parents)
4436 4436
   {
4437
-    $this->parents = $parents;
4437
+	$this->parents = $parents;
4438 4438
   }
4439 4439
   public function getParents()
4440 4440
   {
4441
-    return $this->parents;
4441
+	return $this->parents;
4442 4442
   }
4443 4443
   public function setPermissions($permissions)
4444 4444
   {
4445
-    $this->permissions = $permissions;
4445
+	$this->permissions = $permissions;
4446 4446
   }
4447 4447
   public function getPermissions()
4448 4448
   {
4449
-    return $this->permissions;
4449
+	return $this->permissions;
4450 4450
   }
4451 4451
   public function setProperties($properties)
4452 4452
   {
4453
-    $this->properties = $properties;
4453
+	$this->properties = $properties;
4454 4454
   }
4455 4455
   public function getProperties()
4456 4456
   {
4457
-    return $this->properties;
4457
+	return $this->properties;
4458 4458
   }
4459 4459
   public function setQuotaBytesUsed($quotaBytesUsed)
4460 4460
   {
4461
-    $this->quotaBytesUsed = $quotaBytesUsed;
4461
+	$this->quotaBytesUsed = $quotaBytesUsed;
4462 4462
   }
4463 4463
   public function getQuotaBytesUsed()
4464 4464
   {
4465
-    return $this->quotaBytesUsed;
4465
+	return $this->quotaBytesUsed;
4466 4466
   }
4467 4467
   public function setSelfLink($selfLink)
4468 4468
   {
4469
-    $this->selfLink = $selfLink;
4469
+	$this->selfLink = $selfLink;
4470 4470
   }
4471 4471
   public function getSelfLink()
4472 4472
   {
4473
-    return $this->selfLink;
4473
+	return $this->selfLink;
4474 4474
   }
4475 4475
   public function setShareable($shareable)
4476 4476
   {
4477
-    $this->shareable = $shareable;
4477
+	$this->shareable = $shareable;
4478 4478
   }
4479 4479
   public function getShareable()
4480 4480
   {
4481
-    return $this->shareable;
4481
+	return $this->shareable;
4482 4482
   }
4483 4483
   public function setShared($shared)
4484 4484
   {
4485
-    $this->shared = $shared;
4485
+	$this->shared = $shared;
4486 4486
   }
4487 4487
   public function getShared()
4488 4488
   {
4489
-    return $this->shared;
4489
+	return $this->shared;
4490 4490
   }
4491 4491
   public function setSharedWithMeDate($sharedWithMeDate)
4492 4492
   {
4493
-    $this->sharedWithMeDate = $sharedWithMeDate;
4493
+	$this->sharedWithMeDate = $sharedWithMeDate;
4494 4494
   }
4495 4495
   public function getSharedWithMeDate()
4496 4496
   {
4497
-    return $this->sharedWithMeDate;
4497
+	return $this->sharedWithMeDate;
4498 4498
   }
4499 4499
   public function setSharingUser(Google_Service_Drive_User $sharingUser)
4500 4500
   {
4501
-    $this->sharingUser = $sharingUser;
4501
+	$this->sharingUser = $sharingUser;
4502 4502
   }
4503 4503
   public function getSharingUser()
4504 4504
   {
4505
-    return $this->sharingUser;
4505
+	return $this->sharingUser;
4506 4506
   }
4507 4507
   public function setSpaces($spaces)
4508 4508
   {
4509
-    $this->spaces = $spaces;
4509
+	$this->spaces = $spaces;
4510 4510
   }
4511 4511
   public function getSpaces()
4512 4512
   {
4513
-    return $this->spaces;
4513
+	return $this->spaces;
4514 4514
   }
4515 4515
   public function setThumbnail(Google_Service_Drive_DriveFileThumbnail $thumbnail)
4516 4516
   {
4517
-    $this->thumbnail = $thumbnail;
4517
+	$this->thumbnail = $thumbnail;
4518 4518
   }
4519 4519
   public function getThumbnail()
4520 4520
   {
4521
-    return $this->thumbnail;
4521
+	return $this->thumbnail;
4522 4522
   }
4523 4523
   public function setThumbnailLink($thumbnailLink)
4524 4524
   {
4525
-    $this->thumbnailLink = $thumbnailLink;
4525
+	$this->thumbnailLink = $thumbnailLink;
4526 4526
   }
4527 4527
   public function getThumbnailLink()
4528 4528
   {
4529
-    return $this->thumbnailLink;
4529
+	return $this->thumbnailLink;
4530 4530
   }
4531 4531
   public function setTitle($title)
4532 4532
   {
4533
-    $this->title = $title;
4533
+	$this->title = $title;
4534 4534
   }
4535 4535
   public function getTitle()
4536 4536
   {
4537
-    return $this->title;
4537
+	return $this->title;
4538 4538
   }
4539 4539
   public function setUserPermission(Google_Service_Drive_Permission $userPermission)
4540 4540
   {
4541
-    $this->userPermission = $userPermission;
4541
+	$this->userPermission = $userPermission;
4542 4542
   }
4543 4543
   public function getUserPermission()
4544 4544
   {
4545
-    return $this->userPermission;
4545
+	return $this->userPermission;
4546 4546
   }
4547 4547
   public function setVersion($version)
4548 4548
   {
4549
-    $this->version = $version;
4549
+	$this->version = $version;
4550 4550
   }
4551 4551
   public function getVersion()
4552 4552
   {
4553
-    return $this->version;
4553
+	return $this->version;
4554 4554
   }
4555 4555
   public function setVideoMediaMetadata(Google_Service_Drive_DriveFileVideoMediaMetadata $videoMediaMetadata)
4556 4556
   {
4557
-    $this->videoMediaMetadata = $videoMediaMetadata;
4557
+	$this->videoMediaMetadata = $videoMediaMetadata;
4558 4558
   }
4559 4559
   public function getVideoMediaMetadata()
4560 4560
   {
4561
-    return $this->videoMediaMetadata;
4561
+	return $this->videoMediaMetadata;
4562 4562
   }
4563 4563
   public function setWebContentLink($webContentLink)
4564 4564
   {
4565
-    $this->webContentLink = $webContentLink;
4565
+	$this->webContentLink = $webContentLink;
4566 4566
   }
4567 4567
   public function getWebContentLink()
4568 4568
   {
4569
-    return $this->webContentLink;
4569
+	return $this->webContentLink;
4570 4570
   }
4571 4571
   public function setWebViewLink($webViewLink)
4572 4572
   {
4573
-    $this->webViewLink = $webViewLink;
4573
+	$this->webViewLink = $webViewLink;
4574 4574
   }
4575 4575
   public function getWebViewLink()
4576 4576
   {
4577
-    return $this->webViewLink;
4577
+	return $this->webViewLink;
4578 4578
   }
4579 4579
   public function setWritersCanShare($writersCanShare)
4580 4580
   {
4581
-    $this->writersCanShare = $writersCanShare;
4581
+	$this->writersCanShare = $writersCanShare;
4582 4582
   }
4583 4583
   public function getWritersCanShare()
4584 4584
   {
4585
-    return $this->writersCanShare;
4585
+	return $this->writersCanShare;
4586 4586
   }
4587 4587
 }
4588 4588
 
@@ -4620,171 +4620,171 @@  discard block
 block discarded – undo
4620 4620
 
4621 4621
   public function setAperture($aperture)
4622 4622
   {
4623
-    $this->aperture = $aperture;
4623
+	$this->aperture = $aperture;
4624 4624
   }
4625 4625
   public function getAperture()
4626 4626
   {
4627
-    return $this->aperture;
4627
+	return $this->aperture;
4628 4628
   }
4629 4629
   public function setCameraMake($cameraMake)
4630 4630
   {
4631
-    $this->cameraMake = $cameraMake;
4631
+	$this->cameraMake = $cameraMake;
4632 4632
   }
4633 4633
   public function getCameraMake()
4634 4634
   {
4635
-    return $this->cameraMake;
4635
+	return $this->cameraMake;
4636 4636
   }
4637 4637
   public function setCameraModel($cameraModel)
4638 4638
   {
4639
-    $this->cameraModel = $cameraModel;
4639
+	$this->cameraModel = $cameraModel;
4640 4640
   }
4641 4641
   public function getCameraModel()
4642 4642
   {
4643
-    return $this->cameraModel;
4643
+	return $this->cameraModel;
4644 4644
   }
4645 4645
   public function setColorSpace($colorSpace)
4646 4646
   {
4647
-    $this->colorSpace = $colorSpace;
4647
+	$this->colorSpace = $colorSpace;
4648 4648
   }
4649 4649
   public function getColorSpace()
4650 4650
   {
4651
-    return $this->colorSpace;
4651
+	return $this->colorSpace;
4652 4652
   }
4653 4653
   public function setDate($date)
4654 4654
   {
4655
-    $this->date = $date;
4655
+	$this->date = $date;
4656 4656
   }
4657 4657
   public function getDate()
4658 4658
   {
4659
-    return $this->date;
4659
+	return $this->date;
4660 4660
   }
4661 4661
   public function setExposureBias($exposureBias)
4662 4662
   {
4663
-    $this->exposureBias = $exposureBias;
4663
+	$this->exposureBias = $exposureBias;
4664 4664
   }
4665 4665
   public function getExposureBias()
4666 4666
   {
4667
-    return $this->exposureBias;
4667
+	return $this->exposureBias;
4668 4668
   }
4669 4669
   public function setExposureMode($exposureMode)
4670 4670
   {
4671
-    $this->exposureMode = $exposureMode;
4671
+	$this->exposureMode = $exposureMode;
4672 4672
   }
4673 4673
   public function getExposureMode()
4674 4674
   {
4675
-    return $this->exposureMode;
4675
+	return $this->exposureMode;
4676 4676
   }
4677 4677
   public function setExposureTime($exposureTime)
4678 4678
   {
4679
-    $this->exposureTime = $exposureTime;
4679
+	$this->exposureTime = $exposureTime;
4680 4680
   }
4681 4681
   public function getExposureTime()
4682 4682
   {
4683
-    return $this->exposureTime;
4683
+	return $this->exposureTime;
4684 4684
   }
4685 4685
   public function setFlashUsed($flashUsed)
4686 4686
   {
4687
-    $this->flashUsed = $flashUsed;
4687
+	$this->flashUsed = $flashUsed;
4688 4688
   }
4689 4689
   public function getFlashUsed()
4690 4690
   {
4691
-    return $this->flashUsed;
4691
+	return $this->flashUsed;
4692 4692
   }
4693 4693
   public function setFocalLength($focalLength)
4694 4694
   {
4695
-    $this->focalLength = $focalLength;
4695
+	$this->focalLength = $focalLength;
4696 4696
   }
4697 4697
   public function getFocalLength()
4698 4698
   {
4699
-    return $this->focalLength;
4699
+	return $this->focalLength;
4700 4700
   }
4701 4701
   public function setHeight($height)
4702 4702
   {
4703
-    $this->height = $height;
4703
+	$this->height = $height;
4704 4704
   }
4705 4705
   public function getHeight()
4706 4706
   {
4707
-    return $this->height;
4707
+	return $this->height;
4708 4708
   }
4709 4709
   public function setIsoSpeed($isoSpeed)
4710 4710
   {
4711
-    $this->isoSpeed = $isoSpeed;
4711
+	$this->isoSpeed = $isoSpeed;
4712 4712
   }
4713 4713
   public function getIsoSpeed()
4714 4714
   {
4715
-    return $this->isoSpeed;
4715
+	return $this->isoSpeed;
4716 4716
   }
4717 4717
   public function setLens($lens)
4718 4718
   {
4719
-    $this->lens = $lens;
4719
+	$this->lens = $lens;
4720 4720
   }
4721 4721
   public function getLens()
4722 4722
   {
4723
-    return $this->lens;
4723
+	return $this->lens;
4724 4724
   }
4725 4725
   public function setLocation(Google_Service_Drive_DriveFileImageMediaMetadataLocation $location)
4726 4726
   {
4727
-    $this->location = $location;
4727
+	$this->location = $location;
4728 4728
   }
4729 4729
   public function getLocation()
4730 4730
   {
4731
-    return $this->location;
4731
+	return $this->location;
4732 4732
   }
4733 4733
   public function setMaxApertureValue($maxApertureValue)
4734 4734
   {
4735
-    $this->maxApertureValue = $maxApertureValue;
4735
+	$this->maxApertureValue = $maxApertureValue;
4736 4736
   }
4737 4737
   public function getMaxApertureValue()
4738 4738
   {
4739
-    return $this->maxApertureValue;
4739
+	return $this->maxApertureValue;
4740 4740
   }
4741 4741
   public function setMeteringMode($meteringMode)
4742 4742
   {
4743
-    $this->meteringMode = $meteringMode;
4743
+	$this->meteringMode = $meteringMode;
4744 4744
   }
4745 4745
   public function getMeteringMode()
4746 4746
   {
4747
-    return $this->meteringMode;
4747
+	return $this->meteringMode;
4748 4748
   }
4749 4749
   public function setRotation($rotation)
4750 4750
   {
4751
-    $this->rotation = $rotation;
4751
+	$this->rotation = $rotation;
4752 4752
   }
4753 4753
   public function getRotation()
4754 4754
   {
4755
-    return $this->rotation;
4755
+	return $this->rotation;
4756 4756
   }
4757 4757
   public function setSensor($sensor)
4758 4758
   {
4759
-    $this->sensor = $sensor;
4759
+	$this->sensor = $sensor;
4760 4760
   }
4761 4761
   public function getSensor()
4762 4762
   {
4763
-    return $this->sensor;
4763
+	return $this->sensor;
4764 4764
   }
4765 4765
   public function setSubjectDistance($subjectDistance)
4766 4766
   {
4767
-    $this->subjectDistance = $subjectDistance;
4767
+	$this->subjectDistance = $subjectDistance;
4768 4768
   }
4769 4769
   public function getSubjectDistance()
4770 4770
   {
4771
-    return $this->subjectDistance;
4771
+	return $this->subjectDistance;
4772 4772
   }
4773 4773
   public function setWhiteBalance($whiteBalance)
4774 4774
   {
4775
-    $this->whiteBalance = $whiteBalance;
4775
+	$this->whiteBalance = $whiteBalance;
4776 4776
   }
4777 4777
   public function getWhiteBalance()
4778 4778
   {
4779
-    return $this->whiteBalance;
4779
+	return $this->whiteBalance;
4780 4780
   }
4781 4781
   public function setWidth($width)
4782 4782
   {
4783
-    $this->width = $width;
4783
+	$this->width = $width;
4784 4784
   }
4785 4785
   public function getWidth()
4786 4786
   {
4787
-    return $this->width;
4787
+	return $this->width;
4788 4788
   }
4789 4789
 }
4790 4790
 
@@ -4799,27 +4799,27 @@  discard block
 block discarded – undo
4799 4799
 
4800 4800
   public function setAltitude($altitude)
4801 4801
   {
4802
-    $this->altitude = $altitude;
4802
+	$this->altitude = $altitude;
4803 4803
   }
4804 4804
   public function getAltitude()
4805 4805
   {
4806
-    return $this->altitude;
4806
+	return $this->altitude;
4807 4807
   }
4808 4808
   public function setLatitude($latitude)
4809 4809
   {
4810
-    $this->latitude = $latitude;
4810
+	$this->latitude = $latitude;
4811 4811
   }
4812 4812
   public function getLatitude()
4813 4813
   {
4814
-    return $this->latitude;
4814
+	return $this->latitude;
4815 4815
   }
4816 4816
   public function setLongitude($longitude)
4817 4817
   {
4818
-    $this->longitude = $longitude;
4818
+	$this->longitude = $longitude;
4819 4819
   }
4820 4820
   public function getLongitude()
4821 4821
   {
4822
-    return $this->longitude;
4822
+	return $this->longitude;
4823 4823
   }
4824 4824
 }
4825 4825
 
@@ -4832,11 +4832,11 @@  discard block
 block discarded – undo
4832 4832
 
4833 4833
   public function setText($text)
4834 4834
   {
4835
-    $this->text = $text;
4835
+	$this->text = $text;
4836 4836
   }
4837 4837
   public function getText()
4838 4838
   {
4839
-    return $this->text;
4839
+	return $this->text;
4840 4840
   }
4841 4841
 }
4842 4842
 
@@ -4853,43 +4853,43 @@  discard block
 block discarded – undo
4853 4853
 
4854 4854
   public function setHidden($hidden)
4855 4855
   {
4856
-    $this->hidden = $hidden;
4856
+	$this->hidden = $hidden;
4857 4857
   }
4858 4858
   public function getHidden()
4859 4859
   {
4860
-    return $this->hidden;
4860
+	return $this->hidden;
4861 4861
   }
4862 4862
   public function setRestricted($restricted)
4863 4863
   {
4864
-    $this->restricted = $restricted;
4864
+	$this->restricted = $restricted;
4865 4865
   }
4866 4866
   public function getRestricted()
4867 4867
   {
4868
-    return $this->restricted;
4868
+	return $this->restricted;
4869 4869
   }
4870 4870
   public function setStarred($starred)
4871 4871
   {
4872
-    $this->starred = $starred;
4872
+	$this->starred = $starred;
4873 4873
   }
4874 4874
   public function getStarred()
4875 4875
   {
4876
-    return $this->starred;
4876
+	return $this->starred;
4877 4877
   }
4878 4878
   public function setTrashed($trashed)
4879 4879
   {
4880
-    $this->trashed = $trashed;
4880
+	$this->trashed = $trashed;
4881 4881
   }
4882 4882
   public function getTrashed()
4883 4883
   {
4884
-    return $this->trashed;
4884
+	return $this->trashed;
4885 4885
   }
4886 4886
   public function setViewed($viewed)
4887 4887
   {
4888
-    $this->viewed = $viewed;
4888
+	$this->viewed = $viewed;
4889 4889
   }
4890 4890
   public function getViewed()
4891 4891
   {
4892
-    return $this->viewed;
4892
+	return $this->viewed;
4893 4893
   }
4894 4894
 }
4895 4895
 
@@ -4907,19 +4907,19 @@  discard block
 block discarded – undo
4907 4907
 
4908 4908
   public function setImage($image)
4909 4909
   {
4910
-    $this->image = $image;
4910
+	$this->image = $image;
4911 4911
   }
4912 4912
   public function getImage()
4913 4913
   {
4914
-    return $this->image;
4914
+	return $this->image;
4915 4915
   }
4916 4916
   public function setMimeType($mimeType)
4917 4917
   {
4918
-    $this->mimeType = $mimeType;
4918
+	$this->mimeType = $mimeType;
4919 4919
   }
4920 4920
   public function getMimeType()
4921 4921
   {
4922
-    return $this->mimeType;
4922
+	return $this->mimeType;
4923 4923
   }
4924 4924
 }
4925 4925
 
@@ -4934,27 +4934,27 @@  discard block
 block discarded – undo
4934 4934
 
4935 4935
   public function setDurationMillis($durationMillis)
4936 4936
   {
4937
-    $this->durationMillis = $durationMillis;
4937
+	$this->durationMillis = $durationMillis;
4938 4938
   }
4939 4939
   public function getDurationMillis()
4940 4940
   {
4941
-    return $this->durationMillis;
4941
+	return $this->durationMillis;
4942 4942
   }
4943 4943
   public function setHeight($height)
4944 4944
   {
4945
-    $this->height = $height;
4945
+	$this->height = $height;
4946 4946
   }
4947 4947
   public function getHeight()
4948 4948
   {
4949
-    return $this->height;
4949
+	return $this->height;
4950 4950
   }
4951 4951
   public function setWidth($width)
4952 4952
   {
4953
-    $this->width = $width;
4953
+	$this->width = $width;
4954 4954
   }
4955 4955
   public function getWidth()
4956 4956
   {
4957
-    return $this->width;
4957
+	return $this->width;
4958 4958
   }
4959 4959
 }
4960 4960
 
@@ -4974,51 +4974,51 @@  discard block
 block discarded – undo
4974 4974
 
4975 4975
   public function setEtag($etag)
4976 4976
   {
4977
-    $this->etag = $etag;
4977
+	$this->etag = $etag;
4978 4978
   }
4979 4979
   public function getEtag()
4980 4980
   {
4981
-    return $this->etag;
4981
+	return $this->etag;
4982 4982
   }
4983 4983
   public function setItems($items)
4984 4984
   {
4985
-    $this->items = $items;
4985
+	$this->items = $items;
4986 4986
   }
4987 4987
   public function getItems()
4988 4988
   {
4989
-    return $this->items;
4989
+	return $this->items;
4990 4990
   }
4991 4991
   public function setKind($kind)
4992 4992
   {
4993
-    $this->kind = $kind;
4993
+	$this->kind = $kind;
4994 4994
   }
4995 4995
   public function getKind()
4996 4996
   {
4997
-    return $this->kind;
4997
+	return $this->kind;
4998 4998
   }
4999 4999
   public function setNextLink($nextLink)
5000 5000
   {
5001
-    $this->nextLink = $nextLink;
5001
+	$this->nextLink = $nextLink;
5002 5002
   }
5003 5003
   public function getNextLink()
5004 5004
   {
5005
-    return $this->nextLink;
5005
+	return $this->nextLink;
5006 5006
   }
5007 5007
   public function setNextPageToken($nextPageToken)
5008 5008
   {
5009
-    $this->nextPageToken = $nextPageToken;
5009
+	$this->nextPageToken = $nextPageToken;
5010 5010
   }
5011 5011
   public function getNextPageToken()
5012 5012
   {
5013
-    return $this->nextPageToken;
5013
+	return $this->nextPageToken;
5014 5014
   }
5015 5015
   public function setSelfLink($selfLink)
5016 5016
   {
5017
-    $this->selfLink = $selfLink;
5017
+	$this->selfLink = $selfLink;
5018 5018
   }
5019 5019
   public function getSelfLink()
5020 5020
   {
5021
-    return $this->selfLink;
5021
+	return $this->selfLink;
5022 5022
   }
5023 5023
 }
5024 5024
 
@@ -5034,27 +5034,27 @@  discard block
 block discarded – undo
5034 5034
 
5035 5035
   public function setIds($ids)
5036 5036
   {
5037
-    $this->ids = $ids;
5037
+	$this->ids = $ids;
5038 5038
   }
5039 5039
   public function getIds()
5040 5040
   {
5041
-    return $this->ids;
5041
+	return $this->ids;
5042 5042
   }
5043 5043
   public function setKind($kind)
5044 5044
   {
5045
-    $this->kind = $kind;
5045
+	$this->kind = $kind;
5046 5046
   }
5047 5047
   public function getKind()
5048 5048
   {
5049
-    return $this->kind;
5049
+	return $this->kind;
5050 5050
   }
5051 5051
   public function setSpace($space)
5052 5052
   {
5053
-    $this->space = $space;
5053
+	$this->space = $space;
5054 5054
   }
5055 5055
   public function getSpace()
5056 5056
   {
5057
-    return $this->space;
5057
+	return $this->space;
5058 5058
   }
5059 5059
 }
5060 5060
 
@@ -5072,35 +5072,35 @@  discard block
 block discarded – undo
5072 5072
 
5073 5073
   public function setEtag($etag)
5074 5074
   {
5075
-    $this->etag = $etag;
5075
+	$this->etag = $etag;
5076 5076
   }
5077 5077
   public function getEtag()
5078 5078
   {
5079
-    return $this->etag;
5079
+	return $this->etag;
5080 5080
   }
5081 5081
   public function setItems($items)
5082 5082
   {
5083
-    $this->items = $items;
5083
+	$this->items = $items;
5084 5084
   }
5085 5085
   public function getItems()
5086 5086
   {
5087
-    return $this->items;
5087
+	return $this->items;
5088 5088
   }
5089 5089
   public function setKind($kind)
5090 5090
   {
5091
-    $this->kind = $kind;
5091
+	$this->kind = $kind;
5092 5092
   }
5093 5093
   public function getKind()
5094 5094
   {
5095
-    return $this->kind;
5095
+	return $this->kind;
5096 5096
   }
5097 5097
   public function setSelfLink($selfLink)
5098 5098
   {
5099
-    $this->selfLink = $selfLink;
5099
+	$this->selfLink = $selfLink;
5100 5100
   }
5101 5101
   public function getSelfLink()
5102 5102
   {
5103
-    return $this->selfLink;
5103
+	return $this->selfLink;
5104 5104
   }
5105 5105
 }
5106 5106
 
@@ -5117,43 +5117,43 @@  discard block
 block discarded – undo
5117 5117
 
5118 5118
   public function setId($id)
5119 5119
   {
5120
-    $this->id = $id;
5120
+	$this->id = $id;
5121 5121
   }
5122 5122
   public function getId()
5123 5123
   {
5124
-    return $this->id;
5124
+	return $this->id;
5125 5125
   }
5126 5126
   public function setIsRoot($isRoot)
5127 5127
   {
5128
-    $this->isRoot = $isRoot;
5128
+	$this->isRoot = $isRoot;
5129 5129
   }
5130 5130
   public function getIsRoot()
5131 5131
   {
5132
-    return $this->isRoot;
5132
+	return $this->isRoot;
5133 5133
   }
5134 5134
   public function setKind($kind)
5135 5135
   {
5136
-    $this->kind = $kind;
5136
+	$this->kind = $kind;
5137 5137
   }
5138 5138
   public function getKind()
5139 5139
   {
5140
-    return $this->kind;
5140
+	return $this->kind;
5141 5141
   }
5142 5142
   public function setParentLink($parentLink)
5143 5143
   {
5144
-    $this->parentLink = $parentLink;
5144
+	$this->parentLink = $parentLink;
5145 5145
   }
5146 5146
   public function getParentLink()
5147 5147
   {
5148
-    return $this->parentLink;
5148
+	return $this->parentLink;
5149 5149
   }
5150 5150
   public function setSelfLink($selfLink)
5151 5151
   {
5152
-    $this->selfLink = $selfLink;
5152
+	$this->selfLink = $selfLink;
5153 5153
   }
5154 5154
   public function getSelfLink()
5155 5155
   {
5156
-    return $this->selfLink;
5156
+	return $this->selfLink;
5157 5157
   }
5158 5158
 }
5159 5159
 
@@ -5180,115 +5180,115 @@  discard block
 block discarded – undo
5180 5180
 
5181 5181
   public function setAdditionalRoles($additionalRoles)
5182 5182
   {
5183
-    $this->additionalRoles = $additionalRoles;
5183
+	$this->additionalRoles = $additionalRoles;
5184 5184
   }
5185 5185
   public function getAdditionalRoles()
5186 5186
   {
5187
-    return $this->additionalRoles;
5187
+	return $this->additionalRoles;
5188 5188
   }
5189 5189
   public function setAuthKey($authKey)
5190 5190
   {
5191
-    $this->authKey = $authKey;
5191
+	$this->authKey = $authKey;
5192 5192
   }
5193 5193
   public function getAuthKey()
5194 5194
   {
5195
-    return $this->authKey;
5195
+	return $this->authKey;
5196 5196
   }
5197 5197
   public function setDomain($domain)
5198 5198
   {
5199
-    $this->domain = $domain;
5199
+	$this->domain = $domain;
5200 5200
   }
5201 5201
   public function getDomain()
5202 5202
   {
5203
-    return $this->domain;
5203
+	return $this->domain;
5204 5204
   }
5205 5205
   public function setEmailAddress($emailAddress)
5206 5206
   {
5207
-    $this->emailAddress = $emailAddress;
5207
+	$this->emailAddress = $emailAddress;
5208 5208
   }
5209 5209
   public function getEmailAddress()
5210 5210
   {
5211
-    return $this->emailAddress;
5211
+	return $this->emailAddress;
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 setName($name)
5238 5238
   {
5239
-    $this->name = $name;
5239
+	$this->name = $name;
5240 5240
   }
5241 5241
   public function getName()
5242 5242
   {
5243
-    return $this->name;
5243
+	return $this->name;
5244 5244
   }
5245 5245
   public function setPhotoLink($photoLink)
5246 5246
   {
5247
-    $this->photoLink = $photoLink;
5247
+	$this->photoLink = $photoLink;
5248 5248
   }
5249 5249
   public function getPhotoLink()
5250 5250
   {
5251
-    return $this->photoLink;
5251
+	return $this->photoLink;
5252 5252
   }
5253 5253
   public function setRole($role)
5254 5254
   {
5255
-    $this->role = $role;
5255
+	$this->role = $role;
5256 5256
   }
5257 5257
   public function getRole()
5258 5258
   {
5259
-    return $this->role;
5259
+	return $this->role;
5260 5260
   }
5261 5261
   public function setSelfLink($selfLink)
5262 5262
   {
5263
-    $this->selfLink = $selfLink;
5263
+	$this->selfLink = $selfLink;
5264 5264
   }
5265 5265
   public function getSelfLink()
5266 5266
   {
5267
-    return $this->selfLink;
5267
+	return $this->selfLink;
5268 5268
   }
5269 5269
   public function setType($type)
5270 5270
   {
5271
-    $this->type = $type;
5271
+	$this->type = $type;
5272 5272
   }
5273 5273
   public function getType()
5274 5274
   {
5275
-    return $this->type;
5275
+	return $this->type;
5276 5276
   }
5277 5277
   public function setValue($value)
5278 5278
   {
5279
-    $this->value = $value;
5279
+	$this->value = $value;
5280 5280
   }
5281 5281
   public function getValue()
5282 5282
   {
5283
-    return $this->value;
5283
+	return $this->value;
5284 5284
   }
5285 5285
   public function setWithLink($withLink)
5286 5286
   {
5287
-    $this->withLink = $withLink;
5287
+	$this->withLink = $withLink;
5288 5288
   }
5289 5289
   public function getWithLink()
5290 5290
   {
5291
-    return $this->withLink;
5291
+	return $this->withLink;
5292 5292
   }
5293 5293
 }
5294 5294
 
@@ -5302,19 +5302,19 @@  discard block
 block discarded – undo
5302 5302
 
5303 5303
   public function setId($id)
5304 5304
   {
5305
-    $this->id = $id;
5305
+	$this->id = $id;
5306 5306
   }
5307 5307
   public function getId()
5308 5308
   {
5309
-    return $this->id;
5309
+	return $this->id;
5310 5310
   }
5311 5311
   public function setKind($kind)
5312 5312
   {
5313
-    $this->kind = $kind;
5313
+	$this->kind = $kind;
5314 5314
   }
5315 5315
   public function getKind()
5316 5316
   {
5317
-    return $this->kind;
5317
+	return $this->kind;
5318 5318
   }
5319 5319
 }
5320 5320
 
@@ -5332,35 +5332,35 @@  discard block
 block discarded – undo
5332 5332
 
5333 5333
   public function setEtag($etag)
5334 5334
   {
5335
-    $this->etag = $etag;
5335
+	$this->etag = $etag;
5336 5336
   }
5337 5337
   public function getEtag()
5338 5338
   {
5339
-    return $this->etag;
5339
+	return $this->etag;
5340 5340
   }
5341 5341
   public function setItems($items)
5342 5342
   {
5343
-    $this->items = $items;
5343
+	$this->items = $items;
5344 5344
   }
5345 5345
   public function getItems()
5346 5346
   {
5347
-    return $this->items;
5347
+	return $this->items;
5348 5348
   }
5349 5349
   public function setKind($kind)
5350 5350
   {
5351
-    $this->kind = $kind;
5351
+	$this->kind = $kind;
5352 5352
   }
5353 5353
   public function getKind()
5354 5354
   {
5355
-    return $this->kind;
5355
+	return $this->kind;
5356 5356
   }
5357 5357
   public function setSelfLink($selfLink)
5358 5358
   {
5359
-    $this->selfLink = $selfLink;
5359
+	$this->selfLink = $selfLink;
5360 5360
   }
5361 5361
   public function getSelfLink()
5362 5362
   {
5363
-    return $this->selfLink;
5363
+	return $this->selfLink;
5364 5364
   }
5365 5365
 }
5366 5366
 
@@ -5378,51 +5378,51 @@  discard block
 block discarded – undo
5378 5378
 
5379 5379
   public function setEtag($etag)
5380 5380
   {
5381
-    $this->etag = $etag;
5381
+	$this->etag = $etag;
5382 5382
   }
5383 5383
   public function getEtag()
5384 5384
   {
5385
-    return $this->etag;
5385
+	return $this->etag;
5386 5386
   }
5387 5387
   public function setKey($key)
5388 5388
   {
5389
-    $this->key = $key;
5389
+	$this->key = $key;
5390 5390
   }
5391 5391
   public function getKey()
5392 5392
   {
5393
-    return $this->key;
5393
+	return $this->key;
5394 5394
   }
5395 5395
   public function setKind($kind)
5396 5396
   {
5397
-    $this->kind = $kind;
5397
+	$this->kind = $kind;
5398 5398
   }
5399 5399
   public function getKind()
5400 5400
   {
5401
-    return $this->kind;
5401
+	return $this->kind;
5402 5402
   }
5403 5403
   public function setSelfLink($selfLink)
5404 5404
   {
5405
-    $this->selfLink = $selfLink;
5405
+	$this->selfLink = $selfLink;
5406 5406
   }
5407 5407
   public function getSelfLink()
5408 5408
   {
5409
-    return $this->selfLink;
5409
+	return $this->selfLink;
5410 5410
   }
5411 5411
   public function setValue($value)
5412 5412
   {
5413
-    $this->value = $value;
5413
+	$this->value = $value;
5414 5414
   }
5415 5415
   public function getValue()
5416 5416
   {
5417
-    return $this->value;
5417
+	return $this->value;
5418 5418
   }
5419 5419
   public function setVisibility($visibility)
5420 5420
   {
5421
-    $this->visibility = $visibility;
5421
+	$this->visibility = $visibility;
5422 5422
   }
5423 5423
   public function getVisibility()
5424 5424
   {
5425
-    return $this->visibility;
5425
+	return $this->visibility;
5426 5426
   }
5427 5427
 }
5428 5428
 
@@ -5440,35 +5440,35 @@  discard block
 block discarded – undo
5440 5440
 
5441 5441
   public function setEtag($etag)
5442 5442
   {
5443
-    $this->etag = $etag;
5443
+	$this->etag = $etag;
5444 5444
   }
5445 5445
   public function getEtag()
5446 5446
   {
5447
-    return $this->etag;
5447
+	return $this->etag;
5448 5448
   }
5449 5449
   public function setItems($items)
5450 5450
   {
5451
-    $this->items = $items;
5451
+	$this->items = $items;
5452 5452
   }
5453 5453
   public function getItems()
5454 5454
   {
5455
-    return $this->items;
5455
+	return $this->items;
5456 5456
   }
5457 5457
   public function setKind($kind)
5458 5458
   {
5459
-    $this->kind = $kind;
5459
+	$this->kind = $kind;
5460 5460
   }
5461 5461
   public function getKind()
5462 5462
   {
5463
-    return $this->kind;
5463
+	return $this->kind;
5464 5464
   }
5465 5465
   public function setSelfLink($selfLink)
5466 5466
   {
5467
-    $this->selfLink = $selfLink;
5467
+	$this->selfLink = $selfLink;
5468 5468
   }
5469 5469
   public function getSelfLink()
5470 5470
   {
5471
-    return $this->selfLink;
5471
+	return $this->selfLink;
5472 5472
   }
5473 5473
 }
5474 5474
 
@@ -5499,147 +5499,147 @@  discard block
 block discarded – undo
5499 5499
 
5500 5500
   public function setDownloadUrl($downloadUrl)
5501 5501
   {
5502
-    $this->downloadUrl = $downloadUrl;
5502
+	$this->downloadUrl = $downloadUrl;
5503 5503
   }
5504 5504
   public function getDownloadUrl()
5505 5505
   {
5506
-    return $this->downloadUrl;
5506
+	return $this->downloadUrl;
5507 5507
   }
5508 5508
   public function setEtag($etag)
5509 5509
   {
5510
-    $this->etag = $etag;
5510
+	$this->etag = $etag;
5511 5511
   }
5512 5512
   public function getEtag()
5513 5513
   {
5514
-    return $this->etag;
5514
+	return $this->etag;
5515 5515
   }
5516 5516
   public function setExportLinks($exportLinks)
5517 5517
   {
5518
-    $this->exportLinks = $exportLinks;
5518
+	$this->exportLinks = $exportLinks;
5519 5519
   }
5520 5520
   public function getExportLinks()
5521 5521
   {
5522
-    return $this->exportLinks;
5522
+	return $this->exportLinks;
5523 5523
   }
5524 5524
   public function setFileSize($fileSize)
5525 5525
   {
5526
-    $this->fileSize = $fileSize;
5526
+	$this->fileSize = $fileSize;
5527 5527
   }
5528 5528
   public function getFileSize()
5529 5529
   {
5530
-    return $this->fileSize;
5530
+	return $this->fileSize;
5531 5531
   }
5532 5532
   public function setId($id)
5533 5533
   {
5534
-    $this->id = $id;
5534
+	$this->id = $id;
5535 5535
   }
5536 5536
   public function getId()
5537 5537
   {
5538
-    return $this->id;
5538
+	return $this->id;
5539 5539
   }
5540 5540
   public function setKind($kind)
5541 5541
   {
5542
-    $this->kind = $kind;
5542
+	$this->kind = $kind;
5543 5543
   }
5544 5544
   public function getKind()
5545 5545
   {
5546
-    return $this->kind;
5546
+	return $this->kind;
5547 5547
   }
5548 5548
   public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser)
5549 5549
   {
5550
-    $this->lastModifyingUser = $lastModifyingUser;
5550
+	$this->lastModifyingUser = $lastModifyingUser;
5551 5551
   }
5552 5552
   public function getLastModifyingUser()
5553 5553
   {
5554
-    return $this->lastModifyingUser;
5554
+	return $this->lastModifyingUser;
5555 5555
   }
5556 5556
   public function setLastModifyingUserName($lastModifyingUserName)
5557 5557
   {
5558
-    $this->lastModifyingUserName = $lastModifyingUserName;
5558
+	$this->lastModifyingUserName = $lastModifyingUserName;
5559 5559
   }
5560 5560
   public function getLastModifyingUserName()
5561 5561
   {
5562
-    return $this->lastModifyingUserName;
5562
+	return $this->lastModifyingUserName;
5563 5563
   }
5564 5564
   public function setMd5Checksum($md5Checksum)
5565 5565
   {
5566
-    $this->md5Checksum = $md5Checksum;
5566
+	$this->md5Checksum = $md5Checksum;
5567 5567
   }
5568 5568
   public function getMd5Checksum()
5569 5569
   {
5570
-    return $this->md5Checksum;
5570
+	return $this->md5Checksum;
5571 5571
   }
5572 5572
   public function setMimeType($mimeType)
5573 5573
   {
5574
-    $this->mimeType = $mimeType;
5574
+	$this->mimeType = $mimeType;
5575 5575
   }
5576 5576
   public function getMimeType()
5577 5577
   {
5578
-    return $this->mimeType;
5578
+	return $this->mimeType;
5579 5579
   }
5580 5580
   public function setModifiedDate($modifiedDate)
5581 5581
   {
5582
-    $this->modifiedDate = $modifiedDate;
5582
+	$this->modifiedDate = $modifiedDate;
5583 5583
   }
5584 5584
   public function getModifiedDate()
5585 5585
   {
5586
-    return $this->modifiedDate;
5586
+	return $this->modifiedDate;
5587 5587
   }
5588 5588
   public function setOriginalFilename($originalFilename)
5589 5589
   {
5590
-    $this->originalFilename = $originalFilename;
5590
+	$this->originalFilename = $originalFilename;
5591 5591
   }
5592 5592
   public function getOriginalFilename()
5593 5593
   {
5594
-    return $this->originalFilename;
5594
+	return $this->originalFilename;
5595 5595
   }
5596 5596
   public function setPinned($pinned)
5597 5597
   {
5598
-    $this->pinned = $pinned;
5598
+	$this->pinned = $pinned;
5599 5599
   }
5600 5600
   public function getPinned()
5601 5601
   {
5602
-    return $this->pinned;
5602
+	return $this->pinned;
5603 5603
   }
5604 5604
   public function setPublishAuto($publishAuto)
5605 5605
   {
5606
-    $this->publishAuto = $publishAuto;
5606
+	$this->publishAuto = $publishAuto;
5607 5607
   }
5608 5608
   public function getPublishAuto()
5609 5609
   {
5610
-    return $this->publishAuto;
5610
+	return $this->publishAuto;
5611 5611
   }
5612 5612
   public function setPublished($published)
5613 5613
   {
5614
-    $this->published = $published;
5614
+	$this->published = $published;
5615 5615
   }
5616 5616
   public function getPublished()
5617 5617
   {
5618
-    return $this->published;
5618
+	return $this->published;
5619 5619
   }
5620 5620
   public function setPublishedLink($publishedLink)
5621 5621
   {
5622
-    $this->publishedLink = $publishedLink;
5622
+	$this->publishedLink = $publishedLink;
5623 5623
   }
5624 5624
   public function getPublishedLink()
5625 5625
   {
5626
-    return $this->publishedLink;
5626
+	return $this->publishedLink;
5627 5627
   }
5628 5628
   public function setPublishedOutsideDomain($publishedOutsideDomain)
5629 5629
   {
5630
-    $this->publishedOutsideDomain = $publishedOutsideDomain;
5630
+	$this->publishedOutsideDomain = $publishedOutsideDomain;
5631 5631
   }
5632 5632
   public function getPublishedOutsideDomain()
5633 5633
   {
5634
-    return $this->publishedOutsideDomain;
5634
+	return $this->publishedOutsideDomain;
5635 5635
   }
5636 5636
   public function setSelfLink($selfLink)
5637 5637
   {
5638
-    $this->selfLink = $selfLink;
5638
+	$this->selfLink = $selfLink;
5639 5639
   }
5640 5640
   public function getSelfLink()
5641 5641
   {
5642
-    return $this->selfLink;
5642
+	return $this->selfLink;
5643 5643
   }
5644 5644
 }
5645 5645
 
@@ -5661,35 +5661,35 @@  discard block
 block discarded – undo
5661 5661
 
5662 5662
   public function setEtag($etag)
5663 5663
   {
5664
-    $this->etag = $etag;
5664
+	$this->etag = $etag;
5665 5665
   }
5666 5666
   public function getEtag()
5667 5667
   {
5668
-    return $this->etag;
5668
+	return $this->etag;
5669 5669
   }
5670 5670
   public function setItems($items)
5671 5671
   {
5672
-    $this->items = $items;
5672
+	$this->items = $items;
5673 5673
   }
5674 5674
   public function getItems()
5675 5675
   {
5676
-    return $this->items;
5676
+	return $this->items;
5677 5677
   }
5678 5678
   public function setKind($kind)
5679 5679
   {
5680
-    $this->kind = $kind;
5680
+	$this->kind = $kind;
5681 5681
   }
5682 5682
   public function getKind()
5683 5683
   {
5684
-    return $this->kind;
5684
+	return $this->kind;
5685 5685
   }
5686 5686
   public function setSelfLink($selfLink)
5687 5687
   {
5688
-    $this->selfLink = $selfLink;
5688
+	$this->selfLink = $selfLink;
5689 5689
   }
5690 5690
   public function getSelfLink()
5691 5691
   {
5692
-    return $this->selfLink;
5692
+	return $this->selfLink;
5693 5693
   }
5694 5694
 }
5695 5695
 
@@ -5708,51 +5708,51 @@  discard block
 block discarded – undo
5708 5708
 
5709 5709
   public function setDisplayName($displayName)
5710 5710
   {
5711
-    $this->displayName = $displayName;
5711
+	$this->displayName = $displayName;
5712 5712
   }
5713 5713
   public function getDisplayName()
5714 5714
   {
5715
-    return $this->displayName;
5715
+	return $this->displayName;
5716 5716
   }
5717 5717
   public function setEmailAddress($emailAddress)
5718 5718
   {
5719
-    $this->emailAddress = $emailAddress;
5719
+	$this->emailAddress = $emailAddress;
5720 5720
   }
5721 5721
   public function getEmailAddress()
5722 5722
   {
5723
-    return $this->emailAddress;
5723
+	return $this->emailAddress;
5724 5724
   }
5725 5725
   public function setIsAuthenticatedUser($isAuthenticatedUser)
5726 5726
   {
5727
-    $this->isAuthenticatedUser = $isAuthenticatedUser;
5727
+	$this->isAuthenticatedUser = $isAuthenticatedUser;
5728 5728
   }
5729 5729
   public function getIsAuthenticatedUser()
5730 5730
   {
5731
-    return $this->isAuthenticatedUser;
5731
+	return $this->isAuthenticatedUser;
5732 5732
   }
5733 5733
   public function setKind($kind)
5734 5734
   {
5735
-    $this->kind = $kind;
5735
+	$this->kind = $kind;
5736 5736
   }
5737 5737
   public function getKind()
5738 5738
   {
5739
-    return $this->kind;
5739
+	return $this->kind;
5740 5740
   }
5741 5741
   public function setPermissionId($permissionId)
5742 5742
   {
5743
-    $this->permissionId = $permissionId;
5743
+	$this->permissionId = $permissionId;
5744 5744
   }
5745 5745
   public function getPermissionId()
5746 5746
   {
5747
-    return $this->permissionId;
5747
+	return $this->permissionId;
5748 5748
   }
5749 5749
   public function setPicture(Google_Service_Drive_UserPicture $picture)
5750 5750
   {
5751
-    $this->picture = $picture;
5751
+	$this->picture = $picture;
5752 5752
   }
5753 5753
   public function getPicture()
5754 5754
   {
5755
-    return $this->picture;
5755
+	return $this->picture;
5756 5756
   }
5757 5757
 }
5758 5758
 
@@ -5765,10 +5765,10 @@  discard block
 block discarded – undo
5765 5765
 
5766 5766
   public function setUrl($url)
5767 5767
   {
5768
-    $this->url = $url;
5768
+	$this->url = $url;
5769 5769
   }
5770 5770
   public function getUrl()
5771 5771
   {
5772
-    return $this->url;
5772
+	return $this->url;
5773 5773
   }
5774 5774
 }
Please login to merge, or discard this patch.
Spacing   +47 added lines, -47 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
                   'required' => true,
130 130
                 ),
131 131
               ),
132
-            ),'list' => array(
132
+            ), 'list' => array(
133 133
               'path' => 'apps',
134 134
               'httpMethod' => 'GET',
135 135
               'parameters' => array(
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
                   'required' => true,
167 167
                 ),
168 168
               ),
169
-            ),'list' => array(
169
+            ), 'list' => array(
170 170
               'path' => 'changes',
171 171
               'httpMethod' => 'GET',
172 172
               'parameters' => array(
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
                   'type' => 'string',
196 196
                 ),
197 197
               ),
198
-            ),'watch' => array(
198
+            ), 'watch' => array(
199 199
               'path' => 'changes/watch',
200 200
               'httpMethod' => 'POST',
201 201
               'parameters' => array(
@@ -263,7 +263,7 @@  discard block
 block discarded – undo
263 263
                   'required' => true,
264 264
                 ),
265 265
               ),
266
-            ),'get' => array(
266
+            ), 'get' => array(
267 267
               'path' => 'files/{folderId}/children/{childId}',
268 268
               'httpMethod' => 'GET',
269 269
               'parameters' => array(
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
                   'required' => true,
279 279
                 ),
280 280
               ),
281
-            ),'insert' => array(
281
+            ), 'insert' => array(
282 282
               'path' => 'files/{folderId}/children',
283 283
               'httpMethod' => 'POST',
284 284
               'parameters' => array(
@@ -288,7 +288,7 @@  discard block
 block discarded – undo
288 288
                   'required' => true,
289 289
                 ),
290 290
               ),
291
-            ),'list' => array(
291
+            ), 'list' => array(
292 292
               'path' => 'files/{folderId}/children',
293 293
               'httpMethod' => 'GET',
294 294
               'parameters' => array(
@@ -339,7 +339,7 @@  discard block
 block discarded – undo
339 339
                   'required' => true,
340 340
                 ),
341 341
               ),
342
-            ),'get' => array(
342
+            ), 'get' => array(
343 343
               'path' => 'files/{fileId}/comments/{commentId}',
344 344
               'httpMethod' => 'GET',
345 345
               'parameters' => array(
@@ -358,7 +358,7 @@  discard block
 block discarded – undo
358 358
                   'type' => 'boolean',
359 359
                 ),
360 360
               ),
361
-            ),'insert' => array(
361
+            ), 'insert' => array(
362 362
               'path' => 'files/{fileId}/comments',
363 363
               'httpMethod' => 'POST',
364 364
               'parameters' => array(
@@ -368,7 +368,7 @@  discard block
 block discarded – undo
368 368
                   'required' => true,
369 369
                 ),
370 370
               ),
371
-            ),'list' => array(
371
+            ), 'list' => array(
372 372
               'path' => 'files/{fileId}/comments',
373 373
               'httpMethod' => 'GET',
374 374
               'parameters' => array(
@@ -394,7 +394,7 @@  discard block
 block discarded – undo
394 394
                   'type' => 'integer',
395 395
                 ),
396 396
               ),
397
-            ),'patch' => array(
397
+            ), 'patch' => array(
398 398
               'path' => 'files/{fileId}/comments/{commentId}',
399 399
               'httpMethod' => 'PATCH',
400 400
               'parameters' => array(
@@ -409,7 +409,7 @@  discard block
 block discarded – undo
409 409
                   'required' => true,
410 410
                 ),
411 411
               ),
412
-            ),'update' => array(
412
+            ), 'update' => array(
413 413
               'path' => 'files/{fileId}/comments/{commentId}',
414 414
               'httpMethod' => 'PUT',
415 415
               'parameters' => array(
@@ -472,7 +472,7 @@  discard block
 block discarded – undo
472 472
                   'type' => 'string',
473 473
                 ),
474 474
               ),
475
-            ),'delete' => array(
475
+            ), 'delete' => array(
476 476
               'path' => 'files/{fileId}',
477 477
               'httpMethod' => 'DELETE',
478 478
               'parameters' => array(
@@ -482,11 +482,11 @@  discard block
 block discarded – undo
482 482
                   'required' => true,
483 483
                 ),
484 484
               ),
485
-            ),'emptyTrash' => array(
485
+            ), 'emptyTrash' => array(
486 486
               'path' => 'files/trash',
487 487
               'httpMethod' => 'DELETE',
488 488
               'parameters' => array(),
489
-            ),'generateIds' => array(
489
+            ), 'generateIds' => array(
490 490
               'path' => 'files/generateIds',
491 491
               'httpMethod' => 'GET',
492 492
               'parameters' => array(
@@ -499,7 +499,7 @@  discard block
 block discarded – undo
499 499
                   'type' => 'string',
500 500
                 ),
501 501
               ),
502
-            ),'get' => array(
502
+            ), 'get' => array(
503 503
               'path' => 'files/{fileId}',
504 504
               'httpMethod' => 'GET',
505 505
               'parameters' => array(
@@ -525,7 +525,7 @@  discard block
 block discarded – undo
525 525
                   'type' => 'string',
526 526
                 ),
527 527
               ),
528
-            ),'insert' => array(
528
+            ), 'insert' => array(
529 529
               'path' => 'files',
530 530
               'httpMethod' => 'POST',
531 531
               'parameters' => array(
@@ -562,7 +562,7 @@  discard block
 block discarded – undo
562 562
                   'type' => 'string',
563 563
                 ),
564 564
               ),
565
-            ),'list' => array(
565
+            ), 'list' => array(
566 566
               'path' => 'files',
567 567
               'httpMethod' => 'GET',
568 568
               'parameters' => array(
@@ -595,7 +595,7 @@  discard block
 block discarded – undo
595 595
                   'type' => 'string',
596 596
                 ),
597 597
               ),
598
-            ),'patch' => array(
598
+            ), 'patch' => array(
599 599
               'path' => 'files/{fileId}',
600 600
               'httpMethod' => 'PATCH',
601 601
               'parameters' => array(
@@ -657,7 +657,7 @@  discard block
 block discarded – undo
657 657
                   'type' => 'string',
658 658
                 ),
659 659
               ),
660
-            ),'touch' => array(
660
+            ), 'touch' => array(
661 661
               'path' => 'files/{fileId}/touch',
662 662
               'httpMethod' => 'POST',
663 663
               'parameters' => array(
@@ -667,7 +667,7 @@  discard block
 block discarded – undo
667 667
                   'required' => true,
668 668
                 ),
669 669
               ),
670
-            ),'trash' => array(
670
+            ), 'trash' => array(
671 671
               'path' => 'files/{fileId}/trash',
672 672
               'httpMethod' => 'POST',
673 673
               'parameters' => array(
@@ -677,7 +677,7 @@  discard block
 block discarded – undo
677 677
                   'required' => true,
678 678
                 ),
679 679
               ),
680
-            ),'untrash' => array(
680
+            ), 'untrash' => array(
681 681
               'path' => 'files/{fileId}/untrash',
682 682
               'httpMethod' => 'POST',
683 683
               'parameters' => array(
@@ -687,7 +687,7 @@  discard block
 block discarded – undo
687 687
                   'required' => true,
688 688
                 ),
689 689
               ),
690
-            ),'update' => array(
690
+            ), 'update' => array(
691 691
               'path' => 'files/{fileId}',
692 692
               'httpMethod' => 'PUT',
693 693
               'parameters' => array(
@@ -749,7 +749,7 @@  discard block
 block discarded – undo
749 749
                   'type' => 'string',
750 750
                 ),
751 751
               ),
752
-            ),'watch' => array(
752
+            ), 'watch' => array(
753 753
               'path' => 'files/{fileId}/watch',
754 754
               'httpMethod' => 'POST',
755 755
               'parameters' => array(
@@ -800,7 +800,7 @@  discard block
 block discarded – undo
800 800
                   'required' => true,
801 801
                 ),
802 802
               ),
803
-            ),'get' => array(
803
+            ), 'get' => array(
804 804
               'path' => 'files/{fileId}/parents/{parentId}',
805 805
               'httpMethod' => 'GET',
806 806
               'parameters' => array(
@@ -815,7 +815,7 @@  discard block
 block discarded – undo
815 815
                   'required' => true,
816 816
                 ),
817 817
               ),
818
-            ),'insert' => array(
818
+            ), 'insert' => array(
819 819
               'path' => 'files/{fileId}/parents',
820 820
               'httpMethod' => 'POST',
821 821
               'parameters' => array(
@@ -825,7 +825,7 @@  discard block
 block discarded – undo
825 825
                   'required' => true,
826 826
                 ),
827 827
               ),
828
-            ),'list' => array(
828
+            ), 'list' => array(
829 829
               'path' => 'files/{fileId}/parents',
830 830
               'httpMethod' => 'GET',
831 831
               'parameters' => array(
@@ -860,7 +860,7 @@  discard block
 block discarded – undo
860 860
                   'required' => true,
861 861
                 ),
862 862
               ),
863
-            ),'get' => array(
863
+            ), 'get' => array(
864 864
               'path' => 'files/{fileId}/permissions/{permissionId}',
865 865
               'httpMethod' => 'GET',
866 866
               'parameters' => array(
@@ -875,7 +875,7 @@  discard block
 block discarded – undo
875 875
                   'required' => true,
876 876
                 ),
877 877
               ),
878
-            ),'getIdForEmail' => array(
878
+            ), 'getIdForEmail' => array(
879 879
               'path' => 'permissionIds/{email}',
880 880
               'httpMethod' => 'GET',
881 881
               'parameters' => array(
@@ -885,7 +885,7 @@  discard block
 block discarded – undo
885 885
                   'required' => true,
886 886
                 ),
887 887
               ),
888
-            ),'insert' => array(
888
+            ), 'insert' => array(
889 889
               'path' => 'files/{fileId}/permissions',
890 890
               'httpMethod' => 'POST',
891 891
               'parameters' => array(
@@ -903,7 +903,7 @@  discard block
 block discarded – undo
903 903
                   'type' => 'boolean',
904 904
                 ),
905 905
               ),
906
-            ),'list' => array(
906
+            ), 'list' => array(
907 907
               'path' => 'files/{fileId}/permissions',
908 908
               'httpMethod' => 'GET',
909 909
               'parameters' => array(
@@ -913,7 +913,7 @@  discard block
 block discarded – undo
913 913
                   'required' => true,
914 914
                 ),
915 915
               ),
916
-            ),'patch' => array(
916
+            ), 'patch' => array(
917 917
               'path' => 'files/{fileId}/permissions/{permissionId}',
918 918
               'httpMethod' => 'PATCH',
919 919
               'parameters' => array(
@@ -932,7 +932,7 @@  discard block
 block discarded – undo
932 932
                   'type' => 'boolean',
933 933
                 ),
934 934
               ),
935
-            ),'update' => array(
935
+            ), 'update' => array(
936 936
               'path' => 'files/{fileId}/permissions/{permissionId}',
937 937
               'httpMethod' => 'PUT',
938 938
               'parameters' => array(
@@ -980,7 +980,7 @@  discard block
 block discarded – undo
980 980
                   'type' => 'string',
981 981
                 ),
982 982
               ),
983
-            ),'get' => array(
983
+            ), 'get' => array(
984 984
               'path' => 'files/{fileId}/properties/{propertyKey}',
985 985
               'httpMethod' => 'GET',
986 986
               'parameters' => array(
@@ -999,7 +999,7 @@  discard block
 block discarded – undo
999 999
                   'type' => 'string',
1000 1000
                 ),
1001 1001
               ),
1002
-            ),'insert' => array(
1002
+            ), 'insert' => array(
1003 1003
               'path' => 'files/{fileId}/properties',
1004 1004
               'httpMethod' => 'POST',
1005 1005
               'parameters' => array(
@@ -1009,7 +1009,7 @@  discard block
 block discarded – undo
1009 1009
                   'required' => true,
1010 1010
                 ),
1011 1011
               ),
1012
-            ),'list' => array(
1012
+            ), 'list' => array(
1013 1013
               'path' => 'files/{fileId}/properties',
1014 1014
               'httpMethod' => 'GET',
1015 1015
               'parameters' => array(
@@ -1019,7 +1019,7 @@  discard block
 block discarded – undo
1019 1019
                   'required' => true,
1020 1020
                 ),
1021 1021
               ),
1022
-            ),'patch' => array(
1022
+            ), 'patch' => array(
1023 1023
               'path' => 'files/{fileId}/properties/{propertyKey}',
1024 1024
               'httpMethod' => 'PATCH',
1025 1025
               'parameters' => array(
@@ -1038,7 +1038,7 @@  discard block
 block discarded – undo
1038 1038
                   'type' => 'string',
1039 1039
                 ),
1040 1040
               ),
1041
-            ),'update' => array(
1041
+            ), 'update' => array(
1042 1042
               'path' => 'files/{fileId}/properties/{propertyKey}',
1043 1043
               'httpMethod' => 'PUT',
1044 1044
               'parameters' => array(
@@ -1081,7 +1081,7 @@  discard block
 block discarded – undo
1081 1081
                   'type' => 'integer',
1082 1082
                 ),
1083 1083
               ),
1084
-            ),'update' => array(
1084
+            ), 'update' => array(
1085 1085
               'path' => 'files/{fileId}/realtime',
1086 1086
               'httpMethod' => 'PUT',
1087 1087
               'parameters' => array(
@@ -1125,7 +1125,7 @@  discard block
 block discarded – undo
1125 1125
                   'required' => true,
1126 1126
                 ),
1127 1127
               ),
1128
-            ),'get' => array(
1128
+            ), 'get' => array(
1129 1129
               'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1130 1130
               'httpMethod' => 'GET',
1131 1131
               'parameters' => array(
@@ -1149,7 +1149,7 @@  discard block
 block discarded – undo
1149 1149
                   'type' => 'boolean',
1150 1150
                 ),
1151 1151
               ),
1152
-            ),'insert' => array(
1152
+            ), 'insert' => array(
1153 1153
               'path' => 'files/{fileId}/comments/{commentId}/replies',
1154 1154
               'httpMethod' => 'POST',
1155 1155
               'parameters' => array(
@@ -1164,7 +1164,7 @@  discard block
 block discarded – undo
1164 1164
                   'required' => true,
1165 1165
                 ),
1166 1166
               ),
1167
-            ),'list' => array(
1167
+            ), 'list' => array(
1168 1168
               'path' => 'files/{fileId}/comments/{commentId}/replies',
1169 1169
               'httpMethod' => 'GET',
1170 1170
               'parameters' => array(
@@ -1191,7 +1191,7 @@  discard block
 block discarded – undo
1191 1191
                   'type' => 'integer',
1192 1192
                 ),
1193 1193
               ),
1194
-            ),'patch' => array(
1194
+            ), 'patch' => array(
1195 1195
               'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1196 1196
               'httpMethod' => 'PATCH',
1197 1197
               'parameters' => array(
@@ -1211,7 +1211,7 @@  discard block
 block discarded – undo
1211 1211
                   'required' => true,
1212 1212
                 ),
1213 1213
               ),
1214
-            ),'update' => array(
1214
+            ), 'update' => array(
1215 1215
               'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
1216 1216
               'httpMethod' => 'PUT',
1217 1217
               'parameters' => array(
@@ -1256,7 +1256,7 @@  discard block
 block discarded – undo
1256 1256
                   'required' => true,
1257 1257
                 ),
1258 1258
               ),
1259
-            ),'get' => array(
1259
+            ), 'get' => array(
1260 1260
               'path' => 'files/{fileId}/revisions/{revisionId}',
1261 1261
               'httpMethod' => 'GET',
1262 1262
               'parameters' => array(
@@ -1271,7 +1271,7 @@  discard block
 block discarded – undo
1271 1271
                   'required' => true,
1272 1272
                 ),
1273 1273
               ),
1274
-            ),'list' => array(
1274
+            ), 'list' => array(
1275 1275
               'path' => 'files/{fileId}/revisions',
1276 1276
               'httpMethod' => 'GET',
1277 1277
               'parameters' => array(
@@ -1281,7 +1281,7 @@  discard block
 block discarded – undo
1281 1281
                   'required' => true,
1282 1282
                 ),
1283 1283
               ),
1284
-            ),'patch' => array(
1284
+            ), 'patch' => array(
1285 1285
               'path' => 'files/{fileId}/revisions/{revisionId}',
1286 1286
               'httpMethod' => 'PATCH',
1287 1287
               'parameters' => array(
@@ -1296,7 +1296,7 @@  discard block
 block discarded – undo
1296 1296
                   'required' => true,
1297 1297
                 ),
1298 1298
               ),
1299
-            ),'update' => array(
1299
+            ), 'update' => array(
1300 1300
               'path' => 'files/{fileId}/revisions/{revisionId}',
1301 1301
               'httpMethod' => 'PUT',
1302 1302
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Fitness.php 3 patches
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -386,7 +386,7 @@  discard block
 block discarded – undo
386 386
    *
387 387
    * @param string $userId Create the data source for the person identified. Use
388 388
    * me to indicate the authenticated user. Only me is supported at this time.
389
-   * @param Google_DataSource $postBody
389
+   * @param Google_Service_Fitness_DataSource $postBody
390 390
    * @param array $optParams Optional parameters.
391 391
    * @return Google_Service_Fitness_DataSource
392 392
    */
@@ -464,7 +464,7 @@  discard block
 block discarded – undo
464 464
    * @param string $userId Update the data source for the person identified. Use
465 465
    * me to indicate the authenticated user. Only me is supported at this time.
466 466
    * @param string $dataSourceId The data stream ID of the data source to update.
467
-   * @param Google_DataSource $postBody
467
+   * @param Google_Service_Fitness_DataSource $postBody
468 468
    * @param array $optParams Optional parameters.
469 469
    * @return Google_Service_Fitness_DataSource
470 470
    */
@@ -486,7 +486,7 @@  discard block
 block discarded – undo
486 486
    * @param string $userId Update the data source for the person identified. Use
487 487
    * me to indicate the authenticated user. Only me is supported at this time.
488 488
    * @param string $dataSourceId The data stream ID of the data source to update.
489
-   * @param Google_DataSource $postBody
489
+   * @param Google_Service_Fitness_DataSource $postBody
490 490
    * @param array $optParams Optional parameters.
491 491
    * @return Google_Service_Fitness_DataSource
492 492
    */
@@ -588,7 +588,7 @@  discard block
 block discarded – undo
588 588
    * minimum data point start time and maximum data point end time represented as
589 589
    * nanoseconds from the epoch. The ID is formatted like: "startTime-endTime"
590 590
    * where startTime and endTime are 64 bit integers.
591
-   * @param Google_Dataset $postBody
591
+   * @param Google_Service_Fitness_Dataset $postBody
592 592
    * @param array $optParams Optional parameters.
593 593
    *
594 594
    * @opt_param string currentTimeMillis The client's current time in milliseconds
@@ -618,7 +618,7 @@  discard block
 block discarded – undo
618 618
    * (dataset.aggregate)
619 619
    *
620 620
    * @param string $userId
621
-   * @param Google_AggregateRequest $postBody
621
+   * @param Google_Service_Fitness_AggregateRequest $postBody
622 622
    * @param array $optParams Optional parameters.
623 623
    * @return Google_Service_Fitness_AggregateResponse
624 624
    */
@@ -690,7 +690,7 @@  discard block
 block discarded – undo
690 690
    * @param string $userId Create sessions for the person identified. Use me to
691 691
    * indicate the authenticated user. Only me is supported at this time.
692 692
    * @param string $sessionId The ID of the session to be created.
693
-   * @param Google_Session $postBody
693
+   * @param Google_Service_Fitness_Session $postBody
694 694
    * @param array $optParams Optional parameters.
695 695
    *
696 696
    * @opt_param string currentTimeMillis The client's current time in milliseconds
Please login to merge, or discard this patch.
Indentation   +472 added lines, -472 removed lines patch added patch discarded remove patch
@@ -32,22 +32,22 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View your activity information in Google Fit. */
34 34
   const FITNESS_ACTIVITY_READ =
35
-      "https://www.googleapis.com/auth/fitness.activity.read";
35
+	  "https://www.googleapis.com/auth/fitness.activity.read";
36 36
   /** View and store your activity information in Google Fit. */
37 37
   const FITNESS_ACTIVITY_WRITE =
38
-      "https://www.googleapis.com/auth/fitness.activity.write";
38
+	  "https://www.googleapis.com/auth/fitness.activity.write";
39 39
   /** View body sensor information in Google Fit. */
40 40
   const FITNESS_BODY_READ =
41
-      "https://www.googleapis.com/auth/fitness.body.read";
41
+	  "https://www.googleapis.com/auth/fitness.body.read";
42 42
   /** View and store body sensor data in Google Fit. */
43 43
   const FITNESS_BODY_WRITE =
44
-      "https://www.googleapis.com/auth/fitness.body.write";
44
+	  "https://www.googleapis.com/auth/fitness.body.write";
45 45
   /** View your stored location data in Google Fit. */
46 46
   const FITNESS_LOCATION_READ =
47
-      "https://www.googleapis.com/auth/fitness.location.read";
47
+	  "https://www.googleapis.com/auth/fitness.location.read";
48 48
   /** View and store your location data in Google Fit. */
49 49
   const FITNESS_LOCATION_WRITE =
50
-      "https://www.googleapis.com/auth/fitness.location.write";
50
+	  "https://www.googleapis.com/auth/fitness.location.write";
51 51
 
52 52
   public $users_dataSources;
53 53
   public $users_dataSources_datasets;
@@ -62,291 +62,291 @@  discard block
 block discarded – undo
62 62
    */
63 63
   public function __construct(Google_Client $client)
64 64
   {
65
-    parent::__construct($client);
66
-    $this->rootUrl = 'https://www.googleapis.com/';
67
-    $this->servicePath = 'fitness/v1/users/';
68
-    $this->version = 'v1';
69
-    $this->serviceName = 'fitness';
70
-
71
-    $this->users_dataSources = new Google_Service_Fitness_UsersDataSources_Resource(
72
-        $this,
73
-        $this->serviceName,
74
-        'dataSources',
75
-        array(
76
-          'methods' => array(
77
-            'create' => array(
78
-              'path' => '{userId}/dataSources',
79
-              'httpMethod' => 'POST',
80
-              'parameters' => array(
81
-                'userId' => array(
82
-                  'location' => 'path',
83
-                  'type' => 'string',
84
-                  'required' => true,
85
-                ),
86
-              ),
87
-            ),'delete' => array(
88
-              'path' => '{userId}/dataSources/{dataSourceId}',
89
-              'httpMethod' => 'DELETE',
90
-              'parameters' => array(
91
-                'userId' => array(
92
-                  'location' => 'path',
93
-                  'type' => 'string',
94
-                  'required' => true,
95
-                ),
96
-                'dataSourceId' => array(
97
-                  'location' => 'path',
98
-                  'type' => 'string',
99
-                  'required' => true,
100
-                ),
101
-              ),
102
-            ),'get' => array(
103
-              'path' => '{userId}/dataSources/{dataSourceId}',
104
-              'httpMethod' => 'GET',
105
-              'parameters' => array(
106
-                'userId' => array(
107
-                  'location' => 'path',
108
-                  'type' => 'string',
109
-                  'required' => true,
110
-                ),
111
-                'dataSourceId' => array(
112
-                  'location' => 'path',
113
-                  'type' => 'string',
114
-                  'required' => true,
115
-                ),
116
-              ),
117
-            ),'list' => array(
118
-              'path' => '{userId}/dataSources',
119
-              'httpMethod' => 'GET',
120
-              'parameters' => array(
121
-                'userId' => array(
122
-                  'location' => 'path',
123
-                  'type' => 'string',
124
-                  'required' => true,
125
-                ),
126
-                'dataTypeName' => array(
127
-                  'location' => 'query',
128
-                  'type' => 'string',
129
-                  'repeated' => true,
130
-                ),
131
-              ),
132
-            ),'patch' => array(
133
-              'path' => '{userId}/dataSources/{dataSourceId}',
134
-              'httpMethod' => 'PATCH',
135
-              'parameters' => array(
136
-                'userId' => array(
137
-                  'location' => 'path',
138
-                  'type' => 'string',
139
-                  'required' => true,
140
-                ),
141
-                'dataSourceId' => array(
142
-                  'location' => 'path',
143
-                  'type' => 'string',
144
-                  'required' => true,
145
-                ),
146
-              ),
147
-            ),'update' => array(
148
-              'path' => '{userId}/dataSources/{dataSourceId}',
149
-              'httpMethod' => 'PUT',
150
-              'parameters' => array(
151
-                'userId' => array(
152
-                  'location' => 'path',
153
-                  'type' => 'string',
154
-                  'required' => true,
155
-                ),
156
-                'dataSourceId' => array(
157
-                  'location' => 'path',
158
-                  'type' => 'string',
159
-                  'required' => true,
160
-                ),
161
-              ),
162
-            ),
163
-          )
164
-        )
165
-    );
166
-    $this->users_dataSources_datasets = new Google_Service_Fitness_UsersDataSourcesDatasets_Resource(
167
-        $this,
168
-        $this->serviceName,
169
-        'datasets',
170
-        array(
171
-          'methods' => array(
172
-            'delete' => array(
173
-              'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}',
174
-              'httpMethod' => 'DELETE',
175
-              'parameters' => array(
176
-                'userId' => array(
177
-                  'location' => 'path',
178
-                  'type' => 'string',
179
-                  'required' => true,
180
-                ),
181
-                'dataSourceId' => array(
182
-                  'location' => 'path',
183
-                  'type' => 'string',
184
-                  'required' => true,
185
-                ),
186
-                'datasetId' => array(
187
-                  'location' => 'path',
188
-                  'type' => 'string',
189
-                  'required' => true,
190
-                ),
191
-                'modifiedTimeMillis' => array(
192
-                  'location' => 'query',
193
-                  'type' => 'string',
194
-                ),
195
-                'currentTimeMillis' => array(
196
-                  'location' => 'query',
197
-                  'type' => 'string',
198
-                ),
199
-              ),
200
-            ),'get' => array(
201
-              'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}',
202
-              'httpMethod' => 'GET',
203
-              'parameters' => array(
204
-                'userId' => array(
205
-                  'location' => 'path',
206
-                  'type' => 'string',
207
-                  'required' => true,
208
-                ),
209
-                'dataSourceId' => array(
210
-                  'location' => 'path',
211
-                  'type' => 'string',
212
-                  'required' => true,
213
-                ),
214
-                'datasetId' => array(
215
-                  'location' => 'path',
216
-                  'type' => 'string',
217
-                  'required' => true,
218
-                ),
219
-                'limit' => array(
220
-                  'location' => 'query',
221
-                  'type' => 'integer',
222
-                ),
223
-                'pageToken' => array(
224
-                  'location' => 'query',
225
-                  'type' => 'string',
226
-                ),
227
-              ),
228
-            ),'patch' => array(
229
-              'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}',
230
-              'httpMethod' => 'PATCH',
231
-              'parameters' => array(
232
-                'userId' => array(
233
-                  'location' => 'path',
234
-                  'type' => 'string',
235
-                  'required' => true,
236
-                ),
237
-                'dataSourceId' => array(
238
-                  'location' => 'path',
239
-                  'type' => 'string',
240
-                  'required' => true,
241
-                ),
242
-                'datasetId' => array(
243
-                  'location' => 'path',
244
-                  'type' => 'string',
245
-                  'required' => true,
246
-                ),
247
-                'currentTimeMillis' => array(
248
-                  'location' => 'query',
249
-                  'type' => 'string',
250
-                ),
251
-              ),
252
-            ),
253
-          )
254
-        )
255
-    );
256
-    $this->users_dataset = new Google_Service_Fitness_UsersDataset_Resource(
257
-        $this,
258
-        $this->serviceName,
259
-        'dataset',
260
-        array(
261
-          'methods' => array(
262
-            'aggregate' => array(
263
-              'path' => '{userId}/dataset:aggregate',
264
-              'httpMethod' => 'POST',
265
-              'parameters' => array(
266
-                'userId' => array(
267
-                  'location' => 'path',
268
-                  'type' => 'string',
269
-                  'required' => true,
270
-                ),
271
-              ),
272
-            ),
273
-          )
274
-        )
275
-    );
276
-    $this->users_sessions = new Google_Service_Fitness_UsersSessions_Resource(
277
-        $this,
278
-        $this->serviceName,
279
-        'sessions',
280
-        array(
281
-          'methods' => array(
282
-            'delete' => array(
283
-              'path' => '{userId}/sessions/{sessionId}',
284
-              'httpMethod' => 'DELETE',
285
-              'parameters' => array(
286
-                'userId' => array(
287
-                  'location' => 'path',
288
-                  'type' => 'string',
289
-                  'required' => true,
290
-                ),
291
-                'sessionId' => array(
292
-                  'location' => 'path',
293
-                  'type' => 'string',
294
-                  'required' => true,
295
-                ),
296
-                'currentTimeMillis' => array(
297
-                  'location' => 'query',
298
-                  'type' => 'string',
299
-                ),
300
-              ),
301
-            ),'list' => array(
302
-              'path' => '{userId}/sessions',
303
-              'httpMethod' => 'GET',
304
-              'parameters' => array(
305
-                'userId' => array(
306
-                  'location' => 'path',
307
-                  'type' => 'string',
308
-                  'required' => true,
309
-                ),
310
-                'pageToken' => array(
311
-                  'location' => 'query',
312
-                  'type' => 'string',
313
-                ),
314
-                'endTime' => array(
315
-                  'location' => 'query',
316
-                  'type' => 'string',
317
-                ),
318
-                'includeDeleted' => array(
319
-                  'location' => 'query',
320
-                  'type' => 'boolean',
321
-                ),
322
-                'startTime' => array(
323
-                  'location' => 'query',
324
-                  'type' => 'string',
325
-                ),
326
-              ),
327
-            ),'update' => array(
328
-              'path' => '{userId}/sessions/{sessionId}',
329
-              'httpMethod' => 'PUT',
330
-              'parameters' => array(
331
-                'userId' => array(
332
-                  'location' => 'path',
333
-                  'type' => 'string',
334
-                  'required' => true,
335
-                ),
336
-                'sessionId' => array(
337
-                  'location' => 'path',
338
-                  'type' => 'string',
339
-                  'required' => true,
340
-                ),
341
-                'currentTimeMillis' => array(
342
-                  'location' => 'query',
343
-                  'type' => 'string',
344
-                ),
345
-              ),
346
-            ),
347
-          )
348
-        )
349
-    );
65
+	parent::__construct($client);
66
+	$this->rootUrl = 'https://www.googleapis.com/';
67
+	$this->servicePath = 'fitness/v1/users/';
68
+	$this->version = 'v1';
69
+	$this->serviceName = 'fitness';
70
+
71
+	$this->users_dataSources = new Google_Service_Fitness_UsersDataSources_Resource(
72
+		$this,
73
+		$this->serviceName,
74
+		'dataSources',
75
+		array(
76
+		  'methods' => array(
77
+			'create' => array(
78
+			  'path' => '{userId}/dataSources',
79
+			  'httpMethod' => 'POST',
80
+			  'parameters' => array(
81
+				'userId' => array(
82
+				  'location' => 'path',
83
+				  'type' => 'string',
84
+				  'required' => true,
85
+				),
86
+			  ),
87
+			),'delete' => array(
88
+			  'path' => '{userId}/dataSources/{dataSourceId}',
89
+			  'httpMethod' => 'DELETE',
90
+			  'parameters' => array(
91
+				'userId' => array(
92
+				  'location' => 'path',
93
+				  'type' => 'string',
94
+				  'required' => true,
95
+				),
96
+				'dataSourceId' => array(
97
+				  'location' => 'path',
98
+				  'type' => 'string',
99
+				  'required' => true,
100
+				),
101
+			  ),
102
+			),'get' => array(
103
+			  'path' => '{userId}/dataSources/{dataSourceId}',
104
+			  'httpMethod' => 'GET',
105
+			  'parameters' => array(
106
+				'userId' => array(
107
+				  'location' => 'path',
108
+				  'type' => 'string',
109
+				  'required' => true,
110
+				),
111
+				'dataSourceId' => array(
112
+				  'location' => 'path',
113
+				  'type' => 'string',
114
+				  'required' => true,
115
+				),
116
+			  ),
117
+			),'list' => array(
118
+			  'path' => '{userId}/dataSources',
119
+			  'httpMethod' => 'GET',
120
+			  'parameters' => array(
121
+				'userId' => array(
122
+				  'location' => 'path',
123
+				  'type' => 'string',
124
+				  'required' => true,
125
+				),
126
+				'dataTypeName' => array(
127
+				  'location' => 'query',
128
+				  'type' => 'string',
129
+				  'repeated' => true,
130
+				),
131
+			  ),
132
+			),'patch' => array(
133
+			  'path' => '{userId}/dataSources/{dataSourceId}',
134
+			  'httpMethod' => 'PATCH',
135
+			  'parameters' => array(
136
+				'userId' => array(
137
+				  'location' => 'path',
138
+				  'type' => 'string',
139
+				  'required' => true,
140
+				),
141
+				'dataSourceId' => array(
142
+				  'location' => 'path',
143
+				  'type' => 'string',
144
+				  'required' => true,
145
+				),
146
+			  ),
147
+			),'update' => array(
148
+			  'path' => '{userId}/dataSources/{dataSourceId}',
149
+			  'httpMethod' => 'PUT',
150
+			  'parameters' => array(
151
+				'userId' => array(
152
+				  'location' => 'path',
153
+				  'type' => 'string',
154
+				  'required' => true,
155
+				),
156
+				'dataSourceId' => array(
157
+				  'location' => 'path',
158
+				  'type' => 'string',
159
+				  'required' => true,
160
+				),
161
+			  ),
162
+			),
163
+		  )
164
+		)
165
+	);
166
+	$this->users_dataSources_datasets = new Google_Service_Fitness_UsersDataSourcesDatasets_Resource(
167
+		$this,
168
+		$this->serviceName,
169
+		'datasets',
170
+		array(
171
+		  'methods' => array(
172
+			'delete' => array(
173
+			  'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}',
174
+			  'httpMethod' => 'DELETE',
175
+			  'parameters' => array(
176
+				'userId' => array(
177
+				  'location' => 'path',
178
+				  'type' => 'string',
179
+				  'required' => true,
180
+				),
181
+				'dataSourceId' => array(
182
+				  'location' => 'path',
183
+				  'type' => 'string',
184
+				  'required' => true,
185
+				),
186
+				'datasetId' => array(
187
+				  'location' => 'path',
188
+				  'type' => 'string',
189
+				  'required' => true,
190
+				),
191
+				'modifiedTimeMillis' => array(
192
+				  'location' => 'query',
193
+				  'type' => 'string',
194
+				),
195
+				'currentTimeMillis' => array(
196
+				  'location' => 'query',
197
+				  'type' => 'string',
198
+				),
199
+			  ),
200
+			),'get' => array(
201
+			  'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}',
202
+			  'httpMethod' => 'GET',
203
+			  'parameters' => array(
204
+				'userId' => array(
205
+				  'location' => 'path',
206
+				  'type' => 'string',
207
+				  'required' => true,
208
+				),
209
+				'dataSourceId' => array(
210
+				  'location' => 'path',
211
+				  'type' => 'string',
212
+				  'required' => true,
213
+				),
214
+				'datasetId' => array(
215
+				  'location' => 'path',
216
+				  'type' => 'string',
217
+				  'required' => true,
218
+				),
219
+				'limit' => array(
220
+				  'location' => 'query',
221
+				  'type' => 'integer',
222
+				),
223
+				'pageToken' => array(
224
+				  'location' => 'query',
225
+				  'type' => 'string',
226
+				),
227
+			  ),
228
+			),'patch' => array(
229
+			  'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}',
230
+			  'httpMethod' => 'PATCH',
231
+			  'parameters' => array(
232
+				'userId' => array(
233
+				  'location' => 'path',
234
+				  'type' => 'string',
235
+				  'required' => true,
236
+				),
237
+				'dataSourceId' => array(
238
+				  'location' => 'path',
239
+				  'type' => 'string',
240
+				  'required' => true,
241
+				),
242
+				'datasetId' => array(
243
+				  'location' => 'path',
244
+				  'type' => 'string',
245
+				  'required' => true,
246
+				),
247
+				'currentTimeMillis' => array(
248
+				  'location' => 'query',
249
+				  'type' => 'string',
250
+				),
251
+			  ),
252
+			),
253
+		  )
254
+		)
255
+	);
256
+	$this->users_dataset = new Google_Service_Fitness_UsersDataset_Resource(
257
+		$this,
258
+		$this->serviceName,
259
+		'dataset',
260
+		array(
261
+		  'methods' => array(
262
+			'aggregate' => array(
263
+			  'path' => '{userId}/dataset:aggregate',
264
+			  'httpMethod' => 'POST',
265
+			  'parameters' => array(
266
+				'userId' => array(
267
+				  'location' => 'path',
268
+				  'type' => 'string',
269
+				  'required' => true,
270
+				),
271
+			  ),
272
+			),
273
+		  )
274
+		)
275
+	);
276
+	$this->users_sessions = new Google_Service_Fitness_UsersSessions_Resource(
277
+		$this,
278
+		$this->serviceName,
279
+		'sessions',
280
+		array(
281
+		  'methods' => array(
282
+			'delete' => array(
283
+			  'path' => '{userId}/sessions/{sessionId}',
284
+			  'httpMethod' => 'DELETE',
285
+			  'parameters' => array(
286
+				'userId' => array(
287
+				  'location' => 'path',
288
+				  'type' => 'string',
289
+				  'required' => true,
290
+				),
291
+				'sessionId' => array(
292
+				  'location' => 'path',
293
+				  'type' => 'string',
294
+				  'required' => true,
295
+				),
296
+				'currentTimeMillis' => array(
297
+				  'location' => 'query',
298
+				  'type' => 'string',
299
+				),
300
+			  ),
301
+			),'list' => array(
302
+			  'path' => '{userId}/sessions',
303
+			  'httpMethod' => 'GET',
304
+			  'parameters' => array(
305
+				'userId' => array(
306
+				  'location' => 'path',
307
+				  'type' => 'string',
308
+				  'required' => true,
309
+				),
310
+				'pageToken' => array(
311
+				  'location' => 'query',
312
+				  'type' => 'string',
313
+				),
314
+				'endTime' => array(
315
+				  'location' => 'query',
316
+				  'type' => 'string',
317
+				),
318
+				'includeDeleted' => array(
319
+				  'location' => 'query',
320
+				  'type' => 'boolean',
321
+				),
322
+				'startTime' => array(
323
+				  'location' => 'query',
324
+				  'type' => 'string',
325
+				),
326
+			  ),
327
+			),'update' => array(
328
+			  'path' => '{userId}/sessions/{sessionId}',
329
+			  'httpMethod' => 'PUT',
330
+			  'parameters' => array(
331
+				'userId' => array(
332
+				  'location' => 'path',
333
+				  'type' => 'string',
334
+				  'required' => true,
335
+				),
336
+				'sessionId' => array(
337
+				  'location' => 'path',
338
+				  'type' => 'string',
339
+				  'required' => true,
340
+				),
341
+				'currentTimeMillis' => array(
342
+				  'location' => 'query',
343
+				  'type' => 'string',
344
+				),
345
+			  ),
346
+			),
347
+		  )
348
+		)
349
+	);
350 350
   }
351 351
 }
352 352
 
@@ -392,9 +392,9 @@  discard block
 block discarded – undo
392 392
    */
393 393
   public function create($userId, Google_Service_Fitness_DataSource $postBody, $optParams = array())
394 394
   {
395
-    $params = array('userId' => $userId, 'postBody' => $postBody);
396
-    $params = array_merge($params, $optParams);
397
-    return $this->call('create', array($params), "Google_Service_Fitness_DataSource");
395
+	$params = array('userId' => $userId, 'postBody' => $postBody);
396
+	$params = array_merge($params, $optParams);
397
+	return $this->call('create', array($params), "Google_Service_Fitness_DataSource");
398 398
   }
399 399
 
400 400
   /**
@@ -409,9 +409,9 @@  discard block
 block discarded – undo
409 409
    */
410 410
   public function delete($userId, $dataSourceId, $optParams = array())
411 411
   {
412
-    $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId);
413
-    $params = array_merge($params, $optParams);
414
-    return $this->call('delete', array($params), "Google_Service_Fitness_DataSource");
412
+	$params = array('userId' => $userId, 'dataSourceId' => $dataSourceId);
413
+	$params = array_merge($params, $optParams);
414
+	return $this->call('delete', array($params), "Google_Service_Fitness_DataSource");
415 415
   }
416 416
 
417 417
   /**
@@ -426,9 +426,9 @@  discard block
 block discarded – undo
426 426
    */
427 427
   public function get($userId, $dataSourceId, $optParams = array())
428 428
   {
429
-    $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId);
430
-    $params = array_merge($params, $optParams);
431
-    return $this->call('get', array($params), "Google_Service_Fitness_DataSource");
429
+	$params = array('userId' => $userId, 'dataSourceId' => $dataSourceId);
430
+	$params = array_merge($params, $optParams);
431
+	return $this->call('get', array($params), "Google_Service_Fitness_DataSource");
432 432
   }
433 433
 
434 434
   /**
@@ -447,9 +447,9 @@  discard block
 block discarded – undo
447 447
    */
448 448
   public function listUsersDataSources($userId, $optParams = array())
449 449
   {
450
-    $params = array('userId' => $userId);
451
-    $params = array_merge($params, $optParams);
452
-    return $this->call('list', array($params), "Google_Service_Fitness_ListDataSourcesResponse");
450
+	$params = array('userId' => $userId);
451
+	$params = array_merge($params, $optParams);
452
+	return $this->call('list', array($params), "Google_Service_Fitness_ListDataSourcesResponse");
453 453
   }
454 454
 
455 455
   /**
@@ -470,9 +470,9 @@  discard block
 block discarded – undo
470 470
    */
471 471
   public function patch($userId, $dataSourceId, Google_Service_Fitness_DataSource $postBody, $optParams = array())
472 472
   {
473
-    $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'postBody' => $postBody);
474
-    $params = array_merge($params, $optParams);
475
-    return $this->call('patch', array($params), "Google_Service_Fitness_DataSource");
473
+	$params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'postBody' => $postBody);
474
+	$params = array_merge($params, $optParams);
475
+	return $this->call('patch', array($params), "Google_Service_Fitness_DataSource");
476 476
   }
477 477
 
478 478
   /**
@@ -492,9 +492,9 @@  discard block
 block discarded – undo
492 492
    */
493 493
   public function update($userId, $dataSourceId, Google_Service_Fitness_DataSource $postBody, $optParams = array())
494 494
   {
495
-    $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'postBody' => $postBody);
496
-    $params = array_merge($params, $optParams);
497
-    return $this->call('update', array($params), "Google_Service_Fitness_DataSource");
495
+	$params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'postBody' => $postBody);
496
+	$params = array_merge($params, $optParams);
497
+	return $this->call('update', array($params), "Google_Service_Fitness_DataSource");
498 498
   }
499 499
 }
500 500
 
@@ -535,9 +535,9 @@  discard block
 block discarded – undo
535 535
    */
536 536
   public function delete($userId, $dataSourceId, $datasetId, $optParams = array())
537 537
   {
538
-    $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId);
539
-    $params = array_merge($params, $optParams);
540
-    return $this->call('delete', array($params));
538
+	$params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId);
539
+	$params = array_merge($params, $optParams);
540
+	return $this->call('delete', array($params));
541 541
   }
542 542
 
543 543
   /**
@@ -569,9 +569,9 @@  discard block
 block discarded – undo
569 569
    */
570 570
   public function get($userId, $dataSourceId, $datasetId, $optParams = array())
571 571
   {
572
-    $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId);
573
-    $params = array_merge($params, $optParams);
574
-    return $this->call('get', array($params), "Google_Service_Fitness_Dataset");
572
+	$params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId);
573
+	$params = array_merge($params, $optParams);
574
+	return $this->call('get', array($params), "Google_Service_Fitness_Dataset");
575 575
   }
576 576
 
577 577
   /**
@@ -598,9 +598,9 @@  discard block
 block discarded – undo
598 598
    */
599 599
   public function patch($userId, $dataSourceId, $datasetId, Google_Service_Fitness_Dataset $postBody, $optParams = array())
600 600
   {
601
-    $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId, 'postBody' => $postBody);
602
-    $params = array_merge($params, $optParams);
603
-    return $this->call('patch', array($params), "Google_Service_Fitness_Dataset");
601
+	$params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId, 'postBody' => $postBody);
602
+	$params = array_merge($params, $optParams);
603
+	return $this->call('patch', array($params), "Google_Service_Fitness_Dataset");
604 604
   }
605 605
 }
606 606
 /**
@@ -624,9 +624,9 @@  discard block
 block discarded – undo
624 624
    */
625 625
   public function aggregate($userId, Google_Service_Fitness_AggregateRequest $postBody, $optParams = array())
626 626
   {
627
-    $params = array('userId' => $userId, 'postBody' => $postBody);
628
-    $params = array_merge($params, $optParams);
629
-    return $this->call('aggregate', array($params), "Google_Service_Fitness_AggregateResponse");
627
+	$params = array('userId' => $userId, 'postBody' => $postBody);
628
+	$params = array_merge($params, $optParams);
629
+	return $this->call('aggregate', array($params), "Google_Service_Fitness_AggregateResponse");
630 630
   }
631 631
 }
632 632
 /**
@@ -653,9 +653,9 @@  discard block
 block discarded – undo
653 653
    */
654 654
   public function delete($userId, $sessionId, $optParams = array())
655 655
   {
656
-    $params = array('userId' => $userId, 'sessionId' => $sessionId);
657
-    $params = array_merge($params, $optParams);
658
-    return $this->call('delete', array($params));
656
+	$params = array('userId' => $userId, 'sessionId' => $sessionId);
657
+	$params = array_merge($params, $optParams);
658
+	return $this->call('delete', array($params));
659 659
   }
660 660
 
661 661
   /**
@@ -679,9 +679,9 @@  discard block
 block discarded – undo
679 679
    */
680 680
   public function listUsersSessions($userId, $optParams = array())
681 681
   {
682
-    $params = array('userId' => $userId);
683
-    $params = array_merge($params, $optParams);
684
-    return $this->call('list', array($params), "Google_Service_Fitness_ListSessionsResponse");
682
+	$params = array('userId' => $userId);
683
+	$params = array_merge($params, $optParams);
684
+	return $this->call('list', array($params), "Google_Service_Fitness_ListSessionsResponse");
685 685
   }
686 686
 
687 687
   /**
@@ -699,9 +699,9 @@  discard block
 block discarded – undo
699 699
    */
700 700
   public function update($userId, $sessionId, Google_Service_Fitness_Session $postBody, $optParams = array())
701 701
   {
702
-    $params = array('userId' => $userId, 'sessionId' => $sessionId, 'postBody' => $postBody);
703
-    $params = array_merge($params, $optParams);
704
-    return $this->call('update', array($params), "Google_Service_Fitness_Session");
702
+	$params = array('userId' => $userId, 'sessionId' => $sessionId, 'postBody' => $postBody);
703
+	$params = array_merge($params, $optParams);
704
+	return $this->call('update', array($params), "Google_Service_Fitness_Session");
705 705
   }
706 706
 }
707 707
 
@@ -725,51 +725,51 @@  discard block
 block discarded – undo
725 725
 
726 726
   public function setActivity($activity)
727 727
   {
728
-    $this->activity = $activity;
728
+	$this->activity = $activity;
729 729
   }
730 730
   public function getActivity()
731 731
   {
732
-    return $this->activity;
732
+	return $this->activity;
733 733
   }
734 734
   public function setDataset($dataset)
735 735
   {
736
-    $this->dataset = $dataset;
736
+	$this->dataset = $dataset;
737 737
   }
738 738
   public function getDataset()
739 739
   {
740
-    return $this->dataset;
740
+	return $this->dataset;
741 741
   }
742 742
   public function setEndTimeMillis($endTimeMillis)
743 743
   {
744
-    $this->endTimeMillis = $endTimeMillis;
744
+	$this->endTimeMillis = $endTimeMillis;
745 745
   }
746 746
   public function getEndTimeMillis()
747 747
   {
748
-    return $this->endTimeMillis;
748
+	return $this->endTimeMillis;
749 749
   }
750 750
   public function setSession(Google_Service_Fitness_Session $session)
751 751
   {
752
-    $this->session = $session;
752
+	$this->session = $session;
753 753
   }
754 754
   public function getSession()
755 755
   {
756
-    return $this->session;
756
+	return $this->session;
757 757
   }
758 758
   public function setStartTimeMillis($startTimeMillis)
759 759
   {
760
-    $this->startTimeMillis = $startTimeMillis;
760
+	$this->startTimeMillis = $startTimeMillis;
761 761
   }
762 762
   public function getStartTimeMillis()
763 763
   {
764
-    return $this->startTimeMillis;
764
+	return $this->startTimeMillis;
765 765
   }
766 766
   public function setType($type)
767 767
   {
768
-    $this->type = $type;
768
+	$this->type = $type;
769 769
   }
770 770
   public function getType()
771 771
   {
772
-    return $this->type;
772
+	return $this->type;
773 773
   }
774 774
 }
775 775
 
@@ -785,35 +785,35 @@  discard block
 block discarded – undo
785 785
 
786 786
   public function setDataSourceId($dataSourceId)
787 787
   {
788
-    $this->dataSourceId = $dataSourceId;
788
+	$this->dataSourceId = $dataSourceId;
789 789
   }
790 790
   public function getDataSourceId()
791 791
   {
792
-    return $this->dataSourceId;
792
+	return $this->dataSourceId;
793 793
   }
794 794
   public function setDataTypeName($dataTypeName)
795 795
   {
796
-    $this->dataTypeName = $dataTypeName;
796
+	$this->dataTypeName = $dataTypeName;
797 797
   }
798 798
   public function getDataTypeName()
799 799
   {
800
-    return $this->dataTypeName;
800
+	return $this->dataTypeName;
801 801
   }
802 802
   public function setOutputDataSourceId($outputDataSourceId)
803 803
   {
804
-    $this->outputDataSourceId = $outputDataSourceId;
804
+	$this->outputDataSourceId = $outputDataSourceId;
805 805
   }
806 806
   public function getOutputDataSourceId()
807 807
   {
808
-    return $this->outputDataSourceId;
808
+	return $this->outputDataSourceId;
809 809
   }
810 810
   public function setOutputDataTypeName($outputDataTypeName)
811 811
   {
812
-    $this->outputDataTypeName = $outputDataTypeName;
812
+	$this->outputDataTypeName = $outputDataTypeName;
813 813
   }
814 814
   public function getOutputDataTypeName()
815 815
   {
816
-    return $this->outputDataTypeName;
816
+	return $this->outputDataTypeName;
817 817
   }
818 818
 }
819 819
 
@@ -838,59 +838,59 @@  discard block
 block discarded – undo
838 838
 
839 839
   public function setAggregateBy($aggregateBy)
840 840
   {
841
-    $this->aggregateBy = $aggregateBy;
841
+	$this->aggregateBy = $aggregateBy;
842 842
   }
843 843
   public function getAggregateBy()
844 844
   {
845
-    return $this->aggregateBy;
845
+	return $this->aggregateBy;
846 846
   }
847 847
   public function setBucketByActivitySegment(Google_Service_Fitness_BucketByActivity $bucketByActivitySegment)
848 848
   {
849
-    $this->bucketByActivitySegment = $bucketByActivitySegment;
849
+	$this->bucketByActivitySegment = $bucketByActivitySegment;
850 850
   }
851 851
   public function getBucketByActivitySegment()
852 852
   {
853
-    return $this->bucketByActivitySegment;
853
+	return $this->bucketByActivitySegment;
854 854
   }
855 855
   public function setBucketByActivityType(Google_Service_Fitness_BucketByActivity $bucketByActivityType)
856 856
   {
857
-    $this->bucketByActivityType = $bucketByActivityType;
857
+	$this->bucketByActivityType = $bucketByActivityType;
858 858
   }
859 859
   public function getBucketByActivityType()
860 860
   {
861
-    return $this->bucketByActivityType;
861
+	return $this->bucketByActivityType;
862 862
   }
863 863
   public function setBucketBySession(Google_Service_Fitness_BucketBySession $bucketBySession)
864 864
   {
865
-    $this->bucketBySession = $bucketBySession;
865
+	$this->bucketBySession = $bucketBySession;
866 866
   }
867 867
   public function getBucketBySession()
868 868
   {
869
-    return $this->bucketBySession;
869
+	return $this->bucketBySession;
870 870
   }
871 871
   public function setBucketByTime(Google_Service_Fitness_BucketByTime $bucketByTime)
872 872
   {
873
-    $this->bucketByTime = $bucketByTime;
873
+	$this->bucketByTime = $bucketByTime;
874 874
   }
875 875
   public function getBucketByTime()
876 876
   {
877
-    return $this->bucketByTime;
877
+	return $this->bucketByTime;
878 878
   }
879 879
   public function setEndTimeMillis($endTimeMillis)
880 880
   {
881
-    $this->endTimeMillis = $endTimeMillis;
881
+	$this->endTimeMillis = $endTimeMillis;
882 882
   }
883 883
   public function getEndTimeMillis()
884 884
   {
885
-    return $this->endTimeMillis;
885
+	return $this->endTimeMillis;
886 886
   }
887 887
   public function setStartTimeMillis($startTimeMillis)
888 888
   {
889
-    $this->startTimeMillis = $startTimeMillis;
889
+	$this->startTimeMillis = $startTimeMillis;
890 890
   }
891 891
   public function getStartTimeMillis()
892 892
   {
893
-    return $this->startTimeMillis;
893
+	return $this->startTimeMillis;
894 894
   }
895 895
 }
896 896
 
@@ -905,11 +905,11 @@  discard block
 block discarded – undo
905 905
 
906 906
   public function setBucket($bucket)
907 907
   {
908
-    $this->bucket = $bucket;
908
+	$this->bucket = $bucket;
909 909
   }
910 910
   public function getBucket()
911 911
   {
912
-    return $this->bucket;
912
+	return $this->bucket;
913 913
   }
914 914
 }
915 915
 
@@ -925,35 +925,35 @@  discard block
 block discarded – undo
925 925
 
926 926
   public function setDetailsUrl($detailsUrl)
927 927
   {
928
-    $this->detailsUrl = $detailsUrl;
928
+	$this->detailsUrl = $detailsUrl;
929 929
   }
930 930
   public function getDetailsUrl()
931 931
   {
932
-    return $this->detailsUrl;
932
+	return $this->detailsUrl;
933 933
   }
934 934
   public function setName($name)
935 935
   {
936
-    $this->name = $name;
936
+	$this->name = $name;
937 937
   }
938 938
   public function getName()
939 939
   {
940
-    return $this->name;
940
+	return $this->name;
941 941
   }
942 942
   public function setPackageName($packageName)
943 943
   {
944
-    $this->packageName = $packageName;
944
+	$this->packageName = $packageName;
945 945
   }
946 946
   public function getPackageName()
947 947
   {
948
-    return $this->packageName;
948
+	return $this->packageName;
949 949
   }
950 950
   public function setVersion($version)
951 951
   {
952
-    $this->version = $version;
952
+	$this->version = $version;
953 953
   }
954 954
   public function getVersion()
955 955
   {
956
-    return $this->version;
956
+	return $this->version;
957 957
   }
958 958
 }
959 959
 
@@ -967,19 +967,19 @@  discard block
 block discarded – undo
967 967
 
968 968
   public function setActivityDataSourceId($activityDataSourceId)
969 969
   {
970
-    $this->activityDataSourceId = $activityDataSourceId;
970
+	$this->activityDataSourceId = $activityDataSourceId;
971 971
   }
972 972
   public function getActivityDataSourceId()
973 973
   {
974
-    return $this->activityDataSourceId;
974
+	return $this->activityDataSourceId;
975 975
   }
976 976
   public function setMinDurationMillis($minDurationMillis)
977 977
   {
978
-    $this->minDurationMillis = $minDurationMillis;
978
+	$this->minDurationMillis = $minDurationMillis;
979 979
   }
980 980
   public function getMinDurationMillis()
981 981
   {
982
-    return $this->minDurationMillis;
982
+	return $this->minDurationMillis;
983 983
   }
984 984
 }
985 985
 
@@ -992,11 +992,11 @@  discard block
 block discarded – undo
992 992
 
993 993
   public function setMinDurationMillis($minDurationMillis)
994 994
   {
995
-    $this->minDurationMillis = $minDurationMillis;
995
+	$this->minDurationMillis = $minDurationMillis;
996 996
   }
997 997
   public function getMinDurationMillis()
998 998
   {
999
-    return $this->minDurationMillis;
999
+	return $this->minDurationMillis;
1000 1000
   }
1001 1001
 }
1002 1002
 
@@ -1009,11 +1009,11 @@  discard block
 block discarded – undo
1009 1009
 
1010 1010
   public function setDurationMillis($durationMillis)
1011 1011
   {
1012
-    $this->durationMillis = $durationMillis;
1012
+	$this->durationMillis = $durationMillis;
1013 1013
   }
1014 1014
   public function getDurationMillis()
1015 1015
   {
1016
-    return $this->durationMillis;
1016
+	return $this->durationMillis;
1017 1017
   }
1018 1018
 }
1019 1019
 
@@ -1035,67 +1035,67 @@  discard block
 block discarded – undo
1035 1035
 
1036 1036
   public function setComputationTimeMillis($computationTimeMillis)
1037 1037
   {
1038
-    $this->computationTimeMillis = $computationTimeMillis;
1038
+	$this->computationTimeMillis = $computationTimeMillis;
1039 1039
   }
1040 1040
   public function getComputationTimeMillis()
1041 1041
   {
1042
-    return $this->computationTimeMillis;
1042
+	return $this->computationTimeMillis;
1043 1043
   }
1044 1044
   public function setDataTypeName($dataTypeName)
1045 1045
   {
1046
-    $this->dataTypeName = $dataTypeName;
1046
+	$this->dataTypeName = $dataTypeName;
1047 1047
   }
1048 1048
   public function getDataTypeName()
1049 1049
   {
1050
-    return $this->dataTypeName;
1050
+	return $this->dataTypeName;
1051 1051
   }
1052 1052
   public function setEndTimeNanos($endTimeNanos)
1053 1053
   {
1054
-    $this->endTimeNanos = $endTimeNanos;
1054
+	$this->endTimeNanos = $endTimeNanos;
1055 1055
   }
1056 1056
   public function getEndTimeNanos()
1057 1057
   {
1058
-    return $this->endTimeNanos;
1058
+	return $this->endTimeNanos;
1059 1059
   }
1060 1060
   public function setModifiedTimeMillis($modifiedTimeMillis)
1061 1061
   {
1062
-    $this->modifiedTimeMillis = $modifiedTimeMillis;
1062
+	$this->modifiedTimeMillis = $modifiedTimeMillis;
1063 1063
   }
1064 1064
   public function getModifiedTimeMillis()
1065 1065
   {
1066
-    return $this->modifiedTimeMillis;
1066
+	return $this->modifiedTimeMillis;
1067 1067
   }
1068 1068
   public function setOriginDataSourceId($originDataSourceId)
1069 1069
   {
1070
-    $this->originDataSourceId = $originDataSourceId;
1070
+	$this->originDataSourceId = $originDataSourceId;
1071 1071
   }
1072 1072
   public function getOriginDataSourceId()
1073 1073
   {
1074
-    return $this->originDataSourceId;
1074
+	return $this->originDataSourceId;
1075 1075
   }
1076 1076
   public function setRawTimestampNanos($rawTimestampNanos)
1077 1077
   {
1078
-    $this->rawTimestampNanos = $rawTimestampNanos;
1078
+	$this->rawTimestampNanos = $rawTimestampNanos;
1079 1079
   }
1080 1080
   public function getRawTimestampNanos()
1081 1081
   {
1082
-    return $this->rawTimestampNanos;
1082
+	return $this->rawTimestampNanos;
1083 1083
   }
1084 1084
   public function setStartTimeNanos($startTimeNanos)
1085 1085
   {
1086
-    $this->startTimeNanos = $startTimeNanos;
1086
+	$this->startTimeNanos = $startTimeNanos;
1087 1087
   }
1088 1088
   public function getStartTimeNanos()
1089 1089
   {
1090
-    return $this->startTimeNanos;
1090
+	return $this->startTimeNanos;
1091 1091
   }
1092 1092
   public function setValue($value)
1093 1093
   {
1094
-    $this->value = $value;
1094
+	$this->value = $value;
1095 1095
   }
1096 1096
   public function getValue()
1097 1097
   {
1098
-    return $this->value;
1098
+	return $this->value;
1099 1099
   }
1100 1100
 }
1101 1101
 
@@ -1117,59 +1117,59 @@  discard block
 block discarded – undo
1117 1117
 
1118 1118
   public function setApplication(Google_Service_Fitness_Application $application)
1119 1119
   {
1120
-    $this->application = $application;
1120
+	$this->application = $application;
1121 1121
   }
1122 1122
   public function getApplication()
1123 1123
   {
1124
-    return $this->application;
1124
+	return $this->application;
1125 1125
   }
1126 1126
   public function setDataStreamId($dataStreamId)
1127 1127
   {
1128
-    $this->dataStreamId = $dataStreamId;
1128
+	$this->dataStreamId = $dataStreamId;
1129 1129
   }
1130 1130
   public function getDataStreamId()
1131 1131
   {
1132
-    return $this->dataStreamId;
1132
+	return $this->dataStreamId;
1133 1133
   }
1134 1134
   public function setDataStreamName($dataStreamName)
1135 1135
   {
1136
-    $this->dataStreamName = $dataStreamName;
1136
+	$this->dataStreamName = $dataStreamName;
1137 1137
   }
1138 1138
   public function getDataStreamName()
1139 1139
   {
1140
-    return $this->dataStreamName;
1140
+	return $this->dataStreamName;
1141 1141
   }
1142 1142
   public function setDataType(Google_Service_Fitness_DataType $dataType)
1143 1143
   {
1144
-    $this->dataType = $dataType;
1144
+	$this->dataType = $dataType;
1145 1145
   }
1146 1146
   public function getDataType()
1147 1147
   {
1148
-    return $this->dataType;
1148
+	return $this->dataType;
1149 1149
   }
1150 1150
   public function setDevice(Google_Service_Fitness_Device $device)
1151 1151
   {
1152
-    $this->device = $device;
1152
+	$this->device = $device;
1153 1153
   }
1154 1154
   public function getDevice()
1155 1155
   {
1156
-    return $this->device;
1156
+	return $this->device;
1157 1157
   }
1158 1158
   public function setName($name)
1159 1159
   {
1160
-    $this->name = $name;
1160
+	$this->name = $name;
1161 1161
   }
1162 1162
   public function getName()
1163 1163
   {
1164
-    return $this->name;
1164
+	return $this->name;
1165 1165
   }
1166 1166
   public function setType($type)
1167 1167
   {
1168
-    $this->type = $type;
1168
+	$this->type = $type;
1169 1169
   }
1170 1170
   public function getType()
1171 1171
   {
1172
-    return $this->type;
1172
+	return $this->type;
1173 1173
   }
1174 1174
 }
1175 1175
 
@@ -1185,19 +1185,19 @@  discard block
 block discarded – undo
1185 1185
 
1186 1186
   public function setField($field)
1187 1187
   {
1188
-    $this->field = $field;
1188
+	$this->field = $field;
1189 1189
   }
1190 1190
   public function getField()
1191 1191
   {
1192
-    return $this->field;
1192
+	return $this->field;
1193 1193
   }
1194 1194
   public function setName($name)
1195 1195
   {
1196
-    $this->name = $name;
1196
+	$this->name = $name;
1197 1197
   }
1198 1198
   public function getName()
1199 1199
   {
1200
-    return $this->name;
1200
+	return $this->name;
1201 1201
   }
1202 1202
 }
1203 1203
 
@@ -1212,27 +1212,27 @@  discard block
 block discarded – undo
1212 1212
 
1213 1213
   public function setFormat($format)
1214 1214
   {
1215
-    $this->format = $format;
1215
+	$this->format = $format;
1216 1216
   }
1217 1217
   public function getFormat()
1218 1218
   {
1219
-    return $this->format;
1219
+	return $this->format;
1220 1220
   }
1221 1221
   public function setName($name)
1222 1222
   {
1223
-    $this->name = $name;
1223
+	$this->name = $name;
1224 1224
   }
1225 1225
   public function getName()
1226 1226
   {
1227
-    return $this->name;
1227
+	return $this->name;
1228 1228
   }
1229 1229
   public function setOptional($optional)
1230 1230
   {
1231
-    $this->optional = $optional;
1231
+	$this->optional = $optional;
1232 1232
   }
1233 1233
   public function getOptional()
1234 1234
   {
1235
-    return $this->optional;
1235
+	return $this->optional;
1236 1236
   }
1237 1237
 }
1238 1238
 
@@ -1251,43 +1251,43 @@  discard block
 block discarded – undo
1251 1251
 
1252 1252
   public function setDataSourceId($dataSourceId)
1253 1253
   {
1254
-    $this->dataSourceId = $dataSourceId;
1254
+	$this->dataSourceId = $dataSourceId;
1255 1255
   }
1256 1256
   public function getDataSourceId()
1257 1257
   {
1258
-    return $this->dataSourceId;
1258
+	return $this->dataSourceId;
1259 1259
   }
1260 1260
   public function setMaxEndTimeNs($maxEndTimeNs)
1261 1261
   {
1262
-    $this->maxEndTimeNs = $maxEndTimeNs;
1262
+	$this->maxEndTimeNs = $maxEndTimeNs;
1263 1263
   }
1264 1264
   public function getMaxEndTimeNs()
1265 1265
   {
1266
-    return $this->maxEndTimeNs;
1266
+	return $this->maxEndTimeNs;
1267 1267
   }
1268 1268
   public function setMinStartTimeNs($minStartTimeNs)
1269 1269
   {
1270
-    $this->minStartTimeNs = $minStartTimeNs;
1270
+	$this->minStartTimeNs = $minStartTimeNs;
1271 1271
   }
1272 1272
   public function getMinStartTimeNs()
1273 1273
   {
1274
-    return $this->minStartTimeNs;
1274
+	return $this->minStartTimeNs;
1275 1275
   }
1276 1276
   public function setNextPageToken($nextPageToken)
1277 1277
   {
1278
-    $this->nextPageToken = $nextPageToken;
1278
+	$this->nextPageToken = $nextPageToken;
1279 1279
   }
1280 1280
   public function getNextPageToken()
1281 1281
   {
1282
-    return $this->nextPageToken;
1282
+	return $this->nextPageToken;
1283 1283
   }
1284 1284
   public function setPoint($point)
1285 1285
   {
1286
-    $this->point = $point;
1286
+	$this->point = $point;
1287 1287
   }
1288 1288
   public function getPoint()
1289 1289
   {
1290
-    return $this->point;
1290
+	return $this->point;
1291 1291
   }
1292 1292
 }
1293 1293
 
@@ -1304,43 +1304,43 @@  discard block
 block discarded – undo
1304 1304
 
1305 1305
   public function setManufacturer($manufacturer)
1306 1306
   {
1307
-    $this->manufacturer = $manufacturer;
1307
+	$this->manufacturer = $manufacturer;
1308 1308
   }
1309 1309
   public function getManufacturer()
1310 1310
   {
1311
-    return $this->manufacturer;
1311
+	return $this->manufacturer;
1312 1312
   }
1313 1313
   public function setModel($model)
1314 1314
   {
1315
-    $this->model = $model;
1315
+	$this->model = $model;
1316 1316
   }
1317 1317
   public function getModel()
1318 1318
   {
1319
-    return $this->model;
1319
+	return $this->model;
1320 1320
   }
1321 1321
   public function setType($type)
1322 1322
   {
1323
-    $this->type = $type;
1323
+	$this->type = $type;
1324 1324
   }
1325 1325
   public function getType()
1326 1326
   {
1327
-    return $this->type;
1327
+	return $this->type;
1328 1328
   }
1329 1329
   public function setUid($uid)
1330 1330
   {
1331
-    $this->uid = $uid;
1331
+	$this->uid = $uid;
1332 1332
   }
1333 1333
   public function getUid()
1334 1334
   {
1335
-    return $this->uid;
1335
+	return $this->uid;
1336 1336
   }
1337 1337
   public function setVersion($version)
1338 1338
   {
1339
-    $this->version = $version;
1339
+	$this->version = $version;
1340 1340
   }
1341 1341
   public function getVersion()
1342 1342
   {
1343
-    return $this->version;
1343
+	return $this->version;
1344 1344
   }
1345 1345
 }
1346 1346
 
@@ -1355,11 +1355,11 @@  discard block
 block discarded – undo
1355 1355
 
1356 1356
   public function setDataSource($dataSource)
1357 1357
   {
1358
-    $this->dataSource = $dataSource;
1358
+	$this->dataSource = $dataSource;
1359 1359
   }
1360 1360
   public function getDataSource()
1361 1361
   {
1362
-    return $this->dataSource;
1362
+	return $this->dataSource;
1363 1363
   }
1364 1364
 }
1365 1365
 
@@ -1377,27 +1377,27 @@  discard block
 block discarded – undo
1377 1377
 
1378 1378
   public function setDeletedSession($deletedSession)
1379 1379
   {
1380
-    $this->deletedSession = $deletedSession;
1380
+	$this->deletedSession = $deletedSession;
1381 1381
   }
1382 1382
   public function getDeletedSession()
1383 1383
   {
1384
-    return $this->deletedSession;
1384
+	return $this->deletedSession;
1385 1385
   }
1386 1386
   public function setNextPageToken($nextPageToken)
1387 1387
   {
1388
-    $this->nextPageToken = $nextPageToken;
1388
+	$this->nextPageToken = $nextPageToken;
1389 1389
   }
1390 1390
   public function getNextPageToken()
1391 1391
   {
1392
-    return $this->nextPageToken;
1392
+	return $this->nextPageToken;
1393 1393
   }
1394 1394
   public function setSession($session)
1395 1395
   {
1396
-    $this->session = $session;
1396
+	$this->session = $session;
1397 1397
   }
1398 1398
   public function getSession()
1399 1399
   {
1400
-    return $this->session;
1400
+	return $this->session;
1401 1401
   }
1402 1402
 }
1403 1403
 
@@ -1419,75 +1419,75 @@  discard block
 block discarded – undo
1419 1419
 
1420 1420
   public function setActiveTimeMillis($activeTimeMillis)
1421 1421
   {
1422
-    $this->activeTimeMillis = $activeTimeMillis;
1422
+	$this->activeTimeMillis = $activeTimeMillis;
1423 1423
   }
1424 1424
   public function getActiveTimeMillis()
1425 1425
   {
1426
-    return $this->activeTimeMillis;
1426
+	return $this->activeTimeMillis;
1427 1427
   }
1428 1428
   public function setActivityType($activityType)
1429 1429
   {
1430
-    $this->activityType = $activityType;
1430
+	$this->activityType = $activityType;
1431 1431
   }
1432 1432
   public function getActivityType()
1433 1433
   {
1434
-    return $this->activityType;
1434
+	return $this->activityType;
1435 1435
   }
1436 1436
   public function setApplication(Google_Service_Fitness_Application $application)
1437 1437
   {
1438
-    $this->application = $application;
1438
+	$this->application = $application;
1439 1439
   }
1440 1440
   public function getApplication()
1441 1441
   {
1442
-    return $this->application;
1442
+	return $this->application;
1443 1443
   }
1444 1444
   public function setDescription($description)
1445 1445
   {
1446
-    $this->description = $description;
1446
+	$this->description = $description;
1447 1447
   }
1448 1448
   public function getDescription()
1449 1449
   {
1450
-    return $this->description;
1450
+	return $this->description;
1451 1451
   }
1452 1452
   public function setEndTimeMillis($endTimeMillis)
1453 1453
   {
1454
-    $this->endTimeMillis = $endTimeMillis;
1454
+	$this->endTimeMillis = $endTimeMillis;
1455 1455
   }
1456 1456
   public function getEndTimeMillis()
1457 1457
   {
1458
-    return $this->endTimeMillis;
1458
+	return $this->endTimeMillis;
1459 1459
   }
1460 1460
   public function setId($id)
1461 1461
   {
1462
-    $this->id = $id;
1462
+	$this->id = $id;
1463 1463
   }
1464 1464
   public function getId()
1465 1465
   {
1466
-    return $this->id;
1466
+	return $this->id;
1467 1467
   }
1468 1468
   public function setModifiedTimeMillis($modifiedTimeMillis)
1469 1469
   {
1470
-    $this->modifiedTimeMillis = $modifiedTimeMillis;
1470
+	$this->modifiedTimeMillis = $modifiedTimeMillis;
1471 1471
   }
1472 1472
   public function getModifiedTimeMillis()
1473 1473
   {
1474
-    return $this->modifiedTimeMillis;
1474
+	return $this->modifiedTimeMillis;
1475 1475
   }
1476 1476
   public function setName($name)
1477 1477
   {
1478
-    $this->name = $name;
1478
+	$this->name = $name;
1479 1479
   }
1480 1480
   public function getName()
1481 1481
   {
1482
-    return $this->name;
1482
+	return $this->name;
1483 1483
   }
1484 1484
   public function setStartTimeMillis($startTimeMillis)
1485 1485
   {
1486
-    $this->startTimeMillis = $startTimeMillis;
1486
+	$this->startTimeMillis = $startTimeMillis;
1487 1487
   }
1488 1488
   public function getStartTimeMillis()
1489 1489
   {
1490
-    return $this->startTimeMillis;
1490
+	return $this->startTimeMillis;
1491 1491
   }
1492 1492
 }
1493 1493
 
@@ -1501,18 +1501,18 @@  discard block
 block discarded – undo
1501 1501
 
1502 1502
   public function setFpVal($fpVal)
1503 1503
   {
1504
-    $this->fpVal = $fpVal;
1504
+	$this->fpVal = $fpVal;
1505 1505
   }
1506 1506
   public function getFpVal()
1507 1507
   {
1508
-    return $this->fpVal;
1508
+	return $this->fpVal;
1509 1509
   }
1510 1510
   public function setIntVal($intVal)
1511 1511
   {
1512
-    $this->intVal = $intVal;
1512
+	$this->intVal = $intVal;
1513 1513
   }
1514 1514
   public function getIntVal()
1515 1515
   {
1516
-    return $this->intVal;
1516
+	return $this->intVal;
1517 1517
   }
1518 1518
 }
Please login to merge, or discard this patch.
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
                   'required' => true,
85 85
                 ),
86 86
               ),
87
-            ),'delete' => array(
87
+            ), 'delete' => array(
88 88
               'path' => '{userId}/dataSources/{dataSourceId}',
89 89
               'httpMethod' => 'DELETE',
90 90
               'parameters' => array(
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
                   'required' => true,
100 100
                 ),
101 101
               ),
102
-            ),'get' => array(
102
+            ), 'get' => array(
103 103
               'path' => '{userId}/dataSources/{dataSourceId}',
104 104
               'httpMethod' => 'GET',
105 105
               'parameters' => array(
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
                   'required' => true,
115 115
                 ),
116 116
               ),
117
-            ),'list' => array(
117
+            ), 'list' => array(
118 118
               'path' => '{userId}/dataSources',
119 119
               'httpMethod' => 'GET',
120 120
               'parameters' => array(
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
                   'repeated' => true,
130 130
                 ),
131 131
               ),
132
-            ),'patch' => array(
132
+            ), 'patch' => array(
133 133
               'path' => '{userId}/dataSources/{dataSourceId}',
134 134
               'httpMethod' => 'PATCH',
135 135
               'parameters' => array(
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
                   'required' => true,
145 145
                 ),
146 146
               ),
147
-            ),'update' => array(
147
+            ), 'update' => array(
148 148
               'path' => '{userId}/dataSources/{dataSourceId}',
149 149
               'httpMethod' => 'PUT',
150 150
               'parameters' => array(
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
                   'type' => 'string',
198 198
                 ),
199 199
               ),
200
-            ),'get' => array(
200
+            ), 'get' => array(
201 201
               'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}',
202 202
               'httpMethod' => 'GET',
203 203
               'parameters' => array(
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
225 225
                   'type' => 'string',
226 226
                 ),
227 227
               ),
228
-            ),'patch' => array(
228
+            ), 'patch' => array(
229 229
               'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}',
230 230
               'httpMethod' => 'PATCH',
231 231
               'parameters' => array(
@@ -298,7 +298,7 @@  discard block
 block discarded – undo
298 298
                   'type' => 'string',
299 299
                 ),
300 300
               ),
301
-            ),'list' => array(
301
+            ), 'list' => array(
302 302
               'path' => '{userId}/sessions',
303 303
               'httpMethod' => 'GET',
304 304
               'parameters' => array(
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
                   'type' => 'string',
325 325
                 ),
326 326
               ),
327
-            ),'update' => array(
327
+            ), 'update' => array(
328 328
               'path' => '{userId}/sessions/{sessionId}',
329 329
               'httpMethod' => 'PUT',
330 330
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/Fusiontables.php 3 patches
Doc Comments   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -676,7 +676,7 @@  discard block
 block discarded – undo
676 676
    * Adds a new column to the table. (column.insert)
677 677
    *
678 678
    * @param string $tableId Table for which a new column is being added.
679
-   * @param Google_Column $postBody
679
+   * @param Google_Service_Fusiontables_Column $postBody
680 680
    * @param array $optParams Optional parameters.
681 681
    * @return Google_Service_Fusiontables_Column
682 682
    */
@@ -713,7 +713,7 @@  discard block
 block discarded – undo
713 713
    * @param string $tableId Table for which the column is being updated.
714 714
    * @param string $columnId Name or identifier for the column that is being
715 715
    * updated.
716
-   * @param Google_Column $postBody
716
+   * @param Google_Service_Fusiontables_Column $postBody
717 717
    * @param array $optParams Optional parameters.
718 718
    * @return Google_Service_Fusiontables_Column
719 719
    */
@@ -730,7 +730,7 @@  discard block
 block discarded – undo
730 730
    * @param string $tableId Table for which the column is being updated.
731 731
    * @param string $columnId Name or identifier for the column that is being
732 732
    * updated.
733
-   * @param Google_Column $postBody
733
+   * @param Google_Service_Fusiontables_Column $postBody
734 734
    * @param array $optParams Optional parameters.
735 735
    * @return Google_Service_Fusiontables_Column
736 736
    */
@@ -842,7 +842,7 @@  discard block
 block discarded – undo
842 842
    * Adds a new style for the table. (style.insert)
843 843
    *
844 844
    * @param string $tableId Table for which a new style is being added
845
-   * @param Google_StyleSetting $postBody
845
+   * @param Google_Service_Fusiontables_StyleSetting $postBody
846 846
    * @param array $optParams Optional parameters.
847 847
    * @return Google_Service_Fusiontables_StyleSetting
848 848
    */
@@ -878,7 +878,7 @@  discard block
 block discarded – undo
878 878
    *
879 879
    * @param string $tableId Table whose style is being updated.
880 880
    * @param int $styleId Identifier (within a table) for the style being updated.
881
-   * @param Google_StyleSetting $postBody
881
+   * @param Google_Service_Fusiontables_StyleSetting $postBody
882 882
    * @param array $optParams Optional parameters.
883 883
    * @return Google_Service_Fusiontables_StyleSetting
884 884
    */
@@ -894,7 +894,7 @@  discard block
 block discarded – undo
894 894
    *
895 895
    * @param string $tableId Table whose style is being updated.
896 896
    * @param int $styleId Identifier (within a table) for the style being updated.
897
-   * @param Google_StyleSetting $postBody
897
+   * @param Google_Service_Fusiontables_StyleSetting $postBody
898 898
    * @param array $optParams Optional parameters.
899 899
    * @return Google_Service_Fusiontables_StyleSetting
900 900
    */
@@ -1011,7 +1011,7 @@  discard block
 block discarded – undo
1011 1011
   /**
1012 1012
    * Creates a new table. (table.insert)
1013 1013
    *
1014
-   * @param Google_Table $postBody
1014
+   * @param Google_Service_Fusiontables_Table $postBody
1015 1015
    * @param array $optParams Optional parameters.
1016 1016
    * @return Google_Service_Fusiontables_Table
1017 1017
    */
@@ -1046,7 +1046,7 @@  discard block
 block discarded – undo
1046 1046
    * semantics. (table.patch)
1047 1047
    *
1048 1048
    * @param string $tableId ID of the table that is being updated.
1049
-   * @param Google_Table $postBody
1049
+   * @param Google_Service_Fusiontables_Table $postBody
1050 1050
    * @param array $optParams Optional parameters.
1051 1051
    *
1052 1052
    * @opt_param bool replaceViewDefinition Whether the view definition is also
@@ -1096,7 +1096,7 @@  discard block
 block discarded – undo
1096 1096
    * description, and attribution will be updated. (table.update)
1097 1097
    *
1098 1098
    * @param string $tableId ID of the table that is being updated.
1099
-   * @param Google_Table $postBody
1099
+   * @param Google_Service_Fusiontables_Table $postBody
1100 1100
    * @param array $optParams Optional parameters.
1101 1101
    *
1102 1102
    * @opt_param bool replaceViewDefinition Whether the view definition is also
@@ -1218,7 +1218,7 @@  discard block
 block discarded – undo
1218 1218
    * Creates a new template for the table. (template.insert)
1219 1219
    *
1220 1220
    * @param string $tableId Table for which a new template is being created
1221
-   * @param Google_Template $postBody
1221
+   * @param Google_Service_Fusiontables_Template $postBody
1222 1222
    * @param array $optParams Optional parameters.
1223 1223
    * @return Google_Service_Fusiontables_Template
1224 1224
    */
@@ -1255,7 +1255,7 @@  discard block
 block discarded – undo
1255 1255
    *
1256 1256
    * @param string $tableId Table to which the updated template belongs
1257 1257
    * @param int $templateId Identifier for the template that is being updated
1258
-   * @param Google_Template $postBody
1258
+   * @param Google_Service_Fusiontables_Template $postBody
1259 1259
    * @param array $optParams Optional parameters.
1260 1260
    * @return Google_Service_Fusiontables_Template
1261 1261
    */
@@ -1271,7 +1271,7 @@  discard block
 block discarded – undo
1271 1271
    *
1272 1272
    * @param string $tableId Table to which the updated template belongs
1273 1273
    * @param int $templateId Identifier for the template that is being updated
1274
-   * @param Google_Template $postBody
1274
+   * @param Google_Service_Fusiontables_Template $postBody
1275 1275
    * @param array $optParams Optional parameters.
1276 1276
    * @return Google_Service_Fusiontables_Template
1277 1277
    */
Please login to merge, or discard this patch.
Indentation   +892 added lines, -892 removed lines patch added patch discarded remove patch
@@ -32,10 +32,10 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage your Fusion Tables. */
34 34
   const FUSIONTABLES =
35
-      "https://www.googleapis.com/auth/fusiontables";
35
+	  "https://www.googleapis.com/auth/fusiontables";
36 36
   /** View your Fusion Tables. */
37 37
   const FUSIONTABLES_READONLY =
38
-      "https://www.googleapis.com/auth/fusiontables.readonly";
38
+	  "https://www.googleapis.com/auth/fusiontables.readonly";
39 39
 
40 40
   public $column;
41 41
   public $query;
@@ -52,581 +52,581 @@  discard block
 block discarded – undo
52 52
    */
53 53
   public function __construct(Google_Client $client)
54 54
   {
55
-    parent::__construct($client);
56
-    $this->rootUrl = 'https://www.googleapis.com/';
57
-    $this->servicePath = 'fusiontables/v2/';
58
-    $this->version = 'v2';
59
-    $this->serviceName = 'fusiontables';
60
-
61
-    $this->column = new Google_Service_Fusiontables_Column_Resource(
62
-        $this,
63
-        $this->serviceName,
64
-        'column',
65
-        array(
66
-          'methods' => array(
67
-            'delete' => array(
68
-              'path' => 'tables/{tableId}/columns/{columnId}',
69
-              'httpMethod' => 'DELETE',
70
-              'parameters' => array(
71
-                'tableId' => array(
72
-                  'location' => 'path',
73
-                  'type' => 'string',
74
-                  'required' => true,
75
-                ),
76
-                'columnId' => array(
77
-                  'location' => 'path',
78
-                  'type' => 'string',
79
-                  'required' => true,
80
-                ),
81
-              ),
82
-            ),'get' => array(
83
-              'path' => 'tables/{tableId}/columns/{columnId}',
84
-              'httpMethod' => 'GET',
85
-              'parameters' => array(
86
-                'tableId' => array(
87
-                  'location' => 'path',
88
-                  'type' => 'string',
89
-                  'required' => true,
90
-                ),
91
-                'columnId' => array(
92
-                  'location' => 'path',
93
-                  'type' => 'string',
94
-                  'required' => true,
95
-                ),
96
-              ),
97
-            ),'insert' => array(
98
-              'path' => 'tables/{tableId}/columns',
99
-              'httpMethod' => 'POST',
100
-              'parameters' => array(
101
-                'tableId' => array(
102
-                  'location' => 'path',
103
-                  'type' => 'string',
104
-                  'required' => true,
105
-                ),
106
-              ),
107
-            ),'list' => array(
108
-              'path' => 'tables/{tableId}/columns',
109
-              'httpMethod' => 'GET',
110
-              'parameters' => array(
111
-                'tableId' => array(
112
-                  'location' => 'path',
113
-                  'type' => 'string',
114
-                  'required' => true,
115
-                ),
116
-                'pageToken' => array(
117
-                  'location' => 'query',
118
-                  'type' => 'string',
119
-                ),
120
-                'maxResults' => array(
121
-                  'location' => 'query',
122
-                  'type' => 'integer',
123
-                ),
124
-              ),
125
-            ),'patch' => array(
126
-              'path' => 'tables/{tableId}/columns/{columnId}',
127
-              'httpMethod' => 'PATCH',
128
-              'parameters' => array(
129
-                'tableId' => array(
130
-                  'location' => 'path',
131
-                  'type' => 'string',
132
-                  'required' => true,
133
-                ),
134
-                'columnId' => array(
135
-                  'location' => 'path',
136
-                  'type' => 'string',
137
-                  'required' => true,
138
-                ),
139
-              ),
140
-            ),'update' => array(
141
-              'path' => 'tables/{tableId}/columns/{columnId}',
142
-              'httpMethod' => 'PUT',
143
-              'parameters' => array(
144
-                'tableId' => array(
145
-                  'location' => 'path',
146
-                  'type' => 'string',
147
-                  'required' => true,
148
-                ),
149
-                'columnId' => array(
150
-                  'location' => 'path',
151
-                  'type' => 'string',
152
-                  'required' => true,
153
-                ),
154
-              ),
155
-            ),
156
-          )
157
-        )
158
-    );
159
-    $this->query = new Google_Service_Fusiontables_Query_Resource(
160
-        $this,
161
-        $this->serviceName,
162
-        'query',
163
-        array(
164
-          'methods' => array(
165
-            'sql' => array(
166
-              'path' => 'query',
167
-              'httpMethod' => 'POST',
168
-              'parameters' => array(
169
-                'sql' => array(
170
-                  'location' => 'query',
171
-                  'type' => 'string',
172
-                  'required' => true,
173
-                ),
174
-                'typed' => array(
175
-                  'location' => 'query',
176
-                  'type' => 'boolean',
177
-                ),
178
-                'hdrs' => array(
179
-                  'location' => 'query',
180
-                  'type' => 'boolean',
181
-                ),
182
-              ),
183
-            ),'sqlGet' => array(
184
-              'path' => 'query',
185
-              'httpMethod' => 'GET',
186
-              'parameters' => array(
187
-                'sql' => array(
188
-                  'location' => 'query',
189
-                  'type' => 'string',
190
-                  'required' => true,
191
-                ),
192
-                'typed' => array(
193
-                  'location' => 'query',
194
-                  'type' => 'boolean',
195
-                ),
196
-                'hdrs' => array(
197
-                  'location' => 'query',
198
-                  'type' => 'boolean',
199
-                ),
200
-              ),
201
-            ),
202
-          )
203
-        )
204
-    );
205
-    $this->style = new Google_Service_Fusiontables_Style_Resource(
206
-        $this,
207
-        $this->serviceName,
208
-        'style',
209
-        array(
210
-          'methods' => array(
211
-            'delete' => array(
212
-              'path' => 'tables/{tableId}/styles/{styleId}',
213
-              'httpMethod' => 'DELETE',
214
-              'parameters' => array(
215
-                'tableId' => array(
216
-                  'location' => 'path',
217
-                  'type' => 'string',
218
-                  'required' => true,
219
-                ),
220
-                'styleId' => array(
221
-                  'location' => 'path',
222
-                  'type' => 'integer',
223
-                  'required' => true,
224
-                ),
225
-              ),
226
-            ),'get' => array(
227
-              'path' => 'tables/{tableId}/styles/{styleId}',
228
-              'httpMethod' => 'GET',
229
-              'parameters' => array(
230
-                'tableId' => array(
231
-                  'location' => 'path',
232
-                  'type' => 'string',
233
-                  'required' => true,
234
-                ),
235
-                'styleId' => array(
236
-                  'location' => 'path',
237
-                  'type' => 'integer',
238
-                  'required' => true,
239
-                ),
240
-              ),
241
-            ),'insert' => array(
242
-              'path' => 'tables/{tableId}/styles',
243
-              'httpMethod' => 'POST',
244
-              'parameters' => array(
245
-                'tableId' => array(
246
-                  'location' => 'path',
247
-                  'type' => 'string',
248
-                  'required' => true,
249
-                ),
250
-              ),
251
-            ),'list' => array(
252
-              'path' => 'tables/{tableId}/styles',
253
-              'httpMethod' => 'GET',
254
-              'parameters' => array(
255
-                'tableId' => array(
256
-                  'location' => 'path',
257
-                  'type' => 'string',
258
-                  'required' => true,
259
-                ),
260
-                'pageToken' => array(
261
-                  'location' => 'query',
262
-                  'type' => 'string',
263
-                ),
264
-                'maxResults' => array(
265
-                  'location' => 'query',
266
-                  'type' => 'integer',
267
-                ),
268
-              ),
269
-            ),'patch' => array(
270
-              'path' => 'tables/{tableId}/styles/{styleId}',
271
-              'httpMethod' => 'PATCH',
272
-              'parameters' => array(
273
-                'tableId' => array(
274
-                  'location' => 'path',
275
-                  'type' => 'string',
276
-                  'required' => true,
277
-                ),
278
-                'styleId' => array(
279
-                  'location' => 'path',
280
-                  'type' => 'integer',
281
-                  'required' => true,
282
-                ),
283
-              ),
284
-            ),'update' => array(
285
-              'path' => 'tables/{tableId}/styles/{styleId}',
286
-              'httpMethod' => 'PUT',
287
-              'parameters' => array(
288
-                'tableId' => array(
289
-                  'location' => 'path',
290
-                  'type' => 'string',
291
-                  'required' => true,
292
-                ),
293
-                'styleId' => array(
294
-                  'location' => 'path',
295
-                  'type' => 'integer',
296
-                  'required' => true,
297
-                ),
298
-              ),
299
-            ),
300
-          )
301
-        )
302
-    );
303
-    $this->table = new Google_Service_Fusiontables_Table_Resource(
304
-        $this,
305
-        $this->serviceName,
306
-        'table',
307
-        array(
308
-          'methods' => array(
309
-            'copy' => array(
310
-              'path' => 'tables/{tableId}/copy',
311
-              'httpMethod' => 'POST',
312
-              'parameters' => array(
313
-                'tableId' => array(
314
-                  'location' => 'path',
315
-                  'type' => 'string',
316
-                  'required' => true,
317
-                ),
318
-                'copyPresentation' => array(
319
-                  'location' => 'query',
320
-                  'type' => 'boolean',
321
-                ),
322
-              ),
323
-            ),'delete' => array(
324
-              'path' => 'tables/{tableId}',
325
-              'httpMethod' => 'DELETE',
326
-              'parameters' => array(
327
-                'tableId' => array(
328
-                  'location' => 'path',
329
-                  'type' => 'string',
330
-                  'required' => true,
331
-                ),
332
-              ),
333
-            ),'get' => array(
334
-              'path' => 'tables/{tableId}',
335
-              'httpMethod' => 'GET',
336
-              'parameters' => array(
337
-                'tableId' => array(
338
-                  'location' => 'path',
339
-                  'type' => 'string',
340
-                  'required' => true,
341
-                ),
342
-              ),
343
-            ),'importRows' => array(
344
-              'path' => 'tables/{tableId}/import',
345
-              'httpMethod' => 'POST',
346
-              'parameters' => array(
347
-                'tableId' => array(
348
-                  'location' => 'path',
349
-                  'type' => 'string',
350
-                  'required' => true,
351
-                ),
352
-                'startLine' => array(
353
-                  'location' => 'query',
354
-                  'type' => 'integer',
355
-                ),
356
-                'isStrict' => array(
357
-                  'location' => 'query',
358
-                  'type' => 'boolean',
359
-                ),
360
-                'encoding' => array(
361
-                  'location' => 'query',
362
-                  'type' => 'string',
363
-                ),
364
-                'delimiter' => array(
365
-                  'location' => 'query',
366
-                  'type' => 'string',
367
-                ),
368
-                'endLine' => array(
369
-                  'location' => 'query',
370
-                  'type' => 'integer',
371
-                ),
372
-              ),
373
-            ),'importTable' => array(
374
-              'path' => 'tables/import',
375
-              'httpMethod' => 'POST',
376
-              'parameters' => array(
377
-                'name' => array(
378
-                  'location' => 'query',
379
-                  'type' => 'string',
380
-                  'required' => true,
381
-                ),
382
-                'delimiter' => array(
383
-                  'location' => 'query',
384
-                  'type' => 'string',
385
-                ),
386
-                'encoding' => array(
387
-                  'location' => 'query',
388
-                  'type' => 'string',
389
-                ),
390
-              ),
391
-            ),'insert' => array(
392
-              'path' => 'tables',
393
-              'httpMethod' => 'POST',
394
-              'parameters' => array(),
395
-            ),'list' => array(
396
-              'path' => 'tables',
397
-              'httpMethod' => 'GET',
398
-              'parameters' => array(
399
-                'pageToken' => array(
400
-                  'location' => 'query',
401
-                  'type' => 'string',
402
-                ),
403
-                'maxResults' => array(
404
-                  'location' => 'query',
405
-                  'type' => 'integer',
406
-                ),
407
-              ),
408
-            ),'patch' => array(
409
-              'path' => 'tables/{tableId}',
410
-              'httpMethod' => 'PATCH',
411
-              'parameters' => array(
412
-                'tableId' => array(
413
-                  'location' => 'path',
414
-                  'type' => 'string',
415
-                  'required' => true,
416
-                ),
417
-                'replaceViewDefinition' => array(
418
-                  'location' => 'query',
419
-                  'type' => 'boolean',
420
-                ),
421
-              ),
422
-            ),'replaceRows' => array(
423
-              'path' => 'tables/{tableId}/replace',
424
-              'httpMethod' => 'POST',
425
-              'parameters' => array(
426
-                'tableId' => array(
427
-                  'location' => 'path',
428
-                  'type' => 'string',
429
-                  'required' => true,
430
-                ),
431
-                'startLine' => array(
432
-                  'location' => 'query',
433
-                  'type' => 'integer',
434
-                ),
435
-                'isStrict' => array(
436
-                  'location' => 'query',
437
-                  'type' => 'boolean',
438
-                ),
439
-                'encoding' => array(
440
-                  'location' => 'query',
441
-                  'type' => 'string',
442
-                ),
443
-                'delimiter' => array(
444
-                  'location' => 'query',
445
-                  'type' => 'string',
446
-                ),
447
-                'endLine' => array(
448
-                  'location' => 'query',
449
-                  'type' => 'integer',
450
-                ),
451
-              ),
452
-            ),'update' => array(
453
-              'path' => 'tables/{tableId}',
454
-              'httpMethod' => 'PUT',
455
-              'parameters' => array(
456
-                'tableId' => array(
457
-                  'location' => 'path',
458
-                  'type' => 'string',
459
-                  'required' => true,
460
-                ),
461
-                'replaceViewDefinition' => array(
462
-                  'location' => 'query',
463
-                  'type' => 'boolean',
464
-                ),
465
-              ),
466
-            ),
467
-          )
468
-        )
469
-    );
470
-    $this->task = new Google_Service_Fusiontables_Task_Resource(
471
-        $this,
472
-        $this->serviceName,
473
-        'task',
474
-        array(
475
-          'methods' => array(
476
-            'delete' => array(
477
-              'path' => 'tables/{tableId}/tasks/{taskId}',
478
-              'httpMethod' => 'DELETE',
479
-              'parameters' => array(
480
-                'tableId' => array(
481
-                  'location' => 'path',
482
-                  'type' => 'string',
483
-                  'required' => true,
484
-                ),
485
-                'taskId' => array(
486
-                  'location' => 'path',
487
-                  'type' => 'string',
488
-                  'required' => true,
489
-                ),
490
-              ),
491
-            ),'get' => array(
492
-              'path' => 'tables/{tableId}/tasks/{taskId}',
493
-              'httpMethod' => 'GET',
494
-              'parameters' => array(
495
-                'tableId' => array(
496
-                  'location' => 'path',
497
-                  'type' => 'string',
498
-                  'required' => true,
499
-                ),
500
-                'taskId' => array(
501
-                  'location' => 'path',
502
-                  'type' => 'string',
503
-                  'required' => true,
504
-                ),
505
-              ),
506
-            ),'list' => array(
507
-              'path' => 'tables/{tableId}/tasks',
508
-              'httpMethod' => 'GET',
509
-              'parameters' => array(
510
-                'tableId' => array(
511
-                  'location' => 'path',
512
-                  'type' => 'string',
513
-                  'required' => true,
514
-                ),
515
-                'pageToken' => array(
516
-                  'location' => 'query',
517
-                  'type' => 'string',
518
-                ),
519
-                'startIndex' => array(
520
-                  'location' => 'query',
521
-                  'type' => 'integer',
522
-                ),
523
-                'maxResults' => array(
524
-                  'location' => 'query',
525
-                  'type' => 'integer',
526
-                ),
527
-              ),
528
-            ),
529
-          )
530
-        )
531
-    );
532
-    $this->template = new Google_Service_Fusiontables_Template_Resource(
533
-        $this,
534
-        $this->serviceName,
535
-        'template',
536
-        array(
537
-          'methods' => array(
538
-            'delete' => array(
539
-              'path' => 'tables/{tableId}/templates/{templateId}',
540
-              'httpMethod' => 'DELETE',
541
-              'parameters' => array(
542
-                'tableId' => array(
543
-                  'location' => 'path',
544
-                  'type' => 'string',
545
-                  'required' => true,
546
-                ),
547
-                'templateId' => array(
548
-                  'location' => 'path',
549
-                  'type' => 'integer',
550
-                  'required' => true,
551
-                ),
552
-              ),
553
-            ),'get' => array(
554
-              'path' => 'tables/{tableId}/templates/{templateId}',
555
-              'httpMethod' => 'GET',
556
-              'parameters' => array(
557
-                'tableId' => array(
558
-                  'location' => 'path',
559
-                  'type' => 'string',
560
-                  'required' => true,
561
-                ),
562
-                'templateId' => array(
563
-                  'location' => 'path',
564
-                  'type' => 'integer',
565
-                  'required' => true,
566
-                ),
567
-              ),
568
-            ),'insert' => array(
569
-              'path' => 'tables/{tableId}/templates',
570
-              'httpMethod' => 'POST',
571
-              'parameters' => array(
572
-                'tableId' => array(
573
-                  'location' => 'path',
574
-                  'type' => 'string',
575
-                  'required' => true,
576
-                ),
577
-              ),
578
-            ),'list' => array(
579
-              'path' => 'tables/{tableId}/templates',
580
-              'httpMethod' => 'GET',
581
-              'parameters' => array(
582
-                'tableId' => array(
583
-                  'location' => 'path',
584
-                  'type' => 'string',
585
-                  'required' => true,
586
-                ),
587
-                'pageToken' => array(
588
-                  'location' => 'query',
589
-                  'type' => 'string',
590
-                ),
591
-                'maxResults' => array(
592
-                  'location' => 'query',
593
-                  'type' => 'integer',
594
-                ),
595
-              ),
596
-            ),'patch' => array(
597
-              'path' => 'tables/{tableId}/templates/{templateId}',
598
-              'httpMethod' => 'PATCH',
599
-              'parameters' => array(
600
-                'tableId' => array(
601
-                  'location' => 'path',
602
-                  'type' => 'string',
603
-                  'required' => true,
604
-                ),
605
-                'templateId' => array(
606
-                  'location' => 'path',
607
-                  'type' => 'integer',
608
-                  'required' => true,
609
-                ),
610
-              ),
611
-            ),'update' => array(
612
-              'path' => 'tables/{tableId}/templates/{templateId}',
613
-              'httpMethod' => 'PUT',
614
-              'parameters' => array(
615
-                'tableId' => array(
616
-                  'location' => 'path',
617
-                  'type' => 'string',
618
-                  'required' => true,
619
-                ),
620
-                'templateId' => array(
621
-                  'location' => 'path',
622
-                  'type' => 'integer',
623
-                  'required' => true,
624
-                ),
625
-              ),
626
-            ),
627
-          )
628
-        )
629
-    );
55
+	parent::__construct($client);
56
+	$this->rootUrl = 'https://www.googleapis.com/';
57
+	$this->servicePath = 'fusiontables/v2/';
58
+	$this->version = 'v2';
59
+	$this->serviceName = 'fusiontables';
60
+
61
+	$this->column = new Google_Service_Fusiontables_Column_Resource(
62
+		$this,
63
+		$this->serviceName,
64
+		'column',
65
+		array(
66
+		  'methods' => array(
67
+			'delete' => array(
68
+			  'path' => 'tables/{tableId}/columns/{columnId}',
69
+			  'httpMethod' => 'DELETE',
70
+			  'parameters' => array(
71
+				'tableId' => array(
72
+				  'location' => 'path',
73
+				  'type' => 'string',
74
+				  'required' => true,
75
+				),
76
+				'columnId' => array(
77
+				  'location' => 'path',
78
+				  'type' => 'string',
79
+				  'required' => true,
80
+				),
81
+			  ),
82
+			),'get' => array(
83
+			  'path' => 'tables/{tableId}/columns/{columnId}',
84
+			  'httpMethod' => 'GET',
85
+			  'parameters' => array(
86
+				'tableId' => array(
87
+				  'location' => 'path',
88
+				  'type' => 'string',
89
+				  'required' => true,
90
+				),
91
+				'columnId' => array(
92
+				  'location' => 'path',
93
+				  'type' => 'string',
94
+				  'required' => true,
95
+				),
96
+			  ),
97
+			),'insert' => array(
98
+			  'path' => 'tables/{tableId}/columns',
99
+			  'httpMethod' => 'POST',
100
+			  'parameters' => array(
101
+				'tableId' => array(
102
+				  'location' => 'path',
103
+				  'type' => 'string',
104
+				  'required' => true,
105
+				),
106
+			  ),
107
+			),'list' => array(
108
+			  'path' => 'tables/{tableId}/columns',
109
+			  'httpMethod' => 'GET',
110
+			  'parameters' => array(
111
+				'tableId' => array(
112
+				  'location' => 'path',
113
+				  'type' => 'string',
114
+				  'required' => true,
115
+				),
116
+				'pageToken' => array(
117
+				  'location' => 'query',
118
+				  'type' => 'string',
119
+				),
120
+				'maxResults' => array(
121
+				  'location' => 'query',
122
+				  'type' => 'integer',
123
+				),
124
+			  ),
125
+			),'patch' => array(
126
+			  'path' => 'tables/{tableId}/columns/{columnId}',
127
+			  'httpMethod' => 'PATCH',
128
+			  'parameters' => array(
129
+				'tableId' => array(
130
+				  'location' => 'path',
131
+				  'type' => 'string',
132
+				  'required' => true,
133
+				),
134
+				'columnId' => array(
135
+				  'location' => 'path',
136
+				  'type' => 'string',
137
+				  'required' => true,
138
+				),
139
+			  ),
140
+			),'update' => array(
141
+			  'path' => 'tables/{tableId}/columns/{columnId}',
142
+			  'httpMethod' => 'PUT',
143
+			  'parameters' => array(
144
+				'tableId' => array(
145
+				  'location' => 'path',
146
+				  'type' => 'string',
147
+				  'required' => true,
148
+				),
149
+				'columnId' => array(
150
+				  'location' => 'path',
151
+				  'type' => 'string',
152
+				  'required' => true,
153
+				),
154
+			  ),
155
+			),
156
+		  )
157
+		)
158
+	);
159
+	$this->query = new Google_Service_Fusiontables_Query_Resource(
160
+		$this,
161
+		$this->serviceName,
162
+		'query',
163
+		array(
164
+		  'methods' => array(
165
+			'sql' => array(
166
+			  'path' => 'query',
167
+			  'httpMethod' => 'POST',
168
+			  'parameters' => array(
169
+				'sql' => array(
170
+				  'location' => 'query',
171
+				  'type' => 'string',
172
+				  'required' => true,
173
+				),
174
+				'typed' => array(
175
+				  'location' => 'query',
176
+				  'type' => 'boolean',
177
+				),
178
+				'hdrs' => array(
179
+				  'location' => 'query',
180
+				  'type' => 'boolean',
181
+				),
182
+			  ),
183
+			),'sqlGet' => array(
184
+			  'path' => 'query',
185
+			  'httpMethod' => 'GET',
186
+			  'parameters' => array(
187
+				'sql' => array(
188
+				  'location' => 'query',
189
+				  'type' => 'string',
190
+				  'required' => true,
191
+				),
192
+				'typed' => array(
193
+				  'location' => 'query',
194
+				  'type' => 'boolean',
195
+				),
196
+				'hdrs' => array(
197
+				  'location' => 'query',
198
+				  'type' => 'boolean',
199
+				),
200
+			  ),
201
+			),
202
+		  )
203
+		)
204
+	);
205
+	$this->style = new Google_Service_Fusiontables_Style_Resource(
206
+		$this,
207
+		$this->serviceName,
208
+		'style',
209
+		array(
210
+		  'methods' => array(
211
+			'delete' => array(
212
+			  'path' => 'tables/{tableId}/styles/{styleId}',
213
+			  'httpMethod' => 'DELETE',
214
+			  'parameters' => array(
215
+				'tableId' => array(
216
+				  'location' => 'path',
217
+				  'type' => 'string',
218
+				  'required' => true,
219
+				),
220
+				'styleId' => array(
221
+				  'location' => 'path',
222
+				  'type' => 'integer',
223
+				  'required' => true,
224
+				),
225
+			  ),
226
+			),'get' => array(
227
+			  'path' => 'tables/{tableId}/styles/{styleId}',
228
+			  'httpMethod' => 'GET',
229
+			  'parameters' => array(
230
+				'tableId' => array(
231
+				  'location' => 'path',
232
+				  'type' => 'string',
233
+				  'required' => true,
234
+				),
235
+				'styleId' => array(
236
+				  'location' => 'path',
237
+				  'type' => 'integer',
238
+				  'required' => true,
239
+				),
240
+			  ),
241
+			),'insert' => array(
242
+			  'path' => 'tables/{tableId}/styles',
243
+			  'httpMethod' => 'POST',
244
+			  'parameters' => array(
245
+				'tableId' => array(
246
+				  'location' => 'path',
247
+				  'type' => 'string',
248
+				  'required' => true,
249
+				),
250
+			  ),
251
+			),'list' => array(
252
+			  'path' => 'tables/{tableId}/styles',
253
+			  'httpMethod' => 'GET',
254
+			  'parameters' => array(
255
+				'tableId' => array(
256
+				  'location' => 'path',
257
+				  'type' => 'string',
258
+				  'required' => true,
259
+				),
260
+				'pageToken' => array(
261
+				  'location' => 'query',
262
+				  'type' => 'string',
263
+				),
264
+				'maxResults' => array(
265
+				  'location' => 'query',
266
+				  'type' => 'integer',
267
+				),
268
+			  ),
269
+			),'patch' => array(
270
+			  'path' => 'tables/{tableId}/styles/{styleId}',
271
+			  'httpMethod' => 'PATCH',
272
+			  'parameters' => array(
273
+				'tableId' => array(
274
+				  'location' => 'path',
275
+				  'type' => 'string',
276
+				  'required' => true,
277
+				),
278
+				'styleId' => array(
279
+				  'location' => 'path',
280
+				  'type' => 'integer',
281
+				  'required' => true,
282
+				),
283
+			  ),
284
+			),'update' => array(
285
+			  'path' => 'tables/{tableId}/styles/{styleId}',
286
+			  'httpMethod' => 'PUT',
287
+			  'parameters' => array(
288
+				'tableId' => array(
289
+				  'location' => 'path',
290
+				  'type' => 'string',
291
+				  'required' => true,
292
+				),
293
+				'styleId' => array(
294
+				  'location' => 'path',
295
+				  'type' => 'integer',
296
+				  'required' => true,
297
+				),
298
+			  ),
299
+			),
300
+		  )
301
+		)
302
+	);
303
+	$this->table = new Google_Service_Fusiontables_Table_Resource(
304
+		$this,
305
+		$this->serviceName,
306
+		'table',
307
+		array(
308
+		  'methods' => array(
309
+			'copy' => array(
310
+			  'path' => 'tables/{tableId}/copy',
311
+			  'httpMethod' => 'POST',
312
+			  'parameters' => array(
313
+				'tableId' => array(
314
+				  'location' => 'path',
315
+				  'type' => 'string',
316
+				  'required' => true,
317
+				),
318
+				'copyPresentation' => array(
319
+				  'location' => 'query',
320
+				  'type' => 'boolean',
321
+				),
322
+			  ),
323
+			),'delete' => array(
324
+			  'path' => 'tables/{tableId}',
325
+			  'httpMethod' => 'DELETE',
326
+			  'parameters' => array(
327
+				'tableId' => array(
328
+				  'location' => 'path',
329
+				  'type' => 'string',
330
+				  'required' => true,
331
+				),
332
+			  ),
333
+			),'get' => array(
334
+			  'path' => 'tables/{tableId}',
335
+			  'httpMethod' => 'GET',
336
+			  'parameters' => array(
337
+				'tableId' => array(
338
+				  'location' => 'path',
339
+				  'type' => 'string',
340
+				  'required' => true,
341
+				),
342
+			  ),
343
+			),'importRows' => array(
344
+			  'path' => 'tables/{tableId}/import',
345
+			  'httpMethod' => 'POST',
346
+			  'parameters' => array(
347
+				'tableId' => array(
348
+				  'location' => 'path',
349
+				  'type' => 'string',
350
+				  'required' => true,
351
+				),
352
+				'startLine' => array(
353
+				  'location' => 'query',
354
+				  'type' => 'integer',
355
+				),
356
+				'isStrict' => array(
357
+				  'location' => 'query',
358
+				  'type' => 'boolean',
359
+				),
360
+				'encoding' => array(
361
+				  'location' => 'query',
362
+				  'type' => 'string',
363
+				),
364
+				'delimiter' => array(
365
+				  'location' => 'query',
366
+				  'type' => 'string',
367
+				),
368
+				'endLine' => array(
369
+				  'location' => 'query',
370
+				  'type' => 'integer',
371
+				),
372
+			  ),
373
+			),'importTable' => array(
374
+			  'path' => 'tables/import',
375
+			  'httpMethod' => 'POST',
376
+			  'parameters' => array(
377
+				'name' => array(
378
+				  'location' => 'query',
379
+				  'type' => 'string',
380
+				  'required' => true,
381
+				),
382
+				'delimiter' => array(
383
+				  'location' => 'query',
384
+				  'type' => 'string',
385
+				),
386
+				'encoding' => array(
387
+				  'location' => 'query',
388
+				  'type' => 'string',
389
+				),
390
+			  ),
391
+			),'insert' => array(
392
+			  'path' => 'tables',
393
+			  'httpMethod' => 'POST',
394
+			  'parameters' => array(),
395
+			),'list' => array(
396
+			  'path' => 'tables',
397
+			  'httpMethod' => 'GET',
398
+			  'parameters' => array(
399
+				'pageToken' => array(
400
+				  'location' => 'query',
401
+				  'type' => 'string',
402
+				),
403
+				'maxResults' => array(
404
+				  'location' => 'query',
405
+				  'type' => 'integer',
406
+				),
407
+			  ),
408
+			),'patch' => array(
409
+			  'path' => 'tables/{tableId}',
410
+			  'httpMethod' => 'PATCH',
411
+			  'parameters' => array(
412
+				'tableId' => array(
413
+				  'location' => 'path',
414
+				  'type' => 'string',
415
+				  'required' => true,
416
+				),
417
+				'replaceViewDefinition' => array(
418
+				  'location' => 'query',
419
+				  'type' => 'boolean',
420
+				),
421
+			  ),
422
+			),'replaceRows' => array(
423
+			  'path' => 'tables/{tableId}/replace',
424
+			  'httpMethod' => 'POST',
425
+			  'parameters' => array(
426
+				'tableId' => array(
427
+				  'location' => 'path',
428
+				  'type' => 'string',
429
+				  'required' => true,
430
+				),
431
+				'startLine' => array(
432
+				  'location' => 'query',
433
+				  'type' => 'integer',
434
+				),
435
+				'isStrict' => array(
436
+				  'location' => 'query',
437
+				  'type' => 'boolean',
438
+				),
439
+				'encoding' => array(
440
+				  'location' => 'query',
441
+				  'type' => 'string',
442
+				),
443
+				'delimiter' => array(
444
+				  'location' => 'query',
445
+				  'type' => 'string',
446
+				),
447
+				'endLine' => array(
448
+				  'location' => 'query',
449
+				  'type' => 'integer',
450
+				),
451
+			  ),
452
+			),'update' => array(
453
+			  'path' => 'tables/{tableId}',
454
+			  'httpMethod' => 'PUT',
455
+			  'parameters' => array(
456
+				'tableId' => array(
457
+				  'location' => 'path',
458
+				  'type' => 'string',
459
+				  'required' => true,
460
+				),
461
+				'replaceViewDefinition' => array(
462
+				  'location' => 'query',
463
+				  'type' => 'boolean',
464
+				),
465
+			  ),
466
+			),
467
+		  )
468
+		)
469
+	);
470
+	$this->task = new Google_Service_Fusiontables_Task_Resource(
471
+		$this,
472
+		$this->serviceName,
473
+		'task',
474
+		array(
475
+		  'methods' => array(
476
+			'delete' => array(
477
+			  'path' => 'tables/{tableId}/tasks/{taskId}',
478
+			  'httpMethod' => 'DELETE',
479
+			  'parameters' => array(
480
+				'tableId' => array(
481
+				  'location' => 'path',
482
+				  'type' => 'string',
483
+				  'required' => true,
484
+				),
485
+				'taskId' => array(
486
+				  'location' => 'path',
487
+				  'type' => 'string',
488
+				  'required' => true,
489
+				),
490
+			  ),
491
+			),'get' => array(
492
+			  'path' => 'tables/{tableId}/tasks/{taskId}',
493
+			  'httpMethod' => 'GET',
494
+			  'parameters' => array(
495
+				'tableId' => array(
496
+				  'location' => 'path',
497
+				  'type' => 'string',
498
+				  'required' => true,
499
+				),
500
+				'taskId' => array(
501
+				  'location' => 'path',
502
+				  'type' => 'string',
503
+				  'required' => true,
504
+				),
505
+			  ),
506
+			),'list' => array(
507
+			  'path' => 'tables/{tableId}/tasks',
508
+			  'httpMethod' => 'GET',
509
+			  'parameters' => array(
510
+				'tableId' => array(
511
+				  'location' => 'path',
512
+				  'type' => 'string',
513
+				  'required' => true,
514
+				),
515
+				'pageToken' => array(
516
+				  'location' => 'query',
517
+				  'type' => 'string',
518
+				),
519
+				'startIndex' => array(
520
+				  'location' => 'query',
521
+				  'type' => 'integer',
522
+				),
523
+				'maxResults' => array(
524
+				  'location' => 'query',
525
+				  'type' => 'integer',
526
+				),
527
+			  ),
528
+			),
529
+		  )
530
+		)
531
+	);
532
+	$this->template = new Google_Service_Fusiontables_Template_Resource(
533
+		$this,
534
+		$this->serviceName,
535
+		'template',
536
+		array(
537
+		  'methods' => array(
538
+			'delete' => array(
539
+			  'path' => 'tables/{tableId}/templates/{templateId}',
540
+			  'httpMethod' => 'DELETE',
541
+			  'parameters' => array(
542
+				'tableId' => array(
543
+				  'location' => 'path',
544
+				  'type' => 'string',
545
+				  'required' => true,
546
+				),
547
+				'templateId' => array(
548
+				  'location' => 'path',
549
+				  'type' => 'integer',
550
+				  'required' => true,
551
+				),
552
+			  ),
553
+			),'get' => array(
554
+			  'path' => 'tables/{tableId}/templates/{templateId}',
555
+			  'httpMethod' => 'GET',
556
+			  'parameters' => array(
557
+				'tableId' => array(
558
+				  'location' => 'path',
559
+				  'type' => 'string',
560
+				  'required' => true,
561
+				),
562
+				'templateId' => array(
563
+				  'location' => 'path',
564
+				  'type' => 'integer',
565
+				  'required' => true,
566
+				),
567
+			  ),
568
+			),'insert' => array(
569
+			  'path' => 'tables/{tableId}/templates',
570
+			  'httpMethod' => 'POST',
571
+			  'parameters' => array(
572
+				'tableId' => array(
573
+				  'location' => 'path',
574
+				  'type' => 'string',
575
+				  'required' => true,
576
+				),
577
+			  ),
578
+			),'list' => array(
579
+			  'path' => 'tables/{tableId}/templates',
580
+			  'httpMethod' => 'GET',
581
+			  'parameters' => array(
582
+				'tableId' => array(
583
+				  'location' => 'path',
584
+				  'type' => 'string',
585
+				  'required' => true,
586
+				),
587
+				'pageToken' => array(
588
+				  'location' => 'query',
589
+				  'type' => 'string',
590
+				),
591
+				'maxResults' => array(
592
+				  'location' => 'query',
593
+				  'type' => 'integer',
594
+				),
595
+			  ),
596
+			),'patch' => array(
597
+			  'path' => 'tables/{tableId}/templates/{templateId}',
598
+			  'httpMethod' => 'PATCH',
599
+			  'parameters' => array(
600
+				'tableId' => array(
601
+				  'location' => 'path',
602
+				  'type' => 'string',
603
+				  'required' => true,
604
+				),
605
+				'templateId' => array(
606
+				  'location' => 'path',
607
+				  'type' => 'integer',
608
+				  'required' => true,
609
+				),
610
+			  ),
611
+			),'update' => array(
612
+			  'path' => 'tables/{tableId}/templates/{templateId}',
613
+			  'httpMethod' => 'PUT',
614
+			  'parameters' => array(
615
+				'tableId' => array(
616
+				  'location' => 'path',
617
+				  'type' => 'string',
618
+				  'required' => true,
619
+				),
620
+				'templateId' => array(
621
+				  'location' => 'path',
622
+				  'type' => 'integer',
623
+				  'required' => true,
624
+				),
625
+			  ),
626
+			),
627
+		  )
628
+		)
629
+	);
630 630
   }
631 631
 }
632 632
 
@@ -651,9 +651,9 @@  discard block
 block discarded – undo
651 651
    */
652 652
   public function delete($tableId, $columnId, $optParams = array())
653 653
   {
654
-    $params = array('tableId' => $tableId, 'columnId' => $columnId);
655
-    $params = array_merge($params, $optParams);
656
-    return $this->call('delete', array($params));
654
+	$params = array('tableId' => $tableId, 'columnId' => $columnId);
655
+	$params = array_merge($params, $optParams);
656
+	return $this->call('delete', array($params));
657 657
   }
658 658
 
659 659
   /**
@@ -667,9 +667,9 @@  discard block
 block discarded – undo
667 667
    */
668 668
   public function get($tableId, $columnId, $optParams = array())
669 669
   {
670
-    $params = array('tableId' => $tableId, 'columnId' => $columnId);
671
-    $params = array_merge($params, $optParams);
672
-    return $this->call('get', array($params), "Google_Service_Fusiontables_Column");
670
+	$params = array('tableId' => $tableId, 'columnId' => $columnId);
671
+	$params = array_merge($params, $optParams);
672
+	return $this->call('get', array($params), "Google_Service_Fusiontables_Column");
673 673
   }
674 674
 
675 675
   /**
@@ -682,9 +682,9 @@  discard block
 block discarded – undo
682 682
    */
683 683
   public function insert($tableId, Google_Service_Fusiontables_Column $postBody, $optParams = array())
684 684
   {
685
-    $params = array('tableId' => $tableId, 'postBody' => $postBody);
686
-    $params = array_merge($params, $optParams);
687
-    return $this->call('insert', array($params), "Google_Service_Fusiontables_Column");
685
+	$params = array('tableId' => $tableId, 'postBody' => $postBody);
686
+	$params = array_merge($params, $optParams);
687
+	return $this->call('insert', array($params), "Google_Service_Fusiontables_Column");
688 688
   }
689 689
 
690 690
   /**
@@ -701,9 +701,9 @@  discard block
 block discarded – undo
701 701
    */
702 702
   public function listColumn($tableId, $optParams = array())
703 703
   {
704
-    $params = array('tableId' => $tableId);
705
-    $params = array_merge($params, $optParams);
706
-    return $this->call('list', array($params), "Google_Service_Fusiontables_ColumnList");
704
+	$params = array('tableId' => $tableId);
705
+	$params = array_merge($params, $optParams);
706
+	return $this->call('list', array($params), "Google_Service_Fusiontables_ColumnList");
707 707
   }
708 708
 
709 709
   /**
@@ -719,9 +719,9 @@  discard block
 block discarded – undo
719 719
    */
720 720
   public function patch($tableId, $columnId, Google_Service_Fusiontables_Column $postBody, $optParams = array())
721 721
   {
722
-    $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody);
723
-    $params = array_merge($params, $optParams);
724
-    return $this->call('patch', array($params), "Google_Service_Fusiontables_Column");
722
+	$params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody);
723
+	$params = array_merge($params, $optParams);
724
+	return $this->call('patch', array($params), "Google_Service_Fusiontables_Column");
725 725
   }
726 726
 
727 727
   /**
@@ -736,9 +736,9 @@  discard block
 block discarded – undo
736 736
    */
737 737
   public function update($tableId, $columnId, Google_Service_Fusiontables_Column $postBody, $optParams = array())
738 738
   {
739
-    $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody);
740
-    $params = array_merge($params, $optParams);
741
-    return $this->call('update', array($params), "Google_Service_Fusiontables_Column");
739
+	$params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody);
740
+	$params = array_merge($params, $optParams);
741
+	return $this->call('update', array($params), "Google_Service_Fusiontables_Column");
742 742
   }
743 743
 }
744 744
 
@@ -770,9 +770,9 @@  discard block
 block discarded – undo
770 770
    */
771 771
   public function sql($sql, $optParams = array())
772 772
   {
773
-    $params = array('sql' => $sql);
774
-    $params = array_merge($params, $optParams);
775
-    return $this->call('sql', array($params), "Google_Service_Fusiontables_Sqlresponse");
773
+	$params = array('sql' => $sql);
774
+	$params = array_merge($params, $optParams);
775
+	return $this->call('sql', array($params), "Google_Service_Fusiontables_Sqlresponse");
776 776
   }
777 777
 
778 778
   /**
@@ -792,9 +792,9 @@  discard block
 block discarded – undo
792 792
    */
793 793
   public function sqlGet($sql, $optParams = array())
794 794
   {
795
-    $params = array('sql' => $sql);
796
-    $params = array_merge($params, $optParams);
797
-    return $this->call('sqlGet', array($params), "Google_Service_Fusiontables_Sqlresponse");
795
+	$params = array('sql' => $sql);
796
+	$params = array_merge($params, $optParams);
797
+	return $this->call('sqlGet', array($params), "Google_Service_Fusiontables_Sqlresponse");
798 798
   }
799 799
 }
800 800
 
@@ -818,9 +818,9 @@  discard block
 block discarded – undo
818 818
    */
819 819
   public function delete($tableId, $styleId, $optParams = array())
820 820
   {
821
-    $params = array('tableId' => $tableId, 'styleId' => $styleId);
822
-    $params = array_merge($params, $optParams);
823
-    return $this->call('delete', array($params));
821
+	$params = array('tableId' => $tableId, 'styleId' => $styleId);
822
+	$params = array_merge($params, $optParams);
823
+	return $this->call('delete', array($params));
824 824
   }
825 825
 
826 826
   /**
@@ -833,9 +833,9 @@  discard block
 block discarded – undo
833 833
    */
834 834
   public function get($tableId, $styleId, $optParams = array())
835 835
   {
836
-    $params = array('tableId' => $tableId, 'styleId' => $styleId);
837
-    $params = array_merge($params, $optParams);
838
-    return $this->call('get', array($params), "Google_Service_Fusiontables_StyleSetting");
836
+	$params = array('tableId' => $tableId, 'styleId' => $styleId);
837
+	$params = array_merge($params, $optParams);
838
+	return $this->call('get', array($params), "Google_Service_Fusiontables_StyleSetting");
839 839
   }
840 840
 
841 841
   /**
@@ -848,9 +848,9 @@  discard block
 block discarded – undo
848 848
    */
849 849
   public function insert($tableId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams = array())
850 850
   {
851
-    $params = array('tableId' => $tableId, 'postBody' => $postBody);
852
-    $params = array_merge($params, $optParams);
853
-    return $this->call('insert', array($params), "Google_Service_Fusiontables_StyleSetting");
851
+	$params = array('tableId' => $tableId, 'postBody' => $postBody);
852
+	$params = array_merge($params, $optParams);
853
+	return $this->call('insert', array($params), "Google_Service_Fusiontables_StyleSetting");
854 854
   }
855 855
 
856 856
   /**
@@ -867,9 +867,9 @@  discard block
 block discarded – undo
867 867
    */
868 868
   public function listStyle($tableId, $optParams = array())
869 869
   {
870
-    $params = array('tableId' => $tableId);
871
-    $params = array_merge($params, $optParams);
872
-    return $this->call('list', array($params), "Google_Service_Fusiontables_StyleSettingList");
870
+	$params = array('tableId' => $tableId);
871
+	$params = array_merge($params, $optParams);
872
+	return $this->call('list', array($params), "Google_Service_Fusiontables_StyleSettingList");
873 873
   }
874 874
 
875 875
   /**
@@ -884,9 +884,9 @@  discard block
 block discarded – undo
884 884
    */
885 885
   public function patch($tableId, $styleId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams = array())
886 886
   {
887
-    $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody);
888
-    $params = array_merge($params, $optParams);
889
-    return $this->call('patch', array($params), "Google_Service_Fusiontables_StyleSetting");
887
+	$params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody);
888
+	$params = array_merge($params, $optParams);
889
+	return $this->call('patch', array($params), "Google_Service_Fusiontables_StyleSetting");
890 890
   }
891 891
 
892 892
   /**
@@ -900,9 +900,9 @@  discard block
 block discarded – undo
900 900
    */
901 901
   public function update($tableId, $styleId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams = array())
902 902
   {
903
-    $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody);
904
-    $params = array_merge($params, $optParams);
905
-    return $this->call('update', array($params), "Google_Service_Fusiontables_StyleSetting");
903
+	$params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody);
904
+	$params = array_merge($params, $optParams);
905
+	return $this->call('update', array($params), "Google_Service_Fusiontables_StyleSetting");
906 906
   }
907 907
 }
908 908
 
@@ -929,9 +929,9 @@  discard block
 block discarded – undo
929 929
    */
930 930
   public function copy($tableId, $optParams = array())
931 931
   {
932
-    $params = array('tableId' => $tableId);
933
-    $params = array_merge($params, $optParams);
934
-    return $this->call('copy', array($params), "Google_Service_Fusiontables_Table");
932
+	$params = array('tableId' => $tableId);
933
+	$params = array_merge($params, $optParams);
934
+	return $this->call('copy', array($params), "Google_Service_Fusiontables_Table");
935 935
   }
936 936
 
937 937
   /**
@@ -942,9 +942,9 @@  discard block
 block discarded – undo
942 942
    */
943 943
   public function delete($tableId, $optParams = array())
944 944
   {
945
-    $params = array('tableId' => $tableId);
946
-    $params = array_merge($params, $optParams);
947
-    return $this->call('delete', array($params));
945
+	$params = array('tableId' => $tableId);
946
+	$params = array_merge($params, $optParams);
947
+	return $this->call('delete', array($params));
948 948
   }
949 949
 
950 950
   /**
@@ -956,9 +956,9 @@  discard block
 block discarded – undo
956 956
    */
957 957
   public function get($tableId, $optParams = array())
958 958
   {
959
-    $params = array('tableId' => $tableId);
960
-    $params = array_merge($params, $optParams);
961
-    return $this->call('get', array($params), "Google_Service_Fusiontables_Table");
959
+	$params = array('tableId' => $tableId);
960
+	$params = array_merge($params, $optParams);
961
+	return $this->call('get', array($params), "Google_Service_Fusiontables_Table");
962 962
   }
963 963
 
964 964
   /**
@@ -984,9 +984,9 @@  discard block
 block discarded – undo
984 984
    */
985 985
   public function importRows($tableId, $optParams = array())
986 986
   {
987
-    $params = array('tableId' => $tableId);
988
-    $params = array_merge($params, $optParams);
989
-    return $this->call('importRows', array($params), "Google_Service_Fusiontables_Import");
987
+	$params = array('tableId' => $tableId);
988
+	$params = array_merge($params, $optParams);
989
+	return $this->call('importRows', array($params), "Google_Service_Fusiontables_Import");
990 990
   }
991 991
 
992 992
   /**
@@ -1003,9 +1003,9 @@  discard block
 block discarded – undo
1003 1003
    */
1004 1004
   public function importTable($name, $optParams = array())
1005 1005
   {
1006
-    $params = array('name' => $name);
1007
-    $params = array_merge($params, $optParams);
1008
-    return $this->call('importTable', array($params), "Google_Service_Fusiontables_Table");
1006
+	$params = array('name' => $name);
1007
+	$params = array_merge($params, $optParams);
1008
+	return $this->call('importTable', array($params), "Google_Service_Fusiontables_Table");
1009 1009
   }
1010 1010
 
1011 1011
   /**
@@ -1017,9 +1017,9 @@  discard block
 block discarded – undo
1017 1017
    */
1018 1018
   public function insert(Google_Service_Fusiontables_Table $postBody, $optParams = array())
1019 1019
   {
1020
-    $params = array('postBody' => $postBody);
1021
-    $params = array_merge($params, $optParams);
1022
-    return $this->call('insert', array($params), "Google_Service_Fusiontables_Table");
1020
+	$params = array('postBody' => $postBody);
1021
+	$params = array_merge($params, $optParams);
1022
+	return $this->call('insert', array($params), "Google_Service_Fusiontables_Table");
1023 1023
   }
1024 1024
 
1025 1025
   /**
@@ -1035,9 +1035,9 @@  discard block
 block discarded – undo
1035 1035
    */
1036 1036
   public function listTable($optParams = array())
1037 1037
   {
1038
-    $params = array();
1039
-    $params = array_merge($params, $optParams);
1040
-    return $this->call('list', array($params), "Google_Service_Fusiontables_TableList");
1038
+	$params = array();
1039
+	$params = array_merge($params, $optParams);
1040
+	return $this->call('list', array($params), "Google_Service_Fusiontables_TableList");
1041 1041
   }
1042 1042
 
1043 1043
   /**
@@ -1056,9 +1056,9 @@  discard block
 block discarded – undo
1056 1056
    */
1057 1057
   public function patch($tableId, Google_Service_Fusiontables_Table $postBody, $optParams = array())
1058 1058
   {
1059
-    $params = array('tableId' => $tableId, 'postBody' => $postBody);
1060
-    $params = array_merge($params, $optParams);
1061
-    return $this->call('patch', array($params), "Google_Service_Fusiontables_Table");
1059
+	$params = array('tableId' => $tableId, 'postBody' => $postBody);
1060
+	$params = array_merge($params, $optParams);
1061
+	return $this->call('patch', array($params), "Google_Service_Fusiontables_Table");
1062 1062
   }
1063 1063
 
1064 1064
   /**
@@ -1086,9 +1086,9 @@  discard block
 block discarded – undo
1086 1086
    */
1087 1087
   public function replaceRows($tableId, $optParams = array())
1088 1088
   {
1089
-    $params = array('tableId' => $tableId);
1090
-    $params = array_merge($params, $optParams);
1091
-    return $this->call('replaceRows', array($params), "Google_Service_Fusiontables_Task");
1089
+	$params = array('tableId' => $tableId);
1090
+	$params = array_merge($params, $optParams);
1091
+	return $this->call('replaceRows', array($params), "Google_Service_Fusiontables_Task");
1092 1092
   }
1093 1093
 
1094 1094
   /**
@@ -1106,9 +1106,9 @@  discard block
 block discarded – undo
1106 1106
    */
1107 1107
   public function update($tableId, Google_Service_Fusiontables_Table $postBody, $optParams = array())
1108 1108
   {
1109
-    $params = array('tableId' => $tableId, 'postBody' => $postBody);
1110
-    $params = array_merge($params, $optParams);
1111
-    return $this->call('update', array($params), "Google_Service_Fusiontables_Table");
1109
+	$params = array('tableId' => $tableId, 'postBody' => $postBody);
1110
+	$params = array_merge($params, $optParams);
1111
+	return $this->call('update', array($params), "Google_Service_Fusiontables_Table");
1112 1112
   }
1113 1113
 }
1114 1114
 
@@ -1133,9 +1133,9 @@  discard block
 block discarded – undo
1133 1133
    */
1134 1134
   public function delete($tableId, $taskId, $optParams = array())
1135 1135
   {
1136
-    $params = array('tableId' => $tableId, 'taskId' => $taskId);
1137
-    $params = array_merge($params, $optParams);
1138
-    return $this->call('delete', array($params));
1136
+	$params = array('tableId' => $tableId, 'taskId' => $taskId);
1137
+	$params = array_merge($params, $optParams);
1138
+	return $this->call('delete', array($params));
1139 1139
   }
1140 1140
 
1141 1141
   /**
@@ -1148,9 +1148,9 @@  discard block
 block discarded – undo
1148 1148
    */
1149 1149
   public function get($tableId, $taskId, $optParams = array())
1150 1150
   {
1151
-    $params = array('tableId' => $tableId, 'taskId' => $taskId);
1152
-    $params = array_merge($params, $optParams);
1153
-    return $this->call('get', array($params), "Google_Service_Fusiontables_Task");
1151
+	$params = array('tableId' => $tableId, 'taskId' => $taskId);
1152
+	$params = array_merge($params, $optParams);
1153
+	return $this->call('get', array($params), "Google_Service_Fusiontables_Task");
1154 1154
   }
1155 1155
 
1156 1156
   /**
@@ -1168,9 +1168,9 @@  discard block
 block discarded – undo
1168 1168
    */
1169 1169
   public function listTask($tableId, $optParams = array())
1170 1170
   {
1171
-    $params = array('tableId' => $tableId);
1172
-    $params = array_merge($params, $optParams);
1173
-    return $this->call('list', array($params), "Google_Service_Fusiontables_TaskList");
1171
+	$params = array('tableId' => $tableId);
1172
+	$params = array_merge($params, $optParams);
1173
+	return $this->call('list', array($params), "Google_Service_Fusiontables_TaskList");
1174 1174
   }
1175 1175
 }
1176 1176
 
@@ -1194,9 +1194,9 @@  discard block
 block discarded – undo
1194 1194
    */
1195 1195
   public function delete($tableId, $templateId, $optParams = array())
1196 1196
   {
1197
-    $params = array('tableId' => $tableId, 'templateId' => $templateId);
1198
-    $params = array_merge($params, $optParams);
1199
-    return $this->call('delete', array($params));
1197
+	$params = array('tableId' => $tableId, 'templateId' => $templateId);
1198
+	$params = array_merge($params, $optParams);
1199
+	return $this->call('delete', array($params));
1200 1200
   }
1201 1201
 
1202 1202
   /**
@@ -1209,9 +1209,9 @@  discard block
 block discarded – undo
1209 1209
    */
1210 1210
   public function get($tableId, $templateId, $optParams = array())
1211 1211
   {
1212
-    $params = array('tableId' => $tableId, 'templateId' => $templateId);
1213
-    $params = array_merge($params, $optParams);
1214
-    return $this->call('get', array($params), "Google_Service_Fusiontables_Template");
1212
+	$params = array('tableId' => $tableId, 'templateId' => $templateId);
1213
+	$params = array_merge($params, $optParams);
1214
+	return $this->call('get', array($params), "Google_Service_Fusiontables_Template");
1215 1215
   }
1216 1216
 
1217 1217
   /**
@@ -1224,9 +1224,9 @@  discard block
 block discarded – undo
1224 1224
    */
1225 1225
   public function insert($tableId, Google_Service_Fusiontables_Template $postBody, $optParams = array())
1226 1226
   {
1227
-    $params = array('tableId' => $tableId, 'postBody' => $postBody);
1228
-    $params = array_merge($params, $optParams);
1229
-    return $this->call('insert', array($params), "Google_Service_Fusiontables_Template");
1227
+	$params = array('tableId' => $tableId, 'postBody' => $postBody);
1228
+	$params = array_merge($params, $optParams);
1229
+	return $this->call('insert', array($params), "Google_Service_Fusiontables_Template");
1230 1230
   }
1231 1231
 
1232 1232
   /**
@@ -1244,9 +1244,9 @@  discard block
 block discarded – undo
1244 1244
    */
1245 1245
   public function listTemplate($tableId, $optParams = array())
1246 1246
   {
1247
-    $params = array('tableId' => $tableId);
1248
-    $params = array_merge($params, $optParams);
1249
-    return $this->call('list', array($params), "Google_Service_Fusiontables_TemplateList");
1247
+	$params = array('tableId' => $tableId);
1248
+	$params = array_merge($params, $optParams);
1249
+	return $this->call('list', array($params), "Google_Service_Fusiontables_TemplateList");
1250 1250
   }
1251 1251
 
1252 1252
   /**
@@ -1261,9 +1261,9 @@  discard block
 block discarded – undo
1261 1261
    */
1262 1262
   public function patch($tableId, $templateId, Google_Service_Fusiontables_Template $postBody, $optParams = array())
1263 1263
   {
1264
-    $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody);
1265
-    $params = array_merge($params, $optParams);
1266
-    return $this->call('patch', array($params), "Google_Service_Fusiontables_Template");
1264
+	$params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody);
1265
+	$params = array_merge($params, $optParams);
1266
+	return $this->call('patch', array($params), "Google_Service_Fusiontables_Template");
1267 1267
   }
1268 1268
 
1269 1269
   /**
@@ -1277,9 +1277,9 @@  discard block
 block discarded – undo
1277 1277
    */
1278 1278
   public function update($tableId, $templateId, Google_Service_Fusiontables_Template $postBody, $optParams = array())
1279 1279
   {
1280
-    $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody);
1281
-    $params = array_merge($params, $optParams);
1282
-    return $this->call('update', array($params), "Google_Service_Fusiontables_Template");
1280
+	$params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody);
1281
+	$params = array_merge($params, $optParams);
1282
+	return $this->call('update', array($params), "Google_Service_Fusiontables_Template");
1283 1283
   }
1284 1284
 }
1285 1285
 
@@ -1300,51 +1300,51 @@  discard block
 block discarded – undo
1300 1300
 
1301 1301
   public function setColor($color)
1302 1302
   {
1303
-    $this->color = $color;
1303
+	$this->color = $color;
1304 1304
   }
1305 1305
   public function getColor()
1306 1306
   {
1307
-    return $this->color;
1307
+	return $this->color;
1308 1308
   }
1309 1309
   public function setIcon($icon)
1310 1310
   {
1311
-    $this->icon = $icon;
1311
+	$this->icon = $icon;
1312 1312
   }
1313 1313
   public function getIcon()
1314 1314
   {
1315
-    return $this->icon;
1315
+	return $this->icon;
1316 1316
   }
1317 1317
   public function setMax($max)
1318 1318
   {
1319
-    $this->max = $max;
1319
+	$this->max = $max;
1320 1320
   }
1321 1321
   public function getMax()
1322 1322
   {
1323
-    return $this->max;
1323
+	return $this->max;
1324 1324
   }
1325 1325
   public function setMin($min)
1326 1326
   {
1327
-    $this->min = $min;
1327
+	$this->min = $min;
1328 1328
   }
1329 1329
   public function getMin()
1330 1330
   {
1331
-    return $this->min;
1331
+	return $this->min;
1332 1332
   }
1333 1333
   public function setOpacity($opacity)
1334 1334
   {
1335
-    $this->opacity = $opacity;
1335
+	$this->opacity = $opacity;
1336 1336
   }
1337 1337
   public function getOpacity()
1338 1338
   {
1339
-    return $this->opacity;
1339
+	return $this->opacity;
1340 1340
   }
1341 1341
   public function setWeight($weight)
1342 1342
   {
1343
-    $this->weight = $weight;
1343
+	$this->weight = $weight;
1344 1344
   }
1345 1345
   public function getWeight()
1346 1346
   {
1347
-    return $this->weight;
1347
+	return $this->weight;
1348 1348
   }
1349 1349
 }
1350 1350
 
@@ -1370,99 +1370,99 @@  discard block
 block discarded – undo
1370 1370
 
1371 1371
   public function setBaseColumn(Google_Service_Fusiontables_ColumnBaseColumn $baseColumn)
1372 1372
   {
1373
-    $this->baseColumn = $baseColumn;
1373
+	$this->baseColumn = $baseColumn;
1374 1374
   }
1375 1375
   public function getBaseColumn()
1376 1376
   {
1377
-    return $this->baseColumn;
1377
+	return $this->baseColumn;
1378 1378
   }
1379 1379
   public function setColumnId($columnId)
1380 1380
   {
1381
-    $this->columnId = $columnId;
1381
+	$this->columnId = $columnId;
1382 1382
   }
1383 1383
   public function getColumnId()
1384 1384
   {
1385
-    return $this->columnId;
1385
+	return $this->columnId;
1386 1386
   }
1387 1387
   public function setColumnJsonSchema($columnJsonSchema)
1388 1388
   {
1389
-    $this->columnJsonSchema = $columnJsonSchema;
1389
+	$this->columnJsonSchema = $columnJsonSchema;
1390 1390
   }
1391 1391
   public function getColumnJsonSchema()
1392 1392
   {
1393
-    return $this->columnJsonSchema;
1393
+	return $this->columnJsonSchema;
1394 1394
   }
1395 1395
   public function setColumnPropertiesJson($columnPropertiesJson)
1396 1396
   {
1397
-    $this->columnPropertiesJson = $columnPropertiesJson;
1397
+	$this->columnPropertiesJson = $columnPropertiesJson;
1398 1398
   }
1399 1399
   public function getColumnPropertiesJson()
1400 1400
   {
1401
-    return $this->columnPropertiesJson;
1401
+	return $this->columnPropertiesJson;
1402 1402
   }
1403 1403
   public function setDescription($description)
1404 1404
   {
1405
-    $this->description = $description;
1405
+	$this->description = $description;
1406 1406
   }
1407 1407
   public function getDescription()
1408 1408
   {
1409
-    return $this->description;
1409
+	return $this->description;
1410 1410
   }
1411 1411
   public function setFormatPattern($formatPattern)
1412 1412
   {
1413
-    $this->formatPattern = $formatPattern;
1413
+	$this->formatPattern = $formatPattern;
1414 1414
   }
1415 1415
   public function getFormatPattern()
1416 1416
   {
1417
-    return $this->formatPattern;
1417
+	return $this->formatPattern;
1418 1418
   }
1419 1419
   public function setGraphPredicate($graphPredicate)
1420 1420
   {
1421
-    $this->graphPredicate = $graphPredicate;
1421
+	$this->graphPredicate = $graphPredicate;
1422 1422
   }
1423 1423
   public function getGraphPredicate()
1424 1424
   {
1425
-    return $this->graphPredicate;
1425
+	return $this->graphPredicate;
1426 1426
   }
1427 1427
   public function setKind($kind)
1428 1428
   {
1429
-    $this->kind = $kind;
1429
+	$this->kind = $kind;
1430 1430
   }
1431 1431
   public function getKind()
1432 1432
   {
1433
-    return $this->kind;
1433
+	return $this->kind;
1434 1434
   }
1435 1435
   public function setName($name)
1436 1436
   {
1437
-    $this->name = $name;
1437
+	$this->name = $name;
1438 1438
   }
1439 1439
   public function getName()
1440 1440
   {
1441
-    return $this->name;
1441
+	return $this->name;
1442 1442
   }
1443 1443
   public function setType($type)
1444 1444
   {
1445
-    $this->type = $type;
1445
+	$this->type = $type;
1446 1446
   }
1447 1447
   public function getType()
1448 1448
   {
1449
-    return $this->type;
1449
+	return $this->type;
1450 1450
   }
1451 1451
   public function setValidValues($validValues)
1452 1452
   {
1453
-    $this->validValues = $validValues;
1453
+	$this->validValues = $validValues;
1454 1454
   }
1455 1455
   public function getValidValues()
1456 1456
   {
1457
-    return $this->validValues;
1457
+	return $this->validValues;
1458 1458
   }
1459 1459
   public function setValidateData($validateData)
1460 1460
   {
1461
-    $this->validateData = $validateData;
1461
+	$this->validateData = $validateData;
1462 1462
   }
1463 1463
   public function getValidateData()
1464 1464
   {
1465
-    return $this->validateData;
1465
+	return $this->validateData;
1466 1466
   }
1467 1467
 }
1468 1468
 
@@ -1476,19 +1476,19 @@  discard block
 block discarded – undo
1476 1476
 
1477 1477
   public function setColumnId($columnId)
1478 1478
   {
1479
-    $this->columnId = $columnId;
1479
+	$this->columnId = $columnId;
1480 1480
   }
1481 1481
   public function getColumnId()
1482 1482
   {
1483
-    return $this->columnId;
1483
+	return $this->columnId;
1484 1484
   }
1485 1485
   public function setTableIndex($tableIndex)
1486 1486
   {
1487
-    $this->tableIndex = $tableIndex;
1487
+	$this->tableIndex = $tableIndex;
1488 1488
   }
1489 1489
   public function getTableIndex()
1490 1490
   {
1491
-    return $this->tableIndex;
1491
+	return $this->tableIndex;
1492 1492
   }
1493 1493
 }
1494 1494
 
@@ -1506,35 +1506,35 @@  discard block
 block discarded – undo
1506 1506
 
1507 1507
   public function setItems($items)
1508 1508
   {
1509
-    $this->items = $items;
1509
+	$this->items = $items;
1510 1510
   }
1511 1511
   public function getItems()
1512 1512
   {
1513
-    return $this->items;
1513
+	return $this->items;
1514 1514
   }
1515 1515
   public function setKind($kind)
1516 1516
   {
1517
-    $this->kind = $kind;
1517
+	$this->kind = $kind;
1518 1518
   }
1519 1519
   public function getKind()
1520 1520
   {
1521
-    return $this->kind;
1521
+	return $this->kind;
1522 1522
   }
1523 1523
   public function setNextPageToken($nextPageToken)
1524 1524
   {
1525
-    $this->nextPageToken = $nextPageToken;
1525
+	$this->nextPageToken = $nextPageToken;
1526 1526
   }
1527 1527
   public function getNextPageToken()
1528 1528
   {
1529
-    return $this->nextPageToken;
1529
+	return $this->nextPageToken;
1530 1530
   }
1531 1531
   public function setTotalItems($totalItems)
1532 1532
   {
1533
-    $this->totalItems = $totalItems;
1533
+	$this->totalItems = $totalItems;
1534 1534
   }
1535 1535
   public function getTotalItems()
1536 1536
   {
1537
-    return $this->totalItems;
1537
+	return $this->totalItems;
1538 1538
   }
1539 1539
 }
1540 1540
 
@@ -1550,27 +1550,27 @@  discard block
 block discarded – undo
1550 1550
 
1551 1551
   public function setGeometries($geometries)
1552 1552
   {
1553
-    $this->geometries = $geometries;
1553
+	$this->geometries = $geometries;
1554 1554
   }
1555 1555
   public function getGeometries()
1556 1556
   {
1557
-    return $this->geometries;
1557
+	return $this->geometries;
1558 1558
   }
1559 1559
   public function setGeometry($geometry)
1560 1560
   {
1561
-    $this->geometry = $geometry;
1561
+	$this->geometry = $geometry;
1562 1562
   }
1563 1563
   public function getGeometry()
1564 1564
   {
1565
-    return $this->geometry;
1565
+	return $this->geometry;
1566 1566
   }
1567 1567
   public function setType($type)
1568 1568
   {
1569
-    $this->type = $type;
1569
+	$this->type = $type;
1570 1570
   }
1571 1571
   public function getType()
1572 1572
   {
1573
-    return $this->type;
1573
+	return $this->type;
1574 1574
   }
1575 1575
 }
1576 1576
 
@@ -1584,19 +1584,19 @@  discard block
 block discarded – undo
1584 1584
 
1585 1585
   public function setKind($kind)
1586 1586
   {
1587
-    $this->kind = $kind;
1587
+	$this->kind = $kind;
1588 1588
   }
1589 1589
   public function getKind()
1590 1590
   {
1591
-    return $this->kind;
1591
+	return $this->kind;
1592 1592
   }
1593 1593
   public function setNumRowsReceived($numRowsReceived)
1594 1594
   {
1595
-    $this->numRowsReceived = $numRowsReceived;
1595
+	$this->numRowsReceived = $numRowsReceived;
1596 1596
   }
1597 1597
   public function getNumRowsReceived()
1598 1598
   {
1599
-    return $this->numRowsReceived;
1599
+	return $this->numRowsReceived;
1600 1600
   }
1601 1601
 }
1602 1602
 
@@ -1611,19 +1611,19 @@  discard block
 block discarded – undo
1611 1611
 
1612 1612
   public function setCoordinates($coordinates)
1613 1613
   {
1614
-    $this->coordinates = $coordinates;
1614
+	$this->coordinates = $coordinates;
1615 1615
   }
1616 1616
   public function getCoordinates()
1617 1617
   {
1618
-    return $this->coordinates;
1618
+	return $this->coordinates;
1619 1619
   }
1620 1620
   public function setType($type)
1621 1621
   {
1622
-    $this->type = $type;
1622
+	$this->type = $type;
1623 1623
   }
1624 1624
   public function getType()
1625 1625
   {
1626
-    return $this->type;
1626
+	return $this->type;
1627 1627
   }
1628 1628
 }
1629 1629
 
@@ -1642,43 +1642,43 @@  discard block
 block discarded – undo
1642 1642
 
1643 1643
   public function setStrokeColor($strokeColor)
1644 1644
   {
1645
-    $this->strokeColor = $strokeColor;
1645
+	$this->strokeColor = $strokeColor;
1646 1646
   }
1647 1647
   public function getStrokeColor()
1648 1648
   {
1649
-    return $this->strokeColor;
1649
+	return $this->strokeColor;
1650 1650
   }
1651 1651
   public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $strokeColorStyler)
1652 1652
   {
1653
-    $this->strokeColorStyler = $strokeColorStyler;
1653
+	$this->strokeColorStyler = $strokeColorStyler;
1654 1654
   }
1655 1655
   public function getStrokeColorStyler()
1656 1656
   {
1657
-    return $this->strokeColorStyler;
1657
+	return $this->strokeColorStyler;
1658 1658
   }
1659 1659
   public function setStrokeOpacity($strokeOpacity)
1660 1660
   {
1661
-    $this->strokeOpacity = $strokeOpacity;
1661
+	$this->strokeOpacity = $strokeOpacity;
1662 1662
   }
1663 1663
   public function getStrokeOpacity()
1664 1664
   {
1665
-    return $this->strokeOpacity;
1665
+	return $this->strokeOpacity;
1666 1666
   }
1667 1667
   public function setStrokeWeight($strokeWeight)
1668 1668
   {
1669
-    $this->strokeWeight = $strokeWeight;
1669
+	$this->strokeWeight = $strokeWeight;
1670 1670
   }
1671 1671
   public function getStrokeWeight()
1672 1672
   {
1673
-    return $this->strokeWeight;
1673
+	return $this->strokeWeight;
1674 1674
   }
1675 1675
   public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction $strokeWeightStyler)
1676 1676
   {
1677
-    $this->strokeWeightStyler = $strokeWeightStyler;
1677
+	$this->strokeWeightStyler = $strokeWeightStyler;
1678 1678
   }
1679 1679
   public function getStrokeWeightStyler()
1680 1680
   {
1681
-    return $this->strokeWeightStyler;
1681
+	return $this->strokeWeightStyler;
1682 1682
   }
1683 1683
 }
1684 1684
 
@@ -1693,19 +1693,19 @@  discard block
 block discarded – undo
1693 1693
 
1694 1694
   public function setCoordinates($coordinates)
1695 1695
   {
1696
-    $this->coordinates = $coordinates;
1696
+	$this->coordinates = $coordinates;
1697 1697
   }
1698 1698
   public function getCoordinates()
1699 1699
   {
1700
-    return $this->coordinates;
1700
+	return $this->coordinates;
1701 1701
   }
1702 1702
   public function setType($type)
1703 1703
   {
1704
-    $this->type = $type;
1704
+	$this->type = $type;
1705 1705
   }
1706 1706
   public function getType()
1707 1707
   {
1708
-    return $this->type;
1708
+	return $this->type;
1709 1709
   }
1710 1710
 }
1711 1711
 
@@ -1720,19 +1720,19 @@  discard block
 block discarded – undo
1720 1720
 
1721 1721
   public function setIconName($iconName)
1722 1722
   {
1723
-    $this->iconName = $iconName;
1723
+	$this->iconName = $iconName;
1724 1724
   }
1725 1725
   public function getIconName()
1726 1726
   {
1727
-    return $this->iconName;
1727
+	return $this->iconName;
1728 1728
   }
1729 1729
   public function setIconStyler(Google_Service_Fusiontables_StyleFunction $iconStyler)
1730 1730
   {
1731
-    $this->iconStyler = $iconStyler;
1731
+	$this->iconStyler = $iconStyler;
1732 1732
   }
1733 1733
   public function getIconStyler()
1734 1734
   {
1735
-    return $this->iconStyler;
1735
+	return $this->iconStyler;
1736 1736
   }
1737 1737
 }
1738 1738
 
@@ -1747,19 +1747,19 @@  discard block
 block discarded – undo
1747 1747
 
1748 1748
   public function setCoordinates($coordinates)
1749 1749
   {
1750
-    $this->coordinates = $coordinates;
1750
+	$this->coordinates = $coordinates;
1751 1751
   }
1752 1752
   public function getCoordinates()
1753 1753
   {
1754
-    return $this->coordinates;
1754
+	return $this->coordinates;
1755 1755
   }
1756 1756
   public function setType($type)
1757 1757
   {
1758
-    $this->type = $type;
1758
+	$this->type = $type;
1759 1759
   }
1760 1760
   public function getType()
1761 1761
   {
1762
-    return $this->type;
1762
+	return $this->type;
1763 1763
   }
1764 1764
 }
1765 1765
 
@@ -1782,67 +1782,67 @@  discard block
 block discarded – undo
1782 1782
 
1783 1783
   public function setFillColor($fillColor)
1784 1784
   {
1785
-    $this->fillColor = $fillColor;
1785
+	$this->fillColor = $fillColor;
1786 1786
   }
1787 1787
   public function getFillColor()
1788 1788
   {
1789
-    return $this->fillColor;
1789
+	return $this->fillColor;
1790 1790
   }
1791 1791
   public function setFillColorStyler(Google_Service_Fusiontables_StyleFunction $fillColorStyler)
1792 1792
   {
1793
-    $this->fillColorStyler = $fillColorStyler;
1793
+	$this->fillColorStyler = $fillColorStyler;
1794 1794
   }
1795 1795
   public function getFillColorStyler()
1796 1796
   {
1797
-    return $this->fillColorStyler;
1797
+	return $this->fillColorStyler;
1798 1798
   }
1799 1799
   public function setFillOpacity($fillOpacity)
1800 1800
   {
1801
-    $this->fillOpacity = $fillOpacity;
1801
+	$this->fillOpacity = $fillOpacity;
1802 1802
   }
1803 1803
   public function getFillOpacity()
1804 1804
   {
1805
-    return $this->fillOpacity;
1805
+	return $this->fillOpacity;
1806 1806
   }
1807 1807
   public function setStrokeColor($strokeColor)
1808 1808
   {
1809
-    $this->strokeColor = $strokeColor;
1809
+	$this->strokeColor = $strokeColor;
1810 1810
   }
1811 1811
   public function getStrokeColor()
1812 1812
   {
1813
-    return $this->strokeColor;
1813
+	return $this->strokeColor;
1814 1814
   }
1815 1815
   public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $strokeColorStyler)
1816 1816
   {
1817
-    $this->strokeColorStyler = $strokeColorStyler;
1817
+	$this->strokeColorStyler = $strokeColorStyler;
1818 1818
   }
1819 1819
   public function getStrokeColorStyler()
1820 1820
   {
1821
-    return $this->strokeColorStyler;
1821
+	return $this->strokeColorStyler;
1822 1822
   }
1823 1823
   public function setStrokeOpacity($strokeOpacity)
1824 1824
   {
1825
-    $this->strokeOpacity = $strokeOpacity;
1825
+	$this->strokeOpacity = $strokeOpacity;
1826 1826
   }
1827 1827
   public function getStrokeOpacity()
1828 1828
   {
1829
-    return $this->strokeOpacity;
1829
+	return $this->strokeOpacity;
1830 1830
   }
1831 1831
   public function setStrokeWeight($strokeWeight)
1832 1832
   {
1833
-    $this->strokeWeight = $strokeWeight;
1833
+	$this->strokeWeight = $strokeWeight;
1834 1834
   }
1835 1835
   public function getStrokeWeight()
1836 1836
   {
1837
-    return $this->strokeWeight;
1837
+	return $this->strokeWeight;
1838 1838
   }
1839 1839
   public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction $strokeWeightStyler)
1840 1840
   {
1841
-    $this->strokeWeightStyler = $strokeWeightStyler;
1841
+	$this->strokeWeightStyler = $strokeWeightStyler;
1842 1842
   }
1843 1843
   public function getStrokeWeightStyler()
1844 1844
   {
1845
-    return $this->strokeWeightStyler;
1845
+	return $this->strokeWeightStyler;
1846 1846
   }
1847 1847
 }
1848 1848
 
@@ -1858,27 +1858,27 @@  discard block
 block discarded – undo
1858 1858
 
1859 1859
   public function setColumns($columns)
1860 1860
   {
1861
-    $this->columns = $columns;
1861
+	$this->columns = $columns;
1862 1862
   }
1863 1863
   public function getColumns()
1864 1864
   {
1865
-    return $this->columns;
1865
+	return $this->columns;
1866 1866
   }
1867 1867
   public function setKind($kind)
1868 1868
   {
1869
-    $this->kind = $kind;
1869
+	$this->kind = $kind;
1870 1870
   }
1871 1871
   public function getKind()
1872 1872
   {
1873
-    return $this->kind;
1873
+	return $this->kind;
1874 1874
   }
1875 1875
   public function setRows($rows)
1876 1876
   {
1877
-    $this->rows = $rows;
1877
+	$this->rows = $rows;
1878 1878
   }
1879 1879
   public function getRows()
1880 1880
   {
1881
-    return $this->rows;
1881
+	return $this->rows;
1882 1882
   }
1883 1883
 }
1884 1884
 
@@ -1897,35 +1897,35 @@  discard block
 block discarded – undo
1897 1897
 
1898 1898
   public function setBuckets($buckets)
1899 1899
   {
1900
-    $this->buckets = $buckets;
1900
+	$this->buckets = $buckets;
1901 1901
   }
1902 1902
   public function getBuckets()
1903 1903
   {
1904
-    return $this->buckets;
1904
+	return $this->buckets;
1905 1905
   }
1906 1906
   public function setColumnName($columnName)
1907 1907
   {
1908
-    $this->columnName = $columnName;
1908
+	$this->columnName = $columnName;
1909 1909
   }
1910 1910
   public function getColumnName()
1911 1911
   {
1912
-    return $this->columnName;
1912
+	return $this->columnName;
1913 1913
   }
1914 1914
   public function setGradient(Google_Service_Fusiontables_StyleFunctionGradient $gradient)
1915 1915
   {
1916
-    $this->gradient = $gradient;
1916
+	$this->gradient = $gradient;
1917 1917
   }
1918 1918
   public function getGradient()
1919 1919
   {
1920
-    return $this->gradient;
1920
+	return $this->gradient;
1921 1921
   }
1922 1922
   public function setKind($kind)
1923 1923
   {
1924
-    $this->kind = $kind;
1924
+	$this->kind = $kind;
1925 1925
   }
1926 1926
   public function getKind()
1927 1927
   {
1928
-    return $this->kind;
1928
+	return $this->kind;
1929 1929
   }
1930 1930
 }
1931 1931
 
@@ -1942,27 +1942,27 @@  discard block
 block discarded – undo
1942 1942
 
1943 1943
   public function setColors($colors)
1944 1944
   {
1945
-    $this->colors = $colors;
1945
+	$this->colors = $colors;
1946 1946
   }
1947 1947
   public function getColors()
1948 1948
   {
1949
-    return $this->colors;
1949
+	return $this->colors;
1950 1950
   }
1951 1951
   public function setMax($max)
1952 1952
   {
1953
-    $this->max = $max;
1953
+	$this->max = $max;
1954 1954
   }
1955 1955
   public function getMax()
1956 1956
   {
1957
-    return $this->max;
1957
+	return $this->max;
1958 1958
   }
1959 1959
   public function setMin($min)
1960 1960
   {
1961
-    $this->min = $min;
1961
+	$this->min = $min;
1962 1962
   }
1963 1963
   public function getMin()
1964 1964
   {
1965
-    return $this->min;
1965
+	return $this->min;
1966 1966
   }
1967 1967
 }
1968 1968
 
@@ -1976,19 +1976,19 @@  discard block
 block discarded – undo
1976 1976
 
1977 1977
   public function setColor($color)
1978 1978
   {
1979
-    $this->color = $color;
1979
+	$this->color = $color;
1980 1980
   }
1981 1981
   public function getColor()
1982 1982
   {
1983
-    return $this->color;
1983
+	return $this->color;
1984 1984
   }
1985 1985
   public function setOpacity($opacity)
1986 1986
   {
1987
-    $this->opacity = $opacity;
1987
+	$this->opacity = $opacity;
1988 1988
   }
1989 1989
   public function getOpacity()
1990 1990
   {
1991
-    return $this->opacity;
1991
+	return $this->opacity;
1992 1992
   }
1993 1993
 }
1994 1994
 
@@ -2010,59 +2010,59 @@  discard block
 block discarded – undo
2010 2010
 
2011 2011
   public function setKind($kind)
2012 2012
   {
2013
-    $this->kind = $kind;
2013
+	$this->kind = $kind;
2014 2014
   }
2015 2015
   public function getKind()
2016 2016
   {
2017
-    return $this->kind;
2017
+	return $this->kind;
2018 2018
   }
2019 2019
   public function setMarkerOptions(Google_Service_Fusiontables_PointStyle $markerOptions)
2020 2020
   {
2021
-    $this->markerOptions = $markerOptions;
2021
+	$this->markerOptions = $markerOptions;
2022 2022
   }
2023 2023
   public function getMarkerOptions()
2024 2024
   {
2025
-    return $this->markerOptions;
2025
+	return $this->markerOptions;
2026 2026
   }
2027 2027
   public function setName($name)
2028 2028
   {
2029
-    $this->name = $name;
2029
+	$this->name = $name;
2030 2030
   }
2031 2031
   public function getName()
2032 2032
   {
2033
-    return $this->name;
2033
+	return $this->name;
2034 2034
   }
2035 2035
   public function setPolygonOptions(Google_Service_Fusiontables_PolygonStyle $polygonOptions)
2036 2036
   {
2037
-    $this->polygonOptions = $polygonOptions;
2037
+	$this->polygonOptions = $polygonOptions;
2038 2038
   }
2039 2039
   public function getPolygonOptions()
2040 2040
   {
2041
-    return $this->polygonOptions;
2041
+	return $this->polygonOptions;
2042 2042
   }
2043 2043
   public function setPolylineOptions(Google_Service_Fusiontables_LineStyle $polylineOptions)
2044 2044
   {
2045
-    $this->polylineOptions = $polylineOptions;
2045
+	$this->polylineOptions = $polylineOptions;
2046 2046
   }
2047 2047
   public function getPolylineOptions()
2048 2048
   {
2049
-    return $this->polylineOptions;
2049
+	return $this->polylineOptions;
2050 2050
   }
2051 2051
   public function setStyleId($styleId)
2052 2052
   {
2053
-    $this->styleId = $styleId;
2053
+	$this->styleId = $styleId;
2054 2054
   }
2055 2055
   public function getStyleId()
2056 2056
   {
2057
-    return $this->styleId;
2057
+	return $this->styleId;
2058 2058
   }
2059 2059
   public function setTableId($tableId)
2060 2060
   {
2061
-    $this->tableId = $tableId;
2061
+	$this->tableId = $tableId;
2062 2062
   }
2063 2063
   public function getTableId()
2064 2064
   {
2065
-    return $this->tableId;
2065
+	return $this->tableId;
2066 2066
   }
2067 2067
 }
2068 2068
 
@@ -2080,35 +2080,35 @@  discard block
 block discarded – undo
2080 2080
 
2081 2081
   public function setItems($items)
2082 2082
   {
2083
-    $this->items = $items;
2083
+	$this->items = $items;
2084 2084
   }
2085 2085
   public function getItems()
2086 2086
   {
2087
-    return $this->items;
2087
+	return $this->items;
2088 2088
   }
2089 2089
   public function setKind($kind)
2090 2090
   {
2091
-    $this->kind = $kind;
2091
+	$this->kind = $kind;
2092 2092
   }
2093 2093
   public function getKind()
2094 2094
   {
2095
-    return $this->kind;
2095
+	return $this->kind;
2096 2096
   }
2097 2097
   public function setNextPageToken($nextPageToken)
2098 2098
   {
2099
-    $this->nextPageToken = $nextPageToken;
2099
+	$this->nextPageToken = $nextPageToken;
2100 2100
   }
2101 2101
   public function getNextPageToken()
2102 2102
   {
2103
-    return $this->nextPageToken;
2103
+	return $this->nextPageToken;
2104 2104
   }
2105 2105
   public function setTotalItems($totalItems)
2106 2106
   {
2107
-    $this->totalItems = $totalItems;
2107
+	$this->totalItems = $totalItems;
2108 2108
   }
2109 2109
   public function getTotalItems()
2110 2110
   {
2111
-    return $this->totalItems;
2111
+	return $this->totalItems;
2112 2112
   }
2113 2113
 }
2114 2114
 
@@ -2135,107 +2135,107 @@  discard block
 block discarded – undo
2135 2135
 
2136 2136
   public function setAttribution($attribution)
2137 2137
   {
2138
-    $this->attribution = $attribution;
2138
+	$this->attribution = $attribution;
2139 2139
   }
2140 2140
   public function getAttribution()
2141 2141
   {
2142
-    return $this->attribution;
2142
+	return $this->attribution;
2143 2143
   }
2144 2144
   public function setAttributionLink($attributionLink)
2145 2145
   {
2146
-    $this->attributionLink = $attributionLink;
2146
+	$this->attributionLink = $attributionLink;
2147 2147
   }
2148 2148
   public function getAttributionLink()
2149 2149
   {
2150
-    return $this->attributionLink;
2150
+	return $this->attributionLink;
2151 2151
   }
2152 2152
   public function setBaseTableIds($baseTableIds)
2153 2153
   {
2154
-    $this->baseTableIds = $baseTableIds;
2154
+	$this->baseTableIds = $baseTableIds;
2155 2155
   }
2156 2156
   public function getBaseTableIds()
2157 2157
   {
2158
-    return $this->baseTableIds;
2158
+	return $this->baseTableIds;
2159 2159
   }
2160 2160
   public function setColumnPropertiesJsonSchema($columnPropertiesJsonSchema)
2161 2161
   {
2162
-    $this->columnPropertiesJsonSchema = $columnPropertiesJsonSchema;
2162
+	$this->columnPropertiesJsonSchema = $columnPropertiesJsonSchema;
2163 2163
   }
2164 2164
   public function getColumnPropertiesJsonSchema()
2165 2165
   {
2166
-    return $this->columnPropertiesJsonSchema;
2166
+	return $this->columnPropertiesJsonSchema;
2167 2167
   }
2168 2168
   public function setColumns($columns)
2169 2169
   {
2170
-    $this->columns = $columns;
2170
+	$this->columns = $columns;
2171 2171
   }
2172 2172
   public function getColumns()
2173 2173
   {
2174
-    return $this->columns;
2174
+	return $this->columns;
2175 2175
   }
2176 2176
   public function setDescription($description)
2177 2177
   {
2178
-    $this->description = $description;
2178
+	$this->description = $description;
2179 2179
   }
2180 2180
   public function getDescription()
2181 2181
   {
2182
-    return $this->description;
2182
+	return $this->description;
2183 2183
   }
2184 2184
   public function setIsExportable($isExportable)
2185 2185
   {
2186
-    $this->isExportable = $isExportable;
2186
+	$this->isExportable = $isExportable;
2187 2187
   }
2188 2188
   public function getIsExportable()
2189 2189
   {
2190
-    return $this->isExportable;
2190
+	return $this->isExportable;
2191 2191
   }
2192 2192
   public function setKind($kind)
2193 2193
   {
2194
-    $this->kind = $kind;
2194
+	$this->kind = $kind;
2195 2195
   }
2196 2196
   public function getKind()
2197 2197
   {
2198
-    return $this->kind;
2198
+	return $this->kind;
2199 2199
   }
2200 2200
   public function setName($name)
2201 2201
   {
2202
-    $this->name = $name;
2202
+	$this->name = $name;
2203 2203
   }
2204 2204
   public function getName()
2205 2205
   {
2206
-    return $this->name;
2206
+	return $this->name;
2207 2207
   }
2208 2208
   public function setSql($sql)
2209 2209
   {
2210
-    $this->sql = $sql;
2210
+	$this->sql = $sql;
2211 2211
   }
2212 2212
   public function getSql()
2213 2213
   {
2214
-    return $this->sql;
2214
+	return $this->sql;
2215 2215
   }
2216 2216
   public function setTableId($tableId)
2217 2217
   {
2218
-    $this->tableId = $tableId;
2218
+	$this->tableId = $tableId;
2219 2219
   }
2220 2220
   public function getTableId()
2221 2221
   {
2222
-    return $this->tableId;
2222
+	return $this->tableId;
2223 2223
   }
2224 2224
   public function setTablePropertiesJson($tablePropertiesJson)
2225 2225
   {
2226
-    $this->tablePropertiesJson = $tablePropertiesJson;
2226
+	$this->tablePropertiesJson = $tablePropertiesJson;
2227 2227
   }
2228 2228
   public function getTablePropertiesJson()
2229 2229
   {
2230
-    return $this->tablePropertiesJson;
2230
+	return $this->tablePropertiesJson;
2231 2231
   }
2232 2232
   public function setTablePropertiesJsonSchema($tablePropertiesJsonSchema)
2233 2233
   {
2234
-    $this->tablePropertiesJsonSchema = $tablePropertiesJsonSchema;
2234
+	$this->tablePropertiesJsonSchema = $tablePropertiesJsonSchema;
2235 2235
   }
2236 2236
   public function getTablePropertiesJsonSchema()
2237 2237
   {
2238
-    return $this->tablePropertiesJsonSchema;
2238
+	return $this->tablePropertiesJsonSchema;
2239 2239
   }
2240 2240
 }
2241 2241
 
@@ -2252,27 +2252,27 @@  discard block
 block discarded – undo
2252 2252
 
2253 2253
   public function setItems($items)
2254 2254
   {
2255
-    $this->items = $items;
2255
+	$this->items = $items;
2256 2256
   }
2257 2257
   public function getItems()
2258 2258
   {
2259
-    return $this->items;
2259
+	return $this->items;
2260 2260
   }
2261 2261
   public function setKind($kind)
2262 2262
   {
2263
-    $this->kind = $kind;
2263
+	$this->kind = $kind;
2264 2264
   }
2265 2265
   public function getKind()
2266 2266
   {
2267
-    return $this->kind;
2267
+	return $this->kind;
2268 2268
   }
2269 2269
   public function setNextPageToken($nextPageToken)
2270 2270
   {
2271
-    $this->nextPageToken = $nextPageToken;
2271
+	$this->nextPageToken = $nextPageToken;
2272 2272
   }
2273 2273
   public function getNextPageToken()
2274 2274
   {
2275
-    return $this->nextPageToken;
2275
+	return $this->nextPageToken;
2276 2276
   }
2277 2277
 }
2278 2278
 
@@ -2289,43 +2289,43 @@  discard block
 block discarded – undo
2289 2289
 
2290 2290
   public function setKind($kind)
2291 2291
   {
2292
-    $this->kind = $kind;
2292
+	$this->kind = $kind;
2293 2293
   }
2294 2294
   public function getKind()
2295 2295
   {
2296
-    return $this->kind;
2296
+	return $this->kind;
2297 2297
   }
2298 2298
   public function setProgress($progress)
2299 2299
   {
2300
-    $this->progress = $progress;
2300
+	$this->progress = $progress;
2301 2301
   }
2302 2302
   public function getProgress()
2303 2303
   {
2304
-    return $this->progress;
2304
+	return $this->progress;
2305 2305
   }
2306 2306
   public function setStarted($started)
2307 2307
   {
2308
-    $this->started = $started;
2308
+	$this->started = $started;
2309 2309
   }
2310 2310
   public function getStarted()
2311 2311
   {
2312
-    return $this->started;
2312
+	return $this->started;
2313 2313
   }
2314 2314
   public function setTaskId($taskId)
2315 2315
   {
2316
-    $this->taskId = $taskId;
2316
+	$this->taskId = $taskId;
2317 2317
   }
2318 2318
   public function getTaskId()
2319 2319
   {
2320
-    return $this->taskId;
2320
+	return $this->taskId;
2321 2321
   }
2322 2322
   public function setType($type)
2323 2323
   {
2324
-    $this->type = $type;
2324
+	$this->type = $type;
2325 2325
   }
2326 2326
   public function getType()
2327 2327
   {
2328
-    return $this->type;
2328
+	return $this->type;
2329 2329
   }
2330 2330
 }
2331 2331
 
@@ -2343,35 +2343,35 @@  discard block
 block discarded – undo
2343 2343
 
2344 2344
   public function setItems($items)
2345 2345
   {
2346
-    $this->items = $items;
2346
+	$this->items = $items;
2347 2347
   }
2348 2348
   public function getItems()
2349 2349
   {
2350
-    return $this->items;
2350
+	return $this->items;
2351 2351
   }
2352 2352
   public function setKind($kind)
2353 2353
   {
2354
-    $this->kind = $kind;
2354
+	$this->kind = $kind;
2355 2355
   }
2356 2356
   public function getKind()
2357 2357
   {
2358
-    return $this->kind;
2358
+	return $this->kind;
2359 2359
   }
2360 2360
   public function setNextPageToken($nextPageToken)
2361 2361
   {
2362
-    $this->nextPageToken = $nextPageToken;
2362
+	$this->nextPageToken = $nextPageToken;
2363 2363
   }
2364 2364
   public function getNextPageToken()
2365 2365
   {
2366
-    return $this->nextPageToken;
2366
+	return $this->nextPageToken;
2367 2367
   }
2368 2368
   public function setTotalItems($totalItems)
2369 2369
   {
2370
-    $this->totalItems = $totalItems;
2370
+	$this->totalItems = $totalItems;
2371 2371
   }
2372 2372
   public function getTotalItems()
2373 2373
   {
2374
-    return $this->totalItems;
2374
+	return $this->totalItems;
2375 2375
   }
2376 2376
 }
2377 2377
 
@@ -2390,51 +2390,51 @@  discard block
 block discarded – undo
2390 2390
 
2391 2391
   public function setAutomaticColumnNames($automaticColumnNames)
2392 2392
   {
2393
-    $this->automaticColumnNames = $automaticColumnNames;
2393
+	$this->automaticColumnNames = $automaticColumnNames;
2394 2394
   }
2395 2395
   public function getAutomaticColumnNames()
2396 2396
   {
2397
-    return $this->automaticColumnNames;
2397
+	return $this->automaticColumnNames;
2398 2398
   }
2399 2399
   public function setBody($body)
2400 2400
   {
2401
-    $this->body = $body;
2401
+	$this->body = $body;
2402 2402
   }
2403 2403
   public function getBody()
2404 2404
   {
2405
-    return $this->body;
2405
+	return $this->body;
2406 2406
   }
2407 2407
   public function setKind($kind)
2408 2408
   {
2409
-    $this->kind = $kind;
2409
+	$this->kind = $kind;
2410 2410
   }
2411 2411
   public function getKind()
2412 2412
   {
2413
-    return $this->kind;
2413
+	return $this->kind;
2414 2414
   }
2415 2415
   public function setName($name)
2416 2416
   {
2417
-    $this->name = $name;
2417
+	$this->name = $name;
2418 2418
   }
2419 2419
   public function getName()
2420 2420
   {
2421
-    return $this->name;
2421
+	return $this->name;
2422 2422
   }
2423 2423
   public function setTableId($tableId)
2424 2424
   {
2425
-    $this->tableId = $tableId;
2425
+	$this->tableId = $tableId;
2426 2426
   }
2427 2427
   public function getTableId()
2428 2428
   {
2429
-    return $this->tableId;
2429
+	return $this->tableId;
2430 2430
   }
2431 2431
   public function setTemplateId($templateId)
2432 2432
   {
2433
-    $this->templateId = $templateId;
2433
+	$this->templateId = $templateId;
2434 2434
   }
2435 2435
   public function getTemplateId()
2436 2436
   {
2437
-    return $this->templateId;
2437
+	return $this->templateId;
2438 2438
   }
2439 2439
 }
2440 2440
 
@@ -2452,34 +2452,34 @@  discard block
 block discarded – undo
2452 2452
 
2453 2453
   public function setItems($items)
2454 2454
   {
2455
-    $this->items = $items;
2455
+	$this->items = $items;
2456 2456
   }
2457 2457
   public function getItems()
2458 2458
   {
2459
-    return $this->items;
2459
+	return $this->items;
2460 2460
   }
2461 2461
   public function setKind($kind)
2462 2462
   {
2463
-    $this->kind = $kind;
2463
+	$this->kind = $kind;
2464 2464
   }
2465 2465
   public function getKind()
2466 2466
   {
2467
-    return $this->kind;
2467
+	return $this->kind;
2468 2468
   }
2469 2469
   public function setNextPageToken($nextPageToken)
2470 2470
   {
2471
-    $this->nextPageToken = $nextPageToken;
2471
+	$this->nextPageToken = $nextPageToken;
2472 2472
   }
2473 2473
   public function getNextPageToken()
2474 2474
   {
2475
-    return $this->nextPageToken;
2475
+	return $this->nextPageToken;
2476 2476
   }
2477 2477
   public function setTotalItems($totalItems)
2478 2478
   {
2479
-    $this->totalItems = $totalItems;
2479
+	$this->totalItems = $totalItems;
2480 2480
   }
2481 2481
   public function getTotalItems()
2482 2482
   {
2483
-    return $this->totalItems;
2483
+	return $this->totalItems;
2484 2484
   }
2485 2485
 }
Please login to merge, or discard this patch.
Spacing   +27 added lines, -27 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
                   'required' => true,
80 80
                 ),
81 81
               ),
82
-            ),'get' => array(
82
+            ), 'get' => array(
83 83
               'path' => 'tables/{tableId}/columns/{columnId}',
84 84
               'httpMethod' => 'GET',
85 85
               'parameters' => array(
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
                   'required' => true,
95 95
                 ),
96 96
               ),
97
-            ),'insert' => array(
97
+            ), 'insert' => array(
98 98
               'path' => 'tables/{tableId}/columns',
99 99
               'httpMethod' => 'POST',
100 100
               'parameters' => array(
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
                   'required' => true,
105 105
                 ),
106 106
               ),
107
-            ),'list' => array(
107
+            ), 'list' => array(
108 108
               'path' => 'tables/{tableId}/columns',
109 109
               'httpMethod' => 'GET',
110 110
               'parameters' => array(
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
                   'type' => 'integer',
123 123
                 ),
124 124
               ),
125
-            ),'patch' => array(
125
+            ), 'patch' => array(
126 126
               'path' => 'tables/{tableId}/columns/{columnId}',
127 127
               'httpMethod' => 'PATCH',
128 128
               'parameters' => array(
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
                   'required' => true,
138 138
                 ),
139 139
               ),
140
-            ),'update' => array(
140
+            ), 'update' => array(
141 141
               'path' => 'tables/{tableId}/columns/{columnId}',
142 142
               'httpMethod' => 'PUT',
143 143
               'parameters' => array(
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
                   'type' => 'boolean',
181 181
                 ),
182 182
               ),
183
-            ),'sqlGet' => array(
183
+            ), 'sqlGet' => array(
184 184
               'path' => 'query',
185 185
               'httpMethod' => 'GET',
186 186
               'parameters' => array(
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
                   'required' => true,
224 224
                 ),
225 225
               ),
226
-            ),'get' => array(
226
+            ), 'get' => array(
227 227
               'path' => 'tables/{tableId}/styles/{styleId}',
228 228
               'httpMethod' => 'GET',
229 229
               'parameters' => array(
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
                   'required' => true,
239 239
                 ),
240 240
               ),
241
-            ),'insert' => array(
241
+            ), 'insert' => array(
242 242
               'path' => 'tables/{tableId}/styles',
243 243
               'httpMethod' => 'POST',
244 244
               'parameters' => array(
@@ -248,7 +248,7 @@  discard block
 block discarded – undo
248 248
                   'required' => true,
249 249
                 ),
250 250
               ),
251
-            ),'list' => array(
251
+            ), 'list' => array(
252 252
               'path' => 'tables/{tableId}/styles',
253 253
               'httpMethod' => 'GET',
254 254
               'parameters' => array(
@@ -266,7 +266,7 @@  discard block
 block discarded – undo
266 266
                   'type' => 'integer',
267 267
                 ),
268 268
               ),
269
-            ),'patch' => array(
269
+            ), 'patch' => array(
270 270
               'path' => 'tables/{tableId}/styles/{styleId}',
271 271
               'httpMethod' => 'PATCH',
272 272
               'parameters' => array(
@@ -281,7 +281,7 @@  discard block
 block discarded – undo
281 281
                   'required' => true,
282 282
                 ),
283 283
               ),
284
-            ),'update' => array(
284
+            ), 'update' => array(
285 285
               'path' => 'tables/{tableId}/styles/{styleId}',
286 286
               'httpMethod' => 'PUT',
287 287
               'parameters' => array(
@@ -320,7 +320,7 @@  discard block
 block discarded – undo
320 320
                   'type' => 'boolean',
321 321
                 ),
322 322
               ),
323
-            ),'delete' => array(
323
+            ), 'delete' => array(
324 324
               'path' => 'tables/{tableId}',
325 325
               'httpMethod' => 'DELETE',
326 326
               'parameters' => array(
@@ -330,7 +330,7 @@  discard block
 block discarded – undo
330 330
                   'required' => true,
331 331
                 ),
332 332
               ),
333
-            ),'get' => array(
333
+            ), 'get' => array(
334 334
               'path' => 'tables/{tableId}',
335 335
               'httpMethod' => 'GET',
336 336
               'parameters' => array(
@@ -340,7 +340,7 @@  discard block
 block discarded – undo
340 340
                   'required' => true,
341 341
                 ),
342 342
               ),
343
-            ),'importRows' => array(
343
+            ), 'importRows' => array(
344 344
               'path' => 'tables/{tableId}/import',
345 345
               'httpMethod' => 'POST',
346 346
               'parameters' => array(
@@ -370,7 +370,7 @@  discard block
 block discarded – undo
370 370
                   'type' => 'integer',
371 371
                 ),
372 372
               ),
373
-            ),'importTable' => array(
373
+            ), 'importTable' => array(
374 374
               'path' => 'tables/import',
375 375
               'httpMethod' => 'POST',
376 376
               'parameters' => array(
@@ -388,11 +388,11 @@  discard block
 block discarded – undo
388 388
                   'type' => 'string',
389 389
                 ),
390 390
               ),
391
-            ),'insert' => array(
391
+            ), 'insert' => array(
392 392
               'path' => 'tables',
393 393
               'httpMethod' => 'POST',
394 394
               'parameters' => array(),
395
-            ),'list' => array(
395
+            ), 'list' => array(
396 396
               'path' => 'tables',
397 397
               'httpMethod' => 'GET',
398 398
               'parameters' => array(
@@ -405,7 +405,7 @@  discard block
 block discarded – undo
405 405
                   'type' => 'integer',
406 406
                 ),
407 407
               ),
408
-            ),'patch' => array(
408
+            ), 'patch' => array(
409 409
               'path' => 'tables/{tableId}',
410 410
               'httpMethod' => 'PATCH',
411 411
               'parameters' => array(
@@ -419,7 +419,7 @@  discard block
 block discarded – undo
419 419
                   'type' => 'boolean',
420 420
                 ),
421 421
               ),
422
-            ),'replaceRows' => array(
422
+            ), 'replaceRows' => array(
423 423
               'path' => 'tables/{tableId}/replace',
424 424
               'httpMethod' => 'POST',
425 425
               'parameters' => array(
@@ -449,7 +449,7 @@  discard block
 block discarded – undo
449 449
                   'type' => 'integer',
450 450
                 ),
451 451
               ),
452
-            ),'update' => array(
452
+            ), 'update' => array(
453 453
               'path' => 'tables/{tableId}',
454 454
               'httpMethod' => 'PUT',
455 455
               'parameters' => array(
@@ -488,7 +488,7 @@  discard block
 block discarded – undo
488 488
                   'required' => true,
489 489
                 ),
490 490
               ),
491
-            ),'get' => array(
491
+            ), 'get' => array(
492 492
               'path' => 'tables/{tableId}/tasks/{taskId}',
493 493
               'httpMethod' => 'GET',
494 494
               'parameters' => array(
@@ -503,7 +503,7 @@  discard block
 block discarded – undo
503 503
                   'required' => true,
504 504
                 ),
505 505
               ),
506
-            ),'list' => array(
506
+            ), 'list' => array(
507 507
               'path' => 'tables/{tableId}/tasks',
508 508
               'httpMethod' => 'GET',
509 509
               'parameters' => array(
@@ -550,7 +550,7 @@  discard block
 block discarded – undo
550 550
                   'required' => true,
551 551
                 ),
552 552
               ),
553
-            ),'get' => array(
553
+            ), 'get' => array(
554 554
               'path' => 'tables/{tableId}/templates/{templateId}',
555 555
               'httpMethod' => 'GET',
556 556
               'parameters' => array(
@@ -565,7 +565,7 @@  discard block
 block discarded – undo
565 565
                   'required' => true,
566 566
                 ),
567 567
               ),
568
-            ),'insert' => array(
568
+            ), 'insert' => array(
569 569
               'path' => 'tables/{tableId}/templates',
570 570
               'httpMethod' => 'POST',
571 571
               'parameters' => array(
@@ -575,7 +575,7 @@  discard block
 block discarded – undo
575 575
                   'required' => true,
576 576
                 ),
577 577
               ),
578
-            ),'list' => array(
578
+            ), 'list' => array(
579 579
               'path' => 'tables/{tableId}/templates',
580 580
               'httpMethod' => 'GET',
581 581
               'parameters' => array(
@@ -593,7 +593,7 @@  discard block
 block discarded – undo
593 593
                   'type' => 'integer',
594 594
                 ),
595 595
               ),
596
-            ),'patch' => array(
596
+            ), 'patch' => array(
597 597
               'path' => 'tables/{tableId}/templates/{templateId}',
598 598
               'httpMethod' => 'PATCH',
599 599
               'parameters' => array(
@@ -608,7 +608,7 @@  discard block
 block discarded – undo
608 608
                   'required' => true,
609 609
                 ),
610 610
               ),
611
-            ),'update' => array(
611
+            ), 'update' => array(
612 612
               'path' => 'tables/{tableId}/templates/{templateId}',
613 613
               'httpMethod' => 'PUT',
614 614
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Games.php 3 patches
Doc Comments   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1194,7 +1194,7 @@  discard block
 block discarded – undo
1194 1194
    * Updates multiple achievements for the currently authenticated player.
1195 1195
    * (achievements.updateMultiple)
1196 1196
    *
1197
-   * @param Google_AchievementUpdateMultipleRequest $postBody
1197
+   * @param Google_Service_Games_AchievementUpdateMultipleRequest $postBody
1198 1198
    * @param array $optParams Optional parameters.
1199 1199
    * @return Google_Service_Games_AchievementUpdateMultipleResponse
1200 1200
    */
@@ -1310,7 +1310,7 @@  discard block
 block discarded – undo
1310 1310
    * Records a batch of changes to the number of times events have occurred for
1311 1311
    * the currently authenticated user of this application. (events.record)
1312 1312
    *
1313
-   * @param Google_EventRecordRequest $postBody
1313
+   * @param Google_Service_Games_EventRecordRequest $postBody
1314 1314
    * @param array $optParams Optional parameters.
1315 1315
    *
1316 1316
    * @opt_param string language The preferred language to use for strings returned
@@ -1495,7 +1495,7 @@  discard block
 block discarded – undo
1495 1495
    * Removes a push token for the current user and application. Removing a non-
1496 1496
    * existent push token will report success. (pushtokens.remove)
1497 1497
    *
1498
-   * @param Google_PushTokenId $postBody
1498
+   * @param Google_Service_Games_PushTokenId $postBody
1499 1499
    * @param array $optParams Optional parameters.
1500 1500
    */
1501 1501
   public function remove(Google_Service_Games_PushTokenId $postBody, $optParams = array())
@@ -1509,7 +1509,7 @@  discard block
 block discarded – undo
1509 1509
    * Registers a push token for the current user and application.
1510 1510
    * (pushtokens.update)
1511 1511
    *
1512
-   * @param Google_PushToken $postBody
1512
+   * @param Google_Service_Games_PushToken $postBody
1513 1513
    * @param array $optParams Optional parameters.
1514 1514
    */
1515 1515
   public function update(Google_Service_Games_PushToken $postBody, $optParams = array())
@@ -1650,7 +1650,7 @@  discard block
 block discarded – undo
1650 1650
    * Create a room. For internal use by the Games SDK only. Calling this method
1651 1651
    * directly is unsupported. (rooms.create)
1652 1652
    *
1653
-   * @param Google_RoomCreateRequest $postBody
1653
+   * @param Google_Service_Games_RoomCreateRequest $postBody
1654 1654
    * @param array $optParams Optional parameters.
1655 1655
    *
1656 1656
    * @opt_param string language The preferred language to use for strings returned
@@ -1718,7 +1718,7 @@  discard block
 block discarded – undo
1718 1718
    * directly is unsupported. (rooms.join)
1719 1719
    *
1720 1720
    * @param string $roomId The ID of the room.
1721
-   * @param Google_RoomJoinRequest $postBody
1721
+   * @param Google_Service_Games_RoomJoinRequest $postBody
1722 1722
    * @param array $optParams Optional parameters.
1723 1723
    *
1724 1724
    * @opt_param string language The preferred language to use for strings returned
@@ -1737,7 +1737,7 @@  discard block
 block discarded – undo
1737 1737
    * directly is unsupported. (rooms.leave)
1738 1738
    *
1739 1739
    * @param string $roomId The ID of the room.
1740
-   * @param Google_RoomLeaveRequest $postBody
1740
+   * @param Google_Service_Games_RoomLeaveRequest $postBody
1741 1741
    * @param array $optParams Optional parameters.
1742 1742
    *
1743 1743
    * @opt_param string language The preferred language to use for strings returned
@@ -1777,7 +1777,7 @@  discard block
 block discarded – undo
1777 1777
    * unsupported. (rooms.reportStatus)
1778 1778
    *
1779 1779
    * @param string $roomId The ID of the room.
1780
-   * @param Google_RoomP2PStatuses $postBody
1780
+   * @param Google_Service_Games_RoomP2PStatuses $postBody
1781 1781
    * @param array $optParams Optional parameters.
1782 1782
    *
1783 1783
    * @opt_param string language The preferred language to use for strings returned
@@ -1919,7 +1919,7 @@  discard block
 block discarded – undo
1919 1919
   /**
1920 1920
    * Submits multiple scores to leaderboards. (scores.submitMultiple)
1921 1921
    *
1922
-   * @param Google_PlayerScoreSubmissionList $postBody
1922
+   * @param Google_Service_Games_PlayerScoreSubmissionList $postBody
1923 1923
    * @param array $optParams Optional parameters.
1924 1924
    *
1925 1925
    * @opt_param string language The preferred language to use for strings returned
@@ -2013,7 +2013,7 @@  discard block
 block discarded – undo
2013 2013
   /**
2014 2014
    * Create a turn-based match. (turnBasedMatches.create)
2015 2015
    *
2016
-   * @param Google_TurnBasedMatchCreateRequest $postBody
2016
+   * @param Google_Service_Games_TurnBasedMatchCreateRequest $postBody
2017 2017
    * @param array $optParams Optional parameters.
2018 2018
    *
2019 2019
    * @opt_param string language The preferred language to use for strings returned
@@ -2065,7 +2065,7 @@  discard block
 block discarded – undo
2065 2065
    * Finish, and can pass in the final match state. (turnBasedMatches.finish)
2066 2066
    *
2067 2067
    * @param string $matchId The ID of the match.
2068
-   * @param Google_TurnBasedMatchResults $postBody
2068
+   * @param Google_Service_Games_TurnBasedMatchResults $postBody
2069 2069
    * @param array $optParams Optional parameters.
2070 2070
    *
2071 2071
    * @opt_param string language The preferred language to use for strings returned
@@ -2242,7 +2242,7 @@  discard block
 block discarded – undo
2242 2242
    * Commit the results of a player turn. (turnBasedMatches.takeTurn)
2243 2243
    *
2244 2244
    * @param string $matchId The ID of the match.
2245
-   * @param Google_TurnBasedMatchTurn $postBody
2245
+   * @param Google_Service_Games_TurnBasedMatchTurn $postBody
2246 2246
    * @param array $optParams Optional parameters.
2247 2247
    *
2248 2248
    * @opt_param string language The preferred language to use for strings returned
Please login to merge, or discard this patch.
Indentation   +2092 added lines, -2092 removed lines patch added patch discarded remove patch
@@ -32,13 +32,13 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and manage its own configuration data in your Google Drive. */
34 34
   const DRIVE_APPDATA =
35
-      "https://www.googleapis.com/auth/drive.appdata";
35
+	  "https://www.googleapis.com/auth/drive.appdata";
36 36
   /** Share your Google+ profile information and view and manage your game activity. */
37 37
   const GAMES =
38
-      "https://www.googleapis.com/auth/games";
38
+	  "https://www.googleapis.com/auth/games";
39 39
   /** Know your basic profile info and list of people in your circles.. */
40 40
   const PLUS_LOGIN =
41
-      "https://www.googleapis.com/auth/plus.login";
41
+	  "https://www.googleapis.com/auth/plus.login";
42 42
 
43 43
   public $achievementDefinitions;
44 44
   public $achievements;
@@ -64,990 +64,990 @@  discard block
 block discarded – undo
64 64
    */
65 65
   public function __construct(Google_Client $client)
66 66
   {
67
-    parent::__construct($client);
68
-    $this->rootUrl = 'https://www.googleapis.com/';
69
-    $this->servicePath = 'games/v1/';
70
-    $this->version = 'v1';
71
-    $this->serviceName = 'games';
72
-
73
-    $this->achievementDefinitions = new Google_Service_Games_AchievementDefinitions_Resource(
74
-        $this,
75
-        $this->serviceName,
76
-        'achievementDefinitions',
77
-        array(
78
-          'methods' => array(
79
-            'list' => array(
80
-              'path' => 'achievements',
81
-              'httpMethod' => 'GET',
82
-              'parameters' => array(
83
-                'pageToken' => array(
84
-                  'location' => 'query',
85
-                  'type' => 'string',
86
-                ),
87
-                'maxResults' => array(
88
-                  'location' => 'query',
89
-                  'type' => 'integer',
90
-                ),
91
-                'language' => array(
92
-                  'location' => 'query',
93
-                  'type' => 'string',
94
-                ),
95
-              ),
96
-            ),
97
-          )
98
-        )
99
-    );
100
-    $this->achievements = new Google_Service_Games_Achievements_Resource(
101
-        $this,
102
-        $this->serviceName,
103
-        'achievements',
104
-        array(
105
-          'methods' => array(
106
-            'increment' => array(
107
-              'path' => 'achievements/{achievementId}/increment',
108
-              'httpMethod' => 'POST',
109
-              'parameters' => array(
110
-                'achievementId' => array(
111
-                  'location' => 'path',
112
-                  'type' => 'string',
113
-                  'required' => true,
114
-                ),
115
-                'stepsToIncrement' => array(
116
-                  'location' => 'query',
117
-                  'type' => 'integer',
118
-                  'required' => true,
119
-                ),
120
-                'requestId' => array(
121
-                  'location' => 'query',
122
-                  'type' => 'string',
123
-                ),
124
-              ),
125
-            ),'list' => array(
126
-              'path' => 'players/{playerId}/achievements',
127
-              'httpMethod' => 'GET',
128
-              'parameters' => array(
129
-                'playerId' => array(
130
-                  'location' => 'path',
131
-                  'type' => 'string',
132
-                  'required' => true,
133
-                ),
134
-                'pageToken' => array(
135
-                  'location' => 'query',
136
-                  'type' => 'string',
137
-                ),
138
-                'state' => array(
139
-                  'location' => 'query',
140
-                  'type' => 'string',
141
-                ),
142
-                'maxResults' => array(
143
-                  'location' => 'query',
144
-                  'type' => 'integer',
145
-                ),
146
-                'language' => array(
147
-                  'location' => 'query',
148
-                  'type' => 'string',
149
-                ),
150
-              ),
151
-            ),'reveal' => array(
152
-              'path' => 'achievements/{achievementId}/reveal',
153
-              'httpMethod' => 'POST',
154
-              'parameters' => array(
155
-                'achievementId' => array(
156
-                  'location' => 'path',
157
-                  'type' => 'string',
158
-                  'required' => true,
159
-                ),
160
-              ),
161
-            ),'setStepsAtLeast' => array(
162
-              'path' => 'achievements/{achievementId}/setStepsAtLeast',
163
-              'httpMethod' => 'POST',
164
-              'parameters' => array(
165
-                'achievementId' => array(
166
-                  'location' => 'path',
167
-                  'type' => 'string',
168
-                  'required' => true,
169
-                ),
170
-                'steps' => array(
171
-                  'location' => 'query',
172
-                  'type' => 'integer',
173
-                  'required' => true,
174
-                ),
175
-              ),
176
-            ),'unlock' => array(
177
-              'path' => 'achievements/{achievementId}/unlock',
178
-              'httpMethod' => 'POST',
179
-              'parameters' => array(
180
-                'achievementId' => array(
181
-                  'location' => 'path',
182
-                  'type' => 'string',
183
-                  'required' => true,
184
-                ),
185
-              ),
186
-            ),'updateMultiple' => array(
187
-              'path' => 'achievements/updateMultiple',
188
-              'httpMethod' => 'POST',
189
-              'parameters' => array(),
190
-            ),
191
-          )
192
-        )
193
-    );
194
-    $this->applications = new Google_Service_Games_Applications_Resource(
195
-        $this,
196
-        $this->serviceName,
197
-        'applications',
198
-        array(
199
-          'methods' => array(
200
-            'get' => array(
201
-              'path' => 'applications/{applicationId}',
202
-              'httpMethod' => 'GET',
203
-              'parameters' => array(
204
-                'applicationId' => array(
205
-                  'location' => 'path',
206
-                  'type' => 'string',
207
-                  'required' => true,
208
-                ),
209
-                'platformType' => array(
210
-                  'location' => 'query',
211
-                  'type' => 'string',
212
-                ),
213
-                'language' => array(
214
-                  'location' => 'query',
215
-                  'type' => 'string',
216
-                ),
217
-              ),
218
-            ),'played' => array(
219
-              'path' => 'applications/played',
220
-              'httpMethod' => 'POST',
221
-              'parameters' => array(),
222
-            ),
223
-          )
224
-        )
225
-    );
226
-    $this->events = new Google_Service_Games_Events_Resource(
227
-        $this,
228
-        $this->serviceName,
229
-        'events',
230
-        array(
231
-          'methods' => array(
232
-            'listByPlayer' => array(
233
-              'path' => 'events',
234
-              'httpMethod' => 'GET',
235
-              'parameters' => array(
236
-                'pageToken' => array(
237
-                  'location' => 'query',
238
-                  'type' => 'string',
239
-                ),
240
-                'maxResults' => array(
241
-                  'location' => 'query',
242
-                  'type' => 'integer',
243
-                ),
244
-                'language' => array(
245
-                  'location' => 'query',
246
-                  'type' => 'string',
247
-                ),
248
-              ),
249
-            ),'listDefinitions' => array(
250
-              'path' => 'eventDefinitions',
251
-              'httpMethod' => 'GET',
252
-              'parameters' => array(
253
-                'pageToken' => array(
254
-                  'location' => 'query',
255
-                  'type' => 'string',
256
-                ),
257
-                'maxResults' => array(
258
-                  'location' => 'query',
259
-                  'type' => 'integer',
260
-                ),
261
-                'language' => array(
262
-                  'location' => 'query',
263
-                  'type' => 'string',
264
-                ),
265
-              ),
266
-            ),'record' => array(
267
-              'path' => 'events',
268
-              'httpMethod' => 'POST',
269
-              'parameters' => array(
270
-                'language' => array(
271
-                  'location' => 'query',
272
-                  'type' => 'string',
273
-                ),
274
-              ),
275
-            ),
276
-          )
277
-        )
278
-    );
279
-    $this->leaderboards = new Google_Service_Games_Leaderboards_Resource(
280
-        $this,
281
-        $this->serviceName,
282
-        'leaderboards',
283
-        array(
284
-          'methods' => array(
285
-            'get' => array(
286
-              'path' => 'leaderboards/{leaderboardId}',
287
-              'httpMethod' => 'GET',
288
-              'parameters' => array(
289
-                'leaderboardId' => array(
290
-                  'location' => 'path',
291
-                  'type' => 'string',
292
-                  'required' => true,
293
-                ),
294
-                'language' => array(
295
-                  'location' => 'query',
296
-                  'type' => 'string',
297
-                ),
298
-              ),
299
-            ),'list' => array(
300
-              'path' => 'leaderboards',
301
-              'httpMethod' => 'GET',
302
-              'parameters' => array(
303
-                'pageToken' => array(
304
-                  'location' => 'query',
305
-                  'type' => 'string',
306
-                ),
307
-                'maxResults' => array(
308
-                  'location' => 'query',
309
-                  'type' => 'integer',
310
-                ),
311
-                'language' => array(
312
-                  'location' => 'query',
313
-                  'type' => 'string',
314
-                ),
315
-              ),
316
-            ),
317
-          )
318
-        )
319
-    );
320
-    $this->metagame = new Google_Service_Games_Metagame_Resource(
321
-        $this,
322
-        $this->serviceName,
323
-        'metagame',
324
-        array(
325
-          'methods' => array(
326
-            'getMetagameConfig' => array(
327
-              'path' => 'metagameConfig',
328
-              'httpMethod' => 'GET',
329
-              'parameters' => array(),
330
-            ),'listCategoriesByPlayer' => array(
331
-              'path' => 'players/{playerId}/categories/{collection}',
332
-              'httpMethod' => 'GET',
333
-              'parameters' => array(
334
-                'playerId' => array(
335
-                  'location' => 'path',
336
-                  'type' => 'string',
337
-                  'required' => true,
338
-                ),
339
-                'collection' => array(
340
-                  'location' => 'path',
341
-                  'type' => 'string',
342
-                  'required' => true,
343
-                ),
344
-                'pageToken' => array(
345
-                  'location' => 'query',
346
-                  'type' => 'string',
347
-                ),
348
-                'maxResults' => array(
349
-                  'location' => 'query',
350
-                  'type' => 'integer',
351
-                ),
352
-                'language' => array(
353
-                  'location' => 'query',
354
-                  'type' => 'string',
355
-                ),
356
-              ),
357
-            ),
358
-          )
359
-        )
360
-    );
361
-    $this->players = new Google_Service_Games_Players_Resource(
362
-        $this,
363
-        $this->serviceName,
364
-        'players',
365
-        array(
366
-          'methods' => array(
367
-            'get' => array(
368
-              'path' => 'players/{playerId}',
369
-              'httpMethod' => 'GET',
370
-              'parameters' => array(
371
-                'playerId' => array(
372
-                  'location' => 'path',
373
-                  'type' => 'string',
374
-                  'required' => true,
375
-                ),
376
-                'language' => array(
377
-                  'location' => 'query',
378
-                  'type' => 'string',
379
-                ),
380
-              ),
381
-            ),'list' => array(
382
-              'path' => 'players/me/players/{collection}',
383
-              'httpMethod' => 'GET',
384
-              'parameters' => array(
385
-                'collection' => array(
386
-                  'location' => 'path',
387
-                  'type' => 'string',
388
-                  'required' => true,
389
-                ),
390
-                'pageToken' => array(
391
-                  'location' => 'query',
392
-                  'type' => 'string',
393
-                ),
394
-                'maxResults' => array(
395
-                  'location' => 'query',
396
-                  'type' => 'integer',
397
-                ),
398
-                'language' => array(
399
-                  'location' => 'query',
400
-                  'type' => 'string',
401
-                ),
402
-              ),
403
-            ),
404
-          )
405
-        )
406
-    );
407
-    $this->pushtokens = new Google_Service_Games_Pushtokens_Resource(
408
-        $this,
409
-        $this->serviceName,
410
-        'pushtokens',
411
-        array(
412
-          'methods' => array(
413
-            'remove' => array(
414
-              'path' => 'pushtokens/remove',
415
-              'httpMethod' => 'POST',
416
-              'parameters' => array(),
417
-            ),'update' => array(
418
-              'path' => 'pushtokens',
419
-              'httpMethod' => 'PUT',
420
-              'parameters' => array(),
421
-            ),
422
-          )
423
-        )
424
-    );
425
-    $this->questMilestones = new Google_Service_Games_QuestMilestones_Resource(
426
-        $this,
427
-        $this->serviceName,
428
-        'questMilestones',
429
-        array(
430
-          'methods' => array(
431
-            'claim' => array(
432
-              'path' => 'quests/{questId}/milestones/{milestoneId}/claim',
433
-              'httpMethod' => 'PUT',
434
-              'parameters' => array(
435
-                'questId' => array(
436
-                  'location' => 'path',
437
-                  'type' => 'string',
438
-                  'required' => true,
439
-                ),
440
-                'milestoneId' => array(
441
-                  'location' => 'path',
442
-                  'type' => 'string',
443
-                  'required' => true,
444
-                ),
445
-                'requestId' => array(
446
-                  'location' => 'query',
447
-                  'type' => 'string',
448
-                  'required' => true,
449
-                ),
450
-              ),
451
-            ),
452
-          )
453
-        )
454
-    );
455
-    $this->quests = new Google_Service_Games_Quests_Resource(
456
-        $this,
457
-        $this->serviceName,
458
-        'quests',
459
-        array(
460
-          'methods' => array(
461
-            'accept' => array(
462
-              'path' => 'quests/{questId}/accept',
463
-              'httpMethod' => 'POST',
464
-              'parameters' => array(
465
-                'questId' => array(
466
-                  'location' => 'path',
467
-                  'type' => 'string',
468
-                  'required' => true,
469
-                ),
470
-                'language' => array(
471
-                  'location' => 'query',
472
-                  'type' => 'string',
473
-                ),
474
-              ),
475
-            ),'list' => array(
476
-              'path' => 'players/{playerId}/quests',
477
-              'httpMethod' => 'GET',
478
-              'parameters' => array(
479
-                'playerId' => array(
480
-                  'location' => 'path',
481
-                  'type' => 'string',
482
-                  'required' => true,
483
-                ),
484
-                'pageToken' => array(
485
-                  'location' => 'query',
486
-                  'type' => 'string',
487
-                ),
488
-                'maxResults' => array(
489
-                  'location' => 'query',
490
-                  'type' => 'integer',
491
-                ),
492
-                'language' => array(
493
-                  'location' => 'query',
494
-                  'type' => 'string',
495
-                ),
496
-              ),
497
-            ),
498
-          )
499
-        )
500
-    );
501
-    $this->revisions = new Google_Service_Games_Revisions_Resource(
502
-        $this,
503
-        $this->serviceName,
504
-        'revisions',
505
-        array(
506
-          'methods' => array(
507
-            'check' => array(
508
-              'path' => 'revisions/check',
509
-              'httpMethod' => 'GET',
510
-              'parameters' => array(
511
-                'clientRevision' => array(
512
-                  'location' => 'query',
513
-                  'type' => 'string',
514
-                  'required' => true,
515
-                ),
516
-              ),
517
-            ),
518
-          )
519
-        )
520
-    );
521
-    $this->rooms = new Google_Service_Games_Rooms_Resource(
522
-        $this,
523
-        $this->serviceName,
524
-        'rooms',
525
-        array(
526
-          'methods' => array(
527
-            'create' => array(
528
-              'path' => 'rooms/create',
529
-              'httpMethod' => 'POST',
530
-              'parameters' => array(
531
-                'language' => array(
532
-                  'location' => 'query',
533
-                  'type' => 'string',
534
-                ),
535
-              ),
536
-            ),'decline' => array(
537
-              'path' => 'rooms/{roomId}/decline',
538
-              'httpMethod' => 'POST',
539
-              'parameters' => array(
540
-                'roomId' => array(
541
-                  'location' => 'path',
542
-                  'type' => 'string',
543
-                  'required' => true,
544
-                ),
545
-                'language' => array(
546
-                  'location' => 'query',
547
-                  'type' => 'string',
548
-                ),
549
-              ),
550
-            ),'dismiss' => array(
551
-              'path' => 'rooms/{roomId}/dismiss',
552
-              'httpMethod' => 'POST',
553
-              'parameters' => array(
554
-                'roomId' => array(
555
-                  'location' => 'path',
556
-                  'type' => 'string',
557
-                  'required' => true,
558
-                ),
559
-              ),
560
-            ),'get' => array(
561
-              'path' => 'rooms/{roomId}',
562
-              'httpMethod' => 'GET',
563
-              'parameters' => array(
564
-                'roomId' => array(
565
-                  'location' => 'path',
566
-                  'type' => 'string',
567
-                  'required' => true,
568
-                ),
569
-                'language' => array(
570
-                  'location' => 'query',
571
-                  'type' => 'string',
572
-                ),
573
-              ),
574
-            ),'join' => array(
575
-              'path' => 'rooms/{roomId}/join',
576
-              'httpMethod' => 'POST',
577
-              'parameters' => array(
578
-                'roomId' => array(
579
-                  'location' => 'path',
580
-                  'type' => 'string',
581
-                  'required' => true,
582
-                ),
583
-                'language' => array(
584
-                  'location' => 'query',
585
-                  'type' => 'string',
586
-                ),
587
-              ),
588
-            ),'leave' => array(
589
-              'path' => 'rooms/{roomId}/leave',
590
-              'httpMethod' => 'POST',
591
-              'parameters' => array(
592
-                'roomId' => array(
593
-                  'location' => 'path',
594
-                  'type' => 'string',
595
-                  'required' => true,
596
-                ),
597
-                'language' => array(
598
-                  'location' => 'query',
599
-                  'type' => 'string',
600
-                ),
601
-              ),
602
-            ),'list' => array(
603
-              'path' => 'rooms',
604
-              'httpMethod' => 'GET',
605
-              'parameters' => array(
606
-                'pageToken' => array(
607
-                  'location' => 'query',
608
-                  'type' => 'string',
609
-                ),
610
-                'maxResults' => array(
611
-                  'location' => 'query',
612
-                  'type' => 'integer',
613
-                ),
614
-                'language' => array(
615
-                  'location' => 'query',
616
-                  'type' => 'string',
617
-                ),
618
-              ),
619
-            ),'reportStatus' => array(
620
-              'path' => 'rooms/{roomId}/reportstatus',
621
-              'httpMethod' => 'POST',
622
-              'parameters' => array(
623
-                'roomId' => array(
624
-                  'location' => 'path',
625
-                  'type' => 'string',
626
-                  'required' => true,
627
-                ),
628
-                'language' => array(
629
-                  'location' => 'query',
630
-                  'type' => 'string',
631
-                ),
632
-              ),
633
-            ),
634
-          )
635
-        )
636
-    );
637
-    $this->scores = new Google_Service_Games_Scores_Resource(
638
-        $this,
639
-        $this->serviceName,
640
-        'scores',
641
-        array(
642
-          'methods' => array(
643
-            'get' => array(
644
-              'path' => 'players/{playerId}/leaderboards/{leaderboardId}/scores/{timeSpan}',
645
-              'httpMethod' => 'GET',
646
-              'parameters' => array(
647
-                'playerId' => array(
648
-                  'location' => 'path',
649
-                  'type' => 'string',
650
-                  'required' => true,
651
-                ),
652
-                'leaderboardId' => array(
653
-                  'location' => 'path',
654
-                  'type' => 'string',
655
-                  'required' => true,
656
-                ),
657
-                'timeSpan' => array(
658
-                  'location' => 'path',
659
-                  'type' => 'string',
660
-                  'required' => true,
661
-                ),
662
-                'includeRankType' => array(
663
-                  'location' => 'query',
664
-                  'type' => 'string',
665
-                ),
666
-                'language' => array(
667
-                  'location' => 'query',
668
-                  'type' => 'string',
669
-                ),
670
-                'maxResults' => array(
671
-                  'location' => 'query',
672
-                  'type' => 'integer',
673
-                ),
674
-                'pageToken' => array(
675
-                  'location' => 'query',
676
-                  'type' => 'string',
677
-                ),
678
-              ),
679
-            ),'list' => array(
680
-              'path' => 'leaderboards/{leaderboardId}/scores/{collection}',
681
-              'httpMethod' => 'GET',
682
-              'parameters' => array(
683
-                'leaderboardId' => array(
684
-                  'location' => 'path',
685
-                  'type' => 'string',
686
-                  'required' => true,
687
-                ),
688
-                'collection' => array(
689
-                  'location' => 'path',
690
-                  'type' => 'string',
691
-                  'required' => true,
692
-                ),
693
-                'timeSpan' => array(
694
-                  'location' => 'query',
695
-                  'type' => 'string',
696
-                  'required' => true,
697
-                ),
698
-                'language' => array(
699
-                  'location' => 'query',
700
-                  'type' => 'string',
701
-                ),
702
-                'maxResults' => array(
703
-                  'location' => 'query',
704
-                  'type' => 'integer',
705
-                ),
706
-                'pageToken' => array(
707
-                  'location' => 'query',
708
-                  'type' => 'string',
709
-                ),
710
-              ),
711
-            ),'listWindow' => array(
712
-              'path' => 'leaderboards/{leaderboardId}/window/{collection}',
713
-              'httpMethod' => 'GET',
714
-              'parameters' => array(
715
-                'leaderboardId' => array(
716
-                  'location' => 'path',
717
-                  'type' => 'string',
718
-                  'required' => true,
719
-                ),
720
-                'collection' => array(
721
-                  'location' => 'path',
722
-                  'type' => 'string',
723
-                  'required' => true,
724
-                ),
725
-                'timeSpan' => array(
726
-                  'location' => 'query',
727
-                  'type' => 'string',
728
-                  'required' => true,
729
-                ),
730
-                'language' => array(
731
-                  'location' => 'query',
732
-                  'type' => 'string',
733
-                ),
734
-                'returnTopIfAbsent' => array(
735
-                  'location' => 'query',
736
-                  'type' => 'boolean',
737
-                ),
738
-                'resultsAbove' => array(
739
-                  'location' => 'query',
740
-                  'type' => 'integer',
741
-                ),
742
-                'maxResults' => array(
743
-                  'location' => 'query',
744
-                  'type' => 'integer',
745
-                ),
746
-                'pageToken' => array(
747
-                  'location' => 'query',
748
-                  'type' => 'string',
749
-                ),
750
-              ),
751
-            ),'submit' => array(
752
-              'path' => 'leaderboards/{leaderboardId}/scores',
753
-              'httpMethod' => 'POST',
754
-              'parameters' => array(
755
-                'leaderboardId' => array(
756
-                  'location' => 'path',
757
-                  'type' => 'string',
758
-                  'required' => true,
759
-                ),
760
-                'score' => array(
761
-                  'location' => 'query',
762
-                  'type' => 'string',
763
-                  'required' => true,
764
-                ),
765
-                'language' => array(
766
-                  'location' => 'query',
767
-                  'type' => 'string',
768
-                ),
769
-                'scoreTag' => array(
770
-                  'location' => 'query',
771
-                  'type' => 'string',
772
-                ),
773
-              ),
774
-            ),'submitMultiple' => array(
775
-              'path' => 'leaderboards/scores',
776
-              'httpMethod' => 'POST',
777
-              'parameters' => array(
778
-                'language' => array(
779
-                  'location' => 'query',
780
-                  'type' => 'string',
781
-                ),
782
-              ),
783
-            ),
784
-          )
785
-        )
786
-    );
787
-    $this->snapshots = new Google_Service_Games_Snapshots_Resource(
788
-        $this,
789
-        $this->serviceName,
790
-        'snapshots',
791
-        array(
792
-          'methods' => array(
793
-            'get' => array(
794
-              'path' => 'snapshots/{snapshotId}',
795
-              'httpMethod' => 'GET',
796
-              'parameters' => array(
797
-                'snapshotId' => array(
798
-                  'location' => 'path',
799
-                  'type' => 'string',
800
-                  'required' => true,
801
-                ),
802
-                'language' => array(
803
-                  'location' => 'query',
804
-                  'type' => 'string',
805
-                ),
806
-              ),
807
-            ),'list' => array(
808
-              'path' => 'players/{playerId}/snapshots',
809
-              'httpMethod' => 'GET',
810
-              'parameters' => array(
811
-                'playerId' => array(
812
-                  'location' => 'path',
813
-                  'type' => 'string',
814
-                  'required' => true,
815
-                ),
816
-                'pageToken' => array(
817
-                  'location' => 'query',
818
-                  'type' => 'string',
819
-                ),
820
-                'maxResults' => array(
821
-                  'location' => 'query',
822
-                  'type' => 'integer',
823
-                ),
824
-                'language' => array(
825
-                  'location' => 'query',
826
-                  'type' => 'string',
827
-                ),
828
-              ),
829
-            ),
830
-          )
831
-        )
832
-    );
833
-    $this->turnBasedMatches = new Google_Service_Games_TurnBasedMatches_Resource(
834
-        $this,
835
-        $this->serviceName,
836
-        'turnBasedMatches',
837
-        array(
838
-          'methods' => array(
839
-            'cancel' => array(
840
-              'path' => 'turnbasedmatches/{matchId}/cancel',
841
-              'httpMethod' => 'PUT',
842
-              'parameters' => array(
843
-                'matchId' => array(
844
-                  'location' => 'path',
845
-                  'type' => 'string',
846
-                  'required' => true,
847
-                ),
848
-              ),
849
-            ),'create' => array(
850
-              'path' => 'turnbasedmatches/create',
851
-              'httpMethod' => 'POST',
852
-              'parameters' => array(
853
-                'language' => array(
854
-                  'location' => 'query',
855
-                  'type' => 'string',
856
-                ),
857
-              ),
858
-            ),'decline' => array(
859
-              'path' => 'turnbasedmatches/{matchId}/decline',
860
-              'httpMethod' => 'PUT',
861
-              'parameters' => array(
862
-                'matchId' => array(
863
-                  'location' => 'path',
864
-                  'type' => 'string',
865
-                  'required' => true,
866
-                ),
867
-                'language' => array(
868
-                  'location' => 'query',
869
-                  'type' => 'string',
870
-                ),
871
-              ),
872
-            ),'dismiss' => array(
873
-              'path' => 'turnbasedmatches/{matchId}/dismiss',
874
-              'httpMethod' => 'PUT',
875
-              'parameters' => array(
876
-                'matchId' => array(
877
-                  'location' => 'path',
878
-                  'type' => 'string',
879
-                  'required' => true,
880
-                ),
881
-              ),
882
-            ),'finish' => array(
883
-              'path' => 'turnbasedmatches/{matchId}/finish',
884
-              'httpMethod' => 'PUT',
885
-              'parameters' => array(
886
-                'matchId' => array(
887
-                  'location' => 'path',
888
-                  'type' => 'string',
889
-                  'required' => true,
890
-                ),
891
-                'language' => array(
892
-                  'location' => 'query',
893
-                  'type' => 'string',
894
-                ),
895
-              ),
896
-            ),'get' => array(
897
-              'path' => 'turnbasedmatches/{matchId}',
898
-              'httpMethod' => 'GET',
899
-              'parameters' => array(
900
-                'matchId' => array(
901
-                  'location' => 'path',
902
-                  'type' => 'string',
903
-                  'required' => true,
904
-                ),
905
-                'language' => array(
906
-                  'location' => 'query',
907
-                  'type' => 'string',
908
-                ),
909
-                'includeMatchData' => array(
910
-                  'location' => 'query',
911
-                  'type' => 'boolean',
912
-                ),
913
-              ),
914
-            ),'join' => array(
915
-              'path' => 'turnbasedmatches/{matchId}/join',
916
-              'httpMethod' => 'PUT',
917
-              'parameters' => array(
918
-                'matchId' => array(
919
-                  'location' => 'path',
920
-                  'type' => 'string',
921
-                  'required' => true,
922
-                ),
923
-                'language' => array(
924
-                  'location' => 'query',
925
-                  'type' => 'string',
926
-                ),
927
-              ),
928
-            ),'leave' => array(
929
-              'path' => 'turnbasedmatches/{matchId}/leave',
930
-              'httpMethod' => 'PUT',
931
-              'parameters' => array(
932
-                'matchId' => array(
933
-                  'location' => 'path',
934
-                  'type' => 'string',
935
-                  'required' => true,
936
-                ),
937
-                'language' => array(
938
-                  'location' => 'query',
939
-                  'type' => 'string',
940
-                ),
941
-              ),
942
-            ),'leaveTurn' => array(
943
-              'path' => 'turnbasedmatches/{matchId}/leaveTurn',
944
-              'httpMethod' => 'PUT',
945
-              'parameters' => array(
946
-                'matchId' => array(
947
-                  'location' => 'path',
948
-                  'type' => 'string',
949
-                  'required' => true,
950
-                ),
951
-                'matchVersion' => array(
952
-                  'location' => 'query',
953
-                  'type' => 'integer',
954
-                  'required' => true,
955
-                ),
956
-                'language' => array(
957
-                  'location' => 'query',
958
-                  'type' => 'string',
959
-                ),
960
-                'pendingParticipantId' => array(
961
-                  'location' => 'query',
962
-                  'type' => 'string',
963
-                ),
964
-              ),
965
-            ),'list' => array(
966
-              'path' => 'turnbasedmatches',
967
-              'httpMethod' => 'GET',
968
-              'parameters' => array(
969
-                'pageToken' => array(
970
-                  'location' => 'query',
971
-                  'type' => 'string',
972
-                ),
973
-                'maxCompletedMatches' => array(
974
-                  'location' => 'query',
975
-                  'type' => 'integer',
976
-                ),
977
-                'maxResults' => array(
978
-                  'location' => 'query',
979
-                  'type' => 'integer',
980
-                ),
981
-                'language' => array(
982
-                  'location' => 'query',
983
-                  'type' => 'string',
984
-                ),
985
-                'includeMatchData' => array(
986
-                  'location' => 'query',
987
-                  'type' => 'boolean',
988
-                ),
989
-              ),
990
-            ),'rematch' => array(
991
-              'path' => 'turnbasedmatches/{matchId}/rematch',
992
-              'httpMethod' => 'POST',
993
-              'parameters' => array(
994
-                'matchId' => array(
995
-                  'location' => 'path',
996
-                  'type' => 'string',
997
-                  'required' => true,
998
-                ),
999
-                'requestId' => array(
1000
-                  'location' => 'query',
1001
-                  'type' => 'string',
1002
-                ),
1003
-                'language' => array(
1004
-                  'location' => 'query',
1005
-                  'type' => 'string',
1006
-                ),
1007
-              ),
1008
-            ),'sync' => array(
1009
-              'path' => 'turnbasedmatches/sync',
1010
-              'httpMethod' => 'GET',
1011
-              'parameters' => array(
1012
-                'pageToken' => array(
1013
-                  'location' => 'query',
1014
-                  'type' => 'string',
1015
-                ),
1016
-                'maxCompletedMatches' => array(
1017
-                  'location' => 'query',
1018
-                  'type' => 'integer',
1019
-                ),
1020
-                'maxResults' => array(
1021
-                  'location' => 'query',
1022
-                  'type' => 'integer',
1023
-                ),
1024
-                'language' => array(
1025
-                  'location' => 'query',
1026
-                  'type' => 'string',
1027
-                ),
1028
-                'includeMatchData' => array(
1029
-                  'location' => 'query',
1030
-                  'type' => 'boolean',
1031
-                ),
1032
-              ),
1033
-            ),'takeTurn' => array(
1034
-              'path' => 'turnbasedmatches/{matchId}/turn',
1035
-              'httpMethod' => 'PUT',
1036
-              'parameters' => array(
1037
-                'matchId' => array(
1038
-                  'location' => 'path',
1039
-                  'type' => 'string',
1040
-                  'required' => true,
1041
-                ),
1042
-                'language' => array(
1043
-                  'location' => 'query',
1044
-                  'type' => 'string',
1045
-                ),
1046
-              ),
1047
-            ),
1048
-          )
1049
-        )
1050
-    );
67
+	parent::__construct($client);
68
+	$this->rootUrl = 'https://www.googleapis.com/';
69
+	$this->servicePath = 'games/v1/';
70
+	$this->version = 'v1';
71
+	$this->serviceName = 'games';
72
+
73
+	$this->achievementDefinitions = new Google_Service_Games_AchievementDefinitions_Resource(
74
+		$this,
75
+		$this->serviceName,
76
+		'achievementDefinitions',
77
+		array(
78
+		  'methods' => array(
79
+			'list' => array(
80
+			  'path' => 'achievements',
81
+			  'httpMethod' => 'GET',
82
+			  'parameters' => array(
83
+				'pageToken' => array(
84
+				  'location' => 'query',
85
+				  'type' => 'string',
86
+				),
87
+				'maxResults' => array(
88
+				  'location' => 'query',
89
+				  'type' => 'integer',
90
+				),
91
+				'language' => array(
92
+				  'location' => 'query',
93
+				  'type' => 'string',
94
+				),
95
+			  ),
96
+			),
97
+		  )
98
+		)
99
+	);
100
+	$this->achievements = new Google_Service_Games_Achievements_Resource(
101
+		$this,
102
+		$this->serviceName,
103
+		'achievements',
104
+		array(
105
+		  'methods' => array(
106
+			'increment' => array(
107
+			  'path' => 'achievements/{achievementId}/increment',
108
+			  'httpMethod' => 'POST',
109
+			  'parameters' => array(
110
+				'achievementId' => array(
111
+				  'location' => 'path',
112
+				  'type' => 'string',
113
+				  'required' => true,
114
+				),
115
+				'stepsToIncrement' => array(
116
+				  'location' => 'query',
117
+				  'type' => 'integer',
118
+				  'required' => true,
119
+				),
120
+				'requestId' => array(
121
+				  'location' => 'query',
122
+				  'type' => 'string',
123
+				),
124
+			  ),
125
+			),'list' => array(
126
+			  'path' => 'players/{playerId}/achievements',
127
+			  'httpMethod' => 'GET',
128
+			  'parameters' => array(
129
+				'playerId' => array(
130
+				  'location' => 'path',
131
+				  'type' => 'string',
132
+				  'required' => true,
133
+				),
134
+				'pageToken' => array(
135
+				  'location' => 'query',
136
+				  'type' => 'string',
137
+				),
138
+				'state' => array(
139
+				  'location' => 'query',
140
+				  'type' => 'string',
141
+				),
142
+				'maxResults' => array(
143
+				  'location' => 'query',
144
+				  'type' => 'integer',
145
+				),
146
+				'language' => array(
147
+				  'location' => 'query',
148
+				  'type' => 'string',
149
+				),
150
+			  ),
151
+			),'reveal' => array(
152
+			  'path' => 'achievements/{achievementId}/reveal',
153
+			  'httpMethod' => 'POST',
154
+			  'parameters' => array(
155
+				'achievementId' => array(
156
+				  'location' => 'path',
157
+				  'type' => 'string',
158
+				  'required' => true,
159
+				),
160
+			  ),
161
+			),'setStepsAtLeast' => array(
162
+			  'path' => 'achievements/{achievementId}/setStepsAtLeast',
163
+			  'httpMethod' => 'POST',
164
+			  'parameters' => array(
165
+				'achievementId' => array(
166
+				  'location' => 'path',
167
+				  'type' => 'string',
168
+				  'required' => true,
169
+				),
170
+				'steps' => array(
171
+				  'location' => 'query',
172
+				  'type' => 'integer',
173
+				  'required' => true,
174
+				),
175
+			  ),
176
+			),'unlock' => array(
177
+			  'path' => 'achievements/{achievementId}/unlock',
178
+			  'httpMethod' => 'POST',
179
+			  'parameters' => array(
180
+				'achievementId' => array(
181
+				  'location' => 'path',
182
+				  'type' => 'string',
183
+				  'required' => true,
184
+				),
185
+			  ),
186
+			),'updateMultiple' => array(
187
+			  'path' => 'achievements/updateMultiple',
188
+			  'httpMethod' => 'POST',
189
+			  'parameters' => array(),
190
+			),
191
+		  )
192
+		)
193
+	);
194
+	$this->applications = new Google_Service_Games_Applications_Resource(
195
+		$this,
196
+		$this->serviceName,
197
+		'applications',
198
+		array(
199
+		  'methods' => array(
200
+			'get' => array(
201
+			  'path' => 'applications/{applicationId}',
202
+			  'httpMethod' => 'GET',
203
+			  'parameters' => array(
204
+				'applicationId' => array(
205
+				  'location' => 'path',
206
+				  'type' => 'string',
207
+				  'required' => true,
208
+				),
209
+				'platformType' => array(
210
+				  'location' => 'query',
211
+				  'type' => 'string',
212
+				),
213
+				'language' => array(
214
+				  'location' => 'query',
215
+				  'type' => 'string',
216
+				),
217
+			  ),
218
+			),'played' => array(
219
+			  'path' => 'applications/played',
220
+			  'httpMethod' => 'POST',
221
+			  'parameters' => array(),
222
+			),
223
+		  )
224
+		)
225
+	);
226
+	$this->events = new Google_Service_Games_Events_Resource(
227
+		$this,
228
+		$this->serviceName,
229
+		'events',
230
+		array(
231
+		  'methods' => array(
232
+			'listByPlayer' => array(
233
+			  'path' => 'events',
234
+			  'httpMethod' => 'GET',
235
+			  'parameters' => array(
236
+				'pageToken' => array(
237
+				  'location' => 'query',
238
+				  'type' => 'string',
239
+				),
240
+				'maxResults' => array(
241
+				  'location' => 'query',
242
+				  'type' => 'integer',
243
+				),
244
+				'language' => array(
245
+				  'location' => 'query',
246
+				  'type' => 'string',
247
+				),
248
+			  ),
249
+			),'listDefinitions' => array(
250
+			  'path' => 'eventDefinitions',
251
+			  'httpMethod' => 'GET',
252
+			  'parameters' => array(
253
+				'pageToken' => array(
254
+				  'location' => 'query',
255
+				  'type' => 'string',
256
+				),
257
+				'maxResults' => array(
258
+				  'location' => 'query',
259
+				  'type' => 'integer',
260
+				),
261
+				'language' => array(
262
+				  'location' => 'query',
263
+				  'type' => 'string',
264
+				),
265
+			  ),
266
+			),'record' => array(
267
+			  'path' => 'events',
268
+			  'httpMethod' => 'POST',
269
+			  'parameters' => array(
270
+				'language' => array(
271
+				  'location' => 'query',
272
+				  'type' => 'string',
273
+				),
274
+			  ),
275
+			),
276
+		  )
277
+		)
278
+	);
279
+	$this->leaderboards = new Google_Service_Games_Leaderboards_Resource(
280
+		$this,
281
+		$this->serviceName,
282
+		'leaderboards',
283
+		array(
284
+		  'methods' => array(
285
+			'get' => array(
286
+			  'path' => 'leaderboards/{leaderboardId}',
287
+			  'httpMethod' => 'GET',
288
+			  'parameters' => array(
289
+				'leaderboardId' => array(
290
+				  'location' => 'path',
291
+				  'type' => 'string',
292
+				  'required' => true,
293
+				),
294
+				'language' => array(
295
+				  'location' => 'query',
296
+				  'type' => 'string',
297
+				),
298
+			  ),
299
+			),'list' => array(
300
+			  'path' => 'leaderboards',
301
+			  'httpMethod' => 'GET',
302
+			  'parameters' => array(
303
+				'pageToken' => array(
304
+				  'location' => 'query',
305
+				  'type' => 'string',
306
+				),
307
+				'maxResults' => array(
308
+				  'location' => 'query',
309
+				  'type' => 'integer',
310
+				),
311
+				'language' => array(
312
+				  'location' => 'query',
313
+				  'type' => 'string',
314
+				),
315
+			  ),
316
+			),
317
+		  )
318
+		)
319
+	);
320
+	$this->metagame = new Google_Service_Games_Metagame_Resource(
321
+		$this,
322
+		$this->serviceName,
323
+		'metagame',
324
+		array(
325
+		  'methods' => array(
326
+			'getMetagameConfig' => array(
327
+			  'path' => 'metagameConfig',
328
+			  'httpMethod' => 'GET',
329
+			  'parameters' => array(),
330
+			),'listCategoriesByPlayer' => array(
331
+			  'path' => 'players/{playerId}/categories/{collection}',
332
+			  'httpMethod' => 'GET',
333
+			  'parameters' => array(
334
+				'playerId' => array(
335
+				  'location' => 'path',
336
+				  'type' => 'string',
337
+				  'required' => true,
338
+				),
339
+				'collection' => array(
340
+				  'location' => 'path',
341
+				  'type' => 'string',
342
+				  'required' => true,
343
+				),
344
+				'pageToken' => array(
345
+				  'location' => 'query',
346
+				  'type' => 'string',
347
+				),
348
+				'maxResults' => array(
349
+				  'location' => 'query',
350
+				  'type' => 'integer',
351
+				),
352
+				'language' => array(
353
+				  'location' => 'query',
354
+				  'type' => 'string',
355
+				),
356
+			  ),
357
+			),
358
+		  )
359
+		)
360
+	);
361
+	$this->players = new Google_Service_Games_Players_Resource(
362
+		$this,
363
+		$this->serviceName,
364
+		'players',
365
+		array(
366
+		  'methods' => array(
367
+			'get' => array(
368
+			  'path' => 'players/{playerId}',
369
+			  'httpMethod' => 'GET',
370
+			  'parameters' => array(
371
+				'playerId' => array(
372
+				  'location' => 'path',
373
+				  'type' => 'string',
374
+				  'required' => true,
375
+				),
376
+				'language' => array(
377
+				  'location' => 'query',
378
+				  'type' => 'string',
379
+				),
380
+			  ),
381
+			),'list' => array(
382
+			  'path' => 'players/me/players/{collection}',
383
+			  'httpMethod' => 'GET',
384
+			  'parameters' => array(
385
+				'collection' => array(
386
+				  'location' => 'path',
387
+				  'type' => 'string',
388
+				  'required' => true,
389
+				),
390
+				'pageToken' => array(
391
+				  'location' => 'query',
392
+				  'type' => 'string',
393
+				),
394
+				'maxResults' => array(
395
+				  'location' => 'query',
396
+				  'type' => 'integer',
397
+				),
398
+				'language' => array(
399
+				  'location' => 'query',
400
+				  'type' => 'string',
401
+				),
402
+			  ),
403
+			),
404
+		  )
405
+		)
406
+	);
407
+	$this->pushtokens = new Google_Service_Games_Pushtokens_Resource(
408
+		$this,
409
+		$this->serviceName,
410
+		'pushtokens',
411
+		array(
412
+		  'methods' => array(
413
+			'remove' => array(
414
+			  'path' => 'pushtokens/remove',
415
+			  'httpMethod' => 'POST',
416
+			  'parameters' => array(),
417
+			),'update' => array(
418
+			  'path' => 'pushtokens',
419
+			  'httpMethod' => 'PUT',
420
+			  'parameters' => array(),
421
+			),
422
+		  )
423
+		)
424
+	);
425
+	$this->questMilestones = new Google_Service_Games_QuestMilestones_Resource(
426
+		$this,
427
+		$this->serviceName,
428
+		'questMilestones',
429
+		array(
430
+		  'methods' => array(
431
+			'claim' => array(
432
+			  'path' => 'quests/{questId}/milestones/{milestoneId}/claim',
433
+			  'httpMethod' => 'PUT',
434
+			  'parameters' => array(
435
+				'questId' => array(
436
+				  'location' => 'path',
437
+				  'type' => 'string',
438
+				  'required' => true,
439
+				),
440
+				'milestoneId' => array(
441
+				  'location' => 'path',
442
+				  'type' => 'string',
443
+				  'required' => true,
444
+				),
445
+				'requestId' => array(
446
+				  'location' => 'query',
447
+				  'type' => 'string',
448
+				  'required' => true,
449
+				),
450
+			  ),
451
+			),
452
+		  )
453
+		)
454
+	);
455
+	$this->quests = new Google_Service_Games_Quests_Resource(
456
+		$this,
457
+		$this->serviceName,
458
+		'quests',
459
+		array(
460
+		  'methods' => array(
461
+			'accept' => array(
462
+			  'path' => 'quests/{questId}/accept',
463
+			  'httpMethod' => 'POST',
464
+			  'parameters' => array(
465
+				'questId' => array(
466
+				  'location' => 'path',
467
+				  'type' => 'string',
468
+				  'required' => true,
469
+				),
470
+				'language' => array(
471
+				  'location' => 'query',
472
+				  'type' => 'string',
473
+				),
474
+			  ),
475
+			),'list' => array(
476
+			  'path' => 'players/{playerId}/quests',
477
+			  'httpMethod' => 'GET',
478
+			  'parameters' => array(
479
+				'playerId' => array(
480
+				  'location' => 'path',
481
+				  'type' => 'string',
482
+				  'required' => true,
483
+				),
484
+				'pageToken' => array(
485
+				  'location' => 'query',
486
+				  'type' => 'string',
487
+				),
488
+				'maxResults' => array(
489
+				  'location' => 'query',
490
+				  'type' => 'integer',
491
+				),
492
+				'language' => array(
493
+				  'location' => 'query',
494
+				  'type' => 'string',
495
+				),
496
+			  ),
497
+			),
498
+		  )
499
+		)
500
+	);
501
+	$this->revisions = new Google_Service_Games_Revisions_Resource(
502
+		$this,
503
+		$this->serviceName,
504
+		'revisions',
505
+		array(
506
+		  'methods' => array(
507
+			'check' => array(
508
+			  'path' => 'revisions/check',
509
+			  'httpMethod' => 'GET',
510
+			  'parameters' => array(
511
+				'clientRevision' => array(
512
+				  'location' => 'query',
513
+				  'type' => 'string',
514
+				  'required' => true,
515
+				),
516
+			  ),
517
+			),
518
+		  )
519
+		)
520
+	);
521
+	$this->rooms = new Google_Service_Games_Rooms_Resource(
522
+		$this,
523
+		$this->serviceName,
524
+		'rooms',
525
+		array(
526
+		  'methods' => array(
527
+			'create' => array(
528
+			  'path' => 'rooms/create',
529
+			  'httpMethod' => 'POST',
530
+			  'parameters' => array(
531
+				'language' => array(
532
+				  'location' => 'query',
533
+				  'type' => 'string',
534
+				),
535
+			  ),
536
+			),'decline' => array(
537
+			  'path' => 'rooms/{roomId}/decline',
538
+			  'httpMethod' => 'POST',
539
+			  'parameters' => array(
540
+				'roomId' => array(
541
+				  'location' => 'path',
542
+				  'type' => 'string',
543
+				  'required' => true,
544
+				),
545
+				'language' => array(
546
+				  'location' => 'query',
547
+				  'type' => 'string',
548
+				),
549
+			  ),
550
+			),'dismiss' => array(
551
+			  'path' => 'rooms/{roomId}/dismiss',
552
+			  'httpMethod' => 'POST',
553
+			  'parameters' => array(
554
+				'roomId' => array(
555
+				  'location' => 'path',
556
+				  'type' => 'string',
557
+				  'required' => true,
558
+				),
559
+			  ),
560
+			),'get' => array(
561
+			  'path' => 'rooms/{roomId}',
562
+			  'httpMethod' => 'GET',
563
+			  'parameters' => array(
564
+				'roomId' => array(
565
+				  'location' => 'path',
566
+				  'type' => 'string',
567
+				  'required' => true,
568
+				),
569
+				'language' => array(
570
+				  'location' => 'query',
571
+				  'type' => 'string',
572
+				),
573
+			  ),
574
+			),'join' => array(
575
+			  'path' => 'rooms/{roomId}/join',
576
+			  'httpMethod' => 'POST',
577
+			  'parameters' => array(
578
+				'roomId' => array(
579
+				  'location' => 'path',
580
+				  'type' => 'string',
581
+				  'required' => true,
582
+				),
583
+				'language' => array(
584
+				  'location' => 'query',
585
+				  'type' => 'string',
586
+				),
587
+			  ),
588
+			),'leave' => array(
589
+			  'path' => 'rooms/{roomId}/leave',
590
+			  'httpMethod' => 'POST',
591
+			  'parameters' => array(
592
+				'roomId' => array(
593
+				  'location' => 'path',
594
+				  'type' => 'string',
595
+				  'required' => true,
596
+				),
597
+				'language' => array(
598
+				  'location' => 'query',
599
+				  'type' => 'string',
600
+				),
601
+			  ),
602
+			),'list' => array(
603
+			  'path' => 'rooms',
604
+			  'httpMethod' => 'GET',
605
+			  'parameters' => array(
606
+				'pageToken' => array(
607
+				  'location' => 'query',
608
+				  'type' => 'string',
609
+				),
610
+				'maxResults' => array(
611
+				  'location' => 'query',
612
+				  'type' => 'integer',
613
+				),
614
+				'language' => array(
615
+				  'location' => 'query',
616
+				  'type' => 'string',
617
+				),
618
+			  ),
619
+			),'reportStatus' => array(
620
+			  'path' => 'rooms/{roomId}/reportstatus',
621
+			  'httpMethod' => 'POST',
622
+			  'parameters' => array(
623
+				'roomId' => array(
624
+				  'location' => 'path',
625
+				  'type' => 'string',
626
+				  'required' => true,
627
+				),
628
+				'language' => array(
629
+				  'location' => 'query',
630
+				  'type' => 'string',
631
+				),
632
+			  ),
633
+			),
634
+		  )
635
+		)
636
+	);
637
+	$this->scores = new Google_Service_Games_Scores_Resource(
638
+		$this,
639
+		$this->serviceName,
640
+		'scores',
641
+		array(
642
+		  'methods' => array(
643
+			'get' => array(
644
+			  'path' => 'players/{playerId}/leaderboards/{leaderboardId}/scores/{timeSpan}',
645
+			  'httpMethod' => 'GET',
646
+			  'parameters' => array(
647
+				'playerId' => array(
648
+				  'location' => 'path',
649
+				  'type' => 'string',
650
+				  'required' => true,
651
+				),
652
+				'leaderboardId' => array(
653
+				  'location' => 'path',
654
+				  'type' => 'string',
655
+				  'required' => true,
656
+				),
657
+				'timeSpan' => array(
658
+				  'location' => 'path',
659
+				  'type' => 'string',
660
+				  'required' => true,
661
+				),
662
+				'includeRankType' => array(
663
+				  'location' => 'query',
664
+				  'type' => 'string',
665
+				),
666
+				'language' => array(
667
+				  'location' => 'query',
668
+				  'type' => 'string',
669
+				),
670
+				'maxResults' => array(
671
+				  'location' => 'query',
672
+				  'type' => 'integer',
673
+				),
674
+				'pageToken' => array(
675
+				  'location' => 'query',
676
+				  'type' => 'string',
677
+				),
678
+			  ),
679
+			),'list' => array(
680
+			  'path' => 'leaderboards/{leaderboardId}/scores/{collection}',
681
+			  'httpMethod' => 'GET',
682
+			  'parameters' => array(
683
+				'leaderboardId' => array(
684
+				  'location' => 'path',
685
+				  'type' => 'string',
686
+				  'required' => true,
687
+				),
688
+				'collection' => array(
689
+				  'location' => 'path',
690
+				  'type' => 'string',
691
+				  'required' => true,
692
+				),
693
+				'timeSpan' => array(
694
+				  'location' => 'query',
695
+				  'type' => 'string',
696
+				  'required' => true,
697
+				),
698
+				'language' => array(
699
+				  'location' => 'query',
700
+				  'type' => 'string',
701
+				),
702
+				'maxResults' => array(
703
+				  'location' => 'query',
704
+				  'type' => 'integer',
705
+				),
706
+				'pageToken' => array(
707
+				  'location' => 'query',
708
+				  'type' => 'string',
709
+				),
710
+			  ),
711
+			),'listWindow' => array(
712
+			  'path' => 'leaderboards/{leaderboardId}/window/{collection}',
713
+			  'httpMethod' => 'GET',
714
+			  'parameters' => array(
715
+				'leaderboardId' => array(
716
+				  'location' => 'path',
717
+				  'type' => 'string',
718
+				  'required' => true,
719
+				),
720
+				'collection' => array(
721
+				  'location' => 'path',
722
+				  'type' => 'string',
723
+				  'required' => true,
724
+				),
725
+				'timeSpan' => array(
726
+				  'location' => 'query',
727
+				  'type' => 'string',
728
+				  'required' => true,
729
+				),
730
+				'language' => array(
731
+				  'location' => 'query',
732
+				  'type' => 'string',
733
+				),
734
+				'returnTopIfAbsent' => array(
735
+				  'location' => 'query',
736
+				  'type' => 'boolean',
737
+				),
738
+				'resultsAbove' => array(
739
+				  'location' => 'query',
740
+				  'type' => 'integer',
741
+				),
742
+				'maxResults' => array(
743
+				  'location' => 'query',
744
+				  'type' => 'integer',
745
+				),
746
+				'pageToken' => array(
747
+				  'location' => 'query',
748
+				  'type' => 'string',
749
+				),
750
+			  ),
751
+			),'submit' => array(
752
+			  'path' => 'leaderboards/{leaderboardId}/scores',
753
+			  'httpMethod' => 'POST',
754
+			  'parameters' => array(
755
+				'leaderboardId' => array(
756
+				  'location' => 'path',
757
+				  'type' => 'string',
758
+				  'required' => true,
759
+				),
760
+				'score' => array(
761
+				  'location' => 'query',
762
+				  'type' => 'string',
763
+				  'required' => true,
764
+				),
765
+				'language' => array(
766
+				  'location' => 'query',
767
+				  'type' => 'string',
768
+				),
769
+				'scoreTag' => array(
770
+				  'location' => 'query',
771
+				  'type' => 'string',
772
+				),
773
+			  ),
774
+			),'submitMultiple' => array(
775
+			  'path' => 'leaderboards/scores',
776
+			  'httpMethod' => 'POST',
777
+			  'parameters' => array(
778
+				'language' => array(
779
+				  'location' => 'query',
780
+				  'type' => 'string',
781
+				),
782
+			  ),
783
+			),
784
+		  )
785
+		)
786
+	);
787
+	$this->snapshots = new Google_Service_Games_Snapshots_Resource(
788
+		$this,
789
+		$this->serviceName,
790
+		'snapshots',
791
+		array(
792
+		  'methods' => array(
793
+			'get' => array(
794
+			  'path' => 'snapshots/{snapshotId}',
795
+			  'httpMethod' => 'GET',
796
+			  'parameters' => array(
797
+				'snapshotId' => array(
798
+				  'location' => 'path',
799
+				  'type' => 'string',
800
+				  'required' => true,
801
+				),
802
+				'language' => array(
803
+				  'location' => 'query',
804
+				  'type' => 'string',
805
+				),
806
+			  ),
807
+			),'list' => array(
808
+			  'path' => 'players/{playerId}/snapshots',
809
+			  'httpMethod' => 'GET',
810
+			  'parameters' => array(
811
+				'playerId' => array(
812
+				  'location' => 'path',
813
+				  'type' => 'string',
814
+				  'required' => true,
815
+				),
816
+				'pageToken' => array(
817
+				  'location' => 'query',
818
+				  'type' => 'string',
819
+				),
820
+				'maxResults' => array(
821
+				  'location' => 'query',
822
+				  'type' => 'integer',
823
+				),
824
+				'language' => array(
825
+				  'location' => 'query',
826
+				  'type' => 'string',
827
+				),
828
+			  ),
829
+			),
830
+		  )
831
+		)
832
+	);
833
+	$this->turnBasedMatches = new Google_Service_Games_TurnBasedMatches_Resource(
834
+		$this,
835
+		$this->serviceName,
836
+		'turnBasedMatches',
837
+		array(
838
+		  'methods' => array(
839
+			'cancel' => array(
840
+			  'path' => 'turnbasedmatches/{matchId}/cancel',
841
+			  'httpMethod' => 'PUT',
842
+			  'parameters' => array(
843
+				'matchId' => array(
844
+				  'location' => 'path',
845
+				  'type' => 'string',
846
+				  'required' => true,
847
+				),
848
+			  ),
849
+			),'create' => array(
850
+			  'path' => 'turnbasedmatches/create',
851
+			  'httpMethod' => 'POST',
852
+			  'parameters' => array(
853
+				'language' => array(
854
+				  'location' => 'query',
855
+				  'type' => 'string',
856
+				),
857
+			  ),
858
+			),'decline' => array(
859
+			  'path' => 'turnbasedmatches/{matchId}/decline',
860
+			  'httpMethod' => 'PUT',
861
+			  'parameters' => array(
862
+				'matchId' => array(
863
+				  'location' => 'path',
864
+				  'type' => 'string',
865
+				  'required' => true,
866
+				),
867
+				'language' => array(
868
+				  'location' => 'query',
869
+				  'type' => 'string',
870
+				),
871
+			  ),
872
+			),'dismiss' => array(
873
+			  'path' => 'turnbasedmatches/{matchId}/dismiss',
874
+			  'httpMethod' => 'PUT',
875
+			  'parameters' => array(
876
+				'matchId' => array(
877
+				  'location' => 'path',
878
+				  'type' => 'string',
879
+				  'required' => true,
880
+				),
881
+			  ),
882
+			),'finish' => array(
883
+			  'path' => 'turnbasedmatches/{matchId}/finish',
884
+			  'httpMethod' => 'PUT',
885
+			  'parameters' => array(
886
+				'matchId' => array(
887
+				  'location' => 'path',
888
+				  'type' => 'string',
889
+				  'required' => true,
890
+				),
891
+				'language' => array(
892
+				  'location' => 'query',
893
+				  'type' => 'string',
894
+				),
895
+			  ),
896
+			),'get' => array(
897
+			  'path' => 'turnbasedmatches/{matchId}',
898
+			  'httpMethod' => 'GET',
899
+			  'parameters' => array(
900
+				'matchId' => array(
901
+				  'location' => 'path',
902
+				  'type' => 'string',
903
+				  'required' => true,
904
+				),
905
+				'language' => array(
906
+				  'location' => 'query',
907
+				  'type' => 'string',
908
+				),
909
+				'includeMatchData' => array(
910
+				  'location' => 'query',
911
+				  'type' => 'boolean',
912
+				),
913
+			  ),
914
+			),'join' => array(
915
+			  'path' => 'turnbasedmatches/{matchId}/join',
916
+			  'httpMethod' => 'PUT',
917
+			  'parameters' => array(
918
+				'matchId' => array(
919
+				  'location' => 'path',
920
+				  'type' => 'string',
921
+				  'required' => true,
922
+				),
923
+				'language' => array(
924
+				  'location' => 'query',
925
+				  'type' => 'string',
926
+				),
927
+			  ),
928
+			),'leave' => array(
929
+			  'path' => 'turnbasedmatches/{matchId}/leave',
930
+			  'httpMethod' => 'PUT',
931
+			  'parameters' => array(
932
+				'matchId' => array(
933
+				  'location' => 'path',
934
+				  'type' => 'string',
935
+				  'required' => true,
936
+				),
937
+				'language' => array(
938
+				  'location' => 'query',
939
+				  'type' => 'string',
940
+				),
941
+			  ),
942
+			),'leaveTurn' => array(
943
+			  'path' => 'turnbasedmatches/{matchId}/leaveTurn',
944
+			  'httpMethod' => 'PUT',
945
+			  'parameters' => array(
946
+				'matchId' => array(
947
+				  'location' => 'path',
948
+				  'type' => 'string',
949
+				  'required' => true,
950
+				),
951
+				'matchVersion' => array(
952
+				  'location' => 'query',
953
+				  'type' => 'integer',
954
+				  'required' => true,
955
+				),
956
+				'language' => array(
957
+				  'location' => 'query',
958
+				  'type' => 'string',
959
+				),
960
+				'pendingParticipantId' => array(
961
+				  'location' => 'query',
962
+				  'type' => 'string',
963
+				),
964
+			  ),
965
+			),'list' => array(
966
+			  'path' => 'turnbasedmatches',
967
+			  'httpMethod' => 'GET',
968
+			  'parameters' => array(
969
+				'pageToken' => array(
970
+				  'location' => 'query',
971
+				  'type' => 'string',
972
+				),
973
+				'maxCompletedMatches' => array(
974
+				  'location' => 'query',
975
+				  'type' => 'integer',
976
+				),
977
+				'maxResults' => array(
978
+				  'location' => 'query',
979
+				  'type' => 'integer',
980
+				),
981
+				'language' => array(
982
+				  'location' => 'query',
983
+				  'type' => 'string',
984
+				),
985
+				'includeMatchData' => array(
986
+				  'location' => 'query',
987
+				  'type' => 'boolean',
988
+				),
989
+			  ),
990
+			),'rematch' => array(
991
+			  'path' => 'turnbasedmatches/{matchId}/rematch',
992
+			  'httpMethod' => 'POST',
993
+			  'parameters' => array(
994
+				'matchId' => array(
995
+				  'location' => 'path',
996
+				  'type' => 'string',
997
+				  'required' => true,
998
+				),
999
+				'requestId' => array(
1000
+				  'location' => 'query',
1001
+				  'type' => 'string',
1002
+				),
1003
+				'language' => array(
1004
+				  'location' => 'query',
1005
+				  'type' => 'string',
1006
+				),
1007
+			  ),
1008
+			),'sync' => array(
1009
+			  'path' => 'turnbasedmatches/sync',
1010
+			  'httpMethod' => 'GET',
1011
+			  'parameters' => array(
1012
+				'pageToken' => array(
1013
+				  'location' => 'query',
1014
+				  'type' => 'string',
1015
+				),
1016
+				'maxCompletedMatches' => array(
1017
+				  'location' => 'query',
1018
+				  'type' => 'integer',
1019
+				),
1020
+				'maxResults' => array(
1021
+				  'location' => 'query',
1022
+				  'type' => 'integer',
1023
+				),
1024
+				'language' => array(
1025
+				  'location' => 'query',
1026
+				  'type' => 'string',
1027
+				),
1028
+				'includeMatchData' => array(
1029
+				  'location' => 'query',
1030
+				  'type' => 'boolean',
1031
+				),
1032
+			  ),
1033
+			),'takeTurn' => array(
1034
+			  'path' => 'turnbasedmatches/{matchId}/turn',
1035
+			  'httpMethod' => 'PUT',
1036
+			  'parameters' => array(
1037
+				'matchId' => array(
1038
+				  'location' => 'path',
1039
+				  'type' => 'string',
1040
+				  'required' => true,
1041
+				),
1042
+				'language' => array(
1043
+				  'location' => 'query',
1044
+				  'type' => 'string',
1045
+				),
1046
+			  ),
1047
+			),
1048
+		  )
1049
+		)
1050
+	);
1051 1051
   }
1052 1052
 }
1053 1053
 
@@ -1079,9 +1079,9 @@  discard block
 block discarded – undo
1079 1079
    */
1080 1080
   public function listAchievementDefinitions($optParams = array())
1081 1081
   {
1082
-    $params = array();
1083
-    $params = array_merge($params, $optParams);
1084
-    return $this->call('list', array($params), "Google_Service_Games_AchievementDefinitionsListResponse");
1082
+	$params = array();
1083
+	$params = array_merge($params, $optParams);
1084
+	return $this->call('list', array($params), "Google_Service_Games_AchievementDefinitionsListResponse");
1085 1085
   }
1086 1086
 }
1087 1087
 
@@ -1111,9 +1111,9 @@  discard block
 block discarded – undo
1111 1111
    */
1112 1112
   public function increment($achievementId, $stepsToIncrement, $optParams = array())
1113 1113
   {
1114
-    $params = array('achievementId' => $achievementId, 'stepsToIncrement' => $stepsToIncrement);
1115
-    $params = array_merge($params, $optParams);
1116
-    return $this->call('increment', array($params), "Google_Service_Games_AchievementIncrementResponse");
1114
+	$params = array('achievementId' => $achievementId, 'stepsToIncrement' => $stepsToIncrement);
1115
+	$params = array_merge($params, $optParams);
1116
+	return $this->call('increment', array($params), "Google_Service_Games_AchievementIncrementResponse");
1117 1117
   }
1118 1118
 
1119 1119
   /**
@@ -1137,9 +1137,9 @@  discard block
 block discarded – undo
1137 1137
    */
1138 1138
   public function listAchievements($playerId, $optParams = array())
1139 1139
   {
1140
-    $params = array('playerId' => $playerId);
1141
-    $params = array_merge($params, $optParams);
1142
-    return $this->call('list', array($params), "Google_Service_Games_PlayerAchievementListResponse");
1140
+	$params = array('playerId' => $playerId);
1141
+	$params = array_merge($params, $optParams);
1142
+	return $this->call('list', array($params), "Google_Service_Games_PlayerAchievementListResponse");
1143 1143
   }
1144 1144
 
1145 1145
   /**
@@ -1152,9 +1152,9 @@  discard block
 block discarded – undo
1152 1152
    */
1153 1153
   public function reveal($achievementId, $optParams = array())
1154 1154
   {
1155
-    $params = array('achievementId' => $achievementId);
1156
-    $params = array_merge($params, $optParams);
1157
-    return $this->call('reveal', array($params), "Google_Service_Games_AchievementRevealResponse");
1155
+	$params = array('achievementId' => $achievementId);
1156
+	$params = array_merge($params, $optParams);
1157
+	return $this->call('reveal', array($params), "Google_Service_Games_AchievementRevealResponse");
1158 1158
   }
1159 1159
 
1160 1160
   /**
@@ -1170,9 +1170,9 @@  discard block
 block discarded – undo
1170 1170
    */
1171 1171
   public function setStepsAtLeast($achievementId, $steps, $optParams = array())
1172 1172
   {
1173
-    $params = array('achievementId' => $achievementId, 'steps' => $steps);
1174
-    $params = array_merge($params, $optParams);
1175
-    return $this->call('setStepsAtLeast', array($params), "Google_Service_Games_AchievementSetStepsAtLeastResponse");
1173
+	$params = array('achievementId' => $achievementId, 'steps' => $steps);
1174
+	$params = array_merge($params, $optParams);
1175
+	return $this->call('setStepsAtLeast', array($params), "Google_Service_Games_AchievementSetStepsAtLeastResponse");
1176 1176
   }
1177 1177
 
1178 1178
   /**
@@ -1185,9 +1185,9 @@  discard block
 block discarded – undo
1185 1185
    */
1186 1186
   public function unlock($achievementId, $optParams = array())
1187 1187
   {
1188
-    $params = array('achievementId' => $achievementId);
1189
-    $params = array_merge($params, $optParams);
1190
-    return $this->call('unlock', array($params), "Google_Service_Games_AchievementUnlockResponse");
1188
+	$params = array('achievementId' => $achievementId);
1189
+	$params = array_merge($params, $optParams);
1190
+	return $this->call('unlock', array($params), "Google_Service_Games_AchievementUnlockResponse");
1191 1191
   }
1192 1192
 
1193 1193
   /**
@@ -1200,9 +1200,9 @@  discard block
 block discarded – undo
1200 1200
    */
1201 1201
   public function updateMultiple(Google_Service_Games_AchievementUpdateMultipleRequest $postBody, $optParams = array())
1202 1202
   {
1203
-    $params = array('postBody' => $postBody);
1204
-    $params = array_merge($params, $optParams);
1205
-    return $this->call('updateMultiple', array($params), "Google_Service_Games_AchievementUpdateMultipleResponse");
1203
+	$params = array('postBody' => $postBody);
1204
+	$params = array_merge($params, $optParams);
1205
+	return $this->call('updateMultiple', array($params), "Google_Service_Games_AchievementUpdateMultipleResponse");
1206 1206
   }
1207 1207
 }
1208 1208
 
@@ -1234,9 +1234,9 @@  discard block
 block discarded – undo
1234 1234
    */
1235 1235
   public function get($applicationId, $optParams = array())
1236 1236
   {
1237
-    $params = array('applicationId' => $applicationId);
1238
-    $params = array_merge($params, $optParams);
1239
-    return $this->call('get', array($params), "Google_Service_Games_Application");
1237
+	$params = array('applicationId' => $applicationId);
1238
+	$params = array_merge($params, $optParams);
1239
+	return $this->call('get', array($params), "Google_Service_Games_Application");
1240 1240
   }
1241 1241
 
1242 1242
   /**
@@ -1247,9 +1247,9 @@  discard block
 block discarded – undo
1247 1247
    */
1248 1248
   public function played($optParams = array())
1249 1249
   {
1250
-    $params = array();
1251
-    $params = array_merge($params, $optParams);
1252
-    return $this->call('played', array($params));
1250
+	$params = array();
1251
+	$params = array_merge($params, $optParams);
1252
+	return $this->call('played', array($params));
1253 1253
   }
1254 1254
 }
1255 1255
 
@@ -1280,9 +1280,9 @@  discard block
 block discarded – undo
1280 1280
    */
1281 1281
   public function listByPlayer($optParams = array())
1282 1282
   {
1283
-    $params = array();
1284
-    $params = array_merge($params, $optParams);
1285
-    return $this->call('listByPlayer', array($params), "Google_Service_Games_PlayerEventListResponse");
1283
+	$params = array();
1284
+	$params = array_merge($params, $optParams);
1285
+	return $this->call('listByPlayer', array($params), "Google_Service_Games_PlayerEventListResponse");
1286 1286
   }
1287 1287
 
1288 1288
   /**
@@ -1301,9 +1301,9 @@  discard block
 block discarded – undo
1301 1301
    */
1302 1302
   public function listDefinitions($optParams = array())
1303 1303
   {
1304
-    $params = array();
1305
-    $params = array_merge($params, $optParams);
1306
-    return $this->call('listDefinitions', array($params), "Google_Service_Games_EventDefinitionListResponse");
1304
+	$params = array();
1305
+	$params = array_merge($params, $optParams);
1306
+	return $this->call('listDefinitions', array($params), "Google_Service_Games_EventDefinitionListResponse");
1307 1307
   }
1308 1308
 
1309 1309
   /**
@@ -1319,9 +1319,9 @@  discard block
 block discarded – undo
1319 1319
    */
1320 1320
   public function record(Google_Service_Games_EventRecordRequest $postBody, $optParams = array())
1321 1321
   {
1322
-    $params = array('postBody' => $postBody);
1323
-    $params = array_merge($params, $optParams);
1324
-    return $this->call('record', array($params), "Google_Service_Games_EventUpdateResponse");
1322
+	$params = array('postBody' => $postBody);
1323
+	$params = array_merge($params, $optParams);
1324
+	return $this->call('record', array($params), "Google_Service_Games_EventUpdateResponse");
1325 1325
   }
1326 1326
 }
1327 1327
 
@@ -1349,9 +1349,9 @@  discard block
 block discarded – undo
1349 1349
    */
1350 1350
   public function get($leaderboardId, $optParams = array())
1351 1351
   {
1352
-    $params = array('leaderboardId' => $leaderboardId);
1353
-    $params = array_merge($params, $optParams);
1354
-    return $this->call('get', array($params), "Google_Service_Games_Leaderboard");
1352
+	$params = array('leaderboardId' => $leaderboardId);
1353
+	$params = array_merge($params, $optParams);
1354
+	return $this->call('get', array($params), "Google_Service_Games_Leaderboard");
1355 1355
   }
1356 1356
 
1357 1357
   /**
@@ -1370,9 +1370,9 @@  discard block
 block discarded – undo
1370 1370
    */
1371 1371
   public function listLeaderboards($optParams = array())
1372 1372
   {
1373
-    $params = array();
1374
-    $params = array_merge($params, $optParams);
1375
-    return $this->call('list', array($params), "Google_Service_Games_LeaderboardListResponse");
1373
+	$params = array();
1374
+	$params = array_merge($params, $optParams);
1375
+	return $this->call('list', array($params), "Google_Service_Games_LeaderboardListResponse");
1376 1376
   }
1377 1377
 }
1378 1378
 
@@ -1396,9 +1396,9 @@  discard block
 block discarded – undo
1396 1396
    */
1397 1397
   public function getMetagameConfig($optParams = array())
1398 1398
   {
1399
-    $params = array();
1400
-    $params = array_merge($params, $optParams);
1401
-    return $this->call('getMetagameConfig', array($params), "Google_Service_Games_MetagameConfig");
1399
+	$params = array();
1400
+	$params = array_merge($params, $optParams);
1401
+	return $this->call('getMetagameConfig', array($params), "Google_Service_Games_MetagameConfig");
1402 1402
   }
1403 1403
 
1404 1404
   /**
@@ -1421,9 +1421,9 @@  discard block
 block discarded – undo
1421 1421
    */
1422 1422
   public function listCategoriesByPlayer($playerId, $collection, $optParams = array())
1423 1423
   {
1424
-    $params = array('playerId' => $playerId, 'collection' => $collection);
1425
-    $params = array_merge($params, $optParams);
1426
-    return $this->call('listCategoriesByPlayer', array($params), "Google_Service_Games_CategoryListResponse");
1424
+	$params = array('playerId' => $playerId, 'collection' => $collection);
1425
+	$params = array_merge($params, $optParams);
1426
+	return $this->call('listCategoriesByPlayer', array($params), "Google_Service_Games_CategoryListResponse");
1427 1427
   }
1428 1428
 }
1429 1429
 
@@ -1452,9 +1452,9 @@  discard block
 block discarded – undo
1452 1452
    */
1453 1453
   public function get($playerId, $optParams = array())
1454 1454
   {
1455
-    $params = array('playerId' => $playerId);
1456
-    $params = array_merge($params, $optParams);
1457
-    return $this->call('get', array($params), "Google_Service_Games_Player");
1455
+	$params = array('playerId' => $playerId);
1456
+	$params = array_merge($params, $optParams);
1457
+	return $this->call('get', array($params), "Google_Service_Games_Player");
1458 1458
   }
1459 1459
 
1460 1460
   /**
@@ -1474,9 +1474,9 @@  discard block
 block discarded – undo
1474 1474
    */
1475 1475
   public function listPlayers($collection, $optParams = array())
1476 1476
   {
1477
-    $params = array('collection' => $collection);
1478
-    $params = array_merge($params, $optParams);
1479
-    return $this->call('list', array($params), "Google_Service_Games_PlayerListResponse");
1477
+	$params = array('collection' => $collection);
1478
+	$params = array_merge($params, $optParams);
1479
+	return $this->call('list', array($params), "Google_Service_Games_PlayerListResponse");
1480 1480
   }
1481 1481
 }
1482 1482
 
@@ -1500,9 +1500,9 @@  discard block
 block discarded – undo
1500 1500
    */
1501 1501
   public function remove(Google_Service_Games_PushTokenId $postBody, $optParams = array())
1502 1502
   {
1503
-    $params = array('postBody' => $postBody);
1504
-    $params = array_merge($params, $optParams);
1505
-    return $this->call('remove', array($params));
1503
+	$params = array('postBody' => $postBody);
1504
+	$params = array_merge($params, $optParams);
1505
+	return $this->call('remove', array($params));
1506 1506
   }
1507 1507
 
1508 1508
   /**
@@ -1514,9 +1514,9 @@  discard block
 block discarded – undo
1514 1514
    */
1515 1515
   public function update(Google_Service_Games_PushToken $postBody, $optParams = array())
1516 1516
   {
1517
-    $params = array('postBody' => $postBody);
1518
-    $params = array_merge($params, $optParams);
1519
-    return $this->call('update', array($params));
1517
+	$params = array('postBody' => $postBody);
1518
+	$params = array_merge($params, $optParams);
1519
+	return $this->call('update', array($params));
1520 1520
   }
1521 1521
 }
1522 1522
 
@@ -1545,9 +1545,9 @@  discard block
 block discarded – undo
1545 1545
    */
1546 1546
   public function claim($questId, $milestoneId, $requestId, $optParams = array())
1547 1547
   {
1548
-    $params = array('questId' => $questId, 'milestoneId' => $milestoneId, 'requestId' => $requestId);
1549
-    $params = array_merge($params, $optParams);
1550
-    return $this->call('claim', array($params));
1548
+	$params = array('questId' => $questId, 'milestoneId' => $milestoneId, 'requestId' => $requestId);
1549
+	$params = array_merge($params, $optParams);
1550
+	return $this->call('claim', array($params));
1551 1551
   }
1552 1552
 }
1553 1553
 
@@ -1575,9 +1575,9 @@  discard block
 block discarded – undo
1575 1575
    */
1576 1576
   public function accept($questId, $optParams = array())
1577 1577
   {
1578
-    $params = array('questId' => $questId);
1579
-    $params = array_merge($params, $optParams);
1580
-    return $this->call('accept', array($params), "Google_Service_Games_Quest");
1578
+	$params = array('questId' => $questId);
1579
+	$params = array_merge($params, $optParams);
1580
+	return $this->call('accept', array($params), "Google_Service_Games_Quest");
1581 1581
   }
1582 1582
 
1583 1583
   /**
@@ -1599,9 +1599,9 @@  discard block
 block discarded – undo
1599 1599
    */
1600 1600
   public function listQuests($playerId, $optParams = array())
1601 1601
   {
1602
-    $params = array('playerId' => $playerId);
1603
-    $params = array_merge($params, $optParams);
1604
-    return $this->call('list', array($params), "Google_Service_Games_QuestListResponse");
1602
+	$params = array('playerId' => $playerId);
1603
+	$params = array_merge($params, $optParams);
1604
+	return $this->call('list', array($params), "Google_Service_Games_QuestListResponse");
1605 1605
   }
1606 1606
 }
1607 1607
 
@@ -1629,9 +1629,9 @@  discard block
 block discarded – undo
1629 1629
    */
1630 1630
   public function check($clientRevision, $optParams = array())
1631 1631
   {
1632
-    $params = array('clientRevision' => $clientRevision);
1633
-    $params = array_merge($params, $optParams);
1634
-    return $this->call('check', array($params), "Google_Service_Games_RevisionCheckResponse");
1632
+	$params = array('clientRevision' => $clientRevision);
1633
+	$params = array_merge($params, $optParams);
1634
+	return $this->call('check', array($params), "Google_Service_Games_RevisionCheckResponse");
1635 1635
   }
1636 1636
 }
1637 1637
 
@@ -1659,9 +1659,9 @@  discard block
 block discarded – undo
1659 1659
    */
1660 1660
   public function create(Google_Service_Games_RoomCreateRequest $postBody, $optParams = array())
1661 1661
   {
1662
-    $params = array('postBody' => $postBody);
1663
-    $params = array_merge($params, $optParams);
1664
-    return $this->call('create', array($params), "Google_Service_Games_Room");
1662
+	$params = array('postBody' => $postBody);
1663
+	$params = array_merge($params, $optParams);
1664
+	return $this->call('create', array($params), "Google_Service_Games_Room");
1665 1665
   }
1666 1666
 
1667 1667
   /**
@@ -1677,9 +1677,9 @@  discard block
 block discarded – undo
1677 1677
    */
1678 1678
   public function decline($roomId, $optParams = array())
1679 1679
   {
1680
-    $params = array('roomId' => $roomId);
1681
-    $params = array_merge($params, $optParams);
1682
-    return $this->call('decline', array($params), "Google_Service_Games_Room");
1680
+	$params = array('roomId' => $roomId);
1681
+	$params = array_merge($params, $optParams);
1682
+	return $this->call('decline', array($params), "Google_Service_Games_Room");
1683 1683
   }
1684 1684
 
1685 1685
   /**
@@ -1691,9 +1691,9 @@  discard block
 block discarded – undo
1691 1691
    */
1692 1692
   public function dismiss($roomId, $optParams = array())
1693 1693
   {
1694
-    $params = array('roomId' => $roomId);
1695
-    $params = array_merge($params, $optParams);
1696
-    return $this->call('dismiss', array($params));
1694
+	$params = array('roomId' => $roomId);
1695
+	$params = array_merge($params, $optParams);
1696
+	return $this->call('dismiss', array($params));
1697 1697
   }
1698 1698
 
1699 1699
   /**
@@ -1708,9 +1708,9 @@  discard block
 block discarded – undo
1708 1708
    */
1709 1709
   public function get($roomId, $optParams = array())
1710 1710
   {
1711
-    $params = array('roomId' => $roomId);
1712
-    $params = array_merge($params, $optParams);
1713
-    return $this->call('get', array($params), "Google_Service_Games_Room");
1711
+	$params = array('roomId' => $roomId);
1712
+	$params = array_merge($params, $optParams);
1713
+	return $this->call('get', array($params), "Google_Service_Games_Room");
1714 1714
   }
1715 1715
 
1716 1716
   /**
@@ -1727,9 +1727,9 @@  discard block
 block discarded – undo
1727 1727
    */
1728 1728
   public function join($roomId, Google_Service_Games_RoomJoinRequest $postBody, $optParams = array())
1729 1729
   {
1730
-    $params = array('roomId' => $roomId, 'postBody' => $postBody);
1731
-    $params = array_merge($params, $optParams);
1732
-    return $this->call('join', array($params), "Google_Service_Games_Room");
1730
+	$params = array('roomId' => $roomId, 'postBody' => $postBody);
1731
+	$params = array_merge($params, $optParams);
1732
+	return $this->call('join', array($params), "Google_Service_Games_Room");
1733 1733
   }
1734 1734
 
1735 1735
   /**
@@ -1746,9 +1746,9 @@  discard block
 block discarded – undo
1746 1746
    */
1747 1747
   public function leave($roomId, Google_Service_Games_RoomLeaveRequest $postBody, $optParams = array())
1748 1748
   {
1749
-    $params = array('roomId' => $roomId, 'postBody' => $postBody);
1750
-    $params = array_merge($params, $optParams);
1751
-    return $this->call('leave', array($params), "Google_Service_Games_Room");
1749
+	$params = array('roomId' => $roomId, 'postBody' => $postBody);
1750
+	$params = array_merge($params, $optParams);
1751
+	return $this->call('leave', array($params), "Google_Service_Games_Room");
1752 1752
   }
1753 1753
 
1754 1754
   /**
@@ -1766,9 +1766,9 @@  discard block
 block discarded – undo
1766 1766
    */
1767 1767
   public function listRooms($optParams = array())
1768 1768
   {
1769
-    $params = array();
1770
-    $params = array_merge($params, $optParams);
1771
-    return $this->call('list', array($params), "Google_Service_Games_RoomList");
1769
+	$params = array();
1770
+	$params = array_merge($params, $optParams);
1771
+	return $this->call('list', array($params), "Google_Service_Games_RoomList");
1772 1772
   }
1773 1773
 
1774 1774
   /**
@@ -1786,9 +1786,9 @@  discard block
 block discarded – undo
1786 1786
    */
1787 1787
   public function reportStatus($roomId, Google_Service_Games_RoomP2PStatuses $postBody, $optParams = array())
1788 1788
   {
1789
-    $params = array('roomId' => $roomId, 'postBody' => $postBody);
1790
-    $params = array_merge($params, $optParams);
1791
-    return $this->call('reportStatus', array($params), "Google_Service_Games_RoomStatus");
1789
+	$params = array('roomId' => $roomId, 'postBody' => $postBody);
1790
+	$params = array_merge($params, $optParams);
1791
+	return $this->call('reportStatus', array($params), "Google_Service_Games_RoomStatus");
1792 1792
   }
1793 1793
 }
1794 1794
 
@@ -1830,9 +1830,9 @@  discard block
 block discarded – undo
1830 1830
    */
1831 1831
   public function get($playerId, $leaderboardId, $timeSpan, $optParams = array())
1832 1832
   {
1833
-    $params = array('playerId' => $playerId, 'leaderboardId' => $leaderboardId, 'timeSpan' => $timeSpan);
1834
-    $params = array_merge($params, $optParams);
1835
-    return $this->call('get', array($params), "Google_Service_Games_PlayerLeaderboardScoreListResponse");
1833
+	$params = array('playerId' => $playerId, 'leaderboardId' => $leaderboardId, 'timeSpan' => $timeSpan);
1834
+	$params = array_merge($params, $optParams);
1835
+	return $this->call('get', array($params), "Google_Service_Games_PlayerLeaderboardScoreListResponse");
1836 1836
   }
1837 1837
 
1838 1838
   /**
@@ -1854,9 +1854,9 @@  discard block
 block discarded – undo
1854 1854
    */
1855 1855
   public function listScores($leaderboardId, $collection, $timeSpan, $optParams = array())
1856 1856
   {
1857
-    $params = array('leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan);
1858
-    $params = array_merge($params, $optParams);
1859
-    return $this->call('list', array($params), "Google_Service_Games_LeaderboardScores");
1857
+	$params = array('leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan);
1858
+	$params = array_merge($params, $optParams);
1859
+	return $this->call('list', array($params), "Google_Service_Games_LeaderboardScores");
1860 1860
   }
1861 1861
 
1862 1862
   /**
@@ -1885,9 +1885,9 @@  discard block
 block discarded – undo
1885 1885
    */
1886 1886
   public function listWindow($leaderboardId, $collection, $timeSpan, $optParams = array())
1887 1887
   {
1888
-    $params = array('leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan);
1889
-    $params = array_merge($params, $optParams);
1890
-    return $this->call('listWindow', array($params), "Google_Service_Games_LeaderboardScores");
1888
+	$params = array('leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan);
1889
+	$params = array_merge($params, $optParams);
1890
+	return $this->call('listWindow', array($params), "Google_Service_Games_LeaderboardScores");
1891 1891
   }
1892 1892
 
1893 1893
   /**
@@ -1911,9 +1911,9 @@  discard block
 block discarded – undo
1911 1911
    */
1912 1912
   public function submit($leaderboardId, $score, $optParams = array())
1913 1913
   {
1914
-    $params = array('leaderboardId' => $leaderboardId, 'score' => $score);
1915
-    $params = array_merge($params, $optParams);
1916
-    return $this->call('submit', array($params), "Google_Service_Games_PlayerScoreResponse");
1914
+	$params = array('leaderboardId' => $leaderboardId, 'score' => $score);
1915
+	$params = array_merge($params, $optParams);
1916
+	return $this->call('submit', array($params), "Google_Service_Games_PlayerScoreResponse");
1917 1917
   }
1918 1918
 
1919 1919
   /**
@@ -1928,9 +1928,9 @@  discard block
 block discarded – undo
1928 1928
    */
1929 1929
   public function submitMultiple(Google_Service_Games_PlayerScoreSubmissionList $postBody, $optParams = array())
1930 1930
   {
1931
-    $params = array('postBody' => $postBody);
1932
-    $params = array_merge($params, $optParams);
1933
-    return $this->call('submitMultiple', array($params), "Google_Service_Games_PlayerScoreListResponse");
1931
+	$params = array('postBody' => $postBody);
1932
+	$params = array_merge($params, $optParams);
1933
+	return $this->call('submitMultiple', array($params), "Google_Service_Games_PlayerScoreListResponse");
1934 1934
   }
1935 1935
 }
1936 1936
 
@@ -1957,9 +1957,9 @@  discard block
 block discarded – undo
1957 1957
    */
1958 1958
   public function get($snapshotId, $optParams = array())
1959 1959
   {
1960
-    $params = array('snapshotId' => $snapshotId);
1961
-    $params = array_merge($params, $optParams);
1962
-    return $this->call('get', array($params), "Google_Service_Games_Snapshot");
1960
+	$params = array('snapshotId' => $snapshotId);
1961
+	$params = array_merge($params, $optParams);
1962
+	return $this->call('get', array($params), "Google_Service_Games_Snapshot");
1963 1963
   }
1964 1964
 
1965 1965
   /**
@@ -1980,9 +1980,9 @@  discard block
 block discarded – undo
1980 1980
    */
1981 1981
   public function listSnapshots($playerId, $optParams = array())
1982 1982
   {
1983
-    $params = array('playerId' => $playerId);
1984
-    $params = array_merge($params, $optParams);
1985
-    return $this->call('list', array($params), "Google_Service_Games_SnapshotListResponse");
1983
+	$params = array('playerId' => $playerId);
1984
+	$params = array_merge($params, $optParams);
1985
+	return $this->call('list', array($params), "Google_Service_Games_SnapshotListResponse");
1986 1986
   }
1987 1987
 }
1988 1988
 
@@ -2005,9 +2005,9 @@  discard block
 block discarded – undo
2005 2005
    */
2006 2006
   public function cancel($matchId, $optParams = array())
2007 2007
   {
2008
-    $params = array('matchId' => $matchId);
2009
-    $params = array_merge($params, $optParams);
2010
-    return $this->call('cancel', array($params));
2008
+	$params = array('matchId' => $matchId);
2009
+	$params = array_merge($params, $optParams);
2010
+	return $this->call('cancel', array($params));
2011 2011
   }
2012 2012
 
2013 2013
   /**
@@ -2022,9 +2022,9 @@  discard block
 block discarded – undo
2022 2022
    */
2023 2023
   public function create(Google_Service_Games_TurnBasedMatchCreateRequest $postBody, $optParams = array())
2024 2024
   {
2025
-    $params = array('postBody' => $postBody);
2026
-    $params = array_merge($params, $optParams);
2027
-    return $this->call('create', array($params), "Google_Service_Games_TurnBasedMatch");
2025
+	$params = array('postBody' => $postBody);
2026
+	$params = array_merge($params, $optParams);
2027
+	return $this->call('create', array($params), "Google_Service_Games_TurnBasedMatch");
2028 2028
   }
2029 2029
 
2030 2030
   /**
@@ -2039,9 +2039,9 @@  discard block
 block discarded – undo
2039 2039
    */
2040 2040
   public function decline($matchId, $optParams = array())
2041 2041
   {
2042
-    $params = array('matchId' => $matchId);
2043
-    $params = array_merge($params, $optParams);
2044
-    return $this->call('decline', array($params), "Google_Service_Games_TurnBasedMatch");
2042
+	$params = array('matchId' => $matchId);
2043
+	$params = array_merge($params, $optParams);
2044
+	return $this->call('decline', array($params), "Google_Service_Games_TurnBasedMatch");
2045 2045
   }
2046 2046
 
2047 2047
   /**
@@ -2054,9 +2054,9 @@  discard block
 block discarded – undo
2054 2054
    */
2055 2055
   public function dismiss($matchId, $optParams = array())
2056 2056
   {
2057
-    $params = array('matchId' => $matchId);
2058
-    $params = array_merge($params, $optParams);
2059
-    return $this->call('dismiss', array($params));
2057
+	$params = array('matchId' => $matchId);
2058
+	$params = array_merge($params, $optParams);
2059
+	return $this->call('dismiss', array($params));
2060 2060
   }
2061 2061
 
2062 2062
   /**
@@ -2074,9 +2074,9 @@  discard block
 block discarded – undo
2074 2074
    */
2075 2075
   public function finish($matchId, Google_Service_Games_TurnBasedMatchResults $postBody, $optParams = array())
2076 2076
   {
2077
-    $params = array('matchId' => $matchId, 'postBody' => $postBody);
2078
-    $params = array_merge($params, $optParams);
2079
-    return $this->call('finish', array($params), "Google_Service_Games_TurnBasedMatch");
2077
+	$params = array('matchId' => $matchId, 'postBody' => $postBody);
2078
+	$params = array_merge($params, $optParams);
2079
+	return $this->call('finish', array($params), "Google_Service_Games_TurnBasedMatch");
2080 2080
   }
2081 2081
 
2082 2082
   /**
@@ -2092,9 +2092,9 @@  discard block
 block discarded – undo
2092 2092
    */
2093 2093
   public function get($matchId, $optParams = array())
2094 2094
   {
2095
-    $params = array('matchId' => $matchId);
2096
-    $params = array_merge($params, $optParams);
2097
-    return $this->call('get', array($params), "Google_Service_Games_TurnBasedMatch");
2095
+	$params = array('matchId' => $matchId);
2096
+	$params = array_merge($params, $optParams);
2097
+	return $this->call('get', array($params), "Google_Service_Games_TurnBasedMatch");
2098 2098
   }
2099 2099
 
2100 2100
   /**
@@ -2109,9 +2109,9 @@  discard block
 block discarded – undo
2109 2109
    */
2110 2110
   public function join($matchId, $optParams = array())
2111 2111
   {
2112
-    $params = array('matchId' => $matchId);
2113
-    $params = array_merge($params, $optParams);
2114
-    return $this->call('join', array($params), "Google_Service_Games_TurnBasedMatch");
2112
+	$params = array('matchId' => $matchId);
2113
+	$params = array_merge($params, $optParams);
2114
+	return $this->call('join', array($params), "Google_Service_Games_TurnBasedMatch");
2115 2115
   }
2116 2116
 
2117 2117
   /**
@@ -2127,9 +2127,9 @@  discard block
 block discarded – undo
2127 2127
    */
2128 2128
   public function leave($matchId, $optParams = array())
2129 2129
   {
2130
-    $params = array('matchId' => $matchId);
2131
-    $params = array_merge($params, $optParams);
2132
-    return $this->call('leave', array($params), "Google_Service_Games_TurnBasedMatch");
2130
+	$params = array('matchId' => $matchId);
2131
+	$params = array_merge($params, $optParams);
2132
+	return $this->call('leave', array($params), "Google_Service_Games_TurnBasedMatch");
2133 2133
   }
2134 2134
 
2135 2135
   /**
@@ -2150,9 +2150,9 @@  discard block
 block discarded – undo
2150 2150
    */
2151 2151
   public function leaveTurn($matchId, $matchVersion, $optParams = array())
2152 2152
   {
2153
-    $params = array('matchId' => $matchId, 'matchVersion' => $matchVersion);
2154
-    $params = array_merge($params, $optParams);
2155
-    return $this->call('leaveTurn', array($params), "Google_Service_Games_TurnBasedMatch");
2153
+	$params = array('matchId' => $matchId, 'matchVersion' => $matchVersion);
2154
+	$params = array_merge($params, $optParams);
2155
+	return $this->call('leaveTurn', array($params), "Google_Service_Games_TurnBasedMatch");
2156 2156
   }
2157 2157
 
2158 2158
   /**
@@ -2179,9 +2179,9 @@  discard block
 block discarded – undo
2179 2179
    */
2180 2180
   public function listTurnBasedMatches($optParams = array())
2181 2181
   {
2182
-    $params = array();
2183
-    $params = array_merge($params, $optParams);
2184
-    return $this->call('list', array($params), "Google_Service_Games_TurnBasedMatchList");
2182
+	$params = array();
2183
+	$params = array_merge($params, $optParams);
2184
+	return $this->call('list', array($params), "Google_Service_Games_TurnBasedMatchList");
2185 2185
   }
2186 2186
 
2187 2187
   /**
@@ -2202,9 +2202,9 @@  discard block
 block discarded – undo
2202 2202
    */
2203 2203
   public function rematch($matchId, $optParams = array())
2204 2204
   {
2205
-    $params = array('matchId' => $matchId);
2206
-    $params = array_merge($params, $optParams);
2207
-    return $this->call('rematch', array($params), "Google_Service_Games_TurnBasedMatchRematch");
2205
+	$params = array('matchId' => $matchId);
2206
+	$params = array_merge($params, $optParams);
2207
+	return $this->call('rematch', array($params), "Google_Service_Games_TurnBasedMatchRematch");
2208 2208
   }
2209 2209
 
2210 2210
   /**
@@ -2233,9 +2233,9 @@  discard block
 block discarded – undo
2233 2233
    */
2234 2234
   public function sync($optParams = array())
2235 2235
   {
2236
-    $params = array();
2237
-    $params = array_merge($params, $optParams);
2238
-    return $this->call('sync', array($params), "Google_Service_Games_TurnBasedMatchSync");
2236
+	$params = array();
2237
+	$params = array_merge($params, $optParams);
2238
+	return $this->call('sync', array($params), "Google_Service_Games_TurnBasedMatchSync");
2239 2239
   }
2240 2240
 
2241 2241
   /**
@@ -2251,9 +2251,9 @@  discard block
 block discarded – undo
2251 2251
    */
2252 2252
   public function takeTurn($matchId, Google_Service_Games_TurnBasedMatchTurn $postBody, $optParams = array())
2253 2253
   {
2254
-    $params = array('matchId' => $matchId, 'postBody' => $postBody);
2255
-    $params = array_merge($params, $optParams);
2256
-    return $this->call('takeTurn', array($params), "Google_Service_Games_TurnBasedMatch");
2254
+	$params = array('matchId' => $matchId, 'postBody' => $postBody);
2255
+	$params = array_merge($params, $optParams);
2256
+	return $this->call('takeTurn', array($params), "Google_Service_Games_TurnBasedMatch");
2257 2257
   }
2258 2258
 }
2259 2259
 
@@ -2281,107 +2281,107 @@  discard block
 block discarded – undo
2281 2281
 
2282 2282
   public function setAchievementType($achievementType)
2283 2283
   {
2284
-    $this->achievementType = $achievementType;
2284
+	$this->achievementType = $achievementType;
2285 2285
   }
2286 2286
   public function getAchievementType()
2287 2287
   {
2288
-    return $this->achievementType;
2288
+	return $this->achievementType;
2289 2289
   }
2290 2290
   public function setDescription($description)
2291 2291
   {
2292
-    $this->description = $description;
2292
+	$this->description = $description;
2293 2293
   }
2294 2294
   public function getDescription()
2295 2295
   {
2296
-    return $this->description;
2296
+	return $this->description;
2297 2297
   }
2298 2298
   public function setExperiencePoints($experiencePoints)
2299 2299
   {
2300
-    $this->experiencePoints = $experiencePoints;
2300
+	$this->experiencePoints = $experiencePoints;
2301 2301
   }
2302 2302
   public function getExperiencePoints()
2303 2303
   {
2304
-    return $this->experiencePoints;
2304
+	return $this->experiencePoints;
2305 2305
   }
2306 2306
   public function setFormattedTotalSteps($formattedTotalSteps)
2307 2307
   {
2308
-    $this->formattedTotalSteps = $formattedTotalSteps;
2308
+	$this->formattedTotalSteps = $formattedTotalSteps;
2309 2309
   }
2310 2310
   public function getFormattedTotalSteps()
2311 2311
   {
2312
-    return $this->formattedTotalSteps;
2312
+	return $this->formattedTotalSteps;
2313 2313
   }
2314 2314
   public function setId($id)
2315 2315
   {
2316
-    $this->id = $id;
2316
+	$this->id = $id;
2317 2317
   }
2318 2318
   public function getId()
2319 2319
   {
2320
-    return $this->id;
2320
+	return $this->id;
2321 2321
   }
2322 2322
   public function setInitialState($initialState)
2323 2323
   {
2324
-    $this->initialState = $initialState;
2324
+	$this->initialState = $initialState;
2325 2325
   }
2326 2326
   public function getInitialState()
2327 2327
   {
2328
-    return $this->initialState;
2328
+	return $this->initialState;
2329 2329
   }
2330 2330
   public function setIsRevealedIconUrlDefault($isRevealedIconUrlDefault)
2331 2331
   {
2332
-    $this->isRevealedIconUrlDefault = $isRevealedIconUrlDefault;
2332
+	$this->isRevealedIconUrlDefault = $isRevealedIconUrlDefault;
2333 2333
   }
2334 2334
   public function getIsRevealedIconUrlDefault()
2335 2335
   {
2336
-    return $this->isRevealedIconUrlDefault;
2336
+	return $this->isRevealedIconUrlDefault;
2337 2337
   }
2338 2338
   public function setIsUnlockedIconUrlDefault($isUnlockedIconUrlDefault)
2339 2339
   {
2340
-    $this->isUnlockedIconUrlDefault = $isUnlockedIconUrlDefault;
2340
+	$this->isUnlockedIconUrlDefault = $isUnlockedIconUrlDefault;
2341 2341
   }
2342 2342
   public function getIsUnlockedIconUrlDefault()
2343 2343
   {
2344
-    return $this->isUnlockedIconUrlDefault;
2344
+	return $this->isUnlockedIconUrlDefault;
2345 2345
   }
2346 2346
   public function setKind($kind)
2347 2347
   {
2348
-    $this->kind = $kind;
2348
+	$this->kind = $kind;
2349 2349
   }
2350 2350
   public function getKind()
2351 2351
   {
2352
-    return $this->kind;
2352
+	return $this->kind;
2353 2353
   }
2354 2354
   public function setName($name)
2355 2355
   {
2356
-    $this->name = $name;
2356
+	$this->name = $name;
2357 2357
   }
2358 2358
   public function getName()
2359 2359
   {
2360
-    return $this->name;
2360
+	return $this->name;
2361 2361
   }
2362 2362
   public function setRevealedIconUrl($revealedIconUrl)
2363 2363
   {
2364
-    $this->revealedIconUrl = $revealedIconUrl;
2364
+	$this->revealedIconUrl = $revealedIconUrl;
2365 2365
   }
2366 2366
   public function getRevealedIconUrl()
2367 2367
   {
2368
-    return $this->revealedIconUrl;
2368
+	return $this->revealedIconUrl;
2369 2369
   }
2370 2370
   public function setTotalSteps($totalSteps)
2371 2371
   {
2372
-    $this->totalSteps = $totalSteps;
2372
+	$this->totalSteps = $totalSteps;
2373 2373
   }
2374 2374
   public function getTotalSteps()
2375 2375
   {
2376
-    return $this->totalSteps;
2376
+	return $this->totalSteps;
2377 2377
   }
2378 2378
   public function setUnlockedIconUrl($unlockedIconUrl)
2379 2379
   {
2380
-    $this->unlockedIconUrl = $unlockedIconUrl;
2380
+	$this->unlockedIconUrl = $unlockedIconUrl;
2381 2381
   }
2382 2382
   public function getUnlockedIconUrl()
2383 2383
   {
2384
-    return $this->unlockedIconUrl;
2384
+	return $this->unlockedIconUrl;
2385 2385
   }
2386 2386
 }
2387 2387
 
@@ -2398,27 +2398,27 @@  discard block
 block discarded – undo
2398 2398
 
2399 2399
   public function setItems($items)
2400 2400
   {
2401
-    $this->items = $items;
2401
+	$this->items = $items;
2402 2402
   }
2403 2403
   public function getItems()
2404 2404
   {
2405
-    return $this->items;
2405
+	return $this->items;
2406 2406
   }
2407 2407
   public function setKind($kind)
2408 2408
   {
2409
-    $this->kind = $kind;
2409
+	$this->kind = $kind;
2410 2410
   }
2411 2411
   public function getKind()
2412 2412
   {
2413
-    return $this->kind;
2413
+	return $this->kind;
2414 2414
   }
2415 2415
   public function setNextPageToken($nextPageToken)
2416 2416
   {
2417
-    $this->nextPageToken = $nextPageToken;
2417
+	$this->nextPageToken = $nextPageToken;
2418 2418
   }
2419 2419
   public function getNextPageToken()
2420 2420
   {
2421
-    return $this->nextPageToken;
2421
+	return $this->nextPageToken;
2422 2422
   }
2423 2423
 }
2424 2424
 
@@ -2433,27 +2433,27 @@  discard block
 block discarded – undo
2433 2433
 
2434 2434
   public function setCurrentSteps($currentSteps)
2435 2435
   {
2436
-    $this->currentSteps = $currentSteps;
2436
+	$this->currentSteps = $currentSteps;
2437 2437
   }
2438 2438
   public function getCurrentSteps()
2439 2439
   {
2440
-    return $this->currentSteps;
2440
+	return $this->currentSteps;
2441 2441
   }
2442 2442
   public function setKind($kind)
2443 2443
   {
2444
-    $this->kind = $kind;
2444
+	$this->kind = $kind;
2445 2445
   }
2446 2446
   public function getKind()
2447 2447
   {
2448
-    return $this->kind;
2448
+	return $this->kind;
2449 2449
   }
2450 2450
   public function setNewlyUnlocked($newlyUnlocked)
2451 2451
   {
2452
-    $this->newlyUnlocked = $newlyUnlocked;
2452
+	$this->newlyUnlocked = $newlyUnlocked;
2453 2453
   }
2454 2454
   public function getNewlyUnlocked()
2455 2455
   {
2456
-    return $this->newlyUnlocked;
2456
+	return $this->newlyUnlocked;
2457 2457
   }
2458 2458
 }
2459 2459
 
@@ -2467,19 +2467,19 @@  discard block
 block discarded – undo
2467 2467
 
2468 2468
   public function setCurrentState($currentState)
2469 2469
   {
2470
-    $this->currentState = $currentState;
2470
+	$this->currentState = $currentState;
2471 2471
   }
2472 2472
   public function getCurrentState()
2473 2473
   {
2474
-    return $this->currentState;
2474
+	return $this->currentState;
2475 2475
   }
2476 2476
   public function setKind($kind)
2477 2477
   {
2478
-    $this->kind = $kind;
2478
+	$this->kind = $kind;
2479 2479
   }
2480 2480
   public function getKind()
2481 2481
   {
2482
-    return $this->kind;
2482
+	return $this->kind;
2483 2483
   }
2484 2484
 }
2485 2485
 
@@ -2494,27 +2494,27 @@  discard block
 block discarded – undo
2494 2494
 
2495 2495
   public function setCurrentSteps($currentSteps)
2496 2496
   {
2497
-    $this->currentSteps = $currentSteps;
2497
+	$this->currentSteps = $currentSteps;
2498 2498
   }
2499 2499
   public function getCurrentSteps()
2500 2500
   {
2501
-    return $this->currentSteps;
2501
+	return $this->currentSteps;
2502 2502
   }
2503 2503
   public function setKind($kind)
2504 2504
   {
2505
-    $this->kind = $kind;
2505
+	$this->kind = $kind;
2506 2506
   }
2507 2507
   public function getKind()
2508 2508
   {
2509
-    return $this->kind;
2509
+	return $this->kind;
2510 2510
   }
2511 2511
   public function setNewlyUnlocked($newlyUnlocked)
2512 2512
   {
2513
-    $this->newlyUnlocked = $newlyUnlocked;
2513
+	$this->newlyUnlocked = $newlyUnlocked;
2514 2514
   }
2515 2515
   public function getNewlyUnlocked()
2516 2516
   {
2517
-    return $this->newlyUnlocked;
2517
+	return $this->newlyUnlocked;
2518 2518
   }
2519 2519
 }
2520 2520
 
@@ -2528,19 +2528,19 @@  discard block
 block discarded – undo
2528 2528
 
2529 2529
   public function setKind($kind)
2530 2530
   {
2531
-    $this->kind = $kind;
2531
+	$this->kind = $kind;
2532 2532
   }
2533 2533
   public function getKind()
2534 2534
   {
2535
-    return $this->kind;
2535
+	return $this->kind;
2536 2536
   }
2537 2537
   public function setNewlyUnlocked($newlyUnlocked)
2538 2538
   {
2539
-    $this->newlyUnlocked = $newlyUnlocked;
2539
+	$this->newlyUnlocked = $newlyUnlocked;
2540 2540
   }
2541 2541
   public function getNewlyUnlocked()
2542 2542
   {
2543
-    return $this->newlyUnlocked;
2543
+	return $this->newlyUnlocked;
2544 2544
   }
2545 2545
 }
2546 2546
 
@@ -2556,19 +2556,19 @@  discard block
 block discarded – undo
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 setUpdates($updates)
2566 2566
   {
2567
-    $this->updates = $updates;
2567
+	$this->updates = $updates;
2568 2568
   }
2569 2569
   public function getUpdates()
2570 2570
   {
2571
-    return $this->updates;
2571
+	return $this->updates;
2572 2572
   }
2573 2573
 }
2574 2574
 
@@ -2584,19 +2584,19 @@  discard block
 block discarded – undo
2584 2584
 
2585 2585
   public function setKind($kind)
2586 2586
   {
2587
-    $this->kind = $kind;
2587
+	$this->kind = $kind;
2588 2588
   }
2589 2589
   public function getKind()
2590 2590
   {
2591
-    return $this->kind;
2591
+	return $this->kind;
2592 2592
   }
2593 2593
   public function setUpdatedAchievements($updatedAchievements)
2594 2594
   {
2595
-    $this->updatedAchievements = $updatedAchievements;
2595
+	$this->updatedAchievements = $updatedAchievements;
2596 2596
   }
2597 2597
   public function getUpdatedAchievements()
2598 2598
   {
2599
-    return $this->updatedAchievements;
2599
+	return $this->updatedAchievements;
2600 2600
   }
2601 2601
 }
2602 2602
 
@@ -2615,43 +2615,43 @@  discard block
 block discarded – undo
2615 2615
 
2616 2616
   public function setAchievementId($achievementId)
2617 2617
   {
2618
-    $this->achievementId = $achievementId;
2618
+	$this->achievementId = $achievementId;
2619 2619
   }
2620 2620
   public function getAchievementId()
2621 2621
   {
2622
-    return $this->achievementId;
2622
+	return $this->achievementId;
2623 2623
   }
2624 2624
   public function setIncrementPayload(Google_Service_Games_GamesAchievementIncrement $incrementPayload)
2625 2625
   {
2626
-    $this->incrementPayload = $incrementPayload;
2626
+	$this->incrementPayload = $incrementPayload;
2627 2627
   }
2628 2628
   public function getIncrementPayload()
2629 2629
   {
2630
-    return $this->incrementPayload;
2630
+	return $this->incrementPayload;
2631 2631
   }
2632 2632
   public function setKind($kind)
2633 2633
   {
2634
-    $this->kind = $kind;
2634
+	$this->kind = $kind;
2635 2635
   }
2636 2636
   public function getKind()
2637 2637
   {
2638
-    return $this->kind;
2638
+	return $this->kind;
2639 2639
   }
2640 2640
   public function setSetStepsAtLeastPayload(Google_Service_Games_GamesAchievementSetStepsAtLeast $setStepsAtLeastPayload)
2641 2641
   {
2642
-    $this->setStepsAtLeastPayload = $setStepsAtLeastPayload;
2642
+	$this->setStepsAtLeastPayload = $setStepsAtLeastPayload;
2643 2643
   }
2644 2644
   public function getSetStepsAtLeastPayload()
2645 2645
   {
2646
-    return $this->setStepsAtLeastPayload;
2646
+	return $this->setStepsAtLeastPayload;
2647 2647
   }
2648 2648
   public function setUpdateType($updateType)
2649 2649
   {
2650
-    $this->updateType = $updateType;
2650
+	$this->updateType = $updateType;
2651 2651
   }
2652 2652
   public function getUpdateType()
2653 2653
   {
2654
-    return $this->updateType;
2654
+	return $this->updateType;
2655 2655
   }
2656 2656
 }
2657 2657
 
@@ -2669,51 +2669,51 @@  discard block
 block discarded – undo
2669 2669
 
2670 2670
   public function setAchievementId($achievementId)
2671 2671
   {
2672
-    $this->achievementId = $achievementId;
2672
+	$this->achievementId = $achievementId;
2673 2673
   }
2674 2674
   public function getAchievementId()
2675 2675
   {
2676
-    return $this->achievementId;
2676
+	return $this->achievementId;
2677 2677
   }
2678 2678
   public function setCurrentState($currentState)
2679 2679
   {
2680
-    $this->currentState = $currentState;
2680
+	$this->currentState = $currentState;
2681 2681
   }
2682 2682
   public function getCurrentState()
2683 2683
   {
2684
-    return $this->currentState;
2684
+	return $this->currentState;
2685 2685
   }
2686 2686
   public function setCurrentSteps($currentSteps)
2687 2687
   {
2688
-    $this->currentSteps = $currentSteps;
2688
+	$this->currentSteps = $currentSteps;
2689 2689
   }
2690 2690
   public function getCurrentSteps()
2691 2691
   {
2692
-    return $this->currentSteps;
2692
+	return $this->currentSteps;
2693 2693
   }
2694 2694
   public function setKind($kind)
2695 2695
   {
2696
-    $this->kind = $kind;
2696
+	$this->kind = $kind;
2697 2697
   }
2698 2698
   public function getKind()
2699 2699
   {
2700
-    return $this->kind;
2700
+	return $this->kind;
2701 2701
   }
2702 2702
   public function setNewlyUnlocked($newlyUnlocked)
2703 2703
   {
2704
-    $this->newlyUnlocked = $newlyUnlocked;
2704
+	$this->newlyUnlocked = $newlyUnlocked;
2705 2705
   }
2706 2706
   public function getNewlyUnlocked()
2707 2707
   {
2708
-    return $this->newlyUnlocked;
2708
+	return $this->newlyUnlocked;
2709 2709
   }
2710 2710
   public function setUpdateOccurred($updateOccurred)
2711 2711
   {
2712
-    $this->updateOccurred = $updateOccurred;
2712
+	$this->updateOccurred = $updateOccurred;
2713 2713
   }
2714 2714
   public function getUpdateOccurred()
2715 2715
   {
2716
-    return $this->updateOccurred;
2716
+	return $this->updateOccurred;
2717 2717
   }
2718 2718
 }
2719 2719
 
@@ -2730,43 +2730,43 @@  discard block
 block discarded – undo
2730 2730
 
2731 2731
   public function setCount($count)
2732 2732
   {
2733
-    $this->count = $count;
2733
+	$this->count = $count;
2734 2734
   }
2735 2735
   public function getCount()
2736 2736
   {
2737
-    return $this->count;
2737
+	return $this->count;
2738 2738
   }
2739 2739
   public function setKind($kind)
2740 2740
   {
2741
-    $this->kind = $kind;
2741
+	$this->kind = $kind;
2742 2742
   }
2743 2743
   public function getKind()
2744 2744
   {
2745
-    return $this->kind;
2745
+	return $this->kind;
2746 2746
   }
2747 2747
   public function setMax($max)
2748 2748
   {
2749
-    $this->max = $max;
2749
+	$this->max = $max;
2750 2750
   }
2751 2751
   public function getMax()
2752 2752
   {
2753
-    return $this->max;
2753
+	return $this->max;
2754 2754
   }
2755 2755
   public function setMin($min)
2756 2756
   {
2757
-    $this->min = $min;
2757
+	$this->min = $min;
2758 2758
   }
2759 2759
   public function getMin()
2760 2760
   {
2761
-    return $this->min;
2761
+	return $this->min;
2762 2762
   }
2763 2763
   public function setSum($sum)
2764 2764
   {
2765
-    $this->sum = $sum;
2765
+	$this->sum = $sum;
2766 2766
   }
2767 2767
   public function getSum()
2768 2768
   {
2769
-    return $this->sum;
2769
+	return $this->sum;
2770 2770
   }
2771 2771
 }
2772 2772
 
@@ -2781,27 +2781,27 @@  discard block
 block discarded – undo
2781 2781
 
2782 2782
   public function setAvatarImageUrl($avatarImageUrl)
2783 2783
   {
2784
-    $this->avatarImageUrl = $avatarImageUrl;
2784
+	$this->avatarImageUrl = $avatarImageUrl;
2785 2785
   }
2786 2786
   public function getAvatarImageUrl()
2787 2787
   {
2788
-    return $this->avatarImageUrl;
2788
+	return $this->avatarImageUrl;
2789 2789
   }
2790 2790
   public function setDisplayName($displayName)
2791 2791
   {
2792
-    $this->displayName = $displayName;
2792
+	$this->displayName = $displayName;
2793 2793
   }
2794 2794
   public function getDisplayName()
2795 2795
   {
2796
-    return $this->displayName;
2796
+	return $this->displayName;
2797 2797
   }
2798 2798
   public function setKind($kind)
2799 2799
   {
2800
-    $this->kind = $kind;
2800
+	$this->kind = $kind;
2801 2801
   }
2802 2802
   public function getKind()
2803 2803
   {
2804
-    return $this->kind;
2804
+	return $this->kind;
2805 2805
   }
2806 2806
 }
2807 2807
 
@@ -2809,8 +2809,8 @@  discard block
 block discarded – undo
2809 2809
 {
2810 2810
   protected $collection_key = 'instances';
2811 2811
   protected $internal_gapi_mappings = array(
2812
-        "achievementCount" => "achievement_count",
2813
-        "leaderboardCount" => "leaderboard_count",
2812
+		"achievementCount" => "achievement_count",
2813
+		"leaderboardCount" => "leaderboard_count",
2814 2814
   );
2815 2815
   public $achievementCount;
2816 2816
   protected $assetsType = 'Google_Service_Games_ImageAsset';
@@ -2832,107 +2832,107 @@  discard block
 block discarded – undo
2832 2832
 
2833 2833
   public function setAchievementCount($achievementCount)
2834 2834
   {
2835
-    $this->achievementCount = $achievementCount;
2835
+	$this->achievementCount = $achievementCount;
2836 2836
   }
2837 2837
   public function getAchievementCount()
2838 2838
   {
2839
-    return $this->achievementCount;
2839
+	return $this->achievementCount;
2840 2840
   }
2841 2841
   public function setAssets($assets)
2842 2842
   {
2843
-    $this->assets = $assets;
2843
+	$this->assets = $assets;
2844 2844
   }
2845 2845
   public function getAssets()
2846 2846
   {
2847
-    return $this->assets;
2847
+	return $this->assets;
2848 2848
   }
2849 2849
   public function setAuthor($author)
2850 2850
   {
2851
-    $this->author = $author;
2851
+	$this->author = $author;
2852 2852
   }
2853 2853
   public function getAuthor()
2854 2854
   {
2855
-    return $this->author;
2855
+	return $this->author;
2856 2856
   }
2857 2857
   public function setCategory(Google_Service_Games_ApplicationCategory $category)
2858 2858
   {
2859
-    $this->category = $category;
2859
+	$this->category = $category;
2860 2860
   }
2861 2861
   public function getCategory()
2862 2862
   {
2863
-    return $this->category;
2863
+	return $this->category;
2864 2864
   }
2865 2865
   public function setDescription($description)
2866 2866
   {
2867
-    $this->description = $description;
2867
+	$this->description = $description;
2868 2868
   }
2869 2869
   public function getDescription()
2870 2870
   {
2871
-    return $this->description;
2871
+	return $this->description;
2872 2872
   }
2873 2873
   public function setEnabledFeatures($enabledFeatures)
2874 2874
   {
2875
-    $this->enabledFeatures = $enabledFeatures;
2875
+	$this->enabledFeatures = $enabledFeatures;
2876 2876
   }
2877 2877
   public function getEnabledFeatures()
2878 2878
   {
2879
-    return $this->enabledFeatures;
2879
+	return $this->enabledFeatures;
2880 2880
   }
2881 2881
   public function setId($id)
2882 2882
   {
2883
-    $this->id = $id;
2883
+	$this->id = $id;
2884 2884
   }
2885 2885
   public function getId()
2886 2886
   {
2887
-    return $this->id;
2887
+	return $this->id;
2888 2888
   }
2889 2889
   public function setInstances($instances)
2890 2890
   {
2891
-    $this->instances = $instances;
2891
+	$this->instances = $instances;
2892 2892
   }
2893 2893
   public function getInstances()
2894 2894
   {
2895
-    return $this->instances;
2895
+	return $this->instances;
2896 2896
   }
2897 2897
   public function setKind($kind)
2898 2898
   {
2899
-    $this->kind = $kind;
2899
+	$this->kind = $kind;
2900 2900
   }
2901 2901
   public function getKind()
2902 2902
   {
2903
-    return $this->kind;
2903
+	return $this->kind;
2904 2904
   }
2905 2905
   public function setLastUpdatedTimestamp($lastUpdatedTimestamp)
2906 2906
   {
2907
-    $this->lastUpdatedTimestamp = $lastUpdatedTimestamp;
2907
+	$this->lastUpdatedTimestamp = $lastUpdatedTimestamp;
2908 2908
   }
2909 2909
   public function getLastUpdatedTimestamp()
2910 2910
   {
2911
-    return $this->lastUpdatedTimestamp;
2911
+	return $this->lastUpdatedTimestamp;
2912 2912
   }
2913 2913
   public function setLeaderboardCount($leaderboardCount)
2914 2914
   {
2915
-    $this->leaderboardCount = $leaderboardCount;
2915
+	$this->leaderboardCount = $leaderboardCount;
2916 2916
   }
2917 2917
   public function getLeaderboardCount()
2918 2918
   {
2919
-    return $this->leaderboardCount;
2919
+	return $this->leaderboardCount;
2920 2920
   }
2921 2921
   public function setName($name)
2922 2922
   {
2923
-    $this->name = $name;
2923
+	$this->name = $name;
2924 2924
   }
2925 2925
   public function getName()
2926 2926
   {
2927
-    return $this->name;
2927
+	return $this->name;
2928 2928
   }
2929 2929
   public function setThemeColor($themeColor)
2930 2930
   {
2931
-    $this->themeColor = $themeColor;
2931
+	$this->themeColor = $themeColor;
2932 2932
   }
2933 2933
   public function getThemeColor()
2934 2934
   {
2935
-    return $this->themeColor;
2935
+	return $this->themeColor;
2936 2936
   }
2937 2937
 }
2938 2938
 
@@ -2947,27 +2947,27 @@  discard block
 block discarded – undo
2947 2947
 
2948 2948
   public function setKind($kind)
2949 2949
   {
2950
-    $this->kind = $kind;
2950
+	$this->kind = $kind;
2951 2951
   }
2952 2952
   public function getKind()
2953 2953
   {
2954
-    return $this->kind;
2954
+	return $this->kind;
2955 2955
   }
2956 2956
   public function setPrimary($primary)
2957 2957
   {
2958
-    $this->primary = $primary;
2958
+	$this->primary = $primary;
2959 2959
   }
2960 2960
   public function getPrimary()
2961 2961
   {
2962
-    return $this->primary;
2962
+	return $this->primary;
2963 2963
   }
2964 2964
   public function setSecondary($secondary)
2965 2965
   {
2966
-    $this->secondary = $secondary;
2966
+	$this->secondary = $secondary;
2967 2967
   }
2968 2968
   public function getSecondary()
2969 2969
   {
2970
-    return $this->secondary;
2970
+	return $this->secondary;
2971 2971
   }
2972 2972
 }
2973 2973
 
@@ -2982,27 +2982,27 @@  discard block
 block discarded – undo
2982 2982
 
2983 2983
   public function setCategory($category)
2984 2984
   {
2985
-    $this->category = $category;
2985
+	$this->category = $category;
2986 2986
   }
2987 2987
   public function getCategory()
2988 2988
   {
2989
-    return $this->category;
2989
+	return $this->category;
2990 2990
   }
2991 2991
   public function setExperiencePoints($experiencePoints)
2992 2992
   {
2993
-    $this->experiencePoints = $experiencePoints;
2993
+	$this->experiencePoints = $experiencePoints;
2994 2994
   }
2995 2995
   public function getExperiencePoints()
2996 2996
   {
2997
-    return $this->experiencePoints;
2997
+	return $this->experiencePoints;
2998 2998
   }
2999 2999
   public function setKind($kind)
3000 3000
   {
3001
-    $this->kind = $kind;
3001
+	$this->kind = $kind;
3002 3002
   }
3003 3003
   public function getKind()
3004 3004
   {
3005
-    return $this->kind;
3005
+	return $this->kind;
3006 3006
   }
3007 3007
 }
3008 3008
 
@@ -3019,27 +3019,27 @@  discard block
 block discarded – undo
3019 3019
 
3020 3020
   public function setItems($items)
3021 3021
   {
3022
-    $this->items = $items;
3022
+	$this->items = $items;
3023 3023
   }
3024 3024
   public function getItems()
3025 3025
   {
3026
-    return $this->items;
3026
+	return $this->items;
3027 3027
   }
3028 3028
   public function setKind($kind)
3029 3029
   {
3030
-    $this->kind = $kind;
3030
+	$this->kind = $kind;
3031 3031
   }
3032 3032
   public function getKind()
3033 3033
   {
3034
-    return $this->kind;
3034
+	return $this->kind;
3035 3035
   }
3036 3036
   public function setNextPageToken($nextPageToken)
3037 3037
   {
3038
-    $this->nextPageToken = $nextPageToken;
3038
+	$this->nextPageToken = $nextPageToken;
3039 3039
   }
3040 3040
   public function getNextPageToken()
3041 3041
   {
3042
-    return $this->nextPageToken;
3042
+	return $this->nextPageToken;
3043 3043
   }
3044 3044
 }
3045 3045
 
@@ -3055,27 +3055,27 @@  discard block
 block discarded – undo
3055 3055
 
3056 3056
   public function setFailureCause($failureCause)
3057 3057
   {
3058
-    $this->failureCause = $failureCause;
3058
+	$this->failureCause = $failureCause;
3059 3059
   }
3060 3060
   public function getFailureCause()
3061 3061
   {
3062
-    return $this->failureCause;
3062
+	return $this->failureCause;
3063 3063
   }
3064 3064
   public function setKind($kind)
3065 3065
   {
3066
-    $this->kind = $kind;
3066
+	$this->kind = $kind;
3067 3067
   }
3068 3068
   public function getKind()
3069 3069
   {
3070
-    return $this->kind;
3070
+	return $this->kind;
3071 3071
   }
3072 3072
   public function setRange(Google_Service_Games_EventPeriodRange $range)
3073 3073
   {
3074
-    $this->range = $range;
3074
+	$this->range = $range;
3075 3075
   }
3076 3076
   public function getRange()
3077 3077
   {
3078
-    return $this->range;
3078
+	return $this->range;
3079 3079
   }
3080 3080
 }
3081 3081
 
@@ -3089,19 +3089,19 @@  discard block
 block discarded – undo
3089 3089
 
3090 3090
   public function setChildId($childId)
3091 3091
   {
3092
-    $this->childId = $childId;
3092
+	$this->childId = $childId;
3093 3093
   }
3094 3094
   public function getChildId()
3095 3095
   {
3096
-    return $this->childId;
3096
+	return $this->childId;
3097 3097
   }
3098 3098
   public function setKind($kind)
3099 3099
   {
3100
-    $this->kind = $kind;
3100
+	$this->kind = $kind;
3101 3101
   }
3102 3102
   public function getKind()
3103 3103
   {
3104
-    return $this->kind;
3104
+	return $this->kind;
3105 3105
   }
3106 3106
 }
3107 3107
 
@@ -3123,67 +3123,67 @@  discard block
 block discarded – undo
3123 3123
 
3124 3124
   public function setChildEvents($childEvents)
3125 3125
   {
3126
-    $this->childEvents = $childEvents;
3126
+	$this->childEvents = $childEvents;
3127 3127
   }
3128 3128
   public function getChildEvents()
3129 3129
   {
3130
-    return $this->childEvents;
3130
+	return $this->childEvents;
3131 3131
   }
3132 3132
   public function setDescription($description)
3133 3133
   {
3134
-    $this->description = $description;
3134
+	$this->description = $description;
3135 3135
   }
3136 3136
   public function getDescription()
3137 3137
   {
3138
-    return $this->description;
3138
+	return $this->description;
3139 3139
   }
3140 3140
   public function setDisplayName($displayName)
3141 3141
   {
3142
-    $this->displayName = $displayName;
3142
+	$this->displayName = $displayName;
3143 3143
   }
3144 3144
   public function getDisplayName()
3145 3145
   {
3146
-    return $this->displayName;
3146
+	return $this->displayName;
3147 3147
   }
3148 3148
   public function setId($id)
3149 3149
   {
3150
-    $this->id = $id;
3150
+	$this->id = $id;
3151 3151
   }
3152 3152
   public function getId()
3153 3153
   {
3154
-    return $this->id;
3154
+	return $this->id;
3155 3155
   }
3156 3156
   public function setImageUrl($imageUrl)
3157 3157
   {
3158
-    $this->imageUrl = $imageUrl;
3158
+	$this->imageUrl = $imageUrl;
3159 3159
   }
3160 3160
   public function getImageUrl()
3161 3161
   {
3162
-    return $this->imageUrl;
3162
+	return $this->imageUrl;
3163 3163
   }
3164 3164
   public function setIsDefaultImageUrl($isDefaultImageUrl)
3165 3165
   {
3166
-    $this->isDefaultImageUrl = $isDefaultImageUrl;
3166
+	$this->isDefaultImageUrl = $isDefaultImageUrl;
3167 3167
   }
3168 3168
   public function getIsDefaultImageUrl()
3169 3169
   {
3170
-    return $this->isDefaultImageUrl;
3170
+	return $this->isDefaultImageUrl;
3171 3171
   }
3172 3172
   public function setKind($kind)
3173 3173
   {
3174
-    $this->kind = $kind;
3174
+	$this->kind = $kind;
3175 3175
   }
3176 3176
   public function getKind()
3177 3177
   {
3178
-    return $this->kind;
3178
+	return $this->kind;
3179 3179
   }
3180 3180
   public function setVisibility($visibility)
3181 3181
   {
3182
-    $this->visibility = $visibility;
3182
+	$this->visibility = $visibility;
3183 3183
   }
3184 3184
   public function getVisibility()
3185 3185
   {
3186
-    return $this->visibility;
3186
+	return $this->visibility;
3187 3187
   }
3188 3188
 }
3189 3189
 
@@ -3200,27 +3200,27 @@  discard block
 block discarded – undo
3200 3200
 
3201 3201
   public function setItems($items)
3202 3202
   {
3203
-    $this->items = $items;
3203
+	$this->items = $items;
3204 3204
   }
3205 3205
   public function getItems()
3206 3206
   {
3207
-    return $this->items;
3207
+	return $this->items;
3208 3208
   }
3209 3209
   public function setKind($kind)
3210 3210
   {
3211
-    $this->kind = $kind;
3211
+	$this->kind = $kind;
3212 3212
   }
3213 3213
   public function getKind()
3214 3214
   {
3215
-    return $this->kind;
3215
+	return $this->kind;
3216 3216
   }
3217 3217
   public function setNextPageToken($nextPageToken)
3218 3218
   {
3219
-    $this->nextPageToken = $nextPageToken;
3219
+	$this->nextPageToken = $nextPageToken;
3220 3220
   }
3221 3221
   public function getNextPageToken()
3222 3222
   {
3223
-    return $this->nextPageToken;
3223
+	return $this->nextPageToken;
3224 3224
   }
3225 3225
 }
3226 3226
 
@@ -3235,27 +3235,27 @@  discard block
 block discarded – undo
3235 3235
 
3236 3236
   public function setKind($kind)
3237 3237
   {
3238
-    $this->kind = $kind;
3238
+	$this->kind = $kind;
3239 3239
   }
3240 3240
   public function getKind()
3241 3241
   {
3242
-    return $this->kind;
3242
+	return $this->kind;
3243 3243
   }
3244 3244
   public function setPeriodEndMillis($periodEndMillis)
3245 3245
   {
3246
-    $this->periodEndMillis = $periodEndMillis;
3246
+	$this->periodEndMillis = $periodEndMillis;
3247 3247
   }
3248 3248
   public function getPeriodEndMillis()
3249 3249
   {
3250
-    return $this->periodEndMillis;
3250
+	return $this->periodEndMillis;
3251 3251
   }
3252 3252
   public function setPeriodStartMillis($periodStartMillis)
3253 3253
   {
3254
-    $this->periodStartMillis = $periodStartMillis;
3254
+	$this->periodStartMillis = $periodStartMillis;
3255 3255
   }
3256 3256
   public function getPeriodStartMillis()
3257 3257
   {
3258
-    return $this->periodStartMillis;
3258
+	return $this->periodStartMillis;
3259 3259
   }
3260 3260
 }
3261 3261
 
@@ -3273,27 +3273,27 @@  discard block
 block discarded – undo
3273 3273
 
3274 3274
   public function setKind($kind)
3275 3275
   {
3276
-    $this->kind = $kind;
3276
+	$this->kind = $kind;
3277 3277
   }
3278 3278
   public function getKind()
3279 3279
   {
3280
-    return $this->kind;
3280
+	return $this->kind;
3281 3281
   }
3282 3282
   public function setTimePeriod(Google_Service_Games_EventPeriodRange $timePeriod)
3283 3283
   {
3284
-    $this->timePeriod = $timePeriod;
3284
+	$this->timePeriod = $timePeriod;
3285 3285
   }
3286 3286
   public function getTimePeriod()
3287 3287
   {
3288
-    return $this->timePeriod;
3288
+	return $this->timePeriod;
3289 3289
   }
3290 3290
   public function setUpdates($updates)
3291 3291
   {
3292
-    $this->updates = $updates;
3292
+	$this->updates = $updates;
3293 3293
   }
3294 3294
   public function getUpdates()
3295 3295
   {
3296
-    return $this->updates;
3296
+	return $this->updates;
3297 3297
   }
3298 3298
 }
3299 3299
 
@@ -3308,27 +3308,27 @@  discard block
 block discarded – undo
3308 3308
 
3309 3309
   public function setEventId($eventId)
3310 3310
   {
3311
-    $this->eventId = $eventId;
3311
+	$this->eventId = $eventId;
3312 3312
   }
3313 3313
   public function getEventId()
3314 3314
   {
3315
-    return $this->eventId;
3315
+	return $this->eventId;
3316 3316
   }
3317 3317
   public function setFailureCause($failureCause)
3318 3318
   {
3319
-    $this->failureCause = $failureCause;
3319
+	$this->failureCause = $failureCause;
3320 3320
   }
3321 3321
   public function getFailureCause()
3322 3322
   {
3323
-    return $this->failureCause;
3323
+	return $this->failureCause;
3324 3324
   }
3325 3325
   public function setKind($kind)
3326 3326
   {
3327
-    $this->kind = $kind;
3327
+	$this->kind = $kind;
3328 3328
   }
3329 3329
   public function getKind()
3330 3330
   {
3331
-    return $this->kind;
3331
+	return $this->kind;
3332 3332
   }
3333 3333
 }
3334 3334
 
@@ -3346,35 +3346,35 @@  discard block
 block discarded – undo
3346 3346
 
3347 3347
   public function setCurrentTimeMillis($currentTimeMillis)
3348 3348
   {
3349
-    $this->currentTimeMillis = $currentTimeMillis;
3349
+	$this->currentTimeMillis = $currentTimeMillis;
3350 3350
   }
3351 3351
   public function getCurrentTimeMillis()
3352 3352
   {
3353
-    return $this->currentTimeMillis;
3353
+	return $this->currentTimeMillis;
3354 3354
   }
3355 3355
   public function setKind($kind)
3356 3356
   {
3357
-    $this->kind = $kind;
3357
+	$this->kind = $kind;
3358 3358
   }
3359 3359
   public function getKind()
3360 3360
   {
3361
-    return $this->kind;
3361
+	return $this->kind;
3362 3362
   }
3363 3363
   public function setRequestId($requestId)
3364 3364
   {
3365
-    $this->requestId = $requestId;
3365
+	$this->requestId = $requestId;
3366 3366
   }
3367 3367
   public function getRequestId()
3368 3368
   {
3369
-    return $this->requestId;
3369
+	return $this->requestId;
3370 3370
   }
3371 3371
   public function setTimePeriods($timePeriods)
3372 3372
   {
3373
-    $this->timePeriods = $timePeriods;
3373
+	$this->timePeriods = $timePeriods;
3374 3374
   }
3375 3375
   public function getTimePeriods()
3376 3376
   {
3377
-    return $this->timePeriods;
3377
+	return $this->timePeriods;
3378 3378
   }
3379 3379
 }
3380 3380
 
@@ -3389,27 +3389,27 @@  discard block
 block discarded – undo
3389 3389
 
3390 3390
   public function setDefinitionId($definitionId)
3391 3391
   {
3392
-    $this->definitionId = $definitionId;
3392
+	$this->definitionId = $definitionId;
3393 3393
   }
3394 3394
   public function getDefinitionId()
3395 3395
   {
3396
-    return $this->definitionId;
3396
+	return $this->definitionId;
3397 3397
   }
3398 3398
   public function setKind($kind)
3399 3399
   {
3400
-    $this->kind = $kind;
3400
+	$this->kind = $kind;
3401 3401
   }
3402 3402
   public function getKind()
3403 3403
   {
3404
-    return $this->kind;
3404
+	return $this->kind;
3405 3405
   }
3406 3406
   public function setUpdateCount($updateCount)
3407 3407
   {
3408
-    $this->updateCount = $updateCount;
3408
+	$this->updateCount = $updateCount;
3409 3409
   }
3410 3410
   public function getUpdateCount()
3411 3411
   {
3412
-    return $this->updateCount;
3412
+	return $this->updateCount;
3413 3413
   }
3414 3414
 }
3415 3415
 
@@ -3429,35 +3429,35 @@  discard block
 block discarded – undo
3429 3429
 
3430 3430
   public function setBatchFailures($batchFailures)
3431 3431
   {
3432
-    $this->batchFailures = $batchFailures;
3432
+	$this->batchFailures = $batchFailures;
3433 3433
   }
3434 3434
   public function getBatchFailures()
3435 3435
   {
3436
-    return $this->batchFailures;
3436
+	return $this->batchFailures;
3437 3437
   }
3438 3438
   public function setEventFailures($eventFailures)
3439 3439
   {
3440
-    $this->eventFailures = $eventFailures;
3440
+	$this->eventFailures = $eventFailures;
3441 3441
   }
3442 3442
   public function getEventFailures()
3443 3443
   {
3444
-    return $this->eventFailures;
3444
+	return $this->eventFailures;
3445 3445
   }
3446 3446
   public function setKind($kind)
3447 3447
   {
3448
-    $this->kind = $kind;
3448
+	$this->kind = $kind;
3449 3449
   }
3450 3450
   public function getKind()
3451 3451
   {
3452
-    return $this->kind;
3452
+	return $this->kind;
3453 3453
   }
3454 3454
   public function setPlayerEvents($playerEvents)
3455 3455
   {
3456
-    $this->playerEvents = $playerEvents;
3456
+	$this->playerEvents = $playerEvents;
3457 3457
   }
3458 3458
   public function getPlayerEvents()
3459 3459
   {
3460
-    return $this->playerEvents;
3460
+	return $this->playerEvents;
3461 3461
   }
3462 3462
 }
3463 3463
 
@@ -3472,27 +3472,27 @@  discard block
 block discarded – undo
3472 3472
 
3473 3473
   public function setKind($kind)
3474 3474
   {
3475
-    $this->kind = $kind;
3475
+	$this->kind = $kind;
3476 3476
   }
3477 3477
   public function getKind()
3478 3478
   {
3479
-    return $this->kind;
3479
+	return $this->kind;
3480 3480
   }
3481 3481
   public function setRequestId($requestId)
3482 3482
   {
3483
-    $this->requestId = $requestId;
3483
+	$this->requestId = $requestId;
3484 3484
   }
3485 3485
   public function getRequestId()
3486 3486
   {
3487
-    return $this->requestId;
3487
+	return $this->requestId;
3488 3488
   }
3489 3489
   public function setSteps($steps)
3490 3490
   {
3491
-    $this->steps = $steps;
3491
+	$this->steps = $steps;
3492 3492
   }
3493 3493
   public function getSteps()
3494 3494
   {
3495
-    return $this->steps;
3495
+	return $this->steps;
3496 3496
   }
3497 3497
 }
3498 3498
 
@@ -3506,19 +3506,19 @@  discard block
 block discarded – undo
3506 3506
 
3507 3507
   public function setKind($kind)
3508 3508
   {
3509
-    $this->kind = $kind;
3509
+	$this->kind = $kind;
3510 3510
   }
3511 3511
   public function getKind()
3512 3512
   {
3513
-    return $this->kind;
3513
+	return $this->kind;
3514 3514
   }
3515 3515
   public function setSteps($steps)
3516 3516
   {
3517
-    $this->steps = $steps;
3517
+	$this->steps = $steps;
3518 3518
   }
3519 3519
   public function getSteps()
3520 3520
   {
3521
-    return $this->steps;
3521
+	return $this->steps;
3522 3522
   }
3523 3523
 }
3524 3524
 
@@ -3535,43 +3535,43 @@  discard block
 block discarded – undo
3535 3535
 
3536 3536
   public function setHeight($height)
3537 3537
   {
3538
-    $this->height = $height;
3538
+	$this->height = $height;
3539 3539
   }
3540 3540
   public function getHeight()
3541 3541
   {
3542
-    return $this->height;
3542
+	return $this->height;
3543 3543
   }
3544 3544
   public function setKind($kind)
3545 3545
   {
3546
-    $this->kind = $kind;
3546
+	$this->kind = $kind;
3547 3547
   }
3548 3548
   public function getKind()
3549 3549
   {
3550
-    return $this->kind;
3550
+	return $this->kind;
3551 3551
   }
3552 3552
   public function setName($name)
3553 3553
   {
3554
-    $this->name = $name;
3554
+	$this->name = $name;
3555 3555
   }
3556 3556
   public function getName()
3557 3557
   {
3558
-    return $this->name;
3558
+	return $this->name;
3559 3559
   }
3560 3560
   public function setUrl($url)
3561 3561
   {
3562
-    $this->url = $url;
3562
+	$this->url = $url;
3563 3563
   }
3564 3564
   public function getUrl()
3565 3565
   {
3566
-    return $this->url;
3566
+	return $this->url;
3567 3567
   }
3568 3568
   public function setWidth($width)
3569 3569
   {
3570
-    $this->width = $width;
3570
+	$this->width = $width;
3571 3571
   }
3572 3572
   public function getWidth()
3573 3573
   {
3574
-    return $this->width;
3574
+	return $this->width;
3575 3575
   }
3576 3576
 }
3577 3577
 
@@ -3595,75 +3595,75 @@  discard block
 block discarded – undo
3595 3595
 
3596 3596
   public function setAcquisitionUri($acquisitionUri)
3597 3597
   {
3598
-    $this->acquisitionUri = $acquisitionUri;
3598
+	$this->acquisitionUri = $acquisitionUri;
3599 3599
   }
3600 3600
   public function getAcquisitionUri()
3601 3601
   {
3602
-    return $this->acquisitionUri;
3602
+	return $this->acquisitionUri;
3603 3603
   }
3604 3604
   public function setAndroidInstance(Google_Service_Games_InstanceAndroidDetails $androidInstance)
3605 3605
   {
3606
-    $this->androidInstance = $androidInstance;
3606
+	$this->androidInstance = $androidInstance;
3607 3607
   }
3608 3608
   public function getAndroidInstance()
3609 3609
   {
3610
-    return $this->androidInstance;
3610
+	return $this->androidInstance;
3611 3611
   }
3612 3612
   public function setIosInstance(Google_Service_Games_InstanceIosDetails $iosInstance)
3613 3613
   {
3614
-    $this->iosInstance = $iosInstance;
3614
+	$this->iosInstance = $iosInstance;
3615 3615
   }
3616 3616
   public function getIosInstance()
3617 3617
   {
3618
-    return $this->iosInstance;
3618
+	return $this->iosInstance;
3619 3619
   }
3620 3620
   public function setKind($kind)
3621 3621
   {
3622
-    $this->kind = $kind;
3622
+	$this->kind = $kind;
3623 3623
   }
3624 3624
   public function getKind()
3625 3625
   {
3626
-    return $this->kind;
3626
+	return $this->kind;
3627 3627
   }
3628 3628
   public function setName($name)
3629 3629
   {
3630
-    $this->name = $name;
3630
+	$this->name = $name;
3631 3631
   }
3632 3632
   public function getName()
3633 3633
   {
3634
-    return $this->name;
3634
+	return $this->name;
3635 3635
   }
3636 3636
   public function setPlatformType($platformType)
3637 3637
   {
3638
-    $this->platformType = $platformType;
3638
+	$this->platformType = $platformType;
3639 3639
   }
3640 3640
   public function getPlatformType()
3641 3641
   {
3642
-    return $this->platformType;
3642
+	return $this->platformType;
3643 3643
   }
3644 3644
   public function setRealtimePlay($realtimePlay)
3645 3645
   {
3646
-    $this->realtimePlay = $realtimePlay;
3646
+	$this->realtimePlay = $realtimePlay;
3647 3647
   }
3648 3648
   public function getRealtimePlay()
3649 3649
   {
3650
-    return $this->realtimePlay;
3650
+	return $this->realtimePlay;
3651 3651
   }
3652 3652
   public function setTurnBasedPlay($turnBasedPlay)
3653 3653
   {
3654
-    $this->turnBasedPlay = $turnBasedPlay;
3654
+	$this->turnBasedPlay = $turnBasedPlay;
3655 3655
   }
3656 3656
   public function getTurnBasedPlay()
3657 3657
   {
3658
-    return $this->turnBasedPlay;
3658
+	return $this->turnBasedPlay;
3659 3659
   }
3660 3660
   public function setWebInstance(Google_Service_Games_InstanceWebDetails $webInstance)
3661 3661
   {
3662
-    $this->webInstance = $webInstance;
3662
+	$this->webInstance = $webInstance;
3663 3663
   }
3664 3664
   public function getWebInstance()
3665 3665
   {
3666
-    return $this->webInstance;
3666
+	return $this->webInstance;
3667 3667
   }
3668 3668
 }
3669 3669
 
@@ -3679,35 +3679,35 @@  discard block
 block discarded – undo
3679 3679
 
3680 3680
   public function setEnablePiracyCheck($enablePiracyCheck)
3681 3681
   {
3682
-    $this->enablePiracyCheck = $enablePiracyCheck;
3682
+	$this->enablePiracyCheck = $enablePiracyCheck;
3683 3683
   }
3684 3684
   public function getEnablePiracyCheck()
3685 3685
   {
3686
-    return $this->enablePiracyCheck;
3686
+	return $this->enablePiracyCheck;
3687 3687
   }
3688 3688
   public function setKind($kind)
3689 3689
   {
3690
-    $this->kind = $kind;
3690
+	$this->kind = $kind;
3691 3691
   }
3692 3692
   public function getKind()
3693 3693
   {
3694
-    return $this->kind;
3694
+	return $this->kind;
3695 3695
   }
3696 3696
   public function setPackageName($packageName)
3697 3697
   {
3698
-    $this->packageName = $packageName;
3698
+	$this->packageName = $packageName;
3699 3699
   }
3700 3700
   public function getPackageName()
3701 3701
   {
3702
-    return $this->packageName;
3702
+	return $this->packageName;
3703 3703
   }
3704 3704
   public function setPreferred($preferred)
3705 3705
   {
3706
-    $this->preferred = $preferred;
3706
+	$this->preferred = $preferred;
3707 3707
   }
3708 3708
   public function getPreferred()
3709 3709
   {
3710
-    return $this->preferred;
3710
+	return $this->preferred;
3711 3711
   }
3712 3712
 }
3713 3713
 
@@ -3726,59 +3726,59 @@  discard block
 block discarded – undo
3726 3726
 
3727 3727
   public function setBundleIdentifier($bundleIdentifier)
3728 3728
   {
3729
-    $this->bundleIdentifier = $bundleIdentifier;
3729
+	$this->bundleIdentifier = $bundleIdentifier;
3730 3730
   }
3731 3731
   public function getBundleIdentifier()
3732 3732
   {
3733
-    return $this->bundleIdentifier;
3733
+	return $this->bundleIdentifier;
3734 3734
   }
3735 3735
   public function setItunesAppId($itunesAppId)
3736 3736
   {
3737
-    $this->itunesAppId = $itunesAppId;
3737
+	$this->itunesAppId = $itunesAppId;
3738 3738
   }
3739 3739
   public function getItunesAppId()
3740 3740
   {
3741
-    return $this->itunesAppId;
3741
+	return $this->itunesAppId;
3742 3742
   }
3743 3743
   public function setKind($kind)
3744 3744
   {
3745
-    $this->kind = $kind;
3745
+	$this->kind = $kind;
3746 3746
   }
3747 3747
   public function getKind()
3748 3748
   {
3749
-    return $this->kind;
3749
+	return $this->kind;
3750 3750
   }
3751 3751
   public function setPreferredForIpad($preferredForIpad)
3752 3752
   {
3753
-    $this->preferredForIpad = $preferredForIpad;
3753
+	$this->preferredForIpad = $preferredForIpad;
3754 3754
   }
3755 3755
   public function getPreferredForIpad()
3756 3756
   {
3757
-    return $this->preferredForIpad;
3757
+	return $this->preferredForIpad;
3758 3758
   }
3759 3759
   public function setPreferredForIphone($preferredForIphone)
3760 3760
   {
3761
-    $this->preferredForIphone = $preferredForIphone;
3761
+	$this->preferredForIphone = $preferredForIphone;
3762 3762
   }
3763 3763
   public function getPreferredForIphone()
3764 3764
   {
3765
-    return $this->preferredForIphone;
3765
+	return $this->preferredForIphone;
3766 3766
   }
3767 3767
   public function setSupportIpad($supportIpad)
3768 3768
   {
3769
-    $this->supportIpad = $supportIpad;
3769
+	$this->supportIpad = $supportIpad;
3770 3770
   }
3771 3771
   public function getSupportIpad()
3772 3772
   {
3773
-    return $this->supportIpad;
3773
+	return $this->supportIpad;
3774 3774
   }
3775 3775
   public function setSupportIphone($supportIphone)
3776 3776
   {
3777
-    $this->supportIphone = $supportIphone;
3777
+	$this->supportIphone = $supportIphone;
3778 3778
   }
3779 3779
   public function getSupportIphone()
3780 3780
   {
3781
-    return $this->supportIphone;
3781
+	return $this->supportIphone;
3782 3782
   }
3783 3783
 }
3784 3784
 
@@ -3793,27 +3793,27 @@  discard block
 block discarded – undo
3793 3793
 
3794 3794
   public function setKind($kind)
3795 3795
   {
3796
-    $this->kind = $kind;
3796
+	$this->kind = $kind;
3797 3797
   }
3798 3798
   public function getKind()
3799 3799
   {
3800
-    return $this->kind;
3800
+	return $this->kind;
3801 3801
   }
3802 3802
   public function setLaunchUrl($launchUrl)
3803 3803
   {
3804
-    $this->launchUrl = $launchUrl;
3804
+	$this->launchUrl = $launchUrl;
3805 3805
   }
3806 3806
   public function getLaunchUrl()
3807 3807
   {
3808
-    return $this->launchUrl;
3808
+	return $this->launchUrl;
3809 3809
   }
3810 3810
   public function setPreferred($preferred)
3811 3811
   {
3812
-    $this->preferred = $preferred;
3812
+	$this->preferred = $preferred;
3813 3813
   }
3814 3814
   public function getPreferred()
3815 3815
   {
3816
-    return $this->preferred;
3816
+	return $this->preferred;
3817 3817
   }
3818 3818
 }
3819 3819
 
@@ -3831,51 +3831,51 @@  discard block
 block discarded – undo
3831 3831
 
3832 3832
   public function setIconUrl($iconUrl)
3833 3833
   {
3834
-    $this->iconUrl = $iconUrl;
3834
+	$this->iconUrl = $iconUrl;
3835 3835
   }
3836 3836
   public function getIconUrl()
3837 3837
   {
3838
-    return $this->iconUrl;
3838
+	return $this->iconUrl;
3839 3839
   }
3840 3840
   public function setId($id)
3841 3841
   {
3842
-    $this->id = $id;
3842
+	$this->id = $id;
3843 3843
   }
3844 3844
   public function getId()
3845 3845
   {
3846
-    return $this->id;
3846
+	return $this->id;
3847 3847
   }
3848 3848
   public function setIsIconUrlDefault($isIconUrlDefault)
3849 3849
   {
3850
-    $this->isIconUrlDefault = $isIconUrlDefault;
3850
+	$this->isIconUrlDefault = $isIconUrlDefault;
3851 3851
   }
3852 3852
   public function getIsIconUrlDefault()
3853 3853
   {
3854
-    return $this->isIconUrlDefault;
3854
+	return $this->isIconUrlDefault;
3855 3855
   }
3856 3856
   public function setKind($kind)
3857 3857
   {
3858
-    $this->kind = $kind;
3858
+	$this->kind = $kind;
3859 3859
   }
3860 3860
   public function getKind()
3861 3861
   {
3862
-    return $this->kind;
3862
+	return $this->kind;
3863 3863
   }
3864 3864
   public function setName($name)
3865 3865
   {
3866
-    $this->name = $name;
3866
+	$this->name = $name;
3867 3867
   }
3868 3868
   public function getName()
3869 3869
   {
3870
-    return $this->name;
3870
+	return $this->name;
3871 3871
   }
3872 3872
   public function setOrder($order)
3873 3873
   {
3874
-    $this->order = $order;
3874
+	$this->order = $order;
3875 3875
   }
3876 3876
   public function getOrder()
3877 3877
   {
3878
-    return $this->order;
3878
+	return $this->order;
3879 3879
   }
3880 3880
 }
3881 3881
 
@@ -3897,75 +3897,75 @@  discard block
 block discarded – undo
3897 3897
 
3898 3898
   public function setFormattedScore($formattedScore)
3899 3899
   {
3900
-    $this->formattedScore = $formattedScore;
3900
+	$this->formattedScore = $formattedScore;
3901 3901
   }
3902 3902
   public function getFormattedScore()
3903 3903
   {
3904
-    return $this->formattedScore;
3904
+	return $this->formattedScore;
3905 3905
   }
3906 3906
   public function setFormattedScoreRank($formattedScoreRank)
3907 3907
   {
3908
-    $this->formattedScoreRank = $formattedScoreRank;
3908
+	$this->formattedScoreRank = $formattedScoreRank;
3909 3909
   }
3910 3910
   public function getFormattedScoreRank()
3911 3911
   {
3912
-    return $this->formattedScoreRank;
3912
+	return $this->formattedScoreRank;
3913 3913
   }
3914 3914
   public function setKind($kind)
3915 3915
   {
3916
-    $this->kind = $kind;
3916
+	$this->kind = $kind;
3917 3917
   }
3918 3918
   public function getKind()
3919 3919
   {
3920
-    return $this->kind;
3920
+	return $this->kind;
3921 3921
   }
3922 3922
   public function setPlayer(Google_Service_Games_Player $player)
3923 3923
   {
3924
-    $this->player = $player;
3924
+	$this->player = $player;
3925 3925
   }
3926 3926
   public function getPlayer()
3927 3927
   {
3928
-    return $this->player;
3928
+	return $this->player;
3929 3929
   }
3930 3930
   public function setScoreRank($scoreRank)
3931 3931
   {
3932
-    $this->scoreRank = $scoreRank;
3932
+	$this->scoreRank = $scoreRank;
3933 3933
   }
3934 3934
   public function getScoreRank()
3935 3935
   {
3936
-    return $this->scoreRank;
3936
+	return $this->scoreRank;
3937 3937
   }
3938 3938
   public function setScoreTag($scoreTag)
3939 3939
   {
3940
-    $this->scoreTag = $scoreTag;
3940
+	$this->scoreTag = $scoreTag;
3941 3941
   }
3942 3942
   public function getScoreTag()
3943 3943
   {
3944
-    return $this->scoreTag;
3944
+	return $this->scoreTag;
3945 3945
   }
3946 3946
   public function setScoreValue($scoreValue)
3947 3947
   {
3948
-    $this->scoreValue = $scoreValue;
3948
+	$this->scoreValue = $scoreValue;
3949 3949
   }
3950 3950
   public function getScoreValue()
3951 3951
   {
3952
-    return $this->scoreValue;
3952
+	return $this->scoreValue;
3953 3953
   }
3954 3954
   public function setTimeSpan($timeSpan)
3955 3955
   {
3956
-    $this->timeSpan = $timeSpan;
3956
+	$this->timeSpan = $timeSpan;
3957 3957
   }
3958 3958
   public function getTimeSpan()
3959 3959
   {
3960
-    return $this->timeSpan;
3960
+	return $this->timeSpan;
3961 3961
   }
3962 3962
   public function setWriteTimestampMillis($writeTimestampMillis)
3963 3963
   {
3964
-    $this->writeTimestampMillis = $writeTimestampMillis;
3964
+	$this->writeTimestampMillis = $writeTimestampMillis;
3965 3965
   }
3966 3966
   public function getWriteTimestampMillis()
3967 3967
   {
3968
-    return $this->writeTimestampMillis;
3968
+	return $this->writeTimestampMillis;
3969 3969
   }
3970 3970
 }
3971 3971
 
@@ -3982,27 +3982,27 @@  discard block
 block discarded – undo
3982 3982
 
3983 3983
   public function setItems($items)
3984 3984
   {
3985
-    $this->items = $items;
3985
+	$this->items = $items;
3986 3986
   }
3987 3987
   public function getItems()
3988 3988
   {
3989
-    return $this->items;
3989
+	return $this->items;
3990 3990
   }
3991 3991
   public function setKind($kind)
3992 3992
   {
3993
-    $this->kind = $kind;
3993
+	$this->kind = $kind;
3994 3994
   }
3995 3995
   public function getKind()
3996 3996
   {
3997
-    return $this->kind;
3997
+	return $this->kind;
3998 3998
   }
3999 3999
   public function setNextPageToken($nextPageToken)
4000 4000
   {
4001
-    $this->nextPageToken = $nextPageToken;
4001
+	$this->nextPageToken = $nextPageToken;
4002 4002
   }
4003 4003
   public function getNextPageToken()
4004 4004
   {
4005
-    return $this->nextPageToken;
4005
+	return $this->nextPageToken;
4006 4006
   }
4007 4007
 }
4008 4008
 
@@ -4019,43 +4019,43 @@  discard block
 block discarded – undo
4019 4019
 
4020 4020
   public function setFormattedNumScores($formattedNumScores)
4021 4021
   {
4022
-    $this->formattedNumScores = $formattedNumScores;
4022
+	$this->formattedNumScores = $formattedNumScores;
4023 4023
   }
4024 4024
   public function getFormattedNumScores()
4025 4025
   {
4026
-    return $this->formattedNumScores;
4026
+	return $this->formattedNumScores;
4027 4027
   }
4028 4028
   public function setFormattedRank($formattedRank)
4029 4029
   {
4030
-    $this->formattedRank = $formattedRank;
4030
+	$this->formattedRank = $formattedRank;
4031 4031
   }
4032 4032
   public function getFormattedRank()
4033 4033
   {
4034
-    return $this->formattedRank;
4034
+	return $this->formattedRank;
4035 4035
   }
4036 4036
   public function setKind($kind)
4037 4037
   {
4038
-    $this->kind = $kind;
4038
+	$this->kind = $kind;
4039 4039
   }
4040 4040
   public function getKind()
4041 4041
   {
4042
-    return $this->kind;
4042
+	return $this->kind;
4043 4043
   }
4044 4044
   public function setNumScores($numScores)
4045 4045
   {
4046
-    $this->numScores = $numScores;
4046
+	$this->numScores = $numScores;
4047 4047
   }
4048 4048
   public function getNumScores()
4049 4049
   {
4050
-    return $this->numScores;
4050
+	return $this->numScores;
4051 4051
   }
4052 4052
   public function setRank($rank)
4053 4053
   {
4054
-    $this->rank = $rank;
4054
+	$this->rank = $rank;
4055 4055
   }
4056 4056
   public function getRank()
4057 4057
   {
4058
-    return $this->rank;
4058
+	return $this->rank;
4059 4059
   }
4060 4060
 }
4061 4061
 
@@ -4076,51 +4076,51 @@  discard block
 block discarded – undo
4076 4076
 
4077 4077
   public function setItems($items)
4078 4078
   {
4079
-    $this->items = $items;
4079
+	$this->items = $items;
4080 4080
   }
4081 4081
   public function getItems()
4082 4082
   {
4083
-    return $this->items;
4083
+	return $this->items;
4084 4084
   }
4085 4085
   public function setKind($kind)
4086 4086
   {
4087
-    $this->kind = $kind;
4087
+	$this->kind = $kind;
4088 4088
   }
4089 4089
   public function getKind()
4090 4090
   {
4091
-    return $this->kind;
4091
+	return $this->kind;
4092 4092
   }
4093 4093
   public function setNextPageToken($nextPageToken)
4094 4094
   {
4095
-    $this->nextPageToken = $nextPageToken;
4095
+	$this->nextPageToken = $nextPageToken;
4096 4096
   }
4097 4097
   public function getNextPageToken()
4098 4098
   {
4099
-    return $this->nextPageToken;
4099
+	return $this->nextPageToken;
4100 4100
   }
4101 4101
   public function setNumScores($numScores)
4102 4102
   {
4103
-    $this->numScores = $numScores;
4103
+	$this->numScores = $numScores;
4104 4104
   }
4105 4105
   public function getNumScores()
4106 4106
   {
4107
-    return $this->numScores;
4107
+	return $this->numScores;
4108 4108
   }
4109 4109
   public function setPlayerScore(Google_Service_Games_LeaderboardEntry $playerScore)
4110 4110
   {
4111
-    $this->playerScore = $playerScore;
4111
+	$this->playerScore = $playerScore;
4112 4112
   }
4113 4113
   public function getPlayerScore()
4114 4114
   {
4115
-    return $this->playerScore;
4115
+	return $this->playerScore;
4116 4116
   }
4117 4117
   public function setPrevPageToken($prevPageToken)
4118 4118
   {
4119
-    $this->prevPageToken = $prevPageToken;
4119
+	$this->prevPageToken = $prevPageToken;
4120 4120
   }
4121 4121
   public function getPrevPageToken()
4122 4122
   {
4123
-    return $this->prevPageToken;
4123
+	return $this->prevPageToken;
4124 4124
   }
4125 4125
 }
4126 4126
 
@@ -4137,27 +4137,27 @@  discard block
 block discarded – undo
4137 4137
 
4138 4138
   public function setCurrentVersion($currentVersion)
4139 4139
   {
4140
-    $this->currentVersion = $currentVersion;
4140
+	$this->currentVersion = $currentVersion;
4141 4141
   }
4142 4142
   public function getCurrentVersion()
4143 4143
   {
4144
-    return $this->currentVersion;
4144
+	return $this->currentVersion;
4145 4145
   }
4146 4146
   public function setKind($kind)
4147 4147
   {
4148
-    $this->kind = $kind;
4148
+	$this->kind = $kind;
4149 4149
   }
4150 4150
   public function getKind()
4151 4151
   {
4152
-    return $this->kind;
4152
+	return $this->kind;
4153 4153
   }
4154 4154
   public function setPlayerLevels($playerLevels)
4155 4155
   {
4156
-    $this->playerLevels = $playerLevels;
4156
+	$this->playerLevels = $playerLevels;
4157 4157
   }
4158 4158
   public function getPlayerLevels()
4159 4159
   {
4160
-    return $this->playerLevels;
4160
+	return $this->playerLevels;
4161 4161
   }
4162 4162
 }
4163 4163
 
@@ -4176,59 +4176,59 @@  discard block
 block discarded – undo
4176 4176
 
4177 4177
   public function setAndroidNetworkSubtype($androidNetworkSubtype)
4178 4178
   {
4179
-    $this->androidNetworkSubtype = $androidNetworkSubtype;
4179
+	$this->androidNetworkSubtype = $androidNetworkSubtype;
4180 4180
   }
4181 4181
   public function getAndroidNetworkSubtype()
4182 4182
   {
4183
-    return $this->androidNetworkSubtype;
4183
+	return $this->androidNetworkSubtype;
4184 4184
   }
4185 4185
   public function setAndroidNetworkType($androidNetworkType)
4186 4186
   {
4187
-    $this->androidNetworkType = $androidNetworkType;
4187
+	$this->androidNetworkType = $androidNetworkType;
4188 4188
   }
4189 4189
   public function getAndroidNetworkType()
4190 4190
   {
4191
-    return $this->androidNetworkType;
4191
+	return $this->androidNetworkType;
4192 4192
   }
4193 4193
   public function setIosNetworkType($iosNetworkType)
4194 4194
   {
4195
-    $this->iosNetworkType = $iosNetworkType;
4195
+	$this->iosNetworkType = $iosNetworkType;
4196 4196
   }
4197 4197
   public function getIosNetworkType()
4198 4198
   {
4199
-    return $this->iosNetworkType;
4199
+	return $this->iosNetworkType;
4200 4200
   }
4201 4201
   public function setKind($kind)
4202 4202
   {
4203
-    $this->kind = $kind;
4203
+	$this->kind = $kind;
4204 4204
   }
4205 4205
   public function getKind()
4206 4206
   {
4207
-    return $this->kind;
4207
+	return $this->kind;
4208 4208
   }
4209 4209
   public function setNetworkOperatorCode($networkOperatorCode)
4210 4210
   {
4211
-    $this->networkOperatorCode = $networkOperatorCode;
4211
+	$this->networkOperatorCode = $networkOperatorCode;
4212 4212
   }
4213 4213
   public function getNetworkOperatorCode()
4214 4214
   {
4215
-    return $this->networkOperatorCode;
4215
+	return $this->networkOperatorCode;
4216 4216
   }
4217 4217
   public function setNetworkOperatorName($networkOperatorName)
4218 4218
   {
4219
-    $this->networkOperatorName = $networkOperatorName;
4219
+	$this->networkOperatorName = $networkOperatorName;
4220 4220
   }
4221 4221
   public function getNetworkOperatorName()
4222 4222
   {
4223
-    return $this->networkOperatorName;
4223
+	return $this->networkOperatorName;
4224 4224
   }
4225 4225
   public function setRegistrationLatencyMillis($registrationLatencyMillis)
4226 4226
   {
4227
-    $this->registrationLatencyMillis = $registrationLatencyMillis;
4227
+	$this->registrationLatencyMillis = $registrationLatencyMillis;
4228 4228
   }
4229 4229
   public function getRegistrationLatencyMillis()
4230 4230
   {
4231
-    return $this->registrationLatencyMillis;
4231
+	return $this->registrationLatencyMillis;
4232 4232
   }
4233 4233
 }
4234 4234
 
@@ -4244,35 +4244,35 @@  discard block
 block discarded – undo
4244 4244
 
4245 4245
   public function setKind($kind)
4246 4246
   {
4247
-    $this->kind = $kind;
4247
+	$this->kind = $kind;
4248 4248
   }
4249 4249
   public function getKind()
4250 4250
   {
4251
-    return $this->kind;
4251
+	return $this->kind;
4252 4252
   }
4253 4253
   public function setParticipantId($participantId)
4254 4254
   {
4255
-    $this->participantId = $participantId;
4255
+	$this->participantId = $participantId;
4256 4256
   }
4257 4257
   public function getParticipantId()
4258 4258
   {
4259
-    return $this->participantId;
4259
+	return $this->participantId;
4260 4260
   }
4261 4261
   public function setPlacing($placing)
4262 4262
   {
4263
-    $this->placing = $placing;
4263
+	$this->placing = $placing;
4264 4264
   }
4265 4265
   public function getPlacing()
4266 4266
   {
4267
-    return $this->placing;
4267
+	return $this->placing;
4268 4268
   }
4269 4269
   public function setResult($result)
4270 4270
   {
4271
-    $this->result = $result;
4271
+	$this->result = $result;
4272 4272
   }
4273 4273
   public function getResult()
4274 4274
   {
4275
-    return $this->result;
4275
+	return $this->result;
4276 4276
   }
4277 4277
 }
4278 4278
 
@@ -4295,67 +4295,67 @@  discard block
 block discarded – undo
4295 4295
 
4296 4296
   public function setBytesReceived(Google_Service_Games_AggregateStats $bytesReceived)
4297 4297
   {
4298
-    $this->bytesReceived = $bytesReceived;
4298
+	$this->bytesReceived = $bytesReceived;
4299 4299
   }
4300 4300
   public function getBytesReceived()
4301 4301
   {
4302
-    return $this->bytesReceived;
4302
+	return $this->bytesReceived;
4303 4303
   }
4304 4304
   public function setBytesSent(Google_Service_Games_AggregateStats $bytesSent)
4305 4305
   {
4306
-    $this->bytesSent = $bytesSent;
4306
+	$this->bytesSent = $bytesSent;
4307 4307
   }
4308 4308
   public function getBytesSent()
4309 4309
   {
4310
-    return $this->bytesSent;
4310
+	return $this->bytesSent;
4311 4311
   }
4312 4312
   public function setKind($kind)
4313 4313
   {
4314
-    $this->kind = $kind;
4314
+	$this->kind = $kind;
4315 4315
   }
4316 4316
   public function getKind()
4317 4317
   {
4318
-    return $this->kind;
4318
+	return $this->kind;
4319 4319
   }
4320 4320
   public function setNumMessagesLost($numMessagesLost)
4321 4321
   {
4322
-    $this->numMessagesLost = $numMessagesLost;
4322
+	$this->numMessagesLost = $numMessagesLost;
4323 4323
   }
4324 4324
   public function getNumMessagesLost()
4325 4325
   {
4326
-    return $this->numMessagesLost;
4326
+	return $this->numMessagesLost;
4327 4327
   }
4328 4328
   public function setNumMessagesReceived($numMessagesReceived)
4329 4329
   {
4330
-    $this->numMessagesReceived = $numMessagesReceived;
4330
+	$this->numMessagesReceived = $numMessagesReceived;
4331 4331
   }
4332 4332
   public function getNumMessagesReceived()
4333 4333
   {
4334
-    return $this->numMessagesReceived;
4334
+	return $this->numMessagesReceived;
4335 4335
   }
4336 4336
   public function setNumMessagesSent($numMessagesSent)
4337 4337
   {
4338
-    $this->numMessagesSent = $numMessagesSent;
4338
+	$this->numMessagesSent = $numMessagesSent;
4339 4339
   }
4340 4340
   public function getNumMessagesSent()
4341 4341
   {
4342
-    return $this->numMessagesSent;
4342
+	return $this->numMessagesSent;
4343 4343
   }
4344 4344
   public function setNumSendFailures($numSendFailures)
4345 4345
   {
4346
-    $this->numSendFailures = $numSendFailures;
4346
+	$this->numSendFailures = $numSendFailures;
4347 4347
   }
4348 4348
   public function getNumSendFailures()
4349 4349
   {
4350
-    return $this->numSendFailures;
4350
+	return $this->numSendFailures;
4351 4351
   }
4352 4352
   public function setRoundtripLatencyMillis(Google_Service_Games_AggregateStats $roundtripLatencyMillis)
4353 4353
   {
4354
-    $this->roundtripLatencyMillis = $roundtripLatencyMillis;
4354
+	$this->roundtripLatencyMillis = $roundtripLatencyMillis;
4355 4355
   }
4356 4356
   public function getRoundtripLatencyMillis()
4357 4357
   {
4358
-    return $this->roundtripLatencyMillis;
4358
+	return $this->roundtripLatencyMillis;
4359 4359
   }
4360 4360
 }
4361 4361
 
@@ -4374,43 +4374,43 @@  discard block
 block discarded – undo
4374 4374
 
4375 4375
   public function setConnectedTimestampMillis($connectedTimestampMillis)
4376 4376
   {
4377
-    $this->connectedTimestampMillis = $connectedTimestampMillis;
4377
+	$this->connectedTimestampMillis = $connectedTimestampMillis;
4378 4378
   }
4379 4379
   public function getConnectedTimestampMillis()
4380 4380
   {
4381
-    return $this->connectedTimestampMillis;
4381
+	return $this->connectedTimestampMillis;
4382 4382
   }
4383 4383
   public function setKind($kind)
4384 4384
   {
4385
-    $this->kind = $kind;
4385
+	$this->kind = $kind;
4386 4386
   }
4387 4387
   public function getKind()
4388 4388
   {
4389
-    return $this->kind;
4389
+	return $this->kind;
4390 4390
   }
4391 4391
   public function setParticipantId($participantId)
4392 4392
   {
4393
-    $this->participantId = $participantId;
4393
+	$this->participantId = $participantId;
4394 4394
   }
4395 4395
   public function getParticipantId()
4396 4396
   {
4397
-    return $this->participantId;
4397
+	return $this->participantId;
4398 4398
   }
4399 4399
   public function setReliableChannel(Google_Service_Games_PeerChannelDiagnostics $reliableChannel)
4400 4400
   {
4401
-    $this->reliableChannel = $reliableChannel;
4401
+	$this->reliableChannel = $reliableChannel;
4402 4402
   }
4403 4403
   public function getReliableChannel()
4404 4404
   {
4405
-    return $this->reliableChannel;
4405
+	return $this->reliableChannel;
4406 4406
   }
4407 4407
   public function setUnreliableChannel(Google_Service_Games_PeerChannelDiagnostics $unreliableChannel)
4408 4408
   {
4409
-    $this->unreliableChannel = $unreliableChannel;
4409
+	$this->unreliableChannel = $unreliableChannel;
4410 4410
   }
4411 4411
   public function getUnreliableChannel()
4412 4412
   {
4413
-    return $this->unreliableChannel;
4413
+	return $this->unreliableChannel;
4414 4414
   }
4415 4415
 }
4416 4416
 
@@ -4425,27 +4425,27 @@  discard block
 block discarded – undo
4425 4425
 
4426 4426
   public function setAutoMatched($autoMatched)
4427 4427
   {
4428
-    $this->autoMatched = $autoMatched;
4428
+	$this->autoMatched = $autoMatched;
4429 4429
   }
4430 4430
   public function getAutoMatched()
4431 4431
   {
4432
-    return $this->autoMatched;
4432
+	return $this->autoMatched;
4433 4433
   }
4434 4434
   public function setKind($kind)
4435 4435
   {
4436
-    $this->kind = $kind;
4436
+	$this->kind = $kind;
4437 4437
   }
4438 4438
   public function getKind()
4439 4439
   {
4440
-    return $this->kind;
4440
+	return $this->kind;
4441 4441
   }
4442 4442
   public function setTimeMillis($timeMillis)
4443 4443
   {
4444
-    $this->timeMillis = $timeMillis;
4444
+	$this->timeMillis = $timeMillis;
4445 4445
   }
4446 4446
   public function getTimeMillis()
4447 4447
   {
4448
-    return $this->timeMillis;
4448
+	return $this->timeMillis;
4449 4449
   }
4450 4450
 }
4451 4451
 
@@ -4468,67 +4468,67 @@  discard block
 block discarded – undo
4468 4468
 
4469 4469
   public function setAvatarImageUrl($avatarImageUrl)
4470 4470
   {
4471
-    $this->avatarImageUrl = $avatarImageUrl;
4471
+	$this->avatarImageUrl = $avatarImageUrl;
4472 4472
   }
4473 4473
   public function getAvatarImageUrl()
4474 4474
   {
4475
-    return $this->avatarImageUrl;
4475
+	return $this->avatarImageUrl;
4476 4476
   }
4477 4477
   public function setDisplayName($displayName)
4478 4478
   {
4479
-    $this->displayName = $displayName;
4479
+	$this->displayName = $displayName;
4480 4480
   }
4481 4481
   public function getDisplayName()
4482 4482
   {
4483
-    return $this->displayName;
4483
+	return $this->displayName;
4484 4484
   }
4485 4485
   public function setExperienceInfo(Google_Service_Games_PlayerExperienceInfo $experienceInfo)
4486 4486
   {
4487
-    $this->experienceInfo = $experienceInfo;
4487
+	$this->experienceInfo = $experienceInfo;
4488 4488
   }
4489 4489
   public function getExperienceInfo()
4490 4490
   {
4491
-    return $this->experienceInfo;
4491
+	return $this->experienceInfo;
4492 4492
   }
4493 4493
   public function setKind($kind)
4494 4494
   {
4495
-    $this->kind = $kind;
4495
+	$this->kind = $kind;
4496 4496
   }
4497 4497
   public function getKind()
4498 4498
   {
4499
-    return $this->kind;
4499
+	return $this->kind;
4500 4500
   }
4501 4501
   public function setLastPlayedWith(Google_Service_Games_Played $lastPlayedWith)
4502 4502
   {
4503
-    $this->lastPlayedWith = $lastPlayedWith;
4503
+	$this->lastPlayedWith = $lastPlayedWith;
4504 4504
   }
4505 4505
   public function getLastPlayedWith()
4506 4506
   {
4507
-    return $this->lastPlayedWith;
4507
+	return $this->lastPlayedWith;
4508 4508
   }
4509 4509
   public function setName(Google_Service_Games_PlayerName $name)
4510 4510
   {
4511
-    $this->name = $name;
4511
+	$this->name = $name;
4512 4512
   }
4513 4513
   public function getName()
4514 4514
   {
4515
-    return $this->name;
4515
+	return $this->name;
4516 4516
   }
4517 4517
   public function setPlayerId($playerId)
4518 4518
   {
4519
-    $this->playerId = $playerId;
4519
+	$this->playerId = $playerId;
4520 4520
   }
4521 4521
   public function getPlayerId()
4522 4522
   {
4523
-    return $this->playerId;
4523
+	return $this->playerId;
4524 4524
   }
4525 4525
   public function setTitle($title)
4526 4526
   {
4527
-    $this->title = $title;
4527
+	$this->title = $title;
4528 4528
   }
4529 4529
   public function getTitle()
4530 4530
   {
4531
-    return $this->title;
4531
+	return $this->title;
4532 4532
   }
4533 4533
 }
4534 4534
 
@@ -4547,59 +4547,59 @@  discard block
 block discarded – undo
4547 4547
 
4548 4548
   public function setAchievementState($achievementState)
4549 4549
   {
4550
-    $this->achievementState = $achievementState;
4550
+	$this->achievementState = $achievementState;
4551 4551
   }
4552 4552
   public function getAchievementState()
4553 4553
   {
4554
-    return $this->achievementState;
4554
+	return $this->achievementState;
4555 4555
   }
4556 4556
   public function setCurrentSteps($currentSteps)
4557 4557
   {
4558
-    $this->currentSteps = $currentSteps;
4558
+	$this->currentSteps = $currentSteps;
4559 4559
   }
4560 4560
   public function getCurrentSteps()
4561 4561
   {
4562
-    return $this->currentSteps;
4562
+	return $this->currentSteps;
4563 4563
   }
4564 4564
   public function setExperiencePoints($experiencePoints)
4565 4565
   {
4566
-    $this->experiencePoints = $experiencePoints;
4566
+	$this->experiencePoints = $experiencePoints;
4567 4567
   }
4568 4568
   public function getExperiencePoints()
4569 4569
   {
4570
-    return $this->experiencePoints;
4570
+	return $this->experiencePoints;
4571 4571
   }
4572 4572
   public function setFormattedCurrentStepsString($formattedCurrentStepsString)
4573 4573
   {
4574
-    $this->formattedCurrentStepsString = $formattedCurrentStepsString;
4574
+	$this->formattedCurrentStepsString = $formattedCurrentStepsString;
4575 4575
   }
4576 4576
   public function getFormattedCurrentStepsString()
4577 4577
   {
4578
-    return $this->formattedCurrentStepsString;
4578
+	return $this->formattedCurrentStepsString;
4579 4579
   }
4580 4580
   public function setId($id)
4581 4581
   {
4582
-    $this->id = $id;
4582
+	$this->id = $id;
4583 4583
   }
4584 4584
   public function getId()
4585 4585
   {
4586
-    return $this->id;
4586
+	return $this->id;
4587 4587
   }
4588 4588
   public function setKind($kind)
4589 4589
   {
4590
-    $this->kind = $kind;
4590
+	$this->kind = $kind;
4591 4591
   }
4592 4592
   public function getKind()
4593 4593
   {
4594
-    return $this->kind;
4594
+	return $this->kind;
4595 4595
   }
4596 4596
   public function setLastUpdatedTimestamp($lastUpdatedTimestamp)
4597 4597
   {
4598
-    $this->lastUpdatedTimestamp = $lastUpdatedTimestamp;
4598
+	$this->lastUpdatedTimestamp = $lastUpdatedTimestamp;
4599 4599
   }
4600 4600
   public function getLastUpdatedTimestamp()
4601 4601
   {
4602
-    return $this->lastUpdatedTimestamp;
4602
+	return $this->lastUpdatedTimestamp;
4603 4603
   }
4604 4604
 }
4605 4605
 
@@ -4616,27 +4616,27 @@  discard block
 block discarded – undo
4616 4616
 
4617 4617
   public function setItems($items)
4618 4618
   {
4619
-    $this->items = $items;
4619
+	$this->items = $items;
4620 4620
   }
4621 4621
   public function getItems()
4622 4622
   {
4623
-    return $this->items;
4623
+	return $this->items;
4624 4624
   }
4625 4625
   public function setKind($kind)
4626 4626
   {
4627
-    $this->kind = $kind;
4627
+	$this->kind = $kind;
4628 4628
   }
4629 4629
   public function getKind()
4630 4630
   {
4631
-    return $this->kind;
4631
+	return $this->kind;
4632 4632
   }
4633 4633
   public function setNextPageToken($nextPageToken)
4634 4634
   {
4635
-    $this->nextPageToken = $nextPageToken;
4635
+	$this->nextPageToken = $nextPageToken;
4636 4636
   }
4637 4637
   public function getNextPageToken()
4638 4638
   {
4639
-    return $this->nextPageToken;
4639
+	return $this->nextPageToken;
4640 4640
   }
4641 4641
 }
4642 4642
 
@@ -4653,43 +4653,43 @@  discard block
 block discarded – undo
4653 4653
 
4654 4654
   public function setDefinitionId($definitionId)
4655 4655
   {
4656
-    $this->definitionId = $definitionId;
4656
+	$this->definitionId = $definitionId;
4657 4657
   }
4658 4658
   public function getDefinitionId()
4659 4659
   {
4660
-    return $this->definitionId;
4660
+	return $this->definitionId;
4661 4661
   }
4662 4662
   public function setFormattedNumEvents($formattedNumEvents)
4663 4663
   {
4664
-    $this->formattedNumEvents = $formattedNumEvents;
4664
+	$this->formattedNumEvents = $formattedNumEvents;
4665 4665
   }
4666 4666
   public function getFormattedNumEvents()
4667 4667
   {
4668
-    return $this->formattedNumEvents;
4668
+	return $this->formattedNumEvents;
4669 4669
   }
4670 4670
   public function setKind($kind)
4671 4671
   {
4672
-    $this->kind = $kind;
4672
+	$this->kind = $kind;
4673 4673
   }
4674 4674
   public function getKind()
4675 4675
   {
4676
-    return $this->kind;
4676
+	return $this->kind;
4677 4677
   }
4678 4678
   public function setNumEvents($numEvents)
4679 4679
   {
4680
-    $this->numEvents = $numEvents;
4680
+	$this->numEvents = $numEvents;
4681 4681
   }
4682 4682
   public function getNumEvents()
4683 4683
   {
4684
-    return $this->numEvents;
4684
+	return $this->numEvents;
4685 4685
   }
4686 4686
   public function setPlayerId($playerId)
4687 4687
   {
4688
-    $this->playerId = $playerId;
4688
+	$this->playerId = $playerId;
4689 4689
   }
4690 4690
   public function getPlayerId()
4691 4691
   {
4692
-    return $this->playerId;
4692
+	return $this->playerId;
4693 4693
   }
4694 4694
 }
4695 4695
 
@@ -4706,27 +4706,27 @@  discard block
 block discarded – undo
4706 4706
 
4707 4707
   public function setItems($items)
4708 4708
   {
4709
-    $this->items = $items;
4709
+	$this->items = $items;
4710 4710
   }
4711 4711
   public function getItems()
4712 4712
   {
4713
-    return $this->items;
4713
+	return $this->items;
4714 4714
   }
4715 4715
   public function setKind($kind)
4716 4716
   {
4717
-    $this->kind = $kind;
4717
+	$this->kind = $kind;
4718 4718
   }
4719 4719
   public function getKind()
4720 4720
   {
4721
-    return $this->kind;
4721
+	return $this->kind;
4722 4722
   }
4723 4723
   public function setNextPageToken($nextPageToken)
4724 4724
   {
4725
-    $this->nextPageToken = $nextPageToken;
4725
+	$this->nextPageToken = $nextPageToken;
4726 4726
   }
4727 4727
   public function getNextPageToken()
4728 4728
   {
4729
-    return $this->nextPageToken;
4729
+	return $this->nextPageToken;
4730 4730
   }
4731 4731
 }
4732 4732
 
@@ -4745,50 +4745,50 @@  discard block
 block discarded – undo
4745 4745
 
4746 4746
   public function setCurrentExperiencePoints($currentExperiencePoints)
4747 4747
   {
4748
-    $this->currentExperiencePoints = $currentExperiencePoints;
4748
+	$this->currentExperiencePoints = $currentExperiencePoints;
4749 4749
   }
4750 4750
   public function getCurrentExperiencePoints()
4751 4751
   {
4752
-    return $this->currentExperiencePoints;
4752
+	return $this->currentExperiencePoints;
4753 4753
   }
4754 4754
   public function setCurrentLevel(Google_Service_Games_PlayerLevel $currentLevel)
4755 4755
   {
4756
-    $this->currentLevel = $currentLevel;
4756
+	$this->currentLevel = $currentLevel;
4757 4757
   }
4758 4758
   public function getCurrentLevel()
4759 4759
   {
4760
-    return $this->currentLevel;
4760
+	return $this->currentLevel;
4761 4761
   }
4762 4762
   public function setKind($kind)
4763 4763
   {
4764
-    $this->kind = $kind;
4764
+	$this->kind = $kind;
4765 4765
   }
4766 4766
   public function getKind()
4767 4767
   {
4768
-    return $this->kind;
4768
+	return $this->kind;
4769 4769
   }
4770 4770
   public function setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis)
4771 4771
   {
4772
-    $this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis;
4772
+	$this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis;
4773 4773
   }
4774 4774
   public function getLastLevelUpTimestampMillis()
4775 4775
   {
4776
-    return $this->lastLevelUpTimestampMillis;
4776
+	return $this->lastLevelUpTimestampMillis;
4777 4777
   }
4778 4778
   public function setNextLevel(Google_Service_Games_PlayerLevel $nextLevel)
4779 4779
   {
4780
-    $this->nextLevel = $nextLevel;
4780
+	$this->nextLevel = $nextLevel;
4781 4781
   }
4782 4782
   public function getNextLevel()
4783 4783
   {
4784
-    return $this->nextLevel;
4784
+	return $this->nextLevel;
4785 4785
   }
4786 4786
 }
4787 4787
 
4788 4788
 class Google_Service_Games_PlayerLeaderboardScore extends Google_Model
4789 4789
 {
4790 4790
   protected $internal_gapi_mappings = array(
4791
-        "leaderboardId" => "leaderboard_id",
4791
+		"leaderboardId" => "leaderboard_id",
4792 4792
   );
4793 4793
   public $kind;
4794 4794
   public $leaderboardId;
@@ -4805,75 +4805,75 @@  discard block
 block discarded – undo
4805 4805
 
4806 4806
   public function setKind($kind)
4807 4807
   {
4808
-    $this->kind = $kind;
4808
+	$this->kind = $kind;
4809 4809
   }
4810 4810
   public function getKind()
4811 4811
   {
4812
-    return $this->kind;
4812
+	return $this->kind;
4813 4813
   }
4814 4814
   public function setLeaderboardId($leaderboardId)
4815 4815
   {
4816
-    $this->leaderboardId = $leaderboardId;
4816
+	$this->leaderboardId = $leaderboardId;
4817 4817
   }
4818 4818
   public function getLeaderboardId()
4819 4819
   {
4820
-    return $this->leaderboardId;
4820
+	return $this->leaderboardId;
4821 4821
   }
4822 4822
   public function setPublicRank(Google_Service_Games_LeaderboardScoreRank $publicRank)
4823 4823
   {
4824
-    $this->publicRank = $publicRank;
4824
+	$this->publicRank = $publicRank;
4825 4825
   }
4826 4826
   public function getPublicRank()
4827 4827
   {
4828
-    return $this->publicRank;
4828
+	return $this->publicRank;
4829 4829
   }
4830 4830
   public function setScoreString($scoreString)
4831 4831
   {
4832
-    $this->scoreString = $scoreString;
4832
+	$this->scoreString = $scoreString;
4833 4833
   }
4834 4834
   public function getScoreString()
4835 4835
   {
4836
-    return $this->scoreString;
4836
+	return $this->scoreString;
4837 4837
   }
4838 4838
   public function setScoreTag($scoreTag)
4839 4839
   {
4840
-    $this->scoreTag = $scoreTag;
4840
+	$this->scoreTag = $scoreTag;
4841 4841
   }
4842 4842
   public function getScoreTag()
4843 4843
   {
4844
-    return $this->scoreTag;
4844
+	return $this->scoreTag;
4845 4845
   }
4846 4846
   public function setScoreValue($scoreValue)
4847 4847
   {
4848
-    $this->scoreValue = $scoreValue;
4848
+	$this->scoreValue = $scoreValue;
4849 4849
   }
4850 4850
   public function getScoreValue()
4851 4851
   {
4852
-    return $this->scoreValue;
4852
+	return $this->scoreValue;
4853 4853
   }
4854 4854
   public function setSocialRank(Google_Service_Games_LeaderboardScoreRank $socialRank)
4855 4855
   {
4856
-    $this->socialRank = $socialRank;
4856
+	$this->socialRank = $socialRank;
4857 4857
   }
4858 4858
   public function getSocialRank()
4859 4859
   {
4860
-    return $this->socialRank;
4860
+	return $this->socialRank;
4861 4861
   }
4862 4862
   public function setTimeSpan($timeSpan)
4863 4863
   {
4864
-    $this->timeSpan = $timeSpan;
4864
+	$this->timeSpan = $timeSpan;
4865 4865
   }
4866 4866
   public function getTimeSpan()
4867 4867
   {
4868
-    return $this->timeSpan;
4868
+	return $this->timeSpan;
4869 4869
   }
4870 4870
   public function setWriteTimestamp($writeTimestamp)
4871 4871
   {
4872
-    $this->writeTimestamp = $writeTimestamp;
4872
+	$this->writeTimestamp = $writeTimestamp;
4873 4873
   }
4874 4874
   public function getWriteTimestamp()
4875 4875
   {
4876
-    return $this->writeTimestamp;
4876
+	return $this->writeTimestamp;
4877 4877
   }
4878 4878
 }
4879 4879
 
@@ -4892,35 +4892,35 @@  discard block
 block discarded – undo
4892 4892
 
4893 4893
   public function setItems($items)
4894 4894
   {
4895
-    $this->items = $items;
4895
+	$this->items = $items;
4896 4896
   }
4897 4897
   public function getItems()
4898 4898
   {
4899
-    return $this->items;
4899
+	return $this->items;
4900 4900
   }
4901 4901
   public function setKind($kind)
4902 4902
   {
4903
-    $this->kind = $kind;
4903
+	$this->kind = $kind;
4904 4904
   }
4905 4905
   public function getKind()
4906 4906
   {
4907
-    return $this->kind;
4907
+	return $this->kind;
4908 4908
   }
4909 4909
   public function setNextPageToken($nextPageToken)
4910 4910
   {
4911
-    $this->nextPageToken = $nextPageToken;
4911
+	$this->nextPageToken = $nextPageToken;
4912 4912
   }
4913 4913
   public function getNextPageToken()
4914 4914
   {
4915
-    return $this->nextPageToken;
4915
+	return $this->nextPageToken;
4916 4916
   }
4917 4917
   public function setPlayer(Google_Service_Games_Player $player)
4918 4918
   {
4919
-    $this->player = $player;
4919
+	$this->player = $player;
4920 4920
   }
4921 4921
   public function getPlayer()
4922 4922
   {
4923
-    return $this->player;
4923
+	return $this->player;
4924 4924
   }
4925 4925
 }
4926 4926
 
@@ -4936,35 +4936,35 @@  discard block
 block discarded – undo
4936 4936
 
4937 4937
   public function setKind($kind)
4938 4938
   {
4939
-    $this->kind = $kind;
4939
+	$this->kind = $kind;
4940 4940
   }
4941 4941
   public function getKind()
4942 4942
   {
4943
-    return $this->kind;
4943
+	return $this->kind;
4944 4944
   }
4945 4945
   public function setLevel($level)
4946 4946
   {
4947
-    $this->level = $level;
4947
+	$this->level = $level;
4948 4948
   }
4949 4949
   public function getLevel()
4950 4950
   {
4951
-    return $this->level;
4951
+	return $this->level;
4952 4952
   }
4953 4953
   public function setMaxExperiencePoints($maxExperiencePoints)
4954 4954
   {
4955
-    $this->maxExperiencePoints = $maxExperiencePoints;
4955
+	$this->maxExperiencePoints = $maxExperiencePoints;
4956 4956
   }
4957 4957
   public function getMaxExperiencePoints()
4958 4958
   {
4959
-    return $this->maxExperiencePoints;
4959
+	return $this->maxExperiencePoints;
4960 4960
   }
4961 4961
   public function setMinExperiencePoints($minExperiencePoints)
4962 4962
   {
4963
-    $this->minExperiencePoints = $minExperiencePoints;
4963
+	$this->minExperiencePoints = $minExperiencePoints;
4964 4964
   }
4965 4965
   public function getMinExperiencePoints()
4966 4966
   {
4967
-    return $this->minExperiencePoints;
4967
+	return $this->minExperiencePoints;
4968 4968
   }
4969 4969
 }
4970 4970
 
@@ -4981,27 +4981,27 @@  discard block
 block discarded – undo
4981 4981
 
4982 4982
   public function setItems($items)
4983 4983
   {
4984
-    $this->items = $items;
4984
+	$this->items = $items;
4985 4985
   }
4986 4986
   public function getItems()
4987 4987
   {
4988
-    return $this->items;
4988
+	return $this->items;
4989 4989
   }
4990 4990
   public function setKind($kind)
4991 4991
   {
4992
-    $this->kind = $kind;
4992
+	$this->kind = $kind;
4993 4993
   }
4994 4994
   public function getKind()
4995 4995
   {
4996
-    return $this->kind;
4996
+	return $this->kind;
4997 4997
   }
4998 4998
   public function setNextPageToken($nextPageToken)
4999 4999
   {
5000
-    $this->nextPageToken = $nextPageToken;
5000
+	$this->nextPageToken = $nextPageToken;
5001 5001
   }
5002 5002
   public function getNextPageToken()
5003 5003
   {
5004
-    return $this->nextPageToken;
5004
+	return $this->nextPageToken;
5005 5005
   }
5006 5006
 }
5007 5007
 
@@ -5015,19 +5015,19 @@  discard block
 block discarded – undo
5015 5015
 
5016 5016
   public function setFamilyName($familyName)
5017 5017
   {
5018
-    $this->familyName = $familyName;
5018
+	$this->familyName = $familyName;
5019 5019
   }
5020 5020
   public function getFamilyName()
5021 5021
   {
5022
-    return $this->familyName;
5022
+	return $this->familyName;
5023 5023
   }
5024 5024
   public function setGivenName($givenName)
5025 5025
   {
5026
-    $this->givenName = $givenName;
5026
+	$this->givenName = $givenName;
5027 5027
   }
5028 5028
   public function getGivenName()
5029 5029
   {
5030
-    return $this->givenName;
5030
+	return $this->givenName;
5031 5031
   }
5032 5032
 }
5033 5033
 
@@ -5044,43 +5044,43 @@  discard block
 block discarded – undo
5044 5044
 
5045 5045
   public function setFormattedScore($formattedScore)
5046 5046
   {
5047
-    $this->formattedScore = $formattedScore;
5047
+	$this->formattedScore = $formattedScore;
5048 5048
   }
5049 5049
   public function getFormattedScore()
5050 5050
   {
5051
-    return $this->formattedScore;
5051
+	return $this->formattedScore;
5052 5052
   }
5053 5053
   public function setKind($kind)
5054 5054
   {
5055
-    $this->kind = $kind;
5055
+	$this->kind = $kind;
5056 5056
   }
5057 5057
   public function getKind()
5058 5058
   {
5059
-    return $this->kind;
5059
+	return $this->kind;
5060 5060
   }
5061 5061
   public function setScore($score)
5062 5062
   {
5063
-    $this->score = $score;
5063
+	$this->score = $score;
5064 5064
   }
5065 5065
   public function getScore()
5066 5066
   {
5067
-    return $this->score;
5067
+	return $this->score;
5068 5068
   }
5069 5069
   public function setScoreTag($scoreTag)
5070 5070
   {
5071
-    $this->scoreTag = $scoreTag;
5071
+	$this->scoreTag = $scoreTag;
5072 5072
   }
5073 5073
   public function getScoreTag()
5074 5074
   {
5075
-    return $this->scoreTag;
5075
+	return $this->scoreTag;
5076 5076
   }
5077 5077
   public function setTimeSpan($timeSpan)
5078 5078
   {
5079
-    $this->timeSpan = $timeSpan;
5079
+	$this->timeSpan = $timeSpan;
5080 5080
   }
5081 5081
   public function getTimeSpan()
5082 5082
   {
5083
-    return $this->timeSpan;
5083
+	return $this->timeSpan;
5084 5084
   }
5085 5085
 }
5086 5086
 
@@ -5096,19 +5096,19 @@  discard block
 block discarded – undo
5096 5096
 
5097 5097
   public function setKind($kind)
5098 5098
   {
5099
-    $this->kind = $kind;
5099
+	$this->kind = $kind;
5100 5100
   }
5101 5101
   public function getKind()
5102 5102
   {
5103
-    return $this->kind;
5103
+	return $this->kind;
5104 5104
   }
5105 5105
   public function setSubmittedScores($submittedScores)
5106 5106
   {
5107
-    $this->submittedScores = $submittedScores;
5107
+	$this->submittedScores = $submittedScores;
5108 5108
   }
5109 5109
   public function getSubmittedScores()
5110 5110
   {
5111
-    return $this->submittedScores;
5111
+	return $this->submittedScores;
5112 5112
   }
5113 5113
 }
5114 5114
 
@@ -5128,51 +5128,51 @@  discard block
 block discarded – undo
5128 5128
 
5129 5129
   public function setBeatenScoreTimeSpans($beatenScoreTimeSpans)
5130 5130
   {
5131
-    $this->beatenScoreTimeSpans = $beatenScoreTimeSpans;
5131
+	$this->beatenScoreTimeSpans = $beatenScoreTimeSpans;
5132 5132
   }
5133 5133
   public function getBeatenScoreTimeSpans()
5134 5134
   {
5135
-    return $this->beatenScoreTimeSpans;
5135
+	return $this->beatenScoreTimeSpans;
5136 5136
   }
5137 5137
   public function setFormattedScore($formattedScore)
5138 5138
   {
5139
-    $this->formattedScore = $formattedScore;
5139
+	$this->formattedScore = $formattedScore;
5140 5140
   }
5141 5141
   public function getFormattedScore()
5142 5142
   {
5143
-    return $this->formattedScore;
5143
+	return $this->formattedScore;
5144 5144
   }
5145 5145
   public function setKind($kind)
5146 5146
   {
5147
-    $this->kind = $kind;
5147
+	$this->kind = $kind;
5148 5148
   }
5149 5149
   public function getKind()
5150 5150
   {
5151
-    return $this->kind;
5151
+	return $this->kind;
5152 5152
   }
5153 5153
   public function setLeaderboardId($leaderboardId)
5154 5154
   {
5155
-    $this->leaderboardId = $leaderboardId;
5155
+	$this->leaderboardId = $leaderboardId;
5156 5156
   }
5157 5157
   public function getLeaderboardId()
5158 5158
   {
5159
-    return $this->leaderboardId;
5159
+	return $this->leaderboardId;
5160 5160
   }
5161 5161
   public function setScoreTag($scoreTag)
5162 5162
   {
5163
-    $this->scoreTag = $scoreTag;
5163
+	$this->scoreTag = $scoreTag;
5164 5164
   }
5165 5165
   public function getScoreTag()
5166 5166
   {
5167
-    return $this->scoreTag;
5167
+	return $this->scoreTag;
5168 5168
   }
5169 5169
   public function setUnbeatenScores($unbeatenScores)
5170 5170
   {
5171
-    $this->unbeatenScores = $unbeatenScores;
5171
+	$this->unbeatenScores = $unbeatenScores;
5172 5172
   }
5173 5173
   public function getUnbeatenScores()
5174 5174
   {
5175
-    return $this->unbeatenScores;
5175
+	return $this->unbeatenScores;
5176 5176
   }
5177 5177
 }
5178 5178
 
@@ -5188,19 +5188,19 @@  discard block
 block discarded – undo
5188 5188
 
5189 5189
   public function setKind($kind)
5190 5190
   {
5191
-    $this->kind = $kind;
5191
+	$this->kind = $kind;
5192 5192
   }
5193 5193
   public function getKind()
5194 5194
   {
5195
-    return $this->kind;
5195
+	return $this->kind;
5196 5196
   }
5197 5197
   public function setScores($scores)
5198 5198
   {
5199
-    $this->scores = $scores;
5199
+	$this->scores = $scores;
5200 5200
   }
5201 5201
   public function getScores()
5202 5202
   {
5203
-    return $this->scores;
5203
+	return $this->scores;
5204 5204
   }
5205 5205
 }
5206 5206
 
@@ -5217,35 +5217,35 @@  discard block
 block discarded – undo
5217 5217
 
5218 5218
   public function setClientRevision($clientRevision)
5219 5219
   {
5220
-    $this->clientRevision = $clientRevision;
5220
+	$this->clientRevision = $clientRevision;
5221 5221
   }
5222 5222
   public function getClientRevision()
5223 5223
   {
5224
-    return $this->clientRevision;
5224
+	return $this->clientRevision;
5225 5225
   }
5226 5226
   public function setId(Google_Service_Games_PushTokenId $id)
5227 5227
   {
5228
-    $this->id = $id;
5228
+	$this->id = $id;
5229 5229
   }
5230 5230
   public function getId()
5231 5231
   {
5232
-    return $this->id;
5232
+	return $this->id;
5233 5233
   }
5234 5234
   public function setKind($kind)
5235 5235
   {
5236
-    $this->kind = $kind;
5236
+	$this->kind = $kind;
5237 5237
   }
5238 5238
   public function getKind()
5239 5239
   {
5240
-    return $this->kind;
5240
+	return $this->kind;
5241 5241
   }
5242 5242
   public function setLanguage($language)
5243 5243
   {
5244
-    $this->language = $language;
5244
+	$this->language = $language;
5245 5245
   }
5246 5246
   public function getLanguage()
5247 5247
   {
5248
-    return $this->language;
5248
+	return $this->language;
5249 5249
   }
5250 5250
 }
5251 5251
 
@@ -5260,27 +5260,27 @@  discard block
 block discarded – undo
5260 5260
 
5261 5261
   public function setIos(Google_Service_Games_PushTokenIdIos $ios)
5262 5262
   {
5263
-    $this->ios = $ios;
5263
+	$this->ios = $ios;
5264 5264
   }
5265 5265
   public function getIos()
5266 5266
   {
5267
-    return $this->ios;
5267
+	return $this->ios;
5268 5268
   }
5269 5269
   public function setKind($kind)
5270 5270
   {
5271
-    $this->kind = $kind;
5271
+	$this->kind = $kind;
5272 5272
   }
5273 5273
   public function getKind()
5274 5274
   {
5275
-    return $this->kind;
5275
+	return $this->kind;
5276 5276
   }
5277 5277
 }
5278 5278
 
5279 5279
 class Google_Service_Games_PushTokenIdIos extends Google_Model
5280 5280
 {
5281 5281
   protected $internal_gapi_mappings = array(
5282
-        "apnsDeviceToken" => "apns_device_token",
5283
-        "apnsEnvironment" => "apns_environment",
5282
+		"apnsDeviceToken" => "apns_device_token",
5283
+		"apnsEnvironment" => "apns_environment",
5284 5284
   );
5285 5285
   public $apnsDeviceToken;
5286 5286
   public $apnsEnvironment;
@@ -5288,19 +5288,19 @@  discard block
 block discarded – undo
5288 5288
 
5289 5289
   public function setApnsDeviceToken($apnsDeviceToken)
5290 5290
   {
5291
-    $this->apnsDeviceToken = $apnsDeviceToken;
5291
+	$this->apnsDeviceToken = $apnsDeviceToken;
5292 5292
   }
5293 5293
   public function getApnsDeviceToken()
5294 5294
   {
5295
-    return $this->apnsDeviceToken;
5295
+	return $this->apnsDeviceToken;
5296 5296
   }
5297 5297
   public function setApnsEnvironment($apnsEnvironment)
5298 5298
   {
5299
-    $this->apnsEnvironment = $apnsEnvironment;
5299
+	$this->apnsEnvironment = $apnsEnvironment;
5300 5300
   }
5301 5301
   public function getApnsEnvironment()
5302 5302
   {
5303
-    return $this->apnsEnvironment;
5303
+	return $this->apnsEnvironment;
5304 5304
   }
5305 5305
 }
5306 5306
 
@@ -5330,131 +5330,131 @@  discard block
 block discarded – undo
5330 5330
 
5331 5331
   public function setAcceptedTimestampMillis($acceptedTimestampMillis)
5332 5332
   {
5333
-    $this->acceptedTimestampMillis = $acceptedTimestampMillis;
5333
+	$this->acceptedTimestampMillis = $acceptedTimestampMillis;
5334 5334
   }
5335 5335
   public function getAcceptedTimestampMillis()
5336 5336
   {
5337
-    return $this->acceptedTimestampMillis;
5337
+	return $this->acceptedTimestampMillis;
5338 5338
   }
5339 5339
   public function setApplicationId($applicationId)
5340 5340
   {
5341
-    $this->applicationId = $applicationId;
5341
+	$this->applicationId = $applicationId;
5342 5342
   }
5343 5343
   public function getApplicationId()
5344 5344
   {
5345
-    return $this->applicationId;
5345
+	return $this->applicationId;
5346 5346
   }
5347 5347
   public function setBannerUrl($bannerUrl)
5348 5348
   {
5349
-    $this->bannerUrl = $bannerUrl;
5349
+	$this->bannerUrl = $bannerUrl;
5350 5350
   }
5351 5351
   public function getBannerUrl()
5352 5352
   {
5353
-    return $this->bannerUrl;
5353
+	return $this->bannerUrl;
5354 5354
   }
5355 5355
   public function setDescription($description)
5356 5356
   {
5357
-    $this->description = $description;
5357
+	$this->description = $description;
5358 5358
   }
5359 5359
   public function getDescription()
5360 5360
   {
5361
-    return $this->description;
5361
+	return $this->description;
5362 5362
   }
5363 5363
   public function setEndTimestampMillis($endTimestampMillis)
5364 5364
   {
5365
-    $this->endTimestampMillis = $endTimestampMillis;
5365
+	$this->endTimestampMillis = $endTimestampMillis;
5366 5366
   }
5367 5367
   public function getEndTimestampMillis()
5368 5368
   {
5369
-    return $this->endTimestampMillis;
5369
+	return $this->endTimestampMillis;
5370 5370
   }
5371 5371
   public function setIconUrl($iconUrl)
5372 5372
   {
5373
-    $this->iconUrl = $iconUrl;
5373
+	$this->iconUrl = $iconUrl;
5374 5374
   }
5375 5375
   public function getIconUrl()
5376 5376
   {
5377
-    return $this->iconUrl;
5377
+	return $this->iconUrl;
5378 5378
   }
5379 5379
   public function setId($id)
5380 5380
   {
5381
-    $this->id = $id;
5381
+	$this->id = $id;
5382 5382
   }
5383 5383
   public function getId()
5384 5384
   {
5385
-    return $this->id;
5385
+	return $this->id;
5386 5386
   }
5387 5387
   public function setIsDefaultBannerUrl($isDefaultBannerUrl)
5388 5388
   {
5389
-    $this->isDefaultBannerUrl = $isDefaultBannerUrl;
5389
+	$this->isDefaultBannerUrl = $isDefaultBannerUrl;
5390 5390
   }
5391 5391
   public function getIsDefaultBannerUrl()
5392 5392
   {
5393
-    return $this->isDefaultBannerUrl;
5393
+	return $this->isDefaultBannerUrl;
5394 5394
   }
5395 5395
   public function setIsDefaultIconUrl($isDefaultIconUrl)
5396 5396
   {
5397
-    $this->isDefaultIconUrl = $isDefaultIconUrl;
5397
+	$this->isDefaultIconUrl = $isDefaultIconUrl;
5398 5398
   }
5399 5399
   public function getIsDefaultIconUrl()
5400 5400
   {
5401
-    return $this->isDefaultIconUrl;
5401
+	return $this->isDefaultIconUrl;
5402 5402
   }
5403 5403
   public function setKind($kind)
5404 5404
   {
5405
-    $this->kind = $kind;
5405
+	$this->kind = $kind;
5406 5406
   }
5407 5407
   public function getKind()
5408 5408
   {
5409
-    return $this->kind;
5409
+	return $this->kind;
5410 5410
   }
5411 5411
   public function setLastUpdatedTimestampMillis($lastUpdatedTimestampMillis)
5412 5412
   {
5413
-    $this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis;
5413
+	$this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis;
5414 5414
   }
5415 5415
   public function getLastUpdatedTimestampMillis()
5416 5416
   {
5417
-    return $this->lastUpdatedTimestampMillis;
5417
+	return $this->lastUpdatedTimestampMillis;
5418 5418
   }
5419 5419
   public function setMilestones($milestones)
5420 5420
   {
5421
-    $this->milestones = $milestones;
5421
+	$this->milestones = $milestones;
5422 5422
   }
5423 5423
   public function getMilestones()
5424 5424
   {
5425
-    return $this->milestones;
5425
+	return $this->milestones;
5426 5426
   }
5427 5427
   public function setName($name)
5428 5428
   {
5429
-    $this->name = $name;
5429
+	$this->name = $name;
5430 5430
   }
5431 5431
   public function getName()
5432 5432
   {
5433
-    return $this->name;
5433
+	return $this->name;
5434 5434
   }
5435 5435
   public function setNotifyTimestampMillis($notifyTimestampMillis)
5436 5436
   {
5437
-    $this->notifyTimestampMillis = $notifyTimestampMillis;
5437
+	$this->notifyTimestampMillis = $notifyTimestampMillis;
5438 5438
   }
5439 5439
   public function getNotifyTimestampMillis()
5440 5440
   {
5441
-    return $this->notifyTimestampMillis;
5441
+	return $this->notifyTimestampMillis;
5442 5442
   }
5443 5443
   public function setStartTimestampMillis($startTimestampMillis)
5444 5444
   {
5445
-    $this->startTimestampMillis = $startTimestampMillis;
5445
+	$this->startTimestampMillis = $startTimestampMillis;
5446 5446
   }
5447 5447
   public function getStartTimestampMillis()
5448 5448
   {
5449
-    return $this->startTimestampMillis;
5449
+	return $this->startTimestampMillis;
5450 5450
   }
5451 5451
   public function setState($state)
5452 5452
   {
5453
-    $this->state = $state;
5453
+	$this->state = $state;
5454 5454
   }
5455 5455
   public function getState()
5456 5456
   {
5457
-    return $this->state;
5457
+	return $this->state;
5458 5458
   }
5459 5459
 }
5460 5460
 
@@ -5469,27 +5469,27 @@  discard block
 block discarded – undo
5469 5469
 
5470 5470
   public function setFormattedValue($formattedValue)
5471 5471
   {
5472
-    $this->formattedValue = $formattedValue;
5472
+	$this->formattedValue = $formattedValue;
5473 5473
   }
5474 5474
   public function getFormattedValue()
5475 5475
   {
5476
-    return $this->formattedValue;
5476
+	return $this->formattedValue;
5477 5477
   }
5478 5478
   public function setKind($kind)
5479 5479
   {
5480
-    $this->kind = $kind;
5480
+	$this->kind = $kind;
5481 5481
   }
5482 5482
   public function getKind()
5483 5483
   {
5484
-    return $this->kind;
5484
+	return $this->kind;
5485 5485
   }
5486 5486
   public function setValue($value)
5487 5487
   {
5488
-    $this->value = $value;
5488
+	$this->value = $value;
5489 5489
   }
5490 5490
   public function getValue()
5491 5491
   {
5492
-    return $this->value;
5492
+	return $this->value;
5493 5493
   }
5494 5494
 }
5495 5495
 
@@ -5509,43 +5509,43 @@  discard block
 block discarded – undo
5509 5509
 
5510 5510
   public function setCompletionContribution(Google_Service_Games_QuestContribution $completionContribution)
5511 5511
   {
5512
-    $this->completionContribution = $completionContribution;
5512
+	$this->completionContribution = $completionContribution;
5513 5513
   }
5514 5514
   public function getCompletionContribution()
5515 5515
   {
5516
-    return $this->completionContribution;
5516
+	return $this->completionContribution;
5517 5517
   }
5518 5518
   public function setCurrentContribution(Google_Service_Games_QuestContribution $currentContribution)
5519 5519
   {
5520
-    $this->currentContribution = $currentContribution;
5520
+	$this->currentContribution = $currentContribution;
5521 5521
   }
5522 5522
   public function getCurrentContribution()
5523 5523
   {
5524
-    return $this->currentContribution;
5524
+	return $this->currentContribution;
5525 5525
   }
5526 5526
   public function setEventId($eventId)
5527 5527
   {
5528
-    $this->eventId = $eventId;
5528
+	$this->eventId = $eventId;
5529 5529
   }
5530 5530
   public function getEventId()
5531 5531
   {
5532
-    return $this->eventId;
5532
+	return $this->eventId;
5533 5533
   }
5534 5534
   public function setInitialPlayerProgress(Google_Service_Games_QuestContribution $initialPlayerProgress)
5535 5535
   {
5536
-    $this->initialPlayerProgress = $initialPlayerProgress;
5536
+	$this->initialPlayerProgress = $initialPlayerProgress;
5537 5537
   }
5538 5538
   public function getInitialPlayerProgress()
5539 5539
   {
5540
-    return $this->initialPlayerProgress;
5540
+	return $this->initialPlayerProgress;
5541 5541
   }
5542 5542
   public function setKind($kind)
5543 5543
   {
5544
-    $this->kind = $kind;
5544
+	$this->kind = $kind;
5545 5545
   }
5546 5546
   public function getKind()
5547 5547
   {
5548
-    return $this->kind;
5548
+	return $this->kind;
5549 5549
   }
5550 5550
 }
5551 5551
 
@@ -5562,27 +5562,27 @@  discard block
 block discarded – undo
5562 5562
 
5563 5563
   public function setItems($items)
5564 5564
   {
5565
-    $this->items = $items;
5565
+	$this->items = $items;
5566 5566
   }
5567 5567
   public function getItems()
5568 5568
   {
5569
-    return $this->items;
5569
+	return $this->items;
5570 5570
   }
5571 5571
   public function setKind($kind)
5572 5572
   {
5573
-    $this->kind = $kind;
5573
+	$this->kind = $kind;
5574 5574
   }
5575 5575
   public function getKind()
5576 5576
   {
5577
-    return $this->kind;
5577
+	return $this->kind;
5578 5578
   }
5579 5579
   public function setNextPageToken($nextPageToken)
5580 5580
   {
5581
-    $this->nextPageToken = $nextPageToken;
5581
+	$this->nextPageToken = $nextPageToken;
5582 5582
   }
5583 5583
   public function getNextPageToken()
5584 5584
   {
5585
-    return $this->nextPageToken;
5585
+	return $this->nextPageToken;
5586 5586
   }
5587 5587
 }
5588 5588
 
@@ -5601,43 +5601,43 @@  discard block
 block discarded – undo
5601 5601
 
5602 5602
   public function setCompletionRewardData($completionRewardData)
5603 5603
   {
5604
-    $this->completionRewardData = $completionRewardData;
5604
+	$this->completionRewardData = $completionRewardData;
5605 5605
   }
5606 5606
   public function getCompletionRewardData()
5607 5607
   {
5608
-    return $this->completionRewardData;
5608
+	return $this->completionRewardData;
5609 5609
   }
5610 5610
   public function setCriteria($criteria)
5611 5611
   {
5612
-    $this->criteria = $criteria;
5612
+	$this->criteria = $criteria;
5613 5613
   }
5614 5614
   public function getCriteria()
5615 5615
   {
5616
-    return $this->criteria;
5616
+	return $this->criteria;
5617 5617
   }
5618 5618
   public function setId($id)
5619 5619
   {
5620
-    $this->id = $id;
5620
+	$this->id = $id;
5621 5621
   }
5622 5622
   public function getId()
5623 5623
   {
5624
-    return $this->id;
5624
+	return $this->id;
5625 5625
   }
5626 5626
   public function setKind($kind)
5627 5627
   {
5628
-    $this->kind = $kind;
5628
+	$this->kind = $kind;
5629 5629
   }
5630 5630
   public function getKind()
5631 5631
   {
5632
-    return $this->kind;
5632
+	return $this->kind;
5633 5633
   }
5634 5634
   public function setState($state)
5635 5635
   {
5636
-    $this->state = $state;
5636
+	$this->state = $state;
5637 5637
   }
5638 5638
   public function getState()
5639 5639
   {
5640
-    return $this->state;
5640
+	return $this->state;
5641 5641
   }
5642 5642
 }
5643 5643
 
@@ -5652,27 +5652,27 @@  discard block
 block discarded – undo
5652 5652
 
5653 5653
   public function setApiVersion($apiVersion)
5654 5654
   {
5655
-    $this->apiVersion = $apiVersion;
5655
+	$this->apiVersion = $apiVersion;
5656 5656
   }
5657 5657
   public function getApiVersion()
5658 5658
   {
5659
-    return $this->apiVersion;
5659
+	return $this->apiVersion;
5660 5660
   }
5661 5661
   public function setKind($kind)
5662 5662
   {
5663
-    $this->kind = $kind;
5663
+	$this->kind = $kind;
5664 5664
   }
5665 5665
   public function getKind()
5666 5666
   {
5667
-    return $this->kind;
5667
+	return $this->kind;
5668 5668
   }
5669 5669
   public function setRevisionStatus($revisionStatus)
5670 5670
   {
5671
-    $this->revisionStatus = $revisionStatus;
5671
+	$this->revisionStatus = $revisionStatus;
5672 5672
   }
5673 5673
   public function getRevisionStatus()
5674 5674
   {
5675
-    return $this->revisionStatus;
5675
+	return $this->revisionStatus;
5676 5676
   }
5677 5677
 }
5678 5678
 
@@ -5703,107 +5703,107 @@  discard block
 block discarded – undo
5703 5703
 
5704 5704
   public function setApplicationId($applicationId)
5705 5705
   {
5706
-    $this->applicationId = $applicationId;
5706
+	$this->applicationId = $applicationId;
5707 5707
   }
5708 5708
   public function getApplicationId()
5709 5709
   {
5710
-    return $this->applicationId;
5710
+	return $this->applicationId;
5711 5711
   }
5712 5712
   public function setAutoMatchingCriteria(Google_Service_Games_RoomAutoMatchingCriteria $autoMatchingCriteria)
5713 5713
   {
5714
-    $this->autoMatchingCriteria = $autoMatchingCriteria;
5714
+	$this->autoMatchingCriteria = $autoMatchingCriteria;
5715 5715
   }
5716 5716
   public function getAutoMatchingCriteria()
5717 5717
   {
5718
-    return $this->autoMatchingCriteria;
5718
+	return $this->autoMatchingCriteria;
5719 5719
   }
5720 5720
   public function setAutoMatchingStatus(Google_Service_Games_RoomAutoMatchStatus $autoMatchingStatus)
5721 5721
   {
5722
-    $this->autoMatchingStatus = $autoMatchingStatus;
5722
+	$this->autoMatchingStatus = $autoMatchingStatus;
5723 5723
   }
5724 5724
   public function getAutoMatchingStatus()
5725 5725
   {
5726
-    return $this->autoMatchingStatus;
5726
+	return $this->autoMatchingStatus;
5727 5727
   }
5728 5728
   public function setCreationDetails(Google_Service_Games_RoomModification $creationDetails)
5729 5729
   {
5730
-    $this->creationDetails = $creationDetails;
5730
+	$this->creationDetails = $creationDetails;
5731 5731
   }
5732 5732
   public function getCreationDetails()
5733 5733
   {
5734
-    return $this->creationDetails;
5734
+	return $this->creationDetails;
5735 5735
   }
5736 5736
   public function setDescription($description)
5737 5737
   {
5738
-    $this->description = $description;
5738
+	$this->description = $description;
5739 5739
   }
5740 5740
   public function getDescription()
5741 5741
   {
5742
-    return $this->description;
5742
+	return $this->description;
5743 5743
   }
5744 5744
   public function setInviterId($inviterId)
5745 5745
   {
5746
-    $this->inviterId = $inviterId;
5746
+	$this->inviterId = $inviterId;
5747 5747
   }
5748 5748
   public function getInviterId()
5749 5749
   {
5750
-    return $this->inviterId;
5750
+	return $this->inviterId;
5751 5751
   }
5752 5752
   public function setKind($kind)
5753 5753
   {
5754
-    $this->kind = $kind;
5754
+	$this->kind = $kind;
5755 5755
   }
5756 5756
   public function getKind()
5757 5757
   {
5758
-    return $this->kind;
5758
+	return $this->kind;
5759 5759
   }
5760 5760
   public function setLastUpdateDetails(Google_Service_Games_RoomModification $lastUpdateDetails)
5761 5761
   {
5762
-    $this->lastUpdateDetails = $lastUpdateDetails;
5762
+	$this->lastUpdateDetails = $lastUpdateDetails;
5763 5763
   }
5764 5764
   public function getLastUpdateDetails()
5765 5765
   {
5766
-    return $this->lastUpdateDetails;
5766
+	return $this->lastUpdateDetails;
5767 5767
   }
5768 5768
   public function setParticipants($participants)
5769 5769
   {
5770
-    $this->participants = $participants;
5770
+	$this->participants = $participants;
5771 5771
   }
5772 5772
   public function getParticipants()
5773 5773
   {
5774
-    return $this->participants;
5774
+	return $this->participants;
5775 5775
   }
5776 5776
   public function setRoomId($roomId)
5777 5777
   {
5778
-    $this->roomId = $roomId;
5778
+	$this->roomId = $roomId;
5779 5779
   }
5780 5780
   public function getRoomId()
5781 5781
   {
5782
-    return $this->roomId;
5782
+	return $this->roomId;
5783 5783
   }
5784 5784
   public function setRoomStatusVersion($roomStatusVersion)
5785 5785
   {
5786
-    $this->roomStatusVersion = $roomStatusVersion;
5786
+	$this->roomStatusVersion = $roomStatusVersion;
5787 5787
   }
5788 5788
   public function getRoomStatusVersion()
5789 5789
   {
5790
-    return $this->roomStatusVersion;
5790
+	return $this->roomStatusVersion;
5791 5791
   }
5792 5792
   public function setStatus($status)
5793 5793
   {
5794
-    $this->status = $status;
5794
+	$this->status = $status;
5795 5795
   }
5796 5796
   public function getStatus()
5797 5797
   {
5798
-    return $this->status;
5798
+	return $this->status;
5799 5799
   }
5800 5800
   public function setVariant($variant)
5801 5801
   {
5802
-    $this->variant = $variant;
5802
+	$this->variant = $variant;
5803 5803
   }
5804 5804
   public function getVariant()
5805 5805
   {
5806
-    return $this->variant;
5806
+	return $this->variant;
5807 5807
   }
5808 5808
 }
5809 5809
 
@@ -5817,19 +5817,19 @@  discard block
 block discarded – undo
5817 5817
 
5818 5818
   public function setKind($kind)
5819 5819
   {
5820
-    $this->kind = $kind;
5820
+	$this->kind = $kind;
5821 5821
   }
5822 5822
   public function getKind()
5823 5823
   {
5824
-    return $this->kind;
5824
+	return $this->kind;
5825 5825
   }
5826 5826
   public function setWaitEstimateSeconds($waitEstimateSeconds)
5827 5827
   {
5828
-    $this->waitEstimateSeconds = $waitEstimateSeconds;
5828
+	$this->waitEstimateSeconds = $waitEstimateSeconds;
5829 5829
   }
5830 5830
   public function getWaitEstimateSeconds()
5831 5831
   {
5832
-    return $this->waitEstimateSeconds;
5832
+	return $this->waitEstimateSeconds;
5833 5833
   }
5834 5834
 }
5835 5835
 
@@ -5845,35 +5845,35 @@  discard block
 block discarded – undo
5845 5845
 
5846 5846
   public function setExclusiveBitmask($exclusiveBitmask)
5847 5847
   {
5848
-    $this->exclusiveBitmask = $exclusiveBitmask;
5848
+	$this->exclusiveBitmask = $exclusiveBitmask;
5849 5849
   }
5850 5850
   public function getExclusiveBitmask()
5851 5851
   {
5852
-    return $this->exclusiveBitmask;
5852
+	return $this->exclusiveBitmask;
5853 5853
   }
5854 5854
   public function setKind($kind)
5855 5855
   {
5856
-    $this->kind = $kind;
5856
+	$this->kind = $kind;
5857 5857
   }
5858 5858
   public function getKind()
5859 5859
   {
5860
-    return $this->kind;
5860
+	return $this->kind;
5861 5861
   }
5862 5862
   public function setMaxAutoMatchingPlayers($maxAutoMatchingPlayers)
5863 5863
   {
5864
-    $this->maxAutoMatchingPlayers = $maxAutoMatchingPlayers;
5864
+	$this->maxAutoMatchingPlayers = $maxAutoMatchingPlayers;
5865 5865
   }
5866 5866
   public function getMaxAutoMatchingPlayers()
5867 5867
   {
5868
-    return $this->maxAutoMatchingPlayers;
5868
+	return $this->maxAutoMatchingPlayers;
5869 5869
   }
5870 5870
   public function setMinAutoMatchingPlayers($minAutoMatchingPlayers)
5871 5871
   {
5872
-    $this->minAutoMatchingPlayers = $minAutoMatchingPlayers;
5872
+	$this->minAutoMatchingPlayers = $minAutoMatchingPlayers;
5873 5873
   }
5874 5874
   public function getMinAutoMatchingPlayers()
5875 5875
   {
5876
-    return $this->minAutoMatchingPlayers;
5876
+	return $this->minAutoMatchingPlayers;
5877 5877
   }
5878 5878
 }
5879 5879
 
@@ -5887,19 +5887,19 @@  discard block
 block discarded – undo
5887 5887
 
5888 5888
   public function setKind($kind)
5889 5889
   {
5890
-    $this->kind = $kind;
5890
+	$this->kind = $kind;
5891 5891
   }
5892 5892
   public function getKind()
5893 5893
   {
5894
-    return $this->kind;
5894
+	return $this->kind;
5895 5895
   }
5896 5896
   public function setXmppAddress($xmppAddress)
5897 5897
   {
5898
-    $this->xmppAddress = $xmppAddress;
5898
+	$this->xmppAddress = $xmppAddress;
5899 5899
   }
5900 5900
   public function getXmppAddress()
5901 5901
   {
5902
-    return $this->xmppAddress;
5902
+	return $this->xmppAddress;
5903 5903
   }
5904 5904
 }
5905 5905
 
@@ -5923,67 +5923,67 @@  discard block
 block discarded – undo
5923 5923
 
5924 5924
   public function setAutoMatchingCriteria(Google_Service_Games_RoomAutoMatchingCriteria $autoMatchingCriteria)
5925 5925
   {
5926
-    $this->autoMatchingCriteria = $autoMatchingCriteria;
5926
+	$this->autoMatchingCriteria = $autoMatchingCriteria;
5927 5927
   }
5928 5928
   public function getAutoMatchingCriteria()
5929 5929
   {
5930
-    return $this->autoMatchingCriteria;
5930
+	return $this->autoMatchingCriteria;
5931 5931
   }
5932 5932
   public function setCapabilities($capabilities)
5933 5933
   {
5934
-    $this->capabilities = $capabilities;
5934
+	$this->capabilities = $capabilities;
5935 5935
   }
5936 5936
   public function getCapabilities()
5937 5937
   {
5938
-    return $this->capabilities;
5938
+	return $this->capabilities;
5939 5939
   }
5940 5940
   public function setClientAddress(Google_Service_Games_RoomClientAddress $clientAddress)
5941 5941
   {
5942
-    $this->clientAddress = $clientAddress;
5942
+	$this->clientAddress = $clientAddress;
5943 5943
   }
5944 5944
   public function getClientAddress()
5945 5945
   {
5946
-    return $this->clientAddress;
5946
+	return $this->clientAddress;
5947 5947
   }
5948 5948
   public function setInvitedPlayerIds($invitedPlayerIds)
5949 5949
   {
5950
-    $this->invitedPlayerIds = $invitedPlayerIds;
5950
+	$this->invitedPlayerIds = $invitedPlayerIds;
5951 5951
   }
5952 5952
   public function getInvitedPlayerIds()
5953 5953
   {
5954
-    return $this->invitedPlayerIds;
5954
+	return $this->invitedPlayerIds;
5955 5955
   }
5956 5956
   public function setKind($kind)
5957 5957
   {
5958
-    $this->kind = $kind;
5958
+	$this->kind = $kind;
5959 5959
   }
5960 5960
   public function getKind()
5961 5961
   {
5962
-    return $this->kind;
5962
+	return $this->kind;
5963 5963
   }
5964 5964
   public function setNetworkDiagnostics(Google_Service_Games_NetworkDiagnostics $networkDiagnostics)
5965 5965
   {
5966
-    $this->networkDiagnostics = $networkDiagnostics;
5966
+	$this->networkDiagnostics = $networkDiagnostics;
5967 5967
   }
5968 5968
   public function getNetworkDiagnostics()
5969 5969
   {
5970
-    return $this->networkDiagnostics;
5970
+	return $this->networkDiagnostics;
5971 5971
   }
5972 5972
   public function setRequestId($requestId)
5973 5973
   {
5974
-    $this->requestId = $requestId;
5974
+	$this->requestId = $requestId;
5975 5975
   }
5976 5976
   public function getRequestId()
5977 5977
   {
5978
-    return $this->requestId;
5978
+	return $this->requestId;
5979 5979
   }
5980 5980
   public function setVariant($variant)
5981 5981
   {
5982
-    $this->variant = $variant;
5982
+	$this->variant = $variant;
5983 5983
   }
5984 5984
   public function getVariant()
5985 5985
   {
5986
-    return $this->variant;
5986
+	return $this->variant;
5987 5987
   }
5988 5988
 }
5989 5989
 
@@ -6002,35 +6002,35 @@  discard block
 block discarded – undo
6002 6002
 
6003 6003
   public function setCapabilities($capabilities)
6004 6004
   {
6005
-    $this->capabilities = $capabilities;
6005
+	$this->capabilities = $capabilities;
6006 6006
   }
6007 6007
   public function getCapabilities()
6008 6008
   {
6009
-    return $this->capabilities;
6009
+	return $this->capabilities;
6010 6010
   }
6011 6011
   public function setClientAddress(Google_Service_Games_RoomClientAddress $clientAddress)
6012 6012
   {
6013
-    $this->clientAddress = $clientAddress;
6013
+	$this->clientAddress = $clientAddress;
6014 6014
   }
6015 6015
   public function getClientAddress()
6016 6016
   {
6017
-    return $this->clientAddress;
6017
+	return $this->clientAddress;
6018 6018
   }
6019 6019
   public function setKind($kind)
6020 6020
   {
6021
-    $this->kind = $kind;
6021
+	$this->kind = $kind;
6022 6022
   }
6023 6023
   public function getKind()
6024 6024
   {
6025
-    return $this->kind;
6025
+	return $this->kind;
6026 6026
   }
6027 6027
   public function setNetworkDiagnostics(Google_Service_Games_NetworkDiagnostics $networkDiagnostics)
6028 6028
   {
6029
-    $this->networkDiagnostics = $networkDiagnostics;
6029
+	$this->networkDiagnostics = $networkDiagnostics;
6030 6030
   }
6031 6031
   public function getNetworkDiagnostics()
6032 6032
   {
6033
-    return $this->networkDiagnostics;
6033
+	return $this->networkDiagnostics;
6034 6034
   }
6035 6035
 }
6036 6036
 
@@ -6052,67 +6052,67 @@  discard block
 block discarded – undo
6052 6052
 
6053 6053
   public function setAndroidNetworkSubtype($androidNetworkSubtype)
6054 6054
   {
6055
-    $this->androidNetworkSubtype = $androidNetworkSubtype;
6055
+	$this->androidNetworkSubtype = $androidNetworkSubtype;
6056 6056
   }
6057 6057
   public function getAndroidNetworkSubtype()
6058 6058
   {
6059
-    return $this->androidNetworkSubtype;
6059
+	return $this->androidNetworkSubtype;
6060 6060
   }
6061 6061
   public function setAndroidNetworkType($androidNetworkType)
6062 6062
   {
6063
-    $this->androidNetworkType = $androidNetworkType;
6063
+	$this->androidNetworkType = $androidNetworkType;
6064 6064
   }
6065 6065
   public function getAndroidNetworkType()
6066 6066
   {
6067
-    return $this->androidNetworkType;
6067
+	return $this->androidNetworkType;
6068 6068
   }
6069 6069
   public function setIosNetworkType($iosNetworkType)
6070 6070
   {
6071
-    $this->iosNetworkType = $iosNetworkType;
6071
+	$this->iosNetworkType = $iosNetworkType;
6072 6072
   }
6073 6073
   public function getIosNetworkType()
6074 6074
   {
6075
-    return $this->iosNetworkType;
6075
+	return $this->iosNetworkType;
6076 6076
   }
6077 6077
   public function setKind($kind)
6078 6078
   {
6079
-    $this->kind = $kind;
6079
+	$this->kind = $kind;
6080 6080
   }
6081 6081
   public function getKind()
6082 6082
   {
6083
-    return $this->kind;
6083
+	return $this->kind;
6084 6084
   }
6085 6085
   public function setNetworkOperatorCode($networkOperatorCode)
6086 6086
   {
6087
-    $this->networkOperatorCode = $networkOperatorCode;
6087
+	$this->networkOperatorCode = $networkOperatorCode;
6088 6088
   }
6089 6089
   public function getNetworkOperatorCode()
6090 6090
   {
6091
-    return $this->networkOperatorCode;
6091
+	return $this->networkOperatorCode;
6092 6092
   }
6093 6093
   public function setNetworkOperatorName($networkOperatorName)
6094 6094
   {
6095
-    $this->networkOperatorName = $networkOperatorName;
6095
+	$this->networkOperatorName = $networkOperatorName;
6096 6096
   }
6097 6097
   public function getNetworkOperatorName()
6098 6098
   {
6099
-    return $this->networkOperatorName;
6099
+	return $this->networkOperatorName;
6100 6100
   }
6101 6101
   public function setPeerSession($peerSession)
6102 6102
   {
6103
-    $this->peerSession = $peerSession;
6103
+	$this->peerSession = $peerSession;
6104 6104
   }
6105 6105
   public function getPeerSession()
6106 6106
   {
6107
-    return $this->peerSession;
6107
+	return $this->peerSession;
6108 6108
   }
6109 6109
   public function setSocketsUsed($socketsUsed)
6110 6110
   {
6111
-    $this->socketsUsed = $socketsUsed;
6111
+	$this->socketsUsed = $socketsUsed;
6112 6112
   }
6113 6113
   public function getSocketsUsed()
6114 6114
   {
6115
-    return $this->socketsUsed;
6115
+	return $this->socketsUsed;
6116 6116
   }
6117 6117
 }
6118 6118
 
@@ -6128,27 +6128,27 @@  discard block
 block discarded – undo
6128 6128
 
6129 6129
   public function setKind($kind)
6130 6130
   {
6131
-    $this->kind = $kind;
6131
+	$this->kind = $kind;
6132 6132
   }
6133 6133
   public function getKind()
6134 6134
   {
6135
-    return $this->kind;
6135
+	return $this->kind;
6136 6136
   }
6137 6137
   public function setLeaveDiagnostics(Google_Service_Games_RoomLeaveDiagnostics $leaveDiagnostics)
6138 6138
   {
6139
-    $this->leaveDiagnostics = $leaveDiagnostics;
6139
+	$this->leaveDiagnostics = $leaveDiagnostics;
6140 6140
   }
6141 6141
   public function getLeaveDiagnostics()
6142 6142
   {
6143
-    return $this->leaveDiagnostics;
6143
+	return $this->leaveDiagnostics;
6144 6144
   }
6145 6145
   public function setReason($reason)
6146 6146
   {
6147
-    $this->reason = $reason;
6147
+	$this->reason = $reason;
6148 6148
   }
6149 6149
   public function getReason()
6150 6150
   {
6151
-    return $this->reason;
6151
+	return $this->reason;
6152 6152
   }
6153 6153
 }
6154 6154
 
@@ -6165,27 +6165,27 @@  discard block
 block discarded – undo
6165 6165
 
6166 6166
   public function setItems($items)
6167 6167
   {
6168
-    $this->items = $items;
6168
+	$this->items = $items;
6169 6169
   }
6170 6170
   public function getItems()
6171 6171
   {
6172
-    return $this->items;
6172
+	return $this->items;
6173 6173
   }
6174 6174
   public function setKind($kind)
6175 6175
   {
6176
-    $this->kind = $kind;
6176
+	$this->kind = $kind;
6177 6177
   }
6178 6178
   public function getKind()
6179 6179
   {
6180
-    return $this->kind;
6180
+	return $this->kind;
6181 6181
   }
6182 6182
   public function setNextPageToken($nextPageToken)
6183 6183
   {
6184
-    $this->nextPageToken = $nextPageToken;
6184
+	$this->nextPageToken = $nextPageToken;
6185 6185
   }
6186 6186
   public function getNextPageToken()
6187 6187
   {
6188
-    return $this->nextPageToken;
6188
+	return $this->nextPageToken;
6189 6189
   }
6190 6190
 }
6191 6191
 
@@ -6200,34 +6200,34 @@  discard block
 block discarded – undo
6200 6200
 
6201 6201
   public function setKind($kind)
6202 6202
   {
6203
-    $this->kind = $kind;
6203
+	$this->kind = $kind;
6204 6204
   }
6205 6205
   public function getKind()
6206 6206
   {
6207
-    return $this->kind;
6207
+	return $this->kind;
6208 6208
   }
6209 6209
   public function setModifiedTimestampMillis($modifiedTimestampMillis)
6210 6210
   {
6211
-    $this->modifiedTimestampMillis = $modifiedTimestampMillis;
6211
+	$this->modifiedTimestampMillis = $modifiedTimestampMillis;
6212 6212
   }
6213 6213
   public function getModifiedTimestampMillis()
6214 6214
   {
6215
-    return $this->modifiedTimestampMillis;
6215
+	return $this->modifiedTimestampMillis;
6216 6216
   }
6217 6217
   public function setParticipantId($participantId)
6218 6218
   {
6219
-    $this->participantId = $participantId;
6219
+	$this->participantId = $participantId;
6220 6220
   }
6221 6221
   public function getParticipantId()
6222 6222
   {
6223
-    return $this->participantId;
6223
+	return $this->participantId;
6224 6224
   }
6225 6225
 }
6226 6226
 
6227 6227
 class Google_Service_Games_RoomP2PStatus extends Google_Model
6228 6228
 {
6229 6229
   protected $internal_gapi_mappings = array(
6230
-        "errorReason" => "error_reason",
6230
+		"errorReason" => "error_reason",
6231 6231
   );
6232 6232
   public $connectionSetupLatencyMillis;
6233 6233
   public $error;
@@ -6240,59 +6240,59 @@  discard block
 block discarded – undo
6240 6240
 
6241 6241
   public function setConnectionSetupLatencyMillis($connectionSetupLatencyMillis)
6242 6242
   {
6243
-    $this->connectionSetupLatencyMillis = $connectionSetupLatencyMillis;
6243
+	$this->connectionSetupLatencyMillis = $connectionSetupLatencyMillis;
6244 6244
   }
6245 6245
   public function getConnectionSetupLatencyMillis()
6246 6246
   {
6247
-    return $this->connectionSetupLatencyMillis;
6247
+	return $this->connectionSetupLatencyMillis;
6248 6248
   }
6249 6249
   public function setError($error)
6250 6250
   {
6251
-    $this->error = $error;
6251
+	$this->error = $error;
6252 6252
   }
6253 6253
   public function getError()
6254 6254
   {
6255
-    return $this->error;
6255
+	return $this->error;
6256 6256
   }
6257 6257
   public function setErrorReason($errorReason)
6258 6258
   {
6259
-    $this->errorReason = $errorReason;
6259
+	$this->errorReason = $errorReason;
6260 6260
   }
6261 6261
   public function getErrorReason()
6262 6262
   {
6263
-    return $this->errorReason;
6263
+	return $this->errorReason;
6264 6264
   }
6265 6265
   public function setKind($kind)
6266 6266
   {
6267
-    $this->kind = $kind;
6267
+	$this->kind = $kind;
6268 6268
   }
6269 6269
   public function getKind()
6270 6270
   {
6271
-    return $this->kind;
6271
+	return $this->kind;
6272 6272
   }
6273 6273
   public function setParticipantId($participantId)
6274 6274
   {
6275
-    $this->participantId = $participantId;
6275
+	$this->participantId = $participantId;
6276 6276
   }
6277 6277
   public function getParticipantId()
6278 6278
   {
6279
-    return $this->participantId;
6279
+	return $this->participantId;
6280 6280
   }
6281 6281
   public function setStatus($status)
6282 6282
   {
6283
-    $this->status = $status;
6283
+	$this->status = $status;
6284 6284
   }
6285 6285
   public function getStatus()
6286 6286
   {
6287
-    return $this->status;
6287
+	return $this->status;
6288 6288
   }
6289 6289
   public function setUnreliableRoundtripLatencyMillis($unreliableRoundtripLatencyMillis)
6290 6290
   {
6291
-    $this->unreliableRoundtripLatencyMillis = $unreliableRoundtripLatencyMillis;
6291
+	$this->unreliableRoundtripLatencyMillis = $unreliableRoundtripLatencyMillis;
6292 6292
   }
6293 6293
   public function getUnreliableRoundtripLatencyMillis()
6294 6294
   {
6295
-    return $this->unreliableRoundtripLatencyMillis;
6295
+	return $this->unreliableRoundtripLatencyMillis;
6296 6296
   }
6297 6297
 }
6298 6298
 
@@ -6308,19 +6308,19 @@  discard block
 block discarded – undo
6308 6308
 
6309 6309
   public function setKind($kind)
6310 6310
   {
6311
-    $this->kind = $kind;
6311
+	$this->kind = $kind;
6312 6312
   }
6313 6313
   public function getKind()
6314 6314
   {
6315
-    return $this->kind;
6315
+	return $this->kind;
6316 6316
   }
6317 6317
   public function setUpdates($updates)
6318 6318
   {
6319
-    $this->updates = $updates;
6319
+	$this->updates = $updates;
6320 6320
   }
6321 6321
   public function getUpdates()
6322 6322
   {
6323
-    return $this->updates;
6323
+	return $this->updates;
6324 6324
   }
6325 6325
 }
6326 6326
 
@@ -6346,83 +6346,83 @@  discard block
 block discarded – undo
6346 6346
 
6347 6347
   public function setAutoMatched($autoMatched)
6348 6348
   {
6349
-    $this->autoMatched = $autoMatched;
6349
+	$this->autoMatched = $autoMatched;
6350 6350
   }
6351 6351
   public function getAutoMatched()
6352 6352
   {
6353
-    return $this->autoMatched;
6353
+	return $this->autoMatched;
6354 6354
   }
6355 6355
   public function setAutoMatchedPlayer(Google_Service_Games_AnonymousPlayer $autoMatchedPlayer)
6356 6356
   {
6357
-    $this->autoMatchedPlayer = $autoMatchedPlayer;
6357
+	$this->autoMatchedPlayer = $autoMatchedPlayer;
6358 6358
   }
6359 6359
   public function getAutoMatchedPlayer()
6360 6360
   {
6361
-    return $this->autoMatchedPlayer;
6361
+	return $this->autoMatchedPlayer;
6362 6362
   }
6363 6363
   public function setCapabilities($capabilities)
6364 6364
   {
6365
-    $this->capabilities = $capabilities;
6365
+	$this->capabilities = $capabilities;
6366 6366
   }
6367 6367
   public function getCapabilities()
6368 6368
   {
6369
-    return $this->capabilities;
6369
+	return $this->capabilities;
6370 6370
   }
6371 6371
   public function setClientAddress(Google_Service_Games_RoomClientAddress $clientAddress)
6372 6372
   {
6373
-    $this->clientAddress = $clientAddress;
6373
+	$this->clientAddress = $clientAddress;
6374 6374
   }
6375 6375
   public function getClientAddress()
6376 6376
   {
6377
-    return $this->clientAddress;
6377
+	return $this->clientAddress;
6378 6378
   }
6379 6379
   public function setConnected($connected)
6380 6380
   {
6381
-    $this->connected = $connected;
6381
+	$this->connected = $connected;
6382 6382
   }
6383 6383
   public function getConnected()
6384 6384
   {
6385
-    return $this->connected;
6385
+	return $this->connected;
6386 6386
   }
6387 6387
   public function setId($id)
6388 6388
   {
6389
-    $this->id = $id;
6389
+	$this->id = $id;
6390 6390
   }
6391 6391
   public function getId()
6392 6392
   {
6393
-    return $this->id;
6393
+	return $this->id;
6394 6394
   }
6395 6395
   public function setKind($kind)
6396 6396
   {
6397
-    $this->kind = $kind;
6397
+	$this->kind = $kind;
6398 6398
   }
6399 6399
   public function getKind()
6400 6400
   {
6401
-    return $this->kind;
6401
+	return $this->kind;
6402 6402
   }
6403 6403
   public function setLeaveReason($leaveReason)
6404 6404
   {
6405
-    $this->leaveReason = $leaveReason;
6405
+	$this->leaveReason = $leaveReason;
6406 6406
   }
6407 6407
   public function getLeaveReason()
6408 6408
   {
6409
-    return $this->leaveReason;
6409
+	return $this->leaveReason;
6410 6410
   }
6411 6411
   public function setPlayer(Google_Service_Games_Player $player)
6412 6412
   {
6413
-    $this->player = $player;
6413
+	$this->player = $player;
6414 6414
   }
6415 6415
   public function getPlayer()
6416 6416
   {
6417
-    return $this->player;
6417
+	return $this->player;
6418 6418
   }
6419 6419
   public function setStatus($status)
6420 6420
   {
6421
-    $this->status = $status;
6421
+	$this->status = $status;
6422 6422
   }
6423 6423
   public function getStatus()
6424 6424
   {
6425
-    return $this->status;
6425
+	return $this->status;
6426 6426
   }
6427 6427
 }
6428 6428
 
@@ -6443,51 +6443,51 @@  discard block
 block discarded – undo
6443 6443
 
6444 6444
   public function setAutoMatchingStatus(Google_Service_Games_RoomAutoMatchStatus $autoMatchingStatus)
6445 6445
   {
6446
-    $this->autoMatchingStatus = $autoMatchingStatus;
6446
+	$this->autoMatchingStatus = $autoMatchingStatus;
6447 6447
   }
6448 6448
   public function getAutoMatchingStatus()
6449 6449
   {
6450
-    return $this->autoMatchingStatus;
6450
+	return $this->autoMatchingStatus;
6451 6451
   }
6452 6452
   public function setKind($kind)
6453 6453
   {
6454
-    $this->kind = $kind;
6454
+	$this->kind = $kind;
6455 6455
   }
6456 6456
   public function getKind()
6457 6457
   {
6458
-    return $this->kind;
6458
+	return $this->kind;
6459 6459
   }
6460 6460
   public function setParticipants($participants)
6461 6461
   {
6462
-    $this->participants = $participants;
6462
+	$this->participants = $participants;
6463 6463
   }
6464 6464
   public function getParticipants()
6465 6465
   {
6466
-    return $this->participants;
6466
+	return $this->participants;
6467 6467
   }
6468 6468
   public function setRoomId($roomId)
6469 6469
   {
6470
-    $this->roomId = $roomId;
6470
+	$this->roomId = $roomId;
6471 6471
   }
6472 6472
   public function getRoomId()
6473 6473
   {
6474
-    return $this->roomId;
6474
+	return $this->roomId;
6475 6475
   }
6476 6476
   public function setStatus($status)
6477 6477
   {
6478
-    $this->status = $status;
6478
+	$this->status = $status;
6479 6479
   }
6480 6480
   public function getStatus()
6481 6481
   {
6482
-    return $this->status;
6482
+	return $this->status;
6483 6483
   }
6484 6484
   public function setStatusVersion($statusVersion)
6485 6485
   {
6486
-    $this->statusVersion = $statusVersion;
6486
+	$this->statusVersion = $statusVersion;
6487 6487
   }
6488 6488
   public function getStatusVersion()
6489 6489
   {
6490
-    return $this->statusVersion;
6490
+	return $this->statusVersion;
6491 6491
   }
6492 6492
 }
6493 6493
 
@@ -6504,43 +6504,43 @@  discard block
 block discarded – undo
6504 6504
 
6505 6505
   public function setKind($kind)
6506 6506
   {
6507
-    $this->kind = $kind;
6507
+	$this->kind = $kind;
6508 6508
   }
6509 6509
   public function getKind()
6510 6510
   {
6511
-    return $this->kind;
6511
+	return $this->kind;
6512 6512
   }
6513 6513
   public function setLeaderboardId($leaderboardId)
6514 6514
   {
6515
-    $this->leaderboardId = $leaderboardId;
6515
+	$this->leaderboardId = $leaderboardId;
6516 6516
   }
6517 6517
   public function getLeaderboardId()
6518 6518
   {
6519
-    return $this->leaderboardId;
6519
+	return $this->leaderboardId;
6520 6520
   }
6521 6521
   public function setScore($score)
6522 6522
   {
6523
-    $this->score = $score;
6523
+	$this->score = $score;
6524 6524
   }
6525 6525
   public function getScore()
6526 6526
   {
6527
-    return $this->score;
6527
+	return $this->score;
6528 6528
   }
6529 6529
   public function setScoreTag($scoreTag)
6530 6530
   {
6531
-    $this->scoreTag = $scoreTag;
6531
+	$this->scoreTag = $scoreTag;
6532 6532
   }
6533 6533
   public function getScoreTag()
6534 6534
   {
6535
-    return $this->scoreTag;
6535
+	return $this->scoreTag;
6536 6536
   }
6537 6537
   public function setSignature($signature)
6538 6538
   {
6539
-    $this->signature = $signature;
6539
+	$this->signature = $signature;
6540 6540
   }
6541 6541
   public function getSignature()
6542 6542
   {
6543
-    return $this->signature;
6543
+	return $this->signature;
6544 6544
   }
6545 6545
 }
6546 6546
 
@@ -6564,98 +6564,98 @@  discard block
 block discarded – undo
6564 6564
 
6565 6565
   public function setCoverImage(Google_Service_Games_SnapshotImage $coverImage)
6566 6566
   {
6567
-    $this->coverImage = $coverImage;
6567
+	$this->coverImage = $coverImage;
6568 6568
   }
6569 6569
   public function getCoverImage()
6570 6570
   {
6571
-    return $this->coverImage;
6571
+	return $this->coverImage;
6572 6572
   }
6573 6573
   public function setDescription($description)
6574 6574
   {
6575
-    $this->description = $description;
6575
+	$this->description = $description;
6576 6576
   }
6577 6577
   public function getDescription()
6578 6578
   {
6579
-    return $this->description;
6579
+	return $this->description;
6580 6580
   }
6581 6581
   public function setDriveId($driveId)
6582 6582
   {
6583
-    $this->driveId = $driveId;
6583
+	$this->driveId = $driveId;
6584 6584
   }
6585 6585
   public function getDriveId()
6586 6586
   {
6587
-    return $this->driveId;
6587
+	return $this->driveId;
6588 6588
   }
6589 6589
   public function setDurationMillis($durationMillis)
6590 6590
   {
6591
-    $this->durationMillis = $durationMillis;
6591
+	$this->durationMillis = $durationMillis;
6592 6592
   }
6593 6593
   public function getDurationMillis()
6594 6594
   {
6595
-    return $this->durationMillis;
6595
+	return $this->durationMillis;
6596 6596
   }
6597 6597
   public function setId($id)
6598 6598
   {
6599
-    $this->id = $id;
6599
+	$this->id = $id;
6600 6600
   }
6601 6601
   public function getId()
6602 6602
   {
6603
-    return $this->id;
6603
+	return $this->id;
6604 6604
   }
6605 6605
   public function setKind($kind)
6606 6606
   {
6607
-    $this->kind = $kind;
6607
+	$this->kind = $kind;
6608 6608
   }
6609 6609
   public function getKind()
6610 6610
   {
6611
-    return $this->kind;
6611
+	return $this->kind;
6612 6612
   }
6613 6613
   public function setLastModifiedMillis($lastModifiedMillis)
6614 6614
   {
6615
-    $this->lastModifiedMillis = $lastModifiedMillis;
6615
+	$this->lastModifiedMillis = $lastModifiedMillis;
6616 6616
   }
6617 6617
   public function getLastModifiedMillis()
6618 6618
   {
6619
-    return $this->lastModifiedMillis;
6619
+	return $this->lastModifiedMillis;
6620 6620
   }
6621 6621
   public function setProgressValue($progressValue)
6622 6622
   {
6623
-    $this->progressValue = $progressValue;
6623
+	$this->progressValue = $progressValue;
6624 6624
   }
6625 6625
   public function getProgressValue()
6626 6626
   {
6627
-    return $this->progressValue;
6627
+	return $this->progressValue;
6628 6628
   }
6629 6629
   public function setTitle($title)
6630 6630
   {
6631
-    $this->title = $title;
6631
+	$this->title = $title;
6632 6632
   }
6633 6633
   public function getTitle()
6634 6634
   {
6635
-    return $this->title;
6635
+	return $this->title;
6636 6636
   }
6637 6637
   public function setType($type)
6638 6638
   {
6639
-    $this->type = $type;
6639
+	$this->type = $type;
6640 6640
   }
6641 6641
   public function getType()
6642 6642
   {
6643
-    return $this->type;
6643
+	return $this->type;
6644 6644
   }
6645 6645
   public function setUniqueName($uniqueName)
6646 6646
   {
6647
-    $this->uniqueName = $uniqueName;
6647
+	$this->uniqueName = $uniqueName;
6648 6648
   }
6649 6649
   public function getUniqueName()
6650 6650
   {
6651
-    return $this->uniqueName;
6651
+	return $this->uniqueName;
6652 6652
   }
6653 6653
 }
6654 6654
 
6655 6655
 class Google_Service_Games_SnapshotImage extends Google_Model
6656 6656
 {
6657 6657
   protected $internal_gapi_mappings = array(
6658
-        "mimeType" => "mime_type",
6658
+		"mimeType" => "mime_type",
6659 6659
   );
6660 6660
   public $height;
6661 6661
   public $kind;
@@ -6666,43 +6666,43 @@  discard block
 block discarded – undo
6666 6666
 
6667 6667
   public function setHeight($height)
6668 6668
   {
6669
-    $this->height = $height;
6669
+	$this->height = $height;
6670 6670
   }
6671 6671
   public function getHeight()
6672 6672
   {
6673
-    return $this->height;
6673
+	return $this->height;
6674 6674
   }
6675 6675
   public function setKind($kind)
6676 6676
   {
6677
-    $this->kind = $kind;
6677
+	$this->kind = $kind;
6678 6678
   }
6679 6679
   public function getKind()
6680 6680
   {
6681
-    return $this->kind;
6681
+	return $this->kind;
6682 6682
   }
6683 6683
   public function setMimeType($mimeType)
6684 6684
   {
6685
-    $this->mimeType = $mimeType;
6685
+	$this->mimeType = $mimeType;
6686 6686
   }
6687 6687
   public function getMimeType()
6688 6688
   {
6689
-    return $this->mimeType;
6689
+	return $this->mimeType;
6690 6690
   }
6691 6691
   public function setUrl($url)
6692 6692
   {
6693
-    $this->url = $url;
6693
+	$this->url = $url;
6694 6694
   }
6695 6695
   public function getUrl()
6696 6696
   {
6697
-    return $this->url;
6697
+	return $this->url;
6698 6698
   }
6699 6699
   public function setWidth($width)
6700 6700
   {
6701
-    $this->width = $width;
6701
+	$this->width = $width;
6702 6702
   }
6703 6703
   public function getWidth()
6704 6704
   {
6705
-    return $this->width;
6705
+	return $this->width;
6706 6706
   }
6707 6707
 }
6708 6708
 
@@ -6719,27 +6719,27 @@  discard block
 block discarded – undo
6719 6719
 
6720 6720
   public function setItems($items)
6721 6721
   {
6722
-    $this->items = $items;
6722
+	$this->items = $items;
6723 6723
   }
6724 6724
   public function getItems()
6725 6725
   {
6726
-    return $this->items;
6726
+	return $this->items;
6727 6727
   }
6728 6728
   public function setKind($kind)
6729 6729
   {
6730
-    $this->kind = $kind;
6730
+	$this->kind = $kind;
6731 6731
   }
6732 6732
   public function getKind()
6733 6733
   {
6734
-    return $this->kind;
6734
+	return $this->kind;
6735 6735
   }
6736 6736
   public function setNextPageToken($nextPageToken)
6737 6737
   {
6738
-    $this->nextPageToken = $nextPageToken;
6738
+	$this->nextPageToken = $nextPageToken;
6739 6739
   }
6740 6740
   public function getNextPageToken()
6741 6741
   {
6742
-    return $this->nextPageToken;
6742
+	return $this->nextPageToken;
6743 6743
   }
6744 6744
 }
6745 6745
 
@@ -6755,35 +6755,35 @@  discard block
 block discarded – undo
6755 6755
 
6756 6756
   public function setExclusiveBitmask($exclusiveBitmask)
6757 6757
   {
6758
-    $this->exclusiveBitmask = $exclusiveBitmask;
6758
+	$this->exclusiveBitmask = $exclusiveBitmask;
6759 6759
   }
6760 6760
   public function getExclusiveBitmask()
6761 6761
   {
6762
-    return $this->exclusiveBitmask;
6762
+	return $this->exclusiveBitmask;
6763 6763
   }
6764 6764
   public function setKind($kind)
6765 6765
   {
6766
-    $this->kind = $kind;
6766
+	$this->kind = $kind;
6767 6767
   }
6768 6768
   public function getKind()
6769 6769
   {
6770
-    return $this->kind;
6770
+	return $this->kind;
6771 6771
   }
6772 6772
   public function setMaxAutoMatchingPlayers($maxAutoMatchingPlayers)
6773 6773
   {
6774
-    $this->maxAutoMatchingPlayers = $maxAutoMatchingPlayers;
6774
+	$this->maxAutoMatchingPlayers = $maxAutoMatchingPlayers;
6775 6775
   }
6776 6776
   public function getMaxAutoMatchingPlayers()
6777 6777
   {
6778
-    return $this->maxAutoMatchingPlayers;
6778
+	return $this->maxAutoMatchingPlayers;
6779 6779
   }
6780 6780
   public function setMinAutoMatchingPlayers($minAutoMatchingPlayers)
6781 6781
   {
6782
-    $this->minAutoMatchingPlayers = $minAutoMatchingPlayers;
6782
+	$this->minAutoMatchingPlayers = $minAutoMatchingPlayers;
6783 6783
   }
6784 6784
   public function getMinAutoMatchingPlayers()
6785 6785
   {
6786
-    return $this->minAutoMatchingPlayers;
6786
+	return $this->minAutoMatchingPlayers;
6787 6787
   }
6788 6788
 }
6789 6789
 
@@ -6823,163 +6823,163 @@  discard block
 block discarded – undo
6823 6823
 
6824 6824
   public function setApplicationId($applicationId)
6825 6825
   {
6826
-    $this->applicationId = $applicationId;
6826
+	$this->applicationId = $applicationId;
6827 6827
   }
6828 6828
   public function getApplicationId()
6829 6829
   {
6830
-    return $this->applicationId;
6830
+	return $this->applicationId;
6831 6831
   }
6832 6832
   public function setAutoMatchingCriteria(Google_Service_Games_TurnBasedAutoMatchingCriteria $autoMatchingCriteria)
6833 6833
   {
6834
-    $this->autoMatchingCriteria = $autoMatchingCriteria;
6834
+	$this->autoMatchingCriteria = $autoMatchingCriteria;
6835 6835
   }
6836 6836
   public function getAutoMatchingCriteria()
6837 6837
   {
6838
-    return $this->autoMatchingCriteria;
6838
+	return $this->autoMatchingCriteria;
6839 6839
   }
6840 6840
   public function setCreationDetails(Google_Service_Games_TurnBasedMatchModification $creationDetails)
6841 6841
   {
6842
-    $this->creationDetails = $creationDetails;
6842
+	$this->creationDetails = $creationDetails;
6843 6843
   }
6844 6844
   public function getCreationDetails()
6845 6845
   {
6846
-    return $this->creationDetails;
6846
+	return $this->creationDetails;
6847 6847
   }
6848 6848
   public function setData(Google_Service_Games_TurnBasedMatchData $data)
6849 6849
   {
6850
-    $this->data = $data;
6850
+	$this->data = $data;
6851 6851
   }
6852 6852
   public function getData()
6853 6853
   {
6854
-    return $this->data;
6854
+	return $this->data;
6855 6855
   }
6856 6856
   public function setDescription($description)
6857 6857
   {
6858
-    $this->description = $description;
6858
+	$this->description = $description;
6859 6859
   }
6860 6860
   public function getDescription()
6861 6861
   {
6862
-    return $this->description;
6862
+	return $this->description;
6863 6863
   }
6864 6864
   public function setInviterId($inviterId)
6865 6865
   {
6866
-    $this->inviterId = $inviterId;
6866
+	$this->inviterId = $inviterId;
6867 6867
   }
6868 6868
   public function getInviterId()
6869 6869
   {
6870
-    return $this->inviterId;
6870
+	return $this->inviterId;
6871 6871
   }
6872 6872
   public function setKind($kind)
6873 6873
   {
6874
-    $this->kind = $kind;
6874
+	$this->kind = $kind;
6875 6875
   }
6876 6876
   public function getKind()
6877 6877
   {
6878
-    return $this->kind;
6878
+	return $this->kind;
6879 6879
   }
6880 6880
   public function setLastUpdateDetails(Google_Service_Games_TurnBasedMatchModification $lastUpdateDetails)
6881 6881
   {
6882
-    $this->lastUpdateDetails = $lastUpdateDetails;
6882
+	$this->lastUpdateDetails = $lastUpdateDetails;
6883 6883
   }
6884 6884
   public function getLastUpdateDetails()
6885 6885
   {
6886
-    return $this->lastUpdateDetails;
6886
+	return $this->lastUpdateDetails;
6887 6887
   }
6888 6888
   public function setMatchId($matchId)
6889 6889
   {
6890
-    $this->matchId = $matchId;
6890
+	$this->matchId = $matchId;
6891 6891
   }
6892 6892
   public function getMatchId()
6893 6893
   {
6894
-    return $this->matchId;
6894
+	return $this->matchId;
6895 6895
   }
6896 6896
   public function setMatchNumber($matchNumber)
6897 6897
   {
6898
-    $this->matchNumber = $matchNumber;
6898
+	$this->matchNumber = $matchNumber;
6899 6899
   }
6900 6900
   public function getMatchNumber()
6901 6901
   {
6902
-    return $this->matchNumber;
6902
+	return $this->matchNumber;
6903 6903
   }
6904 6904
   public function setMatchVersion($matchVersion)
6905 6905
   {
6906
-    $this->matchVersion = $matchVersion;
6906
+	$this->matchVersion = $matchVersion;
6907 6907
   }
6908 6908
   public function getMatchVersion()
6909 6909
   {
6910
-    return $this->matchVersion;
6910
+	return $this->matchVersion;
6911 6911
   }
6912 6912
   public function setParticipants($participants)
6913 6913
   {
6914
-    $this->participants = $participants;
6914
+	$this->participants = $participants;
6915 6915
   }
6916 6916
   public function getParticipants()
6917 6917
   {
6918
-    return $this->participants;
6918
+	return $this->participants;
6919 6919
   }
6920 6920
   public function setPendingParticipantId($pendingParticipantId)
6921 6921
   {
6922
-    $this->pendingParticipantId = $pendingParticipantId;
6922
+	$this->pendingParticipantId = $pendingParticipantId;
6923 6923
   }
6924 6924
   public function getPendingParticipantId()
6925 6925
   {
6926
-    return $this->pendingParticipantId;
6926
+	return $this->pendingParticipantId;
6927 6927
   }
6928 6928
   public function setPreviousMatchData(Google_Service_Games_TurnBasedMatchData $previousMatchData)
6929 6929
   {
6930
-    $this->previousMatchData = $previousMatchData;
6930
+	$this->previousMatchData = $previousMatchData;
6931 6931
   }
6932 6932
   public function getPreviousMatchData()
6933 6933
   {
6934
-    return $this->previousMatchData;
6934
+	return $this->previousMatchData;
6935 6935
   }
6936 6936
   public function setRematchId($rematchId)
6937 6937
   {
6938
-    $this->rematchId = $rematchId;
6938
+	$this->rematchId = $rematchId;
6939 6939
   }
6940 6940
   public function getRematchId()
6941 6941
   {
6942
-    return $this->rematchId;
6942
+	return $this->rematchId;
6943 6943
   }
6944 6944
   public function setResults($results)
6945 6945
   {
6946
-    $this->results = $results;
6946
+	$this->results = $results;
6947 6947
   }
6948 6948
   public function getResults()
6949 6949
   {
6950
-    return $this->results;
6950
+	return $this->results;
6951 6951
   }
6952 6952
   public function setStatus($status)
6953 6953
   {
6954
-    $this->status = $status;
6954
+	$this->status = $status;
6955 6955
   }
6956 6956
   public function getStatus()
6957 6957
   {
6958
-    return $this->status;
6958
+	return $this->status;
6959 6959
   }
6960 6960
   public function setUserMatchStatus($userMatchStatus)
6961 6961
   {
6962
-    $this->userMatchStatus = $userMatchStatus;
6962
+	$this->userMatchStatus = $userMatchStatus;
6963 6963
   }
6964 6964
   public function getUserMatchStatus()
6965 6965
   {
6966
-    return $this->userMatchStatus;
6966
+	return $this->userMatchStatus;
6967 6967
   }
6968 6968
   public function setVariant($variant)
6969 6969
   {
6970
-    $this->variant = $variant;
6970
+	$this->variant = $variant;
6971 6971
   }
6972 6972
   public function getVariant()
6973 6973
   {
6974
-    return $this->variant;
6974
+	return $this->variant;
6975 6975
   }
6976 6976
   public function setWithParticipantId($withParticipantId)
6977 6977
   {
6978
-    $this->withParticipantId = $withParticipantId;
6978
+	$this->withParticipantId = $withParticipantId;
6979 6979
   }
6980 6980
   public function getWithParticipantId()
6981 6981
   {
6982
-    return $this->withParticipantId;
6982
+	return $this->withParticipantId;
6983 6983
   }
6984 6984
 }
6985 6985
 
@@ -6998,43 +6998,43 @@  discard block
 block discarded – undo
6998 6998
 
6999 6999
   public function setAutoMatchingCriteria(Google_Service_Games_TurnBasedAutoMatchingCriteria $autoMatchingCriteria)
7000 7000
   {
7001
-    $this->autoMatchingCriteria = $autoMatchingCriteria;
7001
+	$this->autoMatchingCriteria = $autoMatchingCriteria;
7002 7002
   }
7003 7003
   public function getAutoMatchingCriteria()
7004 7004
   {
7005
-    return $this->autoMatchingCriteria;
7005
+	return $this->autoMatchingCriteria;
7006 7006
   }
7007 7007
   public function setInvitedPlayerIds($invitedPlayerIds)
7008 7008
   {
7009
-    $this->invitedPlayerIds = $invitedPlayerIds;
7009
+	$this->invitedPlayerIds = $invitedPlayerIds;
7010 7010
   }
7011 7011
   public function getInvitedPlayerIds()
7012 7012
   {
7013
-    return $this->invitedPlayerIds;
7013
+	return $this->invitedPlayerIds;
7014 7014
   }
7015 7015
   public function setKind($kind)
7016 7016
   {
7017
-    $this->kind = $kind;
7017
+	$this->kind = $kind;
7018 7018
   }
7019 7019
   public function getKind()
7020 7020
   {
7021
-    return $this->kind;
7021
+	return $this->kind;
7022 7022
   }
7023 7023
   public function setRequestId($requestId)
7024 7024
   {
7025
-    $this->requestId = $requestId;
7025
+	$this->requestId = $requestId;
7026 7026
   }
7027 7027
   public function getRequestId()
7028 7028
   {
7029
-    return $this->requestId;
7029
+	return $this->requestId;
7030 7030
   }
7031 7031
   public function setVariant($variant)
7032 7032
   {
7033
-    $this->variant = $variant;
7033
+	$this->variant = $variant;
7034 7034
   }
7035 7035
   public function getVariant()
7036 7036
   {
7037
-    return $this->variant;
7037
+	return $this->variant;
7038 7038
   }
7039 7039
 }
7040 7040
 
@@ -7049,27 +7049,27 @@  discard block
 block discarded – undo
7049 7049
 
7050 7050
   public function setData($data)
7051 7051
   {
7052
-    $this->data = $data;
7052
+	$this->data = $data;
7053 7053
   }
7054 7054
   public function getData()
7055 7055
   {
7056
-    return $this->data;
7056
+	return $this->data;
7057 7057
   }
7058 7058
   public function setDataAvailable($dataAvailable)
7059 7059
   {
7060
-    $this->dataAvailable = $dataAvailable;
7060
+	$this->dataAvailable = $dataAvailable;
7061 7061
   }
7062 7062
   public function getDataAvailable()
7063 7063
   {
7064
-    return $this->dataAvailable;
7064
+	return $this->dataAvailable;
7065 7065
   }
7066 7066
   public function setKind($kind)
7067 7067
   {
7068
-    $this->kind = $kind;
7068
+	$this->kind = $kind;
7069 7069
   }
7070 7070
   public function getKind()
7071 7071
   {
7072
-    return $this->kind;
7072
+	return $this->kind;
7073 7073
   }
7074 7074
 }
7075 7075
 
@@ -7083,19 +7083,19 @@  discard block
 block discarded – undo
7083 7083
 
7084 7084
   public function setData($data)
7085 7085
   {
7086
-    $this->data = $data;
7086
+	$this->data = $data;
7087 7087
   }
7088 7088
   public function getData()
7089 7089
   {
7090
-    return $this->data;
7090
+	return $this->data;
7091 7091
   }
7092 7092
   public function setKind($kind)
7093 7093
   {
7094
-    $this->kind = $kind;
7094
+	$this->kind = $kind;
7095 7095
   }
7096 7096
   public function getKind()
7097 7097
   {
7098
-    return $this->kind;
7098
+	return $this->kind;
7099 7099
   }
7100 7100
 }
7101 7101
 
@@ -7112,27 +7112,27 @@  discard block
 block discarded – undo
7112 7112
 
7113 7113
   public function setItems($items)
7114 7114
   {
7115
-    $this->items = $items;
7115
+	$this->items = $items;
7116 7116
   }
7117 7117
   public function getItems()
7118 7118
   {
7119
-    return $this->items;
7119
+	return $this->items;
7120 7120
   }
7121 7121
   public function setKind($kind)
7122 7122
   {
7123
-    $this->kind = $kind;
7123
+	$this->kind = $kind;
7124 7124
   }
7125 7125
   public function getKind()
7126 7126
   {
7127
-    return $this->kind;
7127
+	return $this->kind;
7128 7128
   }
7129 7129
   public function setNextPageToken($nextPageToken)
7130 7130
   {
7131
-    $this->nextPageToken = $nextPageToken;
7131
+	$this->nextPageToken = $nextPageToken;
7132 7132
   }
7133 7133
   public function getNextPageToken()
7134 7134
   {
7135
-    return $this->nextPageToken;
7135
+	return $this->nextPageToken;
7136 7136
   }
7137 7137
 }
7138 7138
 
@@ -7147,27 +7147,27 @@  discard block
 block discarded – undo
7147 7147
 
7148 7148
   public function setKind($kind)
7149 7149
   {
7150
-    $this->kind = $kind;
7150
+	$this->kind = $kind;
7151 7151
   }
7152 7152
   public function getKind()
7153 7153
   {
7154
-    return $this->kind;
7154
+	return $this->kind;
7155 7155
   }
7156 7156
   public function setModifiedTimestampMillis($modifiedTimestampMillis)
7157 7157
   {
7158
-    $this->modifiedTimestampMillis = $modifiedTimestampMillis;
7158
+	$this->modifiedTimestampMillis = $modifiedTimestampMillis;
7159 7159
   }
7160 7160
   public function getModifiedTimestampMillis()
7161 7161
   {
7162
-    return $this->modifiedTimestampMillis;
7162
+	return $this->modifiedTimestampMillis;
7163 7163
   }
7164 7164
   public function setParticipantId($participantId)
7165 7165
   {
7166
-    $this->participantId = $participantId;
7166
+	$this->participantId = $participantId;
7167 7167
   }
7168 7168
   public function getParticipantId()
7169 7169
   {
7170
-    return $this->participantId;
7170
+	return $this->participantId;
7171 7171
   }
7172 7172
 }
7173 7173
 
@@ -7187,51 +7187,51 @@  discard block
 block discarded – undo
7187 7187
 
7188 7188
   public function setAutoMatched($autoMatched)
7189 7189
   {
7190
-    $this->autoMatched = $autoMatched;
7190
+	$this->autoMatched = $autoMatched;
7191 7191
   }
7192 7192
   public function getAutoMatched()
7193 7193
   {
7194
-    return $this->autoMatched;
7194
+	return $this->autoMatched;
7195 7195
   }
7196 7196
   public function setAutoMatchedPlayer(Google_Service_Games_AnonymousPlayer $autoMatchedPlayer)
7197 7197
   {
7198
-    $this->autoMatchedPlayer = $autoMatchedPlayer;
7198
+	$this->autoMatchedPlayer = $autoMatchedPlayer;
7199 7199
   }
7200 7200
   public function getAutoMatchedPlayer()
7201 7201
   {
7202
-    return $this->autoMatchedPlayer;
7202
+	return $this->autoMatchedPlayer;
7203 7203
   }
7204 7204
   public function setId($id)
7205 7205
   {
7206
-    $this->id = $id;
7206
+	$this->id = $id;
7207 7207
   }
7208 7208
   public function getId()
7209 7209
   {
7210
-    return $this->id;
7210
+	return $this->id;
7211 7211
   }
7212 7212
   public function setKind($kind)
7213 7213
   {
7214
-    $this->kind = $kind;
7214
+	$this->kind = $kind;
7215 7215
   }
7216 7216
   public function getKind()
7217 7217
   {
7218
-    return $this->kind;
7218
+	return $this->kind;
7219 7219
   }
7220 7220
   public function setPlayer(Google_Service_Games_Player $player)
7221 7221
   {
7222
-    $this->player = $player;
7222
+	$this->player = $player;
7223 7223
   }
7224 7224
   public function getPlayer()
7225 7225
   {
7226
-    return $this->player;
7226
+	return $this->player;
7227 7227
   }
7228 7228
   public function setStatus($status)
7229 7229
   {
7230
-    $this->status = $status;
7230
+	$this->status = $status;
7231 7231
   }
7232 7232
   public function getStatus()
7233 7233
   {
7234
-    return $this->status;
7234
+	return $this->status;
7235 7235
   }
7236 7236
 }
7237 7237
 
@@ -7248,27 +7248,27 @@  discard block
 block discarded – undo
7248 7248
 
7249 7249
   public function setKind($kind)
7250 7250
   {
7251
-    $this->kind = $kind;
7251
+	$this->kind = $kind;
7252 7252
   }
7253 7253
   public function getKind()
7254 7254
   {
7255
-    return $this->kind;
7255
+	return $this->kind;
7256 7256
   }
7257 7257
   public function setPreviousMatch(Google_Service_Games_TurnBasedMatch $previousMatch)
7258 7258
   {
7259
-    $this->previousMatch = $previousMatch;
7259
+	$this->previousMatch = $previousMatch;
7260 7260
   }
7261 7261
   public function getPreviousMatch()
7262 7262
   {
7263
-    return $this->previousMatch;
7263
+	return $this->previousMatch;
7264 7264
   }
7265 7265
   public function setRematch(Google_Service_Games_TurnBasedMatch $rematch)
7266 7266
   {
7267
-    $this->rematch = $rematch;
7267
+	$this->rematch = $rematch;
7268 7268
   }
7269 7269
   public function getRematch()
7270 7270
   {
7271
-    return $this->rematch;
7271
+	return $this->rematch;
7272 7272
   }
7273 7273
 }
7274 7274
 
@@ -7287,35 +7287,35 @@  discard block
 block discarded – undo
7287 7287
 
7288 7288
   public function setData(Google_Service_Games_TurnBasedMatchDataRequest $data)
7289 7289
   {
7290
-    $this->data = $data;
7290
+	$this->data = $data;
7291 7291
   }
7292 7292
   public function getData()
7293 7293
   {
7294
-    return $this->data;
7294
+	return $this->data;
7295 7295
   }
7296 7296
   public function setKind($kind)
7297 7297
   {
7298
-    $this->kind = $kind;
7298
+	$this->kind = $kind;
7299 7299
   }
7300 7300
   public function getKind()
7301 7301
   {
7302
-    return $this->kind;
7302
+	return $this->kind;
7303 7303
   }
7304 7304
   public function setMatchVersion($matchVersion)
7305 7305
   {
7306
-    $this->matchVersion = $matchVersion;
7306
+	$this->matchVersion = $matchVersion;
7307 7307
   }
7308 7308
   public function getMatchVersion()
7309 7309
   {
7310
-    return $this->matchVersion;
7310
+	return $this->matchVersion;
7311 7311
   }
7312 7312
   public function setResults($results)
7313 7313
   {
7314
-    $this->results = $results;
7314
+	$this->results = $results;
7315 7315
   }
7316 7316
   public function getResults()
7317 7317
   {
7318
-    return $this->results;
7318
+	return $this->results;
7319 7319
   }
7320 7320
 }
7321 7321
 
@@ -7333,35 +7333,35 @@  discard block
 block discarded – undo
7333 7333
 
7334 7334
   public function setItems($items)
7335 7335
   {
7336
-    $this->items = $items;
7336
+	$this->items = $items;
7337 7337
   }
7338 7338
   public function getItems()
7339 7339
   {
7340
-    return $this->items;
7340
+	return $this->items;
7341 7341
   }
7342 7342
   public function setKind($kind)
7343 7343
   {
7344
-    $this->kind = $kind;
7344
+	$this->kind = $kind;
7345 7345
   }
7346 7346
   public function getKind()
7347 7347
   {
7348
-    return $this->kind;
7348
+	return $this->kind;
7349 7349
   }
7350 7350
   public function setMoreAvailable($moreAvailable)
7351 7351
   {
7352
-    $this->moreAvailable = $moreAvailable;
7352
+	$this->moreAvailable = $moreAvailable;
7353 7353
   }
7354 7354
   public function getMoreAvailable()
7355 7355
   {
7356
-    return $this->moreAvailable;
7356
+	return $this->moreAvailable;
7357 7357
   }
7358 7358
   public function setNextPageToken($nextPageToken)
7359 7359
   {
7360
-    $this->nextPageToken = $nextPageToken;
7360
+	$this->nextPageToken = $nextPageToken;
7361 7361
   }
7362 7362
   public function getNextPageToken()
7363 7363
   {
7364
-    return $this->nextPageToken;
7364
+	return $this->nextPageToken;
7365 7365
   }
7366 7366
 }
7367 7367
 
@@ -7381,42 +7381,42 @@  discard block
 block discarded – undo
7381 7381
 
7382 7382
   public function setData(Google_Service_Games_TurnBasedMatchDataRequest $data)
7383 7383
   {
7384
-    $this->data = $data;
7384
+	$this->data = $data;
7385 7385
   }
7386 7386
   public function getData()
7387 7387
   {
7388
-    return $this->data;
7388
+	return $this->data;
7389 7389
   }
7390 7390
   public function setKind($kind)
7391 7391
   {
7392
-    $this->kind = $kind;
7392
+	$this->kind = $kind;
7393 7393
   }
7394 7394
   public function getKind()
7395 7395
   {
7396
-    return $this->kind;
7396
+	return $this->kind;
7397 7397
   }
7398 7398
   public function setMatchVersion($matchVersion)
7399 7399
   {
7400
-    $this->matchVersion = $matchVersion;
7400
+	$this->matchVersion = $matchVersion;
7401 7401
   }
7402 7402
   public function getMatchVersion()
7403 7403
   {
7404
-    return $this->matchVersion;
7404
+	return $this->matchVersion;
7405 7405
   }
7406 7406
   public function setPendingParticipantId($pendingParticipantId)
7407 7407
   {
7408
-    $this->pendingParticipantId = $pendingParticipantId;
7408
+	$this->pendingParticipantId = $pendingParticipantId;
7409 7409
   }
7410 7410
   public function getPendingParticipantId()
7411 7411
   {
7412
-    return $this->pendingParticipantId;
7412
+	return $this->pendingParticipantId;
7413 7413
   }
7414 7414
   public function setResults($results)
7415 7415
   {
7416
-    $this->results = $results;
7416
+	$this->results = $results;
7417 7417
   }
7418 7418
   public function getResults()
7419 7419
   {
7420
-    return $this->results;
7420
+	return $this->results;
7421 7421
   }
7422 7422
 }
Please login to merge, or discard this patch.
Spacing   +37 added lines, -37 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
                   'type' => 'string',
123 123
                 ),
124 124
               ),
125
-            ),'list' => array(
125
+            ), 'list' => array(
126 126
               'path' => 'players/{playerId}/achievements',
127 127
               'httpMethod' => 'GET',
128 128
               'parameters' => array(
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
                   'type' => 'string',
149 149
                 ),
150 150
               ),
151
-            ),'reveal' => array(
151
+            ), 'reveal' => array(
152 152
               'path' => 'achievements/{achievementId}/reveal',
153 153
               'httpMethod' => 'POST',
154 154
               'parameters' => array(
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
                   'required' => true,
159 159
                 ),
160 160
               ),
161
-            ),'setStepsAtLeast' => array(
161
+            ), 'setStepsAtLeast' => array(
162 162
               'path' => 'achievements/{achievementId}/setStepsAtLeast',
163 163
               'httpMethod' => 'POST',
164 164
               'parameters' => array(
@@ -173,7 +173,7 @@  discard block
 block discarded – undo
173 173
                   'required' => true,
174 174
                 ),
175 175
               ),
176
-            ),'unlock' => array(
176
+            ), 'unlock' => array(
177 177
               'path' => 'achievements/{achievementId}/unlock',
178 178
               'httpMethod' => 'POST',
179 179
               'parameters' => array(
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
                   'required' => true,
184 184
                 ),
185 185
               ),
186
-            ),'updateMultiple' => array(
186
+            ), 'updateMultiple' => array(
187 187
               'path' => 'achievements/updateMultiple',
188 188
               'httpMethod' => 'POST',
189 189
               'parameters' => array(),
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
                   'type' => 'string',
216 216
                 ),
217 217
               ),
218
-            ),'played' => array(
218
+            ), 'played' => array(
219 219
               'path' => 'applications/played',
220 220
               'httpMethod' => 'POST',
221 221
               'parameters' => array(),
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
                   'type' => 'string',
247 247
                 ),
248 248
               ),
249
-            ),'listDefinitions' => array(
249
+            ), 'listDefinitions' => array(
250 250
               'path' => 'eventDefinitions',
251 251
               'httpMethod' => 'GET',
252 252
               'parameters' => array(
@@ -263,7 +263,7 @@  discard block
 block discarded – undo
263 263
                   'type' => 'string',
264 264
                 ),
265 265
               ),
266
-            ),'record' => array(
266
+            ), 'record' => array(
267 267
               'path' => 'events',
268 268
               'httpMethod' => 'POST',
269 269
               'parameters' => array(
@@ -296,7 +296,7 @@  discard block
 block discarded – undo
296 296
                   'type' => 'string',
297 297
                 ),
298 298
               ),
299
-            ),'list' => array(
299
+            ), 'list' => array(
300 300
               'path' => 'leaderboards',
301 301
               'httpMethod' => 'GET',
302 302
               'parameters' => array(
@@ -327,7 +327,7 @@  discard block
 block discarded – undo
327 327
               'path' => 'metagameConfig',
328 328
               'httpMethod' => 'GET',
329 329
               'parameters' => array(),
330
-            ),'listCategoriesByPlayer' => array(
330
+            ), 'listCategoriesByPlayer' => array(
331 331
               'path' => 'players/{playerId}/categories/{collection}',
332 332
               'httpMethod' => 'GET',
333 333
               'parameters' => array(
@@ -378,7 +378,7 @@  discard block
 block discarded – undo
378 378
                   'type' => 'string',
379 379
                 ),
380 380
               ),
381
-            ),'list' => array(
381
+            ), 'list' => array(
382 382
               'path' => 'players/me/players/{collection}',
383 383
               'httpMethod' => 'GET',
384 384
               'parameters' => array(
@@ -414,7 +414,7 @@  discard block
 block discarded – undo
414 414
               'path' => 'pushtokens/remove',
415 415
               'httpMethod' => 'POST',
416 416
               'parameters' => array(),
417
-            ),'update' => array(
417
+            ), 'update' => array(
418 418
               'path' => 'pushtokens',
419 419
               'httpMethod' => 'PUT',
420 420
               'parameters' => array(),
@@ -472,7 +472,7 @@  discard block
 block discarded – undo
472 472
                   'type' => 'string',
473 473
                 ),
474 474
               ),
475
-            ),'list' => array(
475
+            ), 'list' => array(
476 476
               'path' => 'players/{playerId}/quests',
477 477
               'httpMethod' => 'GET',
478 478
               'parameters' => array(
@@ -533,7 +533,7 @@  discard block
 block discarded – undo
533 533
                   'type' => 'string',
534 534
                 ),
535 535
               ),
536
-            ),'decline' => array(
536
+            ), 'decline' => array(
537 537
               'path' => 'rooms/{roomId}/decline',
538 538
               'httpMethod' => 'POST',
539 539
               'parameters' => array(
@@ -547,7 +547,7 @@  discard block
 block discarded – undo
547 547
                   'type' => 'string',
548 548
                 ),
549 549
               ),
550
-            ),'dismiss' => array(
550
+            ), 'dismiss' => array(
551 551
               'path' => 'rooms/{roomId}/dismiss',
552 552
               'httpMethod' => 'POST',
553 553
               'parameters' => array(
@@ -557,7 +557,7 @@  discard block
 block discarded – undo
557 557
                   'required' => true,
558 558
                 ),
559 559
               ),
560
-            ),'get' => array(
560
+            ), 'get' => array(
561 561
               'path' => 'rooms/{roomId}',
562 562
               'httpMethod' => 'GET',
563 563
               'parameters' => array(
@@ -571,7 +571,7 @@  discard block
 block discarded – undo
571 571
                   'type' => 'string',
572 572
                 ),
573 573
               ),
574
-            ),'join' => array(
574
+            ), 'join' => array(
575 575
               'path' => 'rooms/{roomId}/join',
576 576
               'httpMethod' => 'POST',
577 577
               'parameters' => array(
@@ -585,7 +585,7 @@  discard block
 block discarded – undo
585 585
                   'type' => 'string',
586 586
                 ),
587 587
               ),
588
-            ),'leave' => array(
588
+            ), 'leave' => array(
589 589
               'path' => 'rooms/{roomId}/leave',
590 590
               'httpMethod' => 'POST',
591 591
               'parameters' => array(
@@ -599,7 +599,7 @@  discard block
 block discarded – undo
599 599
                   'type' => 'string',
600 600
                 ),
601 601
               ),
602
-            ),'list' => array(
602
+            ), 'list' => array(
603 603
               'path' => 'rooms',
604 604
               'httpMethod' => 'GET',
605 605
               'parameters' => array(
@@ -616,7 +616,7 @@  discard block
 block discarded – undo
616 616
                   'type' => 'string',
617 617
                 ),
618 618
               ),
619
-            ),'reportStatus' => array(
619
+            ), 'reportStatus' => array(
620 620
               'path' => 'rooms/{roomId}/reportstatus',
621 621
               'httpMethod' => 'POST',
622 622
               'parameters' => array(
@@ -676,7 +676,7 @@  discard block
 block discarded – undo
676 676
                   'type' => 'string',
677 677
                 ),
678 678
               ),
679
-            ),'list' => array(
679
+            ), 'list' => array(
680 680
               'path' => 'leaderboards/{leaderboardId}/scores/{collection}',
681 681
               'httpMethod' => 'GET',
682 682
               'parameters' => array(
@@ -708,7 +708,7 @@  discard block
 block discarded – undo
708 708
                   'type' => 'string',
709 709
                 ),
710 710
               ),
711
-            ),'listWindow' => array(
711
+            ), 'listWindow' => array(
712 712
               'path' => 'leaderboards/{leaderboardId}/window/{collection}',
713 713
               'httpMethod' => 'GET',
714 714
               'parameters' => array(
@@ -748,7 +748,7 @@  discard block
 block discarded – undo
748 748
                   'type' => 'string',
749 749
                 ),
750 750
               ),
751
-            ),'submit' => array(
751
+            ), 'submit' => array(
752 752
               'path' => 'leaderboards/{leaderboardId}/scores',
753 753
               'httpMethod' => 'POST',
754 754
               'parameters' => array(
@@ -771,7 +771,7 @@  discard block
 block discarded – undo
771 771
                   'type' => 'string',
772 772
                 ),
773 773
               ),
774
-            ),'submitMultiple' => array(
774
+            ), 'submitMultiple' => array(
775 775
               'path' => 'leaderboards/scores',
776 776
               'httpMethod' => 'POST',
777 777
               'parameters' => array(
@@ -804,7 +804,7 @@  discard block
 block discarded – undo
804 804
                   'type' => 'string',
805 805
                 ),
806 806
               ),
807
-            ),'list' => array(
807
+            ), 'list' => array(
808 808
               'path' => 'players/{playerId}/snapshots',
809 809
               'httpMethod' => 'GET',
810 810
               'parameters' => array(
@@ -846,7 +846,7 @@  discard block
 block discarded – undo
846 846
                   'required' => true,
847 847
                 ),
848 848
               ),
849
-            ),'create' => array(
849
+            ), 'create' => array(
850 850
               'path' => 'turnbasedmatches/create',
851 851
               'httpMethod' => 'POST',
852 852
               'parameters' => array(
@@ -855,7 +855,7 @@  discard block
 block discarded – undo
855 855
                   'type' => 'string',
856 856
                 ),
857 857
               ),
858
-            ),'decline' => array(
858
+            ), 'decline' => array(
859 859
               'path' => 'turnbasedmatches/{matchId}/decline',
860 860
               'httpMethod' => 'PUT',
861 861
               'parameters' => array(
@@ -869,7 +869,7 @@  discard block
 block discarded – undo
869 869
                   'type' => 'string',
870 870
                 ),
871 871
               ),
872
-            ),'dismiss' => array(
872
+            ), 'dismiss' => array(
873 873
               'path' => 'turnbasedmatches/{matchId}/dismiss',
874 874
               'httpMethod' => 'PUT',
875 875
               'parameters' => array(
@@ -879,7 +879,7 @@  discard block
 block discarded – undo
879 879
                   'required' => true,
880 880
                 ),
881 881
               ),
882
-            ),'finish' => array(
882
+            ), 'finish' => array(
883 883
               'path' => 'turnbasedmatches/{matchId}/finish',
884 884
               'httpMethod' => 'PUT',
885 885
               'parameters' => array(
@@ -893,7 +893,7 @@  discard block
 block discarded – undo
893 893
                   'type' => 'string',
894 894
                 ),
895 895
               ),
896
-            ),'get' => array(
896
+            ), 'get' => array(
897 897
               'path' => 'turnbasedmatches/{matchId}',
898 898
               'httpMethod' => 'GET',
899 899
               'parameters' => array(
@@ -911,7 +911,7 @@  discard block
 block discarded – undo
911 911
                   'type' => 'boolean',
912 912
                 ),
913 913
               ),
914
-            ),'join' => array(
914
+            ), 'join' => array(
915 915
               'path' => 'turnbasedmatches/{matchId}/join',
916 916
               'httpMethod' => 'PUT',
917 917
               'parameters' => array(
@@ -925,7 +925,7 @@  discard block
 block discarded – undo
925 925
                   'type' => 'string',
926 926
                 ),
927 927
               ),
928
-            ),'leave' => array(
928
+            ), 'leave' => array(
929 929
               'path' => 'turnbasedmatches/{matchId}/leave',
930 930
               'httpMethod' => 'PUT',
931 931
               'parameters' => array(
@@ -939,7 +939,7 @@  discard block
 block discarded – undo
939 939
                   'type' => 'string',
940 940
                 ),
941 941
               ),
942
-            ),'leaveTurn' => array(
942
+            ), 'leaveTurn' => array(
943 943
               'path' => 'turnbasedmatches/{matchId}/leaveTurn',
944 944
               'httpMethod' => 'PUT',
945 945
               'parameters' => array(
@@ -962,7 +962,7 @@  discard block
 block discarded – undo
962 962
                   'type' => 'string',
963 963
                 ),
964 964
               ),
965
-            ),'list' => array(
965
+            ), 'list' => array(
966 966
               'path' => 'turnbasedmatches',
967 967
               'httpMethod' => 'GET',
968 968
               'parameters' => array(
@@ -987,7 +987,7 @@  discard block
 block discarded – undo
987 987
                   'type' => 'boolean',
988 988
                 ),
989 989
               ),
990
-            ),'rematch' => array(
990
+            ), 'rematch' => array(
991 991
               'path' => 'turnbasedmatches/{matchId}/rematch',
992 992
               'httpMethod' => 'POST',
993 993
               'parameters' => array(
@@ -1005,7 +1005,7 @@  discard block
 block discarded – undo
1005 1005
                   'type' => 'string',
1006 1006
                 ),
1007 1007
               ),
1008
-            ),'sync' => array(
1008
+            ), 'sync' => array(
1009 1009
               'path' => 'turnbasedmatches/sync',
1010 1010
               'httpMethod' => 'GET',
1011 1011
               'parameters' => array(
@@ -1030,7 +1030,7 @@  discard block
 block discarded – undo
1030 1030
                   'type' => 'boolean',
1031 1031
                 ),
1032 1032
               ),
1033
-            ),'takeTurn' => array(
1033
+            ), 'takeTurn' => array(
1034 1034
               'path' => 'turnbasedmatches/{matchId}/turn',
1035 1035
               'httpMethod' => 'PUT',
1036 1036
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/GamesConfiguration.php 3 patches
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -283,7 +283,7 @@  discard block
 block discarded – undo
283 283
    *
284 284
    * @param string $applicationId The application ID from the Google Play
285 285
    * developer console.
286
-   * @param Google_AchievementConfiguration $postBody
286
+   * @param Google_Service_GamesConfiguration_AchievementConfiguration $postBody
287 287
    * @param array $optParams Optional parameters.
288 288
    * @return Google_Service_GamesConfiguration_AchievementConfiguration
289 289
    */
@@ -320,7 +320,7 @@  discard block
 block discarded – undo
320 320
    * method supports patch semantics. (achievementConfigurations.patch)
321 321
    *
322 322
    * @param string $achievementId The ID of the achievement used by this method.
323
-   * @param Google_AchievementConfiguration $postBody
323
+   * @param Google_Service_GamesConfiguration_AchievementConfiguration $postBody
324 324
    * @param array $optParams Optional parameters.
325 325
    * @return Google_Service_GamesConfiguration_AchievementConfiguration
326 326
    */
@@ -336,7 +336,7 @@  discard block
 block discarded – undo
336 336
    * (achievementConfigurations.update)
337 337
    *
338 338
    * @param string $achievementId The ID of the achievement used by this method.
339
-   * @param Google_AchievementConfiguration $postBody
339
+   * @param Google_Service_GamesConfiguration_AchievementConfiguration $postBody
340 340
    * @param array $optParams Optional parameters.
341 341
    * @return Google_Service_GamesConfiguration_AchievementConfiguration
342 342
    */
@@ -422,7 +422,7 @@  discard block
 block discarded – undo
422 422
    *
423 423
    * @param string $applicationId The application ID from the Google Play
424 424
    * developer console.
425
-   * @param Google_LeaderboardConfiguration $postBody
425
+   * @param Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody
426 426
    * @param array $optParams Optional parameters.
427 427
    * @return Google_Service_GamesConfiguration_LeaderboardConfiguration
428 428
    */
@@ -459,7 +459,7 @@  discard block
 block discarded – undo
459 459
    * method supports patch semantics. (leaderboardConfigurations.patch)
460 460
    *
461 461
    * @param string $leaderboardId The ID of the leaderboard.
462
-   * @param Google_LeaderboardConfiguration $postBody
462
+   * @param Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody
463 463
    * @param array $optParams Optional parameters.
464 464
    * @return Google_Service_GamesConfiguration_LeaderboardConfiguration
465 465
    */
@@ -475,7 +475,7 @@  discard block
 block discarded – undo
475 475
    * (leaderboardConfigurations.update)
476 476
    *
477 477
    * @param string $leaderboardId The ID of the leaderboard.
478
-   * @param Google_LeaderboardConfiguration $postBody
478
+   * @param Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody
479 479
    * @param array $optParams Optional parameters.
480 480
    * @return Google_Service_GamesConfiguration_LeaderboardConfiguration
481 481
    */
Please login to merge, or discard this patch.
Indentation   +330 added lines, -330 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and manage your Google Play Developer account. */
34 34
   const ANDROIDPUBLISHER =
35
-      "https://www.googleapis.com/auth/androidpublisher";
35
+	  "https://www.googleapis.com/auth/androidpublisher";
36 36
 
37 37
   public $achievementConfigurations;
38 38
   public $imageConfigurations;
@@ -46,193 +46,193 @@  discard block
 block discarded – undo
46 46
    */
47 47
   public function __construct(Google_Client $client)
48 48
   {
49
-    parent::__construct($client);
50
-    $this->rootUrl = 'https://www.googleapis.com/';
51
-    $this->servicePath = 'games/v1configuration/';
52
-    $this->version = 'v1configuration';
53
-    $this->serviceName = 'gamesConfiguration';
49
+	parent::__construct($client);
50
+	$this->rootUrl = 'https://www.googleapis.com/';
51
+	$this->servicePath = 'games/v1configuration/';
52
+	$this->version = 'v1configuration';
53
+	$this->serviceName = 'gamesConfiguration';
54 54
 
55
-    $this->achievementConfigurations = new Google_Service_GamesConfiguration_AchievementConfigurations_Resource(
56
-        $this,
57
-        $this->serviceName,
58
-        'achievementConfigurations',
59
-        array(
60
-          'methods' => array(
61
-            'delete' => array(
62
-              'path' => 'achievements/{achievementId}',
63
-              'httpMethod' => 'DELETE',
64
-              'parameters' => array(
65
-                'achievementId' => array(
66
-                  'location' => 'path',
67
-                  'type' => 'string',
68
-                  'required' => true,
69
-                ),
70
-              ),
71
-            ),'get' => array(
72
-              'path' => 'achievements/{achievementId}',
73
-              'httpMethod' => 'GET',
74
-              'parameters' => array(
75
-                'achievementId' => array(
76
-                  'location' => 'path',
77
-                  'type' => 'string',
78
-                  'required' => true,
79
-                ),
80
-              ),
81
-            ),'insert' => array(
82
-              'path' => 'applications/{applicationId}/achievements',
83
-              'httpMethod' => 'POST',
84
-              'parameters' => array(
85
-                'applicationId' => array(
86
-                  'location' => 'path',
87
-                  'type' => 'string',
88
-                  'required' => true,
89
-                ),
90
-              ),
91
-            ),'list' => array(
92
-              'path' => 'applications/{applicationId}/achievements',
93
-              'httpMethod' => 'GET',
94
-              'parameters' => array(
95
-                'applicationId' => array(
96
-                  'location' => 'path',
97
-                  'type' => 'string',
98
-                  'required' => true,
99
-                ),
100
-                'pageToken' => array(
101
-                  'location' => 'query',
102
-                  'type' => 'string',
103
-                ),
104
-                'maxResults' => array(
105
-                  'location' => 'query',
106
-                  'type' => 'integer',
107
-                ),
108
-              ),
109
-            ),'patch' => array(
110
-              'path' => 'achievements/{achievementId}',
111
-              'httpMethod' => 'PATCH',
112
-              'parameters' => array(
113
-                'achievementId' => array(
114
-                  'location' => 'path',
115
-                  'type' => 'string',
116
-                  'required' => true,
117
-                ),
118
-              ),
119
-            ),'update' => array(
120
-              'path' => 'achievements/{achievementId}',
121
-              'httpMethod' => 'PUT',
122
-              'parameters' => array(
123
-                'achievementId' => array(
124
-                  'location' => 'path',
125
-                  'type' => 'string',
126
-                  'required' => true,
127
-                ),
128
-              ),
129
-            ),
130
-          )
131
-        )
132
-    );
133
-    $this->imageConfigurations = new Google_Service_GamesConfiguration_ImageConfigurations_Resource(
134
-        $this,
135
-        $this->serviceName,
136
-        'imageConfigurations',
137
-        array(
138
-          'methods' => array(
139
-            'upload' => array(
140
-              'path' => 'images/{resourceId}/imageType/{imageType}',
141
-              'httpMethod' => 'POST',
142
-              'parameters' => array(
143
-                'resourceId' => array(
144
-                  'location' => 'path',
145
-                  'type' => 'string',
146
-                  'required' => true,
147
-                ),
148
-                'imageType' => array(
149
-                  'location' => 'path',
150
-                  'type' => 'string',
151
-                  'required' => true,
152
-                ),
153
-              ),
154
-            ),
155
-          )
156
-        )
157
-    );
158
-    $this->leaderboardConfigurations = new Google_Service_GamesConfiguration_LeaderboardConfigurations_Resource(
159
-        $this,
160
-        $this->serviceName,
161
-        'leaderboardConfigurations',
162
-        array(
163
-          'methods' => array(
164
-            'delete' => array(
165
-              'path' => 'leaderboards/{leaderboardId}',
166
-              'httpMethod' => 'DELETE',
167
-              'parameters' => array(
168
-                'leaderboardId' => array(
169
-                  'location' => 'path',
170
-                  'type' => 'string',
171
-                  'required' => true,
172
-                ),
173
-              ),
174
-            ),'get' => array(
175
-              'path' => 'leaderboards/{leaderboardId}',
176
-              'httpMethod' => 'GET',
177
-              'parameters' => array(
178
-                'leaderboardId' => array(
179
-                  'location' => 'path',
180
-                  'type' => 'string',
181
-                  'required' => true,
182
-                ),
183
-              ),
184
-            ),'insert' => array(
185
-              'path' => 'applications/{applicationId}/leaderboards',
186
-              'httpMethod' => 'POST',
187
-              'parameters' => array(
188
-                'applicationId' => array(
189
-                  'location' => 'path',
190
-                  'type' => 'string',
191
-                  'required' => true,
192
-                ),
193
-              ),
194
-            ),'list' => array(
195
-              'path' => 'applications/{applicationId}/leaderboards',
196
-              'httpMethod' => 'GET',
197
-              'parameters' => array(
198
-                'applicationId' => array(
199
-                  'location' => 'path',
200
-                  'type' => 'string',
201
-                  'required' => true,
202
-                ),
203
-                'pageToken' => array(
204
-                  'location' => 'query',
205
-                  'type' => 'string',
206
-                ),
207
-                'maxResults' => array(
208
-                  'location' => 'query',
209
-                  'type' => 'integer',
210
-                ),
211
-              ),
212
-            ),'patch' => array(
213
-              'path' => 'leaderboards/{leaderboardId}',
214
-              'httpMethod' => 'PATCH',
215
-              'parameters' => array(
216
-                'leaderboardId' => array(
217
-                  'location' => 'path',
218
-                  'type' => 'string',
219
-                  'required' => true,
220
-                ),
221
-              ),
222
-            ),'update' => array(
223
-              'path' => 'leaderboards/{leaderboardId}',
224
-              'httpMethod' => 'PUT',
225
-              'parameters' => array(
226
-                'leaderboardId' => array(
227
-                  'location' => 'path',
228
-                  'type' => 'string',
229
-                  'required' => true,
230
-                ),
231
-              ),
232
-            ),
233
-          )
234
-        )
235
-    );
55
+	$this->achievementConfigurations = new Google_Service_GamesConfiguration_AchievementConfigurations_Resource(
56
+		$this,
57
+		$this->serviceName,
58
+		'achievementConfigurations',
59
+		array(
60
+		  'methods' => array(
61
+			'delete' => array(
62
+			  'path' => 'achievements/{achievementId}',
63
+			  'httpMethod' => 'DELETE',
64
+			  'parameters' => array(
65
+				'achievementId' => array(
66
+				  'location' => 'path',
67
+				  'type' => 'string',
68
+				  'required' => true,
69
+				),
70
+			  ),
71
+			),'get' => array(
72
+			  'path' => 'achievements/{achievementId}',
73
+			  'httpMethod' => 'GET',
74
+			  'parameters' => array(
75
+				'achievementId' => array(
76
+				  'location' => 'path',
77
+				  'type' => 'string',
78
+				  'required' => true,
79
+				),
80
+			  ),
81
+			),'insert' => array(
82
+			  'path' => 'applications/{applicationId}/achievements',
83
+			  'httpMethod' => 'POST',
84
+			  'parameters' => array(
85
+				'applicationId' => array(
86
+				  'location' => 'path',
87
+				  'type' => 'string',
88
+				  'required' => true,
89
+				),
90
+			  ),
91
+			),'list' => array(
92
+			  'path' => 'applications/{applicationId}/achievements',
93
+			  'httpMethod' => 'GET',
94
+			  'parameters' => array(
95
+				'applicationId' => array(
96
+				  'location' => 'path',
97
+				  'type' => 'string',
98
+				  'required' => true,
99
+				),
100
+				'pageToken' => array(
101
+				  'location' => 'query',
102
+				  'type' => 'string',
103
+				),
104
+				'maxResults' => array(
105
+				  'location' => 'query',
106
+				  'type' => 'integer',
107
+				),
108
+			  ),
109
+			),'patch' => array(
110
+			  'path' => 'achievements/{achievementId}',
111
+			  'httpMethod' => 'PATCH',
112
+			  'parameters' => array(
113
+				'achievementId' => array(
114
+				  'location' => 'path',
115
+				  'type' => 'string',
116
+				  'required' => true,
117
+				),
118
+			  ),
119
+			),'update' => array(
120
+			  'path' => 'achievements/{achievementId}',
121
+			  'httpMethod' => 'PUT',
122
+			  'parameters' => array(
123
+				'achievementId' => array(
124
+				  'location' => 'path',
125
+				  'type' => 'string',
126
+				  'required' => true,
127
+				),
128
+			  ),
129
+			),
130
+		  )
131
+		)
132
+	);
133
+	$this->imageConfigurations = new Google_Service_GamesConfiguration_ImageConfigurations_Resource(
134
+		$this,
135
+		$this->serviceName,
136
+		'imageConfigurations',
137
+		array(
138
+		  'methods' => array(
139
+			'upload' => array(
140
+			  'path' => 'images/{resourceId}/imageType/{imageType}',
141
+			  'httpMethod' => 'POST',
142
+			  'parameters' => array(
143
+				'resourceId' => array(
144
+				  'location' => 'path',
145
+				  'type' => 'string',
146
+				  'required' => true,
147
+				),
148
+				'imageType' => array(
149
+				  'location' => 'path',
150
+				  'type' => 'string',
151
+				  'required' => true,
152
+				),
153
+			  ),
154
+			),
155
+		  )
156
+		)
157
+	);
158
+	$this->leaderboardConfigurations = new Google_Service_GamesConfiguration_LeaderboardConfigurations_Resource(
159
+		$this,
160
+		$this->serviceName,
161
+		'leaderboardConfigurations',
162
+		array(
163
+		  'methods' => array(
164
+			'delete' => array(
165
+			  'path' => 'leaderboards/{leaderboardId}',
166
+			  'httpMethod' => 'DELETE',
167
+			  'parameters' => array(
168
+				'leaderboardId' => array(
169
+				  'location' => 'path',
170
+				  'type' => 'string',
171
+				  'required' => true,
172
+				),
173
+			  ),
174
+			),'get' => array(
175
+			  'path' => 'leaderboards/{leaderboardId}',
176
+			  'httpMethod' => 'GET',
177
+			  'parameters' => array(
178
+				'leaderboardId' => array(
179
+				  'location' => 'path',
180
+				  'type' => 'string',
181
+				  'required' => true,
182
+				),
183
+			  ),
184
+			),'insert' => array(
185
+			  'path' => 'applications/{applicationId}/leaderboards',
186
+			  'httpMethod' => 'POST',
187
+			  'parameters' => array(
188
+				'applicationId' => array(
189
+				  'location' => 'path',
190
+				  'type' => 'string',
191
+				  'required' => true,
192
+				),
193
+			  ),
194
+			),'list' => array(
195
+			  'path' => 'applications/{applicationId}/leaderboards',
196
+			  'httpMethod' => 'GET',
197
+			  'parameters' => array(
198
+				'applicationId' => array(
199
+				  'location' => 'path',
200
+				  'type' => 'string',
201
+				  'required' => true,
202
+				),
203
+				'pageToken' => array(
204
+				  'location' => 'query',
205
+				  'type' => 'string',
206
+				),
207
+				'maxResults' => array(
208
+				  'location' => 'query',
209
+				  'type' => 'integer',
210
+				),
211
+			  ),
212
+			),'patch' => array(
213
+			  'path' => 'leaderboards/{leaderboardId}',
214
+			  'httpMethod' => 'PATCH',
215
+			  'parameters' => array(
216
+				'leaderboardId' => array(
217
+				  'location' => 'path',
218
+				  'type' => 'string',
219
+				  'required' => true,
220
+				),
221
+			  ),
222
+			),'update' => array(
223
+			  'path' => 'leaderboards/{leaderboardId}',
224
+			  'httpMethod' => 'PUT',
225
+			  'parameters' => array(
226
+				'leaderboardId' => array(
227
+				  'location' => 'path',
228
+				  'type' => 'string',
229
+				  'required' => true,
230
+				),
231
+			  ),
232
+			),
233
+		  )
234
+		)
235
+	);
236 236
   }
237 237
 }
238 238
 
@@ -257,9 +257,9 @@  discard block
 block discarded – undo
257 257
    */
258 258
   public function delete($achievementId, $optParams = array())
259 259
   {
260
-    $params = array('achievementId' => $achievementId);
261
-    $params = array_merge($params, $optParams);
262
-    return $this->call('delete', array($params));
260
+	$params = array('achievementId' => $achievementId);
261
+	$params = array_merge($params, $optParams);
262
+	return $this->call('delete', array($params));
263 263
   }
264 264
 
265 265
   /**
@@ -272,9 +272,9 @@  discard block
 block discarded – undo
272 272
    */
273 273
   public function get($achievementId, $optParams = array())
274 274
   {
275
-    $params = array('achievementId' => $achievementId);
276
-    $params = array_merge($params, $optParams);
277
-    return $this->call('get', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration");
275
+	$params = array('achievementId' => $achievementId);
276
+	$params = array_merge($params, $optParams);
277
+	return $this->call('get', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration");
278 278
   }
279 279
 
280 280
   /**
@@ -289,9 +289,9 @@  discard block
 block discarded – undo
289 289
    */
290 290
   public function insert($applicationId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array())
291 291
   {
292
-    $params = array('applicationId' => $applicationId, 'postBody' => $postBody);
293
-    $params = array_merge($params, $optParams);
294
-    return $this->call('insert', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration");
292
+	$params = array('applicationId' => $applicationId, 'postBody' => $postBody);
293
+	$params = array_merge($params, $optParams);
294
+	return $this->call('insert', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration");
295 295
   }
296 296
 
297 297
   /**
@@ -310,9 +310,9 @@  discard block
 block discarded – undo
310 310
    */
311 311
   public function listAchievementConfigurations($applicationId, $optParams = array())
312 312
   {
313
-    $params = array('applicationId' => $applicationId);
314
-    $params = array_merge($params, $optParams);
315
-    return $this->call('list', array($params), "Google_Service_GamesConfiguration_AchievementConfigurationListResponse");
313
+	$params = array('applicationId' => $applicationId);
314
+	$params = array_merge($params, $optParams);
315
+	return $this->call('list', array($params), "Google_Service_GamesConfiguration_AchievementConfigurationListResponse");
316 316
   }
317 317
 
318 318
   /**
@@ -326,9 +326,9 @@  discard block
 block discarded – undo
326 326
    */
327 327
   public function patch($achievementId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array())
328 328
   {
329
-    $params = array('achievementId' => $achievementId, 'postBody' => $postBody);
330
-    $params = array_merge($params, $optParams);
331
-    return $this->call('patch', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration");
329
+	$params = array('achievementId' => $achievementId, 'postBody' => $postBody);
330
+	$params = array_merge($params, $optParams);
331
+	return $this->call('patch', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration");
332 332
   }
333 333
 
334 334
   /**
@@ -342,9 +342,9 @@  discard block
 block discarded – undo
342 342
    */
343 343
   public function update($achievementId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array())
344 344
   {
345
-    $params = array('achievementId' => $achievementId, 'postBody' => $postBody);
346
-    $params = array_merge($params, $optParams);
347
-    return $this->call('update', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration");
345
+	$params = array('achievementId' => $achievementId, 'postBody' => $postBody);
346
+	$params = array_merge($params, $optParams);
347
+	return $this->call('update', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration");
348 348
   }
349 349
 }
350 350
 
@@ -370,9 +370,9 @@  discard block
 block discarded – undo
370 370
    */
371 371
   public function upload($resourceId, $imageType, $optParams = array())
372 372
   {
373
-    $params = array('resourceId' => $resourceId, 'imageType' => $imageType);
374
-    $params = array_merge($params, $optParams);
375
-    return $this->call('upload', array($params), "Google_Service_GamesConfiguration_ImageConfiguration");
373
+	$params = array('resourceId' => $resourceId, 'imageType' => $imageType);
374
+	$params = array_merge($params, $optParams);
375
+	return $this->call('upload', array($params), "Google_Service_GamesConfiguration_ImageConfiguration");
376 376
   }
377 377
 }
378 378
 
@@ -396,9 +396,9 @@  discard block
 block discarded – undo
396 396
    */
397 397
   public function delete($leaderboardId, $optParams = array())
398 398
   {
399
-    $params = array('leaderboardId' => $leaderboardId);
400
-    $params = array_merge($params, $optParams);
401
-    return $this->call('delete', array($params));
399
+	$params = array('leaderboardId' => $leaderboardId);
400
+	$params = array_merge($params, $optParams);
401
+	return $this->call('delete', array($params));
402 402
   }
403 403
 
404 404
   /**
@@ -411,9 +411,9 @@  discard block
 block discarded – undo
411 411
    */
412 412
   public function get($leaderboardId, $optParams = array())
413 413
   {
414
-    $params = array('leaderboardId' => $leaderboardId);
415
-    $params = array_merge($params, $optParams);
416
-    return $this->call('get', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration");
414
+	$params = array('leaderboardId' => $leaderboardId);
415
+	$params = array_merge($params, $optParams);
416
+	return $this->call('get', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration");
417 417
   }
418 418
 
419 419
   /**
@@ -428,9 +428,9 @@  discard block
 block discarded – undo
428 428
    */
429 429
   public function insert($applicationId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array())
430 430
   {
431
-    $params = array('applicationId' => $applicationId, 'postBody' => $postBody);
432
-    $params = array_merge($params, $optParams);
433
-    return $this->call('insert', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration");
431
+	$params = array('applicationId' => $applicationId, 'postBody' => $postBody);
432
+	$params = array_merge($params, $optParams);
433
+	return $this->call('insert', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration");
434 434
   }
435 435
 
436 436
   /**
@@ -449,9 +449,9 @@  discard block
 block discarded – undo
449 449
    */
450 450
   public function listLeaderboardConfigurations($applicationId, $optParams = array())
451 451
   {
452
-    $params = array('applicationId' => $applicationId);
453
-    $params = array_merge($params, $optParams);
454
-    return $this->call('list', array($params), "Google_Service_GamesConfiguration_LeaderboardConfigurationListResponse");
452
+	$params = array('applicationId' => $applicationId);
453
+	$params = array_merge($params, $optParams);
454
+	return $this->call('list', array($params), "Google_Service_GamesConfiguration_LeaderboardConfigurationListResponse");
455 455
   }
456 456
 
457 457
   /**
@@ -465,9 +465,9 @@  discard block
 block discarded – undo
465 465
    */
466 466
   public function patch($leaderboardId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array())
467 467
   {
468
-    $params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody);
469
-    $params = array_merge($params, $optParams);
470
-    return $this->call('patch', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration");
468
+	$params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody);
469
+	$params = array_merge($params, $optParams);
470
+	return $this->call('patch', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration");
471 471
   }
472 472
 
473 473
   /**
@@ -481,9 +481,9 @@  discard block
 block discarded – undo
481 481
    */
482 482
   public function update($leaderboardId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array())
483 483
   {
484
-    $params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody);
485
-    $params = array_merge($params, $optParams);
486
-    return $this->call('update', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration");
484
+	$params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody);
485
+	$params = array_merge($params, $optParams);
486
+	return $this->call('update', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration");
487 487
   }
488 488
 }
489 489
 
@@ -508,67 +508,67 @@  discard block
 block discarded – undo
508 508
 
509 509
   public function setAchievementType($achievementType)
510 510
   {
511
-    $this->achievementType = $achievementType;
511
+	$this->achievementType = $achievementType;
512 512
   }
513 513
   public function getAchievementType()
514 514
   {
515
-    return $this->achievementType;
515
+	return $this->achievementType;
516 516
   }
517 517
   public function setDraft(Google_Service_GamesConfiguration_AchievementConfigurationDetail $draft)
518 518
   {
519
-    $this->draft = $draft;
519
+	$this->draft = $draft;
520 520
   }
521 521
   public function getDraft()
522 522
   {
523
-    return $this->draft;
523
+	return $this->draft;
524 524
   }
525 525
   public function setId($id)
526 526
   {
527
-    $this->id = $id;
527
+	$this->id = $id;
528 528
   }
529 529
   public function getId()
530 530
   {
531
-    return $this->id;
531
+	return $this->id;
532 532
   }
533 533
   public function setInitialState($initialState)
534 534
   {
535
-    $this->initialState = $initialState;
535
+	$this->initialState = $initialState;
536 536
   }
537 537
   public function getInitialState()
538 538
   {
539
-    return $this->initialState;
539
+	return $this->initialState;
540 540
   }
541 541
   public function setKind($kind)
542 542
   {
543
-    $this->kind = $kind;
543
+	$this->kind = $kind;
544 544
   }
545 545
   public function getKind()
546 546
   {
547
-    return $this->kind;
547
+	return $this->kind;
548 548
   }
549 549
   public function setPublished(Google_Service_GamesConfiguration_AchievementConfigurationDetail $published)
550 550
   {
551
-    $this->published = $published;
551
+	$this->published = $published;
552 552
   }
553 553
   public function getPublished()
554 554
   {
555
-    return $this->published;
555
+	return $this->published;
556 556
   }
557 557
   public function setStepsToUnlock($stepsToUnlock)
558 558
   {
559
-    $this->stepsToUnlock = $stepsToUnlock;
559
+	$this->stepsToUnlock = $stepsToUnlock;
560 560
   }
561 561
   public function getStepsToUnlock()
562 562
   {
563
-    return $this->stepsToUnlock;
563
+	return $this->stepsToUnlock;
564 564
   }
565 565
   public function setToken($token)
566 566
   {
567
-    $this->token = $token;
567
+	$this->token = $token;
568 568
   }
569 569
   public function getToken()
570 570
   {
571
-    return $this->token;
571
+	return $this->token;
572 572
   }
573 573
 }
574 574
 
@@ -588,51 +588,51 @@  discard block
 block discarded – undo
588 588
 
589 589
   public function setDescription(Google_Service_GamesConfiguration_LocalizedStringBundle $description)
590 590
   {
591
-    $this->description = $description;
591
+	$this->description = $description;
592 592
   }
593 593
   public function getDescription()
594 594
   {
595
-    return $this->description;
595
+	return $this->description;
596 596
   }
597 597
   public function setIconUrl($iconUrl)
598 598
   {
599
-    $this->iconUrl = $iconUrl;
599
+	$this->iconUrl = $iconUrl;
600 600
   }
601 601
   public function getIconUrl()
602 602
   {
603
-    return $this->iconUrl;
603
+	return $this->iconUrl;
604 604
   }
605 605
   public function setKind($kind)
606 606
   {
607
-    $this->kind = $kind;
607
+	$this->kind = $kind;
608 608
   }
609 609
   public function getKind()
610 610
   {
611
-    return $this->kind;
611
+	return $this->kind;
612 612
   }
613 613
   public function setName(Google_Service_GamesConfiguration_LocalizedStringBundle $name)
614 614
   {
615
-    $this->name = $name;
615
+	$this->name = $name;
616 616
   }
617 617
   public function getName()
618 618
   {
619
-    return $this->name;
619
+	return $this->name;
620 620
   }
621 621
   public function setPointValue($pointValue)
622 622
   {
623
-    $this->pointValue = $pointValue;
623
+	$this->pointValue = $pointValue;
624 624
   }
625 625
   public function getPointValue()
626 626
   {
627
-    return $this->pointValue;
627
+	return $this->pointValue;
628 628
   }
629 629
   public function setSortRank($sortRank)
630 630
   {
631
-    $this->sortRank = $sortRank;
631
+	$this->sortRank = $sortRank;
632 632
   }
633 633
   public function getSortRank()
634 634
   {
635
-    return $this->sortRank;
635
+	return $this->sortRank;
636 636
   }
637 637
 }
638 638
 
@@ -649,27 +649,27 @@  discard block
 block discarded – undo
649 649
 
650 650
   public function setItems($items)
651 651
   {
652
-    $this->items = $items;
652
+	$this->items = $items;
653 653
   }
654 654
   public function getItems()
655 655
   {
656
-    return $this->items;
656
+	return $this->items;
657 657
   }
658 658
   public function setKind($kind)
659 659
   {
660
-    $this->kind = $kind;
660
+	$this->kind = $kind;
661 661
   }
662 662
   public function getKind()
663 663
   {
664
-    return $this->kind;
664
+	return $this->kind;
665 665
   }
666 666
   public function setNextPageToken($nextPageToken)
667 667
   {
668
-    $this->nextPageToken = $nextPageToken;
668
+	$this->nextPageToken = $nextPageToken;
669 669
   }
670 670
   public function getNextPageToken()
671 671
   {
672
-    return $this->nextPageToken;
672
+	return $this->nextPageToken;
673 673
   }
674 674
 }
675 675
 
@@ -693,51 +693,51 @@  discard block
 block discarded – undo
693 693
 
694 694
   public function setFew(Google_Service_GamesConfiguration_LocalizedStringBundle $few)
695 695
   {
696
-    $this->few = $few;
696
+	$this->few = $few;
697 697
   }
698 698
   public function getFew()
699 699
   {
700
-    return $this->few;
700
+	return $this->few;
701 701
   }
702 702
   public function setMany(Google_Service_GamesConfiguration_LocalizedStringBundle $many)
703 703
   {
704
-    $this->many = $many;
704
+	$this->many = $many;
705 705
   }
706 706
   public function getMany()
707 707
   {
708
-    return $this->many;
708
+	return $this->many;
709 709
   }
710 710
   public function setOne(Google_Service_GamesConfiguration_LocalizedStringBundle $one)
711 711
   {
712
-    $this->one = $one;
712
+	$this->one = $one;
713 713
   }
714 714
   public function getOne()
715 715
   {
716
-    return $this->one;
716
+	return $this->one;
717 717
   }
718 718
   public function setOther(Google_Service_GamesConfiguration_LocalizedStringBundle $other)
719 719
   {
720
-    $this->other = $other;
720
+	$this->other = $other;
721 721
   }
722 722
   public function getOther()
723 723
   {
724
-    return $this->other;
724
+	return $this->other;
725 725
   }
726 726
   public function setTwo(Google_Service_GamesConfiguration_LocalizedStringBundle $two)
727 727
   {
728
-    $this->two = $two;
728
+	$this->two = $two;
729 729
   }
730 730
   public function getTwo()
731 731
   {
732
-    return $this->two;
732
+	return $this->two;
733 733
   }
734 734
   public function setZero(Google_Service_GamesConfiguration_LocalizedStringBundle $zero)
735 735
   {
736
-    $this->zero = $zero;
736
+	$this->zero = $zero;
737 737
   }
738 738
   public function getZero()
739 739
   {
740
-    return $this->zero;
740
+	return $this->zero;
741 741
   }
742 742
 }
743 743
 
@@ -754,35 +754,35 @@  discard block
 block discarded – undo
754 754
 
755 755
   public function setCurrencyCode($currencyCode)
756 756
   {
757
-    $this->currencyCode = $currencyCode;
757
+	$this->currencyCode = $currencyCode;
758 758
   }
759 759
   public function getCurrencyCode()
760 760
   {
761
-    return $this->currencyCode;
761
+	return $this->currencyCode;
762 762
   }
763 763
   public function setNumDecimalPlaces($numDecimalPlaces)
764 764
   {
765
-    $this->numDecimalPlaces = $numDecimalPlaces;
765
+	$this->numDecimalPlaces = $numDecimalPlaces;
766 766
   }
767 767
   public function getNumDecimalPlaces()
768 768
   {
769
-    return $this->numDecimalPlaces;
769
+	return $this->numDecimalPlaces;
770 770
   }
771 771
   public function setNumberFormatType($numberFormatType)
772 772
   {
773
-    $this->numberFormatType = $numberFormatType;
773
+	$this->numberFormatType = $numberFormatType;
774 774
   }
775 775
   public function getNumberFormatType()
776 776
   {
777
-    return $this->numberFormatType;
777
+	return $this->numberFormatType;
778 778
   }
779 779
   public function setSuffix(Google_Service_GamesConfiguration_GamesNumberAffixConfiguration $suffix)
780 780
   {
781
-    $this->suffix = $suffix;
781
+	$this->suffix = $suffix;
782 782
   }
783 783
   public function getSuffix()
784 784
   {
785
-    return $this->suffix;
785
+	return $this->suffix;
786 786
   }
787 787
 }
788 788
 
@@ -798,35 +798,35 @@  discard block
 block discarded – undo
798 798
 
799 799
   public function setImageType($imageType)
800 800
   {
801
-    $this->imageType = $imageType;
801
+	$this->imageType = $imageType;
802 802
   }
803 803
   public function getImageType()
804 804
   {
805
-    return $this->imageType;
805
+	return $this->imageType;
806 806
   }
807 807
   public function setKind($kind)
808 808
   {
809
-    $this->kind = $kind;
809
+	$this->kind = $kind;
810 810
   }
811 811
   public function getKind()
812 812
   {
813
-    return $this->kind;
813
+	return $this->kind;
814 814
   }
815 815
   public function setResourceId($resourceId)
816 816
   {
817
-    $this->resourceId = $resourceId;
817
+	$this->resourceId = $resourceId;
818 818
   }
819 819
   public function getResourceId()
820 820
   {
821
-    return $this->resourceId;
821
+	return $this->resourceId;
822 822
   }
823 823
   public function setUrl($url)
824 824
   {
825
-    $this->url = $url;
825
+	$this->url = $url;
826 826
   }
827 827
   public function getUrl()
828 828
   {
829
-    return $this->url;
829
+	return $this->url;
830 830
   }
831 831
 }
832 832
 
@@ -848,67 +848,67 @@  discard block
 block discarded – undo
848 848
 
849 849
   public function setDraft(Google_Service_GamesConfiguration_LeaderboardConfigurationDetail $draft)
850 850
   {
851
-    $this->draft = $draft;
851
+	$this->draft = $draft;
852 852
   }
853 853
   public function getDraft()
854 854
   {
855
-    return $this->draft;
855
+	return $this->draft;
856 856
   }
857 857
   public function setId($id)
858 858
   {
859
-    $this->id = $id;
859
+	$this->id = $id;
860 860
   }
861 861
   public function getId()
862 862
   {
863
-    return $this->id;
863
+	return $this->id;
864 864
   }
865 865
   public function setKind($kind)
866 866
   {
867
-    $this->kind = $kind;
867
+	$this->kind = $kind;
868 868
   }
869 869
   public function getKind()
870 870
   {
871
-    return $this->kind;
871
+	return $this->kind;
872 872
   }
873 873
   public function setPublished(Google_Service_GamesConfiguration_LeaderboardConfigurationDetail $published)
874 874
   {
875
-    $this->published = $published;
875
+	$this->published = $published;
876 876
   }
877 877
   public function getPublished()
878 878
   {
879
-    return $this->published;
879
+	return $this->published;
880 880
   }
881 881
   public function setScoreMax($scoreMax)
882 882
   {
883
-    $this->scoreMax = $scoreMax;
883
+	$this->scoreMax = $scoreMax;
884 884
   }
885 885
   public function getScoreMax()
886 886
   {
887
-    return $this->scoreMax;
887
+	return $this->scoreMax;
888 888
   }
889 889
   public function setScoreMin($scoreMin)
890 890
   {
891
-    $this->scoreMin = $scoreMin;
891
+	$this->scoreMin = $scoreMin;
892 892
   }
893 893
   public function getScoreMin()
894 894
   {
895
-    return $this->scoreMin;
895
+	return $this->scoreMin;
896 896
   }
897 897
   public function setScoreOrder($scoreOrder)
898 898
   {
899
-    $this->scoreOrder = $scoreOrder;
899
+	$this->scoreOrder = $scoreOrder;
900 900
   }
901 901
   public function getScoreOrder()
902 902
   {
903
-    return $this->scoreOrder;
903
+	return $this->scoreOrder;
904 904
   }
905 905
   public function setToken($token)
906 906
   {
907
-    $this->token = $token;
907
+	$this->token = $token;
908 908
   }
909 909
   public function getToken()
910 910
   {
911
-    return $this->token;
911
+	return $this->token;
912 912
   }
913 913
 }
914 914
 
@@ -927,43 +927,43 @@  discard block
 block discarded – undo
927 927
 
928 928
   public function setIconUrl($iconUrl)
929 929
   {
930
-    $this->iconUrl = $iconUrl;
930
+	$this->iconUrl = $iconUrl;
931 931
   }
932 932
   public function getIconUrl()
933 933
   {
934
-    return $this->iconUrl;
934
+	return $this->iconUrl;
935 935
   }
936 936
   public function setKind($kind)
937 937
   {
938
-    $this->kind = $kind;
938
+	$this->kind = $kind;
939 939
   }
940 940
   public function getKind()
941 941
   {
942
-    return $this->kind;
942
+	return $this->kind;
943 943
   }
944 944
   public function setName(Google_Service_GamesConfiguration_LocalizedStringBundle $name)
945 945
   {
946
-    $this->name = $name;
946
+	$this->name = $name;
947 947
   }
948 948
   public function getName()
949 949
   {
950
-    return $this->name;
950
+	return $this->name;
951 951
   }
952 952
   public function setScoreFormat(Google_Service_GamesConfiguration_GamesNumberFormatConfiguration $scoreFormat)
953 953
   {
954
-    $this->scoreFormat = $scoreFormat;
954
+	$this->scoreFormat = $scoreFormat;
955 955
   }
956 956
   public function getScoreFormat()
957 957
   {
958
-    return $this->scoreFormat;
958
+	return $this->scoreFormat;
959 959
   }
960 960
   public function setSortRank($sortRank)
961 961
   {
962
-    $this->sortRank = $sortRank;
962
+	$this->sortRank = $sortRank;
963 963
   }
964 964
   public function getSortRank()
965 965
   {
966
-    return $this->sortRank;
966
+	return $this->sortRank;
967 967
   }
968 968
 }
969 969
 
@@ -980,27 +980,27 @@  discard block
 block discarded – undo
980 980
 
981 981
   public function setItems($items)
982 982
   {
983
-    $this->items = $items;
983
+	$this->items = $items;
984 984
   }
985 985
   public function getItems()
986 986
   {
987
-    return $this->items;
987
+	return $this->items;
988 988
   }
989 989
   public function setKind($kind)
990 990
   {
991
-    $this->kind = $kind;
991
+	$this->kind = $kind;
992 992
   }
993 993
   public function getKind()
994 994
   {
995
-    return $this->kind;
995
+	return $this->kind;
996 996
   }
997 997
   public function setNextPageToken($nextPageToken)
998 998
   {
999
-    $this->nextPageToken = $nextPageToken;
999
+	$this->nextPageToken = $nextPageToken;
1000 1000
   }
1001 1001
   public function getNextPageToken()
1002 1002
   {
1003
-    return $this->nextPageToken;
1003
+	return $this->nextPageToken;
1004 1004
   }
1005 1005
 }
1006 1006
 
@@ -1015,27 +1015,27 @@  discard block
 block discarded – undo
1015 1015
 
1016 1016
   public function setKind($kind)
1017 1017
   {
1018
-    $this->kind = $kind;
1018
+	$this->kind = $kind;
1019 1019
   }
1020 1020
   public function getKind()
1021 1021
   {
1022
-    return $this->kind;
1022
+	return $this->kind;
1023 1023
   }
1024 1024
   public function setLocale($locale)
1025 1025
   {
1026
-    $this->locale = $locale;
1026
+	$this->locale = $locale;
1027 1027
   }
1028 1028
   public function getLocale()
1029 1029
   {
1030
-    return $this->locale;
1030
+	return $this->locale;
1031 1031
   }
1032 1032
   public function setValue($value)
1033 1033
   {
1034
-    $this->value = $value;
1034
+	$this->value = $value;
1035 1035
   }
1036 1036
   public function getValue()
1037 1037
   {
1038
-    return $this->value;
1038
+	return $this->value;
1039 1039
   }
1040 1040
 }
1041 1041
 
@@ -1051,18 +1051,18 @@  discard block
 block discarded – undo
1051 1051
 
1052 1052
   public function setKind($kind)
1053 1053
   {
1054
-    $this->kind = $kind;
1054
+	$this->kind = $kind;
1055 1055
   }
1056 1056
   public function getKind()
1057 1057
   {
1058
-    return $this->kind;
1058
+	return $this->kind;
1059 1059
   }
1060 1060
   public function setTranslations($translations)
1061 1061
   {
1062
-    $this->translations = $translations;
1062
+	$this->translations = $translations;
1063 1063
   }
1064 1064
   public function getTranslations()
1065 1065
   {
1066
-    return $this->translations;
1066
+	return $this->translations;
1067 1067
   }
1068 1068
 }
Please login to merge, or discard this patch.
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
                   'required' => true,
69 69
                 ),
70 70
               ),
71
-            ),'get' => array(
71
+            ), 'get' => array(
72 72
               'path' => 'achievements/{achievementId}',
73 73
               'httpMethod' => 'GET',
74 74
               'parameters' => array(
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
                   'required' => true,
79 79
                 ),
80 80
               ),
81
-            ),'insert' => array(
81
+            ), 'insert' => array(
82 82
               'path' => 'applications/{applicationId}/achievements',
83 83
               'httpMethod' => 'POST',
84 84
               'parameters' => array(
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
                   'required' => true,
89 89
                 ),
90 90
               ),
91
-            ),'list' => array(
91
+            ), 'list' => array(
92 92
               'path' => 'applications/{applicationId}/achievements',
93 93
               'httpMethod' => 'GET',
94 94
               'parameters' => array(
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
                   'type' => 'integer',
107 107
                 ),
108 108
               ),
109
-            ),'patch' => array(
109
+            ), 'patch' => array(
110 110
               'path' => 'achievements/{achievementId}',
111 111
               'httpMethod' => 'PATCH',
112 112
               'parameters' => array(
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
                   'required' => true,
117 117
                 ),
118 118
               ),
119
-            ),'update' => array(
119
+            ), 'update' => array(
120 120
               'path' => 'achievements/{achievementId}',
121 121
               'httpMethod' => 'PUT',
122 122
               'parameters' => array(
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
                   'required' => true,
172 172
                 ),
173 173
               ),
174
-            ),'get' => array(
174
+            ), 'get' => array(
175 175
               'path' => 'leaderboards/{leaderboardId}',
176 176
               'httpMethod' => 'GET',
177 177
               'parameters' => array(
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
                   'required' => true,
182 182
                 ),
183 183
               ),
184
-            ),'insert' => array(
184
+            ), 'insert' => array(
185 185
               'path' => 'applications/{applicationId}/leaderboards',
186 186
               'httpMethod' => 'POST',
187 187
               'parameters' => array(
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
                   'required' => true,
192 192
                 ),
193 193
               ),
194
-            ),'list' => array(
194
+            ), 'list' => array(
195 195
               'path' => 'applications/{applicationId}/leaderboards',
196 196
               'httpMethod' => 'GET',
197 197
               'parameters' => array(
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
                   'type' => 'integer',
210 210
                 ),
211 211
               ),
212
-            ),'patch' => array(
212
+            ), 'patch' => array(
213 213
               'path' => 'leaderboards/{leaderboardId}',
214 214
               'httpMethod' => 'PATCH',
215 215
               'parameters' => array(
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
                   'required' => true,
220 220
                 ),
221 221
               ),
222
-            ),'update' => array(
222
+            ), 'update' => array(
223 223
               'path' => 'leaderboards/{leaderboardId}',
224 224
               'httpMethod' => 'PUT',
225 225
               'parameters' => array(
Please login to merge, or discard this patch.