Test Setup Failed
Pull Request — master (#454)
by Kiran
29:40
created
google-api-php-client/src/Google/Service/Computeaccounts.php 3 patches
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -483,7 +483,7 @@  discard block
 block discarded – undo
483 483
    *
484 484
    * @param string $project Project ID for this request.
485 485
    * @param string $groupName Name of the group for this request.
486
-   * @param Google_GroupsAddMemberRequest $postBody
486
+   * @param Google_Service_Computeaccounts_GroupsAddMemberRequest $postBody
487 487
    * @param array $optParams Optional parameters.
488 488
    * @return Google_Service_Computeaccounts_Operation
489 489
    */
@@ -529,7 +529,7 @@  discard block
 block discarded – undo
529 529
    * the request. (groups.insert)
530 530
    *
531 531
    * @param string $project Project ID for this request.
532
-   * @param Google_Group $postBody
532
+   * @param Google_Service_Computeaccounts_Group $postBody
533 533
    * @param array $optParams Optional parameters.
534 534
    * @return Google_Service_Computeaccounts_Operation
535 535
    */
@@ -567,7 +567,7 @@  discard block
 block discarded – undo
567 567
    *
568 568
    * @param string $project Project ID for this request.
569 569
    * @param string $groupName Name of the group for this request.
570
-   * @param Google_GroupsRemoveMemberRequest $postBody
570
+   * @param Google_Service_Computeaccounts_GroupsRemoveMemberRequest $postBody
571 571
    * @param array $optParams Optional parameters.
572 572
    * @return Google_Service_Computeaccounts_Operation
573 573
    */
@@ -654,7 +654,7 @@  discard block
 block discarded – undo
654 654
    *
655 655
    * @param string $project Project ID for this request.
656 656
    * @param string $user Name of the user for this request.
657
-   * @param Google_PublicKey $postBody
657
+   * @param Google_Service_Computeaccounts_PublicKey $postBody
658 658
    * @param array $optParams Optional parameters.
659 659
    * @return Google_Service_Computeaccounts_Operation
660 660
    */
@@ -700,7 +700,7 @@  discard block
 block discarded – undo
700 700
    * the request. (users.insert)
701 701
    *
702 702
    * @param string $project Project ID for this request.
703
-   * @param Google_User $postBody
703
+   * @param Google_Service_Computeaccounts_User $postBody
704 704
    * @param array $optParams Optional parameters.
705 705
    * @return Google_Service_Computeaccounts_Operation
706 706
    */
Please login to merge, or discard this patch.
Indentation   +569 added lines, -569 removed lines patch added patch discarded remove patch
@@ -32,13 +32,13 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and manage your data across Google Cloud Platform services. */
34 34
   const CLOUD_PLATFORM =
35
-      "https://www.googleapis.com/auth/cloud-platform";
35
+	  "https://www.googleapis.com/auth/cloud-platform";
36 36
   /** New Service: https://www.googleapis.com/auth/computeaccounts. */
37 37
   const COMPUTEACCOUNTS =
38
-      "https://www.googleapis.com/auth/computeaccounts";
38
+	  "https://www.googleapis.com/auth/computeaccounts";
39 39
   /** New Service: https://www.googleapis.com/auth/computeaccounts.readonly. */
40 40
   const COMPUTEACCOUNTS_READONLY =
41
-      "https://www.googleapis.com/auth/computeaccounts.readonly";
41
+	  "https://www.googleapis.com/auth/computeaccounts.readonly";
42 42
 
43 43
   public $globalAccountsOperations;
44 44
   public $groups;
@@ -53,353 +53,353 @@  discard block
 block discarded – undo
53 53
    */
54 54
   public function __construct(Google_Client $client)
55 55
   {
56
-    parent::__construct($client);
57
-    $this->servicePath = 'computeaccounts/alpha/projects/';
58
-    $this->version = 'alpha';
59
-    $this->serviceName = 'computeaccounts';
60
-
61
-    $this->globalAccountsOperations = new Google_Service_Computeaccounts_GlobalAccountsOperations_Resource(
62
-        $this,
63
-        $this->serviceName,
64
-        'globalAccountsOperations',
65
-        array(
66
-          'methods' => array(
67
-            'delete' => array(
68
-              'path' => '{project}/global/operations/{operation}',
69
-              'httpMethod' => 'DELETE',
70
-              'parameters' => array(
71
-                'project' => array(
72
-                  'location' => 'path',
73
-                  'type' => 'string',
74
-                  'required' => true,
75
-                ),
76
-                'operation' => array(
77
-                  'location' => 'path',
78
-                  'type' => 'string',
79
-                  'required' => true,
80
-                ),
81
-              ),
82
-            ),'get' => array(
83
-              'path' => '{project}/global/operations/{operation}',
84
-              'httpMethod' => 'GET',
85
-              'parameters' => array(
86
-                'project' => array(
87
-                  'location' => 'path',
88
-                  'type' => 'string',
89
-                  'required' => true,
90
-                ),
91
-                'operation' => array(
92
-                  'location' => 'path',
93
-                  'type' => 'string',
94
-                  'required' => true,
95
-                ),
96
-              ),
97
-            ),'list' => array(
98
-              'path' => '{project}/global/operations',
99
-              'httpMethod' => 'GET',
100
-              'parameters' => array(
101
-                'project' => array(
102
-                  'location' => 'path',
103
-                  'type' => 'string',
104
-                  'required' => true,
105
-                ),
106
-                'filter' => array(
107
-                  'location' => 'query',
108
-                  'type' => 'string',
109
-                ),
110
-                'pageToken' => array(
111
-                  'location' => 'query',
112
-                  'type' => 'string',
113
-                ),
114
-                'maxResults' => array(
115
-                  'location' => 'query',
116
-                  'type' => 'integer',
117
-                ),
118
-              ),
119
-            ),
120
-          )
121
-        )
122
-    );
123
-    $this->groups = new Google_Service_Computeaccounts_Groups_Resource(
124
-        $this,
125
-        $this->serviceName,
126
-        'groups',
127
-        array(
128
-          'methods' => array(
129
-            'addMember' => array(
130
-              'path' => '{project}/global/groups/{groupName}/addMember',
131
-              'httpMethod' => 'POST',
132
-              'parameters' => array(
133
-                'project' => array(
134
-                  'location' => 'path',
135
-                  'type' => 'string',
136
-                  'required' => true,
137
-                ),
138
-                'groupName' => array(
139
-                  'location' => 'path',
140
-                  'type' => 'string',
141
-                  'required' => true,
142
-                ),
143
-              ),
144
-            ),'delete' => array(
145
-              'path' => '{project}/global/groups/{groupName}',
146
-              'httpMethod' => 'DELETE',
147
-              'parameters' => array(
148
-                'project' => array(
149
-                  'location' => 'path',
150
-                  'type' => 'string',
151
-                  'required' => true,
152
-                ),
153
-                'groupName' => array(
154
-                  'location' => 'path',
155
-                  'type' => 'string',
156
-                  'required' => true,
157
-                ),
158
-              ),
159
-            ),'get' => array(
160
-              'path' => '{project}/global/groups/{groupName}',
161
-              'httpMethod' => 'GET',
162
-              'parameters' => array(
163
-                'project' => array(
164
-                  'location' => 'path',
165
-                  'type' => 'string',
166
-                  'required' => true,
167
-                ),
168
-                'groupName' => array(
169
-                  'location' => 'path',
170
-                  'type' => 'string',
171
-                  'required' => true,
172
-                ),
173
-              ),
174
-            ),'insert' => array(
175
-              'path' => '{project}/global/groups',
176
-              'httpMethod' => 'POST',
177
-              'parameters' => array(
178
-                'project' => array(
179
-                  'location' => 'path',
180
-                  'type' => 'string',
181
-                  'required' => true,
182
-                ),
183
-              ),
184
-            ),'list' => array(
185
-              'path' => '{project}/global/groups',
186
-              'httpMethod' => 'GET',
187
-              'parameters' => array(
188
-                'project' => array(
189
-                  'location' => 'path',
190
-                  'type' => 'string',
191
-                  'required' => true,
192
-                ),
193
-                'filter' => array(
194
-                  'location' => 'query',
195
-                  'type' => 'string',
196
-                ),
197
-                'pageToken' => array(
198
-                  'location' => 'query',
199
-                  'type' => 'string',
200
-                ),
201
-                'maxResults' => array(
202
-                  'location' => 'query',
203
-                  'type' => 'integer',
204
-                ),
205
-              ),
206
-            ),'removeMember' => array(
207
-              'path' => '{project}/global/groups/{groupName}/removeMember',
208
-              'httpMethod' => 'POST',
209
-              'parameters' => array(
210
-                'project' => array(
211
-                  'location' => 'path',
212
-                  'type' => 'string',
213
-                  'required' => true,
214
-                ),
215
-                'groupName' => array(
216
-                  'location' => 'path',
217
-                  'type' => 'string',
218
-                  'required' => true,
219
-                ),
220
-              ),
221
-            ),
222
-          )
223
-        )
224
-    );
225
-    $this->linux = new Google_Service_Computeaccounts_Linux_Resource(
226
-        $this,
227
-        $this->serviceName,
228
-        'linux',
229
-        array(
230
-          'methods' => array(
231
-            'getAuthorizedKeysView' => array(
232
-              'path' => '{project}/zones/{zone}/authorizedKeysView/{user}',
233
-              'httpMethod' => 'POST',
234
-              'parameters' => array(
235
-                'project' => array(
236
-                  'location' => 'path',
237
-                  'type' => 'string',
238
-                  'required' => true,
239
-                ),
240
-                'zone' => array(
241
-                  'location' => 'path',
242
-                  'type' => 'string',
243
-                  'required' => true,
244
-                ),
245
-                'user' => array(
246
-                  'location' => 'path',
247
-                  'type' => 'string',
248
-                  'required' => true,
249
-                ),
250
-                'instance' => array(
251
-                  'location' => 'query',
252
-                  'type' => 'string',
253
-                  'required' => true,
254
-                ),
255
-              ),
256
-            ),'getLinuxAccountViews' => array(
257
-              'path' => '{project}/zones/{zone}/linuxAccountViews',
258
-              'httpMethod' => 'POST',
259
-              'parameters' => array(
260
-                'project' => array(
261
-                  'location' => 'path',
262
-                  'type' => 'string',
263
-                  'required' => true,
264
-                ),
265
-                'zone' => array(
266
-                  'location' => 'path',
267
-                  'type' => 'string',
268
-                  'required' => true,
269
-                ),
270
-                'instance' => array(
271
-                  'location' => 'query',
272
-                  'type' => 'string',
273
-                  'required' => true,
274
-                ),
275
-                'pageToken' => array(
276
-                  'location' => 'query',
277
-                  'type' => 'string',
278
-                ),
279
-                'maxResults' => array(
280
-                  'location' => 'query',
281
-                  'type' => 'integer',
282
-                ),
283
-                'filter' => array(
284
-                  'location' => 'query',
285
-                  'type' => 'string',
286
-                ),
287
-                'user' => array(
288
-                  'location' => 'query',
289
-                  'type' => 'string',
290
-                ),
291
-              ),
292
-            ),
293
-          )
294
-        )
295
-    );
296
-    $this->users = new Google_Service_Computeaccounts_Users_Resource(
297
-        $this,
298
-        $this->serviceName,
299
-        'users',
300
-        array(
301
-          'methods' => array(
302
-            'addPublicKey' => array(
303
-              'path' => '{project}/global/users/{user}/addPublicKey',
304
-              'httpMethod' => 'POST',
305
-              'parameters' => array(
306
-                'project' => array(
307
-                  'location' => 'path',
308
-                  'type' => 'string',
309
-                  'required' => true,
310
-                ),
311
-                'user' => array(
312
-                  'location' => 'path',
313
-                  'type' => 'string',
314
-                  'required' => true,
315
-                ),
316
-              ),
317
-            ),'delete' => array(
318
-              'path' => '{project}/global/users/{user}',
319
-              'httpMethod' => 'DELETE',
320
-              'parameters' => array(
321
-                'project' => array(
322
-                  'location' => 'path',
323
-                  'type' => 'string',
324
-                  'required' => true,
325
-                ),
326
-                'user' => array(
327
-                  'location' => 'path',
328
-                  'type' => 'string',
329
-                  'required' => true,
330
-                ),
331
-              ),
332
-            ),'get' => array(
333
-              'path' => '{project}/global/users/{user}',
334
-              'httpMethod' => 'GET',
335
-              'parameters' => array(
336
-                'project' => array(
337
-                  'location' => 'path',
338
-                  'type' => 'string',
339
-                  'required' => true,
340
-                ),
341
-                'user' => array(
342
-                  'location' => 'path',
343
-                  'type' => 'string',
344
-                  'required' => true,
345
-                ),
346
-              ),
347
-            ),'insert' => array(
348
-              'path' => '{project}/global/users',
349
-              'httpMethod' => 'POST',
350
-              'parameters' => array(
351
-                'project' => array(
352
-                  'location' => 'path',
353
-                  'type' => 'string',
354
-                  'required' => true,
355
-                ),
356
-              ),
357
-            ),'list' => array(
358
-              'path' => '{project}/global/users',
359
-              'httpMethod' => 'GET',
360
-              'parameters' => array(
361
-                'project' => array(
362
-                  'location' => 'path',
363
-                  'type' => 'string',
364
-                  'required' => true,
365
-                ),
366
-                'filter' => array(
367
-                  'location' => 'query',
368
-                  'type' => 'string',
369
-                ),
370
-                'pageToken' => array(
371
-                  'location' => 'query',
372
-                  'type' => 'string',
373
-                ),
374
-                'maxResults' => array(
375
-                  'location' => 'query',
376
-                  'type' => 'integer',
377
-                ),
378
-              ),
379
-            ),'removePublicKey' => array(
380
-              'path' => '{project}/global/users/{user}/removePublicKey',
381
-              'httpMethod' => 'POST',
382
-              'parameters' => array(
383
-                'project' => array(
384
-                  'location' => 'path',
385
-                  'type' => 'string',
386
-                  'required' => true,
387
-                ),
388
-                'user' => array(
389
-                  'location' => 'path',
390
-                  'type' => 'string',
391
-                  'required' => true,
392
-                ),
393
-                'fingerprint' => array(
394
-                  'location' => 'query',
395
-                  'type' => 'string',
396
-                  'required' => true,
397
-                ),
398
-              ),
399
-            ),
400
-          )
401
-        )
402
-    );
56
+	parent::__construct($client);
57
+	$this->servicePath = 'computeaccounts/alpha/projects/';
58
+	$this->version = 'alpha';
59
+	$this->serviceName = 'computeaccounts';
60
+
61
+	$this->globalAccountsOperations = new Google_Service_Computeaccounts_GlobalAccountsOperations_Resource(
62
+		$this,
63
+		$this->serviceName,
64
+		'globalAccountsOperations',
65
+		array(
66
+		  'methods' => array(
67
+			'delete' => array(
68
+			  'path' => '{project}/global/operations/{operation}',
69
+			  'httpMethod' => 'DELETE',
70
+			  'parameters' => array(
71
+				'project' => array(
72
+				  'location' => 'path',
73
+				  'type' => 'string',
74
+				  'required' => true,
75
+				),
76
+				'operation' => array(
77
+				  'location' => 'path',
78
+				  'type' => 'string',
79
+				  'required' => true,
80
+				),
81
+			  ),
82
+			),'get' => array(
83
+			  'path' => '{project}/global/operations/{operation}',
84
+			  'httpMethod' => 'GET',
85
+			  'parameters' => array(
86
+				'project' => array(
87
+				  'location' => 'path',
88
+				  'type' => 'string',
89
+				  'required' => true,
90
+				),
91
+				'operation' => array(
92
+				  'location' => 'path',
93
+				  'type' => 'string',
94
+				  'required' => true,
95
+				),
96
+			  ),
97
+			),'list' => array(
98
+			  'path' => '{project}/global/operations',
99
+			  'httpMethod' => 'GET',
100
+			  'parameters' => array(
101
+				'project' => array(
102
+				  'location' => 'path',
103
+				  'type' => 'string',
104
+				  'required' => true,
105
+				),
106
+				'filter' => array(
107
+				  'location' => 'query',
108
+				  'type' => 'string',
109
+				),
110
+				'pageToken' => array(
111
+				  'location' => 'query',
112
+				  'type' => 'string',
113
+				),
114
+				'maxResults' => array(
115
+				  'location' => 'query',
116
+				  'type' => 'integer',
117
+				),
118
+			  ),
119
+			),
120
+		  )
121
+		)
122
+	);
123
+	$this->groups = new Google_Service_Computeaccounts_Groups_Resource(
124
+		$this,
125
+		$this->serviceName,
126
+		'groups',
127
+		array(
128
+		  'methods' => array(
129
+			'addMember' => array(
130
+			  'path' => '{project}/global/groups/{groupName}/addMember',
131
+			  'httpMethod' => 'POST',
132
+			  'parameters' => array(
133
+				'project' => array(
134
+				  'location' => 'path',
135
+				  'type' => 'string',
136
+				  'required' => true,
137
+				),
138
+				'groupName' => array(
139
+				  'location' => 'path',
140
+				  'type' => 'string',
141
+				  'required' => true,
142
+				),
143
+			  ),
144
+			),'delete' => array(
145
+			  'path' => '{project}/global/groups/{groupName}',
146
+			  'httpMethod' => 'DELETE',
147
+			  'parameters' => array(
148
+				'project' => array(
149
+				  'location' => 'path',
150
+				  'type' => 'string',
151
+				  'required' => true,
152
+				),
153
+				'groupName' => array(
154
+				  'location' => 'path',
155
+				  'type' => 'string',
156
+				  'required' => true,
157
+				),
158
+			  ),
159
+			),'get' => array(
160
+			  'path' => '{project}/global/groups/{groupName}',
161
+			  'httpMethod' => 'GET',
162
+			  'parameters' => array(
163
+				'project' => array(
164
+				  'location' => 'path',
165
+				  'type' => 'string',
166
+				  'required' => true,
167
+				),
168
+				'groupName' => array(
169
+				  'location' => 'path',
170
+				  'type' => 'string',
171
+				  'required' => true,
172
+				),
173
+			  ),
174
+			),'insert' => array(
175
+			  'path' => '{project}/global/groups',
176
+			  'httpMethod' => 'POST',
177
+			  'parameters' => array(
178
+				'project' => array(
179
+				  'location' => 'path',
180
+				  'type' => 'string',
181
+				  'required' => true,
182
+				),
183
+			  ),
184
+			),'list' => array(
185
+			  'path' => '{project}/global/groups',
186
+			  'httpMethod' => 'GET',
187
+			  'parameters' => array(
188
+				'project' => array(
189
+				  'location' => 'path',
190
+				  'type' => 'string',
191
+				  'required' => true,
192
+				),
193
+				'filter' => array(
194
+				  'location' => 'query',
195
+				  'type' => 'string',
196
+				),
197
+				'pageToken' => array(
198
+				  'location' => 'query',
199
+				  'type' => 'string',
200
+				),
201
+				'maxResults' => array(
202
+				  'location' => 'query',
203
+				  'type' => 'integer',
204
+				),
205
+			  ),
206
+			),'removeMember' => array(
207
+			  'path' => '{project}/global/groups/{groupName}/removeMember',
208
+			  'httpMethod' => 'POST',
209
+			  'parameters' => array(
210
+				'project' => array(
211
+				  'location' => 'path',
212
+				  'type' => 'string',
213
+				  'required' => true,
214
+				),
215
+				'groupName' => array(
216
+				  'location' => 'path',
217
+				  'type' => 'string',
218
+				  'required' => true,
219
+				),
220
+			  ),
221
+			),
222
+		  )
223
+		)
224
+	);
225
+	$this->linux = new Google_Service_Computeaccounts_Linux_Resource(
226
+		$this,
227
+		$this->serviceName,
228
+		'linux',
229
+		array(
230
+		  'methods' => array(
231
+			'getAuthorizedKeysView' => array(
232
+			  'path' => '{project}/zones/{zone}/authorizedKeysView/{user}',
233
+			  'httpMethod' => 'POST',
234
+			  'parameters' => array(
235
+				'project' => array(
236
+				  'location' => 'path',
237
+				  'type' => 'string',
238
+				  'required' => true,
239
+				),
240
+				'zone' => array(
241
+				  'location' => 'path',
242
+				  'type' => 'string',
243
+				  'required' => true,
244
+				),
245
+				'user' => array(
246
+				  'location' => 'path',
247
+				  'type' => 'string',
248
+				  'required' => true,
249
+				),
250
+				'instance' => array(
251
+				  'location' => 'query',
252
+				  'type' => 'string',
253
+				  'required' => true,
254
+				),
255
+			  ),
256
+			),'getLinuxAccountViews' => array(
257
+			  'path' => '{project}/zones/{zone}/linuxAccountViews',
258
+			  'httpMethod' => 'POST',
259
+			  'parameters' => array(
260
+				'project' => array(
261
+				  'location' => 'path',
262
+				  'type' => 'string',
263
+				  'required' => true,
264
+				),
265
+				'zone' => array(
266
+				  'location' => 'path',
267
+				  'type' => 'string',
268
+				  'required' => true,
269
+				),
270
+				'instance' => array(
271
+				  'location' => 'query',
272
+				  'type' => 'string',
273
+				  'required' => true,
274
+				),
275
+				'pageToken' => array(
276
+				  'location' => 'query',
277
+				  'type' => 'string',
278
+				),
279
+				'maxResults' => array(
280
+				  'location' => 'query',
281
+				  'type' => 'integer',
282
+				),
283
+				'filter' => array(
284
+				  'location' => 'query',
285
+				  'type' => 'string',
286
+				),
287
+				'user' => array(
288
+				  'location' => 'query',
289
+				  'type' => 'string',
290
+				),
291
+			  ),
292
+			),
293
+		  )
294
+		)
295
+	);
296
+	$this->users = new Google_Service_Computeaccounts_Users_Resource(
297
+		$this,
298
+		$this->serviceName,
299
+		'users',
300
+		array(
301
+		  'methods' => array(
302
+			'addPublicKey' => array(
303
+			  'path' => '{project}/global/users/{user}/addPublicKey',
304
+			  'httpMethod' => 'POST',
305
+			  'parameters' => array(
306
+				'project' => array(
307
+				  'location' => 'path',
308
+				  'type' => 'string',
309
+				  'required' => true,
310
+				),
311
+				'user' => array(
312
+				  'location' => 'path',
313
+				  'type' => 'string',
314
+				  'required' => true,
315
+				),
316
+			  ),
317
+			),'delete' => array(
318
+			  'path' => '{project}/global/users/{user}',
319
+			  'httpMethod' => 'DELETE',
320
+			  'parameters' => array(
321
+				'project' => array(
322
+				  'location' => 'path',
323
+				  'type' => 'string',
324
+				  'required' => true,
325
+				),
326
+				'user' => array(
327
+				  'location' => 'path',
328
+				  'type' => 'string',
329
+				  'required' => true,
330
+				),
331
+			  ),
332
+			),'get' => array(
333
+			  'path' => '{project}/global/users/{user}',
334
+			  'httpMethod' => 'GET',
335
+			  'parameters' => array(
336
+				'project' => array(
337
+				  'location' => 'path',
338
+				  'type' => 'string',
339
+				  'required' => true,
340
+				),
341
+				'user' => array(
342
+				  'location' => 'path',
343
+				  'type' => 'string',
344
+				  'required' => true,
345
+				),
346
+			  ),
347
+			),'insert' => array(
348
+			  'path' => '{project}/global/users',
349
+			  'httpMethod' => 'POST',
350
+			  'parameters' => array(
351
+				'project' => array(
352
+				  'location' => 'path',
353
+				  'type' => 'string',
354
+				  'required' => true,
355
+				),
356
+			  ),
357
+			),'list' => array(
358
+			  'path' => '{project}/global/users',
359
+			  'httpMethod' => 'GET',
360
+			  'parameters' => array(
361
+				'project' => array(
362
+				  'location' => 'path',
363
+				  'type' => 'string',
364
+				  'required' => true,
365
+				),
366
+				'filter' => array(
367
+				  'location' => 'query',
368
+				  'type' => 'string',
369
+				),
370
+				'pageToken' => array(
371
+				  'location' => 'query',
372
+				  'type' => 'string',
373
+				),
374
+				'maxResults' => array(
375
+				  'location' => 'query',
376
+				  'type' => 'integer',
377
+				),
378
+			  ),
379
+			),'removePublicKey' => array(
380
+			  'path' => '{project}/global/users/{user}/removePublicKey',
381
+			  'httpMethod' => 'POST',
382
+			  'parameters' => array(
383
+				'project' => array(
384
+				  'location' => 'path',
385
+				  'type' => 'string',
386
+				  'required' => true,
387
+				),
388
+				'user' => array(
389
+				  'location' => 'path',
390
+				  'type' => 'string',
391
+				  'required' => true,
392
+				),
393
+				'fingerprint' => array(
394
+				  'location' => 'query',
395
+				  'type' => 'string',
396
+				  'required' => true,
397
+				),
398
+			  ),
399
+			),
400
+		  )
401
+		)
402
+	);
403 403
   }
404 404
 }
405 405
 
@@ -424,9 +424,9 @@  discard block
 block discarded – undo
424 424
    */
425 425
   public function delete($project, $operation, $optParams = array())
426 426
   {
427
-    $params = array('project' => $project, 'operation' => $operation);
428
-    $params = array_merge($params, $optParams);
429
-    return $this->call('delete', array($params));
427
+	$params = array('project' => $project, 'operation' => $operation);
428
+	$params = array_merge($params, $optParams);
429
+	return $this->call('delete', array($params));
430 430
   }
431 431
 
432 432
   /**
@@ -439,9 +439,9 @@  discard block
 block discarded – undo
439 439
    */
440 440
   public function get($project, $operation, $optParams = array())
441 441
   {
442
-    $params = array('project' => $project, 'operation' => $operation);
443
-    $params = array_merge($params, $optParams);
444
-    return $this->call('get', array($params), "Google_Service_Computeaccounts_Operation");
442
+	$params = array('project' => $project, 'operation' => $operation);
443
+	$params = array_merge($params, $optParams);
444
+	return $this->call('get', array($params), "Google_Service_Computeaccounts_Operation");
445 445
   }
446 446
 
447 447
   /**
@@ -461,9 +461,9 @@  discard block
 block discarded – undo
461 461
    */
462 462
   public function listGlobalAccountsOperations($project, $optParams = array())
463 463
   {
464
-    $params = array('project' => $project);
465
-    $params = array_merge($params, $optParams);
466
-    return $this->call('list', array($params), "Google_Service_Computeaccounts_OperationList");
464
+	$params = array('project' => $project);
465
+	$params = array_merge($params, $optParams);
466
+	return $this->call('list', array($params), "Google_Service_Computeaccounts_OperationList");
467 467
   }
468 468
 }
469 469
 
@@ -489,9 +489,9 @@  discard block
 block discarded – undo
489 489
    */
490 490
   public function addMember($project, $groupName, Google_Service_Computeaccounts_GroupsAddMemberRequest $postBody, $optParams = array())
491 491
   {
492
-    $params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody);
493
-    $params = array_merge($params, $optParams);
494
-    return $this->call('addMember', array($params), "Google_Service_Computeaccounts_Operation");
492
+	$params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody);
493
+	$params = array_merge($params, $optParams);
494
+	return $this->call('addMember', array($params), "Google_Service_Computeaccounts_Operation");
495 495
   }
496 496
 
497 497
   /**
@@ -504,9 +504,9 @@  discard block
 block discarded – undo
504 504
    */
505 505
   public function delete($project, $groupName, $optParams = array())
506 506
   {
507
-    $params = array('project' => $project, 'groupName' => $groupName);
508
-    $params = array_merge($params, $optParams);
509
-    return $this->call('delete', array($params), "Google_Service_Computeaccounts_Operation");
507
+	$params = array('project' => $project, 'groupName' => $groupName);
508
+	$params = array_merge($params, $optParams);
509
+	return $this->call('delete', array($params), "Google_Service_Computeaccounts_Operation");
510 510
   }
511 511
 
512 512
   /**
@@ -519,9 +519,9 @@  discard block
 block discarded – undo
519 519
    */
520 520
   public function get($project, $groupName, $optParams = array())
521 521
   {
522
-    $params = array('project' => $project, 'groupName' => $groupName);
523
-    $params = array_merge($params, $optParams);
524
-    return $this->call('get', array($params), "Google_Service_Computeaccounts_Group");
522
+	$params = array('project' => $project, 'groupName' => $groupName);
523
+	$params = array_merge($params, $optParams);
524
+	return $this->call('get', array($params), "Google_Service_Computeaccounts_Group");
525 525
   }
526 526
 
527 527
   /**
@@ -535,9 +535,9 @@  discard block
 block discarded – undo
535 535
    */
536 536
   public function insert($project, Google_Service_Computeaccounts_Group $postBody, $optParams = array())
537 537
   {
538
-    $params = array('project' => $project, 'postBody' => $postBody);
539
-    $params = array_merge($params, $optParams);
540
-    return $this->call('insert', array($params), "Google_Service_Computeaccounts_Operation");
538
+	$params = array('project' => $project, 'postBody' => $postBody);
539
+	$params = array_merge($params, $optParams);
540
+	return $this->call('insert', array($params), "Google_Service_Computeaccounts_Operation");
541 541
   }
542 542
 
543 543
   /**
@@ -557,9 +557,9 @@  discard block
 block discarded – undo
557 557
    */
558 558
   public function listGroups($project, $optParams = array())
559 559
   {
560
-    $params = array('project' => $project);
561
-    $params = array_merge($params, $optParams);
562
-    return $this->call('list', array($params), "Google_Service_Computeaccounts_GroupList");
560
+	$params = array('project' => $project);
561
+	$params = array_merge($params, $optParams);
562
+	return $this->call('list', array($params), "Google_Service_Computeaccounts_GroupList");
563 563
   }
564 564
 
565 565
   /**
@@ -573,9 +573,9 @@  discard block
 block discarded – undo
573 573
    */
574 574
   public function removeMember($project, $groupName, Google_Service_Computeaccounts_GroupsRemoveMemberRequest $postBody, $optParams = array())
575 575
   {
576
-    $params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody);
577
-    $params = array_merge($params, $optParams);
578
-    return $this->call('removeMember', array($params), "Google_Service_Computeaccounts_Operation");
576
+	$params = array('project' => $project, 'groupName' => $groupName, 'postBody' => $postBody);
577
+	$params = array_merge($params, $optParams);
578
+	return $this->call('removeMember', array($params), "Google_Service_Computeaccounts_Operation");
579 579
   }
580 580
 }
581 581
 
@@ -604,9 +604,9 @@  discard block
 block discarded – undo
604 604
    */
605 605
   public function getAuthorizedKeysView($project, $zone, $user, $instance, $optParams = array())
606 606
   {
607
-    $params = array('project' => $project, 'zone' => $zone, 'user' => $user, 'instance' => $instance);
608
-    $params = array_merge($params, $optParams);
609
-    return $this->call('getAuthorizedKeysView', array($params), "Google_Service_Computeaccounts_LinuxGetAuthorizedKeysViewResponse");
607
+	$params = array('project' => $project, 'zone' => $zone, 'user' => $user, 'instance' => $instance);
608
+	$params = array_merge($params, $optParams);
609
+	return $this->call('getAuthorizedKeysView', array($params), "Google_Service_Computeaccounts_LinuxGetAuthorizedKeysViewResponse");
610 610
   }
611 611
 
612 612
   /**
@@ -631,9 +631,9 @@  discard block
 block discarded – undo
631 631
    */
632 632
   public function getLinuxAccountViews($project, $zone, $instance, $optParams = array())
633 633
   {
634
-    $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance);
635
-    $params = array_merge($params, $optParams);
636
-    return $this->call('getLinuxAccountViews', array($params), "Google_Service_Computeaccounts_LinuxGetLinuxAccountViewsResponse");
634
+	$params = array('project' => $project, 'zone' => $zone, 'instance' => $instance);
635
+	$params = array_merge($params, $optParams);
636
+	return $this->call('getLinuxAccountViews', array($params), "Google_Service_Computeaccounts_LinuxGetLinuxAccountViewsResponse");
637 637
   }
638 638
 }
639 639
 
@@ -660,9 +660,9 @@  discard block
 block discarded – undo
660 660
    */
661 661
   public function addPublicKey($project, $user, Google_Service_Computeaccounts_PublicKey $postBody, $optParams = array())
662 662
   {
663
-    $params = array('project' => $project, 'user' => $user, 'postBody' => $postBody);
664
-    $params = array_merge($params, $optParams);
665
-    return $this->call('addPublicKey', array($params), "Google_Service_Computeaccounts_Operation");
663
+	$params = array('project' => $project, 'user' => $user, 'postBody' => $postBody);
664
+	$params = array_merge($params, $optParams);
665
+	return $this->call('addPublicKey', array($params), "Google_Service_Computeaccounts_Operation");
666 666
   }
667 667
 
668 668
   /**
@@ -675,9 +675,9 @@  discard block
 block discarded – undo
675 675
    */
676 676
   public function delete($project, $user, $optParams = array())
677 677
   {
678
-    $params = array('project' => $project, 'user' => $user);
679
-    $params = array_merge($params, $optParams);
680
-    return $this->call('delete', array($params), "Google_Service_Computeaccounts_Operation");
678
+	$params = array('project' => $project, 'user' => $user);
679
+	$params = array_merge($params, $optParams);
680
+	return $this->call('delete', array($params), "Google_Service_Computeaccounts_Operation");
681 681
   }
682 682
 
683 683
   /**
@@ -690,9 +690,9 @@  discard block
 block discarded – undo
690 690
    */
691 691
   public function get($project, $user, $optParams = array())
692 692
   {
693
-    $params = array('project' => $project, 'user' => $user);
694
-    $params = array_merge($params, $optParams);
695
-    return $this->call('get', array($params), "Google_Service_Computeaccounts_User");
693
+	$params = array('project' => $project, 'user' => $user);
694
+	$params = array_merge($params, $optParams);
695
+	return $this->call('get', array($params), "Google_Service_Computeaccounts_User");
696 696
   }
697 697
 
698 698
   /**
@@ -706,9 +706,9 @@  discard block
 block discarded – undo
706 706
    */
707 707
   public function insert($project, Google_Service_Computeaccounts_User $postBody, $optParams = array())
708 708
   {
709
-    $params = array('project' => $project, 'postBody' => $postBody);
710
-    $params = array_merge($params, $optParams);
711
-    return $this->call('insert', array($params), "Google_Service_Computeaccounts_Operation");
709
+	$params = array('project' => $project, 'postBody' => $postBody);
710
+	$params = array_merge($params, $optParams);
711
+	return $this->call('insert', array($params), "Google_Service_Computeaccounts_Operation");
712 712
   }
713 713
 
714 714
   /**
@@ -728,9 +728,9 @@  discard block
 block discarded – undo
728 728
    */
729 729
   public function listUsers($project, $optParams = array())
730 730
   {
731
-    $params = array('project' => $project);
732
-    $params = array_merge($params, $optParams);
733
-    return $this->call('list', array($params), "Google_Service_Computeaccounts_UserList");
731
+	$params = array('project' => $project);
732
+	$params = array_merge($params, $optParams);
733
+	return $this->call('list', array($params), "Google_Service_Computeaccounts_UserList");
734 734
   }
735 735
 
736 736
   /**
@@ -746,9 +746,9 @@  discard block
 block discarded – undo
746 746
    */
747 747
   public function removePublicKey($project, $user, $fingerprint, $optParams = array())
748 748
   {
749
-    $params = array('project' => $project, 'user' => $user, 'fingerprint' => $fingerprint);
750
-    $params = array_merge($params, $optParams);
751
-    return $this->call('removePublicKey', array($params), "Google_Service_Computeaccounts_Operation");
749
+	$params = array('project' => $project, 'user' => $user, 'fingerprint' => $fingerprint);
750
+	$params = array_merge($params, $optParams);
751
+	return $this->call('removePublicKey', array($params), "Google_Service_Computeaccounts_Operation");
752 752
   }
753 753
 }
754 754
 
@@ -765,11 +765,11 @@  discard block
 block discarded – undo
765 765
 
766 766
   public function setKeys($keys)
767 767
   {
768
-    $this->keys = $keys;
768
+	$this->keys = $keys;
769 769
   }
770 770
   public function getKeys()
771 771
   {
772
-    return $this->keys;
772
+	return $this->keys;
773 773
   }
774 774
 }
775 775
 
@@ -789,59 +789,59 @@  discard block
 block discarded – undo
789 789
 
790 790
   public function setCreationTimestamp($creationTimestamp)
791 791
   {
792
-    $this->creationTimestamp = $creationTimestamp;
792
+	$this->creationTimestamp = $creationTimestamp;
793 793
   }
794 794
   public function getCreationTimestamp()
795 795
   {
796
-    return $this->creationTimestamp;
796
+	return $this->creationTimestamp;
797 797
   }
798 798
   public function setDescription($description)
799 799
   {
800
-    $this->description = $description;
800
+	$this->description = $description;
801 801
   }
802 802
   public function getDescription()
803 803
   {
804
-    return $this->description;
804
+	return $this->description;
805 805
   }
806 806
   public function setId($id)
807 807
   {
808
-    $this->id = $id;
808
+	$this->id = $id;
809 809
   }
810 810
   public function getId()
811 811
   {
812
-    return $this->id;
812
+	return $this->id;
813 813
   }
814 814
   public function setKind($kind)
815 815
   {
816
-    $this->kind = $kind;
816
+	$this->kind = $kind;
817 817
   }
818 818
   public function getKind()
819 819
   {
820
-    return $this->kind;
820
+	return $this->kind;
821 821
   }
822 822
   public function setMembers($members)
823 823
   {
824
-    $this->members = $members;
824
+	$this->members = $members;
825 825
   }
826 826
   public function getMembers()
827 827
   {
828
-    return $this->members;
828
+	return $this->members;
829 829
   }
830 830
   public function setName($name)
831 831
   {
832
-    $this->name = $name;
832
+	$this->name = $name;
833 833
   }
834 834
   public function getName()
835 835
   {
836
-    return $this->name;
836
+	return $this->name;
837 837
   }
838 838
   public function setSelfLink($selfLink)
839 839
   {
840
-    $this->selfLink = $selfLink;
840
+	$this->selfLink = $selfLink;
841 841
   }
842 842
   public function getSelfLink()
843 843
   {
844
-    return $this->selfLink;
844
+	return $this->selfLink;
845 845
   }
846 846
 }
847 847
 
@@ -860,43 +860,43 @@  discard block
 block discarded – undo
860 860
 
861 861
   public function setId($id)
862 862
   {
863
-    $this->id = $id;
863
+	$this->id = $id;
864 864
   }
865 865
   public function getId()
866 866
   {
867
-    return $this->id;
867
+	return $this->id;
868 868
   }
869 869
   public function setItems($items)
870 870
   {
871
-    $this->items = $items;
871
+	$this->items = $items;
872 872
   }
873 873
   public function getItems()
874 874
   {
875
-    return $this->items;
875
+	return $this->items;
876 876
   }
877 877
   public function setKind($kind)
878 878
   {
879
-    $this->kind = $kind;
879
+	$this->kind = $kind;
880 880
   }
881 881
   public function getKind()
882 882
   {
883
-    return $this->kind;
883
+	return $this->kind;
884 884
   }
885 885
   public function setNextPageToken($nextPageToken)
886 886
   {
887
-    $this->nextPageToken = $nextPageToken;
887
+	$this->nextPageToken = $nextPageToken;
888 888
   }
889 889
   public function getNextPageToken()
890 890
   {
891
-    return $this->nextPageToken;
891
+	return $this->nextPageToken;
892 892
   }
893 893
   public function setSelfLink($selfLink)
894 894
   {
895
-    $this->selfLink = $selfLink;
895
+	$this->selfLink = $selfLink;
896 896
   }
897 897
   public function getSelfLink()
898 898
   {
899
-    return $this->selfLink;
899
+	return $this->selfLink;
900 900
   }
901 901
 }
902 902
 
@@ -910,11 +910,11 @@  discard block
 block discarded – undo
910 910
 
911 911
   public function setUsers($users)
912 912
   {
913
-    $this->users = $users;
913
+	$this->users = $users;
914 914
   }
915 915
   public function getUsers()
916 916
   {
917
-    return $this->users;
917
+	return $this->users;
918 918
   }
919 919
 }
920 920
 
@@ -928,11 +928,11 @@  discard block
 block discarded – undo
928 928
 
929 929
   public function setUsers($users)
930 930
   {
931
-    $this->users = $users;
931
+	$this->users = $users;
932 932
   }
933 933
   public function getUsers()
934 934
   {
935
-    return $this->users;
935
+	return $this->users;
936 936
   }
937 937
 }
938 938
 
@@ -950,27 +950,27 @@  discard block
 block discarded – undo
950 950
 
951 951
   public function setGroupViews($groupViews)
952 952
   {
953
-    $this->groupViews = $groupViews;
953
+	$this->groupViews = $groupViews;
954 954
   }
955 955
   public function getGroupViews()
956 956
   {
957
-    return $this->groupViews;
957
+	return $this->groupViews;
958 958
   }
959 959
   public function setKind($kind)
960 960
   {
961
-    $this->kind = $kind;
961
+	$this->kind = $kind;
962 962
   }
963 963
   public function getKind()
964 964
   {
965
-    return $this->kind;
965
+	return $this->kind;
966 966
   }
967 967
   public function setUserViews($userViews)
968 968
   {
969
-    $this->userViews = $userViews;
969
+	$this->userViews = $userViews;
970 970
   }
971 971
   public function getUserViews()
972 972
   {
973
-    return $this->userViews;
973
+	return $this->userViews;
974 974
   }
975 975
 }
976 976
 
@@ -984,11 +984,11 @@  discard block
 block discarded – undo
984 984
 
985 985
   public function setResource(Google_Service_Computeaccounts_AuthorizedKeysView $resource)
986 986
   {
987
-    $this->resource = $resource;
987
+	$this->resource = $resource;
988 988
   }
989 989
   public function getResource()
990 990
   {
991
-    return $this->resource;
991
+	return $this->resource;
992 992
   }
993 993
 }
994 994
 
@@ -1002,11 +1002,11 @@  discard block
 block discarded – undo
1002 1002
 
1003 1003
   public function setResource(Google_Service_Computeaccounts_LinuxAccountViews $resource)
1004 1004
   {
1005
-    $this->resource = $resource;
1005
+	$this->resource = $resource;
1006 1006
   }
1007 1007
   public function getResource()
1008 1008
   {
1009
-    return $this->resource;
1009
+	return $this->resource;
1010 1010
   }
1011 1011
 }
1012 1012
 
@@ -1022,27 +1022,27 @@  discard block
 block discarded – undo
1022 1022
 
1023 1023
   public function setGid($gid)
1024 1024
   {
1025
-    $this->gid = $gid;
1025
+	$this->gid = $gid;
1026 1026
   }
1027 1027
   public function getGid()
1028 1028
   {
1029
-    return $this->gid;
1029
+	return $this->gid;
1030 1030
   }
1031 1031
   public function setGroupName($groupName)
1032 1032
   {
1033
-    $this->groupName = $groupName;
1033
+	$this->groupName = $groupName;
1034 1034
   }
1035 1035
   public function getGroupName()
1036 1036
   {
1037
-    return $this->groupName;
1037
+	return $this->groupName;
1038 1038
   }
1039 1039
   public function setMembers($members)
1040 1040
   {
1041
-    $this->members = $members;
1041
+	$this->members = $members;
1042 1042
   }
1043 1043
   public function getMembers()
1044 1044
   {
1045
-    return $this->members;
1045
+	return $this->members;
1046 1046
   }
1047 1047
 }
1048 1048
 
@@ -1060,51 +1060,51 @@  discard block
 block discarded – undo
1060 1060
 
1061 1061
   public function setGecos($gecos)
1062 1062
   {
1063
-    $this->gecos = $gecos;
1063
+	$this->gecos = $gecos;
1064 1064
   }
1065 1065
   public function getGecos()
1066 1066
   {
1067
-    return $this->gecos;
1067
+	return $this->gecos;
1068 1068
   }
1069 1069
   public function setGid($gid)
1070 1070
   {
1071
-    $this->gid = $gid;
1071
+	$this->gid = $gid;
1072 1072
   }
1073 1073
   public function getGid()
1074 1074
   {
1075
-    return $this->gid;
1075
+	return $this->gid;
1076 1076
   }
1077 1077
   public function setHomeDirectory($homeDirectory)
1078 1078
   {
1079
-    $this->homeDirectory = $homeDirectory;
1079
+	$this->homeDirectory = $homeDirectory;
1080 1080
   }
1081 1081
   public function getHomeDirectory()
1082 1082
   {
1083
-    return $this->homeDirectory;
1083
+	return $this->homeDirectory;
1084 1084
   }
1085 1085
   public function setShell($shell)
1086 1086
   {
1087
-    $this->shell = $shell;
1087
+	$this->shell = $shell;
1088 1088
   }
1089 1089
   public function getShell()
1090 1090
   {
1091
-    return $this->shell;
1091
+	return $this->shell;
1092 1092
   }
1093 1093
   public function setUid($uid)
1094 1094
   {
1095
-    $this->uid = $uid;
1095
+	$this->uid = $uid;
1096 1096
   }
1097 1097
   public function getUid()
1098 1098
   {
1099
-    return $this->uid;
1099
+	return $this->uid;
1100 1100
   }
1101 1101
   public function setUsername($username)
1102 1102
   {
1103
-    $this->username = $username;
1103
+	$this->username = $username;
1104 1104
   }
1105 1105
   public function getUsername()
1106 1106
   {
1107
-    return $this->username;
1107
+	return $this->username;
1108 1108
   }
1109 1109
 }
1110 1110
 
@@ -1141,179 +1141,179 @@  discard block
 block discarded – undo
1141 1141
 
1142 1142
   public function setClientOperationId($clientOperationId)
1143 1143
   {
1144
-    $this->clientOperationId = $clientOperationId;
1144
+	$this->clientOperationId = $clientOperationId;
1145 1145
   }
1146 1146
   public function getClientOperationId()
1147 1147
   {
1148
-    return $this->clientOperationId;
1148
+	return $this->clientOperationId;
1149 1149
   }
1150 1150
   public function setCreationTimestamp($creationTimestamp)
1151 1151
   {
1152
-    $this->creationTimestamp = $creationTimestamp;
1152
+	$this->creationTimestamp = $creationTimestamp;
1153 1153
   }
1154 1154
   public function getCreationTimestamp()
1155 1155
   {
1156
-    return $this->creationTimestamp;
1156
+	return $this->creationTimestamp;
1157 1157
   }
1158 1158
   public function setEndTime($endTime)
1159 1159
   {
1160
-    $this->endTime = $endTime;
1160
+	$this->endTime = $endTime;
1161 1161
   }
1162 1162
   public function getEndTime()
1163 1163
   {
1164
-    return $this->endTime;
1164
+	return $this->endTime;
1165 1165
   }
1166 1166
   public function setError(Google_Service_Computeaccounts_OperationError $error)
1167 1167
   {
1168
-    $this->error = $error;
1168
+	$this->error = $error;
1169 1169
   }
1170 1170
   public function getError()
1171 1171
   {
1172
-    return $this->error;
1172
+	return $this->error;
1173 1173
   }
1174 1174
   public function setHttpErrorMessage($httpErrorMessage)
1175 1175
   {
1176
-    $this->httpErrorMessage = $httpErrorMessage;
1176
+	$this->httpErrorMessage = $httpErrorMessage;
1177 1177
   }
1178 1178
   public function getHttpErrorMessage()
1179 1179
   {
1180
-    return $this->httpErrorMessage;
1180
+	return $this->httpErrorMessage;
1181 1181
   }
1182 1182
   public function setHttpErrorStatusCode($httpErrorStatusCode)
1183 1183
   {
1184
-    $this->httpErrorStatusCode = $httpErrorStatusCode;
1184
+	$this->httpErrorStatusCode = $httpErrorStatusCode;
1185 1185
   }
1186 1186
   public function getHttpErrorStatusCode()
1187 1187
   {
1188
-    return $this->httpErrorStatusCode;
1188
+	return $this->httpErrorStatusCode;
1189 1189
   }
1190 1190
   public function setId($id)
1191 1191
   {
1192
-    $this->id = $id;
1192
+	$this->id = $id;
1193 1193
   }
1194 1194
   public function getId()
1195 1195
   {
1196
-    return $this->id;
1196
+	return $this->id;
1197 1197
   }
1198 1198
   public function setInsertTime($insertTime)
1199 1199
   {
1200
-    $this->insertTime = $insertTime;
1200
+	$this->insertTime = $insertTime;
1201 1201
   }
1202 1202
   public function getInsertTime()
1203 1203
   {
1204
-    return $this->insertTime;
1204
+	return $this->insertTime;
1205 1205
   }
1206 1206
   public function setKind($kind)
1207 1207
   {
1208
-    $this->kind = $kind;
1208
+	$this->kind = $kind;
1209 1209
   }
1210 1210
   public function getKind()
1211 1211
   {
1212
-    return $this->kind;
1212
+	return $this->kind;
1213 1213
   }
1214 1214
   public function setName($name)
1215 1215
   {
1216
-    $this->name = $name;
1216
+	$this->name = $name;
1217 1217
   }
1218 1218
   public function getName()
1219 1219
   {
1220
-    return $this->name;
1220
+	return $this->name;
1221 1221
   }
1222 1222
   public function setOperationType($operationType)
1223 1223
   {
1224
-    $this->operationType = $operationType;
1224
+	$this->operationType = $operationType;
1225 1225
   }
1226 1226
   public function getOperationType()
1227 1227
   {
1228
-    return $this->operationType;
1228
+	return $this->operationType;
1229 1229
   }
1230 1230
   public function setProgress($progress)
1231 1231
   {
1232
-    $this->progress = $progress;
1232
+	$this->progress = $progress;
1233 1233
   }
1234 1234
   public function getProgress()
1235 1235
   {
1236
-    return $this->progress;
1236
+	return $this->progress;
1237 1237
   }
1238 1238
   public function setRegion($region)
1239 1239
   {
1240
-    $this->region = $region;
1240
+	$this->region = $region;
1241 1241
   }
1242 1242
   public function getRegion()
1243 1243
   {
1244
-    return $this->region;
1244
+	return $this->region;
1245 1245
   }
1246 1246
   public function setSelfLink($selfLink)
1247 1247
   {
1248
-    $this->selfLink = $selfLink;
1248
+	$this->selfLink = $selfLink;
1249 1249
   }
1250 1250
   public function getSelfLink()
1251 1251
   {
1252
-    return $this->selfLink;
1252
+	return $this->selfLink;
1253 1253
   }
1254 1254
   public function setStartTime($startTime)
1255 1255
   {
1256
-    $this->startTime = $startTime;
1256
+	$this->startTime = $startTime;
1257 1257
   }
1258 1258
   public function getStartTime()
1259 1259
   {
1260
-    return $this->startTime;
1260
+	return $this->startTime;
1261 1261
   }
1262 1262
   public function setStatus($status)
1263 1263
   {
1264
-    $this->status = $status;
1264
+	$this->status = $status;
1265 1265
   }
1266 1266
   public function getStatus()
1267 1267
   {
1268
-    return $this->status;
1268
+	return $this->status;
1269 1269
   }
1270 1270
   public function setStatusMessage($statusMessage)
1271 1271
   {
1272
-    $this->statusMessage = $statusMessage;
1272
+	$this->statusMessage = $statusMessage;
1273 1273
   }
1274 1274
   public function getStatusMessage()
1275 1275
   {
1276
-    return $this->statusMessage;
1276
+	return $this->statusMessage;
1277 1277
   }
1278 1278
   public function setTargetId($targetId)
1279 1279
   {
1280
-    $this->targetId = $targetId;
1280
+	$this->targetId = $targetId;
1281 1281
   }
1282 1282
   public function getTargetId()
1283 1283
   {
1284
-    return $this->targetId;
1284
+	return $this->targetId;
1285 1285
   }
1286 1286
   public function setTargetLink($targetLink)
1287 1287
   {
1288
-    $this->targetLink = $targetLink;
1288
+	$this->targetLink = $targetLink;
1289 1289
   }
1290 1290
   public function getTargetLink()
1291 1291
   {
1292
-    return $this->targetLink;
1292
+	return $this->targetLink;
1293 1293
   }
1294 1294
   public function setUser($user)
1295 1295
   {
1296
-    $this->user = $user;
1296
+	$this->user = $user;
1297 1297
   }
1298 1298
   public function getUser()
1299 1299
   {
1300
-    return $this->user;
1300
+	return $this->user;
1301 1301
   }
1302 1302
   public function setWarnings($warnings)
1303 1303
   {
1304
-    $this->warnings = $warnings;
1304
+	$this->warnings = $warnings;
1305 1305
   }
1306 1306
   public function getWarnings()
1307 1307
   {
1308
-    return $this->warnings;
1308
+	return $this->warnings;
1309 1309
   }
1310 1310
   public function setZone($zone)
1311 1311
   {
1312
-    $this->zone = $zone;
1312
+	$this->zone = $zone;
1313 1313
   }
1314 1314
   public function getZone()
1315 1315
   {
1316
-    return $this->zone;
1316
+	return $this->zone;
1317 1317
   }
1318 1318
 }
1319 1319
 
@@ -1328,11 +1328,11 @@  discard block
 block discarded – undo
1328 1328
 
1329 1329
   public function setErrors($errors)
1330 1330
   {
1331
-    $this->errors = $errors;
1331
+	$this->errors = $errors;
1332 1332
   }
1333 1333
   public function getErrors()
1334 1334
   {
1335
-    return $this->errors;
1335
+	return $this->errors;
1336 1336
   }
1337 1337
 }
1338 1338
 
@@ -1347,27 +1347,27 @@  discard block
 block discarded – undo
1347 1347
 
1348 1348
   public function setCode($code)
1349 1349
   {
1350
-    $this->code = $code;
1350
+	$this->code = $code;
1351 1351
   }
1352 1352
   public function getCode()
1353 1353
   {
1354
-    return $this->code;
1354
+	return $this->code;
1355 1355
   }
1356 1356
   public function setLocation($location)
1357 1357
   {
1358
-    $this->location = $location;
1358
+	$this->location = $location;
1359 1359
   }
1360 1360
   public function getLocation()
1361 1361
   {
1362
-    return $this->location;
1362
+	return $this->location;
1363 1363
   }
1364 1364
   public function setMessage($message)
1365 1365
   {
1366
-    $this->message = $message;
1366
+	$this->message = $message;
1367 1367
   }
1368 1368
   public function getMessage()
1369 1369
   {
1370
-    return $this->message;
1370
+	return $this->message;
1371 1371
   }
1372 1372
 }
1373 1373
 
@@ -1386,43 +1386,43 @@  discard block
 block discarded – undo
1386 1386
 
1387 1387
   public function setId($id)
1388 1388
   {
1389
-    $this->id = $id;
1389
+	$this->id = $id;
1390 1390
   }
1391 1391
   public function getId()
1392 1392
   {
1393
-    return $this->id;
1393
+	return $this->id;
1394 1394
   }
1395 1395
   public function setItems($items)
1396 1396
   {
1397
-    $this->items = $items;
1397
+	$this->items = $items;
1398 1398
   }
1399 1399
   public function getItems()
1400 1400
   {
1401
-    return $this->items;
1401
+	return $this->items;
1402 1402
   }
1403 1403
   public function setKind($kind)
1404 1404
   {
1405
-    $this->kind = $kind;
1405
+	$this->kind = $kind;
1406 1406
   }
1407 1407
   public function getKind()
1408 1408
   {
1409
-    return $this->kind;
1409
+	return $this->kind;
1410 1410
   }
1411 1411
   public function setNextPageToken($nextPageToken)
1412 1412
   {
1413
-    $this->nextPageToken = $nextPageToken;
1413
+	$this->nextPageToken = $nextPageToken;
1414 1414
   }
1415 1415
   public function getNextPageToken()
1416 1416
   {
1417
-    return $this->nextPageToken;
1417
+	return $this->nextPageToken;
1418 1418
   }
1419 1419
   public function setSelfLink($selfLink)
1420 1420
   {
1421
-    $this->selfLink = $selfLink;
1421
+	$this->selfLink = $selfLink;
1422 1422
   }
1423 1423
   public function getSelfLink()
1424 1424
   {
1425
-    return $this->selfLink;
1425
+	return $this->selfLink;
1426 1426
   }
1427 1427
 }
1428 1428
 
@@ -1439,27 +1439,27 @@  discard block
 block discarded – undo
1439 1439
 
1440 1440
   public function setCode($code)
1441 1441
   {
1442
-    $this->code = $code;
1442
+	$this->code = $code;
1443 1443
   }
1444 1444
   public function getCode()
1445 1445
   {
1446
-    return $this->code;
1446
+	return $this->code;
1447 1447
   }
1448 1448
   public function setData($data)
1449 1449
   {
1450
-    $this->data = $data;
1450
+	$this->data = $data;
1451 1451
   }
1452 1452
   public function getData()
1453 1453
   {
1454
-    return $this->data;
1454
+	return $this->data;
1455 1455
   }
1456 1456
   public function setMessage($message)
1457 1457
   {
1458
-    $this->message = $message;
1458
+	$this->message = $message;
1459 1459
   }
1460 1460
   public function getMessage()
1461 1461
   {
1462
-    return $this->message;
1462
+	return $this->message;
1463 1463
   }
1464 1464
 }
1465 1465
 
@@ -1473,19 +1473,19 @@  discard block
 block discarded – undo
1473 1473
 
1474 1474
   public function setKey($key)
1475 1475
   {
1476
-    $this->key = $key;
1476
+	$this->key = $key;
1477 1477
   }
1478 1478
   public function getKey()
1479 1479
   {
1480
-    return $this->key;
1480
+	return $this->key;
1481 1481
   }
1482 1482
   public function setValue($value)
1483 1483
   {
1484
-    $this->value = $value;
1484
+	$this->value = $value;
1485 1485
   }
1486 1486
   public function getValue()
1487 1487
   {
1488
-    return $this->value;
1488
+	return $this->value;
1489 1489
   }
1490 1490
 }
1491 1491
 
@@ -1502,43 +1502,43 @@  discard block
 block discarded – undo
1502 1502
 
1503 1503
   public function setCreationTimestamp($creationTimestamp)
1504 1504
   {
1505
-    $this->creationTimestamp = $creationTimestamp;
1505
+	$this->creationTimestamp = $creationTimestamp;
1506 1506
   }
1507 1507
   public function getCreationTimestamp()
1508 1508
   {
1509
-    return $this->creationTimestamp;
1509
+	return $this->creationTimestamp;
1510 1510
   }
1511 1511
   public function setDescription($description)
1512 1512
   {
1513
-    $this->description = $description;
1513
+	$this->description = $description;
1514 1514
   }
1515 1515
   public function getDescription()
1516 1516
   {
1517
-    return $this->description;
1517
+	return $this->description;
1518 1518
   }
1519 1519
   public function setExpirationTimestamp($expirationTimestamp)
1520 1520
   {
1521
-    $this->expirationTimestamp = $expirationTimestamp;
1521
+	$this->expirationTimestamp = $expirationTimestamp;
1522 1522
   }
1523 1523
   public function getExpirationTimestamp()
1524 1524
   {
1525
-    return $this->expirationTimestamp;
1525
+	return $this->expirationTimestamp;
1526 1526
   }
1527 1527
   public function setFingerprint($fingerprint)
1528 1528
   {
1529
-    $this->fingerprint = $fingerprint;
1529
+	$this->fingerprint = $fingerprint;
1530 1530
   }
1531 1531
   public function getFingerprint()
1532 1532
   {
1533
-    return $this->fingerprint;
1533
+	return $this->fingerprint;
1534 1534
   }
1535 1535
   public function setKey($key)
1536 1536
   {
1537
-    $this->key = $key;
1537
+	$this->key = $key;
1538 1538
   }
1539 1539
   public function getKey()
1540 1540
   {
1541
-    return $this->key;
1541
+	return $this->key;
1542 1542
   }
1543 1543
 }
1544 1544
 
@@ -1561,75 +1561,75 @@  discard block
 block discarded – undo
1561 1561
 
1562 1562
   public function setCreationTimestamp($creationTimestamp)
1563 1563
   {
1564
-    $this->creationTimestamp = $creationTimestamp;
1564
+	$this->creationTimestamp = $creationTimestamp;
1565 1565
   }
1566 1566
   public function getCreationTimestamp()
1567 1567
   {
1568
-    return $this->creationTimestamp;
1568
+	return $this->creationTimestamp;
1569 1569
   }
1570 1570
   public function setDescription($description)
1571 1571
   {
1572
-    $this->description = $description;
1572
+	$this->description = $description;
1573 1573
   }
1574 1574
   public function getDescription()
1575 1575
   {
1576
-    return $this->description;
1576
+	return $this->description;
1577 1577
   }
1578 1578
   public function setGroups($groups)
1579 1579
   {
1580
-    $this->groups = $groups;
1580
+	$this->groups = $groups;
1581 1581
   }
1582 1582
   public function getGroups()
1583 1583
   {
1584
-    return $this->groups;
1584
+	return $this->groups;
1585 1585
   }
1586 1586
   public function setId($id)
1587 1587
   {
1588
-    $this->id = $id;
1588
+	$this->id = $id;
1589 1589
   }
1590 1590
   public function getId()
1591 1591
   {
1592
-    return $this->id;
1592
+	return $this->id;
1593 1593
   }
1594 1594
   public function setKind($kind)
1595 1595
   {
1596
-    $this->kind = $kind;
1596
+	$this->kind = $kind;
1597 1597
   }
1598 1598
   public function getKind()
1599 1599
   {
1600
-    return $this->kind;
1600
+	return $this->kind;
1601 1601
   }
1602 1602
   public function setName($name)
1603 1603
   {
1604
-    $this->name = $name;
1604
+	$this->name = $name;
1605 1605
   }
1606 1606
   public function getName()
1607 1607
   {
1608
-    return $this->name;
1608
+	return $this->name;
1609 1609
   }
1610 1610
   public function setOwner($owner)
1611 1611
   {
1612
-    $this->owner = $owner;
1612
+	$this->owner = $owner;
1613 1613
   }
1614 1614
   public function getOwner()
1615 1615
   {
1616
-    return $this->owner;
1616
+	return $this->owner;
1617 1617
   }
1618 1618
   public function setPublicKeys($publicKeys)
1619 1619
   {
1620
-    $this->publicKeys = $publicKeys;
1620
+	$this->publicKeys = $publicKeys;
1621 1621
   }
1622 1622
   public function getPublicKeys()
1623 1623
   {
1624
-    return $this->publicKeys;
1624
+	return $this->publicKeys;
1625 1625
   }
1626 1626
   public function setSelfLink($selfLink)
1627 1627
   {
1628
-    $this->selfLink = $selfLink;
1628
+	$this->selfLink = $selfLink;
1629 1629
   }
1630 1630
   public function getSelfLink()
1631 1631
   {
1632
-    return $this->selfLink;
1632
+	return $this->selfLink;
1633 1633
   }
1634 1634
 }
1635 1635
 
@@ -1648,42 +1648,42 @@  discard block
 block discarded – undo
1648 1648
 
1649 1649
   public function setId($id)
1650 1650
   {
1651
-    $this->id = $id;
1651
+	$this->id = $id;
1652 1652
   }
1653 1653
   public function getId()
1654 1654
   {
1655
-    return $this->id;
1655
+	return $this->id;
1656 1656
   }
1657 1657
   public function setItems($items)
1658 1658
   {
1659
-    $this->items = $items;
1659
+	$this->items = $items;
1660 1660
   }
1661 1661
   public function getItems()
1662 1662
   {
1663
-    return $this->items;
1663
+	return $this->items;
1664 1664
   }
1665 1665
   public function setKind($kind)
1666 1666
   {
1667
-    $this->kind = $kind;
1667
+	$this->kind = $kind;
1668 1668
   }
1669 1669
   public function getKind()
1670 1670
   {
1671
-    return $this->kind;
1671
+	return $this->kind;
1672 1672
   }
1673 1673
   public function setNextPageToken($nextPageToken)
1674 1674
   {
1675
-    $this->nextPageToken = $nextPageToken;
1675
+	$this->nextPageToken = $nextPageToken;
1676 1676
   }
1677 1677
   public function getNextPageToken()
1678 1678
   {
1679
-    return $this->nextPageToken;
1679
+	return $this->nextPageToken;
1680 1680
   }
1681 1681
   public function setSelfLink($selfLink)
1682 1682
   {
1683
-    $this->selfLink = $selfLink;
1683
+	$this->selfLink = $selfLink;
1684 1684
   }
1685 1685
   public function getSelfLink()
1686 1686
   {
1687
-    return $this->selfLink;
1687
+	return $this->selfLink;
1688 1688
   }
1689 1689
 }
Please login to merge, or discard this patch.
Spacing   +13 added lines, -13 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' => '{project}/global/operations/{operation}',
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
-            ),'list' => array(
97
+            ), 'list' => array(
98 98
               'path' => '{project}/global/operations',
99 99
               'httpMethod' => 'GET',
100 100
               'parameters' => array(
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
                   'required' => true,
142 142
                 ),
143 143
               ),
144
-            ),'delete' => array(
144
+            ), 'delete' => array(
145 145
               'path' => '{project}/global/groups/{groupName}',
146 146
               'httpMethod' => 'DELETE',
147 147
               'parameters' => array(
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
                   'required' => true,
157 157
                 ),
158 158
               ),
159
-            ),'get' => array(
159
+            ), 'get' => array(
160 160
               'path' => '{project}/global/groups/{groupName}',
161 161
               'httpMethod' => 'GET',
162 162
               'parameters' => array(
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
                   'required' => true,
172 172
                 ),
173 173
               ),
174
-            ),'insert' => array(
174
+            ), 'insert' => array(
175 175
               'path' => '{project}/global/groups',
176 176
               'httpMethod' => 'POST',
177 177
               'parameters' => array(
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
                   'required' => true,
182 182
                 ),
183 183
               ),
184
-            ),'list' => array(
184
+            ), 'list' => array(
185 185
               'path' => '{project}/global/groups',
186 186
               'httpMethod' => 'GET',
187 187
               'parameters' => array(
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
                   'type' => 'integer',
204 204
                 ),
205 205
               ),
206
-            ),'removeMember' => array(
206
+            ), 'removeMember' => array(
207 207
               'path' => '{project}/global/groups/{groupName}/removeMember',
208 208
               'httpMethod' => 'POST',
209 209
               'parameters' => array(
@@ -253,7 +253,7 @@  discard block
 block discarded – undo
253 253
                   'required' => true,
254 254
                 ),
255 255
               ),
256
-            ),'getLinuxAccountViews' => array(
256
+            ), 'getLinuxAccountViews' => array(
257 257
               'path' => '{project}/zones/{zone}/linuxAccountViews',
258 258
               'httpMethod' => 'POST',
259 259
               'parameters' => array(
@@ -314,7 +314,7 @@  discard block
 block discarded – undo
314 314
                   'required' => true,
315 315
                 ),
316 316
               ),
317
-            ),'delete' => array(
317
+            ), 'delete' => array(
318 318
               'path' => '{project}/global/users/{user}',
319 319
               'httpMethod' => 'DELETE',
320 320
               'parameters' => array(
@@ -329,7 +329,7 @@  discard block
 block discarded – undo
329 329
                   'required' => true,
330 330
                 ),
331 331
               ),
332
-            ),'get' => array(
332
+            ), 'get' => array(
333 333
               'path' => '{project}/global/users/{user}',
334 334
               'httpMethod' => 'GET',
335 335
               'parameters' => array(
@@ -344,7 +344,7 @@  discard block
 block discarded – undo
344 344
                   'required' => true,
345 345
                 ),
346 346
               ),
347
-            ),'insert' => array(
347
+            ), 'insert' => array(
348 348
               'path' => '{project}/global/users',
349 349
               'httpMethod' => 'POST',
350 350
               'parameters' => array(
@@ -354,7 +354,7 @@  discard block
 block discarded – undo
354 354
                   'required' => true,
355 355
                 ),
356 356
               ),
357
-            ),'list' => array(
357
+            ), 'list' => array(
358 358
               'path' => '{project}/global/users',
359 359
               'httpMethod' => 'GET',
360 360
               'parameters' => array(
@@ -376,7 +376,7 @@  discard block
 block discarded – undo
376 376
                   'type' => 'integer',
377 377
                 ),
378 378
               ),
379
-            ),'removePublicKey' => array(
379
+            ), 'removePublicKey' => array(
380 380
               'path' => '{project}/global/users/{user}/removePublicKey',
381 381
               'httpMethod' => 'POST',
382 382
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Container.php 3 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -251,7 +251,7 @@  discard block
 block discarded – undo
251 251
    * number](https://developers.google.com/console/help/project-number)
252 252
    * @param string $zone The name of the Google Compute Engine
253 253
    * [zone](/compute/docs/zones#available) in which the cluster resides.
254
-   * @param Google_CreateClusterRequest $postBody
254
+   * @param Google_Service_Container_CreateClusterRequest $postBody
255 255
    * @param array $optParams Optional parameters.
256 256
    * @return Google_Service_Container_Operation
257 257
    */
@@ -331,7 +331,7 @@  discard block
 block discarded – undo
331 331
    * @param string $zone The name of the Google Compute Engine
332 332
    * [zone](/compute/docs/zones#available) in which the cluster resides.
333 333
    * @param string $clusterId The name of the cluster to upgrade.
334
-   * @param Google_UpdateClusterRequest $postBody
334
+   * @param Google_Service_Container_UpdateClusterRequest $postBody
335 335
    * @param array $optParams Optional parameters.
336 336
    * @return Google_Service_Container_Operation
337 337
    */
Please login to merge, or discard this patch.
Indentation   +255 added lines, -255 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** View and manage your data across Google Cloud Platform services. */
35 35
   const CLOUD_PLATFORM =
36
-      "https://www.googleapis.com/auth/cloud-platform";
36
+	  "https://www.googleapis.com/auth/cloud-platform";
37 37
 
38 38
   public $projects_zones_clusters;
39 39
   public $projects_zones_operations;
@@ -46,157 +46,157 @@  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://container.googleapis.com/';
51
-    $this->servicePath = '';
52
-    $this->version = 'v1';
53
-    $this->serviceName = 'container';
54
-
55
-    $this->projects_zones_clusters = new Google_Service_Container_ProjectsZonesClusters_Resource(
56
-        $this,
57
-        $this->serviceName,
58
-        'clusters',
59
-        array(
60
-          'methods' => array(
61
-            'create' => array(
62
-              'path' => 'v1/projects/{projectId}/zones/{zone}/clusters',
63
-              'httpMethod' => 'POST',
64
-              'parameters' => array(
65
-                'projectId' => array(
66
-                  'location' => 'path',
67
-                  'type' => 'string',
68
-                  'required' => true,
69
-                ),
70
-                'zone' => array(
71
-                  'location' => 'path',
72
-                  'type' => 'string',
73
-                  'required' => true,
74
-                ),
75
-              ),
76
-            ),'delete' => array(
77
-              'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
78
-              'httpMethod' => 'DELETE',
79
-              'parameters' => array(
80
-                'projectId' => array(
81
-                  'location' => 'path',
82
-                  'type' => 'string',
83
-                  'required' => true,
84
-                ),
85
-                'zone' => array(
86
-                  'location' => 'path',
87
-                  'type' => 'string',
88
-                  'required' => true,
89
-                ),
90
-                'clusterId' => array(
91
-                  'location' => 'path',
92
-                  'type' => 'string',
93
-                  'required' => true,
94
-                ),
95
-              ),
96
-            ),'get' => array(
97
-              'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
98
-              'httpMethod' => 'GET',
99
-              'parameters' => array(
100
-                'projectId' => array(
101
-                  'location' => 'path',
102
-                  'type' => 'string',
103
-                  'required' => true,
104
-                ),
105
-                'zone' => array(
106
-                  'location' => 'path',
107
-                  'type' => 'string',
108
-                  'required' => true,
109
-                ),
110
-                'clusterId' => array(
111
-                  'location' => 'path',
112
-                  'type' => 'string',
113
-                  'required' => true,
114
-                ),
115
-              ),
116
-            ),'list' => array(
117
-              'path' => 'v1/projects/{projectId}/zones/{zone}/clusters',
118
-              'httpMethod' => 'GET',
119
-              'parameters' => array(
120
-                'projectId' => array(
121
-                  'location' => 'path',
122
-                  'type' => 'string',
123
-                  'required' => true,
124
-                ),
125
-                'zone' => array(
126
-                  'location' => 'path',
127
-                  'type' => 'string',
128
-                  'required' => true,
129
-                ),
130
-              ),
131
-            ),'update' => array(
132
-              'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
133
-              'httpMethod' => 'PUT',
134
-              'parameters' => array(
135
-                'projectId' => array(
136
-                  'location' => 'path',
137
-                  'type' => 'string',
138
-                  'required' => true,
139
-                ),
140
-                'zone' => array(
141
-                  'location' => 'path',
142
-                  'type' => 'string',
143
-                  'required' => true,
144
-                ),
145
-                'clusterId' => array(
146
-                  'location' => 'path',
147
-                  'type' => 'string',
148
-                  'required' => true,
149
-                ),
150
-              ),
151
-            ),
152
-          )
153
-        )
154
-    );
155
-    $this->projects_zones_operations = new Google_Service_Container_ProjectsZonesOperations_Resource(
156
-        $this,
157
-        $this->serviceName,
158
-        'operations',
159
-        array(
160
-          'methods' => array(
161
-            'get' => array(
162
-              'path' => 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}',
163
-              'httpMethod' => 'GET',
164
-              'parameters' => array(
165
-                'projectId' => array(
166
-                  'location' => 'path',
167
-                  'type' => 'string',
168
-                  'required' => true,
169
-                ),
170
-                'zone' => array(
171
-                  'location' => 'path',
172
-                  'type' => 'string',
173
-                  'required' => true,
174
-                ),
175
-                'operationId' => array(
176
-                  'location' => 'path',
177
-                  'type' => 'string',
178
-                  'required' => true,
179
-                ),
180
-              ),
181
-            ),'list' => array(
182
-              'path' => 'v1/projects/{projectId}/zones/{zone}/operations',
183
-              'httpMethod' => 'GET',
184
-              'parameters' => array(
185
-                'projectId' => array(
186
-                  'location' => 'path',
187
-                  'type' => 'string',
188
-                  'required' => true,
189
-                ),
190
-                'zone' => array(
191
-                  'location' => 'path',
192
-                  'type' => 'string',
193
-                  'required' => true,
194
-                ),
195
-              ),
196
-            ),
197
-          )
198
-        )
199
-    );
49
+	parent::__construct($client);
50
+	$this->rootUrl = 'https://container.googleapis.com/';
51
+	$this->servicePath = '';
52
+	$this->version = 'v1';
53
+	$this->serviceName = 'container';
54
+
55
+	$this->projects_zones_clusters = new Google_Service_Container_ProjectsZonesClusters_Resource(
56
+		$this,
57
+		$this->serviceName,
58
+		'clusters',
59
+		array(
60
+		  'methods' => array(
61
+			'create' => array(
62
+			  'path' => 'v1/projects/{projectId}/zones/{zone}/clusters',
63
+			  'httpMethod' => 'POST',
64
+			  'parameters' => array(
65
+				'projectId' => array(
66
+				  'location' => 'path',
67
+				  'type' => 'string',
68
+				  'required' => true,
69
+				),
70
+				'zone' => array(
71
+				  'location' => 'path',
72
+				  'type' => 'string',
73
+				  'required' => true,
74
+				),
75
+			  ),
76
+			),'delete' => array(
77
+			  'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
78
+			  'httpMethod' => 'DELETE',
79
+			  'parameters' => array(
80
+				'projectId' => array(
81
+				  'location' => 'path',
82
+				  'type' => 'string',
83
+				  'required' => true,
84
+				),
85
+				'zone' => array(
86
+				  'location' => 'path',
87
+				  'type' => 'string',
88
+				  'required' => true,
89
+				),
90
+				'clusterId' => array(
91
+				  'location' => 'path',
92
+				  'type' => 'string',
93
+				  'required' => true,
94
+				),
95
+			  ),
96
+			),'get' => array(
97
+			  'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
98
+			  'httpMethod' => 'GET',
99
+			  'parameters' => array(
100
+				'projectId' => array(
101
+				  'location' => 'path',
102
+				  'type' => 'string',
103
+				  'required' => true,
104
+				),
105
+				'zone' => array(
106
+				  'location' => 'path',
107
+				  'type' => 'string',
108
+				  'required' => true,
109
+				),
110
+				'clusterId' => array(
111
+				  'location' => 'path',
112
+				  'type' => 'string',
113
+				  'required' => true,
114
+				),
115
+			  ),
116
+			),'list' => array(
117
+			  'path' => 'v1/projects/{projectId}/zones/{zone}/clusters',
118
+			  'httpMethod' => 'GET',
119
+			  'parameters' => array(
120
+				'projectId' => array(
121
+				  'location' => 'path',
122
+				  'type' => 'string',
123
+				  'required' => true,
124
+				),
125
+				'zone' => array(
126
+				  'location' => 'path',
127
+				  'type' => 'string',
128
+				  'required' => true,
129
+				),
130
+			  ),
131
+			),'update' => array(
132
+			  'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
133
+			  'httpMethod' => 'PUT',
134
+			  'parameters' => array(
135
+				'projectId' => array(
136
+				  'location' => 'path',
137
+				  'type' => 'string',
138
+				  'required' => true,
139
+				),
140
+				'zone' => array(
141
+				  'location' => 'path',
142
+				  'type' => 'string',
143
+				  'required' => true,
144
+				),
145
+				'clusterId' => array(
146
+				  'location' => 'path',
147
+				  'type' => 'string',
148
+				  'required' => true,
149
+				),
150
+			  ),
151
+			),
152
+		  )
153
+		)
154
+	);
155
+	$this->projects_zones_operations = new Google_Service_Container_ProjectsZonesOperations_Resource(
156
+		$this,
157
+		$this->serviceName,
158
+		'operations',
159
+		array(
160
+		  'methods' => array(
161
+			'get' => array(
162
+			  'path' => 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}',
163
+			  'httpMethod' => 'GET',
164
+			  'parameters' => array(
165
+				'projectId' => array(
166
+				  'location' => 'path',
167
+				  'type' => 'string',
168
+				  'required' => true,
169
+				),
170
+				'zone' => array(
171
+				  'location' => 'path',
172
+				  'type' => 'string',
173
+				  'required' => true,
174
+				),
175
+				'operationId' => array(
176
+				  'location' => 'path',
177
+				  'type' => 'string',
178
+				  'required' => true,
179
+				),
180
+			  ),
181
+			),'list' => array(
182
+			  'path' => 'v1/projects/{projectId}/zones/{zone}/operations',
183
+			  'httpMethod' => 'GET',
184
+			  'parameters' => array(
185
+				'projectId' => array(
186
+				  'location' => 'path',
187
+				  'type' => 'string',
188
+				  'required' => true,
189
+				),
190
+				'zone' => array(
191
+				  'location' => 'path',
192
+				  'type' => 'string',
193
+				  'required' => true,
194
+				),
195
+			  ),
196
+			),
197
+		  )
198
+		)
199
+	);
200 200
   }
201 201
 }
202 202
 
@@ -257,9 +257,9 @@  discard block
 block discarded – undo
257 257
    */
258 258
   public function create($projectId, $zone, Google_Service_Container_CreateClusterRequest $postBody, $optParams = array())
259 259
   {
260
-    $params = array('projectId' => $projectId, 'zone' => $zone, 'postBody' => $postBody);
261
-    $params = array_merge($params, $optParams);
262
-    return $this->call('create', array($params), "Google_Service_Container_Operation");
260
+	$params = array('projectId' => $projectId, 'zone' => $zone, 'postBody' => $postBody);
261
+	$params = array_merge($params, $optParams);
262
+	return $this->call('create', array($params), "Google_Service_Container_Operation");
263 263
   }
264 264
 
265 265
   /**
@@ -278,9 +278,9 @@  discard block
 block discarded – undo
278 278
    */
279 279
   public function delete($projectId, $zone, $clusterId, $optParams = array())
280 280
   {
281
-    $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId);
282
-    $params = array_merge($params, $optParams);
283
-    return $this->call('delete', array($params), "Google_Service_Container_Operation");
281
+	$params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId);
282
+	$params = array_merge($params, $optParams);
283
+	return $this->call('delete', array($params), "Google_Service_Container_Operation");
284 284
   }
285 285
 
286 286
   /**
@@ -297,9 +297,9 @@  discard block
 block discarded – undo
297 297
    */
298 298
   public function get($projectId, $zone, $clusterId, $optParams = array())
299 299
   {
300
-    $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId);
301
-    $params = array_merge($params, $optParams);
302
-    return $this->call('get', array($params), "Google_Service_Container_Cluster");
300
+	$params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId);
301
+	$params = array_merge($params, $optParams);
302
+	return $this->call('get', array($params), "Google_Service_Container_Cluster");
303 303
   }
304 304
 
305 305
   /**
@@ -317,9 +317,9 @@  discard block
 block discarded – undo
317 317
    */
318 318
   public function listProjectsZonesClusters($projectId, $zone, $optParams = array())
319 319
   {
320
-    $params = array('projectId' => $projectId, 'zone' => $zone);
321
-    $params = array_merge($params, $optParams);
322
-    return $this->call('list', array($params), "Google_Service_Container_ListClustersResponse");
320
+	$params = array('projectId' => $projectId, 'zone' => $zone);
321
+	$params = array_merge($params, $optParams);
322
+	return $this->call('list', array($params), "Google_Service_Container_ListClustersResponse");
323 323
   }
324 324
 
325 325
   /**
@@ -337,9 +337,9 @@  discard block
 block discarded – undo
337 337
    */
338 338
   public function update($projectId, $zone, $clusterId, Google_Service_Container_UpdateClusterRequest $postBody, $optParams = array())
339 339
   {
340
-    $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody);
341
-    $params = array_merge($params, $optParams);
342
-    return $this->call('update', array($params), "Google_Service_Container_Operation");
340
+	$params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody);
341
+	$params = array_merge($params, $optParams);
342
+	return $this->call('update', array($params), "Google_Service_Container_Operation");
343 343
   }
344 344
 }
345 345
 /**
@@ -367,9 +367,9 @@  discard block
 block discarded – undo
367 367
    */
368 368
   public function get($projectId, $zone, $operationId, $optParams = array())
369 369
   {
370
-    $params = array('projectId' => $projectId, 'zone' => $zone, 'operationId' => $operationId);
371
-    $params = array_merge($params, $optParams);
372
-    return $this->call('get', array($params), "Google_Service_Container_Operation");
370
+	$params = array('projectId' => $projectId, 'zone' => $zone, 'operationId' => $operationId);
371
+	$params = array_merge($params, $optParams);
372
+	return $this->call('get', array($params), "Google_Service_Container_Operation");
373 373
   }
374 374
 
375 375
   /**
@@ -387,9 +387,9 @@  discard block
 block discarded – undo
387 387
    */
388 388
   public function listProjectsZonesOperations($projectId, $zone, $optParams = array())
389 389
   {
390
-    $params = array('projectId' => $projectId, 'zone' => $zone);
391
-    $params = array_merge($params, $optParams);
392
-    return $this->call('list', array($params), "Google_Service_Container_ListOperationsResponse");
390
+	$params = array('projectId' => $projectId, 'zone' => $zone);
391
+	$params = array_merge($params, $optParams);
392
+	return $this->call('list', array($params), "Google_Service_Container_ListOperationsResponse");
393 393
   }
394 394
 }
395 395
 
@@ -428,171 +428,171 @@  discard block
 block discarded – undo
428 428
 
429 429
   public function setClusterIpv4Cidr($clusterIpv4Cidr)
430 430
   {
431
-    $this->clusterIpv4Cidr = $clusterIpv4Cidr;
431
+	$this->clusterIpv4Cidr = $clusterIpv4Cidr;
432 432
   }
433 433
   public function getClusterIpv4Cidr()
434 434
   {
435
-    return $this->clusterIpv4Cidr;
435
+	return $this->clusterIpv4Cidr;
436 436
   }
437 437
   public function setCreateTime($createTime)
438 438
   {
439
-    $this->createTime = $createTime;
439
+	$this->createTime = $createTime;
440 440
   }
441 441
   public function getCreateTime()
442 442
   {
443
-    return $this->createTime;
443
+	return $this->createTime;
444 444
   }
445 445
   public function setCurrentMasterVersion($currentMasterVersion)
446 446
   {
447
-    $this->currentMasterVersion = $currentMasterVersion;
447
+	$this->currentMasterVersion = $currentMasterVersion;
448 448
   }
449 449
   public function getCurrentMasterVersion()
450 450
   {
451
-    return $this->currentMasterVersion;
451
+	return $this->currentMasterVersion;
452 452
   }
453 453
   public function setCurrentNodeVersion($currentNodeVersion)
454 454
   {
455
-    $this->currentNodeVersion = $currentNodeVersion;
455
+	$this->currentNodeVersion = $currentNodeVersion;
456 456
   }
457 457
   public function getCurrentNodeVersion()
458 458
   {
459
-    return $this->currentNodeVersion;
459
+	return $this->currentNodeVersion;
460 460
   }
461 461
   public function setDescription($description)
462 462
   {
463
-    $this->description = $description;
463
+	$this->description = $description;
464 464
   }
465 465
   public function getDescription()
466 466
   {
467
-    return $this->description;
467
+	return $this->description;
468 468
   }
469 469
   public function setEndpoint($endpoint)
470 470
   {
471
-    $this->endpoint = $endpoint;
471
+	$this->endpoint = $endpoint;
472 472
   }
473 473
   public function getEndpoint()
474 474
   {
475
-    return $this->endpoint;
475
+	return $this->endpoint;
476 476
   }
477 477
   public function setInitialClusterVersion($initialClusterVersion)
478 478
   {
479
-    $this->initialClusterVersion = $initialClusterVersion;
479
+	$this->initialClusterVersion = $initialClusterVersion;
480 480
   }
481 481
   public function getInitialClusterVersion()
482 482
   {
483
-    return $this->initialClusterVersion;
483
+	return $this->initialClusterVersion;
484 484
   }
485 485
   public function setInitialNodeCount($initialNodeCount)
486 486
   {
487
-    $this->initialNodeCount = $initialNodeCount;
487
+	$this->initialNodeCount = $initialNodeCount;
488 488
   }
489 489
   public function getInitialNodeCount()
490 490
   {
491
-    return $this->initialNodeCount;
491
+	return $this->initialNodeCount;
492 492
   }
493 493
   public function setInstanceGroupUrls($instanceGroupUrls)
494 494
   {
495
-    $this->instanceGroupUrls = $instanceGroupUrls;
495
+	$this->instanceGroupUrls = $instanceGroupUrls;
496 496
   }
497 497
   public function getInstanceGroupUrls()
498 498
   {
499
-    return $this->instanceGroupUrls;
499
+	return $this->instanceGroupUrls;
500 500
   }
501 501
   public function setLoggingService($loggingService)
502 502
   {
503
-    $this->loggingService = $loggingService;
503
+	$this->loggingService = $loggingService;
504 504
   }
505 505
   public function getLoggingService()
506 506
   {
507
-    return $this->loggingService;
507
+	return $this->loggingService;
508 508
   }
509 509
   public function setMasterAuth(Google_Service_Container_MasterAuth $masterAuth)
510 510
   {
511
-    $this->masterAuth = $masterAuth;
511
+	$this->masterAuth = $masterAuth;
512 512
   }
513 513
   public function getMasterAuth()
514 514
   {
515
-    return $this->masterAuth;
515
+	return $this->masterAuth;
516 516
   }
517 517
   public function setMonitoringService($monitoringService)
518 518
   {
519
-    $this->monitoringService = $monitoringService;
519
+	$this->monitoringService = $monitoringService;
520 520
   }
521 521
   public function getMonitoringService()
522 522
   {
523
-    return $this->monitoringService;
523
+	return $this->monitoringService;
524 524
   }
525 525
   public function setName($name)
526 526
   {
527
-    $this->name = $name;
527
+	$this->name = $name;
528 528
   }
529 529
   public function getName()
530 530
   {
531
-    return $this->name;
531
+	return $this->name;
532 532
   }
533 533
   public function setNetwork($network)
534 534
   {
535
-    $this->network = $network;
535
+	$this->network = $network;
536 536
   }
537 537
   public function getNetwork()
538 538
   {
539
-    return $this->network;
539
+	return $this->network;
540 540
   }
541 541
   public function setNodeConfig(Google_Service_Container_NodeConfig $nodeConfig)
542 542
   {
543
-    $this->nodeConfig = $nodeConfig;
543
+	$this->nodeConfig = $nodeConfig;
544 544
   }
545 545
   public function getNodeConfig()
546 546
   {
547
-    return $this->nodeConfig;
547
+	return $this->nodeConfig;
548 548
   }
549 549
   public function setNodeIpv4CidrSize($nodeIpv4CidrSize)
550 550
   {
551
-    $this->nodeIpv4CidrSize = $nodeIpv4CidrSize;
551
+	$this->nodeIpv4CidrSize = $nodeIpv4CidrSize;
552 552
   }
553 553
   public function getNodeIpv4CidrSize()
554 554
   {
555
-    return $this->nodeIpv4CidrSize;
555
+	return $this->nodeIpv4CidrSize;
556 556
   }
557 557
   public function setSelfLink($selfLink)
558 558
   {
559
-    $this->selfLink = $selfLink;
559
+	$this->selfLink = $selfLink;
560 560
   }
561 561
   public function getSelfLink()
562 562
   {
563
-    return $this->selfLink;
563
+	return $this->selfLink;
564 564
   }
565 565
   public function setServicesIpv4Cidr($servicesIpv4Cidr)
566 566
   {
567
-    $this->servicesIpv4Cidr = $servicesIpv4Cidr;
567
+	$this->servicesIpv4Cidr = $servicesIpv4Cidr;
568 568
   }
569 569
   public function getServicesIpv4Cidr()
570 570
   {
571
-    return $this->servicesIpv4Cidr;
571
+	return $this->servicesIpv4Cidr;
572 572
   }
573 573
   public function setStatus($status)
574 574
   {
575
-    $this->status = $status;
575
+	$this->status = $status;
576 576
   }
577 577
   public function getStatus()
578 578
   {
579
-    return $this->status;
579
+	return $this->status;
580 580
   }
581 581
   public function setStatusMessage($statusMessage)
582 582
   {
583
-    $this->statusMessage = $statusMessage;
583
+	$this->statusMessage = $statusMessage;
584 584
   }
585 585
   public function getStatusMessage()
586 586
   {
587
-    return $this->statusMessage;
587
+	return $this->statusMessage;
588 588
   }
589 589
   public function setZone($zone)
590 590
   {
591
-    $this->zone = $zone;
591
+	$this->zone = $zone;
592 592
   }
593 593
   public function getZone()
594 594
   {
595
-    return $this->zone;
595
+	return $this->zone;
596 596
   }
597 597
 }
598 598
 
@@ -605,11 +605,11 @@  discard block
 block discarded – undo
605 605
 
606 606
   public function setDesiredNodeVersion($desiredNodeVersion)
607 607
   {
608
-    $this->desiredNodeVersion = $desiredNodeVersion;
608
+	$this->desiredNodeVersion = $desiredNodeVersion;
609 609
   }
610 610
   public function getDesiredNodeVersion()
611 611
   {
612
-    return $this->desiredNodeVersion;
612
+	return $this->desiredNodeVersion;
613 613
   }
614 614
 }
615 615
 
@@ -623,11 +623,11 @@  discard block
 block discarded – undo
623 623
 
624 624
   public function setCluster(Google_Service_Container_Cluster $cluster)
625 625
   {
626
-    $this->cluster = $cluster;
626
+	$this->cluster = $cluster;
627 627
   }
628 628
   public function getCluster()
629 629
   {
630
-    return $this->cluster;
630
+	return $this->cluster;
631 631
   }
632 632
 }
633 633
 
@@ -642,11 +642,11 @@  discard block
 block discarded – undo
642 642
 
643 643
   public function setClusters($clusters)
644 644
   {
645
-    $this->clusters = $clusters;
645
+	$this->clusters = $clusters;
646 646
   }
647 647
   public function getClusters()
648 648
   {
649
-    return $this->clusters;
649
+	return $this->clusters;
650 650
   }
651 651
 }
652 652
 
@@ -661,11 +661,11 @@  discard block
 block discarded – undo
661 661
 
662 662
   public function setOperations($operations)
663 663
   {
664
-    $this->operations = $operations;
664
+	$this->operations = $operations;
665 665
   }
666 666
   public function getOperations()
667 667
   {
668
-    return $this->operations;
668
+	return $this->operations;
669 669
   }
670 670
 }
671 671
 
@@ -682,43 +682,43 @@  discard block
 block discarded – undo
682 682
 
683 683
   public function setClientCertificate($clientCertificate)
684 684
   {
685
-    $this->clientCertificate = $clientCertificate;
685
+	$this->clientCertificate = $clientCertificate;
686 686
   }
687 687
   public function getClientCertificate()
688 688
   {
689
-    return $this->clientCertificate;
689
+	return $this->clientCertificate;
690 690
   }
691 691
   public function setClientKey($clientKey)
692 692
   {
693
-    $this->clientKey = $clientKey;
693
+	$this->clientKey = $clientKey;
694 694
   }
695 695
   public function getClientKey()
696 696
   {
697
-    return $this->clientKey;
697
+	return $this->clientKey;
698 698
   }
699 699
   public function setClusterCaCertificate($clusterCaCertificate)
700 700
   {
701
-    $this->clusterCaCertificate = $clusterCaCertificate;
701
+	$this->clusterCaCertificate = $clusterCaCertificate;
702 702
   }
703 703
   public function getClusterCaCertificate()
704 704
   {
705
-    return $this->clusterCaCertificate;
705
+	return $this->clusterCaCertificate;
706 706
   }
707 707
   public function setPassword($password)
708 708
   {
709
-    $this->password = $password;
709
+	$this->password = $password;
710 710
   }
711 711
   public function getPassword()
712 712
   {
713
-    return $this->password;
713
+	return $this->password;
714 714
   }
715 715
   public function setUsername($username)
716 716
   {
717
-    $this->username = $username;
717
+	$this->username = $username;
718 718
   }
719 719
   public function getUsername()
720 720
   {
721
-    return $this->username;
721
+	return $this->username;
722 722
   }
723 723
 }
724 724
 
@@ -734,27 +734,27 @@  discard block
 block discarded – undo
734 734
 
735 735
   public function setDiskSizeGb($diskSizeGb)
736 736
   {
737
-    $this->diskSizeGb = $diskSizeGb;
737
+	$this->diskSizeGb = $diskSizeGb;
738 738
   }
739 739
   public function getDiskSizeGb()
740 740
   {
741
-    return $this->diskSizeGb;
741
+	return $this->diskSizeGb;
742 742
   }
743 743
   public function setMachineType($machineType)
744 744
   {
745
-    $this->machineType = $machineType;
745
+	$this->machineType = $machineType;
746 746
   }
747 747
   public function getMachineType()
748 748
   {
749
-    return $this->machineType;
749
+	return $this->machineType;
750 750
   }
751 751
   public function setOauthScopes($oauthScopes)
752 752
   {
753
-    $this->oauthScopes = $oauthScopes;
753
+	$this->oauthScopes = $oauthScopes;
754 754
   }
755 755
   public function getOauthScopes()
756 756
   {
757
-    return $this->oauthScopes;
757
+	return $this->oauthScopes;
758 758
   }
759 759
 }
760 760
 
@@ -773,59 +773,59 @@  discard block
 block discarded – undo
773 773
 
774 774
   public function setName($name)
775 775
   {
776
-    $this->name = $name;
776
+	$this->name = $name;
777 777
   }
778 778
   public function getName()
779 779
   {
780
-    return $this->name;
780
+	return $this->name;
781 781
   }
782 782
   public function setOperationType($operationType)
783 783
   {
784
-    $this->operationType = $operationType;
784
+	$this->operationType = $operationType;
785 785
   }
786 786
   public function getOperationType()
787 787
   {
788
-    return $this->operationType;
788
+	return $this->operationType;
789 789
   }
790 790
   public function setSelfLink($selfLink)
791 791
   {
792
-    $this->selfLink = $selfLink;
792
+	$this->selfLink = $selfLink;
793 793
   }
794 794
   public function getSelfLink()
795 795
   {
796
-    return $this->selfLink;
796
+	return $this->selfLink;
797 797
   }
798 798
   public function setStatus($status)
799 799
   {
800
-    $this->status = $status;
800
+	$this->status = $status;
801 801
   }
802 802
   public function getStatus()
803 803
   {
804
-    return $this->status;
804
+	return $this->status;
805 805
   }
806 806
   public function setStatusMessage($statusMessage)
807 807
   {
808
-    $this->statusMessage = $statusMessage;
808
+	$this->statusMessage = $statusMessage;
809 809
   }
810 810
   public function getStatusMessage()
811 811
   {
812
-    return $this->statusMessage;
812
+	return $this->statusMessage;
813 813
   }
814 814
   public function setTargetLink($targetLink)
815 815
   {
816
-    $this->targetLink = $targetLink;
816
+	$this->targetLink = $targetLink;
817 817
   }
818 818
   public function getTargetLink()
819 819
   {
820
-    return $this->targetLink;
820
+	return $this->targetLink;
821 821
   }
822 822
   public function setZone($zone)
823 823
   {
824
-    $this->zone = $zone;
824
+	$this->zone = $zone;
825 825
   }
826 826
   public function getZone()
827 827
   {
828
-    return $this->zone;
828
+	return $this->zone;
829 829
   }
830 830
 }
831 831
 
@@ -839,10 +839,10 @@  discard block
 block discarded – undo
839 839
 
840 840
   public function setUpdate(Google_Service_Container_ClusterUpdate $update)
841 841
   {
842
-    $this->update = $update;
842
+	$this->update = $update;
843 843
   }
844 844
   public function getUpdate()
845 845
   {
846
-    return $this->update;
846
+	return $this->update;
847 847
   }
848 848
 }
Please login to merge, or discard this patch.
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
                   'required' => true,
74 74
                 ),
75 75
               ),
76
-            ),'delete' => array(
76
+            ), 'delete' => array(
77 77
               'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
78 78
               'httpMethod' => 'DELETE',
79 79
               'parameters' => array(
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
                   'required' => true,
94 94
                 ),
95 95
               ),
96
-            ),'get' => array(
96
+            ), 'get' => array(
97 97
               'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
98 98
               'httpMethod' => 'GET',
99 99
               'parameters' => array(
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
                   'required' => true,
114 114
                 ),
115 115
               ),
116
-            ),'list' => array(
116
+            ), 'list' => array(
117 117
               'path' => 'v1/projects/{projectId}/zones/{zone}/clusters',
118 118
               'httpMethod' => 'GET',
119 119
               'parameters' => array(
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
                   'required' => true,
129 129
                 ),
130 130
               ),
131
-            ),'update' => array(
131
+            ), 'update' => array(
132 132
               'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
133 133
               'httpMethod' => 'PUT',
134 134
               'parameters' => array(
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
                   'required' => true,
179 179
                 ),
180 180
               ),
181
-            ),'list' => array(
181
+            ), 'list' => array(
182 182
               'path' => 'v1/projects/{projectId}/zones/{zone}/operations',
183 183
               'httpMethod' => 'GET',
184 184
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Coordinate.php 3 patches
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -526,7 +526,7 @@  discard block
 block discarded – undo
526 526
    * @param double $lat The latitude coordinate of this job's location.
527 527
    * @param double $lng The longitude coordinate of this job's location.
528 528
    * @param string $title Job title
529
-   * @param Google_Job $postBody
529
+   * @param Google_Service_Coordinate_Job $postBody
530 530
    * @param array $optParams Optional parameters.
531 531
    *
532 532
    * @opt_param string customerName Customer name
@@ -574,7 +574,7 @@  discard block
 block discarded – undo
574 574
    *
575 575
    * @param string $teamId Team ID
576 576
    * @param string $jobId Job number
577
-   * @param Google_Job $postBody
577
+   * @param Google_Service_Coordinate_Job $postBody
578 578
    * @param array $optParams Optional parameters.
579 579
    *
580 580
    * @opt_param string customerName Customer name
@@ -608,7 +608,7 @@  discard block
 block discarded – undo
608 608
    *
609 609
    * @param string $teamId Team ID
610 610
    * @param string $jobId Job number
611
-   * @param Google_Job $postBody
611
+   * @param Google_Service_Coordinate_Job $postBody
612 612
    * @param array $optParams Optional parameters.
613 613
    *
614 614
    * @opt_param string customerName Customer name
@@ -701,7 +701,7 @@  discard block
 block discarded – undo
701 701
    *
702 702
    * @param string $teamId Team ID
703 703
    * @param string $jobId Job number
704
-   * @param Google_Schedule $postBody
704
+   * @param Google_Service_Coordinate_Schedule $postBody
705 705
    * @param array $optParams Optional parameters.
706 706
    *
707 707
    * @opt_param bool allDay Whether the job is scheduled for the whole day. Time
@@ -723,7 +723,7 @@  discard block
 block discarded – undo
723 723
    *
724 724
    * @param string $teamId Team ID
725 725
    * @param string $jobId Job number
726
-   * @param Google_Schedule $postBody
726
+   * @param Google_Service_Coordinate_Schedule $postBody
727 727
    * @param array $optParams Optional parameters.
728 728
    *
729 729
    * @opt_param bool allDay Whether the job is scheduled for the whole day. Time
Please login to merge, or discard this patch.
Indentation   +578 added lines, -578 removed lines patch added patch discarded remove patch
@@ -32,10 +32,10 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and manage your Google Maps Coordinate jobs. */
34 34
   const COORDINATE =
35
-      "https://www.googleapis.com/auth/coordinate";
35
+	  "https://www.googleapis.com/auth/coordinate";
36 36
   /** View your Google Coordinate jobs. */
37 37
   const COORDINATE_READONLY =
38
-      "https://www.googleapis.com/auth/coordinate.readonly";
38
+	  "https://www.googleapis.com/auth/coordinate.readonly";
39 39
 
40 40
   public $customFieldDef;
41 41
   public $jobs;
@@ -52,414 +52,414 @@  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 = 'coordinate/v1/';
58
-    $this->version = 'v1';
59
-    $this->serviceName = 'coordinate';
60
-
61
-    $this->customFieldDef = new Google_Service_Coordinate_CustomFieldDef_Resource(
62
-        $this,
63
-        $this->serviceName,
64
-        'customFieldDef',
65
-        array(
66
-          'methods' => array(
67
-            'list' => array(
68
-              'path' => 'teams/{teamId}/custom_fields',
69
-              'httpMethod' => 'GET',
70
-              'parameters' => array(
71
-                'teamId' => array(
72
-                  'location' => 'path',
73
-                  'type' => 'string',
74
-                  'required' => true,
75
-                ),
76
-              ),
77
-            ),
78
-          )
79
-        )
80
-    );
81
-    $this->jobs = new Google_Service_Coordinate_Jobs_Resource(
82
-        $this,
83
-        $this->serviceName,
84
-        'jobs',
85
-        array(
86
-          'methods' => array(
87
-            'get' => array(
88
-              'path' => 'teams/{teamId}/jobs/{jobId}',
89
-              'httpMethod' => 'GET',
90
-              'parameters' => array(
91
-                'teamId' => array(
92
-                  'location' => 'path',
93
-                  'type' => 'string',
94
-                  'required' => true,
95
-                ),
96
-                'jobId' => array(
97
-                  'location' => 'path',
98
-                  'type' => 'string',
99
-                  'required' => true,
100
-                ),
101
-              ),
102
-            ),'insert' => array(
103
-              'path' => 'teams/{teamId}/jobs',
104
-              'httpMethod' => 'POST',
105
-              'parameters' => array(
106
-                'teamId' => array(
107
-                  'location' => 'path',
108
-                  'type' => 'string',
109
-                  'required' => true,
110
-                ),
111
-                'address' => array(
112
-                  'location' => 'query',
113
-                  'type' => 'string',
114
-                  'required' => true,
115
-                ),
116
-                'lat' => array(
117
-                  'location' => 'query',
118
-                  'type' => 'number',
119
-                  'required' => true,
120
-                ),
121
-                'lng' => array(
122
-                  'location' => 'query',
123
-                  'type' => 'number',
124
-                  'required' => true,
125
-                ),
126
-                'title' => array(
127
-                  'location' => 'query',
128
-                  'type' => 'string',
129
-                  'required' => true,
130
-                ),
131
-                'customerName' => array(
132
-                  'location' => 'query',
133
-                  'type' => 'string',
134
-                ),
135
-                'note' => array(
136
-                  'location' => 'query',
137
-                  'type' => 'string',
138
-                ),
139
-                'assignee' => array(
140
-                  'location' => 'query',
141
-                  'type' => 'string',
142
-                ),
143
-                'customerPhoneNumber' => array(
144
-                  'location' => 'query',
145
-                  'type' => 'string',
146
-                ),
147
-                'customField' => array(
148
-                  'location' => 'query',
149
-                  'type' => 'string',
150
-                  'repeated' => true,
151
-                ),
152
-              ),
153
-            ),'list' => array(
154
-              'path' => 'teams/{teamId}/jobs',
155
-              'httpMethod' => 'GET',
156
-              'parameters' => array(
157
-                'teamId' => array(
158
-                  'location' => 'path',
159
-                  'type' => 'string',
160
-                  'required' => true,
161
-                ),
162
-                'minModifiedTimestampMs' => array(
163
-                  'location' => 'query',
164
-                  'type' => 'string',
165
-                ),
166
-                'maxResults' => array(
167
-                  'location' => 'query',
168
-                  'type' => 'integer',
169
-                ),
170
-                'pageToken' => array(
171
-                  'location' => 'query',
172
-                  'type' => 'string',
173
-                ),
174
-              ),
175
-            ),'patch' => array(
176
-              'path' => 'teams/{teamId}/jobs/{jobId}',
177
-              'httpMethod' => 'PATCH',
178
-              'parameters' => array(
179
-                'teamId' => array(
180
-                  'location' => 'path',
181
-                  'type' => 'string',
182
-                  'required' => true,
183
-                ),
184
-                'jobId' => array(
185
-                  'location' => 'path',
186
-                  'type' => 'string',
187
-                  'required' => true,
188
-                ),
189
-                'customerName' => array(
190
-                  'location' => 'query',
191
-                  'type' => 'string',
192
-                ),
193
-                'title' => array(
194
-                  'location' => 'query',
195
-                  'type' => 'string',
196
-                ),
197
-                'note' => array(
198
-                  'location' => 'query',
199
-                  'type' => 'string',
200
-                ),
201
-                'assignee' => array(
202
-                  'location' => 'query',
203
-                  'type' => 'string',
204
-                ),
205
-                'customerPhoneNumber' => array(
206
-                  'location' => 'query',
207
-                  'type' => 'string',
208
-                ),
209
-                'address' => array(
210
-                  'location' => 'query',
211
-                  'type' => 'string',
212
-                ),
213
-                'lat' => array(
214
-                  'location' => 'query',
215
-                  'type' => 'number',
216
-                ),
217
-                'progress' => array(
218
-                  'location' => 'query',
219
-                  'type' => 'string',
220
-                ),
221
-                'lng' => array(
222
-                  'location' => 'query',
223
-                  'type' => 'number',
224
-                ),
225
-                'customField' => array(
226
-                  'location' => 'query',
227
-                  'type' => 'string',
228
-                  'repeated' => true,
229
-                ),
230
-              ),
231
-            ),'update' => array(
232
-              'path' => 'teams/{teamId}/jobs/{jobId}',
233
-              'httpMethod' => 'PUT',
234
-              'parameters' => array(
235
-                'teamId' => array(
236
-                  'location' => 'path',
237
-                  'type' => 'string',
238
-                  'required' => true,
239
-                ),
240
-                'jobId' => array(
241
-                  'location' => 'path',
242
-                  'type' => 'string',
243
-                  'required' => true,
244
-                ),
245
-                'customerName' => array(
246
-                  'location' => 'query',
247
-                  'type' => 'string',
248
-                ),
249
-                'title' => array(
250
-                  'location' => 'query',
251
-                  'type' => 'string',
252
-                ),
253
-                'note' => array(
254
-                  'location' => 'query',
255
-                  'type' => 'string',
256
-                ),
257
-                'assignee' => array(
258
-                  'location' => 'query',
259
-                  'type' => 'string',
260
-                ),
261
-                'customerPhoneNumber' => array(
262
-                  'location' => 'query',
263
-                  'type' => 'string',
264
-                ),
265
-                'address' => array(
266
-                  'location' => 'query',
267
-                  'type' => 'string',
268
-                ),
269
-                'lat' => array(
270
-                  'location' => 'query',
271
-                  'type' => 'number',
272
-                ),
273
-                'progress' => array(
274
-                  'location' => 'query',
275
-                  'type' => 'string',
276
-                ),
277
-                'lng' => array(
278
-                  'location' => 'query',
279
-                  'type' => 'number',
280
-                ),
281
-                'customField' => array(
282
-                  'location' => 'query',
283
-                  'type' => 'string',
284
-                  'repeated' => true,
285
-                ),
286
-              ),
287
-            ),
288
-          )
289
-        )
290
-    );
291
-    $this->location = new Google_Service_Coordinate_Location_Resource(
292
-        $this,
293
-        $this->serviceName,
294
-        'location',
295
-        array(
296
-          'methods' => array(
297
-            'list' => array(
298
-              'path' => 'teams/{teamId}/workers/{workerEmail}/locations',
299
-              'httpMethod' => 'GET',
300
-              'parameters' => array(
301
-                'teamId' => array(
302
-                  'location' => 'path',
303
-                  'type' => 'string',
304
-                  'required' => true,
305
-                ),
306
-                'workerEmail' => array(
307
-                  'location' => 'path',
308
-                  'type' => 'string',
309
-                  'required' => true,
310
-                ),
311
-                'startTimestampMs' => array(
312
-                  'location' => 'query',
313
-                  'type' => 'string',
314
-                  'required' => true,
315
-                ),
316
-                'pageToken' => array(
317
-                  'location' => 'query',
318
-                  'type' => 'string',
319
-                ),
320
-                'maxResults' => array(
321
-                  'location' => 'query',
322
-                  'type' => 'integer',
323
-                ),
324
-              ),
325
-            ),
326
-          )
327
-        )
328
-    );
329
-    $this->schedule = new Google_Service_Coordinate_Schedule_Resource(
330
-        $this,
331
-        $this->serviceName,
332
-        'schedule',
333
-        array(
334
-          'methods' => array(
335
-            'get' => array(
336
-              'path' => 'teams/{teamId}/jobs/{jobId}/schedule',
337
-              'httpMethod' => 'GET',
338
-              'parameters' => array(
339
-                'teamId' => array(
340
-                  'location' => 'path',
341
-                  'type' => 'string',
342
-                  'required' => true,
343
-                ),
344
-                'jobId' => array(
345
-                  'location' => 'path',
346
-                  'type' => 'string',
347
-                  'required' => true,
348
-                ),
349
-              ),
350
-            ),'patch' => array(
351
-              'path' => 'teams/{teamId}/jobs/{jobId}/schedule',
352
-              'httpMethod' => 'PATCH',
353
-              'parameters' => array(
354
-                'teamId' => array(
355
-                  'location' => 'path',
356
-                  'type' => 'string',
357
-                  'required' => true,
358
-                ),
359
-                'jobId' => array(
360
-                  'location' => 'path',
361
-                  'type' => 'string',
362
-                  'required' => true,
363
-                ),
364
-                'allDay' => array(
365
-                  'location' => 'query',
366
-                  'type' => 'boolean',
367
-                ),
368
-                'startTime' => array(
369
-                  'location' => 'query',
370
-                  'type' => 'string',
371
-                ),
372
-                'duration' => array(
373
-                  'location' => 'query',
374
-                  'type' => 'string',
375
-                ),
376
-                'endTime' => array(
377
-                  'location' => 'query',
378
-                  'type' => 'string',
379
-                ),
380
-              ),
381
-            ),'update' => array(
382
-              'path' => 'teams/{teamId}/jobs/{jobId}/schedule',
383
-              'httpMethod' => 'PUT',
384
-              'parameters' => array(
385
-                'teamId' => array(
386
-                  'location' => 'path',
387
-                  'type' => 'string',
388
-                  'required' => true,
389
-                ),
390
-                'jobId' => array(
391
-                  'location' => 'path',
392
-                  'type' => 'string',
393
-                  'required' => true,
394
-                ),
395
-                'allDay' => array(
396
-                  'location' => 'query',
397
-                  'type' => 'boolean',
398
-                ),
399
-                'startTime' => array(
400
-                  'location' => 'query',
401
-                  'type' => 'string',
402
-                ),
403
-                'duration' => array(
404
-                  'location' => 'query',
405
-                  'type' => 'string',
406
-                ),
407
-                'endTime' => array(
408
-                  'location' => 'query',
409
-                  'type' => 'string',
410
-                ),
411
-              ),
412
-            ),
413
-          )
414
-        )
415
-    );
416
-    $this->team = new Google_Service_Coordinate_Team_Resource(
417
-        $this,
418
-        $this->serviceName,
419
-        'team',
420
-        array(
421
-          'methods' => array(
422
-            'list' => array(
423
-              'path' => 'teams',
424
-              'httpMethod' => 'GET',
425
-              'parameters' => array(
426
-                'admin' => array(
427
-                  'location' => 'query',
428
-                  'type' => 'boolean',
429
-                ),
430
-                'worker' => array(
431
-                  'location' => 'query',
432
-                  'type' => 'boolean',
433
-                ),
434
-                'dispatcher' => array(
435
-                  'location' => 'query',
436
-                  'type' => 'boolean',
437
-                ),
438
-              ),
439
-            ),
440
-          )
441
-        )
442
-    );
443
-    $this->worker = new Google_Service_Coordinate_Worker_Resource(
444
-        $this,
445
-        $this->serviceName,
446
-        'worker',
447
-        array(
448
-          'methods' => array(
449
-            'list' => array(
450
-              'path' => 'teams/{teamId}/workers',
451
-              'httpMethod' => 'GET',
452
-              'parameters' => array(
453
-                'teamId' => array(
454
-                  'location' => 'path',
455
-                  'type' => 'string',
456
-                  'required' => true,
457
-                ),
458
-              ),
459
-            ),
460
-          )
461
-        )
462
-    );
55
+	parent::__construct($client);
56
+	$this->rootUrl = 'https://www.googleapis.com/';
57
+	$this->servicePath = 'coordinate/v1/';
58
+	$this->version = 'v1';
59
+	$this->serviceName = 'coordinate';
60
+
61
+	$this->customFieldDef = new Google_Service_Coordinate_CustomFieldDef_Resource(
62
+		$this,
63
+		$this->serviceName,
64
+		'customFieldDef',
65
+		array(
66
+		  'methods' => array(
67
+			'list' => array(
68
+			  'path' => 'teams/{teamId}/custom_fields',
69
+			  'httpMethod' => 'GET',
70
+			  'parameters' => array(
71
+				'teamId' => array(
72
+				  'location' => 'path',
73
+				  'type' => 'string',
74
+				  'required' => true,
75
+				),
76
+			  ),
77
+			),
78
+		  )
79
+		)
80
+	);
81
+	$this->jobs = new Google_Service_Coordinate_Jobs_Resource(
82
+		$this,
83
+		$this->serviceName,
84
+		'jobs',
85
+		array(
86
+		  'methods' => array(
87
+			'get' => array(
88
+			  'path' => 'teams/{teamId}/jobs/{jobId}',
89
+			  'httpMethod' => 'GET',
90
+			  'parameters' => array(
91
+				'teamId' => array(
92
+				  'location' => 'path',
93
+				  'type' => 'string',
94
+				  'required' => true,
95
+				),
96
+				'jobId' => array(
97
+				  'location' => 'path',
98
+				  'type' => 'string',
99
+				  'required' => true,
100
+				),
101
+			  ),
102
+			),'insert' => array(
103
+			  'path' => 'teams/{teamId}/jobs',
104
+			  'httpMethod' => 'POST',
105
+			  'parameters' => array(
106
+				'teamId' => array(
107
+				  'location' => 'path',
108
+				  'type' => 'string',
109
+				  'required' => true,
110
+				),
111
+				'address' => array(
112
+				  'location' => 'query',
113
+				  'type' => 'string',
114
+				  'required' => true,
115
+				),
116
+				'lat' => array(
117
+				  'location' => 'query',
118
+				  'type' => 'number',
119
+				  'required' => true,
120
+				),
121
+				'lng' => array(
122
+				  'location' => 'query',
123
+				  'type' => 'number',
124
+				  'required' => true,
125
+				),
126
+				'title' => array(
127
+				  'location' => 'query',
128
+				  'type' => 'string',
129
+				  'required' => true,
130
+				),
131
+				'customerName' => array(
132
+				  'location' => 'query',
133
+				  'type' => 'string',
134
+				),
135
+				'note' => array(
136
+				  'location' => 'query',
137
+				  'type' => 'string',
138
+				),
139
+				'assignee' => array(
140
+				  'location' => 'query',
141
+				  'type' => 'string',
142
+				),
143
+				'customerPhoneNumber' => array(
144
+				  'location' => 'query',
145
+				  'type' => 'string',
146
+				),
147
+				'customField' => array(
148
+				  'location' => 'query',
149
+				  'type' => 'string',
150
+				  'repeated' => true,
151
+				),
152
+			  ),
153
+			),'list' => array(
154
+			  'path' => 'teams/{teamId}/jobs',
155
+			  'httpMethod' => 'GET',
156
+			  'parameters' => array(
157
+				'teamId' => array(
158
+				  'location' => 'path',
159
+				  'type' => 'string',
160
+				  'required' => true,
161
+				),
162
+				'minModifiedTimestampMs' => array(
163
+				  'location' => 'query',
164
+				  'type' => 'string',
165
+				),
166
+				'maxResults' => array(
167
+				  'location' => 'query',
168
+				  'type' => 'integer',
169
+				),
170
+				'pageToken' => array(
171
+				  'location' => 'query',
172
+				  'type' => 'string',
173
+				),
174
+			  ),
175
+			),'patch' => array(
176
+			  'path' => 'teams/{teamId}/jobs/{jobId}',
177
+			  'httpMethod' => 'PATCH',
178
+			  'parameters' => array(
179
+				'teamId' => array(
180
+				  'location' => 'path',
181
+				  'type' => 'string',
182
+				  'required' => true,
183
+				),
184
+				'jobId' => array(
185
+				  'location' => 'path',
186
+				  'type' => 'string',
187
+				  'required' => true,
188
+				),
189
+				'customerName' => array(
190
+				  'location' => 'query',
191
+				  'type' => 'string',
192
+				),
193
+				'title' => array(
194
+				  'location' => 'query',
195
+				  'type' => 'string',
196
+				),
197
+				'note' => array(
198
+				  'location' => 'query',
199
+				  'type' => 'string',
200
+				),
201
+				'assignee' => array(
202
+				  'location' => 'query',
203
+				  'type' => 'string',
204
+				),
205
+				'customerPhoneNumber' => array(
206
+				  'location' => 'query',
207
+				  'type' => 'string',
208
+				),
209
+				'address' => array(
210
+				  'location' => 'query',
211
+				  'type' => 'string',
212
+				),
213
+				'lat' => array(
214
+				  'location' => 'query',
215
+				  'type' => 'number',
216
+				),
217
+				'progress' => array(
218
+				  'location' => 'query',
219
+				  'type' => 'string',
220
+				),
221
+				'lng' => array(
222
+				  'location' => 'query',
223
+				  'type' => 'number',
224
+				),
225
+				'customField' => array(
226
+				  'location' => 'query',
227
+				  'type' => 'string',
228
+				  'repeated' => true,
229
+				),
230
+			  ),
231
+			),'update' => array(
232
+			  'path' => 'teams/{teamId}/jobs/{jobId}',
233
+			  'httpMethod' => 'PUT',
234
+			  'parameters' => array(
235
+				'teamId' => array(
236
+				  'location' => 'path',
237
+				  'type' => 'string',
238
+				  'required' => true,
239
+				),
240
+				'jobId' => array(
241
+				  'location' => 'path',
242
+				  'type' => 'string',
243
+				  'required' => true,
244
+				),
245
+				'customerName' => array(
246
+				  'location' => 'query',
247
+				  'type' => 'string',
248
+				),
249
+				'title' => array(
250
+				  'location' => 'query',
251
+				  'type' => 'string',
252
+				),
253
+				'note' => array(
254
+				  'location' => 'query',
255
+				  'type' => 'string',
256
+				),
257
+				'assignee' => array(
258
+				  'location' => 'query',
259
+				  'type' => 'string',
260
+				),
261
+				'customerPhoneNumber' => array(
262
+				  'location' => 'query',
263
+				  'type' => 'string',
264
+				),
265
+				'address' => array(
266
+				  'location' => 'query',
267
+				  'type' => 'string',
268
+				),
269
+				'lat' => array(
270
+				  'location' => 'query',
271
+				  'type' => 'number',
272
+				),
273
+				'progress' => array(
274
+				  'location' => 'query',
275
+				  'type' => 'string',
276
+				),
277
+				'lng' => array(
278
+				  'location' => 'query',
279
+				  'type' => 'number',
280
+				),
281
+				'customField' => array(
282
+				  'location' => 'query',
283
+				  'type' => 'string',
284
+				  'repeated' => true,
285
+				),
286
+			  ),
287
+			),
288
+		  )
289
+		)
290
+	);
291
+	$this->location = new Google_Service_Coordinate_Location_Resource(
292
+		$this,
293
+		$this->serviceName,
294
+		'location',
295
+		array(
296
+		  'methods' => array(
297
+			'list' => array(
298
+			  'path' => 'teams/{teamId}/workers/{workerEmail}/locations',
299
+			  'httpMethod' => 'GET',
300
+			  'parameters' => array(
301
+				'teamId' => array(
302
+				  'location' => 'path',
303
+				  'type' => 'string',
304
+				  'required' => true,
305
+				),
306
+				'workerEmail' => array(
307
+				  'location' => 'path',
308
+				  'type' => 'string',
309
+				  'required' => true,
310
+				),
311
+				'startTimestampMs' => array(
312
+				  'location' => 'query',
313
+				  'type' => 'string',
314
+				  'required' => true,
315
+				),
316
+				'pageToken' => array(
317
+				  'location' => 'query',
318
+				  'type' => 'string',
319
+				),
320
+				'maxResults' => array(
321
+				  'location' => 'query',
322
+				  'type' => 'integer',
323
+				),
324
+			  ),
325
+			),
326
+		  )
327
+		)
328
+	);
329
+	$this->schedule = new Google_Service_Coordinate_Schedule_Resource(
330
+		$this,
331
+		$this->serviceName,
332
+		'schedule',
333
+		array(
334
+		  'methods' => array(
335
+			'get' => array(
336
+			  'path' => 'teams/{teamId}/jobs/{jobId}/schedule',
337
+			  'httpMethod' => 'GET',
338
+			  'parameters' => array(
339
+				'teamId' => array(
340
+				  'location' => 'path',
341
+				  'type' => 'string',
342
+				  'required' => true,
343
+				),
344
+				'jobId' => array(
345
+				  'location' => 'path',
346
+				  'type' => 'string',
347
+				  'required' => true,
348
+				),
349
+			  ),
350
+			),'patch' => array(
351
+			  'path' => 'teams/{teamId}/jobs/{jobId}/schedule',
352
+			  'httpMethod' => 'PATCH',
353
+			  'parameters' => array(
354
+				'teamId' => array(
355
+				  'location' => 'path',
356
+				  'type' => 'string',
357
+				  'required' => true,
358
+				),
359
+				'jobId' => array(
360
+				  'location' => 'path',
361
+				  'type' => 'string',
362
+				  'required' => true,
363
+				),
364
+				'allDay' => array(
365
+				  'location' => 'query',
366
+				  'type' => 'boolean',
367
+				),
368
+				'startTime' => array(
369
+				  'location' => 'query',
370
+				  'type' => 'string',
371
+				),
372
+				'duration' => array(
373
+				  'location' => 'query',
374
+				  'type' => 'string',
375
+				),
376
+				'endTime' => array(
377
+				  'location' => 'query',
378
+				  'type' => 'string',
379
+				),
380
+			  ),
381
+			),'update' => array(
382
+			  'path' => 'teams/{teamId}/jobs/{jobId}/schedule',
383
+			  'httpMethod' => 'PUT',
384
+			  'parameters' => array(
385
+				'teamId' => array(
386
+				  'location' => 'path',
387
+				  'type' => 'string',
388
+				  'required' => true,
389
+				),
390
+				'jobId' => array(
391
+				  'location' => 'path',
392
+				  'type' => 'string',
393
+				  'required' => true,
394
+				),
395
+				'allDay' => array(
396
+				  'location' => 'query',
397
+				  'type' => 'boolean',
398
+				),
399
+				'startTime' => array(
400
+				  'location' => 'query',
401
+				  'type' => 'string',
402
+				),
403
+				'duration' => array(
404
+				  'location' => 'query',
405
+				  'type' => 'string',
406
+				),
407
+				'endTime' => array(
408
+				  'location' => 'query',
409
+				  'type' => 'string',
410
+				),
411
+			  ),
412
+			),
413
+		  )
414
+		)
415
+	);
416
+	$this->team = new Google_Service_Coordinate_Team_Resource(
417
+		$this,
418
+		$this->serviceName,
419
+		'team',
420
+		array(
421
+		  'methods' => array(
422
+			'list' => array(
423
+			  'path' => 'teams',
424
+			  'httpMethod' => 'GET',
425
+			  'parameters' => array(
426
+				'admin' => array(
427
+				  'location' => 'query',
428
+				  'type' => 'boolean',
429
+				),
430
+				'worker' => array(
431
+				  'location' => 'query',
432
+				  'type' => 'boolean',
433
+				),
434
+				'dispatcher' => array(
435
+				  'location' => 'query',
436
+				  'type' => 'boolean',
437
+				),
438
+			  ),
439
+			),
440
+		  )
441
+		)
442
+	);
443
+	$this->worker = new Google_Service_Coordinate_Worker_Resource(
444
+		$this,
445
+		$this->serviceName,
446
+		'worker',
447
+		array(
448
+		  'methods' => array(
449
+			'list' => array(
450
+			  'path' => 'teams/{teamId}/workers',
451
+			  'httpMethod' => 'GET',
452
+			  'parameters' => array(
453
+				'teamId' => array(
454
+				  'location' => 'path',
455
+				  'type' => 'string',
456
+				  'required' => true,
457
+				),
458
+			  ),
459
+			),
460
+		  )
461
+		)
462
+	);
463 463
   }
464 464
 }
465 465
 
@@ -485,9 +485,9 @@  discard block
 block discarded – undo
485 485
    */
486 486
   public function listCustomFieldDef($teamId, $optParams = array())
487 487
   {
488
-    $params = array('teamId' => $teamId);
489
-    $params = array_merge($params, $optParams);
490
-    return $this->call('list', array($params), "Google_Service_Coordinate_CustomFieldDefListResponse");
488
+	$params = array('teamId' => $teamId);
489
+	$params = array_merge($params, $optParams);
490
+	return $this->call('list', array($params), "Google_Service_Coordinate_CustomFieldDefListResponse");
491 491
   }
492 492
 }
493 493
 
@@ -512,9 +512,9 @@  discard block
 block discarded – undo
512 512
    */
513 513
   public function get($teamId, $jobId, $optParams = array())
514 514
   {
515
-    $params = array('teamId' => $teamId, 'jobId' => $jobId);
516
-    $params = array_merge($params, $optParams);
517
-    return $this->call('get', array($params), "Google_Service_Coordinate_Job");
515
+	$params = array('teamId' => $teamId, 'jobId' => $jobId);
516
+	$params = array_merge($params, $optParams);
517
+	return $this->call('get', array($params), "Google_Service_Coordinate_Job");
518 518
   }
519 519
 
520 520
   /**
@@ -544,9 +544,9 @@  discard block
 block discarded – undo
544 544
    */
545 545
   public function insert($teamId, $address, $lat, $lng, $title, Google_Service_Coordinate_Job $postBody, $optParams = array())
546 546
   {
547
-    $params = array('teamId' => $teamId, 'address' => $address, 'lat' => $lat, 'lng' => $lng, 'title' => $title, 'postBody' => $postBody);
548
-    $params = array_merge($params, $optParams);
549
-    return $this->call('insert', array($params), "Google_Service_Coordinate_Job");
547
+	$params = array('teamId' => $teamId, 'address' => $address, 'lat' => $lat, 'lng' => $lng, 'title' => $title, 'postBody' => $postBody);
548
+	$params = array_merge($params, $optParams);
549
+	return $this->call('insert', array($params), "Google_Service_Coordinate_Job");
550 550
   }
551 551
 
552 552
   /**
@@ -563,9 +563,9 @@  discard block
 block discarded – undo
563 563
    */
564 564
   public function listJobs($teamId, $optParams = array())
565 565
   {
566
-    $params = array('teamId' => $teamId);
567
-    $params = array_merge($params, $optParams);
568
-    return $this->call('list', array($params), "Google_Service_Coordinate_JobListResponse");
566
+	$params = array('teamId' => $teamId);
567
+	$params = array_merge($params, $optParams);
568
+	return $this->call('list', array($params), "Google_Service_Coordinate_JobListResponse");
569 569
   }
570 570
 
571 571
   /**
@@ -597,9 +597,9 @@  discard block
 block discarded – undo
597 597
    */
598 598
   public function patch($teamId, $jobId, Google_Service_Coordinate_Job $postBody, $optParams = array())
599 599
   {
600
-    $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody);
601
-    $params = array_merge($params, $optParams);
602
-    return $this->call('patch', array($params), "Google_Service_Coordinate_Job");
600
+	$params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody);
601
+	$params = array_merge($params, $optParams);
602
+	return $this->call('patch', array($params), "Google_Service_Coordinate_Job");
603 603
   }
604 604
 
605 605
   /**
@@ -631,9 +631,9 @@  discard block
 block discarded – undo
631 631
    */
632 632
   public function update($teamId, $jobId, Google_Service_Coordinate_Job $postBody, $optParams = array())
633 633
   {
634
-    $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody);
635
-    $params = array_merge($params, $optParams);
636
-    return $this->call('update', array($params), "Google_Service_Coordinate_Job");
634
+	$params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody);
635
+	$params = array_merge($params, $optParams);
636
+	return $this->call('update', array($params), "Google_Service_Coordinate_Job");
637 637
   }
638 638
 }
639 639
 
@@ -663,9 +663,9 @@  discard block
 block discarded – undo
663 663
    */
664 664
   public function listLocation($teamId, $workerEmail, $startTimestampMs, $optParams = array())
665 665
   {
666
-    $params = array('teamId' => $teamId, 'workerEmail' => $workerEmail, 'startTimestampMs' => $startTimestampMs);
667
-    $params = array_merge($params, $optParams);
668
-    return $this->call('list', array($params), "Google_Service_Coordinate_LocationListResponse");
666
+	$params = array('teamId' => $teamId, 'workerEmail' => $workerEmail, 'startTimestampMs' => $startTimestampMs);
667
+	$params = array_merge($params, $optParams);
668
+	return $this->call('list', array($params), "Google_Service_Coordinate_LocationListResponse");
669 669
   }
670 670
 }
671 671
 
@@ -690,9 +690,9 @@  discard block
 block discarded – undo
690 690
    */
691 691
   public function get($teamId, $jobId, $optParams = array())
692 692
   {
693
-    $params = array('teamId' => $teamId, 'jobId' => $jobId);
694
-    $params = array_merge($params, $optParams);
695
-    return $this->call('get', array($params), "Google_Service_Coordinate_Schedule");
693
+	$params = array('teamId' => $teamId, 'jobId' => $jobId);
694
+	$params = array_merge($params, $optParams);
695
+	return $this->call('get', array($params), "Google_Service_Coordinate_Schedule");
696 696
   }
697 697
 
698 698
   /**
@@ -713,9 +713,9 @@  discard block
 block discarded – undo
713 713
    */
714 714
   public function patch($teamId, $jobId, Google_Service_Coordinate_Schedule $postBody, $optParams = array())
715 715
   {
716
-    $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody);
717
-    $params = array_merge($params, $optParams);
718
-    return $this->call('patch', array($params), "Google_Service_Coordinate_Schedule");
716
+	$params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody);
717
+	$params = array_merge($params, $optParams);
718
+	return $this->call('patch', array($params), "Google_Service_Coordinate_Schedule");
719 719
   }
720 720
 
721 721
   /**
@@ -735,9 +735,9 @@  discard block
 block discarded – undo
735 735
    */
736 736
   public function update($teamId, $jobId, Google_Service_Coordinate_Schedule $postBody, $optParams = array())
737 737
   {
738
-    $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody);
739
-    $params = array_merge($params, $optParams);
740
-    return $this->call('update', array($params), "Google_Service_Coordinate_Schedule");
738
+	$params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody);
739
+	$params = array_merge($params, $optParams);
740
+	return $this->call('update', array($params), "Google_Service_Coordinate_Schedule");
741 741
   }
742 742
 }
743 743
 
@@ -767,9 +767,9 @@  discard block
 block discarded – undo
767 767
    */
768 768
   public function listTeam($optParams = array())
769 769
   {
770
-    $params = array();
771
-    $params = array_merge($params, $optParams);
772
-    return $this->call('list', array($params), "Google_Service_Coordinate_TeamListResponse");
770
+	$params = array();
771
+	$params = array_merge($params, $optParams);
772
+	return $this->call('list', array($params), "Google_Service_Coordinate_TeamListResponse");
773 773
   }
774 774
 }
775 775
 
@@ -793,9 +793,9 @@  discard block
 block discarded – undo
793 793
    */
794 794
   public function listWorker($teamId, $optParams = array())
795 795
   {
796
-    $params = array('teamId' => $teamId);
797
-    $params = array_merge($params, $optParams);
798
-    return $this->call('list', array($params), "Google_Service_Coordinate_WorkerListResponse");
796
+	$params = array('teamId' => $teamId);
797
+	$params = array_merge($params, $optParams);
798
+	return $this->call('list', array($params), "Google_Service_Coordinate_WorkerListResponse");
799 799
   }
800 800
 }
801 801
 
@@ -813,27 +813,27 @@  discard block
 block discarded – undo
813 813
 
814 814
   public function setCustomFieldId($customFieldId)
815 815
   {
816
-    $this->customFieldId = $customFieldId;
816
+	$this->customFieldId = $customFieldId;
817 817
   }
818 818
   public function getCustomFieldId()
819 819
   {
820
-    return $this->customFieldId;
820
+	return $this->customFieldId;
821 821
   }
822 822
   public function setKind($kind)
823 823
   {
824
-    $this->kind = $kind;
824
+	$this->kind = $kind;
825 825
   }
826 826
   public function getKind()
827 827
   {
828
-    return $this->kind;
828
+	return $this->kind;
829 829
   }
830 830
   public function setValue($value)
831 831
   {
832
-    $this->value = $value;
832
+	$this->value = $value;
833 833
   }
834 834
   public function getValue()
835 835
   {
836
-    return $this->value;
836
+	return $this->value;
837 837
   }
838 838
 }
839 839
 
@@ -854,59 +854,59 @@  discard block
 block discarded – undo
854 854
 
855 855
   public function setEnabled($enabled)
856 856
   {
857
-    $this->enabled = $enabled;
857
+	$this->enabled = $enabled;
858 858
   }
859 859
   public function getEnabled()
860 860
   {
861
-    return $this->enabled;
861
+	return $this->enabled;
862 862
   }
863 863
   public function setEnumitems($enumitems)
864 864
   {
865
-    $this->enumitems = $enumitems;
865
+	$this->enumitems = $enumitems;
866 866
   }
867 867
   public function getEnumitems()
868 868
   {
869
-    return $this->enumitems;
869
+	return $this->enumitems;
870 870
   }
871 871
   public function setId($id)
872 872
   {
873
-    $this->id = $id;
873
+	$this->id = $id;
874 874
   }
875 875
   public function getId()
876 876
   {
877
-    return $this->id;
877
+	return $this->id;
878 878
   }
879 879
   public function setKind($kind)
880 880
   {
881
-    $this->kind = $kind;
881
+	$this->kind = $kind;
882 882
   }
883 883
   public function getKind()
884 884
   {
885
-    return $this->kind;
885
+	return $this->kind;
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 setRequiredForCheckout($requiredForCheckout)
896 896
   {
897
-    $this->requiredForCheckout = $requiredForCheckout;
897
+	$this->requiredForCheckout = $requiredForCheckout;
898 898
   }
899 899
   public function getRequiredForCheckout()
900 900
   {
901
-    return $this->requiredForCheckout;
901
+	return $this->requiredForCheckout;
902 902
   }
903 903
   public function setType($type)
904 904
   {
905
-    $this->type = $type;
905
+	$this->type = $type;
906 906
   }
907 907
   public function getType()
908 908
   {
909
-    return $this->type;
909
+	return $this->type;
910 910
   }
911 911
 }
912 912
 
@@ -922,19 +922,19 @@  discard block
 block discarded – undo
922 922
 
923 923
   public function setItems($items)
924 924
   {
925
-    $this->items = $items;
925
+	$this->items = $items;
926 926
   }
927 927
   public function getItems()
928 928
   {
929
-    return $this->items;
929
+	return $this->items;
930 930
   }
931 931
   public function setKind($kind)
932 932
   {
933
-    $this->kind = $kind;
933
+	$this->kind = $kind;
934 934
   }
935 935
   public function getKind()
936 936
   {
937
-    return $this->kind;
937
+	return $this->kind;
938 938
   }
939 939
 }
940 940
 
@@ -950,19 +950,19 @@  discard block
 block discarded – undo
950 950
 
951 951
   public function setCustomField($customField)
952 952
   {
953
-    $this->customField = $customField;
953
+	$this->customField = $customField;
954 954
   }
955 955
   public function getCustomField()
956 956
   {
957
-    return $this->customField;
957
+	return $this->customField;
958 958
   }
959 959
   public function setKind($kind)
960 960
   {
961
-    $this->kind = $kind;
961
+	$this->kind = $kind;
962 962
   }
963 963
   public function getKind()
964 964
   {
965
-    return $this->kind;
965
+	return $this->kind;
966 966
   }
967 967
 }
968 968
 
@@ -977,27 +977,27 @@  discard block
 block discarded – undo
977 977
 
978 978
   public function setActive($active)
979 979
   {
980
-    $this->active = $active;
980
+	$this->active = $active;
981 981
   }
982 982
   public function getActive()
983 983
   {
984
-    return $this->active;
984
+	return $this->active;
985 985
   }
986 986
   public function setKind($kind)
987 987
   {
988
-    $this->kind = $kind;
988
+	$this->kind = $kind;
989 989
   }
990 990
   public function getKind()
991 991
   {
992
-    return $this->kind;
992
+	return $this->kind;
993 993
   }
994 994
   public function setValue($value)
995 995
   {
996
-    $this->value = $value;
996
+	$this->value = $value;
997 997
   }
998 998
   public function getValue()
999 999
   {
1000
-    return $this->value;
1000
+	return $this->value;
1001 1001
   }
1002 1002
 }
1003 1003
 
@@ -1016,35 +1016,35 @@  discard block
 block discarded – undo
1016 1016
 
1017 1017
   public function setId($id)
1018 1018
   {
1019
-    $this->id = $id;
1019
+	$this->id = $id;
1020 1020
   }
1021 1021
   public function getId()
1022 1022
   {
1023
-    return $this->id;
1023
+	return $this->id;
1024 1024
   }
1025 1025
   public function setJobChange($jobChange)
1026 1026
   {
1027
-    $this->jobChange = $jobChange;
1027
+	$this->jobChange = $jobChange;
1028 1028
   }
1029 1029
   public function getJobChange()
1030 1030
   {
1031
-    return $this->jobChange;
1031
+	return $this->jobChange;
1032 1032
   }
1033 1033
   public function setKind($kind)
1034 1034
   {
1035
-    $this->kind = $kind;
1035
+	$this->kind = $kind;
1036 1036
   }
1037 1037
   public function getKind()
1038 1038
   {
1039
-    return $this->kind;
1039
+	return $this->kind;
1040 1040
   }
1041 1041
   public function setState(Google_Service_Coordinate_JobState $state)
1042 1042
   {
1043
-    $this->state = $state;
1043
+	$this->state = $state;
1044 1044
   }
1045 1045
   public function getState()
1046 1046
   {
1047
-    return $this->state;
1047
+	return $this->state;
1048 1048
   }
1049 1049
 }
1050 1050
 
@@ -1060,27 +1060,27 @@  discard block
 block discarded – undo
1060 1060
 
1061 1061
   public function setKind($kind)
1062 1062
   {
1063
-    $this->kind = $kind;
1063
+	$this->kind = $kind;
1064 1064
   }
1065 1065
   public function getKind()
1066 1066
   {
1067
-    return $this->kind;
1067
+	return $this->kind;
1068 1068
   }
1069 1069
   public function setState(Google_Service_Coordinate_JobState $state)
1070 1070
   {
1071
-    $this->state = $state;
1071
+	$this->state = $state;
1072 1072
   }
1073 1073
   public function getState()
1074 1074
   {
1075
-    return $this->state;
1075
+	return $this->state;
1076 1076
   }
1077 1077
   public function setTimestamp($timestamp)
1078 1078
   {
1079
-    $this->timestamp = $timestamp;
1079
+	$this->timestamp = $timestamp;
1080 1080
   }
1081 1081
   public function getTimestamp()
1082 1082
   {
1083
-    return $this->timestamp;
1083
+	return $this->timestamp;
1084 1084
   }
1085 1085
 }
1086 1086
 
@@ -1097,27 +1097,27 @@  discard block
 block discarded – undo
1097 1097
 
1098 1098
   public function setItems($items)
1099 1099
   {
1100
-    $this->items = $items;
1100
+	$this->items = $items;
1101 1101
   }
1102 1102
   public function getItems()
1103 1103
   {
1104
-    return $this->items;
1104
+	return $this->items;
1105 1105
   }
1106 1106
   public function setKind($kind)
1107 1107
   {
1108
-    $this->kind = $kind;
1108
+	$this->kind = $kind;
1109 1109
   }
1110 1110
   public function getKind()
1111 1111
   {
1112
-    return $this->kind;
1112
+	return $this->kind;
1113 1113
   }
1114 1114
   public function setNextPageToken($nextPageToken)
1115 1115
   {
1116
-    $this->nextPageToken = $nextPageToken;
1116
+	$this->nextPageToken = $nextPageToken;
1117 1117
   }
1118 1118
   public function getNextPageToken()
1119 1119
   {
1120
-    return $this->nextPageToken;
1120
+	return $this->nextPageToken;
1121 1121
   }
1122 1122
 }
1123 1123
 
@@ -1141,75 +1141,75 @@  discard block
 block discarded – undo
1141 1141
 
1142 1142
   public function setAssignee($assignee)
1143 1143
   {
1144
-    $this->assignee = $assignee;
1144
+	$this->assignee = $assignee;
1145 1145
   }
1146 1146
   public function getAssignee()
1147 1147
   {
1148
-    return $this->assignee;
1148
+	return $this->assignee;
1149 1149
   }
1150 1150
   public function setCustomFields(Google_Service_Coordinate_CustomFields $customFields)
1151 1151
   {
1152
-    $this->customFields = $customFields;
1152
+	$this->customFields = $customFields;
1153 1153
   }
1154 1154
   public function getCustomFields()
1155 1155
   {
1156
-    return $this->customFields;
1156
+	return $this->customFields;
1157 1157
   }
1158 1158
   public function setCustomerName($customerName)
1159 1159
   {
1160
-    $this->customerName = $customerName;
1160
+	$this->customerName = $customerName;
1161 1161
   }
1162 1162
   public function getCustomerName()
1163 1163
   {
1164
-    return $this->customerName;
1164
+	return $this->customerName;
1165 1165
   }
1166 1166
   public function setCustomerPhoneNumber($customerPhoneNumber)
1167 1167
   {
1168
-    $this->customerPhoneNumber = $customerPhoneNumber;
1168
+	$this->customerPhoneNumber = $customerPhoneNumber;
1169 1169
   }
1170 1170
   public function getCustomerPhoneNumber()
1171 1171
   {
1172
-    return $this->customerPhoneNumber;
1172
+	return $this->customerPhoneNumber;
1173 1173
   }
1174 1174
   public function setKind($kind)
1175 1175
   {
1176
-    $this->kind = $kind;
1176
+	$this->kind = $kind;
1177 1177
   }
1178 1178
   public function getKind()
1179 1179
   {
1180
-    return $this->kind;
1180
+	return $this->kind;
1181 1181
   }
1182 1182
   public function setLocation(Google_Service_Coordinate_Location $location)
1183 1183
   {
1184
-    $this->location = $location;
1184
+	$this->location = $location;
1185 1185
   }
1186 1186
   public function getLocation()
1187 1187
   {
1188
-    return $this->location;
1188
+	return $this->location;
1189 1189
   }
1190 1190
   public function setNote($note)
1191 1191
   {
1192
-    $this->note = $note;
1192
+	$this->note = $note;
1193 1193
   }
1194 1194
   public function getNote()
1195 1195
   {
1196
-    return $this->note;
1196
+	return $this->note;
1197 1197
   }
1198 1198
   public function setProgress($progress)
1199 1199
   {
1200
-    $this->progress = $progress;
1200
+	$this->progress = $progress;
1201 1201
   }
1202 1202
   public function getProgress()
1203 1203
   {
1204
-    return $this->progress;
1204
+	return $this->progress;
1205 1205
   }
1206 1206
   public function setTitle($title)
1207 1207
   {
1208
-    $this->title = $title;
1208
+	$this->title = $title;
1209 1209
   }
1210 1210
   public function getTitle()
1211 1211
   {
1212
-    return $this->title;
1212
+	return $this->title;
1213 1213
   }
1214 1214
 }
1215 1215
 
@@ -1226,35 +1226,35 @@  discard block
 block discarded – undo
1226 1226
 
1227 1227
   public function setAddressLine($addressLine)
1228 1228
   {
1229
-    $this->addressLine = $addressLine;
1229
+	$this->addressLine = $addressLine;
1230 1230
   }
1231 1231
   public function getAddressLine()
1232 1232
   {
1233
-    return $this->addressLine;
1233
+	return $this->addressLine;
1234 1234
   }
1235 1235
   public function setKind($kind)
1236 1236
   {
1237
-    $this->kind = $kind;
1237
+	$this->kind = $kind;
1238 1238
   }
1239 1239
   public function getKind()
1240 1240
   {
1241
-    return $this->kind;
1241
+	return $this->kind;
1242 1242
   }
1243 1243
   public function setLat($lat)
1244 1244
   {
1245
-    $this->lat = $lat;
1245
+	$this->lat = $lat;
1246 1246
   }
1247 1247
   public function getLat()
1248 1248
   {
1249
-    return $this->lat;
1249
+	return $this->lat;
1250 1250
   }
1251 1251
   public function setLng($lng)
1252 1252
   {
1253
-    $this->lng = $lng;
1253
+	$this->lng = $lng;
1254 1254
   }
1255 1255
   public function getLng()
1256 1256
   {
1257
-    return $this->lng;
1257
+	return $this->lng;
1258 1258
   }
1259 1259
 }
1260 1260
 
@@ -1273,35 +1273,35 @@  discard block
 block discarded – undo
1273 1273
 
1274 1274
   public function setItems($items)
1275 1275
   {
1276
-    $this->items = $items;
1276
+	$this->items = $items;
1277 1277
   }
1278 1278
   public function getItems()
1279 1279
   {
1280
-    return $this->items;
1280
+	return $this->items;
1281 1281
   }
1282 1282
   public function setKind($kind)
1283 1283
   {
1284
-    $this->kind = $kind;
1284
+	$this->kind = $kind;
1285 1285
   }
1286 1286
   public function getKind()
1287 1287
   {
1288
-    return $this->kind;
1288
+	return $this->kind;
1289 1289
   }
1290 1290
   public function setNextPageToken($nextPageToken)
1291 1291
   {
1292
-    $this->nextPageToken = $nextPageToken;
1292
+	$this->nextPageToken = $nextPageToken;
1293 1293
   }
1294 1294
   public function getNextPageToken()
1295 1295
   {
1296
-    return $this->nextPageToken;
1296
+	return $this->nextPageToken;
1297 1297
   }
1298 1298
   public function setTokenPagination(Google_Service_Coordinate_TokenPagination $tokenPagination)
1299 1299
   {
1300
-    $this->tokenPagination = $tokenPagination;
1300
+	$this->tokenPagination = $tokenPagination;
1301 1301
   }
1302 1302
   public function getTokenPagination()
1303 1303
   {
1304
-    return $this->tokenPagination;
1304
+	return $this->tokenPagination;
1305 1305
   }
1306 1306
 }
1307 1307
 
@@ -1318,43 +1318,43 @@  discard block
 block discarded – undo
1318 1318
 
1319 1319
   public function setCollectionTime($collectionTime)
1320 1320
   {
1321
-    $this->collectionTime = $collectionTime;
1321
+	$this->collectionTime = $collectionTime;
1322 1322
   }
1323 1323
   public function getCollectionTime()
1324 1324
   {
1325
-    return $this->collectionTime;
1325
+	return $this->collectionTime;
1326 1326
   }
1327 1327
   public function setConfidenceRadius($confidenceRadius)
1328 1328
   {
1329
-    $this->confidenceRadius = $confidenceRadius;
1329
+	$this->confidenceRadius = $confidenceRadius;
1330 1330
   }
1331 1331
   public function getConfidenceRadius()
1332 1332
   {
1333
-    return $this->confidenceRadius;
1333
+	return $this->confidenceRadius;
1334 1334
   }
1335 1335
   public function setKind($kind)
1336 1336
   {
1337
-    $this->kind = $kind;
1337
+	$this->kind = $kind;
1338 1338
   }
1339 1339
   public function getKind()
1340 1340
   {
1341
-    return $this->kind;
1341
+	return $this->kind;
1342 1342
   }
1343 1343
   public function setLatitude($latitude)
1344 1344
   {
1345
-    $this->latitude = $latitude;
1345
+	$this->latitude = $latitude;
1346 1346
   }
1347 1347
   public function getLatitude()
1348 1348
   {
1349
-    return $this->latitude;
1349
+	return $this->latitude;
1350 1350
   }
1351 1351
   public function setLongitude($longitude)
1352 1352
   {
1353
-    $this->longitude = $longitude;
1353
+	$this->longitude = $longitude;
1354 1354
   }
1355 1355
   public function getLongitude()
1356 1356
   {
1357
-    return $this->longitude;
1357
+	return $this->longitude;
1358 1358
   }
1359 1359
 }
1360 1360
 
@@ -1371,43 +1371,43 @@  discard block
 block discarded – undo
1371 1371
 
1372 1372
   public function setAllDay($allDay)
1373 1373
   {
1374
-    $this->allDay = $allDay;
1374
+	$this->allDay = $allDay;
1375 1375
   }
1376 1376
   public function getAllDay()
1377 1377
   {
1378
-    return $this->allDay;
1378
+	return $this->allDay;
1379 1379
   }
1380 1380
   public function setDuration($duration)
1381 1381
   {
1382
-    $this->duration = $duration;
1382
+	$this->duration = $duration;
1383 1383
   }
1384 1384
   public function getDuration()
1385 1385
   {
1386
-    return $this->duration;
1386
+	return $this->duration;
1387 1387
   }
1388 1388
   public function setEndTime($endTime)
1389 1389
   {
1390
-    $this->endTime = $endTime;
1390
+	$this->endTime = $endTime;
1391 1391
   }
1392 1392
   public function getEndTime()
1393 1393
   {
1394
-    return $this->endTime;
1394
+	return $this->endTime;
1395 1395
   }
1396 1396
   public function setKind($kind)
1397 1397
   {
1398
-    $this->kind = $kind;
1398
+	$this->kind = $kind;
1399 1399
   }
1400 1400
   public function getKind()
1401 1401
   {
1402
-    return $this->kind;
1402
+	return $this->kind;
1403 1403
   }
1404 1404
   public function setStartTime($startTime)
1405 1405
   {
1406
-    $this->startTime = $startTime;
1406
+	$this->startTime = $startTime;
1407 1407
   }
1408 1408
   public function getStartTime()
1409 1409
   {
1410
-    return $this->startTime;
1410
+	return $this->startTime;
1411 1411
   }
1412 1412
 }
1413 1413
 
@@ -1422,27 +1422,27 @@  discard block
 block discarded – undo
1422 1422
 
1423 1423
   public function setId($id)
1424 1424
   {
1425
-    $this->id = $id;
1425
+	$this->id = $id;
1426 1426
   }
1427 1427
   public function getId()
1428 1428
   {
1429
-    return $this->id;
1429
+	return $this->id;
1430 1430
   }
1431 1431
   public function setKind($kind)
1432 1432
   {
1433
-    $this->kind = $kind;
1433
+	$this->kind = $kind;
1434 1434
   }
1435 1435
   public function getKind()
1436 1436
   {
1437
-    return $this->kind;
1437
+	return $this->kind;
1438 1438
   }
1439 1439
   public function setName($name)
1440 1440
   {
1441
-    $this->name = $name;
1441
+	$this->name = $name;
1442 1442
   }
1443 1443
   public function getName()
1444 1444
   {
1445
-    return $this->name;
1445
+	return $this->name;
1446 1446
   }
1447 1447
 }
1448 1448
 
@@ -1458,19 +1458,19 @@  discard block
 block discarded – undo
1458 1458
 
1459 1459
   public function setItems($items)
1460 1460
   {
1461
-    $this->items = $items;
1461
+	$this->items = $items;
1462 1462
   }
1463 1463
   public function getItems()
1464 1464
   {
1465
-    return $this->items;
1465
+	return $this->items;
1466 1466
   }
1467 1467
   public function setKind($kind)
1468 1468
   {
1469
-    $this->kind = $kind;
1469
+	$this->kind = $kind;
1470 1470
   }
1471 1471
   public function getKind()
1472 1472
   {
1473
-    return $this->kind;
1473
+	return $this->kind;
1474 1474
   }
1475 1475
 }
1476 1476
 
@@ -1485,27 +1485,27 @@  discard block
 block discarded – undo
1485 1485
 
1486 1486
   public function setKind($kind)
1487 1487
   {
1488
-    $this->kind = $kind;
1488
+	$this->kind = $kind;
1489 1489
   }
1490 1490
   public function getKind()
1491 1491
   {
1492
-    return $this->kind;
1492
+	return $this->kind;
1493 1493
   }
1494 1494
   public function setNextPageToken($nextPageToken)
1495 1495
   {
1496
-    $this->nextPageToken = $nextPageToken;
1496
+	$this->nextPageToken = $nextPageToken;
1497 1497
   }
1498 1498
   public function getNextPageToken()
1499 1499
   {
1500
-    return $this->nextPageToken;
1500
+	return $this->nextPageToken;
1501 1501
   }
1502 1502
   public function setPreviousPageToken($previousPageToken)
1503 1503
   {
1504
-    $this->previousPageToken = $previousPageToken;
1504
+	$this->previousPageToken = $previousPageToken;
1505 1505
   }
1506 1506
   public function getPreviousPageToken()
1507 1507
   {
1508
-    return $this->previousPageToken;
1508
+	return $this->previousPageToken;
1509 1509
   }
1510 1510
 }
1511 1511
 
@@ -1519,19 +1519,19 @@  discard block
 block discarded – undo
1519 1519
 
1520 1520
   public function setId($id)
1521 1521
   {
1522
-    $this->id = $id;
1522
+	$this->id = $id;
1523 1523
   }
1524 1524
   public function getId()
1525 1525
   {
1526
-    return $this->id;
1526
+	return $this->id;
1527 1527
   }
1528 1528
   public function setKind($kind)
1529 1529
   {
1530
-    $this->kind = $kind;
1530
+	$this->kind = $kind;
1531 1531
   }
1532 1532
   public function getKind()
1533 1533
   {
1534
-    return $this->kind;
1534
+	return $this->kind;
1535 1535
   }
1536 1536
 }
1537 1537
 
@@ -1547,18 +1547,18 @@  discard block
 block discarded – undo
1547 1547
 
1548 1548
   public function setItems($items)
1549 1549
   {
1550
-    $this->items = $items;
1550
+	$this->items = $items;
1551 1551
   }
1552 1552
   public function getItems()
1553 1553
   {
1554
-    return $this->items;
1554
+	return $this->items;
1555 1555
   }
1556 1556
   public function setKind($kind)
1557 1557
   {
1558
-    $this->kind = $kind;
1558
+	$this->kind = $kind;
1559 1559
   }
1560 1560
   public function getKind()
1561 1561
   {
1562
-    return $this->kind;
1562
+	return $this->kind;
1563 1563
   }
1564 1564
 }
Please login to merge, or discard this patch.
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
                   'required' => true,
100 100
                 ),
101 101
               ),
102
-            ),'insert' => array(
102
+            ), 'insert' => array(
103 103
               'path' => 'teams/{teamId}/jobs',
104 104
               'httpMethod' => 'POST',
105 105
               'parameters' => array(
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
                   'repeated' => true,
151 151
                 ),
152 152
               ),
153
-            ),'list' => array(
153
+            ), 'list' => array(
154 154
               'path' => 'teams/{teamId}/jobs',
155 155
               'httpMethod' => 'GET',
156 156
               'parameters' => array(
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
                   'type' => 'string',
173 173
                 ),
174 174
               ),
175
-            ),'patch' => array(
175
+            ), 'patch' => array(
176 176
               'path' => 'teams/{teamId}/jobs/{jobId}',
177 177
               'httpMethod' => 'PATCH',
178 178
               'parameters' => array(
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
                   'repeated' => true,
229 229
                 ),
230 230
               ),
231
-            ),'update' => array(
231
+            ), 'update' => array(
232 232
               'path' => 'teams/{teamId}/jobs/{jobId}',
233 233
               'httpMethod' => 'PUT',
234 234
               'parameters' => array(
@@ -347,7 +347,7 @@  discard block
 block discarded – undo
347 347
                   'required' => true,
348 348
                 ),
349 349
               ),
350
-            ),'patch' => array(
350
+            ), 'patch' => array(
351 351
               'path' => 'teams/{teamId}/jobs/{jobId}/schedule',
352 352
               'httpMethod' => 'PATCH',
353 353
               'parameters' => array(
@@ -378,7 +378,7 @@  discard block
 block discarded – undo
378 378
                   'type' => 'string',
379 379
                 ),
380 380
               ),
381
-            ),'update' => array(
381
+            ), 'update' => array(
382 382
               'path' => 'teams/{teamId}/jobs/{jobId}/schedule',
383 383
               'httpMethod' => 'PUT',
384 384
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Dataflow.php 3 patches
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -289,7 +289,7 @@  discard block
 block discarded – undo
289 289
    * Creates a dataflow job. (jobs.create)
290 290
    *
291 291
    * @param string $projectId
292
-   * @param Google_Job $postBody
292
+   * @param Google_Service_Dataflow_Job $postBody
293 293
    * @param array $optParams Optional parameters.
294 294
    *
295 295
    * @opt_param string replaceJobId
@@ -361,7 +361,7 @@  discard block
 block discarded – undo
361 361
    *
362 362
    * @param string $projectId
363 363
    * @param string $jobId
364
-   * @param Google_Job $postBody
364
+   * @param Google_Service_Dataflow_Job $postBody
365 365
    * @param array $optParams Optional parameters.
366 366
    * @return Google_Service_Dataflow_Job
367 367
    */
@@ -377,7 +377,7 @@  discard block
 block discarded – undo
377 377
    *
378 378
    * @param string $projectId
379 379
    * @param string $jobId
380
-   * @param Google_Job $postBody
380
+   * @param Google_Service_Dataflow_Job $postBody
381 381
    * @param array $optParams Optional parameters.
382 382
    * @return Google_Service_Dataflow_Job
383 383
    */
@@ -437,7 +437,7 @@  discard block
 block discarded – undo
437 437
    *
438 438
    * @param string $projectId
439 439
    * @param string $jobId
440
-   * @param Google_LeaseWorkItemRequest $postBody
440
+   * @param Google_Service_Dataflow_LeaseWorkItemRequest $postBody
441 441
    * @param array $optParams Optional parameters.
442 442
    * @return Google_Service_Dataflow_LeaseWorkItemResponse
443 443
    */
@@ -454,7 +454,7 @@  discard block
 block discarded – undo
454 454
    *
455 455
    * @param string $projectId
456 456
    * @param string $jobId
457
-   * @param Google_ReportWorkItemStatusRequest $postBody
457
+   * @param Google_Service_Dataflow_ReportWorkItemStatusRequest $postBody
458 458
    * @param array $optParams Optional parameters.
459 459
    * @return Google_Service_Dataflow_ReportWorkItemStatusResponse
460 460
    */
Please login to merge, or discard this patch.
Indentation   +758 added lines, -758 removed lines patch added patch discarded remove patch
@@ -32,10 +32,10 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and manage your data across Google Cloud Platform services. */
34 34
   const CLOUD_PLATFORM =
35
-      "https://www.googleapis.com/auth/cloud-platform";
35
+	  "https://www.googleapis.com/auth/cloud-platform";
36 36
   /** View your email address. */
37 37
   const USERINFO_EMAIL =
38
-      "https://www.googleapis.com/auth/userinfo.email";
38
+	  "https://www.googleapis.com/auth/userinfo.email";
39 39
 
40 40
   public $projects_jobs;
41 41
   public $projects_jobs_messages;
@@ -49,215 +49,215 @@  discard block
 block discarded – undo
49 49
    */
50 50
   public function __construct(Google_Client $client)
51 51
   {
52
-    parent::__construct($client);
53
-    $this->rootUrl = 'https://dataflow.googleapis.com/';
54
-    $this->servicePath = 'v1b3/projects/';
55
-    $this->version = 'v1b3';
56
-    $this->serviceName = 'dataflow';
57
-
58
-    $this->projects_jobs = new Google_Service_Dataflow_ProjectsJobs_Resource(
59
-        $this,
60
-        $this->serviceName,
61
-        'jobs',
62
-        array(
63
-          'methods' => array(
64
-            'create' => array(
65
-              'path' => '{projectId}/jobs',
66
-              'httpMethod' => 'POST',
67
-              'parameters' => array(
68
-                'projectId' => array(
69
-                  'location' => 'path',
70
-                  'type' => 'string',
71
-                  'required' => true,
72
-                ),
73
-                'replaceJobId' => array(
74
-                  'location' => 'query',
75
-                  'type' => 'string',
76
-                ),
77
-                'view' => array(
78
-                  'location' => 'query',
79
-                  'type' => 'string',
80
-                ),
81
-              ),
82
-            ),'get' => array(
83
-              'path' => '{projectId}/jobs/{jobId}',
84
-              'httpMethod' => 'GET',
85
-              'parameters' => array(
86
-                'projectId' => array(
87
-                  'location' => 'path',
88
-                  'type' => 'string',
89
-                  'required' => true,
90
-                ),
91
-                'jobId' => array(
92
-                  'location' => 'path',
93
-                  'type' => 'string',
94
-                  'required' => true,
95
-                ),
96
-                'view' => array(
97
-                  'location' => 'query',
98
-                  'type' => 'string',
99
-                ),
100
-              ),
101
-            ),'getMetrics' => array(
102
-              'path' => '{projectId}/jobs/{jobId}/metrics',
103
-              'httpMethod' => 'GET',
104
-              'parameters' => array(
105
-                'projectId' => array(
106
-                  'location' => 'path',
107
-                  'type' => 'string',
108
-                  'required' => true,
109
-                ),
110
-                'jobId' => array(
111
-                  'location' => 'path',
112
-                  'type' => 'string',
113
-                  'required' => true,
114
-                ),
115
-                'startTime' => array(
116
-                  'location' => 'query',
117
-                  'type' => 'string',
118
-                ),
119
-              ),
120
-            ),'list' => array(
121
-              'path' => '{projectId}/jobs',
122
-              'httpMethod' => 'GET',
123
-              'parameters' => array(
124
-                'projectId' => array(
125
-                  'location' => 'path',
126
-                  'type' => 'string',
127
-                  'required' => true,
128
-                ),
129
-                'pageToken' => array(
130
-                  'location' => 'query',
131
-                  'type' => 'string',
132
-                ),
133
-                'view' => array(
134
-                  'location' => 'query',
135
-                  'type' => 'string',
136
-                ),
137
-                'pageSize' => array(
138
-                  'location' => 'query',
139
-                  'type' => 'integer',
140
-                ),
141
-              ),
142
-            ),'patch' => array(
143
-              'path' => '{projectId}/jobs/{jobId}',
144
-              'httpMethod' => 'PATCH',
145
-              'parameters' => array(
146
-                'projectId' => array(
147
-                  'location' => 'path',
148
-                  'type' => 'string',
149
-                  'required' => true,
150
-                ),
151
-                'jobId' => array(
152
-                  'location' => 'path',
153
-                  'type' => 'string',
154
-                  'required' => true,
155
-                ),
156
-              ),
157
-            ),'update' => array(
158
-              'path' => '{projectId}/jobs/{jobId}',
159
-              'httpMethod' => 'PUT',
160
-              'parameters' => array(
161
-                'projectId' => array(
162
-                  'location' => 'path',
163
-                  'type' => 'string',
164
-                  'required' => true,
165
-                ),
166
-                'jobId' => array(
167
-                  'location' => 'path',
168
-                  'type' => 'string',
169
-                  'required' => true,
170
-                ),
171
-              ),
172
-            ),
173
-          )
174
-        )
175
-    );
176
-    $this->projects_jobs_messages = new Google_Service_Dataflow_ProjectsJobsMessages_Resource(
177
-        $this,
178
-        $this->serviceName,
179
-        'messages',
180
-        array(
181
-          'methods' => array(
182
-            'list' => array(
183
-              'path' => '{projectId}/jobs/{jobId}/messages',
184
-              'httpMethod' => 'GET',
185
-              'parameters' => array(
186
-                'projectId' => array(
187
-                  'location' => 'path',
188
-                  'type' => 'string',
189
-                  'required' => true,
190
-                ),
191
-                'jobId' => array(
192
-                  'location' => 'path',
193
-                  'type' => 'string',
194
-                  'required' => true,
195
-                ),
196
-                'pageSize' => array(
197
-                  'location' => 'query',
198
-                  'type' => 'integer',
199
-                ),
200
-                'pageToken' => array(
201
-                  'location' => 'query',
202
-                  'type' => 'string',
203
-                ),
204
-                'startTime' => array(
205
-                  'location' => 'query',
206
-                  'type' => 'string',
207
-                ),
208
-                'endTime' => array(
209
-                  'location' => 'query',
210
-                  'type' => 'string',
211
-                ),
212
-                'minimumImportance' => array(
213
-                  'location' => 'query',
214
-                  'type' => 'string',
215
-                ),
216
-              ),
217
-            ),
218
-          )
219
-        )
220
-    );
221
-    $this->projects_jobs_workItems = new Google_Service_Dataflow_ProjectsJobsWorkItems_Resource(
222
-        $this,
223
-        $this->serviceName,
224
-        'workItems',
225
-        array(
226
-          'methods' => array(
227
-            'lease' => array(
228
-              'path' => '{projectId}/jobs/{jobId}/workItems:lease',
229
-              'httpMethod' => 'POST',
230
-              'parameters' => array(
231
-                'projectId' => array(
232
-                  'location' => 'path',
233
-                  'type' => 'string',
234
-                  'required' => true,
235
-                ),
236
-                'jobId' => array(
237
-                  'location' => 'path',
238
-                  'type' => 'string',
239
-                  'required' => true,
240
-                ),
241
-              ),
242
-            ),'reportStatus' => array(
243
-              'path' => '{projectId}/jobs/{jobId}/workItems:reportStatus',
244
-              'httpMethod' => 'POST',
245
-              'parameters' => array(
246
-                'projectId' => array(
247
-                  'location' => 'path',
248
-                  'type' => 'string',
249
-                  'required' => true,
250
-                ),
251
-                'jobId' => array(
252
-                  'location' => 'path',
253
-                  'type' => 'string',
254
-                  'required' => true,
255
-                ),
256
-              ),
257
-            ),
258
-          )
259
-        )
260
-    );
52
+	parent::__construct($client);
53
+	$this->rootUrl = 'https://dataflow.googleapis.com/';
54
+	$this->servicePath = 'v1b3/projects/';
55
+	$this->version = 'v1b3';
56
+	$this->serviceName = 'dataflow';
57
+
58
+	$this->projects_jobs = new Google_Service_Dataflow_ProjectsJobs_Resource(
59
+		$this,
60
+		$this->serviceName,
61
+		'jobs',
62
+		array(
63
+		  'methods' => array(
64
+			'create' => array(
65
+			  'path' => '{projectId}/jobs',
66
+			  'httpMethod' => 'POST',
67
+			  'parameters' => array(
68
+				'projectId' => array(
69
+				  'location' => 'path',
70
+				  'type' => 'string',
71
+				  'required' => true,
72
+				),
73
+				'replaceJobId' => array(
74
+				  'location' => 'query',
75
+				  'type' => 'string',
76
+				),
77
+				'view' => array(
78
+				  'location' => 'query',
79
+				  'type' => 'string',
80
+				),
81
+			  ),
82
+			),'get' => array(
83
+			  'path' => '{projectId}/jobs/{jobId}',
84
+			  'httpMethod' => 'GET',
85
+			  'parameters' => array(
86
+				'projectId' => array(
87
+				  'location' => 'path',
88
+				  'type' => 'string',
89
+				  'required' => true,
90
+				),
91
+				'jobId' => array(
92
+				  'location' => 'path',
93
+				  'type' => 'string',
94
+				  'required' => true,
95
+				),
96
+				'view' => array(
97
+				  'location' => 'query',
98
+				  'type' => 'string',
99
+				),
100
+			  ),
101
+			),'getMetrics' => array(
102
+			  'path' => '{projectId}/jobs/{jobId}/metrics',
103
+			  'httpMethod' => 'GET',
104
+			  'parameters' => array(
105
+				'projectId' => array(
106
+				  'location' => 'path',
107
+				  'type' => 'string',
108
+				  'required' => true,
109
+				),
110
+				'jobId' => array(
111
+				  'location' => 'path',
112
+				  'type' => 'string',
113
+				  'required' => true,
114
+				),
115
+				'startTime' => array(
116
+				  'location' => 'query',
117
+				  'type' => 'string',
118
+				),
119
+			  ),
120
+			),'list' => array(
121
+			  'path' => '{projectId}/jobs',
122
+			  'httpMethod' => 'GET',
123
+			  'parameters' => array(
124
+				'projectId' => array(
125
+				  'location' => 'path',
126
+				  'type' => 'string',
127
+				  'required' => true,
128
+				),
129
+				'pageToken' => array(
130
+				  'location' => 'query',
131
+				  'type' => 'string',
132
+				),
133
+				'view' => array(
134
+				  'location' => 'query',
135
+				  'type' => 'string',
136
+				),
137
+				'pageSize' => array(
138
+				  'location' => 'query',
139
+				  'type' => 'integer',
140
+				),
141
+			  ),
142
+			),'patch' => array(
143
+			  'path' => '{projectId}/jobs/{jobId}',
144
+			  'httpMethod' => 'PATCH',
145
+			  'parameters' => array(
146
+				'projectId' => array(
147
+				  'location' => 'path',
148
+				  'type' => 'string',
149
+				  'required' => true,
150
+				),
151
+				'jobId' => array(
152
+				  'location' => 'path',
153
+				  'type' => 'string',
154
+				  'required' => true,
155
+				),
156
+			  ),
157
+			),'update' => array(
158
+			  'path' => '{projectId}/jobs/{jobId}',
159
+			  'httpMethod' => 'PUT',
160
+			  'parameters' => array(
161
+				'projectId' => array(
162
+				  'location' => 'path',
163
+				  'type' => 'string',
164
+				  'required' => true,
165
+				),
166
+				'jobId' => array(
167
+				  'location' => 'path',
168
+				  'type' => 'string',
169
+				  'required' => true,
170
+				),
171
+			  ),
172
+			),
173
+		  )
174
+		)
175
+	);
176
+	$this->projects_jobs_messages = new Google_Service_Dataflow_ProjectsJobsMessages_Resource(
177
+		$this,
178
+		$this->serviceName,
179
+		'messages',
180
+		array(
181
+		  'methods' => array(
182
+			'list' => array(
183
+			  'path' => '{projectId}/jobs/{jobId}/messages',
184
+			  'httpMethod' => 'GET',
185
+			  'parameters' => array(
186
+				'projectId' => array(
187
+				  'location' => 'path',
188
+				  'type' => 'string',
189
+				  'required' => true,
190
+				),
191
+				'jobId' => array(
192
+				  'location' => 'path',
193
+				  'type' => 'string',
194
+				  'required' => true,
195
+				),
196
+				'pageSize' => array(
197
+				  'location' => 'query',
198
+				  'type' => 'integer',
199
+				),
200
+				'pageToken' => array(
201
+				  'location' => 'query',
202
+				  'type' => 'string',
203
+				),
204
+				'startTime' => array(
205
+				  'location' => 'query',
206
+				  'type' => 'string',
207
+				),
208
+				'endTime' => array(
209
+				  'location' => 'query',
210
+				  'type' => 'string',
211
+				),
212
+				'minimumImportance' => array(
213
+				  'location' => 'query',
214
+				  'type' => 'string',
215
+				),
216
+			  ),
217
+			),
218
+		  )
219
+		)
220
+	);
221
+	$this->projects_jobs_workItems = new Google_Service_Dataflow_ProjectsJobsWorkItems_Resource(
222
+		$this,
223
+		$this->serviceName,
224
+		'workItems',
225
+		array(
226
+		  'methods' => array(
227
+			'lease' => array(
228
+			  'path' => '{projectId}/jobs/{jobId}/workItems:lease',
229
+			  'httpMethod' => 'POST',
230
+			  'parameters' => array(
231
+				'projectId' => array(
232
+				  'location' => 'path',
233
+				  'type' => 'string',
234
+				  'required' => true,
235
+				),
236
+				'jobId' => array(
237
+				  'location' => 'path',
238
+				  'type' => 'string',
239
+				  'required' => true,
240
+				),
241
+			  ),
242
+			),'reportStatus' => array(
243
+			  'path' => '{projectId}/jobs/{jobId}/workItems:reportStatus',
244
+			  'httpMethod' => 'POST',
245
+			  'parameters' => array(
246
+				'projectId' => array(
247
+				  'location' => 'path',
248
+				  'type' => 'string',
249
+				  'required' => true,
250
+				),
251
+				'jobId' => array(
252
+				  'location' => 'path',
253
+				  'type' => 'string',
254
+				  'required' => true,
255
+				),
256
+			  ),
257
+			),
258
+		  )
259
+		)
260
+	);
261 261
   }
262 262
 }
263 263
 
@@ -298,9 +298,9 @@  discard block
 block discarded – undo
298 298
    */
299 299
   public function create($projectId, Google_Service_Dataflow_Job $postBody, $optParams = array())
300 300
   {
301
-    $params = array('projectId' => $projectId, 'postBody' => $postBody);
302
-    $params = array_merge($params, $optParams);
303
-    return $this->call('create', array($params), "Google_Service_Dataflow_Job");
301
+	$params = array('projectId' => $projectId, 'postBody' => $postBody);
302
+	$params = array_merge($params, $optParams);
303
+	return $this->call('create', array($params), "Google_Service_Dataflow_Job");
304 304
   }
305 305
 
306 306
   /**
@@ -315,9 +315,9 @@  discard block
 block discarded – undo
315 315
    */
316 316
   public function get($projectId, $jobId, $optParams = array())
317 317
   {
318
-    $params = array('projectId' => $projectId, 'jobId' => $jobId);
319
-    $params = array_merge($params, $optParams);
320
-    return $this->call('get', array($params), "Google_Service_Dataflow_Job");
318
+	$params = array('projectId' => $projectId, 'jobId' => $jobId);
319
+	$params = array_merge($params, $optParams);
320
+	return $this->call('get', array($params), "Google_Service_Dataflow_Job");
321 321
   }
322 322
 
323 323
   /**
@@ -332,9 +332,9 @@  discard block
 block discarded – undo
332 332
    */
333 333
   public function getMetrics($projectId, $jobId, $optParams = array())
334 334
   {
335
-    $params = array('projectId' => $projectId, 'jobId' => $jobId);
336
-    $params = array_merge($params, $optParams);
337
-    return $this->call('getMetrics', array($params), "Google_Service_Dataflow_JobMetrics");
335
+	$params = array('projectId' => $projectId, 'jobId' => $jobId);
336
+	$params = array_merge($params, $optParams);
337
+	return $this->call('getMetrics', array($params), "Google_Service_Dataflow_JobMetrics");
338 338
   }
339 339
 
340 340
   /**
@@ -350,9 +350,9 @@  discard block
 block discarded – undo
350 350
    */
351 351
   public function listProjectsJobs($projectId, $optParams = array())
352 352
   {
353
-    $params = array('projectId' => $projectId);
354
-    $params = array_merge($params, $optParams);
355
-    return $this->call('list', array($params), "Google_Service_Dataflow_ListJobsResponse");
353
+	$params = array('projectId' => $projectId);
354
+	$params = array_merge($params, $optParams);
355
+	return $this->call('list', array($params), "Google_Service_Dataflow_ListJobsResponse");
356 356
   }
357 357
 
358 358
   /**
@@ -367,9 +367,9 @@  discard block
 block discarded – undo
367 367
    */
368 368
   public function patch($projectId, $jobId, Google_Service_Dataflow_Job $postBody, $optParams = array())
369 369
   {
370
-    $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody);
371
-    $params = array_merge($params, $optParams);
372
-    return $this->call('patch', array($params), "Google_Service_Dataflow_Job");
370
+	$params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody);
371
+	$params = array_merge($params, $optParams);
372
+	return $this->call('patch', array($params), "Google_Service_Dataflow_Job");
373 373
   }
374 374
 
375 375
   /**
@@ -383,9 +383,9 @@  discard block
 block discarded – undo
383 383
    */
384 384
   public function update($projectId, $jobId, Google_Service_Dataflow_Job $postBody, $optParams = array())
385 385
   {
386
-    $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody);
387
-    $params = array_merge($params, $optParams);
388
-    return $this->call('update', array($params), "Google_Service_Dataflow_Job");
386
+	$params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody);
387
+	$params = array_merge($params, $optParams);
388
+	return $this->call('update', array($params), "Google_Service_Dataflow_Job");
389 389
   }
390 390
 }
391 391
 
@@ -416,9 +416,9 @@  discard block
 block discarded – undo
416 416
    */
417 417
   public function listProjectsJobsMessages($projectId, $jobId, $optParams = array())
418 418
   {
419
-    $params = array('projectId' => $projectId, 'jobId' => $jobId);
420
-    $params = array_merge($params, $optParams);
421
-    return $this->call('list', array($params), "Google_Service_Dataflow_ListJobMessagesResponse");
419
+	$params = array('projectId' => $projectId, 'jobId' => $jobId);
420
+	$params = array_merge($params, $optParams);
421
+	return $this->call('list', array($params), "Google_Service_Dataflow_ListJobMessagesResponse");
422 422
   }
423 423
 }
424 424
 /**
@@ -443,9 +443,9 @@  discard block
 block discarded – undo
443 443
    */
444 444
   public function lease($projectId, $jobId, Google_Service_Dataflow_LeaseWorkItemRequest $postBody, $optParams = array())
445 445
   {
446
-    $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody);
447
-    $params = array_merge($params, $optParams);
448
-    return $this->call('lease', array($params), "Google_Service_Dataflow_LeaseWorkItemResponse");
446
+	$params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody);
447
+	$params = array_merge($params, $optParams);
448
+	return $this->call('lease', array($params), "Google_Service_Dataflow_LeaseWorkItemResponse");
449 449
   }
450 450
 
451 451
   /**
@@ -460,9 +460,9 @@  discard block
 block discarded – undo
460 460
    */
461 461
   public function reportStatus($projectId, $jobId, Google_Service_Dataflow_ReportWorkItemStatusRequest $postBody, $optParams = array())
462 462
   {
463
-    $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody);
464
-    $params = array_merge($params, $optParams);
465
-    return $this->call('reportStatus', array($params), "Google_Service_Dataflow_ReportWorkItemStatusResponse");
463
+	$params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody);
464
+	$params = array_merge($params, $optParams);
465
+	return $this->call('reportStatus', array($params), "Google_Service_Dataflow_ReportWorkItemStatusResponse");
466 466
   }
467 467
 }
468 468
 
@@ -481,27 +481,27 @@  discard block
 block discarded – undo
481 481
 
482 482
   public function setPercentComplete($percentComplete)
483 483
   {
484
-    $this->percentComplete = $percentComplete;
484
+	$this->percentComplete = $percentComplete;
485 485
   }
486 486
   public function getPercentComplete()
487 487
   {
488
-    return $this->percentComplete;
488
+	return $this->percentComplete;
489 489
   }
490 490
   public function setPosition(Google_Service_Dataflow_Position $position)
491 491
   {
492
-    $this->position = $position;
492
+	$this->position = $position;
493 493
   }
494 494
   public function getPosition()
495 495
   {
496
-    return $this->position;
496
+	return $this->position;
497 497
   }
498 498
   public function setRemainingTime($remainingTime)
499 499
   {
500
-    $this->remainingTime = $remainingTime;
500
+	$this->remainingTime = $remainingTime;
501 501
   }
502 502
   public function getRemainingTime()
503 503
   {
504
-    return $this->remainingTime;
504
+	return $this->remainingTime;
505 505
   }
506 506
 }
507 507
 
@@ -515,19 +515,19 @@  discard block
 block discarded – undo
515 515
 
516 516
   public function setAlgorithm($algorithm)
517 517
   {
518
-    $this->algorithm = $algorithm;
518
+	$this->algorithm = $algorithm;
519 519
   }
520 520
   public function getAlgorithm()
521 521
   {
522
-    return $this->algorithm;
522
+	return $this->algorithm;
523 523
   }
524 524
   public function setMaxNumWorkers($maxNumWorkers)
525 525
   {
526
-    $this->maxNumWorkers = $maxNumWorkers;
526
+	$this->maxNumWorkers = $maxNumWorkers;
527 527
   }
528 528
   public function getMaxNumWorkers()
529 529
   {
530
-    return $this->maxNumWorkers;
530
+	return $this->maxNumWorkers;
531 531
   }
532 532
 }
533 533
 
@@ -547,35 +547,35 @@  discard block
 block discarded – undo
547 547
 
548 548
   public function setComputationId($computationId)
549 549
   {
550
-    $this->computationId = $computationId;
550
+	$this->computationId = $computationId;
551 551
   }
552 552
   public function getComputationId()
553 553
   {
554
-    return $this->computationId;
554
+	return $this->computationId;
555 555
   }
556 556
   public function setInputs($inputs)
557 557
   {
558
-    $this->inputs = $inputs;
558
+	$this->inputs = $inputs;
559 559
   }
560 560
   public function getInputs()
561 561
   {
562
-    return $this->inputs;
562
+	return $this->inputs;
563 563
   }
564 564
   public function setKeyRanges($keyRanges)
565 565
   {
566
-    $this->keyRanges = $keyRanges;
566
+	$this->keyRanges = $keyRanges;
567 567
   }
568 568
   public function getKeyRanges()
569 569
   {
570
-    return $this->keyRanges;
570
+	return $this->keyRanges;
571 571
   }
572 572
   public function setOutputs($outputs)
573 573
   {
574
-    $this->outputs = $outputs;
574
+	$this->outputs = $outputs;
575 575
   }
576 576
   public function getOutputs()
577 577
   {
578
-    return $this->outputs;
578
+	return $this->outputs;
579 579
   }
580 580
 }
581 581
 
@@ -590,19 +590,19 @@  discard block
 block discarded – undo
590 590
 
591 591
   public function setDataDisks($dataDisks)
592 592
   {
593
-    $this->dataDisks = $dataDisks;
593
+	$this->dataDisks = $dataDisks;
594 594
   }
595 595
   public function getDataDisks()
596 596
   {
597
-    return $this->dataDisks;
597
+	return $this->dataDisks;
598 598
   }
599 599
   public function setVmInstance($vmInstance)
600 600
   {
601
-    $this->vmInstance = $vmInstance;
601
+	$this->vmInstance = $vmInstance;
602 602
   }
603 603
   public function getVmInstance()
604 604
   {
605
-    return $this->vmInstance;
605
+	return $this->vmInstance;
606 606
   }
607 607
 }
608 608
 
@@ -617,19 +617,19 @@  discard block
 block discarded – undo
617 617
 
618 618
   public function setDerivationMode($derivationMode)
619 619
   {
620
-    $this->derivationMode = $derivationMode;
620
+	$this->derivationMode = $derivationMode;
621 621
   }
622 622
   public function getDerivationMode()
623 623
   {
624
-    return $this->derivationMode;
624
+	return $this->derivationMode;
625 625
   }
626 626
   public function setSource(Google_Service_Dataflow_Source $source)
627 627
   {
628
-    $this->source = $source;
628
+	$this->source = $source;
629 629
   }
630 630
   public function getSource()
631 631
   {
632
-    return $this->source;
632
+	return $this->source;
633 633
   }
634 634
 }
635 635
 
@@ -644,27 +644,27 @@  discard block
 block discarded – undo
644 644
 
645 645
   public function setDiskType($diskType)
646 646
   {
647
-    $this->diskType = $diskType;
647
+	$this->diskType = $diskType;
648 648
   }
649 649
   public function getDiskType()
650 650
   {
651
-    return $this->diskType;
651
+	return $this->diskType;
652 652
   }
653 653
   public function setMountPoint($mountPoint)
654 654
   {
655
-    $this->mountPoint = $mountPoint;
655
+	$this->mountPoint = $mountPoint;
656 656
   }
657 657
   public function getMountPoint()
658 658
   {
659
-    return $this->mountPoint;
659
+	return $this->mountPoint;
660 660
   }
661 661
   public function setSizeGb($sizeGb)
662 662
   {
663
-    $this->sizeGb = $sizeGb;
663
+	$this->sizeGb = $sizeGb;
664 664
   }
665 665
   public function getSizeGb()
666 666
   {
667
-    return $this->sizeGb;
667
+	return $this->sizeGb;
668 668
   }
669 669
 }
670 670
 
@@ -680,19 +680,19 @@  discard block
 block discarded – undo
680 680
 
681 681
   public function setPrimary(Google_Service_Dataflow_DerivedSource $primary)
682 682
   {
683
-    $this->primary = $primary;
683
+	$this->primary = $primary;
684 684
   }
685 685
   public function getPrimary()
686 686
   {
687
-    return $this->primary;
687
+	return $this->primary;
688 688
   }
689 689
   public function setResidual(Google_Service_Dataflow_DerivedSource $residual)
690 690
   {
691
-    $this->residual = $residual;
691
+	$this->residual = $residual;
692 692
   }
693 693
   public function getResidual()
694 694
   {
695
-    return $this->residual;
695
+	return $this->residual;
696 696
   }
697 697
 }
698 698
 
@@ -714,67 +714,67 @@  discard block
 block discarded – undo
714 714
 
715 715
   public function setClusterManagerApiService($clusterManagerApiService)
716 716
   {
717
-    $this->clusterManagerApiService = $clusterManagerApiService;
717
+	$this->clusterManagerApiService = $clusterManagerApiService;
718 718
   }
719 719
   public function getClusterManagerApiService()
720 720
   {
721
-    return $this->clusterManagerApiService;
721
+	return $this->clusterManagerApiService;
722 722
   }
723 723
   public function setDataset($dataset)
724 724
   {
725
-    $this->dataset = $dataset;
725
+	$this->dataset = $dataset;
726 726
   }
727 727
   public function getDataset()
728 728
   {
729
-    return $this->dataset;
729
+	return $this->dataset;
730 730
   }
731 731
   public function setExperiments($experiments)
732 732
   {
733
-    $this->experiments = $experiments;
733
+	$this->experiments = $experiments;
734 734
   }
735 735
   public function getExperiments()
736 736
   {
737
-    return $this->experiments;
737
+	return $this->experiments;
738 738
   }
739 739
   public function setSdkPipelineOptions($sdkPipelineOptions)
740 740
   {
741
-    $this->sdkPipelineOptions = $sdkPipelineOptions;
741
+	$this->sdkPipelineOptions = $sdkPipelineOptions;
742 742
   }
743 743
   public function getSdkPipelineOptions()
744 744
   {
745
-    return $this->sdkPipelineOptions;
745
+	return $this->sdkPipelineOptions;
746 746
   }
747 747
   public function setTempStoragePrefix($tempStoragePrefix)
748 748
   {
749
-    $this->tempStoragePrefix = $tempStoragePrefix;
749
+	$this->tempStoragePrefix = $tempStoragePrefix;
750 750
   }
751 751
   public function getTempStoragePrefix()
752 752
   {
753
-    return $this->tempStoragePrefix;
753
+	return $this->tempStoragePrefix;
754 754
   }
755 755
   public function setUserAgent($userAgent)
756 756
   {
757
-    $this->userAgent = $userAgent;
757
+	$this->userAgent = $userAgent;
758 758
   }
759 759
   public function getUserAgent()
760 760
   {
761
-    return $this->userAgent;
761
+	return $this->userAgent;
762 762
   }
763 763
   public function setVersion($version)
764 764
   {
765
-    $this->version = $version;
765
+	$this->version = $version;
766 766
   }
767 767
   public function getVersion()
768 768
   {
769
-    return $this->version;
769
+	return $this->version;
770 770
   }
771 771
   public function setWorkerPools($workerPools)
772 772
   {
773
-    $this->workerPools = $workerPools;
773
+	$this->workerPools = $workerPools;
774 774
   }
775 775
   public function getWorkerPools()
776 776
   {
777
-    return $this->workerPools;
777
+	return $this->workerPools;
778 778
   }
779 779
 }
780 780
 
@@ -801,11 +801,11 @@  discard block
 block discarded – undo
801 801
 
802 802
   public function setInputs($inputs)
803 803
   {
804
-    $this->inputs = $inputs;
804
+	$this->inputs = $inputs;
805 805
   }
806 806
   public function getInputs()
807 807
   {
808
-    return $this->inputs;
808
+	return $this->inputs;
809 809
   }
810 810
 }
811 811
 
@@ -819,19 +819,19 @@  discard block
 block discarded – undo
819 819
 
820 820
   public function setOutputNum($outputNum)
821 821
   {
822
-    $this->outputNum = $outputNum;
822
+	$this->outputNum = $outputNum;
823 823
   }
824 824
   public function getOutputNum()
825 825
   {
826
-    return $this->outputNum;
826
+	return $this->outputNum;
827 827
   }
828 828
   public function setProducerInstructionIndex($producerInstructionIndex)
829 829
   {
830
-    $this->producerInstructionIndex = $producerInstructionIndex;
830
+	$this->producerInstructionIndex = $producerInstructionIndex;
831 831
   }
832 832
   public function getProducerInstructionIndex()
833 833
   {
834
-    return $this->producerInstructionIndex;
834
+	return $this->producerInstructionIndex;
835 835
   }
836 836
 }
837 837
 
@@ -845,19 +845,19 @@  discard block
 block discarded – undo
845 845
 
846 846
   public function setCodec($codec)
847 847
   {
848
-    $this->codec = $codec;
848
+	$this->codec = $codec;
849 849
   }
850 850
   public function getCodec()
851 851
   {
852
-    return $this->codec;
852
+	return $this->codec;
853 853
   }
854 854
   public function setName($name)
855 855
   {
856
-    $this->name = $name;
856
+	$this->name = $name;
857 857
   }
858 858
   public function getName()
859 859
   {
860
-    return $this->name;
860
+	return $this->name;
861 861
   }
862 862
 }
863 863
 
@@ -891,115 +891,115 @@  discard block
 block discarded – undo
891 891
 
892 892
   public function setClientRequestId($clientRequestId)
893 893
   {
894
-    $this->clientRequestId = $clientRequestId;
894
+	$this->clientRequestId = $clientRequestId;
895 895
   }
896 896
   public function getClientRequestId()
897 897
   {
898
-    return $this->clientRequestId;
898
+	return $this->clientRequestId;
899 899
   }
900 900
   public function setCreateTime($createTime)
901 901
   {
902
-    $this->createTime = $createTime;
902
+	$this->createTime = $createTime;
903 903
   }
904 904
   public function getCreateTime()
905 905
   {
906
-    return $this->createTime;
906
+	return $this->createTime;
907 907
   }
908 908
   public function setCurrentState($currentState)
909 909
   {
910
-    $this->currentState = $currentState;
910
+	$this->currentState = $currentState;
911 911
   }
912 912
   public function getCurrentState()
913 913
   {
914
-    return $this->currentState;
914
+	return $this->currentState;
915 915
   }
916 916
   public function setCurrentStateTime($currentStateTime)
917 917
   {
918
-    $this->currentStateTime = $currentStateTime;
918
+	$this->currentStateTime = $currentStateTime;
919 919
   }
920 920
   public function getCurrentStateTime()
921 921
   {
922
-    return $this->currentStateTime;
922
+	return $this->currentStateTime;
923 923
   }
924 924
   public function setEnvironment(Google_Service_Dataflow_Environment $environment)
925 925
   {
926
-    $this->environment = $environment;
926
+	$this->environment = $environment;
927 927
   }
928 928
   public function getEnvironment()
929 929
   {
930
-    return $this->environment;
930
+	return $this->environment;
931 931
   }
932 932
   public function setExecutionInfo(Google_Service_Dataflow_JobExecutionInfo $executionInfo)
933 933
   {
934
-    $this->executionInfo = $executionInfo;
934
+	$this->executionInfo = $executionInfo;
935 935
   }
936 936
   public function getExecutionInfo()
937 937
   {
938
-    return $this->executionInfo;
938
+	return $this->executionInfo;
939 939
   }
940 940
   public function setId($id)
941 941
   {
942
-    $this->id = $id;
942
+	$this->id = $id;
943 943
   }
944 944
   public function getId()
945 945
   {
946
-    return $this->id;
946
+	return $this->id;
947 947
   }
948 948
   public function setName($name)
949 949
   {
950
-    $this->name = $name;
950
+	$this->name = $name;
951 951
   }
952 952
   public function getName()
953 953
   {
954
-    return $this->name;
954
+	return $this->name;
955 955
   }
956 956
   public function setProjectId($projectId)
957 957
   {
958
-    $this->projectId = $projectId;
958
+	$this->projectId = $projectId;
959 959
   }
960 960
   public function getProjectId()
961 961
   {
962
-    return $this->projectId;
962
+	return $this->projectId;
963 963
   }
964 964
   public function setReplaceJobId($replaceJobId)
965 965
   {
966
-    $this->replaceJobId = $replaceJobId;
966
+	$this->replaceJobId = $replaceJobId;
967 967
   }
968 968
   public function getReplaceJobId()
969 969
   {
970
-    return $this->replaceJobId;
970
+	return $this->replaceJobId;
971 971
   }
972 972
   public function setRequestedState($requestedState)
973 973
   {
974
-    $this->requestedState = $requestedState;
974
+	$this->requestedState = $requestedState;
975 975
   }
976 976
   public function getRequestedState()
977 977
   {
978
-    return $this->requestedState;
978
+	return $this->requestedState;
979 979
   }
980 980
   public function setSteps($steps)
981 981
   {
982
-    $this->steps = $steps;
982
+	$this->steps = $steps;
983 983
   }
984 984
   public function getSteps()
985 985
   {
986
-    return $this->steps;
986
+	return $this->steps;
987 987
   }
988 988
   public function setTransformNameMapping($transformNameMapping)
989 989
   {
990
-    $this->transformNameMapping = $transformNameMapping;
990
+	$this->transformNameMapping = $transformNameMapping;
991 991
   }
992 992
   public function getTransformNameMapping()
993 993
   {
994
-    return $this->transformNameMapping;
994
+	return $this->transformNameMapping;
995 995
   }
996 996
   public function setType($type)
997 997
   {
998
-    $this->type = $type;
998
+	$this->type = $type;
999 999
   }
1000 1000
   public function getType()
1001 1001
   {
1002
-    return $this->type;
1002
+	return $this->type;
1003 1003
   }
1004 1004
 }
1005 1005
 
@@ -1013,11 +1013,11 @@  discard block
 block discarded – undo
1013 1013
 
1014 1014
   public function setStages($stages)
1015 1015
   {
1016
-    $this->stages = $stages;
1016
+	$this->stages = $stages;
1017 1017
   }
1018 1018
   public function getStages()
1019 1019
   {
1020
-    return $this->stages;
1020
+	return $this->stages;
1021 1021
   }
1022 1022
 }
1023 1023
 
@@ -1035,11 +1035,11 @@  discard block
 block discarded – undo
1035 1035
 
1036 1036
   public function setStepName($stepName)
1037 1037
   {
1038
-    $this->stepName = $stepName;
1038
+	$this->stepName = $stepName;
1039 1039
   }
1040 1040
   public function getStepName()
1041 1041
   {
1042
-    return $this->stepName;
1042
+	return $this->stepName;
1043 1043
   }
1044 1044
 }
1045 1045
 
@@ -1055,35 +1055,35 @@  discard block
 block discarded – undo
1055 1055
 
1056 1056
   public function setId($id)
1057 1057
   {
1058
-    $this->id = $id;
1058
+	$this->id = $id;
1059 1059
   }
1060 1060
   public function getId()
1061 1061
   {
1062
-    return $this->id;
1062
+	return $this->id;
1063 1063
   }
1064 1064
   public function setMessageImportance($messageImportance)
1065 1065
   {
1066
-    $this->messageImportance = $messageImportance;
1066
+	$this->messageImportance = $messageImportance;
1067 1067
   }
1068 1068
   public function getMessageImportance()
1069 1069
   {
1070
-    return $this->messageImportance;
1070
+	return $this->messageImportance;
1071 1071
   }
1072 1072
   public function setMessageText($messageText)
1073 1073
   {
1074
-    $this->messageText = $messageText;
1074
+	$this->messageText = $messageText;
1075 1075
   }
1076 1076
   public function getMessageText()
1077 1077
   {
1078
-    return $this->messageText;
1078
+	return $this->messageText;
1079 1079
   }
1080 1080
   public function setTime($time)
1081 1081
   {
1082
-    $this->time = $time;
1082
+	$this->time = $time;
1083 1083
   }
1084 1084
   public function getTime()
1085 1085
   {
1086
-    return $this->time;
1086
+	return $this->time;
1087 1087
   }
1088 1088
 }
1089 1089
 
@@ -1099,19 +1099,19 @@  discard block
 block discarded – undo
1099 1099
 
1100 1100
   public function setMetricTime($metricTime)
1101 1101
   {
1102
-    $this->metricTime = $metricTime;
1102
+	$this->metricTime = $metricTime;
1103 1103
   }
1104 1104
   public function getMetricTime()
1105 1105
   {
1106
-    return $this->metricTime;
1106
+	return $this->metricTime;
1107 1107
   }
1108 1108
   public function setMetrics($metrics)
1109 1109
   {
1110
-    $this->metrics = $metrics;
1110
+	$this->metrics = $metrics;
1111 1111
   }
1112 1112
   public function getMetrics()
1113 1113
   {
1114
-    return $this->metrics;
1114
+	return $this->metrics;
1115 1115
   }
1116 1116
 }
1117 1117
 
@@ -1130,27 +1130,27 @@  discard block
 block discarded – undo
1130 1130
 
1131 1131
   public function setDataDisk($dataDisk)
1132 1132
   {
1133
-    $this->dataDisk = $dataDisk;
1133
+	$this->dataDisk = $dataDisk;
1134 1134
   }
1135 1135
   public function getDataDisk()
1136 1136
   {
1137
-    return $this->dataDisk;
1137
+	return $this->dataDisk;
1138 1138
   }
1139 1139
   public function setEnd($end)
1140 1140
   {
1141
-    $this->end = $end;
1141
+	$this->end = $end;
1142 1142
   }
1143 1143
   public function getEnd()
1144 1144
   {
1145
-    return $this->end;
1145
+	return $this->end;
1146 1146
   }
1147 1147
   public function setStart($start)
1148 1148
   {
1149
-    $this->start = $start;
1149
+	$this->start = $start;
1150 1150
   }
1151 1151
   public function getStart()
1152 1152
   {
1153
-    return $this->start;
1153
+	return $this->start;
1154 1154
   }
1155 1155
 }
1156 1156
 
@@ -1167,43 +1167,43 @@  discard block
 block discarded – undo
1167 1167
 
1168 1168
   public function setDataDisk($dataDisk)
1169 1169
   {
1170
-    $this->dataDisk = $dataDisk;
1170
+	$this->dataDisk = $dataDisk;
1171 1171
   }
1172 1172
   public function getDataDisk()
1173 1173
   {
1174
-    return $this->dataDisk;
1174
+	return $this->dataDisk;
1175 1175
   }
1176 1176
   public function setDeliveryEndpoint($deliveryEndpoint)
1177 1177
   {
1178
-    $this->deliveryEndpoint = $deliveryEndpoint;
1178
+	$this->deliveryEndpoint = $deliveryEndpoint;
1179 1179
   }
1180 1180
   public function getDeliveryEndpoint()
1181 1181
   {
1182
-    return $this->deliveryEndpoint;
1182
+	return $this->deliveryEndpoint;
1183 1183
   }
1184 1184
   public function setEnd($end)
1185 1185
   {
1186
-    $this->end = $end;
1186
+	$this->end = $end;
1187 1187
   }
1188 1188
   public function getEnd()
1189 1189
   {
1190
-    return $this->end;
1190
+	return $this->end;
1191 1191
   }
1192 1192
   public function setPersistentDirectory($persistentDirectory)
1193 1193
   {
1194
-    $this->persistentDirectory = $persistentDirectory;
1194
+	$this->persistentDirectory = $persistentDirectory;
1195 1195
   }
1196 1196
   public function getPersistentDirectory()
1197 1197
   {
1198
-    return $this->persistentDirectory;
1198
+	return $this->persistentDirectory;
1199 1199
   }
1200 1200
   public function setStart($start)
1201 1201
   {
1202
-    $this->start = $start;
1202
+	$this->start = $start;
1203 1203
   }
1204 1204
   public function getStart()
1205 1205
   {
1206
-    return $this->start;
1206
+	return $this->start;
1207 1207
   }
1208 1208
 }
1209 1209
 
@@ -1221,43 +1221,43 @@  discard block
 block discarded – undo
1221 1221
 
1222 1222
   public function setCurrentWorkerTime($currentWorkerTime)
1223 1223
   {
1224
-    $this->currentWorkerTime = $currentWorkerTime;
1224
+	$this->currentWorkerTime = $currentWorkerTime;
1225 1225
   }
1226 1226
   public function getCurrentWorkerTime()
1227 1227
   {
1228
-    return $this->currentWorkerTime;
1228
+	return $this->currentWorkerTime;
1229 1229
   }
1230 1230
   public function setRequestedLeaseDuration($requestedLeaseDuration)
1231 1231
   {
1232
-    $this->requestedLeaseDuration = $requestedLeaseDuration;
1232
+	$this->requestedLeaseDuration = $requestedLeaseDuration;
1233 1233
   }
1234 1234
   public function getRequestedLeaseDuration()
1235 1235
   {
1236
-    return $this->requestedLeaseDuration;
1236
+	return $this->requestedLeaseDuration;
1237 1237
   }
1238 1238
   public function setWorkItemTypes($workItemTypes)
1239 1239
   {
1240
-    $this->workItemTypes = $workItemTypes;
1240
+	$this->workItemTypes = $workItemTypes;
1241 1241
   }
1242 1242
   public function getWorkItemTypes()
1243 1243
   {
1244
-    return $this->workItemTypes;
1244
+	return $this->workItemTypes;
1245 1245
   }
1246 1246
   public function setWorkerCapabilities($workerCapabilities)
1247 1247
   {
1248
-    $this->workerCapabilities = $workerCapabilities;
1248
+	$this->workerCapabilities = $workerCapabilities;
1249 1249
   }
1250 1250
   public function getWorkerCapabilities()
1251 1251
   {
1252
-    return $this->workerCapabilities;
1252
+	return $this->workerCapabilities;
1253 1253
   }
1254 1254
   public function setWorkerId($workerId)
1255 1255
   {
1256
-    $this->workerId = $workerId;
1256
+	$this->workerId = $workerId;
1257 1257
   }
1258 1258
   public function getWorkerId()
1259 1259
   {
1260
-    return $this->workerId;
1260
+	return $this->workerId;
1261 1261
   }
1262 1262
 }
1263 1263
 
@@ -1272,11 +1272,11 @@  discard block
 block discarded – undo
1272 1272
 
1273 1273
   public function setWorkItems($workItems)
1274 1274
   {
1275
-    $this->workItems = $workItems;
1275
+	$this->workItems = $workItems;
1276 1276
   }
1277 1277
   public function getWorkItems()
1278 1278
   {
1279
-    return $this->workItems;
1279
+	return $this->workItems;
1280 1280
   }
1281 1281
 }
1282 1282
 
@@ -1292,19 +1292,19 @@  discard block
 block discarded – undo
1292 1292
 
1293 1293
   public function setJobMessages($jobMessages)
1294 1294
   {
1295
-    $this->jobMessages = $jobMessages;
1295
+	$this->jobMessages = $jobMessages;
1296 1296
   }
1297 1297
   public function getJobMessages()
1298 1298
   {
1299
-    return $this->jobMessages;
1299
+	return $this->jobMessages;
1300 1300
   }
1301 1301
   public function setNextPageToken($nextPageToken)
1302 1302
   {
1303
-    $this->nextPageToken = $nextPageToken;
1303
+	$this->nextPageToken = $nextPageToken;
1304 1304
   }
1305 1305
   public function getNextPageToken()
1306 1306
   {
1307
-    return $this->nextPageToken;
1307
+	return $this->nextPageToken;
1308 1308
   }
1309 1309
 }
1310 1310
 
@@ -1320,19 +1320,19 @@  discard block
 block discarded – undo
1320 1320
 
1321 1321
   public function setJobs($jobs)
1322 1322
   {
1323
-    $this->jobs = $jobs;
1323
+	$this->jobs = $jobs;
1324 1324
   }
1325 1325
   public function getJobs()
1326 1326
   {
1327
-    return $this->jobs;
1327
+	return $this->jobs;
1328 1328
   }
1329 1329
   public function setNextPageToken($nextPageToken)
1330 1330
   {
1331
-    $this->nextPageToken = $nextPageToken;
1331
+	$this->nextPageToken = $nextPageToken;
1332 1332
   }
1333 1333
   public function getNextPageToken()
1334 1334
   {
1335
-    return $this->nextPageToken;
1335
+	return $this->nextPageToken;
1336 1336
   }
1337 1337
 }
1338 1338
 
@@ -1349,27 +1349,27 @@  discard block
 block discarded – undo
1349 1349
 
1350 1350
   public function setInstructions($instructions)
1351 1351
   {
1352
-    $this->instructions = $instructions;
1352
+	$this->instructions = $instructions;
1353 1353
   }
1354 1354
   public function getInstructions()
1355 1355
   {
1356
-    return $this->instructions;
1356
+	return $this->instructions;
1357 1357
   }
1358 1358
   public function setStageName($stageName)
1359 1359
   {
1360
-    $this->stageName = $stageName;
1360
+	$this->stageName = $stageName;
1361 1361
   }
1362 1362
   public function getStageName()
1363 1363
   {
1364
-    return $this->stageName;
1364
+	return $this->stageName;
1365 1365
   }
1366 1366
   public function setSystemName($systemName)
1367 1367
   {
1368
-    $this->systemName = $systemName;
1368
+	$this->systemName = $systemName;
1369 1369
   }
1370 1370
   public function getSystemName()
1371 1371
   {
1372
-    return $this->systemName;
1372
+	return $this->systemName;
1373 1373
   }
1374 1374
 }
1375 1375
 
@@ -1384,27 +1384,27 @@  discard block
 block discarded – undo
1384 1384
 
1385 1385
   public function setContext($context)
1386 1386
   {
1387
-    $this->context = $context;
1387
+	$this->context = $context;
1388 1388
   }
1389 1389
   public function getContext()
1390 1390
   {
1391
-    return $this->context;
1391
+	return $this->context;
1392 1392
   }
1393 1393
   public function setName($name)
1394 1394
   {
1395
-    $this->name = $name;
1395
+	$this->name = $name;
1396 1396
   }
1397 1397
   public function getName()
1398 1398
   {
1399
-    return $this->name;
1399
+	return $this->name;
1400 1400
   }
1401 1401
   public function setOrigin($origin)
1402 1402
   {
1403
-    $this->origin = $origin;
1403
+	$this->origin = $origin;
1404 1404
   }
1405 1405
   public function getOrigin()
1406 1406
   {
1407
-    return $this->origin;
1407
+	return $this->origin;
1408 1408
   }
1409 1409
 }
1410 1410
 
@@ -1430,75 +1430,75 @@  discard block
 block discarded – undo
1430 1430
 
1431 1431
   public function setCumulative($cumulative)
1432 1432
   {
1433
-    $this->cumulative = $cumulative;
1433
+	$this->cumulative = $cumulative;
1434 1434
   }
1435 1435
   public function getCumulative()
1436 1436
   {
1437
-    return $this->cumulative;
1437
+	return $this->cumulative;
1438 1438
   }
1439 1439
   public function setInternal($internal)
1440 1440
   {
1441
-    $this->internal = $internal;
1441
+	$this->internal = $internal;
1442 1442
   }
1443 1443
   public function getInternal()
1444 1444
   {
1445
-    return $this->internal;
1445
+	return $this->internal;
1446 1446
   }
1447 1447
   public function setKind($kind)
1448 1448
   {
1449
-    $this->kind = $kind;
1449
+	$this->kind = $kind;
1450 1450
   }
1451 1451
   public function getKind()
1452 1452
   {
1453
-    return $this->kind;
1453
+	return $this->kind;
1454 1454
   }
1455 1455
   public function setMeanCount($meanCount)
1456 1456
   {
1457
-    $this->meanCount = $meanCount;
1457
+	$this->meanCount = $meanCount;
1458 1458
   }
1459 1459
   public function getMeanCount()
1460 1460
   {
1461
-    return $this->meanCount;
1461
+	return $this->meanCount;
1462 1462
   }
1463 1463
   public function setMeanSum($meanSum)
1464 1464
   {
1465
-    $this->meanSum = $meanSum;
1465
+	$this->meanSum = $meanSum;
1466 1466
   }
1467 1467
   public function getMeanSum()
1468 1468
   {
1469
-    return $this->meanSum;
1469
+	return $this->meanSum;
1470 1470
   }
1471 1471
   public function setName(Google_Service_Dataflow_MetricStructuredName $name)
1472 1472
   {
1473
-    $this->name = $name;
1473
+	$this->name = $name;
1474 1474
   }
1475 1475
   public function getName()
1476 1476
   {
1477
-    return $this->name;
1477
+	return $this->name;
1478 1478
   }
1479 1479
   public function setScalar($scalar)
1480 1480
   {
1481
-    $this->scalar = $scalar;
1481
+	$this->scalar = $scalar;
1482 1482
   }
1483 1483
   public function getScalar()
1484 1484
   {
1485
-    return $this->scalar;
1485
+	return $this->scalar;
1486 1486
   }
1487 1487
   public function setSet($set)
1488 1488
   {
1489
-    $this->set = $set;
1489
+	$this->set = $set;
1490 1490
   }
1491 1491
   public function getSet()
1492 1492
   {
1493
-    return $this->set;
1493
+	return $this->set;
1494 1494
   }
1495 1495
   public function setUpdateTime($updateTime)
1496 1496
   {
1497
-    $this->updateTime = $updateTime;
1497
+	$this->updateTime = $updateTime;
1498 1498
   }
1499 1499
   public function getUpdateTime()
1500 1500
   {
1501
-    return $this->updateTime;
1501
+	return $this->updateTime;
1502 1502
   }
1503 1503
 }
1504 1504
 
@@ -1511,11 +1511,11 @@  discard block
 block discarded – undo
1511 1511
 
1512 1512
   public function setDataDisk($dataDisk)
1513 1513
   {
1514
-    $this->dataDisk = $dataDisk;
1514
+	$this->dataDisk = $dataDisk;
1515 1515
   }
1516 1516
   public function getDataDisk()
1517 1517
   {
1518
-    return $this->dataDisk;
1518
+	return $this->dataDisk;
1519 1519
   }
1520 1520
 }
1521 1521
 
@@ -1528,11 +1528,11 @@  discard block
 block discarded – undo
1528 1528
 
1529 1529
   public function setTag($tag)
1530 1530
   {
1531
-    $this->tag = $tag;
1531
+	$this->tag = $tag;
1532 1532
   }
1533 1533
   public function getTag()
1534 1534
   {
1535
-    return $this->tag;
1535
+	return $this->tag;
1536 1536
   }
1537 1537
 }
1538 1538
 
@@ -1546,19 +1546,19 @@  discard block
 block discarded – undo
1546 1546
 
1547 1547
   public function setLocation($location)
1548 1548
   {
1549
-    $this->location = $location;
1549
+	$this->location = $location;
1550 1550
   }
1551 1551
   public function getLocation()
1552 1552
   {
1553
-    return $this->location;
1553
+	return $this->location;
1554 1554
   }
1555 1555
   public function setName($name)
1556 1556
   {
1557
-    $this->name = $name;
1557
+	$this->name = $name;
1558 1558
   }
1559 1559
   public function getName()
1560 1560
   {
1561
-    return $this->name;
1561
+	return $this->name;
1562 1562
   }
1563 1563
 }
1564 1564
 
@@ -1579,43 +1579,43 @@  discard block
 block discarded – undo
1579 1579
 
1580 1580
   public function setInput(Google_Service_Dataflow_InstructionInput $input)
1581 1581
   {
1582
-    $this->input = $input;
1582
+	$this->input = $input;
1583 1583
   }
1584 1584
   public function getInput()
1585 1585
   {
1586
-    return $this->input;
1586
+	return $this->input;
1587 1587
   }
1588 1588
   public function setMultiOutputInfos($multiOutputInfos)
1589 1589
   {
1590
-    $this->multiOutputInfos = $multiOutputInfos;
1590
+	$this->multiOutputInfos = $multiOutputInfos;
1591 1591
   }
1592 1592
   public function getMultiOutputInfos()
1593 1593
   {
1594
-    return $this->multiOutputInfos;
1594
+	return $this->multiOutputInfos;
1595 1595
   }
1596 1596
   public function setNumOutputs($numOutputs)
1597 1597
   {
1598
-    $this->numOutputs = $numOutputs;
1598
+	$this->numOutputs = $numOutputs;
1599 1599
   }
1600 1600
   public function getNumOutputs()
1601 1601
   {
1602
-    return $this->numOutputs;
1602
+	return $this->numOutputs;
1603 1603
   }
1604 1604
   public function setSideInputs($sideInputs)
1605 1605
   {
1606
-    $this->sideInputs = $sideInputs;
1606
+	$this->sideInputs = $sideInputs;
1607 1607
   }
1608 1608
   public function getSideInputs()
1609 1609
   {
1610
-    return $this->sideInputs;
1610
+	return $this->sideInputs;
1611 1611
   }
1612 1612
   public function setUserFn($userFn)
1613 1613
   {
1614
-    $this->userFn = $userFn;
1614
+	$this->userFn = $userFn;
1615 1615
   }
1616 1616
   public function getUserFn()
1617 1617
   {
1618
-    return $this->userFn;
1618
+	return $this->userFn;
1619 1619
   }
1620 1620
 }
1621 1621
 
@@ -1646,67 +1646,67 @@  discard block
 block discarded – undo
1646 1646
 
1647 1647
   public function setFlatten(Google_Service_Dataflow_FlattenInstruction $flatten)
1648 1648
   {
1649
-    $this->flatten = $flatten;
1649
+	$this->flatten = $flatten;
1650 1650
   }
1651 1651
   public function getFlatten()
1652 1652
   {
1653
-    return $this->flatten;
1653
+	return $this->flatten;
1654 1654
   }
1655 1655
   public function setName($name)
1656 1656
   {
1657
-    $this->name = $name;
1657
+	$this->name = $name;
1658 1658
   }
1659 1659
   public function getName()
1660 1660
   {
1661
-    return $this->name;
1661
+	return $this->name;
1662 1662
   }
1663 1663
   public function setOutputs($outputs)
1664 1664
   {
1665
-    $this->outputs = $outputs;
1665
+	$this->outputs = $outputs;
1666 1666
   }
1667 1667
   public function getOutputs()
1668 1668
   {
1669
-    return $this->outputs;
1669
+	return $this->outputs;
1670 1670
   }
1671 1671
   public function setParDo(Google_Service_Dataflow_ParDoInstruction $parDo)
1672 1672
   {
1673
-    $this->parDo = $parDo;
1673
+	$this->parDo = $parDo;
1674 1674
   }
1675 1675
   public function getParDo()
1676 1676
   {
1677
-    return $this->parDo;
1677
+	return $this->parDo;
1678 1678
   }
1679 1679
   public function setPartialGroupByKey(Google_Service_Dataflow_PartialGroupByKeyInstruction $partialGroupByKey)
1680 1680
   {
1681
-    $this->partialGroupByKey = $partialGroupByKey;
1681
+	$this->partialGroupByKey = $partialGroupByKey;
1682 1682
   }
1683 1683
   public function getPartialGroupByKey()
1684 1684
   {
1685
-    return $this->partialGroupByKey;
1685
+	return $this->partialGroupByKey;
1686 1686
   }
1687 1687
   public function setRead(Google_Service_Dataflow_ReadInstruction $read)
1688 1688
   {
1689
-    $this->read = $read;
1689
+	$this->read = $read;
1690 1690
   }
1691 1691
   public function getRead()
1692 1692
   {
1693
-    return $this->read;
1693
+	return $this->read;
1694 1694
   }
1695 1695
   public function setSystemName($systemName)
1696 1696
   {
1697
-    $this->systemName = $systemName;
1697
+	$this->systemName = $systemName;
1698 1698
   }
1699 1699
   public function getSystemName()
1700 1700
   {
1701
-    return $this->systemName;
1701
+	return $this->systemName;
1702 1702
   }
1703 1703
   public function setWrite(Google_Service_Dataflow_WriteInstruction $write)
1704 1704
   {
1705
-    $this->write = $write;
1705
+	$this->write = $write;
1706 1706
   }
1707 1707
   public function getWrite()
1708 1708
   {
1709
-    return $this->write;
1709
+	return $this->write;
1710 1710
   }
1711 1711
 }
1712 1712
 
@@ -1722,27 +1722,27 @@  discard block
 block discarded – undo
1722 1722
 
1723 1723
   public function setInput(Google_Service_Dataflow_InstructionInput $input)
1724 1724
   {
1725
-    $this->input = $input;
1725
+	$this->input = $input;
1726 1726
   }
1727 1727
   public function getInput()
1728 1728
   {
1729
-    return $this->input;
1729
+	return $this->input;
1730 1730
   }
1731 1731
   public function setInputElementCodec($inputElementCodec)
1732 1732
   {
1733
-    $this->inputElementCodec = $inputElementCodec;
1733
+	$this->inputElementCodec = $inputElementCodec;
1734 1734
   }
1735 1735
   public function getInputElementCodec()
1736 1736
   {
1737
-    return $this->inputElementCodec;
1737
+	return $this->inputElementCodec;
1738 1738
   }
1739 1739
   public function setValueCombiningFn($valueCombiningFn)
1740 1740
   {
1741
-    $this->valueCombiningFn = $valueCombiningFn;
1741
+	$this->valueCombiningFn = $valueCombiningFn;
1742 1742
   }
1743 1743
   public function getValueCombiningFn()
1744 1744
   {
1745
-    return $this->valueCombiningFn;
1745
+	return $this->valueCombiningFn;
1746 1746
   }
1747 1747
 }
1748 1748
 
@@ -1767,43 +1767,43 @@  discard block
 block discarded – undo
1767 1767
 
1768 1768
   public function setByteOffset($byteOffset)
1769 1769
   {
1770
-    $this->byteOffset = $byteOffset;
1770
+	$this->byteOffset = $byteOffset;
1771 1771
   }
1772 1772
   public function getByteOffset()
1773 1773
   {
1774
-    return $this->byteOffset;
1774
+	return $this->byteOffset;
1775 1775
   }
1776 1776
   public function setEnd($end)
1777 1777
   {
1778
-    $this->end = $end;
1778
+	$this->end = $end;
1779 1779
   }
1780 1780
   public function getEnd()
1781 1781
   {
1782
-    return $this->end;
1782
+	return $this->end;
1783 1783
   }
1784 1784
   public function setKey($key)
1785 1785
   {
1786
-    $this->key = $key;
1786
+	$this->key = $key;
1787 1787
   }
1788 1788
   public function getKey()
1789 1789
   {
1790
-    return $this->key;
1790
+	return $this->key;
1791 1791
   }
1792 1792
   public function setRecordIndex($recordIndex)
1793 1793
   {
1794
-    $this->recordIndex = $recordIndex;
1794
+	$this->recordIndex = $recordIndex;
1795 1795
   }
1796 1796
   public function getRecordIndex()
1797 1797
   {
1798
-    return $this->recordIndex;
1798
+	return $this->recordIndex;
1799 1799
   }
1800 1800
   public function setShufflePosition($shufflePosition)
1801 1801
   {
1802
-    $this->shufflePosition = $shufflePosition;
1802
+	$this->shufflePosition = $shufflePosition;
1803 1803
   }
1804 1804
   public function getShufflePosition()
1805 1805
   {
1806
-    return $this->shufflePosition;
1806
+	return $this->shufflePosition;
1807 1807
   }
1808 1808
 }
1809 1809
 
@@ -1821,51 +1821,51 @@  discard block
 block discarded – undo
1821 1821
 
1822 1822
   public function setDropLateData($dropLateData)
1823 1823
   {
1824
-    $this->dropLateData = $dropLateData;
1824
+	$this->dropLateData = $dropLateData;
1825 1825
   }
1826 1826
   public function getDropLateData()
1827 1827
   {
1828
-    return $this->dropLateData;
1828
+	return $this->dropLateData;
1829 1829
   }
1830 1830
   public function setIdLabel($idLabel)
1831 1831
   {
1832
-    $this->idLabel = $idLabel;
1832
+	$this->idLabel = $idLabel;
1833 1833
   }
1834 1834
   public function getIdLabel()
1835 1835
   {
1836
-    return $this->idLabel;
1836
+	return $this->idLabel;
1837 1837
   }
1838 1838
   public function setSubscription($subscription)
1839 1839
   {
1840
-    $this->subscription = $subscription;
1840
+	$this->subscription = $subscription;
1841 1841
   }
1842 1842
   public function getSubscription()
1843 1843
   {
1844
-    return $this->subscription;
1844
+	return $this->subscription;
1845 1845
   }
1846 1846
   public function setTimestampLabel($timestampLabel)
1847 1847
   {
1848
-    $this->timestampLabel = $timestampLabel;
1848
+	$this->timestampLabel = $timestampLabel;
1849 1849
   }
1850 1850
   public function getTimestampLabel()
1851 1851
   {
1852
-    return $this->timestampLabel;
1852
+	return $this->timestampLabel;
1853 1853
   }
1854 1854
   public function setTopic($topic)
1855 1855
   {
1856
-    $this->topic = $topic;
1856
+	$this->topic = $topic;
1857 1857
   }
1858 1858
   public function getTopic()
1859 1859
   {
1860
-    return $this->topic;
1860
+	return $this->topic;
1861 1861
   }
1862 1862
   public function setTrackingSubscription($trackingSubscription)
1863 1863
   {
1864
-    $this->trackingSubscription = $trackingSubscription;
1864
+	$this->trackingSubscription = $trackingSubscription;
1865 1865
   }
1866 1866
   public function getTrackingSubscription()
1867 1867
   {
1868
-    return $this->trackingSubscription;
1868
+	return $this->trackingSubscription;
1869 1869
   }
1870 1870
 }
1871 1871
 
@@ -1879,11 +1879,11 @@  discard block
 block discarded – undo
1879 1879
 
1880 1880
   public function setSource(Google_Service_Dataflow_Source $source)
1881 1881
   {
1882
-    $this->source = $source;
1882
+	$this->source = $source;
1883 1883
   }
1884 1884
   public function getSource()
1885 1885
   {
1886
-    return $this->source;
1886
+	return $this->source;
1887 1887
   }
1888 1888
 }
1889 1889
 
@@ -1900,27 +1900,27 @@  discard block
 block discarded – undo
1900 1900
 
1901 1901
   public function setCurrentWorkerTime($currentWorkerTime)
1902 1902
   {
1903
-    $this->currentWorkerTime = $currentWorkerTime;
1903
+	$this->currentWorkerTime = $currentWorkerTime;
1904 1904
   }
1905 1905
   public function getCurrentWorkerTime()
1906 1906
   {
1907
-    return $this->currentWorkerTime;
1907
+	return $this->currentWorkerTime;
1908 1908
   }
1909 1909
   public function setWorkItemStatuses($workItemStatuses)
1910 1910
   {
1911
-    $this->workItemStatuses = $workItemStatuses;
1911
+	$this->workItemStatuses = $workItemStatuses;
1912 1912
   }
1913 1913
   public function getWorkItemStatuses()
1914 1914
   {
1915
-    return $this->workItemStatuses;
1915
+	return $this->workItemStatuses;
1916 1916
   }
1917 1917
   public function setWorkerId($workerId)
1918 1918
   {
1919
-    $this->workerId = $workerId;
1919
+	$this->workerId = $workerId;
1920 1920
   }
1921 1921
   public function getWorkerId()
1922 1922
   {
1923
-    return $this->workerId;
1923
+	return $this->workerId;
1924 1924
   }
1925 1925
 }
1926 1926
 
@@ -1935,11 +1935,11 @@  discard block
 block discarded – undo
1935 1935
 
1936 1936
   public function setWorkItemServiceStates($workItemServiceStates)
1937 1937
   {
1938
-    $this->workItemServiceStates = $workItemServiceStates;
1938
+	$this->workItemServiceStates = $workItemServiceStates;
1939 1939
   }
1940 1940
   public function getWorkItemServiceStates()
1941 1941
   {
1942
-    return $this->workItemServiceStates;
1942
+	return $this->workItemServiceStates;
1943 1943
   }
1944 1944
 }
1945 1945
 
@@ -1960,51 +1960,51 @@  discard block
 block discarded – undo
1960 1960
 
1961 1961
   public function setInputs($inputs)
1962 1962
   {
1963
-    $this->inputs = $inputs;
1963
+	$this->inputs = $inputs;
1964 1964
   }
1965 1965
   public function getInputs()
1966 1966
   {
1967
-    return $this->inputs;
1967
+	return $this->inputs;
1968 1968
   }
1969 1969
   public function setName($name)
1970 1970
   {
1971
-    $this->name = $name;
1971
+	$this->name = $name;
1972 1972
   }
1973 1973
   public function getName()
1974 1974
   {
1975
-    return $this->name;
1975
+	return $this->name;
1976 1976
   }
1977 1977
   public function setOutputInfos($outputInfos)
1978 1978
   {
1979
-    $this->outputInfos = $outputInfos;
1979
+	$this->outputInfos = $outputInfos;
1980 1980
   }
1981 1981
   public function getOutputInfos()
1982 1982
   {
1983
-    return $this->outputInfos;
1983
+	return $this->outputInfos;
1984 1984
   }
1985 1985
   public function setStageName($stageName)
1986 1986
   {
1987
-    $this->stageName = $stageName;
1987
+	$this->stageName = $stageName;
1988 1988
   }
1989 1989
   public function getStageName()
1990 1990
   {
1991
-    return $this->stageName;
1991
+	return $this->stageName;
1992 1992
   }
1993 1993
   public function setSystemName($systemName)
1994 1994
   {
1995
-    $this->systemName = $systemName;
1995
+	$this->systemName = $systemName;
1996 1996
   }
1997 1997
   public function getSystemName()
1998 1998
   {
1999
-    return $this->systemName;
1999
+	return $this->systemName;
2000 2000
   }
2001 2001
   public function setUserFn($userFn)
2002 2002
   {
2003
-    $this->userFn = $userFn;
2003
+	$this->userFn = $userFn;
2004 2004
   }
2005 2005
   public function getUserFn()
2006 2006
   {
2007
-    return $this->userFn;
2007
+	return $this->userFn;
2008 2008
   }
2009 2009
 }
2010 2010
 
@@ -2019,19 +2019,19 @@  discard block
 block discarded – undo
2019 2019
 
2020 2020
   public function setSink(Google_Service_Dataflow_Sink $sink)
2021 2021
   {
2022
-    $this->sink = $sink;
2022
+	$this->sink = $sink;
2023 2023
   }
2024 2024
   public function getSink()
2025 2025
   {
2026
-    return $this->sink;
2026
+	return $this->sink;
2027 2027
   }
2028 2028
   public function setTag($tag)
2029 2029
   {
2030
-    $this->tag = $tag;
2030
+	$this->tag = $tag;
2031 2031
   }
2032 2032
   public function getTag()
2033 2033
   {
2034
-    return $this->tag;
2034
+	return $this->tag;
2035 2035
   }
2036 2036
 }
2037 2037
 
@@ -2049,19 +2049,19 @@  discard block
 block discarded – undo
2049 2049
 
2050 2050
   public function setCommand($command)
2051 2051
   {
2052
-    $this->command = $command;
2052
+	$this->command = $command;
2053 2053
   }
2054 2054
   public function getCommand()
2055 2055
   {
2056
-    return $this->command;
2056
+	return $this->command;
2057 2057
   }
2058 2058
   public function setExitCode($exitCode)
2059 2059
   {
2060
-    $this->exitCode = $exitCode;
2060
+	$this->exitCode = $exitCode;
2061 2061
   }
2062 2062
   public function getExitCode()
2063 2063
   {
2064
-    return $this->exitCode;
2064
+	return $this->exitCode;
2065 2065
   }
2066 2066
 }
2067 2067
 
@@ -2078,27 +2078,27 @@  discard block
 block discarded – undo
2078 2078
 
2079 2079
   public function setKind($kind)
2080 2080
   {
2081
-    $this->kind = $kind;
2081
+	$this->kind = $kind;
2082 2082
   }
2083 2083
   public function getKind()
2084 2084
   {
2085
-    return $this->kind;
2085
+	return $this->kind;
2086 2086
   }
2087 2087
   public function setSources($sources)
2088 2088
   {
2089
-    $this->sources = $sources;
2089
+	$this->sources = $sources;
2090 2090
   }
2091 2091
   public function getSources()
2092 2092
   {
2093
-    return $this->sources;
2093
+	return $this->sources;
2094 2094
   }
2095 2095
   public function setTag($tag)
2096 2096
   {
2097
-    $this->tag = $tag;
2097
+	$this->tag = $tag;
2098 2098
   }
2099 2099
   public function getTag()
2100 2100
   {
2101
-    return $this->tag;
2101
+	return $this->tag;
2102 2102
   }
2103 2103
 }
2104 2104
 
@@ -2116,19 +2116,19 @@  discard block
 block discarded – undo
2116 2116
 
2117 2117
   public function setCodec($codec)
2118 2118
   {
2119
-    $this->codec = $codec;
2119
+	$this->codec = $codec;
2120 2120
   }
2121 2121
   public function getCodec()
2122 2122
   {
2123
-    return $this->codec;
2123
+	return $this->codec;
2124 2124
   }
2125 2125
   public function setSpec($spec)
2126 2126
   {
2127
-    $this->spec = $spec;
2127
+	$this->spec = $spec;
2128 2128
   }
2129 2129
   public function getSpec()
2130 2130
   {
2131
-    return $this->spec;
2131
+	return $this->spec;
2132 2132
   }
2133 2133
 }
2134 2134
 
@@ -2155,43 +2155,43 @@  discard block
 block discarded – undo
2155 2155
 
2156 2156
   public function setBaseSpecs($baseSpecs)
2157 2157
   {
2158
-    $this->baseSpecs = $baseSpecs;
2158
+	$this->baseSpecs = $baseSpecs;
2159 2159
   }
2160 2160
   public function getBaseSpecs()
2161 2161
   {
2162
-    return $this->baseSpecs;
2162
+	return $this->baseSpecs;
2163 2163
   }
2164 2164
   public function setCodec($codec)
2165 2165
   {
2166
-    $this->codec = $codec;
2166
+	$this->codec = $codec;
2167 2167
   }
2168 2168
   public function getCodec()
2169 2169
   {
2170
-    return $this->codec;
2170
+	return $this->codec;
2171 2171
   }
2172 2172
   public function setDoesNotNeedSplitting($doesNotNeedSplitting)
2173 2173
   {
2174
-    $this->doesNotNeedSplitting = $doesNotNeedSplitting;
2174
+	$this->doesNotNeedSplitting = $doesNotNeedSplitting;
2175 2175
   }
2176 2176
   public function getDoesNotNeedSplitting()
2177 2177
   {
2178
-    return $this->doesNotNeedSplitting;
2178
+	return $this->doesNotNeedSplitting;
2179 2179
   }
2180 2180
   public function setMetadata(Google_Service_Dataflow_SourceMetadata $metadata)
2181 2181
   {
2182
-    $this->metadata = $metadata;
2182
+	$this->metadata = $metadata;
2183 2183
   }
2184 2184
   public function getMetadata()
2185 2185
   {
2186
-    return $this->metadata;
2186
+	return $this->metadata;
2187 2187
   }
2188 2188
   public function setSpec($spec)
2189 2189
   {
2190
-    $this->spec = $spec;
2190
+	$this->spec = $spec;
2191 2191
   }
2192 2192
   public function getSpec()
2193 2193
   {
2194
-    return $this->spec;
2194
+	return $this->spec;
2195 2195
   }
2196 2196
 }
2197 2197
 
@@ -2219,35 +2219,35 @@  discard block
 block discarded – undo
2219 2219
 
2220 2220
   public function setPrimary(Google_Service_Dataflow_SourceSplitShard $primary)
2221 2221
   {
2222
-    $this->primary = $primary;
2222
+	$this->primary = $primary;
2223 2223
   }
2224 2224
   public function getPrimary()
2225 2225
   {
2226
-    return $this->primary;
2226
+	return $this->primary;
2227 2227
   }
2228 2228
   public function setPrimarySource(Google_Service_Dataflow_DerivedSource $primarySource)
2229 2229
   {
2230
-    $this->primarySource = $primarySource;
2230
+	$this->primarySource = $primarySource;
2231 2231
   }
2232 2232
   public function getPrimarySource()
2233 2233
   {
2234
-    return $this->primarySource;
2234
+	return $this->primarySource;
2235 2235
   }
2236 2236
   public function setResidual(Google_Service_Dataflow_SourceSplitShard $residual)
2237 2237
   {
2238
-    $this->residual = $residual;
2238
+	$this->residual = $residual;
2239 2239
   }
2240 2240
   public function getResidual()
2241 2241
   {
2242
-    return $this->residual;
2242
+	return $this->residual;
2243 2243
   }
2244 2244
   public function setResidualSource(Google_Service_Dataflow_DerivedSource $residualSource)
2245 2245
   {
2246
-    $this->residualSource = $residualSource;
2246
+	$this->residualSource = $residualSource;
2247 2247
   }
2248 2248
   public function getResidualSource()
2249 2249
   {
2250
-    return $this->residualSource;
2250
+	return $this->residualSource;
2251 2251
   }
2252 2252
 }
2253 2253
 
@@ -2261,11 +2261,11 @@  discard block
 block discarded – undo
2261 2261
 
2262 2262
   public function setSource(Google_Service_Dataflow_Source $source)
2263 2263
   {
2264
-    $this->source = $source;
2264
+	$this->source = $source;
2265 2265
   }
2266 2266
   public function getSource()
2267 2267
   {
2268
-    return $this->source;
2268
+	return $this->source;
2269 2269
   }
2270 2270
 }
2271 2271
 
@@ -2279,11 +2279,11 @@  discard block
 block discarded – undo
2279 2279
 
2280 2280
   public function setMetadata(Google_Service_Dataflow_SourceMetadata $metadata)
2281 2281
   {
2282
-    $this->metadata = $metadata;
2282
+	$this->metadata = $metadata;
2283 2283
   }
2284 2284
   public function getMetadata()
2285 2285
   {
2286
-    return $this->metadata;
2286
+	return $this->metadata;
2287 2287
   }
2288 2288
 }
2289 2289
 
@@ -2298,27 +2298,27 @@  discard block
 block discarded – undo
2298 2298
 
2299 2299
   public function setEstimatedSizeBytes($estimatedSizeBytes)
2300 2300
   {
2301
-    $this->estimatedSizeBytes = $estimatedSizeBytes;
2301
+	$this->estimatedSizeBytes = $estimatedSizeBytes;
2302 2302
   }
2303 2303
   public function getEstimatedSizeBytes()
2304 2304
   {
2305
-    return $this->estimatedSizeBytes;
2305
+	return $this->estimatedSizeBytes;
2306 2306
   }
2307 2307
   public function setInfinite($infinite)
2308 2308
   {
2309
-    $this->infinite = $infinite;
2309
+	$this->infinite = $infinite;
2310 2310
   }
2311 2311
   public function getInfinite()
2312 2312
   {
2313
-    return $this->infinite;
2313
+	return $this->infinite;
2314 2314
   }
2315 2315
   public function setProducesSortedKeys($producesSortedKeys)
2316 2316
   {
2317
-    $this->producesSortedKeys = $producesSortedKeys;
2317
+	$this->producesSortedKeys = $producesSortedKeys;
2318 2318
   }
2319 2319
   public function getProducesSortedKeys()
2320 2320
   {
2321
-    return $this->producesSortedKeys;
2321
+	return $this->producesSortedKeys;
2322 2322
   }
2323 2323
 }
2324 2324
 
@@ -2334,19 +2334,19 @@  discard block
 block discarded – undo
2334 2334
 
2335 2335
   public function setGetMetadata(Google_Service_Dataflow_SourceGetMetadataRequest $getMetadata)
2336 2336
   {
2337
-    $this->getMetadata = $getMetadata;
2337
+	$this->getMetadata = $getMetadata;
2338 2338
   }
2339 2339
   public function getGetMetadata()
2340 2340
   {
2341
-    return $this->getMetadata;
2341
+	return $this->getMetadata;
2342 2342
   }
2343 2343
   public function setSplit(Google_Service_Dataflow_SourceSplitRequest $split)
2344 2344
   {
2345
-    $this->split = $split;
2345
+	$this->split = $split;
2346 2346
   }
2347 2347
   public function getSplit()
2348 2348
   {
2349
-    return $this->split;
2349
+	return $this->split;
2350 2350
   }
2351 2351
 }
2352 2352
 
@@ -2362,19 +2362,19 @@  discard block
 block discarded – undo
2362 2362
 
2363 2363
   public function setGetMetadata(Google_Service_Dataflow_SourceGetMetadataResponse $getMetadata)
2364 2364
   {
2365
-    $this->getMetadata = $getMetadata;
2365
+	$this->getMetadata = $getMetadata;
2366 2366
   }
2367 2367
   public function getGetMetadata()
2368 2368
   {
2369
-    return $this->getMetadata;
2369
+	return $this->getMetadata;
2370 2370
   }
2371 2371
   public function setSplit(Google_Service_Dataflow_SourceSplitResponse $split)
2372 2372
   {
2373
-    $this->split = $split;
2373
+	$this->split = $split;
2374 2374
   }
2375 2375
   public function getSplit()
2376 2376
   {
2377
-    return $this->split;
2377
+	return $this->split;
2378 2378
   }
2379 2379
 }
2380 2380
 
@@ -2392,19 +2392,19 @@  discard block
 block discarded – undo
2392 2392
 
2393 2393
   public function setDesiredBundleSizeBytes($desiredBundleSizeBytes)
2394 2394
   {
2395
-    $this->desiredBundleSizeBytes = $desiredBundleSizeBytes;
2395
+	$this->desiredBundleSizeBytes = $desiredBundleSizeBytes;
2396 2396
   }
2397 2397
   public function getDesiredBundleSizeBytes()
2398 2398
   {
2399
-    return $this->desiredBundleSizeBytes;
2399
+	return $this->desiredBundleSizeBytes;
2400 2400
   }
2401 2401
   public function setDesiredShardSizeBytes($desiredShardSizeBytes)
2402 2402
   {
2403
-    $this->desiredShardSizeBytes = $desiredShardSizeBytes;
2403
+	$this->desiredShardSizeBytes = $desiredShardSizeBytes;
2404 2404
   }
2405 2405
   public function getDesiredShardSizeBytes()
2406 2406
   {
2407
-    return $this->desiredShardSizeBytes;
2407
+	return $this->desiredShardSizeBytes;
2408 2408
   }
2409 2409
 }
2410 2410
 
@@ -2420,19 +2420,19 @@  discard block
 block discarded – undo
2420 2420
 
2421 2421
   public function setOptions(Google_Service_Dataflow_SourceSplitOptions $options)
2422 2422
   {
2423
-    $this->options = $options;
2423
+	$this->options = $options;
2424 2424
   }
2425 2425
   public function getOptions()
2426 2426
   {
2427
-    return $this->options;
2427
+	return $this->options;
2428 2428
   }
2429 2429
   public function setSource(Google_Service_Dataflow_Source $source)
2430 2430
   {
2431
-    $this->source = $source;
2431
+	$this->source = $source;
2432 2432
   }
2433 2433
   public function getSource()
2434 2434
   {
2435
-    return $this->source;
2435
+	return $this->source;
2436 2436
   }
2437 2437
 }
2438 2438
 
@@ -2450,27 +2450,27 @@  discard block
 block discarded – undo
2450 2450
 
2451 2451
   public function setBundles($bundles)
2452 2452
   {
2453
-    $this->bundles = $bundles;
2453
+	$this->bundles = $bundles;
2454 2454
   }
2455 2455
   public function getBundles()
2456 2456
   {
2457
-    return $this->bundles;
2457
+	return $this->bundles;
2458 2458
   }
2459 2459
   public function setOutcome($outcome)
2460 2460
   {
2461
-    $this->outcome = $outcome;
2461
+	$this->outcome = $outcome;
2462 2462
   }
2463 2463
   public function getOutcome()
2464 2464
   {
2465
-    return $this->outcome;
2465
+	return $this->outcome;
2466 2466
   }
2467 2467
   public function setShards($shards)
2468 2468
   {
2469
-    $this->shards = $shards;
2469
+	$this->shards = $shards;
2470 2470
   }
2471 2471
   public function getShards()
2472 2472
   {
2473
-    return $this->shards;
2473
+	return $this->shards;
2474 2474
   }
2475 2475
 }
2476 2476
 
@@ -2485,19 +2485,19 @@  discard block
 block discarded – undo
2485 2485
 
2486 2486
   public function setDerivationMode($derivationMode)
2487 2487
   {
2488
-    $this->derivationMode = $derivationMode;
2488
+	$this->derivationMode = $derivationMode;
2489 2489
   }
2490 2490
   public function getDerivationMode()
2491 2491
   {
2492
-    return $this->derivationMode;
2492
+	return $this->derivationMode;
2493 2493
   }
2494 2494
   public function setSource(Google_Service_Dataflow_Source $source)
2495 2495
   {
2496
-    $this->source = $source;
2496
+	$this->source = $source;
2497 2497
   }
2498 2498
   public function getSource()
2499 2499
   {
2500
-    return $this->source;
2500
+	return $this->source;
2501 2501
   }
2502 2502
 }
2503 2503
 
@@ -2513,27 +2513,27 @@  discard block
 block discarded – undo
2513 2513
 
2514 2514
   public function setCode($code)
2515 2515
   {
2516
-    $this->code = $code;
2516
+	$this->code = $code;
2517 2517
   }
2518 2518
   public function getCode()
2519 2519
   {
2520
-    return $this->code;
2520
+	return $this->code;
2521 2521
   }
2522 2522
   public function setDetails($details)
2523 2523
   {
2524
-    $this->details = $details;
2524
+	$this->details = $details;
2525 2525
   }
2526 2526
   public function getDetails()
2527 2527
   {
2528
-    return $this->details;
2528
+	return $this->details;
2529 2529
   }
2530 2530
   public function setMessage($message)
2531 2531
   {
2532
-    $this->message = $message;
2532
+	$this->message = $message;
2533 2533
   }
2534 2534
   public function getMessage()
2535 2535
   {
2536
-    return $this->message;
2536
+	return $this->message;
2537 2537
   }
2538 2538
 }
2539 2539
 
@@ -2552,27 +2552,27 @@  discard block
 block discarded – undo
2552 2552
 
2553 2553
   public function setKind($kind)
2554 2554
   {
2555
-    $this->kind = $kind;
2555
+	$this->kind = $kind;
2556 2556
   }
2557 2557
   public function getKind()
2558 2558
   {
2559
-    return $this->kind;
2559
+	return $this->kind;
2560 2560
   }
2561 2561
   public function setName($name)
2562 2562
   {
2563
-    $this->name = $name;
2563
+	$this->name = $name;
2564 2564
   }
2565 2565
   public function getName()
2566 2566
   {
2567
-    return $this->name;
2567
+	return $this->name;
2568 2568
   }
2569 2569
   public function setProperties($properties)
2570 2570
   {
2571
-    $this->properties = $properties;
2571
+	$this->properties = $properties;
2572 2572
   }
2573 2573
   public function getProperties()
2574 2574
   {
2575
-    return $this->properties;
2575
+	return $this->properties;
2576 2576
   }
2577 2577
 }
2578 2578
 
@@ -2594,27 +2594,27 @@  discard block
 block discarded – undo
2594 2594
 
2595 2595
   public function setPubsubLocation(Google_Service_Dataflow_PubsubLocation $pubsubLocation)
2596 2596
   {
2597
-    $this->pubsubLocation = $pubsubLocation;
2597
+	$this->pubsubLocation = $pubsubLocation;
2598 2598
   }
2599 2599
   public function getPubsubLocation()
2600 2600
   {
2601
-    return $this->pubsubLocation;
2601
+	return $this->pubsubLocation;
2602 2602
   }
2603 2603
   public function setSideInputLocation(Google_Service_Dataflow_StreamingSideInputLocation $sideInputLocation)
2604 2604
   {
2605
-    $this->sideInputLocation = $sideInputLocation;
2605
+	$this->sideInputLocation = $sideInputLocation;
2606 2606
   }
2607 2607
   public function getSideInputLocation()
2608 2608
   {
2609
-    return $this->sideInputLocation;
2609
+	return $this->sideInputLocation;
2610 2610
   }
2611 2611
   public function setStreamingStageLocation(Google_Service_Dataflow_StreamingStageLocation $streamingStageLocation)
2612 2612
   {
2613
-    $this->streamingStageLocation = $streamingStageLocation;
2613
+	$this->streamingStageLocation = $streamingStageLocation;
2614 2614
   }
2615 2615
   public function getStreamingStageLocation()
2616 2616
   {
2617
-    return $this->streamingStageLocation;
2617
+	return $this->streamingStageLocation;
2618 2618
   }
2619 2619
 }
2620 2620
 
@@ -2630,19 +2630,19 @@  discard block
 block discarded – undo
2630 2630
 
2631 2631
   public function setComputationId($computationId)
2632 2632
   {
2633
-    $this->computationId = $computationId;
2633
+	$this->computationId = $computationId;
2634 2634
   }
2635 2635
   public function getComputationId()
2636 2636
   {
2637
-    return $this->computationId;
2637
+	return $this->computationId;
2638 2638
   }
2639 2639
   public function setRangeAssignments($rangeAssignments)
2640 2640
   {
2641
-    $this->rangeAssignments = $rangeAssignments;
2641
+	$this->rangeAssignments = $rangeAssignments;
2642 2642
   }
2643 2643
   public function getRangeAssignments()
2644 2644
   {
2645
-    return $this->rangeAssignments;
2645
+	return $this->rangeAssignments;
2646 2646
   }
2647 2647
 }
2648 2648
 
@@ -2660,27 +2660,27 @@  discard block
 block discarded – undo
2660 2660
 
2661 2661
   public function setComputationRanges($computationRanges)
2662 2662
   {
2663
-    $this->computationRanges = $computationRanges;
2663
+	$this->computationRanges = $computationRanges;
2664 2664
   }
2665 2665
   public function getComputationRanges()
2666 2666
   {
2667
-    return $this->computationRanges;
2667
+	return $this->computationRanges;
2668 2668
   }
2669 2669
   public function setDataDisks($dataDisks)
2670 2670
   {
2671
-    $this->dataDisks = $dataDisks;
2671
+	$this->dataDisks = $dataDisks;
2672 2672
   }
2673 2673
   public function getDataDisks()
2674 2674
   {
2675
-    return $this->dataDisks;
2675
+	return $this->dataDisks;
2676 2676
   }
2677 2677
   public function setTaskType($taskType)
2678 2678
   {
2679
-    $this->taskType = $taskType;
2679
+	$this->taskType = $taskType;
2680 2680
   }
2681 2681
   public function getTaskType()
2682 2682
   {
2683
-    return $this->taskType;
2683
+	return $this->taskType;
2684 2684
   }
2685 2685
 }
2686 2686
 
@@ -2696,27 +2696,27 @@  discard block
 block discarded – undo
2696 2696
 
2697 2697
   public function setReceiveWorkPort($receiveWorkPort)
2698 2698
   {
2699
-    $this->receiveWorkPort = $receiveWorkPort;
2699
+	$this->receiveWorkPort = $receiveWorkPort;
2700 2700
   }
2701 2701
   public function getReceiveWorkPort()
2702 2702
   {
2703
-    return $this->receiveWorkPort;
2703
+	return $this->receiveWorkPort;
2704 2704
   }
2705 2705
   public function setStreamingComputationTopology(Google_Service_Dataflow_TopologyConfig $streamingComputationTopology)
2706 2706
   {
2707
-    $this->streamingComputationTopology = $streamingComputationTopology;
2707
+	$this->streamingComputationTopology = $streamingComputationTopology;
2708 2708
   }
2709 2709
   public function getStreamingComputationTopology()
2710 2710
   {
2711
-    return $this->streamingComputationTopology;
2711
+	return $this->streamingComputationTopology;
2712 2712
   }
2713 2713
   public function setWorkerHarnessPort($workerHarnessPort)
2714 2714
   {
2715
-    $this->workerHarnessPort = $workerHarnessPort;
2715
+	$this->workerHarnessPort = $workerHarnessPort;
2716 2716
   }
2717 2717
   public function getWorkerHarnessPort()
2718 2718
   {
2719
-    return $this->workerHarnessPort;
2719
+	return $this->workerHarnessPort;
2720 2720
   }
2721 2721
 }
2722 2722
 
@@ -2729,11 +2729,11 @@  discard block
 block discarded – undo
2729 2729
 
2730 2730
   public function setTag($tag)
2731 2731
   {
2732
-    $this->tag = $tag;
2732
+	$this->tag = $tag;
2733 2733
   }
2734 2734
   public function getTag()
2735 2735
   {
2736
-    return $this->tag;
2736
+	return $this->tag;
2737 2737
   }
2738 2738
 }
2739 2739
 
@@ -2746,11 +2746,11 @@  discard block
 block discarded – undo
2746 2746
 
2747 2747
   public function setStreamId($streamId)
2748 2748
   {
2749
-    $this->streamId = $streamId;
2749
+	$this->streamId = $streamId;
2750 2750
   }
2751 2751
   public function getStreamId()
2752 2752
   {
2753
-    return $this->streamId;
2753
+	return $this->streamId;
2754 2754
   }
2755 2755
 }
2756 2756
 
@@ -2783,155 +2783,155 @@  discard block
 block discarded – undo
2783 2783
 
2784 2784
   public function setAlsologtostderr($alsologtostderr)
2785 2785
   {
2786
-    $this->alsologtostderr = $alsologtostderr;
2786
+	$this->alsologtostderr = $alsologtostderr;
2787 2787
   }
2788 2788
   public function getAlsologtostderr()
2789 2789
   {
2790
-    return $this->alsologtostderr;
2790
+	return $this->alsologtostderr;
2791 2791
   }
2792 2792
   public function setBaseTaskDir($baseTaskDir)
2793 2793
   {
2794
-    $this->baseTaskDir = $baseTaskDir;
2794
+	$this->baseTaskDir = $baseTaskDir;
2795 2795
   }
2796 2796
   public function getBaseTaskDir()
2797 2797
   {
2798
-    return $this->baseTaskDir;
2798
+	return $this->baseTaskDir;
2799 2799
   }
2800 2800
   public function setBaseUrl($baseUrl)
2801 2801
   {
2802
-    $this->baseUrl = $baseUrl;
2802
+	$this->baseUrl = $baseUrl;
2803 2803
   }
2804 2804
   public function getBaseUrl()
2805 2805
   {
2806
-    return $this->baseUrl;
2806
+	return $this->baseUrl;
2807 2807
   }
2808 2808
   public function setCommandlinesFileName($commandlinesFileName)
2809 2809
   {
2810
-    $this->commandlinesFileName = $commandlinesFileName;
2810
+	$this->commandlinesFileName = $commandlinesFileName;
2811 2811
   }
2812 2812
   public function getCommandlinesFileName()
2813 2813
   {
2814
-    return $this->commandlinesFileName;
2814
+	return $this->commandlinesFileName;
2815 2815
   }
2816 2816
   public function setContinueOnException($continueOnException)
2817 2817
   {
2818
-    $this->continueOnException = $continueOnException;
2818
+	$this->continueOnException = $continueOnException;
2819 2819
   }
2820 2820
   public function getContinueOnException()
2821 2821
   {
2822
-    return $this->continueOnException;
2822
+	return $this->continueOnException;
2823 2823
   }
2824 2824
   public function setDataflowApiVersion($dataflowApiVersion)
2825 2825
   {
2826
-    $this->dataflowApiVersion = $dataflowApiVersion;
2826
+	$this->dataflowApiVersion = $dataflowApiVersion;
2827 2827
   }
2828 2828
   public function getDataflowApiVersion()
2829 2829
   {
2830
-    return $this->dataflowApiVersion;
2830
+	return $this->dataflowApiVersion;
2831 2831
   }
2832 2832
   public function setHarnessCommand($harnessCommand)
2833 2833
   {
2834
-    $this->harnessCommand = $harnessCommand;
2834
+	$this->harnessCommand = $harnessCommand;
2835 2835
   }
2836 2836
   public function getHarnessCommand()
2837 2837
   {
2838
-    return $this->harnessCommand;
2838
+	return $this->harnessCommand;
2839 2839
   }
2840 2840
   public function setLanguageHint($languageHint)
2841 2841
   {
2842
-    $this->languageHint = $languageHint;
2842
+	$this->languageHint = $languageHint;
2843 2843
   }
2844 2844
   public function getLanguageHint()
2845 2845
   {
2846
-    return $this->languageHint;
2846
+	return $this->languageHint;
2847 2847
   }
2848 2848
   public function setLogDir($logDir)
2849 2849
   {
2850
-    $this->logDir = $logDir;
2850
+	$this->logDir = $logDir;
2851 2851
   }
2852 2852
   public function getLogDir()
2853 2853
   {
2854
-    return $this->logDir;
2854
+	return $this->logDir;
2855 2855
   }
2856 2856
   public function setLogToSerialconsole($logToSerialconsole)
2857 2857
   {
2858
-    $this->logToSerialconsole = $logToSerialconsole;
2858
+	$this->logToSerialconsole = $logToSerialconsole;
2859 2859
   }
2860 2860
   public function getLogToSerialconsole()
2861 2861
   {
2862
-    return $this->logToSerialconsole;
2862
+	return $this->logToSerialconsole;
2863 2863
   }
2864 2864
   public function setLogUploadLocation($logUploadLocation)
2865 2865
   {
2866
-    $this->logUploadLocation = $logUploadLocation;
2866
+	$this->logUploadLocation = $logUploadLocation;
2867 2867
   }
2868 2868
   public function getLogUploadLocation()
2869 2869
   {
2870
-    return $this->logUploadLocation;
2870
+	return $this->logUploadLocation;
2871 2871
   }
2872 2872
   public function setOauthScopes($oauthScopes)
2873 2873
   {
2874
-    $this->oauthScopes = $oauthScopes;
2874
+	$this->oauthScopes = $oauthScopes;
2875 2875
   }
2876 2876
   public function getOauthScopes()
2877 2877
   {
2878
-    return $this->oauthScopes;
2878
+	return $this->oauthScopes;
2879 2879
   }
2880 2880
   public function setParallelWorkerSettings(Google_Service_Dataflow_WorkerSettings $parallelWorkerSettings)
2881 2881
   {
2882
-    $this->parallelWorkerSettings = $parallelWorkerSettings;
2882
+	$this->parallelWorkerSettings = $parallelWorkerSettings;
2883 2883
   }
2884 2884
   public function getParallelWorkerSettings()
2885 2885
   {
2886
-    return $this->parallelWorkerSettings;
2886
+	return $this->parallelWorkerSettings;
2887 2887
   }
2888 2888
   public function setStreamingWorkerMainClass($streamingWorkerMainClass)
2889 2889
   {
2890
-    $this->streamingWorkerMainClass = $streamingWorkerMainClass;
2890
+	$this->streamingWorkerMainClass = $streamingWorkerMainClass;
2891 2891
   }
2892 2892
   public function getStreamingWorkerMainClass()
2893 2893
   {
2894
-    return $this->streamingWorkerMainClass;
2894
+	return $this->streamingWorkerMainClass;
2895 2895
   }
2896 2896
   public function setTaskGroup($taskGroup)
2897 2897
   {
2898
-    $this->taskGroup = $taskGroup;
2898
+	$this->taskGroup = $taskGroup;
2899 2899
   }
2900 2900
   public function getTaskGroup()
2901 2901
   {
2902
-    return $this->taskGroup;
2902
+	return $this->taskGroup;
2903 2903
   }
2904 2904
   public function setTaskUser($taskUser)
2905 2905
   {
2906
-    $this->taskUser = $taskUser;
2906
+	$this->taskUser = $taskUser;
2907 2907
   }
2908 2908
   public function getTaskUser()
2909 2909
   {
2910
-    return $this->taskUser;
2910
+	return $this->taskUser;
2911 2911
   }
2912 2912
   public function setTempStoragePrefix($tempStoragePrefix)
2913 2913
   {
2914
-    $this->tempStoragePrefix = $tempStoragePrefix;
2914
+	$this->tempStoragePrefix = $tempStoragePrefix;
2915 2915
   }
2916 2916
   public function getTempStoragePrefix()
2917 2917
   {
2918
-    return $this->tempStoragePrefix;
2918
+	return $this->tempStoragePrefix;
2919 2919
   }
2920 2920
   public function setVmId($vmId)
2921 2921
   {
2922
-    $this->vmId = $vmId;
2922
+	$this->vmId = $vmId;
2923 2923
   }
2924 2924
   public function getVmId()
2925 2925
   {
2926
-    return $this->vmId;
2926
+	return $this->vmId;
2927 2927
   }
2928 2928
   public function setWorkflowFileName($workflowFileName)
2929 2929
   {
2930
-    $this->workflowFileName = $workflowFileName;
2930
+	$this->workflowFileName = $workflowFileName;
2931 2931
   }
2932 2932
   public function getWorkflowFileName()
2933 2933
   {
2934
-    return $this->workflowFileName;
2934
+	return $this->workflowFileName;
2935 2935
   }
2936 2936
 }
2937 2937
 
@@ -2948,19 +2948,19 @@  discard block
 block discarded – undo
2948 2948
 
2949 2949
   public function setComputations($computations)
2950 2950
   {
2951
-    $this->computations = $computations;
2951
+	$this->computations = $computations;
2952 2952
   }
2953 2953
   public function getComputations()
2954 2954
   {
2955
-    return $this->computations;
2955
+	return $this->computations;
2956 2956
   }
2957 2957
   public function setDataDiskAssignments($dataDiskAssignments)
2958 2958
   {
2959
-    $this->dataDiskAssignments = $dataDiskAssignments;
2959
+	$this->dataDiskAssignments = $dataDiskAssignments;
2960 2960
   }
2961 2961
   public function getDataDiskAssignments()
2962 2962
   {
2963
-    return $this->dataDiskAssignments;
2963
+	return $this->dataDiskAssignments;
2964 2964
   }
2965 2965
 }
2966 2966
 
@@ -2994,115 +2994,115 @@  discard block
 block discarded – undo
2994 2994
 
2995 2995
   public function setConfiguration($configuration)
2996 2996
   {
2997
-    $this->configuration = $configuration;
2997
+	$this->configuration = $configuration;
2998 2998
   }
2999 2999
   public function getConfiguration()
3000 3000
   {
3001
-    return $this->configuration;
3001
+	return $this->configuration;
3002 3002
   }
3003 3003
   public function setId($id)
3004 3004
   {
3005
-    $this->id = $id;
3005
+	$this->id = $id;
3006 3006
   }
3007 3007
   public function getId()
3008 3008
   {
3009
-    return $this->id;
3009
+	return $this->id;
3010 3010
   }
3011 3011
   public function setInitialReportIndex($initialReportIndex)
3012 3012
   {
3013
-    $this->initialReportIndex = $initialReportIndex;
3013
+	$this->initialReportIndex = $initialReportIndex;
3014 3014
   }
3015 3015
   public function getInitialReportIndex()
3016 3016
   {
3017
-    return $this->initialReportIndex;
3017
+	return $this->initialReportIndex;
3018 3018
   }
3019 3019
   public function setJobId($jobId)
3020 3020
   {
3021
-    $this->jobId = $jobId;
3021
+	$this->jobId = $jobId;
3022 3022
   }
3023 3023
   public function getJobId()
3024 3024
   {
3025
-    return $this->jobId;
3025
+	return $this->jobId;
3026 3026
   }
3027 3027
   public function setLeaseExpireTime($leaseExpireTime)
3028 3028
   {
3029
-    $this->leaseExpireTime = $leaseExpireTime;
3029
+	$this->leaseExpireTime = $leaseExpireTime;
3030 3030
   }
3031 3031
   public function getLeaseExpireTime()
3032 3032
   {
3033
-    return $this->leaseExpireTime;
3033
+	return $this->leaseExpireTime;
3034 3034
   }
3035 3035
   public function setMapTask(Google_Service_Dataflow_MapTask $mapTask)
3036 3036
   {
3037
-    $this->mapTask = $mapTask;
3037
+	$this->mapTask = $mapTask;
3038 3038
   }
3039 3039
   public function getMapTask()
3040 3040
   {
3041
-    return $this->mapTask;
3041
+	return $this->mapTask;
3042 3042
   }
3043 3043
   public function setPackages($packages)
3044 3044
   {
3045
-    $this->packages = $packages;
3045
+	$this->packages = $packages;
3046 3046
   }
3047 3047
   public function getPackages()
3048 3048
   {
3049
-    return $this->packages;
3049
+	return $this->packages;
3050 3050
   }
3051 3051
   public function setProjectId($projectId)
3052 3052
   {
3053
-    $this->projectId = $projectId;
3053
+	$this->projectId = $projectId;
3054 3054
   }
3055 3055
   public function getProjectId()
3056 3056
   {
3057
-    return $this->projectId;
3057
+	return $this->projectId;
3058 3058
   }
3059 3059
   public function setReportStatusInterval($reportStatusInterval)
3060 3060
   {
3061
-    $this->reportStatusInterval = $reportStatusInterval;
3061
+	$this->reportStatusInterval = $reportStatusInterval;
3062 3062
   }
3063 3063
   public function getReportStatusInterval()
3064 3064
   {
3065
-    return $this->reportStatusInterval;
3065
+	return $this->reportStatusInterval;
3066 3066
   }
3067 3067
   public function setSeqMapTask(Google_Service_Dataflow_SeqMapTask $seqMapTask)
3068 3068
   {
3069
-    $this->seqMapTask = $seqMapTask;
3069
+	$this->seqMapTask = $seqMapTask;
3070 3070
   }
3071 3071
   public function getSeqMapTask()
3072 3072
   {
3073
-    return $this->seqMapTask;
3073
+	return $this->seqMapTask;
3074 3074
   }
3075 3075
   public function setShellTask(Google_Service_Dataflow_ShellTask $shellTask)
3076 3076
   {
3077
-    $this->shellTask = $shellTask;
3077
+	$this->shellTask = $shellTask;
3078 3078
   }
3079 3079
   public function getShellTask()
3080 3080
   {
3081
-    return $this->shellTask;
3081
+	return $this->shellTask;
3082 3082
   }
3083 3083
   public function setSourceOperationTask(Google_Service_Dataflow_SourceOperationRequest $sourceOperationTask)
3084 3084
   {
3085
-    $this->sourceOperationTask = $sourceOperationTask;
3085
+	$this->sourceOperationTask = $sourceOperationTask;
3086 3086
   }
3087 3087
   public function getSourceOperationTask()
3088 3088
   {
3089
-    return $this->sourceOperationTask;
3089
+	return $this->sourceOperationTask;
3090 3090
   }
3091 3091
   public function setStreamingComputationTask(Google_Service_Dataflow_StreamingComputationTask $streamingComputationTask)
3092 3092
   {
3093
-    $this->streamingComputationTask = $streamingComputationTask;
3093
+	$this->streamingComputationTask = $streamingComputationTask;
3094 3094
   }
3095 3095
   public function getStreamingComputationTask()
3096 3096
   {
3097
-    return $this->streamingComputationTask;
3097
+	return $this->streamingComputationTask;
3098 3098
   }
3099 3099
   public function setStreamingSetupTask(Google_Service_Dataflow_StreamingSetupTask $streamingSetupTask)
3100 3100
   {
3101
-    $this->streamingSetupTask = $streamingSetupTask;
3101
+	$this->streamingSetupTask = $streamingSetupTask;
3102 3102
   }
3103 3103
   public function getStreamingSetupTask()
3104 3104
   {
3105
-    return $this->streamingSetupTask;
3105
+	return $this->streamingSetupTask;
3106 3106
   }
3107 3107
 }
3108 3108
 
@@ -3122,51 +3122,51 @@  discard block
 block discarded – undo
3122 3122
 
3123 3123
   public function setHarnessData($harnessData)
3124 3124
   {
3125
-    $this->harnessData = $harnessData;
3125
+	$this->harnessData = $harnessData;
3126 3126
   }
3127 3127
   public function getHarnessData()
3128 3128
   {
3129
-    return $this->harnessData;
3129
+	return $this->harnessData;
3130 3130
   }
3131 3131
   public function setLeaseExpireTime($leaseExpireTime)
3132 3132
   {
3133
-    $this->leaseExpireTime = $leaseExpireTime;
3133
+	$this->leaseExpireTime = $leaseExpireTime;
3134 3134
   }
3135 3135
   public function getLeaseExpireTime()
3136 3136
   {
3137
-    return $this->leaseExpireTime;
3137
+	return $this->leaseExpireTime;
3138 3138
   }
3139 3139
   public function setNextReportIndex($nextReportIndex)
3140 3140
   {
3141
-    $this->nextReportIndex = $nextReportIndex;
3141
+	$this->nextReportIndex = $nextReportIndex;
3142 3142
   }
3143 3143
   public function getNextReportIndex()
3144 3144
   {
3145
-    return $this->nextReportIndex;
3145
+	return $this->nextReportIndex;
3146 3146
   }
3147 3147
   public function setReportStatusInterval($reportStatusInterval)
3148 3148
   {
3149
-    $this->reportStatusInterval = $reportStatusInterval;
3149
+	$this->reportStatusInterval = $reportStatusInterval;
3150 3150
   }
3151 3151
   public function getReportStatusInterval()
3152 3152
   {
3153
-    return $this->reportStatusInterval;
3153
+	return $this->reportStatusInterval;
3154 3154
   }
3155 3155
   public function setSuggestedStopPoint(Google_Service_Dataflow_ApproximateProgress $suggestedStopPoint)
3156 3156
   {
3157
-    $this->suggestedStopPoint = $suggestedStopPoint;
3157
+	$this->suggestedStopPoint = $suggestedStopPoint;
3158 3158
   }
3159 3159
   public function getSuggestedStopPoint()
3160 3160
   {
3161
-    return $this->suggestedStopPoint;
3161
+	return $this->suggestedStopPoint;
3162 3162
   }
3163 3163
   public function setSuggestedStopPosition(Google_Service_Dataflow_Position $suggestedStopPosition)
3164 3164
   {
3165
-    $this->suggestedStopPosition = $suggestedStopPosition;
3165
+	$this->suggestedStopPosition = $suggestedStopPosition;
3166 3166
   }
3167 3167
   public function getSuggestedStopPosition()
3168 3168
   {
3169
-    return $this->suggestedStopPosition;
3169
+	return $this->suggestedStopPosition;
3170 3170
   }
3171 3171
 }
3172 3172
 
@@ -3201,91 +3201,91 @@  discard block
 block discarded – undo
3201 3201
 
3202 3202
   public function setCompleted($completed)
3203 3203
   {
3204
-    $this->completed = $completed;
3204
+	$this->completed = $completed;
3205 3205
   }
3206 3206
   public function getCompleted()
3207 3207
   {
3208
-    return $this->completed;
3208
+	return $this->completed;
3209 3209
   }
3210 3210
   public function setDynamicSourceSplit(Google_Service_Dataflow_DynamicSourceSplit $dynamicSourceSplit)
3211 3211
   {
3212
-    $this->dynamicSourceSplit = $dynamicSourceSplit;
3212
+	$this->dynamicSourceSplit = $dynamicSourceSplit;
3213 3213
   }
3214 3214
   public function getDynamicSourceSplit()
3215 3215
   {
3216
-    return $this->dynamicSourceSplit;
3216
+	return $this->dynamicSourceSplit;
3217 3217
   }
3218 3218
   public function setErrors($errors)
3219 3219
   {
3220
-    $this->errors = $errors;
3220
+	$this->errors = $errors;
3221 3221
   }
3222 3222
   public function getErrors()
3223 3223
   {
3224
-    return $this->errors;
3224
+	return $this->errors;
3225 3225
   }
3226 3226
   public function setMetricUpdates($metricUpdates)
3227 3227
   {
3228
-    $this->metricUpdates = $metricUpdates;
3228
+	$this->metricUpdates = $metricUpdates;
3229 3229
   }
3230 3230
   public function getMetricUpdates()
3231 3231
   {
3232
-    return $this->metricUpdates;
3232
+	return $this->metricUpdates;
3233 3233
   }
3234 3234
   public function setProgress(Google_Service_Dataflow_ApproximateProgress $progress)
3235 3235
   {
3236
-    $this->progress = $progress;
3236
+	$this->progress = $progress;
3237 3237
   }
3238 3238
   public function getProgress()
3239 3239
   {
3240
-    return $this->progress;
3240
+	return $this->progress;
3241 3241
   }
3242 3242
   public function setReportIndex($reportIndex)
3243 3243
   {
3244
-    $this->reportIndex = $reportIndex;
3244
+	$this->reportIndex = $reportIndex;
3245 3245
   }
3246 3246
   public function getReportIndex()
3247 3247
   {
3248
-    return $this->reportIndex;
3248
+	return $this->reportIndex;
3249 3249
   }
3250 3250
   public function setRequestedLeaseDuration($requestedLeaseDuration)
3251 3251
   {
3252
-    $this->requestedLeaseDuration = $requestedLeaseDuration;
3252
+	$this->requestedLeaseDuration = $requestedLeaseDuration;
3253 3253
   }
3254 3254
   public function getRequestedLeaseDuration()
3255 3255
   {
3256
-    return $this->requestedLeaseDuration;
3256
+	return $this->requestedLeaseDuration;
3257 3257
   }
3258 3258
   public function setSourceFork(Google_Service_Dataflow_SourceFork $sourceFork)
3259 3259
   {
3260
-    $this->sourceFork = $sourceFork;
3260
+	$this->sourceFork = $sourceFork;
3261 3261
   }
3262 3262
   public function getSourceFork()
3263 3263
   {
3264
-    return $this->sourceFork;
3264
+	return $this->sourceFork;
3265 3265
   }
3266 3266
   public function setSourceOperationResponse(Google_Service_Dataflow_SourceOperationResponse $sourceOperationResponse)
3267 3267
   {
3268
-    $this->sourceOperationResponse = $sourceOperationResponse;
3268
+	$this->sourceOperationResponse = $sourceOperationResponse;
3269 3269
   }
3270 3270
   public function getSourceOperationResponse()
3271 3271
   {
3272
-    return $this->sourceOperationResponse;
3272
+	return $this->sourceOperationResponse;
3273 3273
   }
3274 3274
   public function setStopPosition(Google_Service_Dataflow_Position $stopPosition)
3275 3275
   {
3276
-    $this->stopPosition = $stopPosition;
3276
+	$this->stopPosition = $stopPosition;
3277 3277
   }
3278 3278
   public function getStopPosition()
3279 3279
   {
3280
-    return $this->stopPosition;
3280
+	return $this->stopPosition;
3281 3281
   }
3282 3282
   public function setWorkItemId($workItemId)
3283 3283
   {
3284
-    $this->workItemId = $workItemId;
3284
+	$this->workItemId = $workItemId;
3285 3285
   }
3286 3286
   public function getWorkItemId()
3287 3287
   {
3288
-    return $this->workItemId;
3288
+	return $this->workItemId;
3289 3289
   }
3290 3290
 }
3291 3291
 
@@ -3319,139 +3319,139 @@  discard block
 block discarded – undo
3319 3319
 
3320 3320
   public function setAutoscalingSettings(Google_Service_Dataflow_AutoscalingSettings $autoscalingSettings)
3321 3321
   {
3322
-    $this->autoscalingSettings = $autoscalingSettings;
3322
+	$this->autoscalingSettings = $autoscalingSettings;
3323 3323
   }
3324 3324
   public function getAutoscalingSettings()
3325 3325
   {
3326
-    return $this->autoscalingSettings;
3326
+	return $this->autoscalingSettings;
3327 3327
   }
3328 3328
   public function setDataDisks($dataDisks)
3329 3329
   {
3330
-    $this->dataDisks = $dataDisks;
3330
+	$this->dataDisks = $dataDisks;
3331 3331
   }
3332 3332
   public function getDataDisks()
3333 3333
   {
3334
-    return $this->dataDisks;
3334
+	return $this->dataDisks;
3335 3335
   }
3336 3336
   public function setDefaultPackageSet($defaultPackageSet)
3337 3337
   {
3338
-    $this->defaultPackageSet = $defaultPackageSet;
3338
+	$this->defaultPackageSet = $defaultPackageSet;
3339 3339
   }
3340 3340
   public function getDefaultPackageSet()
3341 3341
   {
3342
-    return $this->defaultPackageSet;
3342
+	return $this->defaultPackageSet;
3343 3343
   }
3344 3344
   public function setDiskSizeGb($diskSizeGb)
3345 3345
   {
3346
-    $this->diskSizeGb = $diskSizeGb;
3346
+	$this->diskSizeGb = $diskSizeGb;
3347 3347
   }
3348 3348
   public function getDiskSizeGb()
3349 3349
   {
3350
-    return $this->diskSizeGb;
3350
+	return $this->diskSizeGb;
3351 3351
   }
3352 3352
   public function setDiskSourceImage($diskSourceImage)
3353 3353
   {
3354
-    $this->diskSourceImage = $diskSourceImage;
3354
+	$this->diskSourceImage = $diskSourceImage;
3355 3355
   }
3356 3356
   public function getDiskSourceImage()
3357 3357
   {
3358
-    return $this->diskSourceImage;
3358
+	return $this->diskSourceImage;
3359 3359
   }
3360 3360
   public function setDiskType($diskType)
3361 3361
   {
3362
-    $this->diskType = $diskType;
3362
+	$this->diskType = $diskType;
3363 3363
   }
3364 3364
   public function getDiskType()
3365 3365
   {
3366
-    return $this->diskType;
3366
+	return $this->diskType;
3367 3367
   }
3368 3368
   public function setKind($kind)
3369 3369
   {
3370
-    $this->kind = $kind;
3370
+	$this->kind = $kind;
3371 3371
   }
3372 3372
   public function getKind()
3373 3373
   {
3374
-    return $this->kind;
3374
+	return $this->kind;
3375 3375
   }
3376 3376
   public function setMachineType($machineType)
3377 3377
   {
3378
-    $this->machineType = $machineType;
3378
+	$this->machineType = $machineType;
3379 3379
   }
3380 3380
   public function getMachineType()
3381 3381
   {
3382
-    return $this->machineType;
3382
+	return $this->machineType;
3383 3383
   }
3384 3384
   public function setMetadata($metadata)
3385 3385
   {
3386
-    $this->metadata = $metadata;
3386
+	$this->metadata = $metadata;
3387 3387
   }
3388 3388
   public function getMetadata()
3389 3389
   {
3390
-    return $this->metadata;
3390
+	return $this->metadata;
3391 3391
   }
3392 3392
   public function setNetwork($network)
3393 3393
   {
3394
-    $this->network = $network;
3394
+	$this->network = $network;
3395 3395
   }
3396 3396
   public function getNetwork()
3397 3397
   {
3398
-    return $this->network;
3398
+	return $this->network;
3399 3399
   }
3400 3400
   public function setNumWorkers($numWorkers)
3401 3401
   {
3402
-    $this->numWorkers = $numWorkers;
3402
+	$this->numWorkers = $numWorkers;
3403 3403
   }
3404 3404
   public function getNumWorkers()
3405 3405
   {
3406
-    return $this->numWorkers;
3406
+	return $this->numWorkers;
3407 3407
   }
3408 3408
   public function setOnHostMaintenance($onHostMaintenance)
3409 3409
   {
3410
-    $this->onHostMaintenance = $onHostMaintenance;
3410
+	$this->onHostMaintenance = $onHostMaintenance;
3411 3411
   }
3412 3412
   public function getOnHostMaintenance()
3413 3413
   {
3414
-    return $this->onHostMaintenance;
3414
+	return $this->onHostMaintenance;
3415 3415
   }
3416 3416
   public function setPackages($packages)
3417 3417
   {
3418
-    $this->packages = $packages;
3418
+	$this->packages = $packages;
3419 3419
   }
3420 3420
   public function getPackages()
3421 3421
   {
3422
-    return $this->packages;
3422
+	return $this->packages;
3423 3423
   }
3424 3424
   public function setPoolArgs($poolArgs)
3425 3425
   {
3426
-    $this->poolArgs = $poolArgs;
3426
+	$this->poolArgs = $poolArgs;
3427 3427
   }
3428 3428
   public function getPoolArgs()
3429 3429
   {
3430
-    return $this->poolArgs;
3430
+	return $this->poolArgs;
3431 3431
   }
3432 3432
   public function setTaskrunnerSettings(Google_Service_Dataflow_TaskRunnerSettings $taskrunnerSettings)
3433 3433
   {
3434
-    $this->taskrunnerSettings = $taskrunnerSettings;
3434
+	$this->taskrunnerSettings = $taskrunnerSettings;
3435 3435
   }
3436 3436
   public function getTaskrunnerSettings()
3437 3437
   {
3438
-    return $this->taskrunnerSettings;
3438
+	return $this->taskrunnerSettings;
3439 3439
   }
3440 3440
   public function setTeardownPolicy($teardownPolicy)
3441 3441
   {
3442
-    $this->teardownPolicy = $teardownPolicy;
3442
+	$this->teardownPolicy = $teardownPolicy;
3443 3443
   }
3444 3444
   public function getTeardownPolicy()
3445 3445
   {
3446
-    return $this->teardownPolicy;
3446
+	return $this->teardownPolicy;
3447 3447
   }
3448 3448
   public function setZone($zone)
3449 3449
   {
3450
-    $this->zone = $zone;
3450
+	$this->zone = $zone;
3451 3451
   }
3452 3452
   public function getZone()
3453 3453
   {
3454
-    return $this->zone;
3454
+	return $this->zone;
3455 3455
   }
3456 3456
 }
3457 3457
 
@@ -3477,51 +3477,51 @@  discard block
 block discarded – undo
3477 3477
 
3478 3478
   public function setBaseUrl($baseUrl)
3479 3479
   {
3480
-    $this->baseUrl = $baseUrl;
3480
+	$this->baseUrl = $baseUrl;
3481 3481
   }
3482 3482
   public function getBaseUrl()
3483 3483
   {
3484
-    return $this->baseUrl;
3484
+	return $this->baseUrl;
3485 3485
   }
3486 3486
   public function setReportingEnabled($reportingEnabled)
3487 3487
   {
3488
-    $this->reportingEnabled = $reportingEnabled;
3488
+	$this->reportingEnabled = $reportingEnabled;
3489 3489
   }
3490 3490
   public function getReportingEnabled()
3491 3491
   {
3492
-    return $this->reportingEnabled;
3492
+	return $this->reportingEnabled;
3493 3493
   }
3494 3494
   public function setServicePath($servicePath)
3495 3495
   {
3496
-    $this->servicePath = $servicePath;
3496
+	$this->servicePath = $servicePath;
3497 3497
   }
3498 3498
   public function getServicePath()
3499 3499
   {
3500
-    return $this->servicePath;
3500
+	return $this->servicePath;
3501 3501
   }
3502 3502
   public function setShuffleServicePath($shuffleServicePath)
3503 3503
   {
3504
-    $this->shuffleServicePath = $shuffleServicePath;
3504
+	$this->shuffleServicePath = $shuffleServicePath;
3505 3505
   }
3506 3506
   public function getShuffleServicePath()
3507 3507
   {
3508
-    return $this->shuffleServicePath;
3508
+	return $this->shuffleServicePath;
3509 3509
   }
3510 3510
   public function setTempStoragePrefix($tempStoragePrefix)
3511 3511
   {
3512
-    $this->tempStoragePrefix = $tempStoragePrefix;
3512
+	$this->tempStoragePrefix = $tempStoragePrefix;
3513 3513
   }
3514 3514
   public function getTempStoragePrefix()
3515 3515
   {
3516
-    return $this->tempStoragePrefix;
3516
+	return $this->tempStoragePrefix;
3517 3517
   }
3518 3518
   public function setWorkerId($workerId)
3519 3519
   {
3520
-    $this->workerId = $workerId;
3520
+	$this->workerId = $workerId;
3521 3521
   }
3522 3522
   public function getWorkerId()
3523 3523
   {
3524
-    return $this->workerId;
3524
+	return $this->workerId;
3525 3525
   }
3526 3526
 }
3527 3527
 
@@ -3537,18 +3537,18 @@  discard block
 block discarded – undo
3537 3537
 
3538 3538
   public function setInput(Google_Service_Dataflow_InstructionInput $input)
3539 3539
   {
3540
-    $this->input = $input;
3540
+	$this->input = $input;
3541 3541
   }
3542 3542
   public function getInput()
3543 3543
   {
3544
-    return $this->input;
3544
+	return $this->input;
3545 3545
   }
3546 3546
   public function setSink(Google_Service_Dataflow_Sink $sink)
3547 3547
   {
3548
-    $this->sink = $sink;
3548
+	$this->sink = $sink;
3549 3549
   }
3550 3550
   public function getSink()
3551 3551
   {
3552
-    return $this->sink;
3552
+	return $this->sink;
3553 3553
   }
3554 3554
 }
Please login to merge, or discard this patch.
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
                   'type' => 'string',
80 80
                 ),
81 81
               ),
82
-            ),'get' => array(
82
+            ), 'get' => array(
83 83
               'path' => '{projectId}/jobs/{jobId}',
84 84
               'httpMethod' => 'GET',
85 85
               'parameters' => array(
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
                   'type' => 'string',
99 99
                 ),
100 100
               ),
101
-            ),'getMetrics' => array(
101
+            ), 'getMetrics' => array(
102 102
               'path' => '{projectId}/jobs/{jobId}/metrics',
103 103
               'httpMethod' => 'GET',
104 104
               'parameters' => array(
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
                   'type' => 'string',
118 118
                 ),
119 119
               ),
120
-            ),'list' => array(
120
+            ), 'list' => array(
121 121
               'path' => '{projectId}/jobs',
122 122
               'httpMethod' => 'GET',
123 123
               'parameters' => array(
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
                   'type' => 'integer',
140 140
                 ),
141 141
               ),
142
-            ),'patch' => array(
142
+            ), 'patch' => array(
143 143
               'path' => '{projectId}/jobs/{jobId}',
144 144
               'httpMethod' => 'PATCH',
145 145
               'parameters' => array(
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
                   'required' => true,
155 155
                 ),
156 156
               ),
157
-            ),'update' => array(
157
+            ), 'update' => array(
158 158
               'path' => '{projectId}/jobs/{jobId}',
159 159
               'httpMethod' => 'PUT',
160 160
               'parameters' => array(
@@ -239,7 +239,7 @@  discard block
 block discarded – undo
239 239
                   'required' => true,
240 240
                 ),
241 241
               ),
242
-            ),'reportStatus' => array(
242
+            ), 'reportStatus' => array(
243 243
               'path' => '{projectId}/jobs/{jobId}/workItems:reportStatus',
244 244
               'httpMethod' => 'POST',
245 245
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Datastore.php 3 patches
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
    * is inserted). (datasets.allocateIds)
147 147
    *
148 148
    * @param string $datasetId Identifies the dataset.
149
-   * @param Google_AllocateIdsRequest $postBody
149
+   * @param Google_Service_Datastore_AllocateIdsRequest $postBody
150 150
    * @param array $optParams Optional parameters.
151 151
    * @return Google_Service_Datastore_AllocateIdsResponse
152 152
    */
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
    * Begin a new transaction. (datasets.beginTransaction)
162 162
    *
163 163
    * @param string $datasetId Identifies the dataset.
164
-   * @param Google_BeginTransactionRequest $postBody
164
+   * @param Google_Service_Datastore_BeginTransactionRequest $postBody
165 165
    * @param array $optParams Optional parameters.
166 166
    * @return Google_Service_Datastore_BeginTransactionResponse
167 167
    */
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
    * entities. (datasets.commit)
178 178
    *
179 179
    * @param string $datasetId Identifies the dataset.
180
-   * @param Google_CommitRequest $postBody
180
+   * @param Google_Service_Datastore_CommitRequest $postBody
181 181
    * @param array $optParams Optional parameters.
182 182
    * @return Google_Service_Datastore_CommitResponse
183 183
    */
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
    * Look up some entities by key. (datasets.lookup)
193 193
    *
194 194
    * @param string $datasetId Identifies the dataset.
195
-   * @param Google_LookupRequest $postBody
195
+   * @param Google_Service_Datastore_LookupRequest $postBody
196 196
    * @param array $optParams Optional parameters.
197 197
    * @return Google_Service_Datastore_LookupResponse
198 198
    */
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
    * Roll back a transaction. (datasets.rollback)
208 208
    *
209 209
    * @param string $datasetId Identifies the dataset.
210
-   * @param Google_RollbackRequest $postBody
210
+   * @param Google_Service_Datastore_RollbackRequest $postBody
211 211
    * @param array $optParams Optional parameters.
212 212
    * @return Google_Service_Datastore_RollbackResponse
213 213
    */
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
    * Query for entities. (datasets.runQuery)
223 223
    *
224 224
    * @param string $datasetId Identifies the dataset.
225
-   * @param Google_RunQueryRequest $postBody
225
+   * @param Google_Service_Datastore_RunQueryRequest $postBody
226 226
    * @param array $optParams Optional parameters.
227 227
    * @return Google_Service_Datastore_RunQueryResponse
228 228
    */
Please login to merge, or discard this patch.
Indentation   +307 added lines, -307 removed lines patch added patch discarded remove patch
@@ -32,13 +32,13 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and manage your data across Google Cloud Platform services. */
34 34
   const CLOUD_PLATFORM =
35
-      "https://www.googleapis.com/auth/cloud-platform";
35
+	  "https://www.googleapis.com/auth/cloud-platform";
36 36
   /** View and manage your Google Cloud Datastore data. */
37 37
   const DATASTORE =
38
-      "https://www.googleapis.com/auth/datastore";
38
+	  "https://www.googleapis.com/auth/datastore";
39 39
   /** View your email address. */
40 40
   const USERINFO_EMAIL =
41
-      "https://www.googleapis.com/auth/userinfo.email";
41
+	  "https://www.googleapis.com/auth/userinfo.email";
42 42
 
43 43
   public $datasets;
44 44
   
@@ -50,82 +50,82 @@  discard block
 block discarded – undo
50 50
    */
51 51
   public function __construct(Google_Client $client)
52 52
   {
53
-    parent::__construct($client);
54
-    $this->rootUrl = 'https://www.googleapis.com/';
55
-    $this->servicePath = 'datastore/v1beta2/datasets/';
56
-    $this->version = 'v1beta2';
57
-    $this->serviceName = 'datastore';
58
-
59
-    $this->datasets = new Google_Service_Datastore_Datasets_Resource(
60
-        $this,
61
-        $this->serviceName,
62
-        'datasets',
63
-        array(
64
-          'methods' => array(
65
-            'allocateIds' => array(
66
-              'path' => '{datasetId}/allocateIds',
67
-              'httpMethod' => 'POST',
68
-              'parameters' => array(
69
-                'datasetId' => array(
70
-                  'location' => 'path',
71
-                  'type' => 'string',
72
-                  'required' => true,
73
-                ),
74
-              ),
75
-            ),'beginTransaction' => array(
76
-              'path' => '{datasetId}/beginTransaction',
77
-              'httpMethod' => 'POST',
78
-              'parameters' => array(
79
-                'datasetId' => array(
80
-                  'location' => 'path',
81
-                  'type' => 'string',
82
-                  'required' => true,
83
-                ),
84
-              ),
85
-            ),'commit' => array(
86
-              'path' => '{datasetId}/commit',
87
-              'httpMethod' => 'POST',
88
-              'parameters' => array(
89
-                'datasetId' => array(
90
-                  'location' => 'path',
91
-                  'type' => 'string',
92
-                  'required' => true,
93
-                ),
94
-              ),
95
-            ),'lookup' => array(
96
-              'path' => '{datasetId}/lookup',
97
-              'httpMethod' => 'POST',
98
-              'parameters' => array(
99
-                'datasetId' => array(
100
-                  'location' => 'path',
101
-                  'type' => 'string',
102
-                  'required' => true,
103
-                ),
104
-              ),
105
-            ),'rollback' => array(
106
-              'path' => '{datasetId}/rollback',
107
-              'httpMethod' => 'POST',
108
-              'parameters' => array(
109
-                'datasetId' => array(
110
-                  'location' => 'path',
111
-                  'type' => 'string',
112
-                  'required' => true,
113
-                ),
114
-              ),
115
-            ),'runQuery' => array(
116
-              'path' => '{datasetId}/runQuery',
117
-              'httpMethod' => 'POST',
118
-              'parameters' => array(
119
-                'datasetId' => array(
120
-                  'location' => 'path',
121
-                  'type' => 'string',
122
-                  'required' => true,
123
-                ),
124
-              ),
125
-            ),
126
-          )
127
-        )
128
-    );
53
+	parent::__construct($client);
54
+	$this->rootUrl = 'https://www.googleapis.com/';
55
+	$this->servicePath = 'datastore/v1beta2/datasets/';
56
+	$this->version = 'v1beta2';
57
+	$this->serviceName = 'datastore';
58
+
59
+	$this->datasets = new Google_Service_Datastore_Datasets_Resource(
60
+		$this,
61
+		$this->serviceName,
62
+		'datasets',
63
+		array(
64
+		  'methods' => array(
65
+			'allocateIds' => array(
66
+			  'path' => '{datasetId}/allocateIds',
67
+			  'httpMethod' => 'POST',
68
+			  'parameters' => array(
69
+				'datasetId' => array(
70
+				  'location' => 'path',
71
+				  'type' => 'string',
72
+				  'required' => true,
73
+				),
74
+			  ),
75
+			),'beginTransaction' => array(
76
+			  'path' => '{datasetId}/beginTransaction',
77
+			  'httpMethod' => 'POST',
78
+			  'parameters' => array(
79
+				'datasetId' => array(
80
+				  'location' => 'path',
81
+				  'type' => 'string',
82
+				  'required' => true,
83
+				),
84
+			  ),
85
+			),'commit' => array(
86
+			  'path' => '{datasetId}/commit',
87
+			  'httpMethod' => 'POST',
88
+			  'parameters' => array(
89
+				'datasetId' => array(
90
+				  'location' => 'path',
91
+				  'type' => 'string',
92
+				  'required' => true,
93
+				),
94
+			  ),
95
+			),'lookup' => array(
96
+			  'path' => '{datasetId}/lookup',
97
+			  'httpMethod' => 'POST',
98
+			  'parameters' => array(
99
+				'datasetId' => array(
100
+				  'location' => 'path',
101
+				  'type' => 'string',
102
+				  'required' => true,
103
+				),
104
+			  ),
105
+			),'rollback' => array(
106
+			  'path' => '{datasetId}/rollback',
107
+			  'httpMethod' => 'POST',
108
+			  'parameters' => array(
109
+				'datasetId' => array(
110
+				  'location' => 'path',
111
+				  'type' => 'string',
112
+				  'required' => true,
113
+				),
114
+			  ),
115
+			),'runQuery' => array(
116
+			  'path' => '{datasetId}/runQuery',
117
+			  'httpMethod' => 'POST',
118
+			  'parameters' => array(
119
+				'datasetId' => array(
120
+				  'location' => 'path',
121
+				  'type' => 'string',
122
+				  'required' => true,
123
+				),
124
+			  ),
125
+			),
126
+		  )
127
+		)
128
+	);
129 129
   }
130 130
 }
131 131
 
@@ -152,9 +152,9 @@  discard block
 block discarded – undo
152 152
    */
153 153
   public function allocateIds($datasetId, Google_Service_Datastore_AllocateIdsRequest $postBody, $optParams = array())
154 154
   {
155
-    $params = array('datasetId' => $datasetId, 'postBody' => $postBody);
156
-    $params = array_merge($params, $optParams);
157
-    return $this->call('allocateIds', array($params), "Google_Service_Datastore_AllocateIdsResponse");
155
+	$params = array('datasetId' => $datasetId, 'postBody' => $postBody);
156
+	$params = array_merge($params, $optParams);
157
+	return $this->call('allocateIds', array($params), "Google_Service_Datastore_AllocateIdsResponse");
158 158
   }
159 159
 
160 160
   /**
@@ -167,9 +167,9 @@  discard block
 block discarded – undo
167 167
    */
168 168
   public function beginTransaction($datasetId, Google_Service_Datastore_BeginTransactionRequest $postBody, $optParams = array())
169 169
   {
170
-    $params = array('datasetId' => $datasetId, 'postBody' => $postBody);
171
-    $params = array_merge($params, $optParams);
172
-    return $this->call('beginTransaction', array($params), "Google_Service_Datastore_BeginTransactionResponse");
170
+	$params = array('datasetId' => $datasetId, 'postBody' => $postBody);
171
+	$params = array_merge($params, $optParams);
172
+	return $this->call('beginTransaction', array($params), "Google_Service_Datastore_BeginTransactionResponse");
173 173
   }
174 174
 
175 175
   /**
@@ -183,9 +183,9 @@  discard block
 block discarded – undo
183 183
    */
184 184
   public function commit($datasetId, Google_Service_Datastore_CommitRequest $postBody, $optParams = array())
185 185
   {
186
-    $params = array('datasetId' => $datasetId, 'postBody' => $postBody);
187
-    $params = array_merge($params, $optParams);
188
-    return $this->call('commit', array($params), "Google_Service_Datastore_CommitResponse");
186
+	$params = array('datasetId' => $datasetId, 'postBody' => $postBody);
187
+	$params = array_merge($params, $optParams);
188
+	return $this->call('commit', array($params), "Google_Service_Datastore_CommitResponse");
189 189
   }
190 190
 
191 191
   /**
@@ -198,9 +198,9 @@  discard block
 block discarded – undo
198 198
    */
199 199
   public function lookup($datasetId, Google_Service_Datastore_LookupRequest $postBody, $optParams = array())
200 200
   {
201
-    $params = array('datasetId' => $datasetId, 'postBody' => $postBody);
202
-    $params = array_merge($params, $optParams);
203
-    return $this->call('lookup', array($params), "Google_Service_Datastore_LookupResponse");
201
+	$params = array('datasetId' => $datasetId, 'postBody' => $postBody);
202
+	$params = array_merge($params, $optParams);
203
+	return $this->call('lookup', array($params), "Google_Service_Datastore_LookupResponse");
204 204
   }
205 205
 
206 206
   /**
@@ -213,9 +213,9 @@  discard block
 block discarded – undo
213 213
    */
214 214
   public function rollback($datasetId, Google_Service_Datastore_RollbackRequest $postBody, $optParams = array())
215 215
   {
216
-    $params = array('datasetId' => $datasetId, 'postBody' => $postBody);
217
-    $params = array_merge($params, $optParams);
218
-    return $this->call('rollback', array($params), "Google_Service_Datastore_RollbackResponse");
216
+	$params = array('datasetId' => $datasetId, 'postBody' => $postBody);
217
+	$params = array_merge($params, $optParams);
218
+	return $this->call('rollback', array($params), "Google_Service_Datastore_RollbackResponse");
219 219
   }
220 220
 
221 221
   /**
@@ -228,9 +228,9 @@  discard block
 block discarded – undo
228 228
    */
229 229
   public function runQuery($datasetId, Google_Service_Datastore_RunQueryRequest $postBody, $optParams = array())
230 230
   {
231
-    $params = array('datasetId' => $datasetId, 'postBody' => $postBody);
232
-    $params = array_merge($params, $optParams);
233
-    return $this->call('runQuery', array($params), "Google_Service_Datastore_RunQueryResponse");
231
+	$params = array('datasetId' => $datasetId, 'postBody' => $postBody);
232
+	$params = array_merge($params, $optParams);
233
+	return $this->call('runQuery', array($params), "Google_Service_Datastore_RunQueryResponse");
234 234
   }
235 235
 }
236 236
 
@@ -248,11 +248,11 @@  discard block
 block discarded – undo
248 248
 
249 249
   public function setKeys($keys)
250 250
   {
251
-    $this->keys = $keys;
251
+	$this->keys = $keys;
252 252
   }
253 253
   public function getKeys()
254 254
   {
255
-    return $this->keys;
255
+	return $this->keys;
256 256
   }
257 257
 }
258 258
 
@@ -269,19 +269,19 @@  discard block
 block discarded – undo
269 269
 
270 270
   public function setHeader(Google_Service_Datastore_ResponseHeader $header)
271 271
   {
272
-    $this->header = $header;
272
+	$this->header = $header;
273 273
   }
274 274
   public function getHeader()
275 275
   {
276
-    return $this->header;
276
+	return $this->header;
277 277
   }
278 278
   public function setKeys($keys)
279 279
   {
280
-    $this->keys = $keys;
280
+	$this->keys = $keys;
281 281
   }
282 282
   public function getKeys()
283 283
   {
284
-    return $this->keys;
284
+	return $this->keys;
285 285
   }
286 286
 }
287 287
 
@@ -294,11 +294,11 @@  discard block
 block discarded – undo
294 294
 
295 295
   public function setIsolationLevel($isolationLevel)
296 296
   {
297
-    $this->isolationLevel = $isolationLevel;
297
+	$this->isolationLevel = $isolationLevel;
298 298
   }
299 299
   public function getIsolationLevel()
300 300
   {
301
-    return $this->isolationLevel;
301
+	return $this->isolationLevel;
302 302
   }
303 303
 }
304 304
 
@@ -313,19 +313,19 @@  discard block
 block discarded – undo
313 313
 
314 314
   public function setHeader(Google_Service_Datastore_ResponseHeader $header)
315 315
   {
316
-    $this->header = $header;
316
+	$this->header = $header;
317 317
   }
318 318
   public function getHeader()
319 319
   {
320
-    return $this->header;
320
+	return $this->header;
321 321
   }
322 322
   public function setTransaction($transaction)
323 323
   {
324
-    $this->transaction = $transaction;
324
+	$this->transaction = $transaction;
325 325
   }
326 326
   public function getTransaction()
327 327
   {
328
-    return $this->transaction;
328
+	return $this->transaction;
329 329
   }
330 330
 }
331 331
 
@@ -342,35 +342,35 @@  discard block
 block discarded – undo
342 342
 
343 343
   public function setIgnoreReadOnly($ignoreReadOnly)
344 344
   {
345
-    $this->ignoreReadOnly = $ignoreReadOnly;
345
+	$this->ignoreReadOnly = $ignoreReadOnly;
346 346
   }
347 347
   public function getIgnoreReadOnly()
348 348
   {
349
-    return $this->ignoreReadOnly;
349
+	return $this->ignoreReadOnly;
350 350
   }
351 351
   public function setMode($mode)
352 352
   {
353
-    $this->mode = $mode;
353
+	$this->mode = $mode;
354 354
   }
355 355
   public function getMode()
356 356
   {
357
-    return $this->mode;
357
+	return $this->mode;
358 358
   }
359 359
   public function setMutation(Google_Service_Datastore_Mutation $mutation)
360 360
   {
361
-    $this->mutation = $mutation;
361
+	$this->mutation = $mutation;
362 362
   }
363 363
   public function getMutation()
364 364
   {
365
-    return $this->mutation;
365
+	return $this->mutation;
366 366
   }
367 367
   public function setTransaction($transaction)
368 368
   {
369
-    $this->transaction = $transaction;
369
+	$this->transaction = $transaction;
370 370
   }
371 371
   public function getTransaction()
372 372
   {
373
-    return $this->transaction;
373
+	return $this->transaction;
374 374
   }
375 375
 }
376 376
 
@@ -386,19 +386,19 @@  discard block
 block discarded – undo
386 386
 
387 387
   public function setHeader(Google_Service_Datastore_ResponseHeader $header)
388 388
   {
389
-    $this->header = $header;
389
+	$this->header = $header;
390 390
   }
391 391
   public function getHeader()
392 392
   {
393
-    return $this->header;
393
+	return $this->header;
394 394
   }
395 395
   public function setMutationResult(Google_Service_Datastore_MutationResult $mutationResult)
396 396
   {
397
-    $this->mutationResult = $mutationResult;
397
+	$this->mutationResult = $mutationResult;
398 398
   }
399 399
   public function getMutationResult()
400 400
   {
401
-    return $this->mutationResult;
401
+	return $this->mutationResult;
402 402
   }
403 403
 }
404 404
 
@@ -414,19 +414,19 @@  discard block
 block discarded – undo
414 414
 
415 415
   public function setFilters($filters)
416 416
   {
417
-    $this->filters = $filters;
417
+	$this->filters = $filters;
418 418
   }
419 419
   public function getFilters()
420 420
   {
421
-    return $this->filters;
421
+	return $this->filters;
422 422
   }
423 423
   public function setOperator($operator)
424 424
   {
425
-    $this->operator = $operator;
425
+	$this->operator = $operator;
426 426
   }
427 427
   public function getOperator()
428 428
   {
429
-    return $this->operator;
429
+	return $this->operator;
430 430
   }
431 431
 }
432 432
 
@@ -442,19 +442,19 @@  discard block
 block discarded – undo
442 442
 
443 443
   public function setKey(Google_Service_Datastore_Key $key)
444 444
   {
445
-    $this->key = $key;
445
+	$this->key = $key;
446 446
   }
447 447
   public function getKey()
448 448
   {
449
-    return $this->key;
449
+	return $this->key;
450 450
   }
451 451
   public function setProperties($properties)
452 452
   {
453
-    $this->properties = $properties;
453
+	$this->properties = $properties;
454 454
   }
455 455
   public function getProperties()
456 456
   {
457
-    return $this->properties;
457
+	return $this->properties;
458 458
   }
459 459
 }
460 460
 
@@ -472,11 +472,11 @@  discard block
 block discarded – undo
472 472
 
473 473
   public function setEntity(Google_Service_Datastore_Entity $entity)
474 474
   {
475
-    $this->entity = $entity;
475
+	$this->entity = $entity;
476 476
   }
477 477
   public function getEntity()
478 478
   {
479
-    return $this->entity;
479
+	return $this->entity;
480 480
   }
481 481
 }
482 482
 
@@ -492,19 +492,19 @@  discard block
 block discarded – undo
492 492
 
493 493
   public function setCompositeFilter(Google_Service_Datastore_CompositeFilter $compositeFilter)
494 494
   {
495
-    $this->compositeFilter = $compositeFilter;
495
+	$this->compositeFilter = $compositeFilter;
496 496
   }
497 497
   public function getCompositeFilter()
498 498
   {
499
-    return $this->compositeFilter;
499
+	return $this->compositeFilter;
500 500
   }
501 501
   public function setPropertyFilter(Google_Service_Datastore_PropertyFilter $propertyFilter)
502 502
   {
503
-    $this->propertyFilter = $propertyFilter;
503
+	$this->propertyFilter = $propertyFilter;
504 504
   }
505 505
   public function getPropertyFilter()
506 506
   {
507
-    return $this->propertyFilter;
507
+	return $this->propertyFilter;
508 508
   }
509 509
 }
510 510
 
@@ -523,35 +523,35 @@  discard block
 block discarded – undo
523 523
 
524 524
   public function setAllowLiteral($allowLiteral)
525 525
   {
526
-    $this->allowLiteral = $allowLiteral;
526
+	$this->allowLiteral = $allowLiteral;
527 527
   }
528 528
   public function getAllowLiteral()
529 529
   {
530
-    return $this->allowLiteral;
530
+	return $this->allowLiteral;
531 531
   }
532 532
   public function setNameArgs($nameArgs)
533 533
   {
534
-    $this->nameArgs = $nameArgs;
534
+	$this->nameArgs = $nameArgs;
535 535
   }
536 536
   public function getNameArgs()
537 537
   {
538
-    return $this->nameArgs;
538
+	return $this->nameArgs;
539 539
   }
540 540
   public function setNumberArgs($numberArgs)
541 541
   {
542
-    $this->numberArgs = $numberArgs;
542
+	$this->numberArgs = $numberArgs;
543 543
   }
544 544
   public function getNumberArgs()
545 545
   {
546
-    return $this->numberArgs;
546
+	return $this->numberArgs;
547 547
   }
548 548
   public function setQueryString($queryString)
549 549
   {
550
-    $this->queryString = $queryString;
550
+	$this->queryString = $queryString;
551 551
   }
552 552
   public function getQueryString()
553 553
   {
554
-    return $this->queryString;
554
+	return $this->queryString;
555 555
   }
556 556
 }
557 557
 
@@ -567,27 +567,27 @@  discard block
 block discarded – undo
567 567
 
568 568
   public function setCursor($cursor)
569 569
   {
570
-    $this->cursor = $cursor;
570
+	$this->cursor = $cursor;
571 571
   }
572 572
   public function getCursor()
573 573
   {
574
-    return $this->cursor;
574
+	return $this->cursor;
575 575
   }
576 576
   public function setName($name)
577 577
   {
578
-    $this->name = $name;
578
+	$this->name = $name;
579 579
   }
580 580
   public function getName()
581 581
   {
582
-    return $this->name;
582
+	return $this->name;
583 583
   }
584 584
   public function setValue(Google_Service_Datastore_Value $value)
585 585
   {
586
-    $this->value = $value;
586
+	$this->value = $value;
587 587
   }
588 588
   public function getValue()
589 589
   {
590
-    return $this->value;
590
+	return $this->value;
591 591
   }
592 592
 }
593 593
 
@@ -604,19 +604,19 @@  discard block
 block discarded – undo
604 604
 
605 605
   public function setPartitionId(Google_Service_Datastore_PartitionId $partitionId)
606 606
   {
607
-    $this->partitionId = $partitionId;
607
+	$this->partitionId = $partitionId;
608 608
   }
609 609
   public function getPartitionId()
610 610
   {
611
-    return $this->partitionId;
611
+	return $this->partitionId;
612 612
   }
613 613
   public function setPath($path)
614 614
   {
615
-    $this->path = $path;
615
+	$this->path = $path;
616 616
   }
617 617
   public function getPath()
618 618
   {
619
-    return $this->path;
619
+	return $this->path;
620 620
   }
621 621
 }
622 622
 
@@ -631,27 +631,27 @@  discard block
 block discarded – undo
631 631
 
632 632
   public function setId($id)
633 633
   {
634
-    $this->id = $id;
634
+	$this->id = $id;
635 635
   }
636 636
   public function getId()
637 637
   {
638
-    return $this->id;
638
+	return $this->id;
639 639
   }
640 640
   public function setKind($kind)
641 641
   {
642
-    $this->kind = $kind;
642
+	$this->kind = $kind;
643 643
   }
644 644
   public function getKind()
645 645
   {
646
-    return $this->kind;
646
+	return $this->kind;
647 647
   }
648 648
   public function setName($name)
649 649
   {
650
-    $this->name = $name;
650
+	$this->name = $name;
651 651
   }
652 652
   public function getName()
653 653
   {
654
-    return $this->name;
654
+	return $this->name;
655 655
   }
656 656
 }
657 657
 
@@ -664,11 +664,11 @@  discard block
 block discarded – undo
664 664
 
665 665
   public function setName($name)
666 666
   {
667
-    $this->name = $name;
667
+	$this->name = $name;
668 668
   }
669 669
   public function getName()
670 670
   {
671
-    return $this->name;
671
+	return $this->name;
672 672
   }
673 673
 }
674 674
 
@@ -685,19 +685,19 @@  discard block
 block discarded – undo
685 685
 
686 686
   public function setKeys($keys)
687 687
   {
688
-    $this->keys = $keys;
688
+	$this->keys = $keys;
689 689
   }
690 690
   public function getKeys()
691 691
   {
692
-    return $this->keys;
692
+	return $this->keys;
693 693
   }
694 694
   public function setReadOptions(Google_Service_Datastore_ReadOptions $readOptions)
695 695
   {
696
-    $this->readOptions = $readOptions;
696
+	$this->readOptions = $readOptions;
697 697
   }
698 698
   public function getReadOptions()
699 699
   {
700
-    return $this->readOptions;
700
+	return $this->readOptions;
701 701
   }
702 702
 }
703 703
 
@@ -718,35 +718,35 @@  discard block
 block discarded – undo
718 718
 
719 719
   public function setDeferred($deferred)
720 720
   {
721
-    $this->deferred = $deferred;
721
+	$this->deferred = $deferred;
722 722
   }
723 723
   public function getDeferred()
724 724
   {
725
-    return $this->deferred;
725
+	return $this->deferred;
726 726
   }
727 727
   public function setFound($found)
728 728
   {
729
-    $this->found = $found;
729
+	$this->found = $found;
730 730
   }
731 731
   public function getFound()
732 732
   {
733
-    return $this->found;
733
+	return $this->found;
734 734
   }
735 735
   public function setHeader(Google_Service_Datastore_ResponseHeader $header)
736 736
   {
737
-    $this->header = $header;
737
+	$this->header = $header;
738 738
   }
739 739
   public function getHeader()
740 740
   {
741
-    return $this->header;
741
+	return $this->header;
742 742
   }
743 743
   public function setMissing($missing)
744 744
   {
745
-    $this->missing = $missing;
745
+	$this->missing = $missing;
746 746
   }
747 747
   public function getMissing()
748 748
   {
749
-    return $this->missing;
749
+	return $this->missing;
750 750
   }
751 751
 }
752 752
 
@@ -770,51 +770,51 @@  discard block
 block discarded – undo
770 770
 
771 771
   public function setDelete($delete)
772 772
   {
773
-    $this->delete = $delete;
773
+	$this->delete = $delete;
774 774
   }
775 775
   public function getDelete()
776 776
   {
777
-    return $this->delete;
777
+	return $this->delete;
778 778
   }
779 779
   public function setForce($force)
780 780
   {
781
-    $this->force = $force;
781
+	$this->force = $force;
782 782
   }
783 783
   public function getForce()
784 784
   {
785
-    return $this->force;
785
+	return $this->force;
786 786
   }
787 787
   public function setInsert($insert)
788 788
   {
789
-    $this->insert = $insert;
789
+	$this->insert = $insert;
790 790
   }
791 791
   public function getInsert()
792 792
   {
793
-    return $this->insert;
793
+	return $this->insert;
794 794
   }
795 795
   public function setInsertAutoId($insertAutoId)
796 796
   {
797
-    $this->insertAutoId = $insertAutoId;
797
+	$this->insertAutoId = $insertAutoId;
798 798
   }
799 799
   public function getInsertAutoId()
800 800
   {
801
-    return $this->insertAutoId;
801
+	return $this->insertAutoId;
802 802
   }
803 803
   public function setUpdate($update)
804 804
   {
805
-    $this->update = $update;
805
+	$this->update = $update;
806 806
   }
807 807
   public function getUpdate()
808 808
   {
809
-    return $this->update;
809
+	return $this->update;
810 810
   }
811 811
   public function setUpsert($upsert)
812 812
   {
813
-    $this->upsert = $upsert;
813
+	$this->upsert = $upsert;
814 814
   }
815 815
   public function getUpsert()
816 816
   {
817
-    return $this->upsert;
817
+	return $this->upsert;
818 818
   }
819 819
 }
820 820
 
@@ -830,19 +830,19 @@  discard block
 block discarded – undo
830 830
 
831 831
   public function setIndexUpdates($indexUpdates)
832 832
   {
833
-    $this->indexUpdates = $indexUpdates;
833
+	$this->indexUpdates = $indexUpdates;
834 834
   }
835 835
   public function getIndexUpdates()
836 836
   {
837
-    return $this->indexUpdates;
837
+	return $this->indexUpdates;
838 838
   }
839 839
   public function setInsertAutoIdKeys($insertAutoIdKeys)
840 840
   {
841
-    $this->insertAutoIdKeys = $insertAutoIdKeys;
841
+	$this->insertAutoIdKeys = $insertAutoIdKeys;
842 842
   }
843 843
   public function getInsertAutoIdKeys()
844 844
   {
845
-    return $this->insertAutoIdKeys;
845
+	return $this->insertAutoIdKeys;
846 846
   }
847 847
 }
848 848
 
@@ -856,19 +856,19 @@  discard block
 block discarded – undo
856 856
 
857 857
   public function setDatasetId($datasetId)
858 858
   {
859
-    $this->datasetId = $datasetId;
859
+	$this->datasetId = $datasetId;
860 860
   }
861 861
   public function getDatasetId()
862 862
   {
863
-    return $this->datasetId;
863
+	return $this->datasetId;
864 864
   }
865 865
   public function setNamespace($namespace)
866 866
   {
867
-    $this->namespace = $namespace;
867
+	$this->namespace = $namespace;
868 868
   }
869 869
   public function getNamespace()
870 870
   {
871
-    return $this->namespace;
871
+	return $this->namespace;
872 872
   }
873 873
 }
874 874
 
@@ -896,99 +896,99 @@  discard block
 block discarded – undo
896 896
 
897 897
   public function setBlobKeyValue($blobKeyValue)
898 898
   {
899
-    $this->blobKeyValue = $blobKeyValue;
899
+	$this->blobKeyValue = $blobKeyValue;
900 900
   }
901 901
   public function getBlobKeyValue()
902 902
   {
903
-    return $this->blobKeyValue;
903
+	return $this->blobKeyValue;
904 904
   }
905 905
   public function setBlobValue($blobValue)
906 906
   {
907
-    $this->blobValue = $blobValue;
907
+	$this->blobValue = $blobValue;
908 908
   }
909 909
   public function getBlobValue()
910 910
   {
911
-    return $this->blobValue;
911
+	return $this->blobValue;
912 912
   }
913 913
   public function setBooleanValue($booleanValue)
914 914
   {
915
-    $this->booleanValue = $booleanValue;
915
+	$this->booleanValue = $booleanValue;
916 916
   }
917 917
   public function getBooleanValue()
918 918
   {
919
-    return $this->booleanValue;
919
+	return $this->booleanValue;
920 920
   }
921 921
   public function setDateTimeValue($dateTimeValue)
922 922
   {
923
-    $this->dateTimeValue = $dateTimeValue;
923
+	$this->dateTimeValue = $dateTimeValue;
924 924
   }
925 925
   public function getDateTimeValue()
926 926
   {
927
-    return $this->dateTimeValue;
927
+	return $this->dateTimeValue;
928 928
   }
929 929
   public function setDoubleValue($doubleValue)
930 930
   {
931
-    $this->doubleValue = $doubleValue;
931
+	$this->doubleValue = $doubleValue;
932 932
   }
933 933
   public function getDoubleValue()
934 934
   {
935
-    return $this->doubleValue;
935
+	return $this->doubleValue;
936 936
   }
937 937
   public function setEntityValue(Google_Service_Datastore_Entity $entityValue)
938 938
   {
939
-    $this->entityValue = $entityValue;
939
+	$this->entityValue = $entityValue;
940 940
   }
941 941
   public function getEntityValue()
942 942
   {
943
-    return $this->entityValue;
943
+	return $this->entityValue;
944 944
   }
945 945
   public function setIndexed($indexed)
946 946
   {
947
-    $this->indexed = $indexed;
947
+	$this->indexed = $indexed;
948 948
   }
949 949
   public function getIndexed()
950 950
   {
951
-    return $this->indexed;
951
+	return $this->indexed;
952 952
   }
953 953
   public function setIntegerValue($integerValue)
954 954
   {
955
-    $this->integerValue = $integerValue;
955
+	$this->integerValue = $integerValue;
956 956
   }
957 957
   public function getIntegerValue()
958 958
   {
959
-    return $this->integerValue;
959
+	return $this->integerValue;
960 960
   }
961 961
   public function setKeyValue(Google_Service_Datastore_Key $keyValue)
962 962
   {
963
-    $this->keyValue = $keyValue;
963
+	$this->keyValue = $keyValue;
964 964
   }
965 965
   public function getKeyValue()
966 966
   {
967
-    return $this->keyValue;
967
+	return $this->keyValue;
968 968
   }
969 969
   public function setListValue($listValue)
970 970
   {
971
-    $this->listValue = $listValue;
971
+	$this->listValue = $listValue;
972 972
   }
973 973
   public function getListValue()
974 974
   {
975
-    return $this->listValue;
975
+	return $this->listValue;
976 976
   }
977 977
   public function setMeaning($meaning)
978 978
   {
979
-    $this->meaning = $meaning;
979
+	$this->meaning = $meaning;
980 980
   }
981 981
   public function getMeaning()
982 982
   {
983
-    return $this->meaning;
983
+	return $this->meaning;
984 984
   }
985 985
   public function setStringValue($stringValue)
986 986
   {
987
-    $this->stringValue = $stringValue;
987
+	$this->stringValue = $stringValue;
988 988
   }
989 989
   public function getStringValue()
990 990
   {
991
-    return $this->stringValue;
991
+	return $this->stringValue;
992 992
   }
993 993
 }
994 994
 
@@ -1003,19 +1003,19 @@  discard block
 block discarded – undo
1003 1003
 
1004 1004
   public function setAggregationFunction($aggregationFunction)
1005 1005
   {
1006
-    $this->aggregationFunction = $aggregationFunction;
1006
+	$this->aggregationFunction = $aggregationFunction;
1007 1007
   }
1008 1008
   public function getAggregationFunction()
1009 1009
   {
1010
-    return $this->aggregationFunction;
1010
+	return $this->aggregationFunction;
1011 1011
   }
1012 1012
   public function setProperty(Google_Service_Datastore_PropertyReference $property)
1013 1013
   {
1014
-    $this->property = $property;
1014
+	$this->property = $property;
1015 1015
   }
1016 1016
   public function getProperty()
1017 1017
   {
1018
-    return $this->property;
1018
+	return $this->property;
1019 1019
   }
1020 1020
 }
1021 1021
 
@@ -1032,27 +1032,27 @@  discard block
 block discarded – undo
1032 1032
 
1033 1033
   public function setOperator($operator)
1034 1034
   {
1035
-    $this->operator = $operator;
1035
+	$this->operator = $operator;
1036 1036
   }
1037 1037
   public function getOperator()
1038 1038
   {
1039
-    return $this->operator;
1039
+	return $this->operator;
1040 1040
   }
1041 1041
   public function setProperty(Google_Service_Datastore_PropertyReference $property)
1042 1042
   {
1043
-    $this->property = $property;
1043
+	$this->property = $property;
1044 1044
   }
1045 1045
   public function getProperty()
1046 1046
   {
1047
-    return $this->property;
1047
+	return $this->property;
1048 1048
   }
1049 1049
   public function setValue(Google_Service_Datastore_Value $value)
1050 1050
   {
1051
-    $this->value = $value;
1051
+	$this->value = $value;
1052 1052
   }
1053 1053
   public function getValue()
1054 1054
   {
1055
-    return $this->value;
1055
+	return $this->value;
1056 1056
   }
1057 1057
 }
1058 1058
 
@@ -1067,19 +1067,19 @@  discard block
 block discarded – undo
1067 1067
 
1068 1068
   public function setDirection($direction)
1069 1069
   {
1070
-    $this->direction = $direction;
1070
+	$this->direction = $direction;
1071 1071
   }
1072 1072
   public function getDirection()
1073 1073
   {
1074
-    return $this->direction;
1074
+	return $this->direction;
1075 1075
   }
1076 1076
   public function setProperty(Google_Service_Datastore_PropertyReference $property)
1077 1077
   {
1078
-    $this->property = $property;
1078
+	$this->property = $property;
1079 1079
   }
1080 1080
   public function getProperty()
1081 1081
   {
1082
-    return $this->property;
1082
+	return $this->property;
1083 1083
   }
1084 1084
 }
1085 1085
 
@@ -1092,11 +1092,11 @@  discard block
 block discarded – undo
1092 1092
 
1093 1093
   public function setName($name)
1094 1094
   {
1095
-    $this->name = $name;
1095
+	$this->name = $name;
1096 1096
   }
1097 1097
   public function getName()
1098 1098
   {
1099
-    return $this->name;
1099
+	return $this->name;
1100 1100
   }
1101 1101
 }
1102 1102
 
@@ -1123,75 +1123,75 @@  discard block
 block discarded – undo
1123 1123
 
1124 1124
   public function setEndCursor($endCursor)
1125 1125
   {
1126
-    $this->endCursor = $endCursor;
1126
+	$this->endCursor = $endCursor;
1127 1127
   }
1128 1128
   public function getEndCursor()
1129 1129
   {
1130
-    return $this->endCursor;
1130
+	return $this->endCursor;
1131 1131
   }
1132 1132
   public function setFilter(Google_Service_Datastore_Filter $filter)
1133 1133
   {
1134
-    $this->filter = $filter;
1134
+	$this->filter = $filter;
1135 1135
   }
1136 1136
   public function getFilter()
1137 1137
   {
1138
-    return $this->filter;
1138
+	return $this->filter;
1139 1139
   }
1140 1140
   public function setGroupBy($groupBy)
1141 1141
   {
1142
-    $this->groupBy = $groupBy;
1142
+	$this->groupBy = $groupBy;
1143 1143
   }
1144 1144
   public function getGroupBy()
1145 1145
   {
1146
-    return $this->groupBy;
1146
+	return $this->groupBy;
1147 1147
   }
1148 1148
   public function setKinds($kinds)
1149 1149
   {
1150
-    $this->kinds = $kinds;
1150
+	$this->kinds = $kinds;
1151 1151
   }
1152 1152
   public function getKinds()
1153 1153
   {
1154
-    return $this->kinds;
1154
+	return $this->kinds;
1155 1155
   }
1156 1156
   public function setLimit($limit)
1157 1157
   {
1158
-    $this->limit = $limit;
1158
+	$this->limit = $limit;
1159 1159
   }
1160 1160
   public function getLimit()
1161 1161
   {
1162
-    return $this->limit;
1162
+	return $this->limit;
1163 1163
   }
1164 1164
   public function setOffset($offset)
1165 1165
   {
1166
-    $this->offset = $offset;
1166
+	$this->offset = $offset;
1167 1167
   }
1168 1168
   public function getOffset()
1169 1169
   {
1170
-    return $this->offset;
1170
+	return $this->offset;
1171 1171
   }
1172 1172
   public function setOrder($order)
1173 1173
   {
1174
-    $this->order = $order;
1174
+	$this->order = $order;
1175 1175
   }
1176 1176
   public function getOrder()
1177 1177
   {
1178
-    return $this->order;
1178
+	return $this->order;
1179 1179
   }
1180 1180
   public function setProjection($projection)
1181 1181
   {
1182
-    $this->projection = $projection;
1182
+	$this->projection = $projection;
1183 1183
   }
1184 1184
   public function getProjection()
1185 1185
   {
1186
-    return $this->projection;
1186
+	return $this->projection;
1187 1187
   }
1188 1188
   public function setStartCursor($startCursor)
1189 1189
   {
1190
-    $this->startCursor = $startCursor;
1190
+	$this->startCursor = $startCursor;
1191 1191
   }
1192 1192
   public function getStartCursor()
1193 1193
   {
1194
-    return $this->startCursor;
1194
+	return $this->startCursor;
1195 1195
   }
1196 1196
 }
1197 1197
 
@@ -1210,43 +1210,43 @@  discard block
 block discarded – undo
1210 1210
 
1211 1211
   public function setEndCursor($endCursor)
1212 1212
   {
1213
-    $this->endCursor = $endCursor;
1213
+	$this->endCursor = $endCursor;
1214 1214
   }
1215 1215
   public function getEndCursor()
1216 1216
   {
1217
-    return $this->endCursor;
1217
+	return $this->endCursor;
1218 1218
   }
1219 1219
   public function setEntityResultType($entityResultType)
1220 1220
   {
1221
-    $this->entityResultType = $entityResultType;
1221
+	$this->entityResultType = $entityResultType;
1222 1222
   }
1223 1223
   public function getEntityResultType()
1224 1224
   {
1225
-    return $this->entityResultType;
1225
+	return $this->entityResultType;
1226 1226
   }
1227 1227
   public function setEntityResults($entityResults)
1228 1228
   {
1229
-    $this->entityResults = $entityResults;
1229
+	$this->entityResults = $entityResults;
1230 1230
   }
1231 1231
   public function getEntityResults()
1232 1232
   {
1233
-    return $this->entityResults;
1233
+	return $this->entityResults;
1234 1234
   }
1235 1235
   public function setMoreResults($moreResults)
1236 1236
   {
1237
-    $this->moreResults = $moreResults;
1237
+	$this->moreResults = $moreResults;
1238 1238
   }
1239 1239
   public function getMoreResults()
1240 1240
   {
1241
-    return $this->moreResults;
1241
+	return $this->moreResults;
1242 1242
   }
1243 1243
   public function setSkippedResults($skippedResults)
1244 1244
   {
1245
-    $this->skippedResults = $skippedResults;
1245
+	$this->skippedResults = $skippedResults;
1246 1246
   }
1247 1247
   public function getSkippedResults()
1248 1248
   {
1249
-    return $this->skippedResults;
1249
+	return $this->skippedResults;
1250 1250
   }
1251 1251
 }
1252 1252
 
@@ -1260,19 +1260,19 @@  discard block
 block discarded – undo
1260 1260
 
1261 1261
   public function setReadConsistency($readConsistency)
1262 1262
   {
1263
-    $this->readConsistency = $readConsistency;
1263
+	$this->readConsistency = $readConsistency;
1264 1264
   }
1265 1265
   public function getReadConsistency()
1266 1266
   {
1267
-    return $this->readConsistency;
1267
+	return $this->readConsistency;
1268 1268
   }
1269 1269
   public function setTransaction($transaction)
1270 1270
   {
1271
-    $this->transaction = $transaction;
1271
+	$this->transaction = $transaction;
1272 1272
   }
1273 1273
   public function getTransaction()
1274 1274
   {
1275
-    return $this->transaction;
1275
+	return $this->transaction;
1276 1276
   }
1277 1277
 }
1278 1278
 
@@ -1285,11 +1285,11 @@  discard block
 block discarded – undo
1285 1285
 
1286 1286
   public function setKind($kind)
1287 1287
   {
1288
-    $this->kind = $kind;
1288
+	$this->kind = $kind;
1289 1289
   }
1290 1290
   public function getKind()
1291 1291
   {
1292
-    return $this->kind;
1292
+	return $this->kind;
1293 1293
   }
1294 1294
 }
1295 1295
 
@@ -1302,11 +1302,11 @@  discard block
 block discarded – undo
1302 1302
 
1303 1303
   public function setTransaction($transaction)
1304 1304
   {
1305
-    $this->transaction = $transaction;
1305
+	$this->transaction = $transaction;
1306 1306
   }
1307 1307
   public function getTransaction()
1308 1308
   {
1309
-    return $this->transaction;
1309
+	return $this->transaction;
1310 1310
   }
1311 1311
 }
1312 1312
 
@@ -1320,11 +1320,11 @@  discard block
 block discarded – undo
1320 1320
 
1321 1321
   public function setHeader(Google_Service_Datastore_ResponseHeader $header)
1322 1322
   {
1323
-    $this->header = $header;
1323
+	$this->header = $header;
1324 1324
   }
1325 1325
   public function getHeader()
1326 1326
   {
1327
-    return $this->header;
1327
+	return $this->header;
1328 1328
   }
1329 1329
 }
1330 1330
 
@@ -1344,35 +1344,35 @@  discard block
 block discarded – undo
1344 1344
 
1345 1345
   public function setGqlQuery(Google_Service_Datastore_GqlQuery $gqlQuery)
1346 1346
   {
1347
-    $this->gqlQuery = $gqlQuery;
1347
+	$this->gqlQuery = $gqlQuery;
1348 1348
   }
1349 1349
   public function getGqlQuery()
1350 1350
   {
1351
-    return $this->gqlQuery;
1351
+	return $this->gqlQuery;
1352 1352
   }
1353 1353
   public function setPartitionId(Google_Service_Datastore_PartitionId $partitionId)
1354 1354
   {
1355
-    $this->partitionId = $partitionId;
1355
+	$this->partitionId = $partitionId;
1356 1356
   }
1357 1357
   public function getPartitionId()
1358 1358
   {
1359
-    return $this->partitionId;
1359
+	return $this->partitionId;
1360 1360
   }
1361 1361
   public function setQuery(Google_Service_Datastore_Query $query)
1362 1362
   {
1363
-    $this->query = $query;
1363
+	$this->query = $query;
1364 1364
   }
1365 1365
   public function getQuery()
1366 1366
   {
1367
-    return $this->query;
1367
+	return $this->query;
1368 1368
   }
1369 1369
   public function setReadOptions(Google_Service_Datastore_ReadOptions $readOptions)
1370 1370
   {
1371
-    $this->readOptions = $readOptions;
1371
+	$this->readOptions = $readOptions;
1372 1372
   }
1373 1373
   public function getReadOptions()
1374 1374
   {
1375
-    return $this->readOptions;
1375
+	return $this->readOptions;
1376 1376
   }
1377 1377
 }
1378 1378
 
@@ -1388,19 +1388,19 @@  discard block
 block discarded – undo
1388 1388
 
1389 1389
   public function setBatch(Google_Service_Datastore_QueryResultBatch $batch)
1390 1390
   {
1391
-    $this->batch = $batch;
1391
+	$this->batch = $batch;
1392 1392
   }
1393 1393
   public function getBatch()
1394 1394
   {
1395
-    return $this->batch;
1395
+	return $this->batch;
1396 1396
   }
1397 1397
   public function setHeader(Google_Service_Datastore_ResponseHeader $header)
1398 1398
   {
1399
-    $this->header = $header;
1399
+	$this->header = $header;
1400 1400
   }
1401 1401
   public function getHeader()
1402 1402
   {
1403
-    return $this->header;
1403
+	return $this->header;
1404 1404
   }
1405 1405
 }
1406 1406
 
@@ -1428,98 +1428,98 @@  discard block
 block discarded – undo
1428 1428
 
1429 1429
   public function setBlobKeyValue($blobKeyValue)
1430 1430
   {
1431
-    $this->blobKeyValue = $blobKeyValue;
1431
+	$this->blobKeyValue = $blobKeyValue;
1432 1432
   }
1433 1433
   public function getBlobKeyValue()
1434 1434
   {
1435
-    return $this->blobKeyValue;
1435
+	return $this->blobKeyValue;
1436 1436
   }
1437 1437
   public function setBlobValue($blobValue)
1438 1438
   {
1439
-    $this->blobValue = $blobValue;
1439
+	$this->blobValue = $blobValue;
1440 1440
   }
1441 1441
   public function getBlobValue()
1442 1442
   {
1443
-    return $this->blobValue;
1443
+	return $this->blobValue;
1444 1444
   }
1445 1445
   public function setBooleanValue($booleanValue)
1446 1446
   {
1447
-    $this->booleanValue = $booleanValue;
1447
+	$this->booleanValue = $booleanValue;
1448 1448
   }
1449 1449
   public function getBooleanValue()
1450 1450
   {
1451
-    return $this->booleanValue;
1451
+	return $this->booleanValue;
1452 1452
   }
1453 1453
   public function setDateTimeValue($dateTimeValue)
1454 1454
   {
1455
-    $this->dateTimeValue = $dateTimeValue;
1455
+	$this->dateTimeValue = $dateTimeValue;
1456 1456
   }
1457 1457
   public function getDateTimeValue()
1458 1458
   {
1459
-    return $this->dateTimeValue;
1459
+	return $this->dateTimeValue;
1460 1460
   }
1461 1461
   public function setDoubleValue($doubleValue)
1462 1462
   {
1463
-    $this->doubleValue = $doubleValue;
1463
+	$this->doubleValue = $doubleValue;
1464 1464
   }
1465 1465
   public function getDoubleValue()
1466 1466
   {
1467
-    return $this->doubleValue;
1467
+	return $this->doubleValue;
1468 1468
   }
1469 1469
   public function setEntityValue(Google_Service_Datastore_Entity $entityValue)
1470 1470
   {
1471
-    $this->entityValue = $entityValue;
1471
+	$this->entityValue = $entityValue;
1472 1472
   }
1473 1473
   public function getEntityValue()
1474 1474
   {
1475
-    return $this->entityValue;
1475
+	return $this->entityValue;
1476 1476
   }
1477 1477
   public function setIndexed($indexed)
1478 1478
   {
1479
-    $this->indexed = $indexed;
1479
+	$this->indexed = $indexed;
1480 1480
   }
1481 1481
   public function getIndexed()
1482 1482
   {
1483
-    return $this->indexed;
1483
+	return $this->indexed;
1484 1484
   }
1485 1485
   public function setIntegerValue($integerValue)
1486 1486
   {
1487
-    $this->integerValue = $integerValue;
1487
+	$this->integerValue = $integerValue;
1488 1488
   }
1489 1489
   public function getIntegerValue()
1490 1490
   {
1491
-    return $this->integerValue;
1491
+	return $this->integerValue;
1492 1492
   }
1493 1493
   public function setKeyValue(Google_Service_Datastore_Key $keyValue)
1494 1494
   {
1495
-    $this->keyValue = $keyValue;
1495
+	$this->keyValue = $keyValue;
1496 1496
   }
1497 1497
   public function getKeyValue()
1498 1498
   {
1499
-    return $this->keyValue;
1499
+	return $this->keyValue;
1500 1500
   }
1501 1501
   public function setListValue($listValue)
1502 1502
   {
1503
-    $this->listValue = $listValue;
1503
+	$this->listValue = $listValue;
1504 1504
   }
1505 1505
   public function getListValue()
1506 1506
   {
1507
-    return $this->listValue;
1507
+	return $this->listValue;
1508 1508
   }
1509 1509
   public function setMeaning($meaning)
1510 1510
   {
1511
-    $this->meaning = $meaning;
1511
+	$this->meaning = $meaning;
1512 1512
   }
1513 1513
   public function getMeaning()
1514 1514
   {
1515
-    return $this->meaning;
1515
+	return $this->meaning;
1516 1516
   }
1517 1517
   public function setStringValue($stringValue)
1518 1518
   {
1519
-    $this->stringValue = $stringValue;
1519
+	$this->stringValue = $stringValue;
1520 1520
   }
1521 1521
   public function getStringValue()
1522 1522
   {
1523
-    return $this->stringValue;
1523
+	return $this->stringValue;
1524 1524
   }
1525 1525
 }
Please login to merge, or discard this patch.
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
                   'required' => true,
73 73
                 ),
74 74
               ),
75
-            ),'beginTransaction' => array(
75
+            ), 'beginTransaction' => array(
76 76
               'path' => '{datasetId}/beginTransaction',
77 77
               'httpMethod' => 'POST',
78 78
               'parameters' => array(
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
                   'required' => true,
83 83
                 ),
84 84
               ),
85
-            ),'commit' => array(
85
+            ), 'commit' => array(
86 86
               'path' => '{datasetId}/commit',
87 87
               'httpMethod' => 'POST',
88 88
               'parameters' => array(
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
                   'required' => true,
93 93
                 ),
94 94
               ),
95
-            ),'lookup' => array(
95
+            ), 'lookup' => array(
96 96
               'path' => '{datasetId}/lookup',
97 97
               'httpMethod' => 'POST',
98 98
               'parameters' => array(
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
                   'required' => true,
103 103
                 ),
104 104
               ),
105
-            ),'rollback' => array(
105
+            ), 'rollback' => array(
106 106
               'path' => '{datasetId}/rollback',
107 107
               'httpMethod' => 'POST',
108 108
               'parameters' => array(
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
                   'required' => true,
113 113
                 ),
114 114
               ),
115
-            ),'runQuery' => array(
115
+            ), 'runQuery' => array(
116 116
               'path' => '{datasetId}/runQuery',
117 117
               'httpMethod' => 'POST',
118 118
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/DeploymentManager.php 3 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -431,7 +431,7 @@  discard block
 block discarded – undo
431 431
    * manifest. (deployments.insert)
432 432
    *
433 433
    * @param string $project The project ID for this request.
434
-   * @param Google_Deployment $postBody
434
+   * @param Google_Service_DeploymentManager_Deployment $postBody
435 435
    * @param array $optParams Optional parameters.
436 436
    * @return Google_Service_DeploymentManager_Operation
437 437
    */
@@ -467,7 +467,7 @@  discard block
 block discarded – undo
467 467
    *
468 468
    * @param string $project The project ID for this request.
469 469
    * @param string $deployment The name of the deployment for this request.
470
-   * @param Google_Deployment $postBody
470
+   * @param Google_Service_DeploymentManager_Deployment $postBody
471 471
    * @param array $optParams Optional parameters.
472 472
    *
473 473
    * @opt_param string deletePolicy Sets the policy to use for deleting resources.
@@ -489,7 +489,7 @@  discard block
 block discarded – undo
489 489
    *
490 490
    * @param string $project The project ID for this request.
491 491
    * @param string $deployment The name of the deployment for this request.
492
-   * @param Google_Deployment $postBody
492
+   * @param Google_Service_DeploymentManager_Deployment $postBody
493 493
    * @param array $optParams Optional parameters.
494 494
    *
495 495
    * @opt_param string deletePolicy Sets the policy to use for deleting resources.
Please login to merge, or discard this patch.
Indentation   +533 added lines, -533 removed lines patch added patch discarded remove patch
@@ -33,13 +33,13 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** View and manage your data across Google Cloud Platform services. */
35 35
   const CLOUD_PLATFORM =
36
-      "https://www.googleapis.com/auth/cloud-platform";
36
+	  "https://www.googleapis.com/auth/cloud-platform";
37 37
   /** View and manage your Google Cloud Platform management resources and deployment status information. */
38 38
   const NDEV_CLOUDMAN =
39
-      "https://www.googleapis.com/auth/ndev.cloudman";
39
+	  "https://www.googleapis.com/auth/ndev.cloudman";
40 40
   /** View your Google Cloud Platform management resources and deployment status information. */
41 41
   const NDEV_CLOUDMAN_READONLY =
42
-      "https://www.googleapis.com/auth/ndev.cloudman.readonly";
42
+	  "https://www.googleapis.com/auth/ndev.cloudman.readonly";
43 43
 
44 44
   public $deployments;
45 45
   public $manifests;
@@ -55,331 +55,331 @@  discard block
 block discarded – undo
55 55
    */
56 56
   public function __construct(Google_Client $client)
57 57
   {
58
-    parent::__construct($client);
59
-    $this->rootUrl = 'https://www.googleapis.com/';
60
-    $this->servicePath = 'deploymentmanager/v2beta2/projects/';
61
-    $this->version = 'v2beta2';
62
-    $this->serviceName = 'deploymentmanager';
63
-
64
-    $this->deployments = new Google_Service_DeploymentManager_Deployments_Resource(
65
-        $this,
66
-        $this->serviceName,
67
-        'deployments',
68
-        array(
69
-          'methods' => array(
70
-            'delete' => array(
71
-              'path' => '{project}/global/deployments/{deployment}',
72
-              'httpMethod' => 'DELETE',
73
-              'parameters' => array(
74
-                'project' => array(
75
-                  'location' => 'path',
76
-                  'type' => 'string',
77
-                  'required' => true,
78
-                ),
79
-                'deployment' => array(
80
-                  'location' => 'path',
81
-                  'type' => 'string',
82
-                  'required' => true,
83
-                ),
84
-              ),
85
-            ),'get' => array(
86
-              'path' => '{project}/global/deployments/{deployment}',
87
-              'httpMethod' => 'GET',
88
-              'parameters' => array(
89
-                'project' => array(
90
-                  'location' => 'path',
91
-                  'type' => 'string',
92
-                  'required' => true,
93
-                ),
94
-                'deployment' => array(
95
-                  'location' => 'path',
96
-                  'type' => 'string',
97
-                  'required' => true,
98
-                ),
99
-              ),
100
-            ),'insert' => array(
101
-              'path' => '{project}/global/deployments',
102
-              'httpMethod' => 'POST',
103
-              'parameters' => array(
104
-                'project' => array(
105
-                  'location' => 'path',
106
-                  'type' => 'string',
107
-                  'required' => true,
108
-                ),
109
-              ),
110
-            ),'list' => array(
111
-              'path' => '{project}/global/deployments',
112
-              'httpMethod' => 'GET',
113
-              'parameters' => array(
114
-                'project' => array(
115
-                  'location' => 'path',
116
-                  'type' => 'string',
117
-                  'required' => true,
118
-                ),
119
-                'filter' => array(
120
-                  'location' => 'query',
121
-                  'type' => 'string',
122
-                ),
123
-                'pageToken' => array(
124
-                  'location' => 'query',
125
-                  'type' => 'string',
126
-                ),
127
-                'maxResults' => array(
128
-                  'location' => 'query',
129
-                  'type' => 'integer',
130
-                ),
131
-              ),
132
-            ),'patch' => array(
133
-              'path' => '{project}/global/deployments/{deployment}',
134
-              'httpMethod' => 'PATCH',
135
-              'parameters' => array(
136
-                'project' => array(
137
-                  'location' => 'path',
138
-                  'type' => 'string',
139
-                  'required' => true,
140
-                ),
141
-                'deployment' => array(
142
-                  'location' => 'path',
143
-                  'type' => 'string',
144
-                  'required' => true,
145
-                ),
146
-                'deletePolicy' => array(
147
-                  'location' => 'query',
148
-                  'type' => 'string',
149
-                ),
150
-                'updatePolicy' => array(
151
-                  'location' => 'query',
152
-                  'type' => 'string',
153
-                ),
154
-                'createPolicy' => array(
155
-                  'location' => 'query',
156
-                  'type' => 'string',
157
-                ),
158
-              ),
159
-            ),'update' => array(
160
-              'path' => '{project}/global/deployments/{deployment}',
161
-              'httpMethod' => 'PUT',
162
-              'parameters' => array(
163
-                'project' => array(
164
-                  'location' => 'path',
165
-                  'type' => 'string',
166
-                  'required' => true,
167
-                ),
168
-                'deployment' => array(
169
-                  'location' => 'path',
170
-                  'type' => 'string',
171
-                  'required' => true,
172
-                ),
173
-                'deletePolicy' => array(
174
-                  'location' => 'query',
175
-                  'type' => 'string',
176
-                ),
177
-                'updatePolicy' => array(
178
-                  'location' => 'query',
179
-                  'type' => 'string',
180
-                ),
181
-                'createPolicy' => array(
182
-                  'location' => 'query',
183
-                  'type' => 'string',
184
-                ),
185
-              ),
186
-            ),
187
-          )
188
-        )
189
-    );
190
-    $this->manifests = new Google_Service_DeploymentManager_Manifests_Resource(
191
-        $this,
192
-        $this->serviceName,
193
-        'manifests',
194
-        array(
195
-          'methods' => array(
196
-            'get' => array(
197
-              'path' => '{project}/global/deployments/{deployment}/manifests/{manifest}',
198
-              'httpMethod' => 'GET',
199
-              'parameters' => array(
200
-                'project' => array(
201
-                  'location' => 'path',
202
-                  'type' => 'string',
203
-                  'required' => true,
204
-                ),
205
-                'deployment' => array(
206
-                  'location' => 'path',
207
-                  'type' => 'string',
208
-                  'required' => true,
209
-                ),
210
-                'manifest' => array(
211
-                  'location' => 'path',
212
-                  'type' => 'string',
213
-                  'required' => true,
214
-                ),
215
-              ),
216
-            ),'list' => array(
217
-              'path' => '{project}/global/deployments/{deployment}/manifests',
218
-              'httpMethod' => 'GET',
219
-              'parameters' => array(
220
-                'project' => array(
221
-                  'location' => 'path',
222
-                  'type' => 'string',
223
-                  'required' => true,
224
-                ),
225
-                'deployment' => array(
226
-                  'location' => 'path',
227
-                  'type' => 'string',
228
-                  'required' => true,
229
-                ),
230
-                'filter' => array(
231
-                  'location' => 'query',
232
-                  'type' => 'string',
233
-                ),
234
-                'pageToken' => array(
235
-                  'location' => 'query',
236
-                  'type' => 'string',
237
-                ),
238
-                'maxResults' => array(
239
-                  'location' => 'query',
240
-                  'type' => 'integer',
241
-                ),
242
-              ),
243
-            ),
244
-          )
245
-        )
246
-    );
247
-    $this->operations = new Google_Service_DeploymentManager_Operations_Resource(
248
-        $this,
249
-        $this->serviceName,
250
-        'operations',
251
-        array(
252
-          'methods' => array(
253
-            'get' => array(
254
-              'path' => '{project}/global/operations/{operation}',
255
-              'httpMethod' => 'GET',
256
-              'parameters' => array(
257
-                'project' => array(
258
-                  'location' => 'path',
259
-                  'type' => 'string',
260
-                  'required' => true,
261
-                ),
262
-                'operation' => array(
263
-                  'location' => 'path',
264
-                  'type' => 'string',
265
-                  'required' => true,
266
-                ),
267
-              ),
268
-            ),'list' => array(
269
-              'path' => '{project}/global/operations',
270
-              'httpMethod' => 'GET',
271
-              'parameters' => array(
272
-                'project' => array(
273
-                  'location' => 'path',
274
-                  'type' => 'string',
275
-                  'required' => true,
276
-                ),
277
-                'filter' => array(
278
-                  'location' => 'query',
279
-                  'type' => 'string',
280
-                ),
281
-                'pageToken' => array(
282
-                  'location' => 'query',
283
-                  'type' => 'string',
284
-                ),
285
-                'maxResults' => array(
286
-                  'location' => 'query',
287
-                  'type' => 'integer',
288
-                ),
289
-              ),
290
-            ),
291
-          )
292
-        )
293
-    );
294
-    $this->resources = new Google_Service_DeploymentManager_Resources_Resource(
295
-        $this,
296
-        $this->serviceName,
297
-        'resources',
298
-        array(
299
-          'methods' => array(
300
-            'get' => array(
301
-              'path' => '{project}/global/deployments/{deployment}/resources/{resource}',
302
-              'httpMethod' => 'GET',
303
-              'parameters' => array(
304
-                'project' => array(
305
-                  'location' => 'path',
306
-                  'type' => 'string',
307
-                  'required' => true,
308
-                ),
309
-                'deployment' => array(
310
-                  'location' => 'path',
311
-                  'type' => 'string',
312
-                  'required' => true,
313
-                ),
314
-                'resource' => array(
315
-                  'location' => 'path',
316
-                  'type' => 'string',
317
-                  'required' => true,
318
-                ),
319
-              ),
320
-            ),'list' => array(
321
-              'path' => '{project}/global/deployments/{deployment}/resources',
322
-              'httpMethod' => 'GET',
323
-              'parameters' => array(
324
-                'project' => array(
325
-                  'location' => 'path',
326
-                  'type' => 'string',
327
-                  'required' => true,
328
-                ),
329
-                'deployment' => array(
330
-                  'location' => 'path',
331
-                  'type' => 'string',
332
-                  'required' => true,
333
-                ),
334
-                'filter' => array(
335
-                  'location' => 'query',
336
-                  'type' => 'string',
337
-                ),
338
-                'pageToken' => array(
339
-                  'location' => 'query',
340
-                  'type' => 'string',
341
-                ),
342
-                'maxResults' => array(
343
-                  'location' => 'query',
344
-                  'type' => 'integer',
345
-                ),
346
-              ),
347
-            ),
348
-          )
349
-        )
350
-    );
351
-    $this->types = new Google_Service_DeploymentManager_Types_Resource(
352
-        $this,
353
-        $this->serviceName,
354
-        'types',
355
-        array(
356
-          'methods' => array(
357
-            'list' => array(
358
-              'path' => '{project}/global/types',
359
-              'httpMethod' => 'GET',
360
-              'parameters' => array(
361
-                'project' => array(
362
-                  'location' => 'path',
363
-                  'type' => 'string',
364
-                  'required' => true,
365
-                ),
366
-                'filter' => array(
367
-                  'location' => 'query',
368
-                  'type' => 'string',
369
-                ),
370
-                'pageToken' => array(
371
-                  'location' => 'query',
372
-                  'type' => 'string',
373
-                ),
374
-                'maxResults' => array(
375
-                  'location' => 'query',
376
-                  'type' => 'integer',
377
-                ),
378
-              ),
379
-            ),
380
-          )
381
-        )
382
-    );
58
+	parent::__construct($client);
59
+	$this->rootUrl = 'https://www.googleapis.com/';
60
+	$this->servicePath = 'deploymentmanager/v2beta2/projects/';
61
+	$this->version = 'v2beta2';
62
+	$this->serviceName = 'deploymentmanager';
63
+
64
+	$this->deployments = new Google_Service_DeploymentManager_Deployments_Resource(
65
+		$this,
66
+		$this->serviceName,
67
+		'deployments',
68
+		array(
69
+		  'methods' => array(
70
+			'delete' => array(
71
+			  'path' => '{project}/global/deployments/{deployment}',
72
+			  'httpMethod' => 'DELETE',
73
+			  'parameters' => array(
74
+				'project' => array(
75
+				  'location' => 'path',
76
+				  'type' => 'string',
77
+				  'required' => true,
78
+				),
79
+				'deployment' => array(
80
+				  'location' => 'path',
81
+				  'type' => 'string',
82
+				  'required' => true,
83
+				),
84
+			  ),
85
+			),'get' => array(
86
+			  'path' => '{project}/global/deployments/{deployment}',
87
+			  'httpMethod' => 'GET',
88
+			  'parameters' => array(
89
+				'project' => array(
90
+				  'location' => 'path',
91
+				  'type' => 'string',
92
+				  'required' => true,
93
+				),
94
+				'deployment' => array(
95
+				  'location' => 'path',
96
+				  'type' => 'string',
97
+				  'required' => true,
98
+				),
99
+			  ),
100
+			),'insert' => array(
101
+			  'path' => '{project}/global/deployments',
102
+			  'httpMethod' => 'POST',
103
+			  'parameters' => array(
104
+				'project' => array(
105
+				  'location' => 'path',
106
+				  'type' => 'string',
107
+				  'required' => true,
108
+				),
109
+			  ),
110
+			),'list' => array(
111
+			  'path' => '{project}/global/deployments',
112
+			  'httpMethod' => 'GET',
113
+			  'parameters' => array(
114
+				'project' => array(
115
+				  'location' => 'path',
116
+				  'type' => 'string',
117
+				  'required' => true,
118
+				),
119
+				'filter' => array(
120
+				  'location' => 'query',
121
+				  'type' => 'string',
122
+				),
123
+				'pageToken' => array(
124
+				  'location' => 'query',
125
+				  'type' => 'string',
126
+				),
127
+				'maxResults' => array(
128
+				  'location' => 'query',
129
+				  'type' => 'integer',
130
+				),
131
+			  ),
132
+			),'patch' => array(
133
+			  'path' => '{project}/global/deployments/{deployment}',
134
+			  'httpMethod' => 'PATCH',
135
+			  'parameters' => array(
136
+				'project' => array(
137
+				  'location' => 'path',
138
+				  'type' => 'string',
139
+				  'required' => true,
140
+				),
141
+				'deployment' => array(
142
+				  'location' => 'path',
143
+				  'type' => 'string',
144
+				  'required' => true,
145
+				),
146
+				'deletePolicy' => array(
147
+				  'location' => 'query',
148
+				  'type' => 'string',
149
+				),
150
+				'updatePolicy' => array(
151
+				  'location' => 'query',
152
+				  'type' => 'string',
153
+				),
154
+				'createPolicy' => array(
155
+				  'location' => 'query',
156
+				  'type' => 'string',
157
+				),
158
+			  ),
159
+			),'update' => array(
160
+			  'path' => '{project}/global/deployments/{deployment}',
161
+			  'httpMethod' => 'PUT',
162
+			  'parameters' => array(
163
+				'project' => array(
164
+				  'location' => 'path',
165
+				  'type' => 'string',
166
+				  'required' => true,
167
+				),
168
+				'deployment' => array(
169
+				  'location' => 'path',
170
+				  'type' => 'string',
171
+				  'required' => true,
172
+				),
173
+				'deletePolicy' => array(
174
+				  'location' => 'query',
175
+				  'type' => 'string',
176
+				),
177
+				'updatePolicy' => array(
178
+				  'location' => 'query',
179
+				  'type' => 'string',
180
+				),
181
+				'createPolicy' => array(
182
+				  'location' => 'query',
183
+				  'type' => 'string',
184
+				),
185
+			  ),
186
+			),
187
+		  )
188
+		)
189
+	);
190
+	$this->manifests = new Google_Service_DeploymentManager_Manifests_Resource(
191
+		$this,
192
+		$this->serviceName,
193
+		'manifests',
194
+		array(
195
+		  'methods' => array(
196
+			'get' => array(
197
+			  'path' => '{project}/global/deployments/{deployment}/manifests/{manifest}',
198
+			  'httpMethod' => 'GET',
199
+			  'parameters' => array(
200
+				'project' => array(
201
+				  'location' => 'path',
202
+				  'type' => 'string',
203
+				  'required' => true,
204
+				),
205
+				'deployment' => array(
206
+				  'location' => 'path',
207
+				  'type' => 'string',
208
+				  'required' => true,
209
+				),
210
+				'manifest' => array(
211
+				  'location' => 'path',
212
+				  'type' => 'string',
213
+				  'required' => true,
214
+				),
215
+			  ),
216
+			),'list' => array(
217
+			  'path' => '{project}/global/deployments/{deployment}/manifests',
218
+			  'httpMethod' => 'GET',
219
+			  'parameters' => array(
220
+				'project' => array(
221
+				  'location' => 'path',
222
+				  'type' => 'string',
223
+				  'required' => true,
224
+				),
225
+				'deployment' => array(
226
+				  'location' => 'path',
227
+				  'type' => 'string',
228
+				  'required' => true,
229
+				),
230
+				'filter' => array(
231
+				  'location' => 'query',
232
+				  'type' => 'string',
233
+				),
234
+				'pageToken' => array(
235
+				  'location' => 'query',
236
+				  'type' => 'string',
237
+				),
238
+				'maxResults' => array(
239
+				  'location' => 'query',
240
+				  'type' => 'integer',
241
+				),
242
+			  ),
243
+			),
244
+		  )
245
+		)
246
+	);
247
+	$this->operations = new Google_Service_DeploymentManager_Operations_Resource(
248
+		$this,
249
+		$this->serviceName,
250
+		'operations',
251
+		array(
252
+		  'methods' => array(
253
+			'get' => array(
254
+			  'path' => '{project}/global/operations/{operation}',
255
+			  'httpMethod' => 'GET',
256
+			  'parameters' => array(
257
+				'project' => array(
258
+				  'location' => 'path',
259
+				  'type' => 'string',
260
+				  'required' => true,
261
+				),
262
+				'operation' => array(
263
+				  'location' => 'path',
264
+				  'type' => 'string',
265
+				  'required' => true,
266
+				),
267
+			  ),
268
+			),'list' => array(
269
+			  'path' => '{project}/global/operations',
270
+			  'httpMethod' => 'GET',
271
+			  'parameters' => array(
272
+				'project' => array(
273
+				  'location' => 'path',
274
+				  'type' => 'string',
275
+				  'required' => true,
276
+				),
277
+				'filter' => array(
278
+				  'location' => 'query',
279
+				  'type' => 'string',
280
+				),
281
+				'pageToken' => array(
282
+				  'location' => 'query',
283
+				  'type' => 'string',
284
+				),
285
+				'maxResults' => array(
286
+				  'location' => 'query',
287
+				  'type' => 'integer',
288
+				),
289
+			  ),
290
+			),
291
+		  )
292
+		)
293
+	);
294
+	$this->resources = new Google_Service_DeploymentManager_Resources_Resource(
295
+		$this,
296
+		$this->serviceName,
297
+		'resources',
298
+		array(
299
+		  'methods' => array(
300
+			'get' => array(
301
+			  'path' => '{project}/global/deployments/{deployment}/resources/{resource}',
302
+			  'httpMethod' => 'GET',
303
+			  'parameters' => array(
304
+				'project' => array(
305
+				  'location' => 'path',
306
+				  'type' => 'string',
307
+				  'required' => true,
308
+				),
309
+				'deployment' => array(
310
+				  'location' => 'path',
311
+				  'type' => 'string',
312
+				  'required' => true,
313
+				),
314
+				'resource' => array(
315
+				  'location' => 'path',
316
+				  'type' => 'string',
317
+				  'required' => true,
318
+				),
319
+			  ),
320
+			),'list' => array(
321
+			  'path' => '{project}/global/deployments/{deployment}/resources',
322
+			  'httpMethod' => 'GET',
323
+			  'parameters' => array(
324
+				'project' => array(
325
+				  'location' => 'path',
326
+				  'type' => 'string',
327
+				  'required' => true,
328
+				),
329
+				'deployment' => array(
330
+				  'location' => 'path',
331
+				  'type' => 'string',
332
+				  'required' => true,
333
+				),
334
+				'filter' => array(
335
+				  'location' => 'query',
336
+				  'type' => 'string',
337
+				),
338
+				'pageToken' => array(
339
+				  'location' => 'query',
340
+				  'type' => 'string',
341
+				),
342
+				'maxResults' => array(
343
+				  'location' => 'query',
344
+				  'type' => 'integer',
345
+				),
346
+			  ),
347
+			),
348
+		  )
349
+		)
350
+	);
351
+	$this->types = new Google_Service_DeploymentManager_Types_Resource(
352
+		$this,
353
+		$this->serviceName,
354
+		'types',
355
+		array(
356
+		  'methods' => array(
357
+			'list' => array(
358
+			  'path' => '{project}/global/types',
359
+			  'httpMethod' => 'GET',
360
+			  'parameters' => array(
361
+				'project' => array(
362
+				  'location' => 'path',
363
+				  'type' => 'string',
364
+				  'required' => true,
365
+				),
366
+				'filter' => array(
367
+				  'location' => 'query',
368
+				  'type' => 'string',
369
+				),
370
+				'pageToken' => array(
371
+				  'location' => 'query',
372
+				  'type' => 'string',
373
+				),
374
+				'maxResults' => array(
375
+				  'location' => 'query',
376
+				  'type' => 'integer',
377
+				),
378
+			  ),
379
+			),
380
+		  )
381
+		)
382
+	);
383 383
   }
384 384
 }
385 385
 
@@ -406,9 +406,9 @@  discard block
 block discarded – undo
406 406
    */
407 407
   public function delete($project, $deployment, $optParams = array())
408 408
   {
409
-    $params = array('project' => $project, 'deployment' => $deployment);
410
-    $params = array_merge($params, $optParams);
411
-    return $this->call('delete', array($params), "Google_Service_DeploymentManager_Operation");
409
+	$params = array('project' => $project, 'deployment' => $deployment);
410
+	$params = array_merge($params, $optParams);
411
+	return $this->call('delete', array($params), "Google_Service_DeploymentManager_Operation");
412 412
   }
413 413
 
414 414
   /**
@@ -421,9 +421,9 @@  discard block
 block discarded – undo
421 421
    */
422 422
   public function get($project, $deployment, $optParams = array())
423 423
   {
424
-    $params = array('project' => $project, 'deployment' => $deployment);
425
-    $params = array_merge($params, $optParams);
426
-    return $this->call('get', array($params), "Google_Service_DeploymentManager_Deployment");
424
+	$params = array('project' => $project, 'deployment' => $deployment);
425
+	$params = array_merge($params, $optParams);
426
+	return $this->call('get', array($params), "Google_Service_DeploymentManager_Deployment");
427 427
   }
428 428
 
429 429
   /**
@@ -437,9 +437,9 @@  discard block
 block discarded – undo
437 437
    */
438 438
   public function insert($project, Google_Service_DeploymentManager_Deployment $postBody, $optParams = array())
439 439
   {
440
-    $params = array('project' => $project, 'postBody' => $postBody);
441
-    $params = array_merge($params, $optParams);
442
-    return $this->call('insert', array($params), "Google_Service_DeploymentManager_Operation");
440
+	$params = array('project' => $project, 'postBody' => $postBody);
441
+	$params = array_merge($params, $optParams);
442
+	return $this->call('insert', array($params), "Google_Service_DeploymentManager_Operation");
443 443
   }
444 444
 
445 445
   /**
@@ -456,9 +456,9 @@  discard block
 block discarded – undo
456 456
    */
457 457
   public function listDeployments($project, $optParams = array())
458 458
   {
459
-    $params = array('project' => $project);
460
-    $params = array_merge($params, $optParams);
461
-    return $this->call('list', array($params), "Google_Service_DeploymentManager_DeploymentsListResponse");
459
+	$params = array('project' => $project);
460
+	$params = array_merge($params, $optParams);
461
+	return $this->call('list', array($params), "Google_Service_DeploymentManager_DeploymentsListResponse");
462 462
   }
463 463
 
464 464
   /**
@@ -478,9 +478,9 @@  discard block
 block discarded – undo
478 478
    */
479 479
   public function patch($project, $deployment, Google_Service_DeploymentManager_Deployment $postBody, $optParams = array())
480 480
   {
481
-    $params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody);
482
-    $params = array_merge($params, $optParams);
483
-    return $this->call('patch', array($params), "Google_Service_DeploymentManager_Operation");
481
+	$params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody);
482
+	$params = array_merge($params, $optParams);
483
+	return $this->call('patch', array($params), "Google_Service_DeploymentManager_Operation");
484 484
   }
485 485
 
486 486
   /**
@@ -500,9 +500,9 @@  discard block
 block discarded – undo
500 500
    */
501 501
   public function update($project, $deployment, Google_Service_DeploymentManager_Deployment $postBody, $optParams = array())
502 502
   {
503
-    $params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody);
504
-    $params = array_merge($params, $optParams);
505
-    return $this->call('update', array($params), "Google_Service_DeploymentManager_Operation");
503
+	$params = array('project' => $project, 'deployment' => $deployment, 'postBody' => $postBody);
504
+	$params = array_merge($params, $optParams);
505
+	return $this->call('update', array($params), "Google_Service_DeploymentManager_Operation");
506 506
   }
507 507
 }
508 508
 
@@ -528,9 +528,9 @@  discard block
 block discarded – undo
528 528
    */
529 529
   public function get($project, $deployment, $manifest, $optParams = array())
530 530
   {
531
-    $params = array('project' => $project, 'deployment' => $deployment, 'manifest' => $manifest);
532
-    $params = array_merge($params, $optParams);
533
-    return $this->call('get', array($params), "Google_Service_DeploymentManager_Manifest");
531
+	$params = array('project' => $project, 'deployment' => $deployment, 'manifest' => $manifest);
532
+	$params = array_merge($params, $optParams);
533
+	return $this->call('get', array($params), "Google_Service_DeploymentManager_Manifest");
534 534
   }
535 535
 
536 536
   /**
@@ -548,9 +548,9 @@  discard block
 block discarded – undo
548 548
    */
549 549
   public function listManifests($project, $deployment, $optParams = array())
550 550
   {
551
-    $params = array('project' => $project, 'deployment' => $deployment);
552
-    $params = array_merge($params, $optParams);
553
-    return $this->call('list', array($params), "Google_Service_DeploymentManager_ManifestsListResponse");
551
+	$params = array('project' => $project, 'deployment' => $deployment);
552
+	$params = array_merge($params, $optParams);
553
+	return $this->call('list', array($params), "Google_Service_DeploymentManager_ManifestsListResponse");
554 554
   }
555 555
 }
556 556
 
@@ -575,9 +575,9 @@  discard block
 block discarded – undo
575 575
    */
576 576
   public function get($project, $operation, $optParams = array())
577 577
   {
578
-    $params = array('project' => $project, 'operation' => $operation);
579
-    $params = array_merge($params, $optParams);
580
-    return $this->call('get', array($params), "Google_Service_DeploymentManager_Operation");
578
+	$params = array('project' => $project, 'operation' => $operation);
579
+	$params = array_merge($params, $optParams);
580
+	return $this->call('get', array($params), "Google_Service_DeploymentManager_Operation");
581 581
   }
582 582
 
583 583
   /**
@@ -594,9 +594,9 @@  discard block
 block discarded – undo
594 594
    */
595 595
   public function listOperations($project, $optParams = array())
596 596
   {
597
-    $params = array('project' => $project);
598
-    $params = array_merge($params, $optParams);
599
-    return $this->call('list', array($params), "Google_Service_DeploymentManager_OperationsListResponse");
597
+	$params = array('project' => $project);
598
+	$params = array_merge($params, $optParams);
599
+	return $this->call('list', array($params), "Google_Service_DeploymentManager_OperationsListResponse");
600 600
   }
601 601
 }
602 602
 
@@ -622,9 +622,9 @@  discard block
 block discarded – undo
622 622
    */
623 623
   public function get($project, $deployment, $resource, $optParams = array())
624 624
   {
625
-    $params = array('project' => $project, 'deployment' => $deployment, 'resource' => $resource);
626
-    $params = array_merge($params, $optParams);
627
-    return $this->call('get', array($params), "Google_Service_DeploymentManager_DeploymentmanagerResource");
625
+	$params = array('project' => $project, 'deployment' => $deployment, 'resource' => $resource);
626
+	$params = array_merge($params, $optParams);
627
+	return $this->call('get', array($params), "Google_Service_DeploymentManager_DeploymentmanagerResource");
628 628
   }
629 629
 
630 630
   /**
@@ -642,9 +642,9 @@  discard block
 block discarded – undo
642 642
    */
643 643
   public function listResources($project, $deployment, $optParams = array())
644 644
   {
645
-    $params = array('project' => $project, 'deployment' => $deployment);
646
-    $params = array_merge($params, $optParams);
647
-    return $this->call('list', array($params), "Google_Service_DeploymentManager_ResourcesListResponse");
645
+	$params = array('project' => $project, 'deployment' => $deployment);
646
+	$params = array_merge($params, $optParams);
647
+	return $this->call('list', array($params), "Google_Service_DeploymentManager_ResourcesListResponse");
648 648
   }
649 649
 }
650 650
 
@@ -673,9 +673,9 @@  discard block
 block discarded – undo
673 673
    */
674 674
   public function listTypes($project, $optParams = array())
675 675
   {
676
-    $params = array('project' => $project);
677
-    $params = array_merge($params, $optParams);
678
-    return $this->call('list', array($params), "Google_Service_DeploymentManager_TypesListResponse");
676
+	$params = array('project' => $project);
677
+	$params = array_merge($params, $optParams);
678
+	return $this->call('list', array($params), "Google_Service_DeploymentManager_TypesListResponse");
679 679
   }
680 680
 }
681 681
 
@@ -703,91 +703,91 @@  discard block
 block discarded – undo
703 703
 
704 704
   public function setDescription($description)
705 705
   {
706
-    $this->description = $description;
706
+	$this->description = $description;
707 707
   }
708 708
   public function getDescription()
709 709
   {
710
-    return $this->description;
710
+	return $this->description;
711 711
   }
712 712
   public function setFingerprint($fingerprint)
713 713
   {
714
-    $this->fingerprint = $fingerprint;
714
+	$this->fingerprint = $fingerprint;
715 715
   }
716 716
   public function getFingerprint()
717 717
   {
718
-    return $this->fingerprint;
718
+	return $this->fingerprint;
719 719
   }
720 720
   public function setId($id)
721 721
   {
722
-    $this->id = $id;
722
+	$this->id = $id;
723 723
   }
724 724
   public function getId()
725 725
   {
726
-    return $this->id;
726
+	return $this->id;
727 727
   }
728 728
   public function setInsertTime($insertTime)
729 729
   {
730
-    $this->insertTime = $insertTime;
730
+	$this->insertTime = $insertTime;
731 731
   }
732 732
   public function getInsertTime()
733 733
   {
734
-    return $this->insertTime;
734
+	return $this->insertTime;
735 735
   }
736 736
   public function setIntent($intent)
737 737
   {
738
-    $this->intent = $intent;
738
+	$this->intent = $intent;
739 739
   }
740 740
   public function getIntent()
741 741
   {
742
-    return $this->intent;
742
+	return $this->intent;
743 743
   }
744 744
   public function setManifest($manifest)
745 745
   {
746
-    $this->manifest = $manifest;
746
+	$this->manifest = $manifest;
747 747
   }
748 748
   public function getManifest()
749 749
   {
750
-    return $this->manifest;
750
+	return $this->manifest;
751 751
   }
752 752
   public function setName($name)
753 753
   {
754
-    $this->name = $name;
754
+	$this->name = $name;
755 755
   }
756 756
   public function getName()
757 757
   {
758
-    return $this->name;
758
+	return $this->name;
759 759
   }
760 760
   public function setState($state)
761 761
   {
762
-    $this->state = $state;
762
+	$this->state = $state;
763 763
   }
764 764
   public function getState()
765 765
   {
766
-    return $this->state;
766
+	return $this->state;
767 767
   }
768 768
   public function setTarget(Google_Service_DeploymentManager_TargetConfiguration $target)
769 769
   {
770
-    $this->target = $target;
770
+	$this->target = $target;
771 771
   }
772 772
   public function getTarget()
773 773
   {
774
-    return $this->target;
774
+	return $this->target;
775 775
   }
776 776
   public function setUpdate(Google_Service_DeploymentManager_DeploymentUpdate $update)
777 777
   {
778
-    $this->update = $update;
778
+	$this->update = $update;
779 779
   }
780 780
   public function getUpdate()
781 781
   {
782
-    return $this->update;
782
+	return $this->update;
783 783
   }
784 784
   public function setUpdateTime($updateTime)
785 785
   {
786
-    $this->updateTime = $updateTime;
786
+	$this->updateTime = $updateTime;
787 787
   }
788 788
   public function getUpdateTime()
789 789
   {
790
-    return $this->updateTime;
790
+	return $this->updateTime;
791 791
   }
792 792
 }
793 793
 
@@ -802,19 +802,19 @@  discard block
 block discarded – undo
802 802
 
803 803
   public function setErrors($errors)
804 804
   {
805
-    $this->errors = $errors;
805
+	$this->errors = $errors;
806 806
   }
807 807
   public function getErrors()
808 808
   {
809
-    return $this->errors;
809
+	return $this->errors;
810 810
   }
811 811
   public function setManifest($manifest)
812 812
   {
813
-    $this->manifest = $manifest;
813
+	$this->manifest = $manifest;
814 814
   }
815 815
   public function getManifest()
816 816
   {
817
-    return $this->manifest;
817
+	return $this->manifest;
818 818
   }
819 819
 }
820 820
 
@@ -837,83 +837,83 @@  discard block
 block discarded – undo
837 837
 
838 838
   public function setFinalProperties($finalProperties)
839 839
   {
840
-    $this->finalProperties = $finalProperties;
840
+	$this->finalProperties = $finalProperties;
841 841
   }
842 842
   public function getFinalProperties()
843 843
   {
844
-    return $this->finalProperties;
844
+	return $this->finalProperties;
845 845
   }
846 846
   public function setId($id)
847 847
   {
848
-    $this->id = $id;
848
+	$this->id = $id;
849 849
   }
850 850
   public function getId()
851 851
   {
852
-    return $this->id;
852
+	return $this->id;
853 853
   }
854 854
   public function setInsertTime($insertTime)
855 855
   {
856
-    $this->insertTime = $insertTime;
856
+	$this->insertTime = $insertTime;
857 857
   }
858 858
   public function getInsertTime()
859 859
   {
860
-    return $this->insertTime;
860
+	return $this->insertTime;
861 861
   }
862 862
   public function setManifest($manifest)
863 863
   {
864
-    $this->manifest = $manifest;
864
+	$this->manifest = $manifest;
865 865
   }
866 866
   public function getManifest()
867 867
   {
868
-    return $this->manifest;
868
+	return $this->manifest;
869 869
   }
870 870
   public function setName($name)
871 871
   {
872
-    $this->name = $name;
872
+	$this->name = $name;
873 873
   }
874 874
   public function getName()
875 875
   {
876
-    return $this->name;
876
+	return $this->name;
877 877
   }
878 878
   public function setProperties($properties)
879 879
   {
880
-    $this->properties = $properties;
880
+	$this->properties = $properties;
881 881
   }
882 882
   public function getProperties()
883 883
   {
884
-    return $this->properties;
884
+	return $this->properties;
885 885
   }
886 886
   public function setType($type)
887 887
   {
888
-    $this->type = $type;
888
+	$this->type = $type;
889 889
   }
890 890
   public function getType()
891 891
   {
892
-    return $this->type;
892
+	return $this->type;
893 893
   }
894 894
   public function setUpdate(Google_Service_DeploymentManager_ResourceUpdate $update)
895 895
   {
896
-    $this->update = $update;
896
+	$this->update = $update;
897 897
   }
898 898
   public function getUpdate()
899 899
   {
900
-    return $this->update;
900
+	return $this->update;
901 901
   }
902 902
   public function setUpdateTime($updateTime)
903 903
   {
904
-    $this->updateTime = $updateTime;
904
+	$this->updateTime = $updateTime;
905 905
   }
906 906
   public function getUpdateTime()
907 907
   {
908
-    return $this->updateTime;
908
+	return $this->updateTime;
909 909
   }
910 910
   public function setUrl($url)
911 911
   {
912
-    $this->url = $url;
912
+	$this->url = $url;
913 913
   }
914 914
   public function getUrl()
915 915
   {
916
-    return $this->url;
916
+	return $this->url;
917 917
   }
918 918
 }
919 919
 
@@ -929,19 +929,19 @@  discard block
 block discarded – undo
929 929
 
930 930
   public function setDeployments($deployments)
931 931
   {
932
-    $this->deployments = $deployments;
932
+	$this->deployments = $deployments;
933 933
   }
934 934
   public function getDeployments()
935 935
   {
936
-    return $this->deployments;
936
+	return $this->deployments;
937 937
   }
938 938
   public function setNextPageToken($nextPageToken)
939 939
   {
940
-    $this->nextPageToken = $nextPageToken;
940
+	$this->nextPageToken = $nextPageToken;
941 941
   }
942 942
   public function getNextPageToken()
943 943
   {
944
-    return $this->nextPageToken;
944
+	return $this->nextPageToken;
945 945
   }
946 946
 }
947 947
 
@@ -955,19 +955,19 @@  discard block
 block discarded – undo
955 955
 
956 956
   public function setContent($content)
957 957
   {
958
-    $this->content = $content;
958
+	$this->content = $content;
959 959
   }
960 960
   public function getContent()
961 961
   {
962
-    return $this->content;
962
+	return $this->content;
963 963
   }
964 964
   public function setName($name)
965 965
   {
966
-    $this->name = $name;
966
+	$this->name = $name;
967 967
   }
968 968
   public function getName()
969 969
   {
970
-    return $this->name;
970
+	return $this->name;
971 971
   }
972 972
 }
973 973
 
@@ -989,67 +989,67 @@  discard block
 block discarded – undo
989 989
 
990 990
   public function setConfig($config)
991 991
   {
992
-    $this->config = $config;
992
+	$this->config = $config;
993 993
   }
994 994
   public function getConfig()
995 995
   {
996
-    return $this->config;
996
+	return $this->config;
997 997
   }
998 998
   public function setEvaluatedConfig($evaluatedConfig)
999 999
   {
1000
-    $this->evaluatedConfig = $evaluatedConfig;
1000
+	$this->evaluatedConfig = $evaluatedConfig;
1001 1001
   }
1002 1002
   public function getEvaluatedConfig()
1003 1003
   {
1004
-    return $this->evaluatedConfig;
1004
+	return $this->evaluatedConfig;
1005 1005
   }
1006 1006
   public function setId($id)
1007 1007
   {
1008
-    $this->id = $id;
1008
+	$this->id = $id;
1009 1009
   }
1010 1010
   public function getId()
1011 1011
   {
1012
-    return $this->id;
1012
+	return $this->id;
1013 1013
   }
1014 1014
   public function setImports($imports)
1015 1015
   {
1016
-    $this->imports = $imports;
1016
+	$this->imports = $imports;
1017 1017
   }
1018 1018
   public function getImports()
1019 1019
   {
1020
-    return $this->imports;
1020
+	return $this->imports;
1021 1021
   }
1022 1022
   public function setInsertTime($insertTime)
1023 1023
   {
1024
-    $this->insertTime = $insertTime;
1024
+	$this->insertTime = $insertTime;
1025 1025
   }
1026 1026
   public function getInsertTime()
1027 1027
   {
1028
-    return $this->insertTime;
1028
+	return $this->insertTime;
1029 1029
   }
1030 1030
   public function setLayout($layout)
1031 1031
   {
1032
-    $this->layout = $layout;
1032
+	$this->layout = $layout;
1033 1033
   }
1034 1034
   public function getLayout()
1035 1035
   {
1036
-    return $this->layout;
1036
+	return $this->layout;
1037 1037
   }
1038 1038
   public function setName($name)
1039 1039
   {
1040
-    $this->name = $name;
1040
+	$this->name = $name;
1041 1041
   }
1042 1042
   public function getName()
1043 1043
   {
1044
-    return $this->name;
1044
+	return $this->name;
1045 1045
   }
1046 1046
   public function setSelfLink($selfLink)
1047 1047
   {
1048
-    $this->selfLink = $selfLink;
1048
+	$this->selfLink = $selfLink;
1049 1049
   }
1050 1050
   public function getSelfLink()
1051 1051
   {
1052
-    return $this->selfLink;
1052
+	return $this->selfLink;
1053 1053
   }
1054 1054
 }
1055 1055
 
@@ -1065,19 +1065,19 @@  discard block
 block discarded – undo
1065 1065
 
1066 1066
   public function setManifests($manifests)
1067 1067
   {
1068
-    $this->manifests = $manifests;
1068
+	$this->manifests = $manifests;
1069 1069
   }
1070 1070
   public function getManifests()
1071 1071
   {
1072
-    return $this->manifests;
1072
+	return $this->manifests;
1073 1073
   }
1074 1074
   public function setNextPageToken($nextPageToken)
1075 1075
   {
1076
-    $this->nextPageToken = $nextPageToken;
1076
+	$this->nextPageToken = $nextPageToken;
1077 1077
   }
1078 1078
   public function getNextPageToken()
1079 1079
   {
1080
-    return $this->nextPageToken;
1080
+	return $this->nextPageToken;
1081 1081
   }
1082 1082
 }
1083 1083
 
@@ -1114,179 +1114,179 @@  discard block
 block discarded – undo
1114 1114
 
1115 1115
   public function setClientOperationId($clientOperationId)
1116 1116
   {
1117
-    $this->clientOperationId = $clientOperationId;
1117
+	$this->clientOperationId = $clientOperationId;
1118 1118
   }
1119 1119
   public function getClientOperationId()
1120 1120
   {
1121
-    return $this->clientOperationId;
1121
+	return $this->clientOperationId;
1122 1122
   }
1123 1123
   public function setCreationTimestamp($creationTimestamp)
1124 1124
   {
1125
-    $this->creationTimestamp = $creationTimestamp;
1125
+	$this->creationTimestamp = $creationTimestamp;
1126 1126
   }
1127 1127
   public function getCreationTimestamp()
1128 1128
   {
1129
-    return $this->creationTimestamp;
1129
+	return $this->creationTimestamp;
1130 1130
   }
1131 1131
   public function setEndTime($endTime)
1132 1132
   {
1133
-    $this->endTime = $endTime;
1133
+	$this->endTime = $endTime;
1134 1134
   }
1135 1135
   public function getEndTime()
1136 1136
   {
1137
-    return $this->endTime;
1137
+	return $this->endTime;
1138 1138
   }
1139 1139
   public function setError(Google_Service_DeploymentManager_OperationError $error)
1140 1140
   {
1141
-    $this->error = $error;
1141
+	$this->error = $error;
1142 1142
   }
1143 1143
   public function getError()
1144 1144
   {
1145
-    return $this->error;
1145
+	return $this->error;
1146 1146
   }
1147 1147
   public function setHttpErrorMessage($httpErrorMessage)
1148 1148
   {
1149
-    $this->httpErrorMessage = $httpErrorMessage;
1149
+	$this->httpErrorMessage = $httpErrorMessage;
1150 1150
   }
1151 1151
   public function getHttpErrorMessage()
1152 1152
   {
1153
-    return $this->httpErrorMessage;
1153
+	return $this->httpErrorMessage;
1154 1154
   }
1155 1155
   public function setHttpErrorStatusCode($httpErrorStatusCode)
1156 1156
   {
1157
-    $this->httpErrorStatusCode = $httpErrorStatusCode;
1157
+	$this->httpErrorStatusCode = $httpErrorStatusCode;
1158 1158
   }
1159 1159
   public function getHttpErrorStatusCode()
1160 1160
   {
1161
-    return $this->httpErrorStatusCode;
1161
+	return $this->httpErrorStatusCode;
1162 1162
   }
1163 1163
   public function setId($id)
1164 1164
   {
1165
-    $this->id = $id;
1165
+	$this->id = $id;
1166 1166
   }
1167 1167
   public function getId()
1168 1168
   {
1169
-    return $this->id;
1169
+	return $this->id;
1170 1170
   }
1171 1171
   public function setInsertTime($insertTime)
1172 1172
   {
1173
-    $this->insertTime = $insertTime;
1173
+	$this->insertTime = $insertTime;
1174 1174
   }
1175 1175
   public function getInsertTime()
1176 1176
   {
1177
-    return $this->insertTime;
1177
+	return $this->insertTime;
1178 1178
   }
1179 1179
   public function setKind($kind)
1180 1180
   {
1181
-    $this->kind = $kind;
1181
+	$this->kind = $kind;
1182 1182
   }
1183 1183
   public function getKind()
1184 1184
   {
1185
-    return $this->kind;
1185
+	return $this->kind;
1186 1186
   }
1187 1187
   public function setName($name)
1188 1188
   {
1189
-    $this->name = $name;
1189
+	$this->name = $name;
1190 1190
   }
1191 1191
   public function getName()
1192 1192
   {
1193
-    return $this->name;
1193
+	return $this->name;
1194 1194
   }
1195 1195
   public function setOperationType($operationType)
1196 1196
   {
1197
-    $this->operationType = $operationType;
1197
+	$this->operationType = $operationType;
1198 1198
   }
1199 1199
   public function getOperationType()
1200 1200
   {
1201
-    return $this->operationType;
1201
+	return $this->operationType;
1202 1202
   }
1203 1203
   public function setProgress($progress)
1204 1204
   {
1205
-    $this->progress = $progress;
1205
+	$this->progress = $progress;
1206 1206
   }
1207 1207
   public function getProgress()
1208 1208
   {
1209
-    return $this->progress;
1209
+	return $this->progress;
1210 1210
   }
1211 1211
   public function setRegion($region)
1212 1212
   {
1213
-    $this->region = $region;
1213
+	$this->region = $region;
1214 1214
   }
1215 1215
   public function getRegion()
1216 1216
   {
1217
-    return $this->region;
1217
+	return $this->region;
1218 1218
   }
1219 1219
   public function setSelfLink($selfLink)
1220 1220
   {
1221
-    $this->selfLink = $selfLink;
1221
+	$this->selfLink = $selfLink;
1222 1222
   }
1223 1223
   public function getSelfLink()
1224 1224
   {
1225
-    return $this->selfLink;
1225
+	return $this->selfLink;
1226 1226
   }
1227 1227
   public function setStartTime($startTime)
1228 1228
   {
1229
-    $this->startTime = $startTime;
1229
+	$this->startTime = $startTime;
1230 1230
   }
1231 1231
   public function getStartTime()
1232 1232
   {
1233
-    return $this->startTime;
1233
+	return $this->startTime;
1234 1234
   }
1235 1235
   public function setStatus($status)
1236 1236
   {
1237
-    $this->status = $status;
1237
+	$this->status = $status;
1238 1238
   }
1239 1239
   public function getStatus()
1240 1240
   {
1241
-    return $this->status;
1241
+	return $this->status;
1242 1242
   }
1243 1243
   public function setStatusMessage($statusMessage)
1244 1244
   {
1245
-    $this->statusMessage = $statusMessage;
1245
+	$this->statusMessage = $statusMessage;
1246 1246
   }
1247 1247
   public function getStatusMessage()
1248 1248
   {
1249
-    return $this->statusMessage;
1249
+	return $this->statusMessage;
1250 1250
   }
1251 1251
   public function setTargetId($targetId)
1252 1252
   {
1253
-    $this->targetId = $targetId;
1253
+	$this->targetId = $targetId;
1254 1254
   }
1255 1255
   public function getTargetId()
1256 1256
   {
1257
-    return $this->targetId;
1257
+	return $this->targetId;
1258 1258
   }
1259 1259
   public function setTargetLink($targetLink)
1260 1260
   {
1261
-    $this->targetLink = $targetLink;
1261
+	$this->targetLink = $targetLink;
1262 1262
   }
1263 1263
   public function getTargetLink()
1264 1264
   {
1265
-    return $this->targetLink;
1265
+	return $this->targetLink;
1266 1266
   }
1267 1267
   public function setUser($user)
1268 1268
   {
1269
-    $this->user = $user;
1269
+	$this->user = $user;
1270 1270
   }
1271 1271
   public function getUser()
1272 1272
   {
1273
-    return $this->user;
1273
+	return $this->user;
1274 1274
   }
1275 1275
   public function setWarnings($warnings)
1276 1276
   {
1277
-    $this->warnings = $warnings;
1277
+	$this->warnings = $warnings;
1278 1278
   }
1279 1279
   public function getWarnings()
1280 1280
   {
1281
-    return $this->warnings;
1281
+	return $this->warnings;
1282 1282
   }
1283 1283
   public function setZone($zone)
1284 1284
   {
1285
-    $this->zone = $zone;
1285
+	$this->zone = $zone;
1286 1286
   }
1287 1287
   public function getZone()
1288 1288
   {
1289
-    return $this->zone;
1289
+	return $this->zone;
1290 1290
   }
1291 1291
 }
1292 1292
 
@@ -1301,11 +1301,11 @@  discard block
 block discarded – undo
1301 1301
 
1302 1302
   public function setErrors($errors)
1303 1303
   {
1304
-    $this->errors = $errors;
1304
+	$this->errors = $errors;
1305 1305
   }
1306 1306
   public function getErrors()
1307 1307
   {
1308
-    return $this->errors;
1308
+	return $this->errors;
1309 1309
   }
1310 1310
 }
1311 1311
 
@@ -1320,27 +1320,27 @@  discard block
 block discarded – undo
1320 1320
 
1321 1321
   public function setCode($code)
1322 1322
   {
1323
-    $this->code = $code;
1323
+	$this->code = $code;
1324 1324
   }
1325 1325
   public function getCode()
1326 1326
   {
1327
-    return $this->code;
1327
+	return $this->code;
1328 1328
   }
1329 1329
   public function setLocation($location)
1330 1330
   {
1331
-    $this->location = $location;
1331
+	$this->location = $location;
1332 1332
   }
1333 1333
   public function getLocation()
1334 1334
   {
1335
-    return $this->location;
1335
+	return $this->location;
1336 1336
   }
1337 1337
   public function setMessage($message)
1338 1338
   {
1339
-    $this->message = $message;
1339
+	$this->message = $message;
1340 1340
   }
1341 1341
   public function getMessage()
1342 1342
   {
1343
-    return $this->message;
1343
+	return $this->message;
1344 1344
   }
1345 1345
 }
1346 1346
 
@@ -1357,27 +1357,27 @@  discard block
 block discarded – undo
1357 1357
 
1358 1358
   public function setCode($code)
1359 1359
   {
1360
-    $this->code = $code;
1360
+	$this->code = $code;
1361 1361
   }
1362 1362
   public function getCode()
1363 1363
   {
1364
-    return $this->code;
1364
+	return $this->code;
1365 1365
   }
1366 1366
   public function setData($data)
1367 1367
   {
1368
-    $this->data = $data;
1368
+	$this->data = $data;
1369 1369
   }
1370 1370
   public function getData()
1371 1371
   {
1372
-    return $this->data;
1372
+	return $this->data;
1373 1373
   }
1374 1374
   public function setMessage($message)
1375 1375
   {
1376
-    $this->message = $message;
1376
+	$this->message = $message;
1377 1377
   }
1378 1378
   public function getMessage()
1379 1379
   {
1380
-    return $this->message;
1380
+	return $this->message;
1381 1381
   }
1382 1382
 }
1383 1383
 
@@ -1391,19 +1391,19 @@  discard block
 block discarded – undo
1391 1391
 
1392 1392
   public function setKey($key)
1393 1393
   {
1394
-    $this->key = $key;
1394
+	$this->key = $key;
1395 1395
   }
1396 1396
   public function getKey()
1397 1397
   {
1398
-    return $this->key;
1398
+	return $this->key;
1399 1399
   }
1400 1400
   public function setValue($value)
1401 1401
   {
1402
-    $this->value = $value;
1402
+	$this->value = $value;
1403 1403
   }
1404 1404
   public function getValue()
1405 1405
   {
1406
-    return $this->value;
1406
+	return $this->value;
1407 1407
   }
1408 1408
 }
1409 1409
 
@@ -1419,19 +1419,19 @@  discard block
 block discarded – undo
1419 1419
 
1420 1420
   public function setNextPageToken($nextPageToken)
1421 1421
   {
1422
-    $this->nextPageToken = $nextPageToken;
1422
+	$this->nextPageToken = $nextPageToken;
1423 1423
   }
1424 1424
   public function getNextPageToken()
1425 1425
   {
1426
-    return $this->nextPageToken;
1426
+	return $this->nextPageToken;
1427 1427
   }
1428 1428
   public function setOperations($operations)
1429 1429
   {
1430
-    $this->operations = $operations;
1430
+	$this->operations = $operations;
1431 1431
   }
1432 1432
   public function getOperations()
1433 1433
   {
1434
-    return $this->operations;
1434
+	return $this->operations;
1435 1435
   }
1436 1436
 }
1437 1437
 
@@ -1450,51 +1450,51 @@  discard block
 block discarded – undo
1450 1450
 
1451 1451
   public function setErrors($errors)
1452 1452
   {
1453
-    $this->errors = $errors;
1453
+	$this->errors = $errors;
1454 1454
   }
1455 1455
   public function getErrors()
1456 1456
   {
1457
-    return $this->errors;
1457
+	return $this->errors;
1458 1458
   }
1459 1459
   public function setFinalProperties($finalProperties)
1460 1460
   {
1461
-    $this->finalProperties = $finalProperties;
1461
+	$this->finalProperties = $finalProperties;
1462 1462
   }
1463 1463
   public function getFinalProperties()
1464 1464
   {
1465
-    return $this->finalProperties;
1465
+	return $this->finalProperties;
1466 1466
   }
1467 1467
   public function setIntent($intent)
1468 1468
   {
1469
-    $this->intent = $intent;
1469
+	$this->intent = $intent;
1470 1470
   }
1471 1471
   public function getIntent()
1472 1472
   {
1473
-    return $this->intent;
1473
+	return $this->intent;
1474 1474
   }
1475 1475
   public function setManifest($manifest)
1476 1476
   {
1477
-    $this->manifest = $manifest;
1477
+	$this->manifest = $manifest;
1478 1478
   }
1479 1479
   public function getManifest()
1480 1480
   {
1481
-    return $this->manifest;
1481
+	return $this->manifest;
1482 1482
   }
1483 1483
   public function setProperties($properties)
1484 1484
   {
1485
-    $this->properties = $properties;
1485
+	$this->properties = $properties;
1486 1486
   }
1487 1487
   public function getProperties()
1488 1488
   {
1489
-    return $this->properties;
1489
+	return $this->properties;
1490 1490
   }
1491 1491
   public function setState($state)
1492 1492
   {
1493
-    $this->state = $state;
1493
+	$this->state = $state;
1494 1494
   }
1495 1495
   public function getState()
1496 1496
   {
1497
-    return $this->state;
1497
+	return $this->state;
1498 1498
   }
1499 1499
 }
1500 1500
 
@@ -1510,19 +1510,19 @@  discard block
 block discarded – undo
1510 1510
 
1511 1511
   public function setNextPageToken($nextPageToken)
1512 1512
   {
1513
-    $this->nextPageToken = $nextPageToken;
1513
+	$this->nextPageToken = $nextPageToken;
1514 1514
   }
1515 1515
   public function getNextPageToken()
1516 1516
   {
1517
-    return $this->nextPageToken;
1517
+	return $this->nextPageToken;
1518 1518
   }
1519 1519
   public function setResources($resources)
1520 1520
   {
1521
-    $this->resources = $resources;
1521
+	$this->resources = $resources;
1522 1522
   }
1523 1523
   public function getResources()
1524 1524
   {
1525
-    return $this->resources;
1525
+	return $this->resources;
1526 1526
   }
1527 1527
 }
1528 1528
 
@@ -1538,19 +1538,19 @@  discard block
 block discarded – undo
1538 1538
 
1539 1539
   public function setConfig($config)
1540 1540
   {
1541
-    $this->config = $config;
1541
+	$this->config = $config;
1542 1542
   }
1543 1543
   public function getConfig()
1544 1544
   {
1545
-    return $this->config;
1545
+	return $this->config;
1546 1546
   }
1547 1547
   public function setImports($imports)
1548 1548
   {
1549
-    $this->imports = $imports;
1549
+	$this->imports = $imports;
1550 1550
   }
1551 1551
   public function getImports()
1552 1552
   {
1553
-    return $this->imports;
1553
+	return $this->imports;
1554 1554
   }
1555 1555
 }
1556 1556
 
@@ -1563,11 +1563,11 @@  discard block
 block discarded – undo
1563 1563
 
1564 1564
   public function setName($name)
1565 1565
   {
1566
-    $this->name = $name;
1566
+	$this->name = $name;
1567 1567
   }
1568 1568
   public function getName()
1569 1569
   {
1570
-    return $this->name;
1570
+	return $this->name;
1571 1571
   }
1572 1572
 }
1573 1573
 
@@ -1583,18 +1583,18 @@  discard block
 block discarded – undo
1583 1583
 
1584 1584
   public function setNextPageToken($nextPageToken)
1585 1585
   {
1586
-    $this->nextPageToken = $nextPageToken;
1586
+	$this->nextPageToken = $nextPageToken;
1587 1587
   }
1588 1588
   public function getNextPageToken()
1589 1589
   {
1590
-    return $this->nextPageToken;
1590
+	return $this->nextPageToken;
1591 1591
   }
1592 1592
   public function setTypes($types)
1593 1593
   {
1594
-    $this->types = $types;
1594
+	$this->types = $types;
1595 1595
   }
1596 1596
   public function getTypes()
1597 1597
   {
1598
-    return $this->types;
1598
+	return $this->types;
1599 1599
   }
1600 1600
 }
Please login to merge, or discard this patch.
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
                   'required' => true,
83 83
                 ),
84 84
               ),
85
-            ),'get' => array(
85
+            ), 'get' => array(
86 86
               'path' => '{project}/global/deployments/{deployment}',
87 87
               'httpMethod' => 'GET',
88 88
               'parameters' => array(
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
                   'required' => true,
98 98
                 ),
99 99
               ),
100
-            ),'insert' => array(
100
+            ), 'insert' => array(
101 101
               'path' => '{project}/global/deployments',
102 102
               'httpMethod' => 'POST',
103 103
               'parameters' => array(
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
                   'required' => true,
108 108
                 ),
109 109
               ),
110
-            ),'list' => array(
110
+            ), 'list' => array(
111 111
               'path' => '{project}/global/deployments',
112 112
               'httpMethod' => 'GET',
113 113
               'parameters' => array(
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
                   'type' => 'integer',
130 130
                 ),
131 131
               ),
132
-            ),'patch' => array(
132
+            ), 'patch' => array(
133 133
               'path' => '{project}/global/deployments/{deployment}',
134 134
               'httpMethod' => 'PATCH',
135 135
               'parameters' => array(
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
                   'type' => 'string',
157 157
                 ),
158 158
               ),
159
-            ),'update' => array(
159
+            ), 'update' => array(
160 160
               'path' => '{project}/global/deployments/{deployment}',
161 161
               'httpMethod' => 'PUT',
162 162
               'parameters' => array(
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
                   'required' => true,
214 214
                 ),
215 215
               ),
216
-            ),'list' => array(
216
+            ), 'list' => array(
217 217
               'path' => '{project}/global/deployments/{deployment}/manifests',
218 218
               'httpMethod' => 'GET',
219 219
               'parameters' => array(
@@ -265,7 +265,7 @@  discard block
 block discarded – undo
265 265
                   'required' => true,
266 266
                 ),
267 267
               ),
268
-            ),'list' => array(
268
+            ), 'list' => array(
269 269
               'path' => '{project}/global/operations',
270 270
               'httpMethod' => 'GET',
271 271
               'parameters' => array(
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
                   'required' => true,
318 318
                 ),
319 319
               ),
320
-            ),'list' => array(
320
+            ), 'list' => array(
321 321
               'path' => '{project}/global/deployments/{deployment}/resources',
322 322
               'httpMethod' => 'GET',
323 323
               'parameters' => array(
Please login to merge, or discard this patch.
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.