Test Setup Failed
Push — master ( 2261e5...599f56 )
by Stiofan
02:03
created
google-api-php-client/src/Google/Service/Playmoviespartner.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -43,11 +43,11 @@
 block discarded – undo
43 43
    */
44 44
   public function __construct(Google_Client $client)
45 45
   {
46
-    parent::__construct($client);
47
-    $this->rootUrl = 'https://playmoviespartner.googleapis.com/';
48
-    $this->servicePath = '';
49
-    $this->version = 'v1';
50
-    $this->serviceName = 'playmoviespartner';
46
+	parent::__construct($client);
47
+	$this->rootUrl = 'https://playmoviespartner.googleapis.com/';
48
+	$this->servicePath = '';
49
+	$this->version = 'v1';
50
+	$this->serviceName = 'playmoviespartner';
51 51
 
52 52
   }
53 53
 }
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Cloudsearch.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -44,10 +44,10 @@
 block discarded – undo
44 44
    */
45 45
   public function __construct(Google_Client $client)
46 46
   {
47
-    parent::__construct($client);
48
-    $this->servicePath = '';
49
-    $this->version = 'v1';
50
-    $this->serviceName = 'cloudsearch';
47
+	parent::__construct($client);
48
+	$this->servicePath = '';
49
+	$this->version = 'v1';
50
+	$this->serviceName = 'cloudsearch';
51 51
 
52 52
   }
53 53
 }
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/Replicapoolupdater.php 2 patches
Indentation   +393 added lines, -393 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 replica pools. */
38 38
   const REPLICAPOOL =
39
-      "https://www.googleapis.com/auth/replicapool";
39
+	  "https://www.googleapis.com/auth/replicapool";
40 40
   /** View replica pools. */
41 41
   const REPLICAPOOL_READONLY =
42
-      "https://www.googleapis.com/auth/replicapool.readonly";
42
+	  "https://www.googleapis.com/auth/replicapool.readonly";
43 43
 
44 44
   public $rollingUpdates;
45 45
   public $zoneOperations;
@@ -52,230 +52,230 @@  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 = 'replicapoolupdater/v1beta1/projects/';
58
-    $this->version = 'v1beta1';
59
-    $this->serviceName = 'replicapoolupdater';
55
+	parent::__construct($client);
56
+	$this->rootUrl = 'https://www.googleapis.com/';
57
+	$this->servicePath = 'replicapoolupdater/v1beta1/projects/';
58
+	$this->version = 'v1beta1';
59
+	$this->serviceName = 'replicapoolupdater';
60 60
 
61
-    $this->rollingUpdates = new Google_Service_Replicapoolupdater_RollingUpdates_Resource(
62
-        $this,
63
-        $this->serviceName,
64
-        'rollingUpdates',
65
-        array(
66
-          'methods' => array(
67
-            'cancel' => array(
68
-              'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/cancel',
69
-              'httpMethod' => 'POST',
70
-              'parameters' => array(
71
-                'project' => array(
72
-                  'location' => 'path',
73
-                  'type' => 'string',
74
-                  'required' => true,
75
-                ),
76
-                'zone' => array(
77
-                  'location' => 'path',
78
-                  'type' => 'string',
79
-                  'required' => true,
80
-                ),
81
-                'rollingUpdate' => array(
82
-                  'location' => 'path',
83
-                  'type' => 'string',
84
-                  'required' => true,
85
-                ),
86
-              ),
87
-            ),'get' => array(
88
-              'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}',
89
-              'httpMethod' => 'GET',
90
-              'parameters' => array(
91
-                'project' => array(
92
-                  'location' => 'path',
93
-                  'type' => 'string',
94
-                  'required' => true,
95
-                ),
96
-                'zone' => array(
97
-                  'location' => 'path',
98
-                  'type' => 'string',
99
-                  'required' => true,
100
-                ),
101
-                'rollingUpdate' => array(
102
-                  'location' => 'path',
103
-                  'type' => 'string',
104
-                  'required' => true,
105
-                ),
106
-              ),
107
-            ),'insert' => array(
108
-              'path' => '{project}/zones/{zone}/rollingUpdates',
109
-              'httpMethod' => 'POST',
110
-              'parameters' => array(
111
-                'project' => array(
112
-                  'location' => 'path',
113
-                  'type' => 'string',
114
-                  'required' => true,
115
-                ),
116
-                'zone' => array(
117
-                  'location' => 'path',
118
-                  'type' => 'string',
119
-                  'required' => true,
120
-                ),
121
-              ),
122
-            ),'list' => array(
123
-              'path' => '{project}/zones/{zone}/rollingUpdates',
124
-              'httpMethod' => 'GET',
125
-              'parameters' => array(
126
-                'project' => array(
127
-                  'location' => 'path',
128
-                  'type' => 'string',
129
-                  'required' => true,
130
-                ),
131
-                'zone' => array(
132
-                  'location' => 'path',
133
-                  'type' => 'string',
134
-                  'required' => true,
135
-                ),
136
-                'maxResults' => array(
137
-                  'location' => 'query',
138
-                  'type' => 'integer',
139
-                ),
140
-                'filter' => array(
141
-                  'location' => 'query',
142
-                  'type' => 'string',
143
-                ),
144
-                'pageToken' => array(
145
-                  'location' => 'query',
146
-                  'type' => 'string',
147
-                ),
148
-                'instanceGroupManager' => array(
149
-                  'location' => 'query',
150
-                  'type' => 'string',
151
-                ),
152
-              ),
153
-            ),'listInstanceUpdates' => array(
154
-              'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/instanceUpdates',
155
-              'httpMethod' => 'GET',
156
-              'parameters' => array(
157
-                'project' => array(
158
-                  'location' => 'path',
159
-                  'type' => 'string',
160
-                  'required' => true,
161
-                ),
162
-                'zone' => array(
163
-                  'location' => 'path',
164
-                  'type' => 'string',
165
-                  'required' => true,
166
-                ),
167
-                'rollingUpdate' => array(
168
-                  'location' => 'path',
169
-                  'type' => 'string',
170
-                  'required' => true,
171
-                ),
172
-                'maxResults' => array(
173
-                  'location' => 'query',
174
-                  'type' => 'integer',
175
-                ),
176
-                'filter' => array(
177
-                  'location' => 'query',
178
-                  'type' => 'string',
179
-                ),
180
-                'pageToken' => array(
181
-                  'location' => 'query',
182
-                  'type' => 'string',
183
-                ),
184
-              ),
185
-            ),'pause' => array(
186
-              'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/pause',
187
-              'httpMethod' => 'POST',
188
-              'parameters' => array(
189
-                'project' => array(
190
-                  'location' => 'path',
191
-                  'type' => 'string',
192
-                  'required' => true,
193
-                ),
194
-                'zone' => array(
195
-                  'location' => 'path',
196
-                  'type' => 'string',
197
-                  'required' => true,
198
-                ),
199
-                'rollingUpdate' => array(
200
-                  'location' => 'path',
201
-                  'type' => 'string',
202
-                  'required' => true,
203
-                ),
204
-              ),
205
-            ),'resume' => array(
206
-              'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/resume',
207
-              'httpMethod' => 'POST',
208
-              'parameters' => array(
209
-                'project' => array(
210
-                  'location' => 'path',
211
-                  'type' => 'string',
212
-                  'required' => true,
213
-                ),
214
-                'zone' => array(
215
-                  'location' => 'path',
216
-                  'type' => 'string',
217
-                  'required' => true,
218
-                ),
219
-                'rollingUpdate' => array(
220
-                  'location' => 'path',
221
-                  'type' => 'string',
222
-                  'required' => true,
223
-                ),
224
-              ),
225
-            ),'rollback' => array(
226
-              'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/rollback',
227
-              'httpMethod' => 'POST',
228
-              'parameters' => array(
229
-                'project' => array(
230
-                  'location' => 'path',
231
-                  'type' => 'string',
232
-                  'required' => true,
233
-                ),
234
-                'zone' => array(
235
-                  'location' => 'path',
236
-                  'type' => 'string',
237
-                  'required' => true,
238
-                ),
239
-                'rollingUpdate' => array(
240
-                  'location' => 'path',
241
-                  'type' => 'string',
242
-                  'required' => true,
243
-                ),
244
-              ),
245
-            ),
246
-          )
247
-        )
248
-    );
249
-    $this->zoneOperations = new Google_Service_Replicapoolupdater_ZoneOperations_Resource(
250
-        $this,
251
-        $this->serviceName,
252
-        'zoneOperations',
253
-        array(
254
-          'methods' => array(
255
-            'get' => array(
256
-              'path' => '{project}/zones/{zone}/operations/{operation}',
257
-              'httpMethod' => 'GET',
258
-              'parameters' => array(
259
-                'project' => array(
260
-                  'location' => 'path',
261
-                  'type' => 'string',
262
-                  'required' => true,
263
-                ),
264
-                'zone' => array(
265
-                  'location' => 'path',
266
-                  'type' => 'string',
267
-                  'required' => true,
268
-                ),
269
-                'operation' => array(
270
-                  'location' => 'path',
271
-                  'type' => 'string',
272
-                  'required' => true,
273
-                ),
274
-              ),
275
-            ),
276
-          )
277
-        )
278
-    );
61
+	$this->rollingUpdates = new Google_Service_Replicapoolupdater_RollingUpdates_Resource(
62
+		$this,
63
+		$this->serviceName,
64
+		'rollingUpdates',
65
+		array(
66
+		  'methods' => array(
67
+			'cancel' => array(
68
+			  'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/cancel',
69
+			  'httpMethod' => 'POST',
70
+			  'parameters' => array(
71
+				'project' => array(
72
+				  'location' => 'path',
73
+				  'type' => 'string',
74
+				  'required' => true,
75
+				),
76
+				'zone' => array(
77
+				  'location' => 'path',
78
+				  'type' => 'string',
79
+				  'required' => true,
80
+				),
81
+				'rollingUpdate' => array(
82
+				  'location' => 'path',
83
+				  'type' => 'string',
84
+				  'required' => true,
85
+				),
86
+			  ),
87
+			),'get' => array(
88
+			  'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}',
89
+			  'httpMethod' => 'GET',
90
+			  'parameters' => array(
91
+				'project' => array(
92
+				  'location' => 'path',
93
+				  'type' => 'string',
94
+				  'required' => true,
95
+				),
96
+				'zone' => array(
97
+				  'location' => 'path',
98
+				  'type' => 'string',
99
+				  'required' => true,
100
+				),
101
+				'rollingUpdate' => array(
102
+				  'location' => 'path',
103
+				  'type' => 'string',
104
+				  'required' => true,
105
+				),
106
+			  ),
107
+			),'insert' => array(
108
+			  'path' => '{project}/zones/{zone}/rollingUpdates',
109
+			  'httpMethod' => 'POST',
110
+			  'parameters' => array(
111
+				'project' => array(
112
+				  'location' => 'path',
113
+				  'type' => 'string',
114
+				  'required' => true,
115
+				),
116
+				'zone' => array(
117
+				  'location' => 'path',
118
+				  'type' => 'string',
119
+				  'required' => true,
120
+				),
121
+			  ),
122
+			),'list' => array(
123
+			  'path' => '{project}/zones/{zone}/rollingUpdates',
124
+			  'httpMethod' => 'GET',
125
+			  'parameters' => array(
126
+				'project' => array(
127
+				  'location' => 'path',
128
+				  'type' => 'string',
129
+				  'required' => true,
130
+				),
131
+				'zone' => array(
132
+				  'location' => 'path',
133
+				  'type' => 'string',
134
+				  'required' => true,
135
+				),
136
+				'maxResults' => array(
137
+				  'location' => 'query',
138
+				  'type' => 'integer',
139
+				),
140
+				'filter' => array(
141
+				  'location' => 'query',
142
+				  'type' => 'string',
143
+				),
144
+				'pageToken' => array(
145
+				  'location' => 'query',
146
+				  'type' => 'string',
147
+				),
148
+				'instanceGroupManager' => array(
149
+				  'location' => 'query',
150
+				  'type' => 'string',
151
+				),
152
+			  ),
153
+			),'listInstanceUpdates' => array(
154
+			  'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/instanceUpdates',
155
+			  'httpMethod' => 'GET',
156
+			  'parameters' => array(
157
+				'project' => array(
158
+				  'location' => 'path',
159
+				  'type' => 'string',
160
+				  'required' => true,
161
+				),
162
+				'zone' => array(
163
+				  'location' => 'path',
164
+				  'type' => 'string',
165
+				  'required' => true,
166
+				),
167
+				'rollingUpdate' => array(
168
+				  'location' => 'path',
169
+				  'type' => 'string',
170
+				  'required' => true,
171
+				),
172
+				'maxResults' => array(
173
+				  'location' => 'query',
174
+				  'type' => 'integer',
175
+				),
176
+				'filter' => array(
177
+				  'location' => 'query',
178
+				  'type' => 'string',
179
+				),
180
+				'pageToken' => array(
181
+				  'location' => 'query',
182
+				  'type' => 'string',
183
+				),
184
+			  ),
185
+			),'pause' => array(
186
+			  'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/pause',
187
+			  'httpMethod' => 'POST',
188
+			  'parameters' => array(
189
+				'project' => array(
190
+				  'location' => 'path',
191
+				  'type' => 'string',
192
+				  'required' => true,
193
+				),
194
+				'zone' => array(
195
+				  'location' => 'path',
196
+				  'type' => 'string',
197
+				  'required' => true,
198
+				),
199
+				'rollingUpdate' => array(
200
+				  'location' => 'path',
201
+				  'type' => 'string',
202
+				  'required' => true,
203
+				),
204
+			  ),
205
+			),'resume' => array(
206
+			  'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/resume',
207
+			  'httpMethod' => 'POST',
208
+			  'parameters' => array(
209
+				'project' => array(
210
+				  'location' => 'path',
211
+				  'type' => 'string',
212
+				  'required' => true,
213
+				),
214
+				'zone' => array(
215
+				  'location' => 'path',
216
+				  'type' => 'string',
217
+				  'required' => true,
218
+				),
219
+				'rollingUpdate' => array(
220
+				  'location' => 'path',
221
+				  'type' => 'string',
222
+				  'required' => true,
223
+				),
224
+			  ),
225
+			),'rollback' => array(
226
+			  'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/rollback',
227
+			  'httpMethod' => 'POST',
228
+			  'parameters' => array(
229
+				'project' => array(
230
+				  'location' => 'path',
231
+				  'type' => 'string',
232
+				  'required' => true,
233
+				),
234
+				'zone' => array(
235
+				  'location' => 'path',
236
+				  'type' => 'string',
237
+				  'required' => true,
238
+				),
239
+				'rollingUpdate' => array(
240
+				  'location' => 'path',
241
+				  'type' => 'string',
242
+				  'required' => true,
243
+				),
244
+			  ),
245
+			),
246
+		  )
247
+		)
248
+	);
249
+	$this->zoneOperations = new Google_Service_Replicapoolupdater_ZoneOperations_Resource(
250
+		$this,
251
+		$this->serviceName,
252
+		'zoneOperations',
253
+		array(
254
+		  'methods' => array(
255
+			'get' => array(
256
+			  'path' => '{project}/zones/{zone}/operations/{operation}',
257
+			  'httpMethod' => 'GET',
258
+			  'parameters' => array(
259
+				'project' => array(
260
+				  'location' => 'path',
261
+				  'type' => 'string',
262
+				  'required' => true,
263
+				),
264
+				'zone' => array(
265
+				  'location' => 'path',
266
+				  'type' => 'string',
267
+				  'required' => true,
268
+				),
269
+				'operation' => array(
270
+				  'location' => 'path',
271
+				  'type' => 'string',
272
+				  'required' => true,
273
+				),
274
+			  ),
275
+			),
276
+		  )
277
+		)
278
+	);
279 279
   }
280 280
 }
281 281
 
@@ -304,9 +304,9 @@  discard block
 block discarded – undo
304 304
    */
305 305
   public function cancel($project, $zone, $rollingUpdate, $optParams = array())
306 306
   {
307
-    $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
308
-    $params = array_merge($params, $optParams);
309
-    return $this->call('cancel', array($params), "Google_Service_Replicapoolupdater_Operation");
307
+	$params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
308
+	$params = array_merge($params, $optParams);
309
+	return $this->call('cancel', array($params), "Google_Service_Replicapoolupdater_Operation");
310 310
   }
311 311
 
312 312
   /**
@@ -321,9 +321,9 @@  discard block
 block discarded – undo
321 321
    */
322 322
   public function get($project, $zone, $rollingUpdate, $optParams = array())
323 323
   {
324
-    $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
325
-    $params = array_merge($params, $optParams);
326
-    return $this->call('get', array($params), "Google_Service_Replicapoolupdater_RollingUpdate");
324
+	$params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
325
+	$params = array_merge($params, $optParams);
326
+	return $this->call('get', array($params), "Google_Service_Replicapoolupdater_RollingUpdate");
327 327
   }
328 328
 
329 329
   /**
@@ -338,9 +338,9 @@  discard block
 block discarded – undo
338 338
    */
339 339
   public function insert($project, $zone, Google_Service_Replicapoolupdater_RollingUpdate $postBody, $optParams = array())
340 340
   {
341
-    $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody);
342
-    $params = array_merge($params, $optParams);
343
-    return $this->call('insert', array($params), "Google_Service_Replicapoolupdater_Operation");
341
+	$params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody);
342
+	$params = array_merge($params, $optParams);
343
+	return $this->call('insert', array($params), "Google_Service_Replicapoolupdater_Operation");
344 344
   }
345 345
 
346 346
   /**
@@ -365,9 +365,9 @@  discard block
 block discarded – undo
365 365
    */
366 366
   public function listRollingUpdates($project, $zone, $optParams = array())
367 367
   {
368
-    $params = array('project' => $project, 'zone' => $zone);
369
-    $params = array_merge($params, $optParams);
370
-    return $this->call('list', array($params), "Google_Service_Replicapoolupdater_RollingUpdateList");
368
+	$params = array('project' => $project, 'zone' => $zone);
369
+	$params = array_merge($params, $optParams);
370
+	return $this->call('list', array($params), "Google_Service_Replicapoolupdater_RollingUpdateList");
371 371
   }
372 372
 
373 373
   /**
@@ -390,9 +390,9 @@  discard block
 block discarded – undo
390 390
    */
391 391
   public function listInstanceUpdates($project, $zone, $rollingUpdate, $optParams = array())
392 392
   {
393
-    $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
394
-    $params = array_merge($params, $optParams);
395
-    return $this->call('listInstanceUpdates', array($params), "Google_Service_Replicapoolupdater_InstanceUpdateList");
393
+	$params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
394
+	$params = array_merge($params, $optParams);
395
+	return $this->call('listInstanceUpdates', array($params), "Google_Service_Replicapoolupdater_InstanceUpdateList");
396 396
   }
397 397
 
398 398
   /**
@@ -409,9 +409,9 @@  discard block
 block discarded – undo
409 409
    */
410 410
   public function pause($project, $zone, $rollingUpdate, $optParams = array())
411 411
   {
412
-    $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
413
-    $params = array_merge($params, $optParams);
414
-    return $this->call('pause', array($params), "Google_Service_Replicapoolupdater_Operation");
412
+	$params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
413
+	$params = array_merge($params, $optParams);
414
+	return $this->call('pause', array($params), "Google_Service_Replicapoolupdater_Operation");
415 415
   }
416 416
 
417 417
   /**
@@ -427,9 +427,9 @@  discard block
 block discarded – undo
427 427
    */
428 428
   public function resume($project, $zone, $rollingUpdate, $optParams = array())
429 429
   {
430
-    $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
431
-    $params = array_merge($params, $optParams);
432
-    return $this->call('resume', array($params), "Google_Service_Replicapoolupdater_Operation");
430
+	$params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
431
+	$params = array_merge($params, $optParams);
432
+	return $this->call('resume', array($params), "Google_Service_Replicapoolupdater_Operation");
433 433
   }
434 434
 
435 435
   /**
@@ -446,9 +446,9 @@  discard block
 block discarded – undo
446 446
    */
447 447
   public function rollback($project, $zone, $rollingUpdate, $optParams = array())
448 448
   {
449
-    $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
450
-    $params = array_merge($params, $optParams);
451
-    return $this->call('rollback', array($params), "Google_Service_Replicapoolupdater_Operation");
449
+	$params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
450
+	$params = array_merge($params, $optParams);
451
+	return $this->call('rollback', array($params), "Google_Service_Replicapoolupdater_Operation");
452 452
   }
453 453
 }
454 454
 
@@ -475,9 +475,9 @@  discard block
 block discarded – undo
475 475
    */
476 476
   public function get($project, $zone, $operation, $optParams = array())
477 477
   {
478
-    $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
479
-    $params = array_merge($params, $optParams);
480
-    return $this->call('get', array($params), "Google_Service_Replicapoolupdater_Operation");
478
+	$params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
479
+	$params = array_merge($params, $optParams);
480
+	return $this->call('get', array($params), "Google_Service_Replicapoolupdater_Operation");
481 481
   }
482 482
 }
483 483
 
@@ -496,27 +496,27 @@  discard block
 block discarded – undo
496 496
 
497 497
   public function setError(Google_Service_Replicapoolupdater_InstanceUpdateError $error)
498 498
   {
499
-    $this->error = $error;
499
+	$this->error = $error;
500 500
   }
501 501
   public function getError()
502 502
   {
503
-    return $this->error;
503
+	return $this->error;
504 504
   }
505 505
   public function setInstance($instance)
506 506
   {
507
-    $this->instance = $instance;
507
+	$this->instance = $instance;
508 508
   }
509 509
   public function getInstance()
510 510
   {
511
-    return $this->instance;
511
+	return $this->instance;
512 512
   }
513 513
   public function setStatus($status)
514 514
   {
515
-    $this->status = $status;
515
+	$this->status = $status;
516 516
   }
517 517
   public function getStatus()
518 518
   {
519
-    return $this->status;
519
+	return $this->status;
520 520
   }
521 521
 }
522 522
 
@@ -531,11 +531,11 @@  discard block
 block discarded – undo
531 531
 
532 532
   public function setErrors($errors)
533 533
   {
534
-    $this->errors = $errors;
534
+	$this->errors = $errors;
535 535
   }
536 536
   public function getErrors()
537 537
   {
538
-    return $this->errors;
538
+	return $this->errors;
539 539
   }
540 540
 }
541 541
 
@@ -550,27 +550,27 @@  discard block
 block discarded – undo
550 550
 
551 551
   public function setCode($code)
552 552
   {
553
-    $this->code = $code;
553
+	$this->code = $code;
554 554
   }
555 555
   public function getCode()
556 556
   {
557
-    return $this->code;
557
+	return $this->code;
558 558
   }
559 559
   public function setLocation($location)
560 560
   {
561
-    $this->location = $location;
561
+	$this->location = $location;
562 562
   }
563 563
   public function getLocation()
564 564
   {
565
-    return $this->location;
565
+	return $this->location;
566 566
   }
567 567
   public function setMessage($message)
568 568
   {
569
-    $this->message = $message;
569
+	$this->message = $message;
570 570
   }
571 571
   public function getMessage()
572 572
   {
573
-    return $this->message;
573
+	return $this->message;
574 574
   }
575 575
 }
576 576
 
@@ -588,35 +588,35 @@  discard block
 block discarded – undo
588 588
 
589 589
   public function setItems($items)
590 590
   {
591
-    $this->items = $items;
591
+	$this->items = $items;
592 592
   }
593 593
   public function getItems()
594 594
   {
595
-    return $this->items;
595
+	return $this->items;
596 596
   }
597 597
   public function setKind($kind)
598 598
   {
599
-    $this->kind = $kind;
599
+	$this->kind = $kind;
600 600
   }
601 601
   public function getKind()
602 602
   {
603
-    return $this->kind;
603
+	return $this->kind;
604 604
   }
605 605
   public function setNextPageToken($nextPageToken)
606 606
   {
607
-    $this->nextPageToken = $nextPageToken;
607
+	$this->nextPageToken = $nextPageToken;
608 608
   }
609 609
   public function getNextPageToken()
610 610
   {
611
-    return $this->nextPageToken;
611
+	return $this->nextPageToken;
612 612
   }
613 613
   public function setSelfLink($selfLink)
614 614
   {
615
-    $this->selfLink = $selfLink;
615
+	$this->selfLink = $selfLink;
616 616
   }
617 617
   public function getSelfLink()
618 618
   {
619
-    return $this->selfLink;
619
+	return $this->selfLink;
620 620
   }
621 621
 }
622 622
 
@@ -653,179 +653,179 @@  discard block
 block discarded – undo
653 653
 
654 654
   public function setClientOperationId($clientOperationId)
655 655
   {
656
-    $this->clientOperationId = $clientOperationId;
656
+	$this->clientOperationId = $clientOperationId;
657 657
   }
658 658
   public function getClientOperationId()
659 659
   {
660
-    return $this->clientOperationId;
660
+	return $this->clientOperationId;
661 661
   }
662 662
   public function setCreationTimestamp($creationTimestamp)
663 663
   {
664
-    $this->creationTimestamp = $creationTimestamp;
664
+	$this->creationTimestamp = $creationTimestamp;
665 665
   }
666 666
   public function getCreationTimestamp()
667 667
   {
668
-    return $this->creationTimestamp;
668
+	return $this->creationTimestamp;
669 669
   }
670 670
   public function setEndTime($endTime)
671 671
   {
672
-    $this->endTime = $endTime;
672
+	$this->endTime = $endTime;
673 673
   }
674 674
   public function getEndTime()
675 675
   {
676
-    return $this->endTime;
676
+	return $this->endTime;
677 677
   }
678 678
   public function setError(Google_Service_Replicapoolupdater_OperationError $error)
679 679
   {
680
-    $this->error = $error;
680
+	$this->error = $error;
681 681
   }
682 682
   public function getError()
683 683
   {
684
-    return $this->error;
684
+	return $this->error;
685 685
   }
686 686
   public function setHttpErrorMessage($httpErrorMessage)
687 687
   {
688
-    $this->httpErrorMessage = $httpErrorMessage;
688
+	$this->httpErrorMessage = $httpErrorMessage;
689 689
   }
690 690
   public function getHttpErrorMessage()
691 691
   {
692
-    return $this->httpErrorMessage;
692
+	return $this->httpErrorMessage;
693 693
   }
694 694
   public function setHttpErrorStatusCode($httpErrorStatusCode)
695 695
   {
696
-    $this->httpErrorStatusCode = $httpErrorStatusCode;
696
+	$this->httpErrorStatusCode = $httpErrorStatusCode;
697 697
   }
698 698
   public function getHttpErrorStatusCode()
699 699
   {
700
-    return $this->httpErrorStatusCode;
700
+	return $this->httpErrorStatusCode;
701 701
   }
702 702
   public function setId($id)
703 703
   {
704
-    $this->id = $id;
704
+	$this->id = $id;
705 705
   }
706 706
   public function getId()
707 707
   {
708
-    return $this->id;
708
+	return $this->id;
709 709
   }
710 710
   public function setInsertTime($insertTime)
711 711
   {
712
-    $this->insertTime = $insertTime;
712
+	$this->insertTime = $insertTime;
713 713
   }
714 714
   public function getInsertTime()
715 715
   {
716
-    return $this->insertTime;
716
+	return $this->insertTime;
717 717
   }
718 718
   public function setKind($kind)
719 719
   {
720
-    $this->kind = $kind;
720
+	$this->kind = $kind;
721 721
   }
722 722
   public function getKind()
723 723
   {
724
-    return $this->kind;
724
+	return $this->kind;
725 725
   }
726 726
   public function setName($name)
727 727
   {
728
-    $this->name = $name;
728
+	$this->name = $name;
729 729
   }
730 730
   public function getName()
731 731
   {
732
-    return $this->name;
732
+	return $this->name;
733 733
   }
734 734
   public function setOperationType($operationType)
735 735
   {
736
-    $this->operationType = $operationType;
736
+	$this->operationType = $operationType;
737 737
   }
738 738
   public function getOperationType()
739 739
   {
740
-    return $this->operationType;
740
+	return $this->operationType;
741 741
   }
742 742
   public function setProgress($progress)
743 743
   {
744
-    $this->progress = $progress;
744
+	$this->progress = $progress;
745 745
   }
746 746
   public function getProgress()
747 747
   {
748
-    return $this->progress;
748
+	return $this->progress;
749 749
   }
750 750
   public function setRegion($region)
751 751
   {
752
-    $this->region = $region;
752
+	$this->region = $region;
753 753
   }
754 754
   public function getRegion()
755 755
   {
756
-    return $this->region;
756
+	return $this->region;
757 757
   }
758 758
   public function setSelfLink($selfLink)
759 759
   {
760
-    $this->selfLink = $selfLink;
760
+	$this->selfLink = $selfLink;
761 761
   }
762 762
   public function getSelfLink()
763 763
   {
764
-    return $this->selfLink;
764
+	return $this->selfLink;
765 765
   }
766 766
   public function setStartTime($startTime)
767 767
   {
768
-    $this->startTime = $startTime;
768
+	$this->startTime = $startTime;
769 769
   }
770 770
   public function getStartTime()
771 771
   {
772
-    return $this->startTime;
772
+	return $this->startTime;
773 773
   }
774 774
   public function setStatus($status)
775 775
   {
776
-    $this->status = $status;
776
+	$this->status = $status;
777 777
   }
778 778
   public function getStatus()
779 779
   {
780
-    return $this->status;
780
+	return $this->status;
781 781
   }
782 782
   public function setStatusMessage($statusMessage)
783 783
   {
784
-    $this->statusMessage = $statusMessage;
784
+	$this->statusMessage = $statusMessage;
785 785
   }
786 786
   public function getStatusMessage()
787 787
   {
788
-    return $this->statusMessage;
788
+	return $this->statusMessage;
789 789
   }
790 790
   public function setTargetId($targetId)
791 791
   {
792
-    $this->targetId = $targetId;
792
+	$this->targetId = $targetId;
793 793
   }
794 794
   public function getTargetId()
795 795
   {
796
-    return $this->targetId;
796
+	return $this->targetId;
797 797
   }
798 798
   public function setTargetLink($targetLink)
799 799
   {
800
-    $this->targetLink = $targetLink;
800
+	$this->targetLink = $targetLink;
801 801
   }
802 802
   public function getTargetLink()
803 803
   {
804
-    return $this->targetLink;
804
+	return $this->targetLink;
805 805
   }
806 806
   public function setUser($user)
807 807
   {
808
-    $this->user = $user;
808
+	$this->user = $user;
809 809
   }
810 810
   public function getUser()
811 811
   {
812
-    return $this->user;
812
+	return $this->user;
813 813
   }
814 814
   public function setWarnings($warnings)
815 815
   {
816
-    $this->warnings = $warnings;
816
+	$this->warnings = $warnings;
817 817
   }
818 818
   public function getWarnings()
819 819
   {
820
-    return $this->warnings;
820
+	return $this->warnings;
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
 
@@ -840,11 +840,11 @@  discard block
 block discarded – undo
840 840
 
841 841
   public function setErrors($errors)
842 842
   {
843
-    $this->errors = $errors;
843
+	$this->errors = $errors;
844 844
   }
845 845
   public function getErrors()
846 846
   {
847
-    return $this->errors;
847
+	return $this->errors;
848 848
   }
849 849
 }
850 850
 
@@ -859,27 +859,27 @@  discard block
 block discarded – undo
859 859
 
860 860
   public function setCode($code)
861 861
   {
862
-    $this->code = $code;
862
+	$this->code = $code;
863 863
   }
864 864
   public function getCode()
865 865
   {
866
-    return $this->code;
866
+	return $this->code;
867 867
   }
868 868
   public function setLocation($location)
869 869
   {
870
-    $this->location = $location;
870
+	$this->location = $location;
871 871
   }
872 872
   public function getLocation()
873 873
   {
874
-    return $this->location;
874
+	return $this->location;
875 875
   }
876 876
   public function setMessage($message)
877 877
   {
878
-    $this->message = $message;
878
+	$this->message = $message;
879 879
   }
880 880
   public function getMessage()
881 881
   {
882
-    return $this->message;
882
+	return $this->message;
883 883
   }
884 884
 }
885 885
 
@@ -896,27 +896,27 @@  discard block
 block discarded – undo
896 896
 
897 897
   public function setCode($code)
898 898
   {
899
-    $this->code = $code;
899
+	$this->code = $code;
900 900
   }
901 901
   public function getCode()
902 902
   {
903
-    return $this->code;
903
+	return $this->code;
904 904
   }
905 905
   public function setData($data)
906 906
   {
907
-    $this->data = $data;
907
+	$this->data = $data;
908 908
   }
909 909
   public function getData()
910 910
   {
911
-    return $this->data;
911
+	return $this->data;
912 912
   }
913 913
   public function setMessage($message)
914 914
   {
915
-    $this->message = $message;
915
+	$this->message = $message;
916 916
   }
917 917
   public function getMessage()
918 918
   {
919
-    return $this->message;
919
+	return $this->message;
920 920
   }
921 921
 }
922 922
 
@@ -930,19 +930,19 @@  discard block
 block discarded – undo
930 930
 
931 931
   public function setKey($key)
932 932
   {
933
-    $this->key = $key;
933
+	$this->key = $key;
934 934
   }
935 935
   public function getKey()
936 936
   {
937
-    return $this->key;
937
+	return $this->key;
938 938
   }
939 939
   public function setValue($value)
940 940
   {
941
-    $this->value = $value;
941
+	$this->value = $value;
942 942
   }
943 943
   public function getValue()
944 944
   {
945
-    return $this->value;
945
+	return $this->value;
946 946
   }
947 947
 }
948 948
 
@@ -971,123 +971,123 @@  discard block
 block discarded – undo
971 971
 
972 972
   public function setActionType($actionType)
973 973
   {
974
-    $this->actionType = $actionType;
974
+	$this->actionType = $actionType;
975 975
   }
976 976
   public function getActionType()
977 977
   {
978
-    return $this->actionType;
978
+	return $this->actionType;
979 979
   }
980 980
   public function setCreationTimestamp($creationTimestamp)
981 981
   {
982
-    $this->creationTimestamp = $creationTimestamp;
982
+	$this->creationTimestamp = $creationTimestamp;
983 983
   }
984 984
   public function getCreationTimestamp()
985 985
   {
986
-    return $this->creationTimestamp;
986
+	return $this->creationTimestamp;
987 987
   }
988 988
   public function setDescription($description)
989 989
   {
990
-    $this->description = $description;
990
+	$this->description = $description;
991 991
   }
992 992
   public function getDescription()
993 993
   {
994
-    return $this->description;
994
+	return $this->description;
995 995
   }
996 996
   public function setError(Google_Service_Replicapoolupdater_RollingUpdateError $error)
997 997
   {
998
-    $this->error = $error;
998
+	$this->error = $error;
999 999
   }
1000 1000
   public function getError()
1001 1001
   {
1002
-    return $this->error;
1002
+	return $this->error;
1003 1003
   }
1004 1004
   public function setId($id)
1005 1005
   {
1006
-    $this->id = $id;
1006
+	$this->id = $id;
1007 1007
   }
1008 1008
   public function getId()
1009 1009
   {
1010
-    return $this->id;
1010
+	return $this->id;
1011 1011
   }
1012 1012
   public function setInstanceGroup($instanceGroup)
1013 1013
   {
1014
-    $this->instanceGroup = $instanceGroup;
1014
+	$this->instanceGroup = $instanceGroup;
1015 1015
   }
1016 1016
   public function getInstanceGroup()
1017 1017
   {
1018
-    return $this->instanceGroup;
1018
+	return $this->instanceGroup;
1019 1019
   }
1020 1020
   public function setInstanceGroupManager($instanceGroupManager)
1021 1021
   {
1022
-    $this->instanceGroupManager = $instanceGroupManager;
1022
+	$this->instanceGroupManager = $instanceGroupManager;
1023 1023
   }
1024 1024
   public function getInstanceGroupManager()
1025 1025
   {
1026
-    return $this->instanceGroupManager;
1026
+	return $this->instanceGroupManager;
1027 1027
   }
1028 1028
   public function setInstanceTemplate($instanceTemplate)
1029 1029
   {
1030
-    $this->instanceTemplate = $instanceTemplate;
1030
+	$this->instanceTemplate = $instanceTemplate;
1031 1031
   }
1032 1032
   public function getInstanceTemplate()
1033 1033
   {
1034
-    return $this->instanceTemplate;
1034
+	return $this->instanceTemplate;
1035 1035
   }
1036 1036
   public function setKind($kind)
1037 1037
   {
1038
-    $this->kind = $kind;
1038
+	$this->kind = $kind;
1039 1039
   }
1040 1040
   public function getKind()
1041 1041
   {
1042
-    return $this->kind;
1042
+	return $this->kind;
1043 1043
   }
1044 1044
   public function setPolicy(Google_Service_Replicapoolupdater_RollingUpdatePolicy $policy)
1045 1045
   {
1046
-    $this->policy = $policy;
1046
+	$this->policy = $policy;
1047 1047
   }
1048 1048
   public function getPolicy()
1049 1049
   {
1050
-    return $this->policy;
1050
+	return $this->policy;
1051 1051
   }
1052 1052
   public function setProgress($progress)
1053 1053
   {
1054
-    $this->progress = $progress;
1054
+	$this->progress = $progress;
1055 1055
   }
1056 1056
   public function getProgress()
1057 1057
   {
1058
-    return $this->progress;
1058
+	return $this->progress;
1059 1059
   }
1060 1060
   public function setSelfLink($selfLink)
1061 1061
   {
1062
-    $this->selfLink = $selfLink;
1062
+	$this->selfLink = $selfLink;
1063 1063
   }
1064 1064
   public function getSelfLink()
1065 1065
   {
1066
-    return $this->selfLink;
1066
+	return $this->selfLink;
1067 1067
   }
1068 1068
   public function setStatus($status)
1069 1069
   {
1070
-    $this->status = $status;
1070
+	$this->status = $status;
1071 1071
   }
1072 1072
   public function getStatus()
1073 1073
   {
1074
-    return $this->status;
1074
+	return $this->status;
1075 1075
   }
1076 1076
   public function setStatusMessage($statusMessage)
1077 1077
   {
1078
-    $this->statusMessage = $statusMessage;
1078
+	$this->statusMessage = $statusMessage;
1079 1079
   }
1080 1080
   public function getStatusMessage()
1081 1081
   {
1082
-    return $this->statusMessage;
1082
+	return $this->statusMessage;
1083 1083
   }
1084 1084
   public function setUser($user)
1085 1085
   {
1086
-    $this->user = $user;
1086
+	$this->user = $user;
1087 1087
   }
1088 1088
   public function getUser()
1089 1089
   {
1090
-    return $this->user;
1090
+	return $this->user;
1091 1091
   }
1092 1092
 }
1093 1093
 
@@ -1102,11 +1102,11 @@  discard block
 block discarded – undo
1102 1102
 
1103 1103
   public function setErrors($errors)
1104 1104
   {
1105
-    $this->errors = $errors;
1105
+	$this->errors = $errors;
1106 1106
   }
1107 1107
   public function getErrors()
1108 1108
   {
1109
-    return $this->errors;
1109
+	return $this->errors;
1110 1110
   }
1111 1111
 }
1112 1112
 
@@ -1121,27 +1121,27 @@  discard block
 block discarded – undo
1121 1121
 
1122 1122
   public function setCode($code)
1123 1123
   {
1124
-    $this->code = $code;
1124
+	$this->code = $code;
1125 1125
   }
1126 1126
   public function getCode()
1127 1127
   {
1128
-    return $this->code;
1128
+	return $this->code;
1129 1129
   }
1130 1130
   public function setLocation($location)
1131 1131
   {
1132
-    $this->location = $location;
1132
+	$this->location = $location;
1133 1133
   }
1134 1134
   public function getLocation()
1135 1135
   {
1136
-    return $this->location;
1136
+	return $this->location;
1137 1137
   }
1138 1138
   public function setMessage($message)
1139 1139
   {
1140
-    $this->message = $message;
1140
+	$this->message = $message;
1141 1141
   }
1142 1142
   public function getMessage()
1143 1143
   {
1144
-    return $this->message;
1144
+	return $this->message;
1145 1145
   }
1146 1146
 }
1147 1147
 
@@ -1159,35 +1159,35 @@  discard block
 block discarded – undo
1159 1159
 
1160 1160
   public function setItems($items)
1161 1161
   {
1162
-    $this->items = $items;
1162
+	$this->items = $items;
1163 1163
   }
1164 1164
   public function getItems()
1165 1165
   {
1166
-    return $this->items;
1166
+	return $this->items;
1167 1167
   }
1168 1168
   public function setKind($kind)
1169 1169
   {
1170
-    $this->kind = $kind;
1170
+	$this->kind = $kind;
1171 1171
   }
1172 1172
   public function getKind()
1173 1173
   {
1174
-    return $this->kind;
1174
+	return $this->kind;
1175 1175
   }
1176 1176
   public function setNextPageToken($nextPageToken)
1177 1177
   {
1178
-    $this->nextPageToken = $nextPageToken;
1178
+	$this->nextPageToken = $nextPageToken;
1179 1179
   }
1180 1180
   public function getNextPageToken()
1181 1181
   {
1182
-    return $this->nextPageToken;
1182
+	return $this->nextPageToken;
1183 1183
   }
1184 1184
   public function setSelfLink($selfLink)
1185 1185
   {
1186
-    $this->selfLink = $selfLink;
1186
+	$this->selfLink = $selfLink;
1187 1187
   }
1188 1188
   public function getSelfLink()
1189 1189
   {
1190
-    return $this->selfLink;
1190
+	return $this->selfLink;
1191 1191
   }
1192 1192
 }
1193 1193
 
@@ -1204,42 +1204,42 @@  discard block
 block discarded – undo
1204 1204
 
1205 1205
   public function setAutoPauseAfterInstances($autoPauseAfterInstances)
1206 1206
   {
1207
-    $this->autoPauseAfterInstances = $autoPauseAfterInstances;
1207
+	$this->autoPauseAfterInstances = $autoPauseAfterInstances;
1208 1208
   }
1209 1209
   public function getAutoPauseAfterInstances()
1210 1210
   {
1211
-    return $this->autoPauseAfterInstances;
1211
+	return $this->autoPauseAfterInstances;
1212 1212
   }
1213 1213
   public function setInstanceStartupTimeoutSec($instanceStartupTimeoutSec)
1214 1214
   {
1215
-    $this->instanceStartupTimeoutSec = $instanceStartupTimeoutSec;
1215
+	$this->instanceStartupTimeoutSec = $instanceStartupTimeoutSec;
1216 1216
   }
1217 1217
   public function getInstanceStartupTimeoutSec()
1218 1218
   {
1219
-    return $this->instanceStartupTimeoutSec;
1219
+	return $this->instanceStartupTimeoutSec;
1220 1220
   }
1221 1221
   public function setMaxNumConcurrentInstances($maxNumConcurrentInstances)
1222 1222
   {
1223
-    $this->maxNumConcurrentInstances = $maxNumConcurrentInstances;
1223
+	$this->maxNumConcurrentInstances = $maxNumConcurrentInstances;
1224 1224
   }
1225 1225
   public function getMaxNumConcurrentInstances()
1226 1226
   {
1227
-    return $this->maxNumConcurrentInstances;
1227
+	return $this->maxNumConcurrentInstances;
1228 1228
   }
1229 1229
   public function setMaxNumFailedInstances($maxNumFailedInstances)
1230 1230
   {
1231
-    $this->maxNumFailedInstances = $maxNumFailedInstances;
1231
+	$this->maxNumFailedInstances = $maxNumFailedInstances;
1232 1232
   }
1233 1233
   public function getMaxNumFailedInstances()
1234 1234
   {
1235
-    return $this->maxNumFailedInstances;
1235
+	return $this->maxNumFailedInstances;
1236 1236
   }
1237 1237
   public function setMinInstanceUpdateTimeSec($minInstanceUpdateTimeSec)
1238 1238
   {
1239
-    $this->minInstanceUpdateTimeSec = $minInstanceUpdateTimeSec;
1239
+	$this->minInstanceUpdateTimeSec = $minInstanceUpdateTimeSec;
1240 1240
   }
1241 1241
   public function getMinInstanceUpdateTimeSec()
1242 1242
   {
1243
-    return $this->minInstanceUpdateTimeSec;
1243
+	return $this->minInstanceUpdateTimeSec;
1244 1244
   }
1245 1245
 }
Please login to merge, or discard this patch.
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
                   'required' => true,
85 85
                 ),
86 86
               ),
87
-            ),'get' => array(
87
+            ), 'get' => array(
88 88
               'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}',
89 89
               'httpMethod' => 'GET',
90 90
               'parameters' => array(
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
                   'required' => true,
105 105
                 ),
106 106
               ),
107
-            ),'insert' => array(
107
+            ), 'insert' => array(
108 108
               'path' => '{project}/zones/{zone}/rollingUpdates',
109 109
               'httpMethod' => 'POST',
110 110
               'parameters' => array(
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
                   'required' => true,
120 120
                 ),
121 121
               ),
122
-            ),'list' => array(
122
+            ), 'list' => array(
123 123
               'path' => '{project}/zones/{zone}/rollingUpdates',
124 124
               'httpMethod' => 'GET',
125 125
               'parameters' => array(
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
                   'type' => 'string',
151 151
                 ),
152 152
               ),
153
-            ),'listInstanceUpdates' => array(
153
+            ), 'listInstanceUpdates' => array(
154 154
               'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/instanceUpdates',
155 155
               'httpMethod' => 'GET',
156 156
               'parameters' => array(
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
                   'type' => 'string',
183 183
                 ),
184 184
               ),
185
-            ),'pause' => array(
185
+            ), 'pause' => array(
186 186
               'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/pause',
187 187
               'httpMethod' => 'POST',
188 188
               'parameters' => array(
@@ -202,7 +202,7 @@  discard block
 block discarded – undo
202 202
                   'required' => true,
203 203
                 ),
204 204
               ),
205
-            ),'resume' => array(
205
+            ), 'resume' => array(
206 206
               'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/resume',
207 207
               'httpMethod' => 'POST',
208 208
               'parameters' => array(
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
                   'required' => true,
223 223
                 ),
224 224
               ),
225
-            ),'rollback' => array(
225
+            ), 'rollback' => array(
226 226
               'path' => '{project}/zones/{zone}/rollingUpdates/{rollingUpdate}/rollback',
227 227
               'httpMethod' => 'POST',
228 228
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/CloudMonitoring.php 2 patches
Indentation   +320 added lines, -320 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and write monitoring data for all of your Google and third-party Cloud and API projects. */
34 34
   const MONITORING =
35
-      "https://www.googleapis.com/auth/monitoring";
35
+	  "https://www.googleapis.com/auth/monitoring";
36 36
 
37 37
   public $metricDescriptors;
38 38
   public $timeseries;
@@ -46,197 +46,197 @@  discard block
 block discarded – undo
46 46
    */
47 47
   public function __construct(Google_Client $client)
48 48
   {
49
-    parent::__construct($client);
50
-    $this->rootUrl = 'https://www.googleapis.com/';
51
-    $this->servicePath = 'cloudmonitoring/v2beta2/projects/';
52
-    $this->version = 'v2beta2';
53
-    $this->serviceName = 'cloudmonitoring';
54
-
55
-    $this->metricDescriptors = new Google_Service_CloudMonitoring_MetricDescriptors_Resource(
56
-        $this,
57
-        $this->serviceName,
58
-        'metricDescriptors',
59
-        array(
60
-          'methods' => array(
61
-            'create' => array(
62
-              'path' => '{project}/metricDescriptors',
63
-              'httpMethod' => 'POST',
64
-              'parameters' => array(
65
-                'project' => array(
66
-                  'location' => 'path',
67
-                  'type' => 'string',
68
-                  'required' => true,
69
-                ),
70
-              ),
71
-            ),'delete' => array(
72
-              'path' => '{project}/metricDescriptors/{metric}',
73
-              'httpMethod' => 'DELETE',
74
-              'parameters' => array(
75
-                'project' => array(
76
-                  'location' => 'path',
77
-                  'type' => 'string',
78
-                  'required' => true,
79
-                ),
80
-                'metric' => array(
81
-                  'location' => 'path',
82
-                  'type' => 'string',
83
-                  'required' => true,
84
-                ),
85
-              ),
86
-            ),'list' => array(
87
-              'path' => '{project}/metricDescriptors',
88
-              'httpMethod' => 'GET',
89
-              'parameters' => array(
90
-                'project' => array(
91
-                  'location' => 'path',
92
-                  'type' => 'string',
93
-                  'required' => true,
94
-                ),
95
-                'count' => array(
96
-                  'location' => 'query',
97
-                  'type' => 'integer',
98
-                ),
99
-                'pageToken' => array(
100
-                  'location' => 'query',
101
-                  'type' => 'string',
102
-                ),
103
-                'query' => array(
104
-                  'location' => 'query',
105
-                  'type' => 'string',
106
-                ),
107
-              ),
108
-            ),
109
-          )
110
-        )
111
-    );
112
-    $this->timeseries = new Google_Service_CloudMonitoring_Timeseries_Resource(
113
-        $this,
114
-        $this->serviceName,
115
-        'timeseries',
116
-        array(
117
-          'methods' => array(
118
-            'list' => array(
119
-              'path' => '{project}/timeseries/{metric}',
120
-              'httpMethod' => 'GET',
121
-              'parameters' => array(
122
-                'project' => array(
123
-                  'location' => 'path',
124
-                  'type' => 'string',
125
-                  'required' => true,
126
-                ),
127
-                'metric' => array(
128
-                  'location' => 'path',
129
-                  'type' => 'string',
130
-                  'required' => true,
131
-                ),
132
-                'youngest' => array(
133
-                  'location' => 'query',
134
-                  'type' => 'string',
135
-                  'required' => true,
136
-                ),
137
-                'count' => array(
138
-                  'location' => 'query',
139
-                  'type' => 'integer',
140
-                ),
141
-                'timespan' => array(
142
-                  'location' => 'query',
143
-                  'type' => 'string',
144
-                ),
145
-                'aggregator' => array(
146
-                  'location' => 'query',
147
-                  'type' => 'string',
148
-                ),
149
-                'labels' => array(
150
-                  'location' => 'query',
151
-                  'type' => 'string',
152
-                  'repeated' => true,
153
-                ),
154
-                'pageToken' => array(
155
-                  'location' => 'query',
156
-                  'type' => 'string',
157
-                ),
158
-                'window' => array(
159
-                  'location' => 'query',
160
-                  'type' => 'string',
161
-                ),
162
-                'oldest' => array(
163
-                  'location' => 'query',
164
-                  'type' => 'string',
165
-                ),
166
-              ),
167
-            ),'write' => array(
168
-              'path' => '{project}/timeseries:write',
169
-              'httpMethod' => 'POST',
170
-              'parameters' => array(
171
-                'project' => array(
172
-                  'location' => 'path',
173
-                  'type' => 'string',
174
-                  'required' => true,
175
-                ),
176
-              ),
177
-            ),
178
-          )
179
-        )
180
-    );
181
-    $this->timeseriesDescriptors = new Google_Service_CloudMonitoring_TimeseriesDescriptors_Resource(
182
-        $this,
183
-        $this->serviceName,
184
-        'timeseriesDescriptors',
185
-        array(
186
-          'methods' => array(
187
-            'list' => array(
188
-              'path' => '{project}/timeseriesDescriptors/{metric}',
189
-              'httpMethod' => 'GET',
190
-              'parameters' => array(
191
-                'project' => array(
192
-                  'location' => 'path',
193
-                  'type' => 'string',
194
-                  'required' => true,
195
-                ),
196
-                'metric' => array(
197
-                  'location' => 'path',
198
-                  'type' => 'string',
199
-                  'required' => true,
200
-                ),
201
-                'youngest' => array(
202
-                  'location' => 'query',
203
-                  'type' => 'string',
204
-                  'required' => true,
205
-                ),
206
-                'count' => array(
207
-                  'location' => 'query',
208
-                  'type' => 'integer',
209
-                ),
210
-                'timespan' => array(
211
-                  'location' => 'query',
212
-                  'type' => 'string',
213
-                ),
214
-                'aggregator' => array(
215
-                  'location' => 'query',
216
-                  'type' => 'string',
217
-                ),
218
-                'labels' => array(
219
-                  'location' => 'query',
220
-                  'type' => 'string',
221
-                  'repeated' => true,
222
-                ),
223
-                'pageToken' => array(
224
-                  'location' => 'query',
225
-                  'type' => 'string',
226
-                ),
227
-                'window' => array(
228
-                  'location' => 'query',
229
-                  'type' => 'string',
230
-                ),
231
-                'oldest' => array(
232
-                  'location' => 'query',
233
-                  'type' => 'string',
234
-                ),
235
-              ),
236
-            ),
237
-          )
238
-        )
239
-    );
49
+	parent::__construct($client);
50
+	$this->rootUrl = 'https://www.googleapis.com/';
51
+	$this->servicePath = 'cloudmonitoring/v2beta2/projects/';
52
+	$this->version = 'v2beta2';
53
+	$this->serviceName = 'cloudmonitoring';
54
+
55
+	$this->metricDescriptors = new Google_Service_CloudMonitoring_MetricDescriptors_Resource(
56
+		$this,
57
+		$this->serviceName,
58
+		'metricDescriptors',
59
+		array(
60
+		  'methods' => array(
61
+			'create' => array(
62
+			  'path' => '{project}/metricDescriptors',
63
+			  'httpMethod' => 'POST',
64
+			  'parameters' => array(
65
+				'project' => array(
66
+				  'location' => 'path',
67
+				  'type' => 'string',
68
+				  'required' => true,
69
+				),
70
+			  ),
71
+			),'delete' => array(
72
+			  'path' => '{project}/metricDescriptors/{metric}',
73
+			  'httpMethod' => 'DELETE',
74
+			  'parameters' => array(
75
+				'project' => array(
76
+				  'location' => 'path',
77
+				  'type' => 'string',
78
+				  'required' => true,
79
+				),
80
+				'metric' => array(
81
+				  'location' => 'path',
82
+				  'type' => 'string',
83
+				  'required' => true,
84
+				),
85
+			  ),
86
+			),'list' => array(
87
+			  'path' => '{project}/metricDescriptors',
88
+			  'httpMethod' => 'GET',
89
+			  'parameters' => array(
90
+				'project' => array(
91
+				  'location' => 'path',
92
+				  'type' => 'string',
93
+				  'required' => true,
94
+				),
95
+				'count' => array(
96
+				  'location' => 'query',
97
+				  'type' => 'integer',
98
+				),
99
+				'pageToken' => array(
100
+				  'location' => 'query',
101
+				  'type' => 'string',
102
+				),
103
+				'query' => array(
104
+				  'location' => 'query',
105
+				  'type' => 'string',
106
+				),
107
+			  ),
108
+			),
109
+		  )
110
+		)
111
+	);
112
+	$this->timeseries = new Google_Service_CloudMonitoring_Timeseries_Resource(
113
+		$this,
114
+		$this->serviceName,
115
+		'timeseries',
116
+		array(
117
+		  'methods' => array(
118
+			'list' => array(
119
+			  'path' => '{project}/timeseries/{metric}',
120
+			  'httpMethod' => 'GET',
121
+			  'parameters' => array(
122
+				'project' => array(
123
+				  'location' => 'path',
124
+				  'type' => 'string',
125
+				  'required' => true,
126
+				),
127
+				'metric' => array(
128
+				  'location' => 'path',
129
+				  'type' => 'string',
130
+				  'required' => true,
131
+				),
132
+				'youngest' => array(
133
+				  'location' => 'query',
134
+				  'type' => 'string',
135
+				  'required' => true,
136
+				),
137
+				'count' => array(
138
+				  'location' => 'query',
139
+				  'type' => 'integer',
140
+				),
141
+				'timespan' => array(
142
+				  'location' => 'query',
143
+				  'type' => 'string',
144
+				),
145
+				'aggregator' => array(
146
+				  'location' => 'query',
147
+				  'type' => 'string',
148
+				),
149
+				'labels' => array(
150
+				  'location' => 'query',
151
+				  'type' => 'string',
152
+				  'repeated' => true,
153
+				),
154
+				'pageToken' => array(
155
+				  'location' => 'query',
156
+				  'type' => 'string',
157
+				),
158
+				'window' => array(
159
+				  'location' => 'query',
160
+				  'type' => 'string',
161
+				),
162
+				'oldest' => array(
163
+				  'location' => 'query',
164
+				  'type' => 'string',
165
+				),
166
+			  ),
167
+			),'write' => array(
168
+			  'path' => '{project}/timeseries:write',
169
+			  'httpMethod' => 'POST',
170
+			  'parameters' => array(
171
+				'project' => array(
172
+				  'location' => 'path',
173
+				  'type' => 'string',
174
+				  'required' => true,
175
+				),
176
+			  ),
177
+			),
178
+		  )
179
+		)
180
+	);
181
+	$this->timeseriesDescriptors = new Google_Service_CloudMonitoring_TimeseriesDescriptors_Resource(
182
+		$this,
183
+		$this->serviceName,
184
+		'timeseriesDescriptors',
185
+		array(
186
+		  'methods' => array(
187
+			'list' => array(
188
+			  'path' => '{project}/timeseriesDescriptors/{metric}',
189
+			  'httpMethod' => 'GET',
190
+			  'parameters' => array(
191
+				'project' => array(
192
+				  'location' => 'path',
193
+				  'type' => 'string',
194
+				  'required' => true,
195
+				),
196
+				'metric' => array(
197
+				  'location' => 'path',
198
+				  'type' => 'string',
199
+				  'required' => true,
200
+				),
201
+				'youngest' => array(
202
+				  'location' => 'query',
203
+				  'type' => 'string',
204
+				  'required' => true,
205
+				),
206
+				'count' => array(
207
+				  'location' => 'query',
208
+				  'type' => 'integer',
209
+				),
210
+				'timespan' => array(
211
+				  'location' => 'query',
212
+				  'type' => 'string',
213
+				),
214
+				'aggregator' => array(
215
+				  'location' => 'query',
216
+				  'type' => 'string',
217
+				),
218
+				'labels' => array(
219
+				  'location' => 'query',
220
+				  'type' => 'string',
221
+				  'repeated' => true,
222
+				),
223
+				'pageToken' => array(
224
+				  'location' => 'query',
225
+				  'type' => 'string',
226
+				),
227
+				'window' => array(
228
+				  'location' => 'query',
229
+				  'type' => 'string',
230
+				),
231
+				'oldest' => array(
232
+				  'location' => 'query',
233
+				  'type' => 'string',
234
+				),
235
+			  ),
236
+			),
237
+		  )
238
+		)
239
+	);
240 240
   }
241 241
 }
242 242
 
@@ -263,9 +263,9 @@  discard block
 block discarded – undo
263 263
    */
264 264
   public function create($project, Google_Service_CloudMonitoring_MetricDescriptor $postBody, $optParams = array())
265 265
   {
266
-    $params = array('project' => $project, 'postBody' => $postBody);
267
-    $params = array_merge($params, $optParams);
268
-    return $this->call('create', array($params), "Google_Service_CloudMonitoring_MetricDescriptor");
266
+	$params = array('project' => $project, 'postBody' => $postBody);
267
+	$params = array_merge($params, $optParams);
268
+	return $this->call('create', array($params), "Google_Service_CloudMonitoring_MetricDescriptor");
269 269
   }
270 270
 
271 271
   /**
@@ -278,9 +278,9 @@  discard block
 block discarded – undo
278 278
    */
279 279
   public function delete($project, $metric, $optParams = array())
280 280
   {
281
-    $params = array('project' => $project, 'metric' => $metric);
282
-    $params = array_merge($params, $optParams);
283
-    return $this->call('delete', array($params), "Google_Service_CloudMonitoring_DeleteMetricDescriptorResponse");
281
+	$params = array('project' => $project, 'metric' => $metric);
282
+	$params = array_merge($params, $optParams);
283
+	return $this->call('delete', array($params), "Google_Service_CloudMonitoring_DeleteMetricDescriptorResponse");
284 284
   }
285 285
 
286 286
   /**
@@ -308,9 +308,9 @@  discard block
 block discarded – undo
308 308
    */
309 309
   public function listMetricDescriptors($project, $optParams = array())
310 310
   {
311
-    $params = array('project' => $project);
312
-    $params = array_merge($params, $optParams);
313
-    return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListMetricDescriptorsResponse");
311
+	$params = array('project' => $project);
312
+	$params = array_merge($params, $optParams);
313
+	return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListMetricDescriptorsResponse");
314 314
   }
315 315
 }
316 316
 
@@ -376,9 +376,9 @@  discard block
 block discarded – undo
376 376
    */
377 377
   public function listTimeseries($project, $metric, $youngest, $optParams = array())
378 378
   {
379
-    $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest);
380
-    $params = array_merge($params, $optParams);
381
-    return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesResponse");
379
+	$params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest);
380
+	$params = array_merge($params, $optParams);
381
+	return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesResponse");
382 382
   }
383 383
 
384 384
   /**
@@ -398,9 +398,9 @@  discard block
 block discarded – undo
398 398
    */
399 399
   public function write($project, Google_Service_CloudMonitoring_WriteTimeseriesRequest $postBody, $optParams = array())
400 400
   {
401
-    $params = array('project' => $project, 'postBody' => $postBody);
402
-    $params = array_merge($params, $optParams);
403
-    return $this->call('write', array($params), "Google_Service_CloudMonitoring_WriteTimeseriesResponse");
401
+	$params = array('project' => $project, 'postBody' => $postBody);
402
+	$params = array_merge($params, $optParams);
403
+	return $this->call('write', array($params), "Google_Service_CloudMonitoring_WriteTimeseriesResponse");
404 404
   }
405 405
 }
406 406
 
@@ -466,9 +466,9 @@  discard block
 block discarded – undo
466 466
    */
467 467
   public function listTimeseriesDescriptors($project, $metric, $youngest, $optParams = array())
468 468
   {
469
-    $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest);
470
-    $params = array_merge($params, $optParams);
471
-    return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse");
469
+	$params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest);
470
+	$params = array_merge($params, $optParams);
471
+	return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse");
472 472
   }
473 473
 }
474 474
 
@@ -484,11 +484,11 @@  discard block
 block discarded – undo
484 484
 
485 485
   public function setKind($kind)
486 486
   {
487
-    $this->kind = $kind;
487
+	$this->kind = $kind;
488 488
   }
489 489
   public function getKind()
490 490
   {
491
-    return $this->kind;
491
+	return $this->kind;
492 492
   }
493 493
 }
494 494
 
@@ -501,11 +501,11 @@  discard block
 block discarded – undo
501 501
 
502 502
   public function setKind($kind)
503 503
   {
504
-    $this->kind = $kind;
504
+	$this->kind = $kind;
505 505
   }
506 506
   public function getKind()
507 507
   {
508
-    return $this->kind;
508
+	return $this->kind;
509 509
   }
510 510
 }
511 511
 
@@ -522,27 +522,27 @@  discard block
 block discarded – undo
522 522
 
523 523
   public function setKind($kind)
524 524
   {
525
-    $this->kind = $kind;
525
+	$this->kind = $kind;
526 526
   }
527 527
   public function getKind()
528 528
   {
529
-    return $this->kind;
529
+	return $this->kind;
530 530
   }
531 531
   public function setMetrics($metrics)
532 532
   {
533
-    $this->metrics = $metrics;
533
+	$this->metrics = $metrics;
534 534
   }
535 535
   public function getMetrics()
536 536
   {
537
-    return $this->metrics;
537
+	return $this->metrics;
538 538
   }
539 539
   public function setNextPageToken($nextPageToken)
540 540
   {
541
-    $this->nextPageToken = $nextPageToken;
541
+	$this->nextPageToken = $nextPageToken;
542 542
   }
543 543
   public function getNextPageToken()
544 544
   {
545
-    return $this->nextPageToken;
545
+	return $this->nextPageToken;
546 546
   }
547 547
 }
548 548
 
@@ -555,11 +555,11 @@  discard block
 block discarded – undo
555 555
 
556 556
   public function setKind($kind)
557 557
   {
558
-    $this->kind = $kind;
558
+	$this->kind = $kind;
559 559
   }
560 560
   public function getKind()
561 561
   {
562
-    return $this->kind;
562
+	return $this->kind;
563 563
   }
564 564
 }
565 565
 
@@ -578,43 +578,43 @@  discard block
 block discarded – undo
578 578
 
579 579
   public function setKind($kind)
580 580
   {
581
-    $this->kind = $kind;
581
+	$this->kind = $kind;
582 582
   }
583 583
   public function getKind()
584 584
   {
585
-    return $this->kind;
585
+	return $this->kind;
586 586
   }
587 587
   public function setNextPageToken($nextPageToken)
588 588
   {
589
-    $this->nextPageToken = $nextPageToken;
589
+	$this->nextPageToken = $nextPageToken;
590 590
   }
591 591
   public function getNextPageToken()
592 592
   {
593
-    return $this->nextPageToken;
593
+	return $this->nextPageToken;
594 594
   }
595 595
   public function setOldest($oldest)
596 596
   {
597
-    $this->oldest = $oldest;
597
+	$this->oldest = $oldest;
598 598
   }
599 599
   public function getOldest()
600 600
   {
601
-    return $this->oldest;
601
+	return $this->oldest;
602 602
   }
603 603
   public function setTimeseries($timeseries)
604 604
   {
605
-    $this->timeseries = $timeseries;
605
+	$this->timeseries = $timeseries;
606 606
   }
607 607
   public function getTimeseries()
608 608
   {
609
-    return $this->timeseries;
609
+	return $this->timeseries;
610 610
   }
611 611
   public function setYoungest($youngest)
612 612
   {
613
-    $this->youngest = $youngest;
613
+	$this->youngest = $youngest;
614 614
   }
615 615
   public function getYoungest()
616 616
   {
617
-    return $this->youngest;
617
+	return $this->youngest;
618 618
   }
619 619
 }
620 620
 
@@ -627,11 +627,11 @@  discard block
 block discarded – undo
627 627
 
628 628
   public function setKind($kind)
629 629
   {
630
-    $this->kind = $kind;
630
+	$this->kind = $kind;
631 631
   }
632 632
   public function getKind()
633 633
   {
634
-    return $this->kind;
634
+	return $this->kind;
635 635
   }
636 636
 }
637 637
 
@@ -650,43 +650,43 @@  discard block
 block discarded – undo
650 650
 
651 651
   public function setKind($kind)
652 652
   {
653
-    $this->kind = $kind;
653
+	$this->kind = $kind;
654 654
   }
655 655
   public function getKind()
656 656
   {
657
-    return $this->kind;
657
+	return $this->kind;
658 658
   }
659 659
   public function setNextPageToken($nextPageToken)
660 660
   {
661
-    $this->nextPageToken = $nextPageToken;
661
+	$this->nextPageToken = $nextPageToken;
662 662
   }
663 663
   public function getNextPageToken()
664 664
   {
665
-    return $this->nextPageToken;
665
+	return $this->nextPageToken;
666 666
   }
667 667
   public function setOldest($oldest)
668 668
   {
669
-    $this->oldest = $oldest;
669
+	$this->oldest = $oldest;
670 670
   }
671 671
   public function getOldest()
672 672
   {
673
-    return $this->oldest;
673
+	return $this->oldest;
674 674
   }
675 675
   public function setTimeseries($timeseries)
676 676
   {
677
-    $this->timeseries = $timeseries;
677
+	$this->timeseries = $timeseries;
678 678
   }
679 679
   public function getTimeseries()
680 680
   {
681
-    return $this->timeseries;
681
+	return $this->timeseries;
682 682
   }
683 683
   public function setYoungest($youngest)
684 684
   {
685
-    $this->youngest = $youngest;
685
+	$this->youngest = $youngest;
686 686
   }
687 687
   public function getYoungest()
688 688
   {
689
-    return $this->youngest;
689
+	return $this->youngest;
690 690
   }
691 691
 }
692 692
 
@@ -706,43 +706,43 @@  discard block
 block discarded – undo
706 706
 
707 707
   public function setDescription($description)
708 708
   {
709
-    $this->description = $description;
709
+	$this->description = $description;
710 710
   }
711 711
   public function getDescription()
712 712
   {
713
-    return $this->description;
713
+	return $this->description;
714 714
   }
715 715
   public function setLabels($labels)
716 716
   {
717
-    $this->labels = $labels;
717
+	$this->labels = $labels;
718 718
   }
719 719
   public function getLabels()
720 720
   {
721
-    return $this->labels;
721
+	return $this->labels;
722 722
   }
723 723
   public function setName($name)
724 724
   {
725
-    $this->name = $name;
725
+	$this->name = $name;
726 726
   }
727 727
   public function getName()
728 728
   {
729
-    return $this->name;
729
+	return $this->name;
730 730
   }
731 731
   public function setProject($project)
732 732
   {
733
-    $this->project = $project;
733
+	$this->project = $project;
734 734
   }
735 735
   public function getProject()
736 736
   {
737
-    return $this->project;
737
+	return $this->project;
738 738
   }
739 739
   public function setTypeDescriptor(Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor $typeDescriptor)
740 740
   {
741
-    $this->typeDescriptor = $typeDescriptor;
741
+	$this->typeDescriptor = $typeDescriptor;
742 742
   }
743 743
   public function getTypeDescriptor()
744 744
   {
745
-    return $this->typeDescriptor;
745
+	return $this->typeDescriptor;
746 746
   }
747 747
 }
748 748
 
@@ -756,19 +756,19 @@  discard block
 block discarded – undo
756 756
 
757 757
   public function setDescription($description)
758 758
   {
759
-    $this->description = $description;
759
+	$this->description = $description;
760 760
   }
761 761
   public function getDescription()
762 762
   {
763
-    return $this->description;
763
+	return $this->description;
764 764
   }
765 765
   public function setKey($key)
766 766
   {
767
-    $this->key = $key;
767
+	$this->key = $key;
768 768
   }
769 769
   public function getKey()
770 770
   {
771
-    return $this->key;
771
+	return $this->key;
772 772
   }
773 773
 }
774 774
 
@@ -782,19 +782,19 @@  discard block
 block discarded – undo
782 782
 
783 783
   public function setMetricType($metricType)
784 784
   {
785
-    $this->metricType = $metricType;
785
+	$this->metricType = $metricType;
786 786
   }
787 787
   public function getMetricType()
788 788
   {
789
-    return $this->metricType;
789
+	return $this->metricType;
790 790
   }
791 791
   public function setValueType($valueType)
792 792
   {
793
-    $this->valueType = $valueType;
793
+	$this->valueType = $valueType;
794 794
   }
795 795
   public function getValueType()
796 796
   {
797
-    return $this->valueType;
797
+	return $this->valueType;
798 798
   }
799 799
 }
800 800
 
@@ -814,59 +814,59 @@  discard block
 block discarded – undo
814 814
 
815 815
   public function setBoolValue($boolValue)
816 816
   {
817
-    $this->boolValue = $boolValue;
817
+	$this->boolValue = $boolValue;
818 818
   }
819 819
   public function getBoolValue()
820 820
   {
821
-    return $this->boolValue;
821
+	return $this->boolValue;
822 822
   }
823 823
   public function setDistributionValue(Google_Service_CloudMonitoring_PointDistribution $distributionValue)
824 824
   {
825
-    $this->distributionValue = $distributionValue;
825
+	$this->distributionValue = $distributionValue;
826 826
   }
827 827
   public function getDistributionValue()
828 828
   {
829
-    return $this->distributionValue;
829
+	return $this->distributionValue;
830 830
   }
831 831
   public function setDoubleValue($doubleValue)
832 832
   {
833
-    $this->doubleValue = $doubleValue;
833
+	$this->doubleValue = $doubleValue;
834 834
   }
835 835
   public function getDoubleValue()
836 836
   {
837
-    return $this->doubleValue;
837
+	return $this->doubleValue;
838 838
   }
839 839
   public function setEnd($end)
840 840
   {
841
-    $this->end = $end;
841
+	$this->end = $end;
842 842
   }
843 843
   public function getEnd()
844 844
   {
845
-    return $this->end;
845
+	return $this->end;
846 846
   }
847 847
   public function setInt64Value($int64Value)
848 848
   {
849
-    $this->int64Value = $int64Value;
849
+	$this->int64Value = $int64Value;
850 850
   }
851 851
   public function getInt64Value()
852 852
   {
853
-    return $this->int64Value;
853
+	return $this->int64Value;
854 854
   }
855 855
   public function setStart($start)
856 856
   {
857
-    $this->start = $start;
857
+	$this->start = $start;
858 858
   }
859 859
   public function getStart()
860 860
   {
861
-    return $this->start;
861
+	return $this->start;
862 862
   }
863 863
   public function setStringValue($stringValue)
864 864
   {
865
-    $this->stringValue = $stringValue;
865
+	$this->stringValue = $stringValue;
866 866
   }
867 867
   public function getStringValue()
868 868
   {
869
-    return $this->stringValue;
869
+	return $this->stringValue;
870 870
   }
871 871
 }
872 872
 
@@ -885,27 +885,27 @@  discard block
 block discarded – undo
885 885
 
886 886
   public function setBuckets($buckets)
887 887
   {
888
-    $this->buckets = $buckets;
888
+	$this->buckets = $buckets;
889 889
   }
890 890
   public function getBuckets()
891 891
   {
892
-    return $this->buckets;
892
+	return $this->buckets;
893 893
   }
894 894
   public function setOverflowBucket(Google_Service_CloudMonitoring_PointDistributionOverflowBucket $overflowBucket)
895 895
   {
896
-    $this->overflowBucket = $overflowBucket;
896
+	$this->overflowBucket = $overflowBucket;
897 897
   }
898 898
   public function getOverflowBucket()
899 899
   {
900
-    return $this->overflowBucket;
900
+	return $this->overflowBucket;
901 901
   }
902 902
   public function setUnderflowBucket(Google_Service_CloudMonitoring_PointDistributionUnderflowBucket $underflowBucket)
903 903
   {
904
-    $this->underflowBucket = $underflowBucket;
904
+	$this->underflowBucket = $underflowBucket;
905 905
   }
906 906
   public function getUnderflowBucket()
907 907
   {
908
-    return $this->underflowBucket;
908
+	return $this->underflowBucket;
909 909
   }
910 910
 }
911 911
 
@@ -920,27 +920,27 @@  discard block
 block discarded – undo
920 920
 
921 921
   public function setCount($count)
922 922
   {
923
-    $this->count = $count;
923
+	$this->count = $count;
924 924
   }
925 925
   public function getCount()
926 926
   {
927
-    return $this->count;
927
+	return $this->count;
928 928
   }
929 929
   public function setLowerBound($lowerBound)
930 930
   {
931
-    $this->lowerBound = $lowerBound;
931
+	$this->lowerBound = $lowerBound;
932 932
   }
933 933
   public function getLowerBound()
934 934
   {
935
-    return $this->lowerBound;
935
+	return $this->lowerBound;
936 936
   }
937 937
   public function setUpperBound($upperBound)
938 938
   {
939
-    $this->upperBound = $upperBound;
939
+	$this->upperBound = $upperBound;
940 940
   }
941 941
   public function getUpperBound()
942 942
   {
943
-    return $this->upperBound;
943
+	return $this->upperBound;
944 944
   }
945 945
 }
946 946
 
@@ -954,19 +954,19 @@  discard block
 block discarded – undo
954 954
 
955 955
   public function setCount($count)
956 956
   {
957
-    $this->count = $count;
957
+	$this->count = $count;
958 958
   }
959 959
   public function getCount()
960 960
   {
961
-    return $this->count;
961
+	return $this->count;
962 962
   }
963 963
   public function setLowerBound($lowerBound)
964 964
   {
965
-    $this->lowerBound = $lowerBound;
965
+	$this->lowerBound = $lowerBound;
966 966
   }
967 967
   public function getLowerBound()
968 968
   {
969
-    return $this->lowerBound;
969
+	return $this->lowerBound;
970 970
   }
971 971
 }
972 972
 
@@ -980,19 +980,19 @@  discard block
 block discarded – undo
980 980
 
981 981
   public function setCount($count)
982 982
   {
983
-    $this->count = $count;
983
+	$this->count = $count;
984 984
   }
985 985
   public function getCount()
986 986
   {
987
-    return $this->count;
987
+	return $this->count;
988 988
   }
989 989
   public function setUpperBound($upperBound)
990 990
   {
991
-    $this->upperBound = $upperBound;
991
+	$this->upperBound = $upperBound;
992 992
   }
993 993
   public function getUpperBound()
994 994
   {
995
-    return $this->upperBound;
995
+	return $this->upperBound;
996 996
   }
997 997
 }
998 998
 
@@ -1009,19 +1009,19 @@  discard block
 block discarded – undo
1009 1009
 
1010 1010
   public function setPoints($points)
1011 1011
   {
1012
-    $this->points = $points;
1012
+	$this->points = $points;
1013 1013
   }
1014 1014
   public function getPoints()
1015 1015
   {
1016
-    return $this->points;
1016
+	return $this->points;
1017 1017
   }
1018 1018
   public function setTimeseriesDesc(Google_Service_CloudMonitoring_TimeseriesDescriptor $timeseriesDesc)
1019 1019
   {
1020
-    $this->timeseriesDesc = $timeseriesDesc;
1020
+	$this->timeseriesDesc = $timeseriesDesc;
1021 1021
   }
1022 1022
   public function getTimeseriesDesc()
1023 1023
   {
1024
-    return $this->timeseriesDesc;
1024
+	return $this->timeseriesDesc;
1025 1025
   }
1026 1026
 }
1027 1027
 
@@ -1036,27 +1036,27 @@  discard block
 block discarded – undo
1036 1036
 
1037 1037
   public function setLabels($labels)
1038 1038
   {
1039
-    $this->labels = $labels;
1039
+	$this->labels = $labels;
1040 1040
   }
1041 1041
   public function getLabels()
1042 1042
   {
1043
-    return $this->labels;
1043
+	return $this->labels;
1044 1044
   }
1045 1045
   public function setMetric($metric)
1046 1046
   {
1047
-    $this->metric = $metric;
1047
+	$this->metric = $metric;
1048 1048
   }
1049 1049
   public function getMetric()
1050 1050
   {
1051
-    return $this->metric;
1051
+	return $this->metric;
1052 1052
   }
1053 1053
   public function setProject($project)
1054 1054
   {
1055
-    $this->project = $project;
1055
+	$this->project = $project;
1056 1056
   }
1057 1057
   public function getProject()
1058 1058
   {
1059
-    return $this->project;
1059
+	return $this->project;
1060 1060
   }
1061 1061
 }
1062 1062
 
@@ -1070,19 +1070,19 @@  discard block
 block discarded – undo
1070 1070
 
1071 1071
   public function setKey($key)
1072 1072
   {
1073
-    $this->key = $key;
1073
+	$this->key = $key;
1074 1074
   }
1075 1075
   public function getKey()
1076 1076
   {
1077
-    return $this->key;
1077
+	return $this->key;
1078 1078
   }
1079 1079
   public function setValue($value)
1080 1080
   {
1081
-    $this->value = $value;
1081
+	$this->value = $value;
1082 1082
   }
1083 1083
   public function getValue()
1084 1084
   {
1085
-    return $this->value;
1085
+	return $this->value;
1086 1086
   }
1087 1087
 }
1088 1088
 
@@ -1102,19 +1102,19 @@  discard block
 block discarded – undo
1102 1102
 
1103 1103
   public function setPoint(Google_Service_CloudMonitoring_Point $point)
1104 1104
   {
1105
-    $this->point = $point;
1105
+	$this->point = $point;
1106 1106
   }
1107 1107
   public function getPoint()
1108 1108
   {
1109
-    return $this->point;
1109
+	return $this->point;
1110 1110
   }
1111 1111
   public function setTimeseriesDesc(Google_Service_CloudMonitoring_TimeseriesDescriptor $timeseriesDesc)
1112 1112
   {
1113
-    $this->timeseriesDesc = $timeseriesDesc;
1113
+	$this->timeseriesDesc = $timeseriesDesc;
1114 1114
   }
1115 1115
   public function getTimeseriesDesc()
1116 1116
   {
1117
-    return $this->timeseriesDesc;
1117
+	return $this->timeseriesDesc;
1118 1118
   }
1119 1119
 }
1120 1120
 
@@ -1130,19 +1130,19 @@  discard block
 block discarded – undo
1130 1130
 
1131 1131
   public function setCommonLabels($commonLabels)
1132 1132
   {
1133
-    $this->commonLabels = $commonLabels;
1133
+	$this->commonLabels = $commonLabels;
1134 1134
   }
1135 1135
   public function getCommonLabels()
1136 1136
   {
1137
-    return $this->commonLabels;
1137
+	return $this->commonLabels;
1138 1138
   }
1139 1139
   public function setTimeseries($timeseries)
1140 1140
   {
1141
-    $this->timeseries = $timeseries;
1141
+	$this->timeseries = $timeseries;
1142 1142
   }
1143 1143
   public function getTimeseries()
1144 1144
   {
1145
-    return $this->timeseries;
1145
+	return $this->timeseries;
1146 1146
   }
1147 1147
 }
1148 1148
 
@@ -1159,10 +1159,10 @@  discard block
 block discarded – undo
1159 1159
 
1160 1160
   public function setKind($kind)
1161 1161
   {
1162
-    $this->kind = $kind;
1162
+	$this->kind = $kind;
1163 1163
   }
1164 1164
   public function getKind()
1165 1165
   {
1166
-    return $this->kind;
1166
+	return $this->kind;
1167 1167
   }
1168 1168
 }
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
                   'required' => true,
69 69
                 ),
70 70
               ),
71
-            ),'delete' => array(
71
+            ), 'delete' => array(
72 72
               'path' => '{project}/metricDescriptors/{metric}',
73 73
               'httpMethod' => 'DELETE',
74 74
               'parameters' => array(
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
                   'required' => true,
84 84
                 ),
85 85
               ),
86
-            ),'list' => array(
86
+            ), 'list' => array(
87 87
               'path' => '{project}/metricDescriptors',
88 88
               'httpMethod' => 'GET',
89 89
               'parameters' => array(
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
                   'type' => 'string',
165 165
                 ),
166 166
               ),
167
-            ),'write' => array(
167
+            ), 'write' => array(
168 168
               'path' => '{project}/timeseries:write',
169 169
               'httpMethod' => 'POST',
170 170
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/QPXExpress.php 1 patch
Indentation   +293 added lines, -293 removed lines patch added patch discarded remove patch
@@ -43,26 +43,26 @@  discard block
 block discarded – undo
43 43
    */
44 44
   public function __construct(Google_Client $client)
45 45
   {
46
-    parent::__construct($client);
47
-    $this->rootUrl = 'https://www.googleapis.com/';
48
-    $this->servicePath = 'qpxExpress/v1/trips/';
49
-    $this->version = 'v1';
50
-    $this->serviceName = 'qpxExpress';
51
-
52
-    $this->trips = new Google_Service_QPXExpress_Trips_Resource(
53
-        $this,
54
-        $this->serviceName,
55
-        'trips',
56
-        array(
57
-          'methods' => array(
58
-            'search' => array(
59
-              'path' => 'search',
60
-              'httpMethod' => 'POST',
61
-              'parameters' => array(),
62
-            ),
63
-          )
64
-        )
65
-    );
46
+	parent::__construct($client);
47
+	$this->rootUrl = 'https://www.googleapis.com/';
48
+	$this->servicePath = 'qpxExpress/v1/trips/';
49
+	$this->version = 'v1';
50
+	$this->serviceName = 'qpxExpress';
51
+
52
+	$this->trips = new Google_Service_QPXExpress_Trips_Resource(
53
+		$this,
54
+		$this->serviceName,
55
+		'trips',
56
+		array(
57
+		  'methods' => array(
58
+			'search' => array(
59
+			  'path' => 'search',
60
+			  'httpMethod' => 'POST',
61
+			  'parameters' => array(),
62
+			),
63
+		  )
64
+		)
65
+	);
66 66
   }
67 67
 }
68 68
 
@@ -87,9 +87,9 @@  discard block
 block discarded – undo
87 87
    */
88 88
   public function search(Google_Service_QPXExpress_TripsSearchRequest $postBody, $optParams = array())
89 89
   {
90
-    $params = array('postBody' => $postBody);
91
-    $params = array_merge($params, $optParams);
92
-    return $this->call('search', array($params), "Google_Service_QPXExpress_TripsSearchResponse");
90
+	$params = array('postBody' => $postBody);
91
+	$params = array_merge($params, $optParams);
92
+	return $this->call('search', array($params), "Google_Service_QPXExpress_TripsSearchResponse");
93 93
   }
94 94
 }
95 95
 
@@ -107,27 +107,27 @@  discard block
 block discarded – undo
107 107
 
108 108
   public function setCode($code)
109 109
   {
110
-    $this->code = $code;
110
+	$this->code = $code;
111 111
   }
112 112
   public function getCode()
113 113
   {
114
-    return $this->code;
114
+	return $this->code;
115 115
   }
116 116
   public function setKind($kind)
117 117
   {
118
-    $this->kind = $kind;
118
+	$this->kind = $kind;
119 119
   }
120 120
   public function getKind()
121 121
   {
122
-    return $this->kind;
122
+	return $this->kind;
123 123
   }
124 124
   public function setName($name)
125 125
   {
126
-    $this->name = $name;
126
+	$this->name = $name;
127 127
   }
128 128
   public function getName()
129 129
   {
130
-    return $this->name;
130
+	return $this->name;
131 131
   }
132 132
 }
133 133
 
@@ -143,35 +143,35 @@  discard block
 block discarded – undo
143 143
 
144 144
   public function setCity($city)
145 145
   {
146
-    $this->city = $city;
146
+	$this->city = $city;
147 147
   }
148 148
   public function getCity()
149 149
   {
150
-    return $this->city;
150
+	return $this->city;
151 151
   }
152 152
   public function setCode($code)
153 153
   {
154
-    $this->code = $code;
154
+	$this->code = $code;
155 155
   }
156 156
   public function getCode()
157 157
   {
158
-    return $this->code;
158
+	return $this->code;
159 159
   }
160 160
   public function setKind($kind)
161 161
   {
162
-    $this->kind = $kind;
162
+	$this->kind = $kind;
163 163
   }
164 164
   public function getKind()
165 165
   {
166
-    return $this->kind;
166
+	return $this->kind;
167 167
   }
168 168
   public function setName($name)
169 169
   {
170
-    $this->name = $name;
170
+	$this->name = $name;
171 171
   }
172 172
   public function getName()
173 173
   {
174
-    return $this->name;
174
+	return $this->name;
175 175
   }
176 176
 }
177 177
 
@@ -189,43 +189,43 @@  discard block
 block discarded – undo
189 189
 
190 190
   public function setCommercialName($commercialName)
191 191
   {
192
-    $this->commercialName = $commercialName;
192
+	$this->commercialName = $commercialName;
193 193
   }
194 194
   public function getCommercialName()
195 195
   {
196
-    return $this->commercialName;
196
+	return $this->commercialName;
197 197
   }
198 198
   public function setCount($count)
199 199
   {
200
-    $this->count = $count;
200
+	$this->count = $count;
201 201
   }
202 202
   public function getCount()
203 203
   {
204
-    return $this->count;
204
+	return $this->count;
205 205
   }
206 206
   public function setDescription($description)
207 207
   {
208
-    $this->description = $description;
208
+	$this->description = $description;
209 209
   }
210 210
   public function getDescription()
211 211
   {
212
-    return $this->description;
212
+	return $this->description;
213 213
   }
214 214
   public function setKind($kind)
215 215
   {
216
-    $this->kind = $kind;
216
+	$this->kind = $kind;
217 217
   }
218 218
   public function getKind()
219 219
   {
220
-    return $this->kind;
220
+	return $this->kind;
221 221
   }
222 222
   public function setSubcode($subcode)
223 223
   {
224
-    $this->subcode = $subcode;
224
+	$this->subcode = $subcode;
225 225
   }
226 226
   public function getSubcode()
227 227
   {
228
-    return $this->subcode;
228
+	return $this->subcode;
229 229
   }
230 230
 }
231 231
 
@@ -240,27 +240,27 @@  discard block
 block discarded – undo
240 240
 
241 241
   public function setCode($code)
242 242
   {
243
-    $this->code = $code;
243
+	$this->code = $code;
244 244
   }
245 245
   public function getCode()
246 246
   {
247
-    return $this->code;
247
+	return $this->code;
248 248
   }
249 249
   public function setKind($kind)
250 250
   {
251
-    $this->kind = $kind;
251
+	$this->kind = $kind;
252 252
   }
253 253
   public function getKind()
254 254
   {
255
-    return $this->kind;
255
+	return $this->kind;
256 256
   }
257 257
   public function setName($name)
258 258
   {
259
-    $this->name = $name;
259
+	$this->name = $name;
260 260
   }
261 261
   public function getName()
262 262
   {
263
-    return $this->name;
263
+	return $this->name;
264 264
   }
265 265
 }
266 266
 
@@ -276,35 +276,35 @@  discard block
 block discarded – undo
276 276
 
277 277
   public function setCode($code)
278 278
   {
279
-    $this->code = $code;
279
+	$this->code = $code;
280 280
   }
281 281
   public function getCode()
282 282
   {
283
-    return $this->code;
283
+	return $this->code;
284 284
   }
285 285
   public function setCountry($country)
286 286
   {
287
-    $this->country = $country;
287
+	$this->country = $country;
288 288
   }
289 289
   public function getCountry()
290 290
   {
291
-    return $this->country;
291
+	return $this->country;
292 292
   }
293 293
   public function setKind($kind)
294 294
   {
295
-    $this->kind = $kind;
295
+	$this->kind = $kind;
296 296
   }
297 297
   public function getKind()
298 298
   {
299
-    return $this->kind;
299
+	return $this->kind;
300 300
   }
301 301
   public function setName($name)
302 302
   {
303
-    $this->name = $name;
303
+	$this->name = $name;
304 304
   }
305 305
   public function getName()
306 306
   {
307
-    return $this->name;
307
+	return $this->name;
308 308
   }
309 309
 }
310 310
 
@@ -328,51 +328,51 @@  discard block
 block discarded – undo
328 328
 
329 329
   public function setAircraft($aircraft)
330 330
   {
331
-    $this->aircraft = $aircraft;
331
+	$this->aircraft = $aircraft;
332 332
   }
333 333
   public function getAircraft()
334 334
   {
335
-    return $this->aircraft;
335
+	return $this->aircraft;
336 336
   }
337 337
   public function setAirport($airport)
338 338
   {
339
-    $this->airport = $airport;
339
+	$this->airport = $airport;
340 340
   }
341 341
   public function getAirport()
342 342
   {
343
-    return $this->airport;
343
+	return $this->airport;
344 344
   }
345 345
   public function setCarrier($carrier)
346 346
   {
347
-    $this->carrier = $carrier;
347
+	$this->carrier = $carrier;
348 348
   }
349 349
   public function getCarrier()
350 350
   {
351
-    return $this->carrier;
351
+	return $this->carrier;
352 352
   }
353 353
   public function setCity($city)
354 354
   {
355
-    $this->city = $city;
355
+	$this->city = $city;
356 356
   }
357 357
   public function getCity()
358 358
   {
359
-    return $this->city;
359
+	return $this->city;
360 360
   }
361 361
   public function setKind($kind)
362 362
   {
363
-    $this->kind = $kind;
363
+	$this->kind = $kind;
364 364
   }
365 365
   public function getKind()
366 366
   {
367
-    return $this->kind;
367
+	return $this->kind;
368 368
   }
369 369
   public function setTax($tax)
370 370
   {
371
-    $this->tax = $tax;
371
+	$this->tax = $tax;
372 372
   }
373 373
   public function getTax()
374 374
   {
375
-    return $this->tax;
375
+	return $this->tax;
376 376
   }
377 377
 }
378 378
 
@@ -391,59 +391,59 @@  discard block
 block discarded – undo
391 391
 
392 392
   public function setBasisCode($basisCode)
393 393
   {
394
-    $this->basisCode = $basisCode;
394
+	$this->basisCode = $basisCode;
395 395
   }
396 396
   public function getBasisCode()
397 397
   {
398
-    return $this->basisCode;
398
+	return $this->basisCode;
399 399
   }
400 400
   public function setCarrier($carrier)
401 401
   {
402
-    $this->carrier = $carrier;
402
+	$this->carrier = $carrier;
403 403
   }
404 404
   public function getCarrier()
405 405
   {
406
-    return $this->carrier;
406
+	return $this->carrier;
407 407
   }
408 408
   public function setDestination($destination)
409 409
   {
410
-    $this->destination = $destination;
410
+	$this->destination = $destination;
411 411
   }
412 412
   public function getDestination()
413 413
   {
414
-    return $this->destination;
414
+	return $this->destination;
415 415
   }
416 416
   public function setId($id)
417 417
   {
418
-    $this->id = $id;
418
+	$this->id = $id;
419 419
   }
420 420
   public function getId()
421 421
   {
422
-    return $this->id;
422
+	return $this->id;
423 423
   }
424 424
   public function setKind($kind)
425 425
   {
426
-    $this->kind = $kind;
426
+	$this->kind = $kind;
427 427
   }
428 428
   public function getKind()
429 429
   {
430
-    return $this->kind;
430
+	return $this->kind;
431 431
   }
432 432
   public function setOrigin($origin)
433 433
   {
434
-    $this->origin = $origin;
434
+	$this->origin = $origin;
435 435
   }
436 436
   public function getOrigin()
437 437
   {
438
-    return $this->origin;
438
+	return $this->origin;
439 439
   }
440 440
   public function setPrivate($private)
441 441
   {
442
-    $this->private = $private;
442
+	$this->private = $private;
443 443
   }
444 444
   public function getPrivate()
445 445
   {
446
-    return $this->private;
446
+	return $this->private;
447 447
   }
448 448
 }
449 449
 
@@ -457,19 +457,19 @@  discard block
 block discarded – undo
457 457
 
458 458
   public function setCarrier($carrier)
459 459
   {
460
-    $this->carrier = $carrier;
460
+	$this->carrier = $carrier;
461 461
   }
462 462
   public function getCarrier()
463 463
   {
464
-    return $this->carrier;
464
+	return $this->carrier;
465 465
   }
466 466
   public function setNumber($number)
467 467
   {
468
-    $this->number = $number;
468
+	$this->number = $number;
469 469
   }
470 470
   public function getNumber()
471 471
   {
472
-    return $this->number;
472
+	return $this->number;
473 473
   }
474 474
 }
475 475
 
@@ -489,51 +489,51 @@  discard block
 block discarded – undo
489 489
 
490 490
   public function setBagDescriptor($bagDescriptor)
491 491
   {
492
-    $this->bagDescriptor = $bagDescriptor;
492
+	$this->bagDescriptor = $bagDescriptor;
493 493
   }
494 494
   public function getBagDescriptor()
495 495
   {
496
-    return $this->bagDescriptor;
496
+	return $this->bagDescriptor;
497 497
   }
498 498
   public function setKilos($kilos)
499 499
   {
500
-    $this->kilos = $kilos;
500
+	$this->kilos = $kilos;
501 501
   }
502 502
   public function getKilos()
503 503
   {
504
-    return $this->kilos;
504
+	return $this->kilos;
505 505
   }
506 506
   public function setKilosPerPiece($kilosPerPiece)
507 507
   {
508
-    $this->kilosPerPiece = $kilosPerPiece;
508
+	$this->kilosPerPiece = $kilosPerPiece;
509 509
   }
510 510
   public function getKilosPerPiece()
511 511
   {
512
-    return $this->kilosPerPiece;
512
+	return $this->kilosPerPiece;
513 513
   }
514 514
   public function setKind($kind)
515 515
   {
516
-    $this->kind = $kind;
516
+	$this->kind = $kind;
517 517
   }
518 518
   public function getKind()
519 519
   {
520
-    return $this->kind;
520
+	return $this->kind;
521 521
   }
522 522
   public function setPieces($pieces)
523 523
   {
524
-    $this->pieces = $pieces;
524
+	$this->pieces = $pieces;
525 525
   }
526 526
   public function getPieces()
527 527
   {
528
-    return $this->pieces;
528
+	return $this->pieces;
529 529
   }
530 530
   public function setPounds($pounds)
531 531
   {
532
-    $this->pounds = $pounds;
532
+	$this->pounds = $pounds;
533 533
   }
534 534
   public function getPounds()
535 535
   {
536
-    return $this->pounds;
536
+	return $this->pounds;
537 537
   }
538 538
 }
539 539
 
@@ -562,139 +562,139 @@  discard block
 block discarded – undo
562 562
 
563 563
   public function setAircraft($aircraft)
564 564
   {
565
-    $this->aircraft = $aircraft;
565
+	$this->aircraft = $aircraft;
566 566
   }
567 567
   public function getAircraft()
568 568
   {
569
-    return $this->aircraft;
569
+	return $this->aircraft;
570 570
   }
571 571
   public function setArrivalTime($arrivalTime)
572 572
   {
573
-    $this->arrivalTime = $arrivalTime;
573
+	$this->arrivalTime = $arrivalTime;
574 574
   }
575 575
   public function getArrivalTime()
576 576
   {
577
-    return $this->arrivalTime;
577
+	return $this->arrivalTime;
578 578
   }
579 579
   public function setChangePlane($changePlane)
580 580
   {
581
-    $this->changePlane = $changePlane;
581
+	$this->changePlane = $changePlane;
582 582
   }
583 583
   public function getChangePlane()
584 584
   {
585
-    return $this->changePlane;
585
+	return $this->changePlane;
586 586
   }
587 587
   public function setConnectionDuration($connectionDuration)
588 588
   {
589
-    $this->connectionDuration = $connectionDuration;
589
+	$this->connectionDuration = $connectionDuration;
590 590
   }
591 591
   public function getConnectionDuration()
592 592
   {
593
-    return $this->connectionDuration;
593
+	return $this->connectionDuration;
594 594
   }
595 595
   public function setDepartureTime($departureTime)
596 596
   {
597
-    $this->departureTime = $departureTime;
597
+	$this->departureTime = $departureTime;
598 598
   }
599 599
   public function getDepartureTime()
600 600
   {
601
-    return $this->departureTime;
601
+	return $this->departureTime;
602 602
   }
603 603
   public function setDestination($destination)
604 604
   {
605
-    $this->destination = $destination;
605
+	$this->destination = $destination;
606 606
   }
607 607
   public function getDestination()
608 608
   {
609
-    return $this->destination;
609
+	return $this->destination;
610 610
   }
611 611
   public function setDestinationTerminal($destinationTerminal)
612 612
   {
613
-    $this->destinationTerminal = $destinationTerminal;
613
+	$this->destinationTerminal = $destinationTerminal;
614 614
   }
615 615
   public function getDestinationTerminal()
616 616
   {
617
-    return $this->destinationTerminal;
617
+	return $this->destinationTerminal;
618 618
   }
619 619
   public function setDuration($duration)
620 620
   {
621
-    $this->duration = $duration;
621
+	$this->duration = $duration;
622 622
   }
623 623
   public function getDuration()
624 624
   {
625
-    return $this->duration;
625
+	return $this->duration;
626 626
   }
627 627
   public function setId($id)
628 628
   {
629
-    $this->id = $id;
629
+	$this->id = $id;
630 630
   }
631 631
   public function getId()
632 632
   {
633
-    return $this->id;
633
+	return $this->id;
634 634
   }
635 635
   public function setKind($kind)
636 636
   {
637
-    $this->kind = $kind;
637
+	$this->kind = $kind;
638 638
   }
639 639
   public function getKind()
640 640
   {
641
-    return $this->kind;
641
+	return $this->kind;
642 642
   }
643 643
   public function setMeal($meal)
644 644
   {
645
-    $this->meal = $meal;
645
+	$this->meal = $meal;
646 646
   }
647 647
   public function getMeal()
648 648
   {
649
-    return $this->meal;
649
+	return $this->meal;
650 650
   }
651 651
   public function setMileage($mileage)
652 652
   {
653
-    $this->mileage = $mileage;
653
+	$this->mileage = $mileage;
654 654
   }
655 655
   public function getMileage()
656 656
   {
657
-    return $this->mileage;
657
+	return $this->mileage;
658 658
   }
659 659
   public function setOnTimePerformance($onTimePerformance)
660 660
   {
661
-    $this->onTimePerformance = $onTimePerformance;
661
+	$this->onTimePerformance = $onTimePerformance;
662 662
   }
663 663
   public function getOnTimePerformance()
664 664
   {
665
-    return $this->onTimePerformance;
665
+	return $this->onTimePerformance;
666 666
   }
667 667
   public function setOperatingDisclosure($operatingDisclosure)
668 668
   {
669
-    $this->operatingDisclosure = $operatingDisclosure;
669
+	$this->operatingDisclosure = $operatingDisclosure;
670 670
   }
671 671
   public function getOperatingDisclosure()
672 672
   {
673
-    return $this->operatingDisclosure;
673
+	return $this->operatingDisclosure;
674 674
   }
675 675
   public function setOrigin($origin)
676 676
   {
677
-    $this->origin = $origin;
677
+	$this->origin = $origin;
678 678
   }
679 679
   public function getOrigin()
680 680
   {
681
-    return $this->origin;
681
+	return $this->origin;
682 682
   }
683 683
   public function setOriginTerminal($originTerminal)
684 684
   {
685
-    $this->originTerminal = $originTerminal;
685
+	$this->originTerminal = $originTerminal;
686 686
   }
687 687
   public function getOriginTerminal()
688 688
   {
689
-    return $this->originTerminal;
689
+	return $this->originTerminal;
690 690
   }
691 691
   public function setSecure($secure)
692 692
   {
693
-    $this->secure = $secure;
693
+	$this->secure = $secure;
694 694
   }
695 695
   public function getSecure()
696 696
   {
697
-    return $this->secure;
697
+	return $this->secure;
698 698
   }
699 699
 }
700 700
 
@@ -712,51 +712,51 @@  discard block
 block discarded – undo
712 712
 
713 713
   public function setAdultCount($adultCount)
714 714
   {
715
-    $this->adultCount = $adultCount;
715
+	$this->adultCount = $adultCount;
716 716
   }
717 717
   public function getAdultCount()
718 718
   {
719
-    return $this->adultCount;
719
+	return $this->adultCount;
720 720
   }
721 721
   public function setChildCount($childCount)
722 722
   {
723
-    $this->childCount = $childCount;
723
+	$this->childCount = $childCount;
724 724
   }
725 725
   public function getChildCount()
726 726
   {
727
-    return $this->childCount;
727
+	return $this->childCount;
728 728
   }
729 729
   public function setInfantInLapCount($infantInLapCount)
730 730
   {
731
-    $this->infantInLapCount = $infantInLapCount;
731
+	$this->infantInLapCount = $infantInLapCount;
732 732
   }
733 733
   public function getInfantInLapCount()
734 734
   {
735
-    return $this->infantInLapCount;
735
+	return $this->infantInLapCount;
736 736
   }
737 737
   public function setInfantInSeatCount($infantInSeatCount)
738 738
   {
739
-    $this->infantInSeatCount = $infantInSeatCount;
739
+	$this->infantInSeatCount = $infantInSeatCount;
740 740
   }
741 741
   public function getInfantInSeatCount()
742 742
   {
743
-    return $this->infantInSeatCount;
743
+	return $this->infantInSeatCount;
744 744
   }
745 745
   public function setKind($kind)
746 746
   {
747
-    $this->kind = $kind;
747
+	$this->kind = $kind;
748 748
   }
749 749
   public function getKind()
750 750
   {
751
-    return $this->kind;
751
+	return $this->kind;
752 752
   }
753 753
   public function setSeniorCount($seniorCount)
754 754
   {
755
-    $this->seniorCount = $seniorCount;
755
+	$this->seniorCount = $seniorCount;
756 756
   }
757 757
   public function getSeniorCount()
758 758
   {
759
-    return $this->seniorCount;
759
+	return $this->seniorCount;
760 760
   }
761 761
 }
762 762
 
@@ -786,107 +786,107 @@  discard block
 block discarded – undo
786 786
 
787 787
   public function setBaseFareTotal($baseFareTotal)
788 788
   {
789
-    $this->baseFareTotal = $baseFareTotal;
789
+	$this->baseFareTotal = $baseFareTotal;
790 790
   }
791 791
   public function getBaseFareTotal()
792 792
   {
793
-    return $this->baseFareTotal;
793
+	return $this->baseFareTotal;
794 794
   }
795 795
   public function setFare($fare)
796 796
   {
797
-    $this->fare = $fare;
797
+	$this->fare = $fare;
798 798
   }
799 799
   public function getFare()
800 800
   {
801
-    return $this->fare;
801
+	return $this->fare;
802 802
   }
803 803
   public function setFareCalculation($fareCalculation)
804 804
   {
805
-    $this->fareCalculation = $fareCalculation;
805
+	$this->fareCalculation = $fareCalculation;
806 806
   }
807 807
   public function getFareCalculation()
808 808
   {
809
-    return $this->fareCalculation;
809
+	return $this->fareCalculation;
810 810
   }
811 811
   public function setKind($kind)
812 812
   {
813
-    $this->kind = $kind;
813
+	$this->kind = $kind;
814 814
   }
815 815
   public function getKind()
816 816
   {
817
-    return $this->kind;
817
+	return $this->kind;
818 818
   }
819 819
   public function setLatestTicketingTime($latestTicketingTime)
820 820
   {
821
-    $this->latestTicketingTime = $latestTicketingTime;
821
+	$this->latestTicketingTime = $latestTicketingTime;
822 822
   }
823 823
   public function getLatestTicketingTime()
824 824
   {
825
-    return $this->latestTicketingTime;
825
+	return $this->latestTicketingTime;
826 826
   }
827 827
   public function setPassengers(Google_Service_QPXExpress_PassengerCounts $passengers)
828 828
   {
829
-    $this->passengers = $passengers;
829
+	$this->passengers = $passengers;
830 830
   }
831 831
   public function getPassengers()
832 832
   {
833
-    return $this->passengers;
833
+	return $this->passengers;
834 834
   }
835 835
   public function setPtc($ptc)
836 836
   {
837
-    $this->ptc = $ptc;
837
+	$this->ptc = $ptc;
838 838
   }
839 839
   public function getPtc()
840 840
   {
841
-    return $this->ptc;
841
+	return $this->ptc;
842 842
   }
843 843
   public function setRefundable($refundable)
844 844
   {
845
-    $this->refundable = $refundable;
845
+	$this->refundable = $refundable;
846 846
   }
847 847
   public function getRefundable()
848 848
   {
849
-    return $this->refundable;
849
+	return $this->refundable;
850 850
   }
851 851
   public function setSaleFareTotal($saleFareTotal)
852 852
   {
853
-    $this->saleFareTotal = $saleFareTotal;
853
+	$this->saleFareTotal = $saleFareTotal;
854 854
   }
855 855
   public function getSaleFareTotal()
856 856
   {
857
-    return $this->saleFareTotal;
857
+	return $this->saleFareTotal;
858 858
   }
859 859
   public function setSaleTaxTotal($saleTaxTotal)
860 860
   {
861
-    $this->saleTaxTotal = $saleTaxTotal;
861
+	$this->saleTaxTotal = $saleTaxTotal;
862 862
   }
863 863
   public function getSaleTaxTotal()
864 864
   {
865
-    return $this->saleTaxTotal;
865
+	return $this->saleTaxTotal;
866 866
   }
867 867
   public function setSaleTotal($saleTotal)
868 868
   {
869
-    $this->saleTotal = $saleTotal;
869
+	$this->saleTotal = $saleTotal;
870 870
   }
871 871
   public function getSaleTotal()
872 872
   {
873
-    return $this->saleTotal;
873
+	return $this->saleTotal;
874 874
   }
875 875
   public function setSegmentPricing($segmentPricing)
876 876
   {
877
-    $this->segmentPricing = $segmentPricing;
877
+	$this->segmentPricing = $segmentPricing;
878 878
   }
879 879
   public function getSegmentPricing()
880 880
   {
881
-    return $this->segmentPricing;
881
+	return $this->segmentPricing;
882 882
   }
883 883
   public function setTax($tax)
884 884
   {
885
-    $this->tax = $tax;
885
+	$this->tax = $tax;
886 886
   }
887 887
   public function getTax()
888 888
   {
889
-    return $this->tax;
889
+	return $this->tax;
890 890
   }
891 891
 }
892 892
 
@@ -912,91 +912,91 @@  discard block
 block discarded – undo
912 912
 
913 913
   public function setBookingCode($bookingCode)
914 914
   {
915
-    $this->bookingCode = $bookingCode;
915
+	$this->bookingCode = $bookingCode;
916 916
   }
917 917
   public function getBookingCode()
918 918
   {
919
-    return $this->bookingCode;
919
+	return $this->bookingCode;
920 920
   }
921 921
   public function setBookingCodeCount($bookingCodeCount)
922 922
   {
923
-    $this->bookingCodeCount = $bookingCodeCount;
923
+	$this->bookingCodeCount = $bookingCodeCount;
924 924
   }
925 925
   public function getBookingCodeCount()
926 926
   {
927
-    return $this->bookingCodeCount;
927
+	return $this->bookingCodeCount;
928 928
   }
929 929
   public function setCabin($cabin)
930 930
   {
931
-    $this->cabin = $cabin;
931
+	$this->cabin = $cabin;
932 932
   }
933 933
   public function getCabin()
934 934
   {
935
-    return $this->cabin;
935
+	return $this->cabin;
936 936
   }
937 937
   public function setConnectionDuration($connectionDuration)
938 938
   {
939
-    $this->connectionDuration = $connectionDuration;
939
+	$this->connectionDuration = $connectionDuration;
940 940
   }
941 941
   public function getConnectionDuration()
942 942
   {
943
-    return $this->connectionDuration;
943
+	return $this->connectionDuration;
944 944
   }
945 945
   public function setDuration($duration)
946 946
   {
947
-    $this->duration = $duration;
947
+	$this->duration = $duration;
948 948
   }
949 949
   public function getDuration()
950 950
   {
951
-    return $this->duration;
951
+	return $this->duration;
952 952
   }
953 953
   public function setFlight(Google_Service_QPXExpress_FlightInfo $flight)
954 954
   {
955
-    $this->flight = $flight;
955
+	$this->flight = $flight;
956 956
   }
957 957
   public function getFlight()
958 958
   {
959
-    return $this->flight;
959
+	return $this->flight;
960 960
   }
961 961
   public function setId($id)
962 962
   {
963
-    $this->id = $id;
963
+	$this->id = $id;
964 964
   }
965 965
   public function getId()
966 966
   {
967
-    return $this->id;
967
+	return $this->id;
968 968
   }
969 969
   public function setKind($kind)
970 970
   {
971
-    $this->kind = $kind;
971
+	$this->kind = $kind;
972 972
   }
973 973
   public function getKind()
974 974
   {
975
-    return $this->kind;
975
+	return $this->kind;
976 976
   }
977 977
   public function setLeg($leg)
978 978
   {
979
-    $this->leg = $leg;
979
+	$this->leg = $leg;
980 980
   }
981 981
   public function getLeg()
982 982
   {
983
-    return $this->leg;
983
+	return $this->leg;
984 984
   }
985 985
   public function setMarriedSegmentGroup($marriedSegmentGroup)
986 986
   {
987
-    $this->marriedSegmentGroup = $marriedSegmentGroup;
987
+	$this->marriedSegmentGroup = $marriedSegmentGroup;
988 988
   }
989 989
   public function getMarriedSegmentGroup()
990 990
   {
991
-    return $this->marriedSegmentGroup;
991
+	return $this->marriedSegmentGroup;
992 992
   }
993 993
   public function setSubjectToGovernmentApproval($subjectToGovernmentApproval)
994 994
   {
995
-    $this->subjectToGovernmentApproval = $subjectToGovernmentApproval;
995
+	$this->subjectToGovernmentApproval = $subjectToGovernmentApproval;
996 996
   }
997 997
   public function getSubjectToGovernmentApproval()
998 998
   {
999
-    return $this->subjectToGovernmentApproval;
999
+	return $this->subjectToGovernmentApproval;
1000 1000
   }
1001 1001
 }
1002 1002
 
@@ -1014,35 +1014,35 @@  discard block
 block discarded – undo
1014 1014
 
1015 1015
   public function setFareId($fareId)
1016 1016
   {
1017
-    $this->fareId = $fareId;
1017
+	$this->fareId = $fareId;
1018 1018
   }
1019 1019
   public function getFareId()
1020 1020
   {
1021
-    return $this->fareId;
1021
+	return $this->fareId;
1022 1022
   }
1023 1023
   public function setFreeBaggageOption($freeBaggageOption)
1024 1024
   {
1025
-    $this->freeBaggageOption = $freeBaggageOption;
1025
+	$this->freeBaggageOption = $freeBaggageOption;
1026 1026
   }
1027 1027
   public function getFreeBaggageOption()
1028 1028
   {
1029
-    return $this->freeBaggageOption;
1029
+	return $this->freeBaggageOption;
1030 1030
   }
1031 1031
   public function setKind($kind)
1032 1032
   {
1033
-    $this->kind = $kind;
1033
+	$this->kind = $kind;
1034 1034
   }
1035 1035
   public function getKind()
1036 1036
   {
1037
-    return $this->kind;
1037
+	return $this->kind;
1038 1038
   }
1039 1039
   public function setSegmentId($segmentId)
1040 1040
   {
1041
-    $this->segmentId = $segmentId;
1041
+	$this->segmentId = $segmentId;
1042 1042
   }
1043 1043
   public function getSegmentId()
1044 1044
   {
1045
-    return $this->segmentId;
1045
+	return $this->segmentId;
1046 1046
   }
1047 1047
 }
1048 1048
 
@@ -1059,27 +1059,27 @@  discard block
 block discarded – undo
1059 1059
 
1060 1060
   public function setDuration($duration)
1061 1061
   {
1062
-    $this->duration = $duration;
1062
+	$this->duration = $duration;
1063 1063
   }
1064 1064
   public function getDuration()
1065 1065
   {
1066
-    return $this->duration;
1066
+	return $this->duration;
1067 1067
   }
1068 1068
   public function setKind($kind)
1069 1069
   {
1070
-    $this->kind = $kind;
1070
+	$this->kind = $kind;
1071 1071
   }
1072 1072
   public function getKind()
1073 1073
   {
1074
-    return $this->kind;
1074
+	return $this->kind;
1075 1075
   }
1076 1076
   public function setSegment($segment)
1077 1077
   {
1078
-    $this->segment = $segment;
1078
+	$this->segment = $segment;
1079 1079
   }
1080 1080
   public function getSegment()
1081 1081
   {
1082
-    return $this->segment;
1082
+	return $this->segment;
1083 1083
   }
1084 1084
 }
1085 1085
 
@@ -1104,91 +1104,91 @@  discard block
 block discarded – undo
1104 1104
 
1105 1105
   public function setAlliance($alliance)
1106 1106
   {
1107
-    $this->alliance = $alliance;
1107
+	$this->alliance = $alliance;
1108 1108
   }
1109 1109
   public function getAlliance()
1110 1110
   {
1111
-    return $this->alliance;
1111
+	return $this->alliance;
1112 1112
   }
1113 1113
   public function setDate($date)
1114 1114
   {
1115
-    $this->date = $date;
1115
+	$this->date = $date;
1116 1116
   }
1117 1117
   public function getDate()
1118 1118
   {
1119
-    return $this->date;
1119
+	return $this->date;
1120 1120
   }
1121 1121
   public function setDestination($destination)
1122 1122
   {
1123
-    $this->destination = $destination;
1123
+	$this->destination = $destination;
1124 1124
   }
1125 1125
   public function getDestination()
1126 1126
   {
1127
-    return $this->destination;
1127
+	return $this->destination;
1128 1128
   }
1129 1129
   public function setKind($kind)
1130 1130
   {
1131
-    $this->kind = $kind;
1131
+	$this->kind = $kind;
1132 1132
   }
1133 1133
   public function getKind()
1134 1134
   {
1135
-    return $this->kind;
1135
+	return $this->kind;
1136 1136
   }
1137 1137
   public function setMaxConnectionDuration($maxConnectionDuration)
1138 1138
   {
1139
-    $this->maxConnectionDuration = $maxConnectionDuration;
1139
+	$this->maxConnectionDuration = $maxConnectionDuration;
1140 1140
   }
1141 1141
   public function getMaxConnectionDuration()
1142 1142
   {
1143
-    return $this->maxConnectionDuration;
1143
+	return $this->maxConnectionDuration;
1144 1144
   }
1145 1145
   public function setMaxStops($maxStops)
1146 1146
   {
1147
-    $this->maxStops = $maxStops;
1147
+	$this->maxStops = $maxStops;
1148 1148
   }
1149 1149
   public function getMaxStops()
1150 1150
   {
1151
-    return $this->maxStops;
1151
+	return $this->maxStops;
1152 1152
   }
1153 1153
   public function setOrigin($origin)
1154 1154
   {
1155
-    $this->origin = $origin;
1155
+	$this->origin = $origin;
1156 1156
   }
1157 1157
   public function getOrigin()
1158 1158
   {
1159
-    return $this->origin;
1159
+	return $this->origin;
1160 1160
   }
1161 1161
   public function setPermittedCarrier($permittedCarrier)
1162 1162
   {
1163
-    $this->permittedCarrier = $permittedCarrier;
1163
+	$this->permittedCarrier = $permittedCarrier;
1164 1164
   }
1165 1165
   public function getPermittedCarrier()
1166 1166
   {
1167
-    return $this->permittedCarrier;
1167
+	return $this->permittedCarrier;
1168 1168
   }
1169 1169
   public function setPermittedDepartureTime(Google_Service_QPXExpress_TimeOfDayRange $permittedDepartureTime)
1170 1170
   {
1171
-    $this->permittedDepartureTime = $permittedDepartureTime;
1171
+	$this->permittedDepartureTime = $permittedDepartureTime;
1172 1172
   }
1173 1173
   public function getPermittedDepartureTime()
1174 1174
   {
1175
-    return $this->permittedDepartureTime;
1175
+	return $this->permittedDepartureTime;
1176 1176
   }
1177 1177
   public function setPreferredCabin($preferredCabin)
1178 1178
   {
1179
-    $this->preferredCabin = $preferredCabin;
1179
+	$this->preferredCabin = $preferredCabin;
1180 1180
   }
1181 1181
   public function getPreferredCabin()
1182 1182
   {
1183
-    return $this->preferredCabin;
1183
+	return $this->preferredCabin;
1184 1184
   }
1185 1185
   public function setProhibitedCarrier($prohibitedCarrier)
1186 1186
   {
1187
-    $this->prohibitedCarrier = $prohibitedCarrier;
1187
+	$this->prohibitedCarrier = $prohibitedCarrier;
1188 1188
   }
1189 1189
   public function getProhibitedCarrier()
1190 1190
   {
1191
-    return $this->prohibitedCarrier;
1191
+	return $this->prohibitedCarrier;
1192 1192
   }
1193 1193
 }
1194 1194
 
@@ -1203,27 +1203,27 @@  discard block
 block discarded – undo
1203 1203
 
1204 1204
   public function setId($id)
1205 1205
   {
1206
-    $this->id = $id;
1206
+	$this->id = $id;
1207 1207
   }
1208 1208
   public function getId()
1209 1209
   {
1210
-    return $this->id;
1210
+	return $this->id;
1211 1211
   }
1212 1212
   public function setKind($kind)
1213 1213
   {
1214
-    $this->kind = $kind;
1214
+	$this->kind = $kind;
1215 1215
   }
1216 1216
   public function getKind()
1217 1217
   {
1218
-    return $this->kind;
1218
+	return $this->kind;
1219 1219
   }
1220 1220
   public function setName($name)
1221 1221
   {
1222
-    $this->name = $name;
1222
+	$this->name = $name;
1223 1223
   }
1224 1224
   public function getName()
1225 1225
   {
1226
-    return $this->name;
1226
+	return $this->name;
1227 1227
   }
1228 1228
 }
1229 1229
 
@@ -1241,51 +1241,51 @@  discard block
 block discarded – undo
1241 1241
 
1242 1242
   public function setChargeType($chargeType)
1243 1243
   {
1244
-    $this->chargeType = $chargeType;
1244
+	$this->chargeType = $chargeType;
1245 1245
   }
1246 1246
   public function getChargeType()
1247 1247
   {
1248
-    return $this->chargeType;
1248
+	return $this->chargeType;
1249 1249
   }
1250 1250
   public function setCode($code)
1251 1251
   {
1252
-    $this->code = $code;
1252
+	$this->code = $code;
1253 1253
   }
1254 1254
   public function getCode()
1255 1255
   {
1256
-    return $this->code;
1256
+	return $this->code;
1257 1257
   }
1258 1258
   public function setCountry($country)
1259 1259
   {
1260
-    $this->country = $country;
1260
+	$this->country = $country;
1261 1261
   }
1262 1262
   public function getCountry()
1263 1263
   {
1264
-    return $this->country;
1264
+	return $this->country;
1265 1265
   }
1266 1266
   public function setId($id)
1267 1267
   {
1268
-    $this->id = $id;
1268
+	$this->id = $id;
1269 1269
   }
1270 1270
   public function getId()
1271 1271
   {
1272
-    return $this->id;
1272
+	return $this->id;
1273 1273
   }
1274 1274
   public function setKind($kind)
1275 1275
   {
1276
-    $this->kind = $kind;
1276
+	$this->kind = $kind;
1277 1277
   }
1278 1278
   public function getKind()
1279 1279
   {
1280
-    return $this->kind;
1280
+	return $this->kind;
1281 1281
   }
1282 1282
   public function setSalePrice($salePrice)
1283 1283
   {
1284
-    $this->salePrice = $salePrice;
1284
+	$this->salePrice = $salePrice;
1285 1285
   }
1286 1286
   public function getSalePrice()
1287 1287
   {
1288
-    return $this->salePrice;
1288
+	return $this->salePrice;
1289 1289
   }
1290 1290
 }
1291 1291
 
@@ -1300,27 +1300,27 @@  discard block
 block discarded – undo
1300 1300
 
1301 1301
   public function setEarliestTime($earliestTime)
1302 1302
   {
1303
-    $this->earliestTime = $earliestTime;
1303
+	$this->earliestTime = $earliestTime;
1304 1304
   }
1305 1305
   public function getEarliestTime()
1306 1306
   {
1307
-    return $this->earliestTime;
1307
+	return $this->earliestTime;
1308 1308
   }
1309 1309
   public function setKind($kind)
1310 1310
   {
1311
-    $this->kind = $kind;
1311
+	$this->kind = $kind;
1312 1312
   }
1313 1313
   public function getKind()
1314 1314
   {
1315
-    return $this->kind;
1315
+	return $this->kind;
1316 1316
   }
1317 1317
   public function setLatestTime($latestTime)
1318 1318
   {
1319
-    $this->latestTime = $latestTime;
1319
+	$this->latestTime = $latestTime;
1320 1320
   }
1321 1321
   public function getLatestTime()
1322 1322
   {
1323
-    return $this->latestTime;
1323
+	return $this->latestTime;
1324 1324
   }
1325 1325
 }
1326 1326
 
@@ -1340,43 +1340,43 @@  discard block
 block discarded – undo
1340 1340
 
1341 1341
   public function setId($id)
1342 1342
   {
1343
-    $this->id = $id;
1343
+	$this->id = $id;
1344 1344
   }
1345 1345
   public function getId()
1346 1346
   {
1347
-    return $this->id;
1347
+	return $this->id;
1348 1348
   }
1349 1349
   public function setKind($kind)
1350 1350
   {
1351
-    $this->kind = $kind;
1351
+	$this->kind = $kind;
1352 1352
   }
1353 1353
   public function getKind()
1354 1354
   {
1355
-    return $this->kind;
1355
+	return $this->kind;
1356 1356
   }
1357 1357
   public function setPricing($pricing)
1358 1358
   {
1359
-    $this->pricing = $pricing;
1359
+	$this->pricing = $pricing;
1360 1360
   }
1361 1361
   public function getPricing()
1362 1362
   {
1363
-    return $this->pricing;
1363
+	return $this->pricing;
1364 1364
   }
1365 1365
   public function setSaleTotal($saleTotal)
1366 1366
   {
1367
-    $this->saleTotal = $saleTotal;
1367
+	$this->saleTotal = $saleTotal;
1368 1368
   }
1369 1369
   public function getSaleTotal()
1370 1370
   {
1371
-    return $this->saleTotal;
1371
+	return $this->saleTotal;
1372 1372
   }
1373 1373
   public function setSlice($slice)
1374 1374
   {
1375
-    $this->slice = $slice;
1375
+	$this->slice = $slice;
1376 1376
   }
1377 1377
   public function getSlice()
1378 1378
   {
1379
-    return $this->slice;
1379
+	return $this->slice;
1380 1380
   }
1381 1381
 }
1382 1382
 
@@ -1397,51 +1397,51 @@  discard block
 block discarded – undo
1397 1397
 
1398 1398
   public function setMaxPrice($maxPrice)
1399 1399
   {
1400
-    $this->maxPrice = $maxPrice;
1400
+	$this->maxPrice = $maxPrice;
1401 1401
   }
1402 1402
   public function getMaxPrice()
1403 1403
   {
1404
-    return $this->maxPrice;
1404
+	return $this->maxPrice;
1405 1405
   }
1406 1406
   public function setPassengers(Google_Service_QPXExpress_PassengerCounts $passengers)
1407 1407
   {
1408
-    $this->passengers = $passengers;
1408
+	$this->passengers = $passengers;
1409 1409
   }
1410 1410
   public function getPassengers()
1411 1411
   {
1412
-    return $this->passengers;
1412
+	return $this->passengers;
1413 1413
   }
1414 1414
   public function setRefundable($refundable)
1415 1415
   {
1416
-    $this->refundable = $refundable;
1416
+	$this->refundable = $refundable;
1417 1417
   }
1418 1418
   public function getRefundable()
1419 1419
   {
1420
-    return $this->refundable;
1420
+	return $this->refundable;
1421 1421
   }
1422 1422
   public function setSaleCountry($saleCountry)
1423 1423
   {
1424
-    $this->saleCountry = $saleCountry;
1424
+	$this->saleCountry = $saleCountry;
1425 1425
   }
1426 1426
   public function getSaleCountry()
1427 1427
   {
1428
-    return $this->saleCountry;
1428
+	return $this->saleCountry;
1429 1429
   }
1430 1430
   public function setSlice($slice)
1431 1431
   {
1432
-    $this->slice = $slice;
1432
+	$this->slice = $slice;
1433 1433
   }
1434 1434
   public function getSlice()
1435 1435
   {
1436
-    return $this->slice;
1436
+	return $this->slice;
1437 1437
   }
1438 1438
   public function setSolutions($solutions)
1439 1439
   {
1440
-    $this->solutions = $solutions;
1440
+	$this->solutions = $solutions;
1441 1441
   }
1442 1442
   public function getSolutions()
1443 1443
   {
1444
-    return $this->solutions;
1444
+	return $this->solutions;
1445 1445
   }
1446 1446
 }
1447 1447
 
@@ -1460,35 +1460,35 @@  discard block
 block discarded – undo
1460 1460
 
1461 1461
   public function setData(Google_Service_QPXExpress_Data $data)
1462 1462
   {
1463
-    $this->data = $data;
1463
+	$this->data = $data;
1464 1464
   }
1465 1465
   public function getData()
1466 1466
   {
1467
-    return $this->data;
1467
+	return $this->data;
1468 1468
   }
1469 1469
   public function setKind($kind)
1470 1470
   {
1471
-    $this->kind = $kind;
1471
+	$this->kind = $kind;
1472 1472
   }
1473 1473
   public function getKind()
1474 1474
   {
1475
-    return $this->kind;
1475
+	return $this->kind;
1476 1476
   }
1477 1477
   public function setRequestId($requestId)
1478 1478
   {
1479
-    $this->requestId = $requestId;
1479
+	$this->requestId = $requestId;
1480 1480
   }
1481 1481
   public function getRequestId()
1482 1482
   {
1483
-    return $this->requestId;
1483
+	return $this->requestId;
1484 1484
   }
1485 1485
   public function setTripOption($tripOption)
1486 1486
   {
1487
-    $this->tripOption = $tripOption;
1487
+	$this->tripOption = $tripOption;
1488 1488
   }
1489 1489
   public function getTripOption()
1490 1490
   {
1491
-    return $this->tripOption;
1491
+	return $this->tripOption;
1492 1492
   }
1493 1493
 }
1494 1494
 
@@ -1502,11 +1502,11 @@  discard block
 block discarded – undo
1502 1502
 
1503 1503
   public function setRequest(Google_Service_QPXExpress_TripOptionsRequest $request)
1504 1504
   {
1505
-    $this->request = $request;
1505
+	$this->request = $request;
1506 1506
   }
1507 1507
   public function getRequest()
1508 1508
   {
1509
-    return $this->request;
1509
+	return $this->request;
1510 1510
   }
1511 1511
 }
1512 1512
 
@@ -1521,18 +1521,18 @@  discard block
 block discarded – undo
1521 1521
 
1522 1522
   public function setKind($kind)
1523 1523
   {
1524
-    $this->kind = $kind;
1524
+	$this->kind = $kind;
1525 1525
   }
1526 1526
   public function getKind()
1527 1527
   {
1528
-    return $this->kind;
1528
+	return $this->kind;
1529 1529
   }
1530 1530
   public function setTrips(Google_Service_QPXExpress_TripOptionsResponse $trips)
1531 1531
   {
1532
-    $this->trips = $trips;
1532
+	$this->trips = $trips;
1533 1533
   }
1534 1534
   public function getTrips()
1535 1535
   {
1536
-    return $this->trips;
1536
+	return $this->trips;
1537 1537
   }
1538 1538
 }
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Prediction.php 2 patches
Indentation   +318 added lines, -318 removed lines patch added patch discarded remove patch
@@ -33,16 +33,16 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** Manage your data and permissions in Google Cloud Storage. */
35 35
   const DEVSTORAGE_FULL_CONTROL =
36
-      "https://www.googleapis.com/auth/devstorage.full_control";
36
+	  "https://www.googleapis.com/auth/devstorage.full_control";
37 37
   /** View your data in Google Cloud Storage. */
38 38
   const DEVSTORAGE_READ_ONLY =
39
-      "https://www.googleapis.com/auth/devstorage.read_only";
39
+	  "https://www.googleapis.com/auth/devstorage.read_only";
40 40
   /** Manage your data in Google Cloud Storage. */
41 41
   const DEVSTORAGE_READ_WRITE =
42
-      "https://www.googleapis.com/auth/devstorage.read_write";
42
+	  "https://www.googleapis.com/auth/devstorage.read_write";
43 43
   /** Manage your data in the Google Prediction API. */
44 44
   const PREDICTION =
45
-      "https://www.googleapis.com/auth/prediction";
45
+	  "https://www.googleapis.com/auth/prediction";
46 46
 
47 47
   public $hostedmodels;
48 48
   public $trainedmodels;
@@ -55,150 +55,150 @@  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 = 'prediction/v1.6/projects/';
61
-    $this->version = 'v1.6';
62
-    $this->serviceName = 'prediction';
63
-
64
-    $this->hostedmodels = new Google_Service_Prediction_Hostedmodels_Resource(
65
-        $this,
66
-        $this->serviceName,
67
-        'hostedmodels',
68
-        array(
69
-          'methods' => array(
70
-            'predict' => array(
71
-              'path' => '{project}/hostedmodels/{hostedModelName}/predict',
72
-              'httpMethod' => 'POST',
73
-              'parameters' => array(
74
-                'project' => array(
75
-                  'location' => 'path',
76
-                  'type' => 'string',
77
-                  'required' => true,
78
-                ),
79
-                'hostedModelName' => array(
80
-                  'location' => 'path',
81
-                  'type' => 'string',
82
-                  'required' => true,
83
-                ),
84
-              ),
85
-            ),
86
-          )
87
-        )
88
-    );
89
-    $this->trainedmodels = new Google_Service_Prediction_Trainedmodels_Resource(
90
-        $this,
91
-        $this->serviceName,
92
-        'trainedmodels',
93
-        array(
94
-          'methods' => array(
95
-            'analyze' => array(
96
-              'path' => '{project}/trainedmodels/{id}/analyze',
97
-              'httpMethod' => 'GET',
98
-              'parameters' => array(
99
-                'project' => array(
100
-                  'location' => 'path',
101
-                  'type' => 'string',
102
-                  'required' => true,
103
-                ),
104
-                'id' => array(
105
-                  'location' => 'path',
106
-                  'type' => 'string',
107
-                  'required' => true,
108
-                ),
109
-              ),
110
-            ),'delete' => array(
111
-              'path' => '{project}/trainedmodels/{id}',
112
-              'httpMethod' => 'DELETE',
113
-              'parameters' => array(
114
-                'project' => array(
115
-                  'location' => 'path',
116
-                  'type' => 'string',
117
-                  'required' => true,
118
-                ),
119
-                'id' => array(
120
-                  'location' => 'path',
121
-                  'type' => 'string',
122
-                  'required' => true,
123
-                ),
124
-              ),
125
-            ),'get' => array(
126
-              'path' => '{project}/trainedmodels/{id}',
127
-              'httpMethod' => 'GET',
128
-              'parameters' => array(
129
-                'project' => array(
130
-                  'location' => 'path',
131
-                  'type' => 'string',
132
-                  'required' => true,
133
-                ),
134
-                'id' => array(
135
-                  'location' => 'path',
136
-                  'type' => 'string',
137
-                  'required' => true,
138
-                ),
139
-              ),
140
-            ),'insert' => array(
141
-              'path' => '{project}/trainedmodels',
142
-              'httpMethod' => 'POST',
143
-              'parameters' => array(
144
-                'project' => array(
145
-                  'location' => 'path',
146
-                  'type' => 'string',
147
-                  'required' => true,
148
-                ),
149
-              ),
150
-            ),'list' => array(
151
-              'path' => '{project}/trainedmodels/list',
152
-              'httpMethod' => 'GET',
153
-              'parameters' => array(
154
-                'project' => array(
155
-                  'location' => 'path',
156
-                  'type' => 'string',
157
-                  'required' => true,
158
-                ),
159
-                'pageToken' => array(
160
-                  'location' => 'query',
161
-                  'type' => 'string',
162
-                ),
163
-                'maxResults' => array(
164
-                  'location' => 'query',
165
-                  'type' => 'integer',
166
-                ),
167
-              ),
168
-            ),'predict' => array(
169
-              'path' => '{project}/trainedmodels/{id}/predict',
170
-              'httpMethod' => 'POST',
171
-              'parameters' => array(
172
-                'project' => array(
173
-                  'location' => 'path',
174
-                  'type' => 'string',
175
-                  'required' => true,
176
-                ),
177
-                'id' => array(
178
-                  'location' => 'path',
179
-                  'type' => 'string',
180
-                  'required' => true,
181
-                ),
182
-              ),
183
-            ),'update' => array(
184
-              'path' => '{project}/trainedmodels/{id}',
185
-              'httpMethod' => 'PUT',
186
-              'parameters' => array(
187
-                'project' => array(
188
-                  'location' => 'path',
189
-                  'type' => 'string',
190
-                  'required' => true,
191
-                ),
192
-                'id' => array(
193
-                  'location' => 'path',
194
-                  'type' => 'string',
195
-                  'required' => true,
196
-                ),
197
-              ),
198
-            ),
199
-          )
200
-        )
201
-    );
58
+	parent::__construct($client);
59
+	$this->rootUrl = 'https://www.googleapis.com/';
60
+	$this->servicePath = 'prediction/v1.6/projects/';
61
+	$this->version = 'v1.6';
62
+	$this->serviceName = 'prediction';
63
+
64
+	$this->hostedmodels = new Google_Service_Prediction_Hostedmodels_Resource(
65
+		$this,
66
+		$this->serviceName,
67
+		'hostedmodels',
68
+		array(
69
+		  'methods' => array(
70
+			'predict' => array(
71
+			  'path' => '{project}/hostedmodels/{hostedModelName}/predict',
72
+			  'httpMethod' => 'POST',
73
+			  'parameters' => array(
74
+				'project' => array(
75
+				  'location' => 'path',
76
+				  'type' => 'string',
77
+				  'required' => true,
78
+				),
79
+				'hostedModelName' => array(
80
+				  'location' => 'path',
81
+				  'type' => 'string',
82
+				  'required' => true,
83
+				),
84
+			  ),
85
+			),
86
+		  )
87
+		)
88
+	);
89
+	$this->trainedmodels = new Google_Service_Prediction_Trainedmodels_Resource(
90
+		$this,
91
+		$this->serviceName,
92
+		'trainedmodels',
93
+		array(
94
+		  'methods' => array(
95
+			'analyze' => array(
96
+			  'path' => '{project}/trainedmodels/{id}/analyze',
97
+			  'httpMethod' => 'GET',
98
+			  'parameters' => array(
99
+				'project' => array(
100
+				  'location' => 'path',
101
+				  'type' => 'string',
102
+				  'required' => true,
103
+				),
104
+				'id' => array(
105
+				  'location' => 'path',
106
+				  'type' => 'string',
107
+				  'required' => true,
108
+				),
109
+			  ),
110
+			),'delete' => array(
111
+			  'path' => '{project}/trainedmodels/{id}',
112
+			  'httpMethod' => 'DELETE',
113
+			  'parameters' => array(
114
+				'project' => array(
115
+				  'location' => 'path',
116
+				  'type' => 'string',
117
+				  'required' => true,
118
+				),
119
+				'id' => array(
120
+				  'location' => 'path',
121
+				  'type' => 'string',
122
+				  'required' => true,
123
+				),
124
+			  ),
125
+			),'get' => array(
126
+			  'path' => '{project}/trainedmodels/{id}',
127
+			  'httpMethod' => 'GET',
128
+			  'parameters' => array(
129
+				'project' => array(
130
+				  'location' => 'path',
131
+				  'type' => 'string',
132
+				  'required' => true,
133
+				),
134
+				'id' => array(
135
+				  'location' => 'path',
136
+				  'type' => 'string',
137
+				  'required' => true,
138
+				),
139
+			  ),
140
+			),'insert' => array(
141
+			  'path' => '{project}/trainedmodels',
142
+			  'httpMethod' => 'POST',
143
+			  'parameters' => array(
144
+				'project' => array(
145
+				  'location' => 'path',
146
+				  'type' => 'string',
147
+				  'required' => true,
148
+				),
149
+			  ),
150
+			),'list' => array(
151
+			  'path' => '{project}/trainedmodels/list',
152
+			  'httpMethod' => 'GET',
153
+			  'parameters' => array(
154
+				'project' => array(
155
+				  'location' => 'path',
156
+				  'type' => 'string',
157
+				  'required' => true,
158
+				),
159
+				'pageToken' => array(
160
+				  'location' => 'query',
161
+				  'type' => 'string',
162
+				),
163
+				'maxResults' => array(
164
+				  'location' => 'query',
165
+				  'type' => 'integer',
166
+				),
167
+			  ),
168
+			),'predict' => array(
169
+			  'path' => '{project}/trainedmodels/{id}/predict',
170
+			  'httpMethod' => 'POST',
171
+			  'parameters' => array(
172
+				'project' => array(
173
+				  'location' => 'path',
174
+				  'type' => 'string',
175
+				  'required' => true,
176
+				),
177
+				'id' => array(
178
+				  'location' => 'path',
179
+				  'type' => 'string',
180
+				  'required' => true,
181
+				),
182
+			  ),
183
+			),'update' => array(
184
+			  'path' => '{project}/trainedmodels/{id}',
185
+			  'httpMethod' => 'PUT',
186
+			  'parameters' => array(
187
+				'project' => array(
188
+				  'location' => 'path',
189
+				  'type' => 'string',
190
+				  'required' => true,
191
+				),
192
+				'id' => array(
193
+				  'location' => 'path',
194
+				  'type' => 'string',
195
+				  'required' => true,
196
+				),
197
+			  ),
198
+			),
199
+		  )
200
+		)
201
+	);
202 202
   }
203 203
 }
204 204
 
@@ -226,9 +226,9 @@  discard block
 block discarded – undo
226 226
    */
227 227
   public function predict($project, $hostedModelName, Google_Service_Prediction_Input $postBody, $optParams = array())
228 228
   {
229
-    $params = array('project' => $project, 'hostedModelName' => $hostedModelName, 'postBody' => $postBody);
230
-    $params = array_merge($params, $optParams);
231
-    return $this->call('predict', array($params), "Google_Service_Prediction_Output");
229
+	$params = array('project' => $project, 'hostedModelName' => $hostedModelName, 'postBody' => $postBody);
230
+	$params = array_merge($params, $optParams);
231
+	return $this->call('predict', array($params), "Google_Service_Prediction_Output");
232 232
   }
233 233
 }
234 234
 
@@ -254,9 +254,9 @@  discard block
 block discarded – undo
254 254
    */
255 255
   public function analyze($project, $id, $optParams = array())
256 256
   {
257
-    $params = array('project' => $project, 'id' => $id);
258
-    $params = array_merge($params, $optParams);
259
-    return $this->call('analyze', array($params), "Google_Service_Prediction_Analyze");
257
+	$params = array('project' => $project, 'id' => $id);
258
+	$params = array_merge($params, $optParams);
259
+	return $this->call('analyze', array($params), "Google_Service_Prediction_Analyze");
260 260
   }
261 261
 
262 262
   /**
@@ -268,9 +268,9 @@  discard block
 block discarded – undo
268 268
    */
269 269
   public function delete($project, $id, $optParams = array())
270 270
   {
271
-    $params = array('project' => $project, 'id' => $id);
272
-    $params = array_merge($params, $optParams);
273
-    return $this->call('delete', array($params));
271
+	$params = array('project' => $project, 'id' => $id);
272
+	$params = array_merge($params, $optParams);
273
+	return $this->call('delete', array($params));
274 274
   }
275 275
 
276 276
   /**
@@ -283,9 +283,9 @@  discard block
 block discarded – undo
283 283
    */
284 284
   public function get($project, $id, $optParams = array())
285 285
   {
286
-    $params = array('project' => $project, 'id' => $id);
287
-    $params = array_merge($params, $optParams);
288
-    return $this->call('get', array($params), "Google_Service_Prediction_Insert2");
286
+	$params = array('project' => $project, 'id' => $id);
287
+	$params = array_merge($params, $optParams);
288
+	return $this->call('get', array($params), "Google_Service_Prediction_Insert2");
289 289
   }
290 290
 
291 291
   /**
@@ -298,9 +298,9 @@  discard block
 block discarded – undo
298 298
    */
299 299
   public function insert($project, Google_Service_Prediction_Insert $postBody, $optParams = array())
300 300
   {
301
-    $params = array('project' => $project, 'postBody' => $postBody);
302
-    $params = array_merge($params, $optParams);
303
-    return $this->call('insert', array($params), "Google_Service_Prediction_Insert2");
301
+	$params = array('project' => $project, 'postBody' => $postBody);
302
+	$params = array_merge($params, $optParams);
303
+	return $this->call('insert', array($params), "Google_Service_Prediction_Insert2");
304 304
   }
305 305
 
306 306
   /**
@@ -315,9 +315,9 @@  discard block
 block discarded – undo
315 315
    */
316 316
   public function listTrainedmodels($project, $optParams = array())
317 317
   {
318
-    $params = array('project' => $project);
319
-    $params = array_merge($params, $optParams);
320
-    return $this->call('list', array($params), "Google_Service_Prediction_PredictionList");
318
+	$params = array('project' => $project);
319
+	$params = array_merge($params, $optParams);
320
+	return $this->call('list', array($params), "Google_Service_Prediction_PredictionList");
321 321
   }
322 322
 
323 323
   /**
@@ -331,9 +331,9 @@  discard block
 block discarded – undo
331 331
    */
332 332
   public function predict($project, $id, Google_Service_Prediction_Input $postBody, $optParams = array())
333 333
   {
334
-    $params = array('project' => $project, 'id' => $id, 'postBody' => $postBody);
335
-    $params = array_merge($params, $optParams);
336
-    return $this->call('predict', array($params), "Google_Service_Prediction_Output");
334
+	$params = array('project' => $project, 'id' => $id, 'postBody' => $postBody);
335
+	$params = array_merge($params, $optParams);
336
+	return $this->call('predict', array($params), "Google_Service_Prediction_Output");
337 337
   }
338 338
 
339 339
   /**
@@ -347,9 +347,9 @@  discard block
 block discarded – undo
347 347
    */
348 348
   public function update($project, $id, Google_Service_Prediction_Update $postBody, $optParams = array())
349 349
   {
350
-    $params = array('project' => $project, 'id' => $id, 'postBody' => $postBody);
351
-    $params = array_merge($params, $optParams);
352
-    return $this->call('update', array($params), "Google_Service_Prediction_Insert2");
350
+	$params = array('project' => $project, 'id' => $id, 'postBody' => $postBody);
351
+	$params = array_merge($params, $optParams);
352
+	return $this->call('update', array($params), "Google_Service_Prediction_Insert2");
353 353
   }
354 354
 }
355 355
 
@@ -373,51 +373,51 @@  discard block
 block discarded – undo
373 373
 
374 374
   public function setDataDescription(Google_Service_Prediction_AnalyzeDataDescription $dataDescription)
375 375
   {
376
-    $this->dataDescription = $dataDescription;
376
+	$this->dataDescription = $dataDescription;
377 377
   }
378 378
   public function getDataDescription()
379 379
   {
380
-    return $this->dataDescription;
380
+	return $this->dataDescription;
381 381
   }
382 382
   public function setErrors($errors)
383 383
   {
384
-    $this->errors = $errors;
384
+	$this->errors = $errors;
385 385
   }
386 386
   public function getErrors()
387 387
   {
388
-    return $this->errors;
388
+	return $this->errors;
389 389
   }
390 390
   public function setId($id)
391 391
   {
392
-    $this->id = $id;
392
+	$this->id = $id;
393 393
   }
394 394
   public function getId()
395 395
   {
396
-    return $this->id;
396
+	return $this->id;
397 397
   }
398 398
   public function setKind($kind)
399 399
   {
400
-    $this->kind = $kind;
400
+	$this->kind = $kind;
401 401
   }
402 402
   public function getKind()
403 403
   {
404
-    return $this->kind;
404
+	return $this->kind;
405 405
   }
406 406
   public function setModelDescription(Google_Service_Prediction_AnalyzeModelDescription $modelDescription)
407 407
   {
408
-    $this->modelDescription = $modelDescription;
408
+	$this->modelDescription = $modelDescription;
409 409
   }
410 410
   public function getModelDescription()
411 411
   {
412
-    return $this->modelDescription;
412
+	return $this->modelDescription;
413 413
   }
414 414
   public function setSelfLink($selfLink)
415 415
   {
416
-    $this->selfLink = $selfLink;
416
+	$this->selfLink = $selfLink;
417 417
   }
418 418
   public function getSelfLink()
419 419
   {
420
-    return $this->selfLink;
420
+	return $this->selfLink;
421 421
   }
422 422
 }
423 423
 
@@ -434,19 +434,19 @@  discard block
 block discarded – undo
434 434
 
435 435
   public function setFeatures($features)
436 436
   {
437
-    $this->features = $features;
437
+	$this->features = $features;
438 438
   }
439 439
   public function getFeatures()
440 440
   {
441
-    return $this->features;
441
+	return $this->features;
442 442
   }
443 443
   public function setOutputFeature(Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature $outputFeature)
444 444
   {
445
-    $this->outputFeature = $outputFeature;
445
+	$this->outputFeature = $outputFeature;
446 446
   }
447 447
   public function getOutputFeature()
448 448
   {
449
-    return $this->outputFeature;
449
+	return $this->outputFeature;
450 450
   }
451 451
 }
452 452
 
@@ -465,35 +465,35 @@  discard block
 block discarded – undo
465 465
 
466 466
   public function setCategorical(Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategorical $categorical)
467 467
   {
468
-    $this->categorical = $categorical;
468
+	$this->categorical = $categorical;
469 469
   }
470 470
   public function getCategorical()
471 471
   {
472
-    return $this->categorical;
472
+	return $this->categorical;
473 473
   }
474 474
   public function setIndex($index)
475 475
   {
476
-    $this->index = $index;
476
+	$this->index = $index;
477 477
   }
478 478
   public function getIndex()
479 479
   {
480
-    return $this->index;
480
+	return $this->index;
481 481
   }
482 482
   public function setNumeric(Google_Service_Prediction_AnalyzeDataDescriptionFeaturesNumeric $numeric)
483 483
   {
484
-    $this->numeric = $numeric;
484
+	$this->numeric = $numeric;
485 485
   }
486 486
   public function getNumeric()
487 487
   {
488
-    return $this->numeric;
488
+	return $this->numeric;
489 489
   }
490 490
   public function setText(Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText $text)
491 491
   {
492
-    $this->text = $text;
492
+	$this->text = $text;
493 493
   }
494 494
   public function getText()
495 495
   {
496
-    return $this->text;
496
+	return $this->text;
497 497
   }
498 498
 }
499 499
 
@@ -509,19 +509,19 @@  discard block
 block discarded – undo
509 509
 
510 510
   public function setCount($count)
511 511
   {
512
-    $this->count = $count;
512
+	$this->count = $count;
513 513
   }
514 514
   public function getCount()
515 515
   {
516
-    return $this->count;
516
+	return $this->count;
517 517
   }
518 518
   public function setValues($values)
519 519
   {
520
-    $this->values = $values;
520
+	$this->values = $values;
521 521
   }
522 522
   public function getValues()
523 523
   {
524
-    return $this->values;
524
+	return $this->values;
525 525
   }
526 526
 }
527 527
 
@@ -535,19 +535,19 @@  discard block
 block discarded – undo
535 535
 
536 536
   public function setCount($count)
537 537
   {
538
-    $this->count = $count;
538
+	$this->count = $count;
539 539
   }
540 540
   public function getCount()
541 541
   {
542
-    return $this->count;
542
+	return $this->count;
543 543
   }
544 544
   public function setValue($value)
545 545
   {
546
-    $this->value = $value;
546
+	$this->value = $value;
547 547
   }
548 548
   public function getValue()
549 549
   {
550
-    return $this->value;
550
+	return $this->value;
551 551
   }
552 552
 }
553 553
 
@@ -562,27 +562,27 @@  discard block
 block discarded – undo
562 562
 
563 563
   public function setCount($count)
564 564
   {
565
-    $this->count = $count;
565
+	$this->count = $count;
566 566
   }
567 567
   public function getCount()
568 568
   {
569
-    return $this->count;
569
+	return $this->count;
570 570
   }
571 571
   public function setMean($mean)
572 572
   {
573
-    $this->mean = $mean;
573
+	$this->mean = $mean;
574 574
   }
575 575
   public function getMean()
576 576
   {
577
-    return $this->mean;
577
+	return $this->mean;
578 578
   }
579 579
   public function setVariance($variance)
580 580
   {
581
-    $this->variance = $variance;
581
+	$this->variance = $variance;
582 582
   }
583 583
   public function getVariance()
584 584
   {
585
-    return $this->variance;
585
+	return $this->variance;
586 586
   }
587 587
 }
588 588
 
@@ -595,11 +595,11 @@  discard block
 block discarded – undo
595 595
 
596 596
   public function setCount($count)
597 597
   {
598
-    $this->count = $count;
598
+	$this->count = $count;
599 599
   }
600 600
   public function getCount()
601 601
   {
602
-    return $this->count;
602
+	return $this->count;
603 603
   }
604 604
 }
605 605
 
@@ -616,19 +616,19 @@  discard block
 block discarded – undo
616 616
 
617 617
   public function setNumeric(Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureNumeric $numeric)
618 618
   {
619
-    $this->numeric = $numeric;
619
+	$this->numeric = $numeric;
620 620
   }
621 621
   public function getNumeric()
622 622
   {
623
-    return $this->numeric;
623
+	return $this->numeric;
624 624
   }
625 625
   public function setText($text)
626 626
   {
627
-    $this->text = $text;
627
+	$this->text = $text;
628 628
   }
629 629
   public function getText()
630 630
   {
631
-    return $this->text;
631
+	return $this->text;
632 632
   }
633 633
 }
634 634
 
@@ -643,27 +643,27 @@  discard block
 block discarded – undo
643 643
 
644 644
   public function setCount($count)
645 645
   {
646
-    $this->count = $count;
646
+	$this->count = $count;
647 647
   }
648 648
   public function getCount()
649 649
   {
650
-    return $this->count;
650
+	return $this->count;
651 651
   }
652 652
   public function setMean($mean)
653 653
   {
654
-    $this->mean = $mean;
654
+	$this->mean = $mean;
655 655
   }
656 656
   public function getMean()
657 657
   {
658
-    return $this->mean;
658
+	return $this->mean;
659 659
   }
660 660
   public function setVariance($variance)
661 661
   {
662
-    $this->variance = $variance;
662
+	$this->variance = $variance;
663 663
   }
664 664
   public function getVariance()
665 665
   {
666
-    return $this->variance;
666
+	return $this->variance;
667 667
   }
668 668
 }
669 669
 
@@ -677,19 +677,19 @@  discard block
 block discarded – undo
677 677
 
678 678
   public function setCount($count)
679 679
   {
680
-    $this->count = $count;
680
+	$this->count = $count;
681 681
   }
682 682
   public function getCount()
683 683
   {
684
-    return $this->count;
684
+	return $this->count;
685 685
   }
686 686
   public function setValue($value)
687 687
   {
688
-    $this->value = $value;
688
+	$this->value = $value;
689 689
   }
690 690
   public function getValue()
691 691
   {
692
-    return $this->value;
692
+	return $this->value;
693 693
   }
694 694
 }
695 695
 
@@ -709,27 +709,27 @@  discard block
 block discarded – undo
709 709
 
710 710
   public function setConfusionMatrix($confusionMatrix)
711 711
   {
712
-    $this->confusionMatrix = $confusionMatrix;
712
+	$this->confusionMatrix = $confusionMatrix;
713 713
   }
714 714
   public function getConfusionMatrix()
715 715
   {
716
-    return $this->confusionMatrix;
716
+	return $this->confusionMatrix;
717 717
   }
718 718
   public function setConfusionMatrixRowTotals($confusionMatrixRowTotals)
719 719
   {
720
-    $this->confusionMatrixRowTotals = $confusionMatrixRowTotals;
720
+	$this->confusionMatrixRowTotals = $confusionMatrixRowTotals;
721 721
   }
722 722
   public function getConfusionMatrixRowTotals()
723 723
   {
724
-    return $this->confusionMatrixRowTotals;
724
+	return $this->confusionMatrixRowTotals;
725 725
   }
726 726
   public function setModelinfo(Google_Service_Prediction_Insert2 $modelinfo)
727 727
   {
728
-    $this->modelinfo = $modelinfo;
728
+	$this->modelinfo = $modelinfo;
729 729
   }
730 730
   public function getModelinfo()
731 731
   {
732
-    return $this->modelinfo;
732
+	return $this->modelinfo;
733 733
   }
734 734
 }
735 735
 
@@ -755,11 +755,11 @@  discard block
 block discarded – undo
755 755
 
756 756
   public function setInput(Google_Service_Prediction_InputInput $input)
757 757
   {
758
-    $this->input = $input;
758
+	$this->input = $input;
759 759
   }
760 760
   public function getInput()
761 761
   {
762
-    return $this->input;
762
+	return $this->input;
763 763
   }
764 764
 }
765 765
 
@@ -773,11 +773,11 @@  discard block
 block discarded – undo
773 773
 
774 774
   public function setCsvInstance($csvInstance)
775 775
   {
776
-    $this->csvInstance = $csvInstance;
776
+	$this->csvInstance = $csvInstance;
777 777
   }
778 778
   public function getCsvInstance()
779 779
   {
780
-    return $this->csvInstance;
780
+	return $this->csvInstance;
781 781
   }
782 782
 }
783 783
 
@@ -799,67 +799,67 @@  discard block
 block discarded – undo
799 799
 
800 800
   public function setId($id)
801 801
   {
802
-    $this->id = $id;
802
+	$this->id = $id;
803 803
   }
804 804
   public function getId()
805 805
   {
806
-    return $this->id;
806
+	return $this->id;
807 807
   }
808 808
   public function setModelType($modelType)
809 809
   {
810
-    $this->modelType = $modelType;
810
+	$this->modelType = $modelType;
811 811
   }
812 812
   public function getModelType()
813 813
   {
814
-    return $this->modelType;
814
+	return $this->modelType;
815 815
   }
816 816
   public function setSourceModel($sourceModel)
817 817
   {
818
-    $this->sourceModel = $sourceModel;
818
+	$this->sourceModel = $sourceModel;
819 819
   }
820 820
   public function getSourceModel()
821 821
   {
822
-    return $this->sourceModel;
822
+	return $this->sourceModel;
823 823
   }
824 824
   public function setStorageDataLocation($storageDataLocation)
825 825
   {
826
-    $this->storageDataLocation = $storageDataLocation;
826
+	$this->storageDataLocation = $storageDataLocation;
827 827
   }
828 828
   public function getStorageDataLocation()
829 829
   {
830
-    return $this->storageDataLocation;
830
+	return $this->storageDataLocation;
831 831
   }
832 832
   public function setStoragePMMLLocation($storagePMMLLocation)
833 833
   {
834
-    $this->storagePMMLLocation = $storagePMMLLocation;
834
+	$this->storagePMMLLocation = $storagePMMLLocation;
835 835
   }
836 836
   public function getStoragePMMLLocation()
837 837
   {
838
-    return $this->storagePMMLLocation;
838
+	return $this->storagePMMLLocation;
839 839
   }
840 840
   public function setStoragePMMLModelLocation($storagePMMLModelLocation)
841 841
   {
842
-    $this->storagePMMLModelLocation = $storagePMMLModelLocation;
842
+	$this->storagePMMLModelLocation = $storagePMMLModelLocation;
843 843
   }
844 844
   public function getStoragePMMLModelLocation()
845 845
   {
846
-    return $this->storagePMMLModelLocation;
846
+	return $this->storagePMMLModelLocation;
847 847
   }
848 848
   public function setTrainingInstances($trainingInstances)
849 849
   {
850
-    $this->trainingInstances = $trainingInstances;
850
+	$this->trainingInstances = $trainingInstances;
851 851
   }
852 852
   public function getTrainingInstances()
853 853
   {
854
-    return $this->trainingInstances;
854
+	return $this->trainingInstances;
855 855
   }
856 856
   public function setUtility($utility)
857 857
   {
858
-    $this->utility = $utility;
858
+	$this->utility = $utility;
859 859
   }
860 860
   public function getUtility()
861 861
   {
862
-    return $this->utility;
862
+	return $this->utility;
863 863
   }
864 864
 }
865 865
 
@@ -883,91 +883,91 @@  discard block
 block discarded – undo
883 883
 
884 884
   public function setCreated($created)
885 885
   {
886
-    $this->created = $created;
886
+	$this->created = $created;
887 887
   }
888 888
   public function getCreated()
889 889
   {
890
-    return $this->created;
890
+	return $this->created;
891 891
   }
892 892
   public function setId($id)
893 893
   {
894
-    $this->id = $id;
894
+	$this->id = $id;
895 895
   }
896 896
   public function getId()
897 897
   {
898
-    return $this->id;
898
+	return $this->id;
899 899
   }
900 900
   public function setKind($kind)
901 901
   {
902
-    $this->kind = $kind;
902
+	$this->kind = $kind;
903 903
   }
904 904
   public function getKind()
905 905
   {
906
-    return $this->kind;
906
+	return $this->kind;
907 907
   }
908 908
   public function setModelInfo(Google_Service_Prediction_Insert2ModelInfo $modelInfo)
909 909
   {
910
-    $this->modelInfo = $modelInfo;
910
+	$this->modelInfo = $modelInfo;
911 911
   }
912 912
   public function getModelInfo()
913 913
   {
914
-    return $this->modelInfo;
914
+	return $this->modelInfo;
915 915
   }
916 916
   public function setModelType($modelType)
917 917
   {
918
-    $this->modelType = $modelType;
918
+	$this->modelType = $modelType;
919 919
   }
920 920
   public function getModelType()
921 921
   {
922
-    return $this->modelType;
922
+	return $this->modelType;
923 923
   }
924 924
   public function setSelfLink($selfLink)
925 925
   {
926
-    $this->selfLink = $selfLink;
926
+	$this->selfLink = $selfLink;
927 927
   }
928 928
   public function getSelfLink()
929 929
   {
930
-    return $this->selfLink;
930
+	return $this->selfLink;
931 931
   }
932 932
   public function setStorageDataLocation($storageDataLocation)
933 933
   {
934
-    $this->storageDataLocation = $storageDataLocation;
934
+	$this->storageDataLocation = $storageDataLocation;
935 935
   }
936 936
   public function getStorageDataLocation()
937 937
   {
938
-    return $this->storageDataLocation;
938
+	return $this->storageDataLocation;
939 939
   }
940 940
   public function setStoragePMMLLocation($storagePMMLLocation)
941 941
   {
942
-    $this->storagePMMLLocation = $storagePMMLLocation;
942
+	$this->storagePMMLLocation = $storagePMMLLocation;
943 943
   }
944 944
   public function getStoragePMMLLocation()
945 945
   {
946
-    return $this->storagePMMLLocation;
946
+	return $this->storagePMMLLocation;
947 947
   }
948 948
   public function setStoragePMMLModelLocation($storagePMMLModelLocation)
949 949
   {
950
-    $this->storagePMMLModelLocation = $storagePMMLModelLocation;
950
+	$this->storagePMMLModelLocation = $storagePMMLModelLocation;
951 951
   }
952 952
   public function getStoragePMMLModelLocation()
953 953
   {
954
-    return $this->storagePMMLModelLocation;
954
+	return $this->storagePMMLModelLocation;
955 955
   }
956 956
   public function setTrainingComplete($trainingComplete)
957 957
   {
958
-    $this->trainingComplete = $trainingComplete;
958
+	$this->trainingComplete = $trainingComplete;
959 959
   }
960 960
   public function getTrainingComplete()
961 961
   {
962
-    return $this->trainingComplete;
962
+	return $this->trainingComplete;
963 963
   }
964 964
   public function setTrainingStatus($trainingStatus)
965 965
   {
966
-    $this->trainingStatus = $trainingStatus;
966
+	$this->trainingStatus = $trainingStatus;
967 967
   }
968 968
   public function getTrainingStatus()
969 969
   {
970
-    return $this->trainingStatus;
970
+	return $this->trainingStatus;
971 971
   }
972 972
 }
973 973
 
@@ -985,51 +985,51 @@  discard block
 block discarded – undo
985 985
 
986 986
   public function setClassWeightedAccuracy($classWeightedAccuracy)
987 987
   {
988
-    $this->classWeightedAccuracy = $classWeightedAccuracy;
988
+	$this->classWeightedAccuracy = $classWeightedAccuracy;
989 989
   }
990 990
   public function getClassWeightedAccuracy()
991 991
   {
992
-    return $this->classWeightedAccuracy;
992
+	return $this->classWeightedAccuracy;
993 993
   }
994 994
   public function setClassificationAccuracy($classificationAccuracy)
995 995
   {
996
-    $this->classificationAccuracy = $classificationAccuracy;
996
+	$this->classificationAccuracy = $classificationAccuracy;
997 997
   }
998 998
   public function getClassificationAccuracy()
999 999
   {
1000
-    return $this->classificationAccuracy;
1000
+	return $this->classificationAccuracy;
1001 1001
   }
1002 1002
   public function setMeanSquaredError($meanSquaredError)
1003 1003
   {
1004
-    $this->meanSquaredError = $meanSquaredError;
1004
+	$this->meanSquaredError = $meanSquaredError;
1005 1005
   }
1006 1006
   public function getMeanSquaredError()
1007 1007
   {
1008
-    return $this->meanSquaredError;
1008
+	return $this->meanSquaredError;
1009 1009
   }
1010 1010
   public function setModelType($modelType)
1011 1011
   {
1012
-    $this->modelType = $modelType;
1012
+	$this->modelType = $modelType;
1013 1013
   }
1014 1014
   public function getModelType()
1015 1015
   {
1016
-    return $this->modelType;
1016
+	return $this->modelType;
1017 1017
   }
1018 1018
   public function setNumberInstances($numberInstances)
1019 1019
   {
1020
-    $this->numberInstances = $numberInstances;
1020
+	$this->numberInstances = $numberInstances;
1021 1021
   }
1022 1022
   public function getNumberInstances()
1023 1023
   {
1024
-    return $this->numberInstances;
1024
+	return $this->numberInstances;
1025 1025
   }
1026 1026
   public function setNumberLabels($numberLabels)
1027 1027
   {
1028
-    $this->numberLabels = $numberLabels;
1028
+	$this->numberLabels = $numberLabels;
1029 1029
   }
1030 1030
   public function getNumberLabels()
1031 1031
   {
1032
-    return $this->numberLabels;
1032
+	return $this->numberLabels;
1033 1033
   }
1034 1034
 }
1035 1035
 
@@ -1044,19 +1044,19 @@  discard block
 block discarded – undo
1044 1044
 
1045 1045
   public function setCsvInstance($csvInstance)
1046 1046
   {
1047
-    $this->csvInstance = $csvInstance;
1047
+	$this->csvInstance = $csvInstance;
1048 1048
   }
1049 1049
   public function getCsvInstance()
1050 1050
   {
1051
-    return $this->csvInstance;
1051
+	return $this->csvInstance;
1052 1052
   }
1053 1053
   public function setOutput($output)
1054 1054
   {
1055
-    $this->output = $output;
1055
+	$this->output = $output;
1056 1056
   }
1057 1057
   public function getOutput()
1058 1058
   {
1059
-    return $this->output;
1059
+	return $this->output;
1060 1060
   }
1061 1061
 }
1062 1062
 
@@ -1080,51 +1080,51 @@  discard block
 block discarded – undo
1080 1080
 
1081 1081
   public function setId($id)
1082 1082
   {
1083
-    $this->id = $id;
1083
+	$this->id = $id;
1084 1084
   }
1085 1085
   public function getId()
1086 1086
   {
1087
-    return $this->id;
1087
+	return $this->id;
1088 1088
   }
1089 1089
   public function setKind($kind)
1090 1090
   {
1091
-    $this->kind = $kind;
1091
+	$this->kind = $kind;
1092 1092
   }
1093 1093
   public function getKind()
1094 1094
   {
1095
-    return $this->kind;
1095
+	return $this->kind;
1096 1096
   }
1097 1097
   public function setOutputLabel($outputLabel)
1098 1098
   {
1099
-    $this->outputLabel = $outputLabel;
1099
+	$this->outputLabel = $outputLabel;
1100 1100
   }
1101 1101
   public function getOutputLabel()
1102 1102
   {
1103
-    return $this->outputLabel;
1103
+	return $this->outputLabel;
1104 1104
   }
1105 1105
   public function setOutputMulti($outputMulti)
1106 1106
   {
1107
-    $this->outputMulti = $outputMulti;
1107
+	$this->outputMulti = $outputMulti;
1108 1108
   }
1109 1109
   public function getOutputMulti()
1110 1110
   {
1111
-    return $this->outputMulti;
1111
+	return $this->outputMulti;
1112 1112
   }
1113 1113
   public function setOutputValue($outputValue)
1114 1114
   {
1115
-    $this->outputValue = $outputValue;
1115
+	$this->outputValue = $outputValue;
1116 1116
   }
1117 1117
   public function getOutputValue()
1118 1118
   {
1119
-    return $this->outputValue;
1119
+	return $this->outputValue;
1120 1120
   }
1121 1121
   public function setSelfLink($selfLink)
1122 1122
   {
1123
-    $this->selfLink = $selfLink;
1123
+	$this->selfLink = $selfLink;
1124 1124
   }
1125 1125
   public function getSelfLink()
1126 1126
   {
1127
-    return $this->selfLink;
1127
+	return $this->selfLink;
1128 1128
   }
1129 1129
 }
1130 1130
 
@@ -1138,19 +1138,19 @@  discard block
 block discarded – undo
1138 1138
 
1139 1139
   public function setLabel($label)
1140 1140
   {
1141
-    $this->label = $label;
1141
+	$this->label = $label;
1142 1142
   }
1143 1143
   public function getLabel()
1144 1144
   {
1145
-    return $this->label;
1145
+	return $this->label;
1146 1146
   }
1147 1147
   public function setScore($score)
1148 1148
   {
1149
-    $this->score = $score;
1149
+	$this->score = $score;
1150 1150
   }
1151 1151
   public function getScore()
1152 1152
   {
1153
-    return $this->score;
1153
+	return $this->score;
1154 1154
   }
1155 1155
 }
1156 1156
 
@@ -1168,35 +1168,35 @@  discard block
 block discarded – undo
1168 1168
 
1169 1169
   public function setItems($items)
1170 1170
   {
1171
-    $this->items = $items;
1171
+	$this->items = $items;
1172 1172
   }
1173 1173
   public function getItems()
1174 1174
   {
1175
-    return $this->items;
1175
+	return $this->items;
1176 1176
   }
1177 1177
   public function setKind($kind)
1178 1178
   {
1179
-    $this->kind = $kind;
1179
+	$this->kind = $kind;
1180 1180
   }
1181 1181
   public function getKind()
1182 1182
   {
1183
-    return $this->kind;
1183
+	return $this->kind;
1184 1184
   }
1185 1185
   public function setNextPageToken($nextPageToken)
1186 1186
   {
1187
-    $this->nextPageToken = $nextPageToken;
1187
+	$this->nextPageToken = $nextPageToken;
1188 1188
   }
1189 1189
   public function getNextPageToken()
1190 1190
   {
1191
-    return $this->nextPageToken;
1191
+	return $this->nextPageToken;
1192 1192
   }
1193 1193
   public function setSelfLink($selfLink)
1194 1194
   {
1195
-    $this->selfLink = $selfLink;
1195
+	$this->selfLink = $selfLink;
1196 1196
   }
1197 1197
   public function getSelfLink()
1198 1198
   {
1199
-    return $this->selfLink;
1199
+	return $this->selfLink;
1200 1200
   }
1201 1201
 }
1202 1202
 
@@ -1211,18 +1211,18 @@  discard block
 block discarded – undo
1211 1211
 
1212 1212
   public function setCsvInstance($csvInstance)
1213 1213
   {
1214
-    $this->csvInstance = $csvInstance;
1214
+	$this->csvInstance = $csvInstance;
1215 1215
   }
1216 1216
   public function getCsvInstance()
1217 1217
   {
1218
-    return $this->csvInstance;
1218
+	return $this->csvInstance;
1219 1219
   }
1220 1220
   public function setOutput($output)
1221 1221
   {
1222
-    $this->output = $output;
1222
+	$this->output = $output;
1223 1223
   }
1224 1224
   public function getOutput()
1225 1225
   {
1226
-    return $this->output;
1226
+	return $this->output;
1227 1227
   }
1228 1228
 }
Please login to merge, or discard this patch.
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
                   'required' => true,
108 108
                 ),
109 109
               ),
110
-            ),'delete' => array(
110
+            ), 'delete' => array(
111 111
               'path' => '{project}/trainedmodels/{id}',
112 112
               'httpMethod' => 'DELETE',
113 113
               'parameters' => array(
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
                   'required' => true,
123 123
                 ),
124 124
               ),
125
-            ),'get' => array(
125
+            ), 'get' => array(
126 126
               'path' => '{project}/trainedmodels/{id}',
127 127
               'httpMethod' => 'GET',
128 128
               'parameters' => array(
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
                   'required' => true,
138 138
                 ),
139 139
               ),
140
-            ),'insert' => array(
140
+            ), 'insert' => array(
141 141
               'path' => '{project}/trainedmodels',
142 142
               'httpMethod' => 'POST',
143 143
               'parameters' => array(
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
                   'required' => true,
148 148
                 ),
149 149
               ),
150
-            ),'list' => array(
150
+            ), 'list' => array(
151 151
               'path' => '{project}/trainedmodels/list',
152 152
               'httpMethod' => 'GET',
153 153
               'parameters' => array(
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
                   'type' => 'integer',
166 166
                 ),
167 167
               ),
168
-            ),'predict' => array(
168
+            ), 'predict' => array(
169 169
               'path' => '{project}/trainedmodels/{id}/predict',
170 170
               'httpMethod' => 'POST',
171 171
               'parameters' => array(
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
                   'required' => true,
181 181
                 ),
182 182
               ),
183
-            ),'update' => array(
183
+            ), 'update' => array(
184 184
               'path' => '{project}/trainedmodels/{id}',
185 185
               'httpMethod' => 'PUT',
186 186
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/Fusiontables.php 2 patches
Indentation   +892 added lines, -892 removed lines patch added patch discarded remove patch
@@ -32,10 +32,10 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage your Fusion Tables. */
34 34
   const FUSIONTABLES =
35
-      "https://www.googleapis.com/auth/fusiontables";
35
+	  "https://www.googleapis.com/auth/fusiontables";
36 36
   /** View your Fusion Tables. */
37 37
   const FUSIONTABLES_READONLY =
38
-      "https://www.googleapis.com/auth/fusiontables.readonly";
38
+	  "https://www.googleapis.com/auth/fusiontables.readonly";
39 39
 
40 40
   public $column;
41 41
   public $query;
@@ -52,581 +52,581 @@  discard block
 block discarded – undo
52 52
    */
53 53
   public function __construct(Google_Client $client)
54 54
   {
55
-    parent::__construct($client);
56
-    $this->rootUrl = 'https://www.googleapis.com/';
57
-    $this->servicePath = 'fusiontables/v2/';
58
-    $this->version = 'v2';
59
-    $this->serviceName = 'fusiontables';
60
-
61
-    $this->column = new Google_Service_Fusiontables_Column_Resource(
62
-        $this,
63
-        $this->serviceName,
64
-        'column',
65
-        array(
66
-          'methods' => array(
67
-            'delete' => array(
68
-              'path' => 'tables/{tableId}/columns/{columnId}',
69
-              'httpMethod' => 'DELETE',
70
-              'parameters' => array(
71
-                'tableId' => array(
72
-                  'location' => 'path',
73
-                  'type' => 'string',
74
-                  'required' => true,
75
-                ),
76
-                'columnId' => array(
77
-                  'location' => 'path',
78
-                  'type' => 'string',
79
-                  'required' => true,
80
-                ),
81
-              ),
82
-            ),'get' => array(
83
-              'path' => 'tables/{tableId}/columns/{columnId}',
84
-              'httpMethod' => 'GET',
85
-              'parameters' => array(
86
-                'tableId' => array(
87
-                  'location' => 'path',
88
-                  'type' => 'string',
89
-                  'required' => true,
90
-                ),
91
-                'columnId' => array(
92
-                  'location' => 'path',
93
-                  'type' => 'string',
94
-                  'required' => true,
95
-                ),
96
-              ),
97
-            ),'insert' => array(
98
-              'path' => 'tables/{tableId}/columns',
99
-              'httpMethod' => 'POST',
100
-              'parameters' => array(
101
-                'tableId' => array(
102
-                  'location' => 'path',
103
-                  'type' => 'string',
104
-                  'required' => true,
105
-                ),
106
-              ),
107
-            ),'list' => array(
108
-              'path' => 'tables/{tableId}/columns',
109
-              'httpMethod' => 'GET',
110
-              'parameters' => array(
111
-                'tableId' => array(
112
-                  'location' => 'path',
113
-                  'type' => 'string',
114
-                  'required' => true,
115
-                ),
116
-                'pageToken' => array(
117
-                  'location' => 'query',
118
-                  'type' => 'string',
119
-                ),
120
-                'maxResults' => array(
121
-                  'location' => 'query',
122
-                  'type' => 'integer',
123
-                ),
124
-              ),
125
-            ),'patch' => array(
126
-              'path' => 'tables/{tableId}/columns/{columnId}',
127
-              'httpMethod' => 'PATCH',
128
-              'parameters' => array(
129
-                'tableId' => array(
130
-                  'location' => 'path',
131
-                  'type' => 'string',
132
-                  'required' => true,
133
-                ),
134
-                'columnId' => array(
135
-                  'location' => 'path',
136
-                  'type' => 'string',
137
-                  'required' => true,
138
-                ),
139
-              ),
140
-            ),'update' => array(
141
-              'path' => 'tables/{tableId}/columns/{columnId}',
142
-              'httpMethod' => 'PUT',
143
-              'parameters' => array(
144
-                'tableId' => array(
145
-                  'location' => 'path',
146
-                  'type' => 'string',
147
-                  'required' => true,
148
-                ),
149
-                'columnId' => array(
150
-                  'location' => 'path',
151
-                  'type' => 'string',
152
-                  'required' => true,
153
-                ),
154
-              ),
155
-            ),
156
-          )
157
-        )
158
-    );
159
-    $this->query = new Google_Service_Fusiontables_Query_Resource(
160
-        $this,
161
-        $this->serviceName,
162
-        'query',
163
-        array(
164
-          'methods' => array(
165
-            'sql' => array(
166
-              'path' => 'query',
167
-              'httpMethod' => 'POST',
168
-              'parameters' => array(
169
-                'sql' => array(
170
-                  'location' => 'query',
171
-                  'type' => 'string',
172
-                  'required' => true,
173
-                ),
174
-                'typed' => array(
175
-                  'location' => 'query',
176
-                  'type' => 'boolean',
177
-                ),
178
-                'hdrs' => array(
179
-                  'location' => 'query',
180
-                  'type' => 'boolean',
181
-                ),
182
-              ),
183
-            ),'sqlGet' => array(
184
-              'path' => 'query',
185
-              'httpMethod' => 'GET',
186
-              'parameters' => array(
187
-                'sql' => array(
188
-                  'location' => 'query',
189
-                  'type' => 'string',
190
-                  'required' => true,
191
-                ),
192
-                'typed' => array(
193
-                  'location' => 'query',
194
-                  'type' => 'boolean',
195
-                ),
196
-                'hdrs' => array(
197
-                  'location' => 'query',
198
-                  'type' => 'boolean',
199
-                ),
200
-              ),
201
-            ),
202
-          )
203
-        )
204
-    );
205
-    $this->style = new Google_Service_Fusiontables_Style_Resource(
206
-        $this,
207
-        $this->serviceName,
208
-        'style',
209
-        array(
210
-          'methods' => array(
211
-            'delete' => array(
212
-              'path' => 'tables/{tableId}/styles/{styleId}',
213
-              'httpMethod' => 'DELETE',
214
-              'parameters' => array(
215
-                'tableId' => array(
216
-                  'location' => 'path',
217
-                  'type' => 'string',
218
-                  'required' => true,
219
-                ),
220
-                'styleId' => array(
221
-                  'location' => 'path',
222
-                  'type' => 'integer',
223
-                  'required' => true,
224
-                ),
225
-              ),
226
-            ),'get' => array(
227
-              'path' => 'tables/{tableId}/styles/{styleId}',
228
-              'httpMethod' => 'GET',
229
-              'parameters' => array(
230
-                'tableId' => array(
231
-                  'location' => 'path',
232
-                  'type' => 'string',
233
-                  'required' => true,
234
-                ),
235
-                'styleId' => array(
236
-                  'location' => 'path',
237
-                  'type' => 'integer',
238
-                  'required' => true,
239
-                ),
240
-              ),
241
-            ),'insert' => array(
242
-              'path' => 'tables/{tableId}/styles',
243
-              'httpMethod' => 'POST',
244
-              'parameters' => array(
245
-                'tableId' => array(
246
-                  'location' => 'path',
247
-                  'type' => 'string',
248
-                  'required' => true,
249
-                ),
250
-              ),
251
-            ),'list' => array(
252
-              'path' => 'tables/{tableId}/styles',
253
-              'httpMethod' => 'GET',
254
-              'parameters' => array(
255
-                'tableId' => array(
256
-                  'location' => 'path',
257
-                  'type' => 'string',
258
-                  'required' => true,
259
-                ),
260
-                'pageToken' => array(
261
-                  'location' => 'query',
262
-                  'type' => 'string',
263
-                ),
264
-                'maxResults' => array(
265
-                  'location' => 'query',
266
-                  'type' => 'integer',
267
-                ),
268
-              ),
269
-            ),'patch' => array(
270
-              'path' => 'tables/{tableId}/styles/{styleId}',
271
-              'httpMethod' => 'PATCH',
272
-              'parameters' => array(
273
-                'tableId' => array(
274
-                  'location' => 'path',
275
-                  'type' => 'string',
276
-                  'required' => true,
277
-                ),
278
-                'styleId' => array(
279
-                  'location' => 'path',
280
-                  'type' => 'integer',
281
-                  'required' => true,
282
-                ),
283
-              ),
284
-            ),'update' => array(
285
-              'path' => 'tables/{tableId}/styles/{styleId}',
286
-              'httpMethod' => 'PUT',
287
-              'parameters' => array(
288
-                'tableId' => array(
289
-                  'location' => 'path',
290
-                  'type' => 'string',
291
-                  'required' => true,
292
-                ),
293
-                'styleId' => array(
294
-                  'location' => 'path',
295
-                  'type' => 'integer',
296
-                  'required' => true,
297
-                ),
298
-              ),
299
-            ),
300
-          )
301
-        )
302
-    );
303
-    $this->table = new Google_Service_Fusiontables_Table_Resource(
304
-        $this,
305
-        $this->serviceName,
306
-        'table',
307
-        array(
308
-          'methods' => array(
309
-            'copy' => array(
310
-              'path' => 'tables/{tableId}/copy',
311
-              'httpMethod' => 'POST',
312
-              'parameters' => array(
313
-                'tableId' => array(
314
-                  'location' => 'path',
315
-                  'type' => 'string',
316
-                  'required' => true,
317
-                ),
318
-                'copyPresentation' => array(
319
-                  'location' => 'query',
320
-                  'type' => 'boolean',
321
-                ),
322
-              ),
323
-            ),'delete' => array(
324
-              'path' => 'tables/{tableId}',
325
-              'httpMethod' => 'DELETE',
326
-              'parameters' => array(
327
-                'tableId' => array(
328
-                  'location' => 'path',
329
-                  'type' => 'string',
330
-                  'required' => true,
331
-                ),
332
-              ),
333
-            ),'get' => array(
334
-              'path' => 'tables/{tableId}',
335
-              'httpMethod' => 'GET',
336
-              'parameters' => array(
337
-                'tableId' => array(
338
-                  'location' => 'path',
339
-                  'type' => 'string',
340
-                  'required' => true,
341
-                ),
342
-              ),
343
-            ),'importRows' => array(
344
-              'path' => 'tables/{tableId}/import',
345
-              'httpMethod' => 'POST',
346
-              'parameters' => array(
347
-                'tableId' => array(
348
-                  'location' => 'path',
349
-                  'type' => 'string',
350
-                  'required' => true,
351
-                ),
352
-                'startLine' => array(
353
-                  'location' => 'query',
354
-                  'type' => 'integer',
355
-                ),
356
-                'isStrict' => array(
357
-                  'location' => 'query',
358
-                  'type' => 'boolean',
359
-                ),
360
-                'encoding' => array(
361
-                  'location' => 'query',
362
-                  'type' => 'string',
363
-                ),
364
-                'delimiter' => array(
365
-                  'location' => 'query',
366
-                  'type' => 'string',
367
-                ),
368
-                'endLine' => array(
369
-                  'location' => 'query',
370
-                  'type' => 'integer',
371
-                ),
372
-              ),
373
-            ),'importTable' => array(
374
-              'path' => 'tables/import',
375
-              'httpMethod' => 'POST',
376
-              'parameters' => array(
377
-                'name' => array(
378
-                  'location' => 'query',
379
-                  'type' => 'string',
380
-                  'required' => true,
381
-                ),
382
-                'delimiter' => array(
383
-                  'location' => 'query',
384
-                  'type' => 'string',
385
-                ),
386
-                'encoding' => array(
387
-                  'location' => 'query',
388
-                  'type' => 'string',
389
-                ),
390
-              ),
391
-            ),'insert' => array(
392
-              'path' => 'tables',
393
-              'httpMethod' => 'POST',
394
-              'parameters' => array(),
395
-            ),'list' => array(
396
-              'path' => 'tables',
397
-              'httpMethod' => 'GET',
398
-              'parameters' => array(
399
-                'pageToken' => array(
400
-                  'location' => 'query',
401
-                  'type' => 'string',
402
-                ),
403
-                'maxResults' => array(
404
-                  'location' => 'query',
405
-                  'type' => 'integer',
406
-                ),
407
-              ),
408
-            ),'patch' => array(
409
-              'path' => 'tables/{tableId}',
410
-              'httpMethod' => 'PATCH',
411
-              'parameters' => array(
412
-                'tableId' => array(
413
-                  'location' => 'path',
414
-                  'type' => 'string',
415
-                  'required' => true,
416
-                ),
417
-                'replaceViewDefinition' => array(
418
-                  'location' => 'query',
419
-                  'type' => 'boolean',
420
-                ),
421
-              ),
422
-            ),'replaceRows' => array(
423
-              'path' => 'tables/{tableId}/replace',
424
-              'httpMethod' => 'POST',
425
-              'parameters' => array(
426
-                'tableId' => array(
427
-                  'location' => 'path',
428
-                  'type' => 'string',
429
-                  'required' => true,
430
-                ),
431
-                'startLine' => array(
432
-                  'location' => 'query',
433
-                  'type' => 'integer',
434
-                ),
435
-                'isStrict' => array(
436
-                  'location' => 'query',
437
-                  'type' => 'boolean',
438
-                ),
439
-                'encoding' => array(
440
-                  'location' => 'query',
441
-                  'type' => 'string',
442
-                ),
443
-                'delimiter' => array(
444
-                  'location' => 'query',
445
-                  'type' => 'string',
446
-                ),
447
-                'endLine' => array(
448
-                  'location' => 'query',
449
-                  'type' => 'integer',
450
-                ),
451
-              ),
452
-            ),'update' => array(
453
-              'path' => 'tables/{tableId}',
454
-              'httpMethod' => 'PUT',
455
-              'parameters' => array(
456
-                'tableId' => array(
457
-                  'location' => 'path',
458
-                  'type' => 'string',
459
-                  'required' => true,
460
-                ),
461
-                'replaceViewDefinition' => array(
462
-                  'location' => 'query',
463
-                  'type' => 'boolean',
464
-                ),
465
-              ),
466
-            ),
467
-          )
468
-        )
469
-    );
470
-    $this->task = new Google_Service_Fusiontables_Task_Resource(
471
-        $this,
472
-        $this->serviceName,
473
-        'task',
474
-        array(
475
-          'methods' => array(
476
-            'delete' => array(
477
-              'path' => 'tables/{tableId}/tasks/{taskId}',
478
-              'httpMethod' => 'DELETE',
479
-              'parameters' => array(
480
-                'tableId' => array(
481
-                  'location' => 'path',
482
-                  'type' => 'string',
483
-                  'required' => true,
484
-                ),
485
-                'taskId' => array(
486
-                  'location' => 'path',
487
-                  'type' => 'string',
488
-                  'required' => true,
489
-                ),
490
-              ),
491
-            ),'get' => array(
492
-              'path' => 'tables/{tableId}/tasks/{taskId}',
493
-              'httpMethod' => 'GET',
494
-              'parameters' => array(
495
-                'tableId' => array(
496
-                  'location' => 'path',
497
-                  'type' => 'string',
498
-                  'required' => true,
499
-                ),
500
-                'taskId' => array(
501
-                  'location' => 'path',
502
-                  'type' => 'string',
503
-                  'required' => true,
504
-                ),
505
-              ),
506
-            ),'list' => array(
507
-              'path' => 'tables/{tableId}/tasks',
508
-              'httpMethod' => 'GET',
509
-              'parameters' => array(
510
-                'tableId' => array(
511
-                  'location' => 'path',
512
-                  'type' => 'string',
513
-                  'required' => true,
514
-                ),
515
-                'pageToken' => array(
516
-                  'location' => 'query',
517
-                  'type' => 'string',
518
-                ),
519
-                'startIndex' => array(
520
-                  'location' => 'query',
521
-                  'type' => 'integer',
522
-                ),
523
-                'maxResults' => array(
524
-                  'location' => 'query',
525
-                  'type' => 'integer',
526
-                ),
527
-              ),
528
-            ),
529
-          )
530
-        )
531
-    );
532
-    $this->template = new Google_Service_Fusiontables_Template_Resource(
533
-        $this,
534
-        $this->serviceName,
535
-        'template',
536
-        array(
537
-          'methods' => array(
538
-            'delete' => array(
539
-              'path' => 'tables/{tableId}/templates/{templateId}',
540
-              'httpMethod' => 'DELETE',
541
-              'parameters' => array(
542
-                'tableId' => array(
543
-                  'location' => 'path',
544
-                  'type' => 'string',
545
-                  'required' => true,
546
-                ),
547
-                'templateId' => array(
548
-                  'location' => 'path',
549
-                  'type' => 'integer',
550
-                  'required' => true,
551
-                ),
552
-              ),
553
-            ),'get' => array(
554
-              'path' => 'tables/{tableId}/templates/{templateId}',
555
-              'httpMethod' => 'GET',
556
-              'parameters' => array(
557
-                'tableId' => array(
558
-                  'location' => 'path',
559
-                  'type' => 'string',
560
-                  'required' => true,
561
-                ),
562
-                'templateId' => array(
563
-                  'location' => 'path',
564
-                  'type' => 'integer',
565
-                  'required' => true,
566
-                ),
567
-              ),
568
-            ),'insert' => array(
569
-              'path' => 'tables/{tableId}/templates',
570
-              'httpMethod' => 'POST',
571
-              'parameters' => array(
572
-                'tableId' => array(
573
-                  'location' => 'path',
574
-                  'type' => 'string',
575
-                  'required' => true,
576
-                ),
577
-              ),
578
-            ),'list' => array(
579
-              'path' => 'tables/{tableId}/templates',
580
-              'httpMethod' => 'GET',
581
-              'parameters' => array(
582
-                'tableId' => array(
583
-                  'location' => 'path',
584
-                  'type' => 'string',
585
-                  'required' => true,
586
-                ),
587
-                'pageToken' => array(
588
-                  'location' => 'query',
589
-                  'type' => 'string',
590
-                ),
591
-                'maxResults' => array(
592
-                  'location' => 'query',
593
-                  'type' => 'integer',
594
-                ),
595
-              ),
596
-            ),'patch' => array(
597
-              'path' => 'tables/{tableId}/templates/{templateId}',
598
-              'httpMethod' => 'PATCH',
599
-              'parameters' => array(
600
-                'tableId' => array(
601
-                  'location' => 'path',
602
-                  'type' => 'string',
603
-                  'required' => true,
604
-                ),
605
-                'templateId' => array(
606
-                  'location' => 'path',
607
-                  'type' => 'integer',
608
-                  'required' => true,
609
-                ),
610
-              ),
611
-            ),'update' => array(
612
-              'path' => 'tables/{tableId}/templates/{templateId}',
613
-              'httpMethod' => 'PUT',
614
-              'parameters' => array(
615
-                'tableId' => array(
616
-                  'location' => 'path',
617
-                  'type' => 'string',
618
-                  'required' => true,
619
-                ),
620
-                'templateId' => array(
621
-                  'location' => 'path',
622
-                  'type' => 'integer',
623
-                  'required' => true,
624
-                ),
625
-              ),
626
-            ),
627
-          )
628
-        )
629
-    );
55
+	parent::__construct($client);
56
+	$this->rootUrl = 'https://www.googleapis.com/';
57
+	$this->servicePath = 'fusiontables/v2/';
58
+	$this->version = 'v2';
59
+	$this->serviceName = 'fusiontables';
60
+
61
+	$this->column = new Google_Service_Fusiontables_Column_Resource(
62
+		$this,
63
+		$this->serviceName,
64
+		'column',
65
+		array(
66
+		  'methods' => array(
67
+			'delete' => array(
68
+			  'path' => 'tables/{tableId}/columns/{columnId}',
69
+			  'httpMethod' => 'DELETE',
70
+			  'parameters' => array(
71
+				'tableId' => array(
72
+				  'location' => 'path',
73
+				  'type' => 'string',
74
+				  'required' => true,
75
+				),
76
+				'columnId' => array(
77
+				  'location' => 'path',
78
+				  'type' => 'string',
79
+				  'required' => true,
80
+				),
81
+			  ),
82
+			),'get' => array(
83
+			  'path' => 'tables/{tableId}/columns/{columnId}',
84
+			  'httpMethod' => 'GET',
85
+			  'parameters' => array(
86
+				'tableId' => array(
87
+				  'location' => 'path',
88
+				  'type' => 'string',
89
+				  'required' => true,
90
+				),
91
+				'columnId' => array(
92
+				  'location' => 'path',
93
+				  'type' => 'string',
94
+				  'required' => true,
95
+				),
96
+			  ),
97
+			),'insert' => array(
98
+			  'path' => 'tables/{tableId}/columns',
99
+			  'httpMethod' => 'POST',
100
+			  'parameters' => array(
101
+				'tableId' => array(
102
+				  'location' => 'path',
103
+				  'type' => 'string',
104
+				  'required' => true,
105
+				),
106
+			  ),
107
+			),'list' => array(
108
+			  'path' => 'tables/{tableId}/columns',
109
+			  'httpMethod' => 'GET',
110
+			  'parameters' => array(
111
+				'tableId' => array(
112
+				  'location' => 'path',
113
+				  'type' => 'string',
114
+				  'required' => true,
115
+				),
116
+				'pageToken' => array(
117
+				  'location' => 'query',
118
+				  'type' => 'string',
119
+				),
120
+				'maxResults' => array(
121
+				  'location' => 'query',
122
+				  'type' => 'integer',
123
+				),
124
+			  ),
125
+			),'patch' => array(
126
+			  'path' => 'tables/{tableId}/columns/{columnId}',
127
+			  'httpMethod' => 'PATCH',
128
+			  'parameters' => array(
129
+				'tableId' => array(
130
+				  'location' => 'path',
131
+				  'type' => 'string',
132
+				  'required' => true,
133
+				),
134
+				'columnId' => array(
135
+				  'location' => 'path',
136
+				  'type' => 'string',
137
+				  'required' => true,
138
+				),
139
+			  ),
140
+			),'update' => array(
141
+			  'path' => 'tables/{tableId}/columns/{columnId}',
142
+			  'httpMethod' => 'PUT',
143
+			  'parameters' => array(
144
+				'tableId' => array(
145
+				  'location' => 'path',
146
+				  'type' => 'string',
147
+				  'required' => true,
148
+				),
149
+				'columnId' => array(
150
+				  'location' => 'path',
151
+				  'type' => 'string',
152
+				  'required' => true,
153
+				),
154
+			  ),
155
+			),
156
+		  )
157
+		)
158
+	);
159
+	$this->query = new Google_Service_Fusiontables_Query_Resource(
160
+		$this,
161
+		$this->serviceName,
162
+		'query',
163
+		array(
164
+		  'methods' => array(
165
+			'sql' => array(
166
+			  'path' => 'query',
167
+			  'httpMethod' => 'POST',
168
+			  'parameters' => array(
169
+				'sql' => array(
170
+				  'location' => 'query',
171
+				  'type' => 'string',
172
+				  'required' => true,
173
+				),
174
+				'typed' => array(
175
+				  'location' => 'query',
176
+				  'type' => 'boolean',
177
+				),
178
+				'hdrs' => array(
179
+				  'location' => 'query',
180
+				  'type' => 'boolean',
181
+				),
182
+			  ),
183
+			),'sqlGet' => array(
184
+			  'path' => 'query',
185
+			  'httpMethod' => 'GET',
186
+			  'parameters' => array(
187
+				'sql' => array(
188
+				  'location' => 'query',
189
+				  'type' => 'string',
190
+				  'required' => true,
191
+				),
192
+				'typed' => array(
193
+				  'location' => 'query',
194
+				  'type' => 'boolean',
195
+				),
196
+				'hdrs' => array(
197
+				  'location' => 'query',
198
+				  'type' => 'boolean',
199
+				),
200
+			  ),
201
+			),
202
+		  )
203
+		)
204
+	);
205
+	$this->style = new Google_Service_Fusiontables_Style_Resource(
206
+		$this,
207
+		$this->serviceName,
208
+		'style',
209
+		array(
210
+		  'methods' => array(
211
+			'delete' => array(
212
+			  'path' => 'tables/{tableId}/styles/{styleId}',
213
+			  'httpMethod' => 'DELETE',
214
+			  'parameters' => array(
215
+				'tableId' => array(
216
+				  'location' => 'path',
217
+				  'type' => 'string',
218
+				  'required' => true,
219
+				),
220
+				'styleId' => array(
221
+				  'location' => 'path',
222
+				  'type' => 'integer',
223
+				  'required' => true,
224
+				),
225
+			  ),
226
+			),'get' => array(
227
+			  'path' => 'tables/{tableId}/styles/{styleId}',
228
+			  'httpMethod' => 'GET',
229
+			  'parameters' => array(
230
+				'tableId' => array(
231
+				  'location' => 'path',
232
+				  'type' => 'string',
233
+				  'required' => true,
234
+				),
235
+				'styleId' => array(
236
+				  'location' => 'path',
237
+				  'type' => 'integer',
238
+				  'required' => true,
239
+				),
240
+			  ),
241
+			),'insert' => array(
242
+			  'path' => 'tables/{tableId}/styles',
243
+			  'httpMethod' => 'POST',
244
+			  'parameters' => array(
245
+				'tableId' => array(
246
+				  'location' => 'path',
247
+				  'type' => 'string',
248
+				  'required' => true,
249
+				),
250
+			  ),
251
+			),'list' => array(
252
+			  'path' => 'tables/{tableId}/styles',
253
+			  'httpMethod' => 'GET',
254
+			  'parameters' => array(
255
+				'tableId' => array(
256
+				  'location' => 'path',
257
+				  'type' => 'string',
258
+				  'required' => true,
259
+				),
260
+				'pageToken' => array(
261
+				  'location' => 'query',
262
+				  'type' => 'string',
263
+				),
264
+				'maxResults' => array(
265
+				  'location' => 'query',
266
+				  'type' => 'integer',
267
+				),
268
+			  ),
269
+			),'patch' => array(
270
+			  'path' => 'tables/{tableId}/styles/{styleId}',
271
+			  'httpMethod' => 'PATCH',
272
+			  'parameters' => array(
273
+				'tableId' => array(
274
+				  'location' => 'path',
275
+				  'type' => 'string',
276
+				  'required' => true,
277
+				),
278
+				'styleId' => array(
279
+				  'location' => 'path',
280
+				  'type' => 'integer',
281
+				  'required' => true,
282
+				),
283
+			  ),
284
+			),'update' => array(
285
+			  'path' => 'tables/{tableId}/styles/{styleId}',
286
+			  'httpMethod' => 'PUT',
287
+			  'parameters' => array(
288
+				'tableId' => array(
289
+				  'location' => 'path',
290
+				  'type' => 'string',
291
+				  'required' => true,
292
+				),
293
+				'styleId' => array(
294
+				  'location' => 'path',
295
+				  'type' => 'integer',
296
+				  'required' => true,
297
+				),
298
+			  ),
299
+			),
300
+		  )
301
+		)
302
+	);
303
+	$this->table = new Google_Service_Fusiontables_Table_Resource(
304
+		$this,
305
+		$this->serviceName,
306
+		'table',
307
+		array(
308
+		  'methods' => array(
309
+			'copy' => array(
310
+			  'path' => 'tables/{tableId}/copy',
311
+			  'httpMethod' => 'POST',
312
+			  'parameters' => array(
313
+				'tableId' => array(
314
+				  'location' => 'path',
315
+				  'type' => 'string',
316
+				  'required' => true,
317
+				),
318
+				'copyPresentation' => array(
319
+				  'location' => 'query',
320
+				  'type' => 'boolean',
321
+				),
322
+			  ),
323
+			),'delete' => array(
324
+			  'path' => 'tables/{tableId}',
325
+			  'httpMethod' => 'DELETE',
326
+			  'parameters' => array(
327
+				'tableId' => array(
328
+				  'location' => 'path',
329
+				  'type' => 'string',
330
+				  'required' => true,
331
+				),
332
+			  ),
333
+			),'get' => array(
334
+			  'path' => 'tables/{tableId}',
335
+			  'httpMethod' => 'GET',
336
+			  'parameters' => array(
337
+				'tableId' => array(
338
+				  'location' => 'path',
339
+				  'type' => 'string',
340
+				  'required' => true,
341
+				),
342
+			  ),
343
+			),'importRows' => array(
344
+			  'path' => 'tables/{tableId}/import',
345
+			  'httpMethod' => 'POST',
346
+			  'parameters' => array(
347
+				'tableId' => array(
348
+				  'location' => 'path',
349
+				  'type' => 'string',
350
+				  'required' => true,
351
+				),
352
+				'startLine' => array(
353
+				  'location' => 'query',
354
+				  'type' => 'integer',
355
+				),
356
+				'isStrict' => array(
357
+				  'location' => 'query',
358
+				  'type' => 'boolean',
359
+				),
360
+				'encoding' => array(
361
+				  'location' => 'query',
362
+				  'type' => 'string',
363
+				),
364
+				'delimiter' => array(
365
+				  'location' => 'query',
366
+				  'type' => 'string',
367
+				),
368
+				'endLine' => array(
369
+				  'location' => 'query',
370
+				  'type' => 'integer',
371
+				),
372
+			  ),
373
+			),'importTable' => array(
374
+			  'path' => 'tables/import',
375
+			  'httpMethod' => 'POST',
376
+			  'parameters' => array(
377
+				'name' => array(
378
+				  'location' => 'query',
379
+				  'type' => 'string',
380
+				  'required' => true,
381
+				),
382
+				'delimiter' => array(
383
+				  'location' => 'query',
384
+				  'type' => 'string',
385
+				),
386
+				'encoding' => array(
387
+				  'location' => 'query',
388
+				  'type' => 'string',
389
+				),
390
+			  ),
391
+			),'insert' => array(
392
+			  'path' => 'tables',
393
+			  'httpMethod' => 'POST',
394
+			  'parameters' => array(),
395
+			),'list' => array(
396
+			  'path' => 'tables',
397
+			  'httpMethod' => 'GET',
398
+			  'parameters' => array(
399
+				'pageToken' => array(
400
+				  'location' => 'query',
401
+				  'type' => 'string',
402
+				),
403
+				'maxResults' => array(
404
+				  'location' => 'query',
405
+				  'type' => 'integer',
406
+				),
407
+			  ),
408
+			),'patch' => array(
409
+			  'path' => 'tables/{tableId}',
410
+			  'httpMethod' => 'PATCH',
411
+			  'parameters' => array(
412
+				'tableId' => array(
413
+				  'location' => 'path',
414
+				  'type' => 'string',
415
+				  'required' => true,
416
+				),
417
+				'replaceViewDefinition' => array(
418
+				  'location' => 'query',
419
+				  'type' => 'boolean',
420
+				),
421
+			  ),
422
+			),'replaceRows' => array(
423
+			  'path' => 'tables/{tableId}/replace',
424
+			  'httpMethod' => 'POST',
425
+			  'parameters' => array(
426
+				'tableId' => array(
427
+				  'location' => 'path',
428
+				  'type' => 'string',
429
+				  'required' => true,
430
+				),
431
+				'startLine' => array(
432
+				  'location' => 'query',
433
+				  'type' => 'integer',
434
+				),
435
+				'isStrict' => array(
436
+				  'location' => 'query',
437
+				  'type' => 'boolean',
438
+				),
439
+				'encoding' => array(
440
+				  'location' => 'query',
441
+				  'type' => 'string',
442
+				),
443
+				'delimiter' => array(
444
+				  'location' => 'query',
445
+				  'type' => 'string',
446
+				),
447
+				'endLine' => array(
448
+				  'location' => 'query',
449
+				  'type' => 'integer',
450
+				),
451
+			  ),
452
+			),'update' => array(
453
+			  'path' => 'tables/{tableId}',
454
+			  'httpMethod' => 'PUT',
455
+			  'parameters' => array(
456
+				'tableId' => array(
457
+				  'location' => 'path',
458
+				  'type' => 'string',
459
+				  'required' => true,
460
+				),
461
+				'replaceViewDefinition' => array(
462
+				  'location' => 'query',
463
+				  'type' => 'boolean',
464
+				),
465
+			  ),
466
+			),
467
+		  )
468
+		)
469
+	);
470
+	$this->task = new Google_Service_Fusiontables_Task_Resource(
471
+		$this,
472
+		$this->serviceName,
473
+		'task',
474
+		array(
475
+		  'methods' => array(
476
+			'delete' => array(
477
+			  'path' => 'tables/{tableId}/tasks/{taskId}',
478
+			  'httpMethod' => 'DELETE',
479
+			  'parameters' => array(
480
+				'tableId' => array(
481
+				  'location' => 'path',
482
+				  'type' => 'string',
483
+				  'required' => true,
484
+				),
485
+				'taskId' => array(
486
+				  'location' => 'path',
487
+				  'type' => 'string',
488
+				  'required' => true,
489
+				),
490
+			  ),
491
+			),'get' => array(
492
+			  'path' => 'tables/{tableId}/tasks/{taskId}',
493
+			  'httpMethod' => 'GET',
494
+			  'parameters' => array(
495
+				'tableId' => array(
496
+				  'location' => 'path',
497
+				  'type' => 'string',
498
+				  'required' => true,
499
+				),
500
+				'taskId' => array(
501
+				  'location' => 'path',
502
+				  'type' => 'string',
503
+				  'required' => true,
504
+				),
505
+			  ),
506
+			),'list' => array(
507
+			  'path' => 'tables/{tableId}/tasks',
508
+			  'httpMethod' => 'GET',
509
+			  'parameters' => array(
510
+				'tableId' => array(
511
+				  'location' => 'path',
512
+				  'type' => 'string',
513
+				  'required' => true,
514
+				),
515
+				'pageToken' => array(
516
+				  'location' => 'query',
517
+				  'type' => 'string',
518
+				),
519
+				'startIndex' => array(
520
+				  'location' => 'query',
521
+				  'type' => 'integer',
522
+				),
523
+				'maxResults' => array(
524
+				  'location' => 'query',
525
+				  'type' => 'integer',
526
+				),
527
+			  ),
528
+			),
529
+		  )
530
+		)
531
+	);
532
+	$this->template = new Google_Service_Fusiontables_Template_Resource(
533
+		$this,
534
+		$this->serviceName,
535
+		'template',
536
+		array(
537
+		  'methods' => array(
538
+			'delete' => array(
539
+			  'path' => 'tables/{tableId}/templates/{templateId}',
540
+			  'httpMethod' => 'DELETE',
541
+			  'parameters' => array(
542
+				'tableId' => array(
543
+				  'location' => 'path',
544
+				  'type' => 'string',
545
+				  'required' => true,
546
+				),
547
+				'templateId' => array(
548
+				  'location' => 'path',
549
+				  'type' => 'integer',
550
+				  'required' => true,
551
+				),
552
+			  ),
553
+			),'get' => array(
554
+			  'path' => 'tables/{tableId}/templates/{templateId}',
555
+			  'httpMethod' => 'GET',
556
+			  'parameters' => array(
557
+				'tableId' => array(
558
+				  'location' => 'path',
559
+				  'type' => 'string',
560
+				  'required' => true,
561
+				),
562
+				'templateId' => array(
563
+				  'location' => 'path',
564
+				  'type' => 'integer',
565
+				  'required' => true,
566
+				),
567
+			  ),
568
+			),'insert' => array(
569
+			  'path' => 'tables/{tableId}/templates',
570
+			  'httpMethod' => 'POST',
571
+			  'parameters' => array(
572
+				'tableId' => array(
573
+				  'location' => 'path',
574
+				  'type' => 'string',
575
+				  'required' => true,
576
+				),
577
+			  ),
578
+			),'list' => array(
579
+			  'path' => 'tables/{tableId}/templates',
580
+			  'httpMethod' => 'GET',
581
+			  'parameters' => array(
582
+				'tableId' => array(
583
+				  'location' => 'path',
584
+				  'type' => 'string',
585
+				  'required' => true,
586
+				),
587
+				'pageToken' => array(
588
+				  'location' => 'query',
589
+				  'type' => 'string',
590
+				),
591
+				'maxResults' => array(
592
+				  'location' => 'query',
593
+				  'type' => 'integer',
594
+				),
595
+			  ),
596
+			),'patch' => array(
597
+			  'path' => 'tables/{tableId}/templates/{templateId}',
598
+			  'httpMethod' => 'PATCH',
599
+			  'parameters' => array(
600
+				'tableId' => array(
601
+				  'location' => 'path',
602
+				  'type' => 'string',
603
+				  'required' => true,
604
+				),
605
+				'templateId' => array(
606
+				  'location' => 'path',
607
+				  'type' => 'integer',
608
+				  'required' => true,
609
+				),
610
+			  ),
611
+			),'update' => array(
612
+			  'path' => 'tables/{tableId}/templates/{templateId}',
613
+			  'httpMethod' => 'PUT',
614
+			  'parameters' => array(
615
+				'tableId' => array(
616
+				  'location' => 'path',
617
+				  'type' => 'string',
618
+				  'required' => true,
619
+				),
620
+				'templateId' => array(
621
+				  'location' => 'path',
622
+				  'type' => 'integer',
623
+				  'required' => true,
624
+				),
625
+			  ),
626
+			),
627
+		  )
628
+		)
629
+	);
630 630
   }
631 631
 }
632 632
 
@@ -651,9 +651,9 @@  discard block
 block discarded – undo
651 651
    */
652 652
   public function delete($tableId, $columnId, $optParams = array())
653 653
   {
654
-    $params = array('tableId' => $tableId, 'columnId' => $columnId);
655
-    $params = array_merge($params, $optParams);
656
-    return $this->call('delete', array($params));
654
+	$params = array('tableId' => $tableId, 'columnId' => $columnId);
655
+	$params = array_merge($params, $optParams);
656
+	return $this->call('delete', array($params));
657 657
   }
658 658
 
659 659
   /**
@@ -667,9 +667,9 @@  discard block
 block discarded – undo
667 667
    */
668 668
   public function get($tableId, $columnId, $optParams = array())
669 669
   {
670
-    $params = array('tableId' => $tableId, 'columnId' => $columnId);
671
-    $params = array_merge($params, $optParams);
672
-    return $this->call('get', array($params), "Google_Service_Fusiontables_Column");
670
+	$params = array('tableId' => $tableId, 'columnId' => $columnId);
671
+	$params = array_merge($params, $optParams);
672
+	return $this->call('get', array($params), "Google_Service_Fusiontables_Column");
673 673
   }
674 674
 
675 675
   /**
@@ -682,9 +682,9 @@  discard block
 block discarded – undo
682 682
    */
683 683
   public function insert($tableId, Google_Service_Fusiontables_Column $postBody, $optParams = array())
684 684
   {
685
-    $params = array('tableId' => $tableId, 'postBody' => $postBody);
686
-    $params = array_merge($params, $optParams);
687
-    return $this->call('insert', array($params), "Google_Service_Fusiontables_Column");
685
+	$params = array('tableId' => $tableId, 'postBody' => $postBody);
686
+	$params = array_merge($params, $optParams);
687
+	return $this->call('insert', array($params), "Google_Service_Fusiontables_Column");
688 688
   }
689 689
 
690 690
   /**
@@ -701,9 +701,9 @@  discard block
 block discarded – undo
701 701
    */
702 702
   public function listColumn($tableId, $optParams = array())
703 703
   {
704
-    $params = array('tableId' => $tableId);
705
-    $params = array_merge($params, $optParams);
706
-    return $this->call('list', array($params), "Google_Service_Fusiontables_ColumnList");
704
+	$params = array('tableId' => $tableId);
705
+	$params = array_merge($params, $optParams);
706
+	return $this->call('list', array($params), "Google_Service_Fusiontables_ColumnList");
707 707
   }
708 708
 
709 709
   /**
@@ -719,9 +719,9 @@  discard block
 block discarded – undo
719 719
    */
720 720
   public function patch($tableId, $columnId, Google_Service_Fusiontables_Column $postBody, $optParams = array())
721 721
   {
722
-    $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody);
723
-    $params = array_merge($params, $optParams);
724
-    return $this->call('patch', array($params), "Google_Service_Fusiontables_Column");
722
+	$params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody);
723
+	$params = array_merge($params, $optParams);
724
+	return $this->call('patch', array($params), "Google_Service_Fusiontables_Column");
725 725
   }
726 726
 
727 727
   /**
@@ -736,9 +736,9 @@  discard block
 block discarded – undo
736 736
    */
737 737
   public function update($tableId, $columnId, Google_Service_Fusiontables_Column $postBody, $optParams = array())
738 738
   {
739
-    $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody);
740
-    $params = array_merge($params, $optParams);
741
-    return $this->call('update', array($params), "Google_Service_Fusiontables_Column");
739
+	$params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody);
740
+	$params = array_merge($params, $optParams);
741
+	return $this->call('update', array($params), "Google_Service_Fusiontables_Column");
742 742
   }
743 743
 }
744 744
 
@@ -770,9 +770,9 @@  discard block
 block discarded – undo
770 770
    */
771 771
   public function sql($sql, $optParams = array())
772 772
   {
773
-    $params = array('sql' => $sql);
774
-    $params = array_merge($params, $optParams);
775
-    return $this->call('sql', array($params), "Google_Service_Fusiontables_Sqlresponse");
773
+	$params = array('sql' => $sql);
774
+	$params = array_merge($params, $optParams);
775
+	return $this->call('sql', array($params), "Google_Service_Fusiontables_Sqlresponse");
776 776
   }
777 777
 
778 778
   /**
@@ -792,9 +792,9 @@  discard block
 block discarded – undo
792 792
    */
793 793
   public function sqlGet($sql, $optParams = array())
794 794
   {
795
-    $params = array('sql' => $sql);
796
-    $params = array_merge($params, $optParams);
797
-    return $this->call('sqlGet', array($params), "Google_Service_Fusiontables_Sqlresponse");
795
+	$params = array('sql' => $sql);
796
+	$params = array_merge($params, $optParams);
797
+	return $this->call('sqlGet', array($params), "Google_Service_Fusiontables_Sqlresponse");
798 798
   }
799 799
 }
800 800
 
@@ -818,9 +818,9 @@  discard block
 block discarded – undo
818 818
    */
819 819
   public function delete($tableId, $styleId, $optParams = array())
820 820
   {
821
-    $params = array('tableId' => $tableId, 'styleId' => $styleId);
822
-    $params = array_merge($params, $optParams);
823
-    return $this->call('delete', array($params));
821
+	$params = array('tableId' => $tableId, 'styleId' => $styleId);
822
+	$params = array_merge($params, $optParams);
823
+	return $this->call('delete', array($params));
824 824
   }
825 825
 
826 826
   /**
@@ -833,9 +833,9 @@  discard block
 block discarded – undo
833 833
    */
834 834
   public function get($tableId, $styleId, $optParams = array())
835 835
   {
836
-    $params = array('tableId' => $tableId, 'styleId' => $styleId);
837
-    $params = array_merge($params, $optParams);
838
-    return $this->call('get', array($params), "Google_Service_Fusiontables_StyleSetting");
836
+	$params = array('tableId' => $tableId, 'styleId' => $styleId);
837
+	$params = array_merge($params, $optParams);
838
+	return $this->call('get', array($params), "Google_Service_Fusiontables_StyleSetting");
839 839
   }
840 840
 
841 841
   /**
@@ -848,9 +848,9 @@  discard block
 block discarded – undo
848 848
    */
849 849
   public function insert($tableId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams = array())
850 850
   {
851
-    $params = array('tableId' => $tableId, 'postBody' => $postBody);
852
-    $params = array_merge($params, $optParams);
853
-    return $this->call('insert', array($params), "Google_Service_Fusiontables_StyleSetting");
851
+	$params = array('tableId' => $tableId, 'postBody' => $postBody);
852
+	$params = array_merge($params, $optParams);
853
+	return $this->call('insert', array($params), "Google_Service_Fusiontables_StyleSetting");
854 854
   }
855 855
 
856 856
   /**
@@ -867,9 +867,9 @@  discard block
 block discarded – undo
867 867
    */
868 868
   public function listStyle($tableId, $optParams = array())
869 869
   {
870
-    $params = array('tableId' => $tableId);
871
-    $params = array_merge($params, $optParams);
872
-    return $this->call('list', array($params), "Google_Service_Fusiontables_StyleSettingList");
870
+	$params = array('tableId' => $tableId);
871
+	$params = array_merge($params, $optParams);
872
+	return $this->call('list', array($params), "Google_Service_Fusiontables_StyleSettingList");
873 873
   }
874 874
 
875 875
   /**
@@ -884,9 +884,9 @@  discard block
 block discarded – undo
884 884
    */
885 885
   public function patch($tableId, $styleId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams = array())
886 886
   {
887
-    $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody);
888
-    $params = array_merge($params, $optParams);
889
-    return $this->call('patch', array($params), "Google_Service_Fusiontables_StyleSetting");
887
+	$params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody);
888
+	$params = array_merge($params, $optParams);
889
+	return $this->call('patch', array($params), "Google_Service_Fusiontables_StyleSetting");
890 890
   }
891 891
 
892 892
   /**
@@ -900,9 +900,9 @@  discard block
 block discarded – undo
900 900
    */
901 901
   public function update($tableId, $styleId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams = array())
902 902
   {
903
-    $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody);
904
-    $params = array_merge($params, $optParams);
905
-    return $this->call('update', array($params), "Google_Service_Fusiontables_StyleSetting");
903
+	$params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody);
904
+	$params = array_merge($params, $optParams);
905
+	return $this->call('update', array($params), "Google_Service_Fusiontables_StyleSetting");
906 906
   }
907 907
 }
908 908
 
@@ -929,9 +929,9 @@  discard block
 block discarded – undo
929 929
    */
930 930
   public function copy($tableId, $optParams = array())
931 931
   {
932
-    $params = array('tableId' => $tableId);
933
-    $params = array_merge($params, $optParams);
934
-    return $this->call('copy', array($params), "Google_Service_Fusiontables_Table");
932
+	$params = array('tableId' => $tableId);
933
+	$params = array_merge($params, $optParams);
934
+	return $this->call('copy', array($params), "Google_Service_Fusiontables_Table");
935 935
   }
936 936
 
937 937
   /**
@@ -942,9 +942,9 @@  discard block
 block discarded – undo
942 942
    */
943 943
   public function delete($tableId, $optParams = array())
944 944
   {
945
-    $params = array('tableId' => $tableId);
946
-    $params = array_merge($params, $optParams);
947
-    return $this->call('delete', array($params));
945
+	$params = array('tableId' => $tableId);
946
+	$params = array_merge($params, $optParams);
947
+	return $this->call('delete', array($params));
948 948
   }
949 949
 
950 950
   /**
@@ -956,9 +956,9 @@  discard block
 block discarded – undo
956 956
    */
957 957
   public function get($tableId, $optParams = array())
958 958
   {
959
-    $params = array('tableId' => $tableId);
960
-    $params = array_merge($params, $optParams);
961
-    return $this->call('get', array($params), "Google_Service_Fusiontables_Table");
959
+	$params = array('tableId' => $tableId);
960
+	$params = array_merge($params, $optParams);
961
+	return $this->call('get', array($params), "Google_Service_Fusiontables_Table");
962 962
   }
963 963
 
964 964
   /**
@@ -984,9 +984,9 @@  discard block
 block discarded – undo
984 984
    */
985 985
   public function importRows($tableId, $optParams = array())
986 986
   {
987
-    $params = array('tableId' => $tableId);
988
-    $params = array_merge($params, $optParams);
989
-    return $this->call('importRows', array($params), "Google_Service_Fusiontables_Import");
987
+	$params = array('tableId' => $tableId);
988
+	$params = array_merge($params, $optParams);
989
+	return $this->call('importRows', array($params), "Google_Service_Fusiontables_Import");
990 990
   }
991 991
 
992 992
   /**
@@ -1003,9 +1003,9 @@  discard block
 block discarded – undo
1003 1003
    */
1004 1004
   public function importTable($name, $optParams = array())
1005 1005
   {
1006
-    $params = array('name' => $name);
1007
-    $params = array_merge($params, $optParams);
1008
-    return $this->call('importTable', array($params), "Google_Service_Fusiontables_Table");
1006
+	$params = array('name' => $name);
1007
+	$params = array_merge($params, $optParams);
1008
+	return $this->call('importTable', array($params), "Google_Service_Fusiontables_Table");
1009 1009
   }
1010 1010
 
1011 1011
   /**
@@ -1017,9 +1017,9 @@  discard block
 block discarded – undo
1017 1017
    */
1018 1018
   public function insert(Google_Service_Fusiontables_Table $postBody, $optParams = array())
1019 1019
   {
1020
-    $params = array('postBody' => $postBody);
1021
-    $params = array_merge($params, $optParams);
1022
-    return $this->call('insert', array($params), "Google_Service_Fusiontables_Table");
1020
+	$params = array('postBody' => $postBody);
1021
+	$params = array_merge($params, $optParams);
1022
+	return $this->call('insert', array($params), "Google_Service_Fusiontables_Table");
1023 1023
   }
1024 1024
 
1025 1025
   /**
@@ -1035,9 +1035,9 @@  discard block
 block discarded – undo
1035 1035
    */
1036 1036
   public function listTable($optParams = array())
1037 1037
   {
1038
-    $params = array();
1039
-    $params = array_merge($params, $optParams);
1040
-    return $this->call('list', array($params), "Google_Service_Fusiontables_TableList");
1038
+	$params = array();
1039
+	$params = array_merge($params, $optParams);
1040
+	return $this->call('list', array($params), "Google_Service_Fusiontables_TableList");
1041 1041
   }
1042 1042
 
1043 1043
   /**
@@ -1056,9 +1056,9 @@  discard block
 block discarded – undo
1056 1056
    */
1057 1057
   public function patch($tableId, Google_Service_Fusiontables_Table $postBody, $optParams = array())
1058 1058
   {
1059
-    $params = array('tableId' => $tableId, 'postBody' => $postBody);
1060
-    $params = array_merge($params, $optParams);
1061
-    return $this->call('patch', array($params), "Google_Service_Fusiontables_Table");
1059
+	$params = array('tableId' => $tableId, 'postBody' => $postBody);
1060
+	$params = array_merge($params, $optParams);
1061
+	return $this->call('patch', array($params), "Google_Service_Fusiontables_Table");
1062 1062
   }
1063 1063
 
1064 1064
   /**
@@ -1086,9 +1086,9 @@  discard block
 block discarded – undo
1086 1086
    */
1087 1087
   public function replaceRows($tableId, $optParams = array())
1088 1088
   {
1089
-    $params = array('tableId' => $tableId);
1090
-    $params = array_merge($params, $optParams);
1091
-    return $this->call('replaceRows', array($params), "Google_Service_Fusiontables_Task");
1089
+	$params = array('tableId' => $tableId);
1090
+	$params = array_merge($params, $optParams);
1091
+	return $this->call('replaceRows', array($params), "Google_Service_Fusiontables_Task");
1092 1092
   }
1093 1093
 
1094 1094
   /**
@@ -1106,9 +1106,9 @@  discard block
 block discarded – undo
1106 1106
    */
1107 1107
   public function update($tableId, Google_Service_Fusiontables_Table $postBody, $optParams = array())
1108 1108
   {
1109
-    $params = array('tableId' => $tableId, 'postBody' => $postBody);
1110
-    $params = array_merge($params, $optParams);
1111
-    return $this->call('update', array($params), "Google_Service_Fusiontables_Table");
1109
+	$params = array('tableId' => $tableId, 'postBody' => $postBody);
1110
+	$params = array_merge($params, $optParams);
1111
+	return $this->call('update', array($params), "Google_Service_Fusiontables_Table");
1112 1112
   }
1113 1113
 }
1114 1114
 
@@ -1133,9 +1133,9 @@  discard block
 block discarded – undo
1133 1133
    */
1134 1134
   public function delete($tableId, $taskId, $optParams = array())
1135 1135
   {
1136
-    $params = array('tableId' => $tableId, 'taskId' => $taskId);
1137
-    $params = array_merge($params, $optParams);
1138
-    return $this->call('delete', array($params));
1136
+	$params = array('tableId' => $tableId, 'taskId' => $taskId);
1137
+	$params = array_merge($params, $optParams);
1138
+	return $this->call('delete', array($params));
1139 1139
   }
1140 1140
 
1141 1141
   /**
@@ -1148,9 +1148,9 @@  discard block
 block discarded – undo
1148 1148
    */
1149 1149
   public function get($tableId, $taskId, $optParams = array())
1150 1150
   {
1151
-    $params = array('tableId' => $tableId, 'taskId' => $taskId);
1152
-    $params = array_merge($params, $optParams);
1153
-    return $this->call('get', array($params), "Google_Service_Fusiontables_Task");
1151
+	$params = array('tableId' => $tableId, 'taskId' => $taskId);
1152
+	$params = array_merge($params, $optParams);
1153
+	return $this->call('get', array($params), "Google_Service_Fusiontables_Task");
1154 1154
   }
1155 1155
 
1156 1156
   /**
@@ -1168,9 +1168,9 @@  discard block
 block discarded – undo
1168 1168
    */
1169 1169
   public function listTask($tableId, $optParams = array())
1170 1170
   {
1171
-    $params = array('tableId' => $tableId);
1172
-    $params = array_merge($params, $optParams);
1173
-    return $this->call('list', array($params), "Google_Service_Fusiontables_TaskList");
1171
+	$params = array('tableId' => $tableId);
1172
+	$params = array_merge($params, $optParams);
1173
+	return $this->call('list', array($params), "Google_Service_Fusiontables_TaskList");
1174 1174
   }
1175 1175
 }
1176 1176
 
@@ -1194,9 +1194,9 @@  discard block
 block discarded – undo
1194 1194
    */
1195 1195
   public function delete($tableId, $templateId, $optParams = array())
1196 1196
   {
1197
-    $params = array('tableId' => $tableId, 'templateId' => $templateId);
1198
-    $params = array_merge($params, $optParams);
1199
-    return $this->call('delete', array($params));
1197
+	$params = array('tableId' => $tableId, 'templateId' => $templateId);
1198
+	$params = array_merge($params, $optParams);
1199
+	return $this->call('delete', array($params));
1200 1200
   }
1201 1201
 
1202 1202
   /**
@@ -1209,9 +1209,9 @@  discard block
 block discarded – undo
1209 1209
    */
1210 1210
   public function get($tableId, $templateId, $optParams = array())
1211 1211
   {
1212
-    $params = array('tableId' => $tableId, 'templateId' => $templateId);
1213
-    $params = array_merge($params, $optParams);
1214
-    return $this->call('get', array($params), "Google_Service_Fusiontables_Template");
1212
+	$params = array('tableId' => $tableId, 'templateId' => $templateId);
1213
+	$params = array_merge($params, $optParams);
1214
+	return $this->call('get', array($params), "Google_Service_Fusiontables_Template");
1215 1215
   }
1216 1216
 
1217 1217
   /**
@@ -1224,9 +1224,9 @@  discard block
 block discarded – undo
1224 1224
    */
1225 1225
   public function insert($tableId, Google_Service_Fusiontables_Template $postBody, $optParams = array())
1226 1226
   {
1227
-    $params = array('tableId' => $tableId, 'postBody' => $postBody);
1228
-    $params = array_merge($params, $optParams);
1229
-    return $this->call('insert', array($params), "Google_Service_Fusiontables_Template");
1227
+	$params = array('tableId' => $tableId, 'postBody' => $postBody);
1228
+	$params = array_merge($params, $optParams);
1229
+	return $this->call('insert', array($params), "Google_Service_Fusiontables_Template");
1230 1230
   }
1231 1231
 
1232 1232
   /**
@@ -1244,9 +1244,9 @@  discard block
 block discarded – undo
1244 1244
    */
1245 1245
   public function listTemplate($tableId, $optParams = array())
1246 1246
   {
1247
-    $params = array('tableId' => $tableId);
1248
-    $params = array_merge($params, $optParams);
1249
-    return $this->call('list', array($params), "Google_Service_Fusiontables_TemplateList");
1247
+	$params = array('tableId' => $tableId);
1248
+	$params = array_merge($params, $optParams);
1249
+	return $this->call('list', array($params), "Google_Service_Fusiontables_TemplateList");
1250 1250
   }
1251 1251
 
1252 1252
   /**
@@ -1261,9 +1261,9 @@  discard block
 block discarded – undo
1261 1261
    */
1262 1262
   public function patch($tableId, $templateId, Google_Service_Fusiontables_Template $postBody, $optParams = array())
1263 1263
   {
1264
-    $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody);
1265
-    $params = array_merge($params, $optParams);
1266
-    return $this->call('patch', array($params), "Google_Service_Fusiontables_Template");
1264
+	$params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody);
1265
+	$params = array_merge($params, $optParams);
1266
+	return $this->call('patch', array($params), "Google_Service_Fusiontables_Template");
1267 1267
   }
1268 1268
 
1269 1269
   /**
@@ -1277,9 +1277,9 @@  discard block
 block discarded – undo
1277 1277
    */
1278 1278
   public function update($tableId, $templateId, Google_Service_Fusiontables_Template $postBody, $optParams = array())
1279 1279
   {
1280
-    $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody);
1281
-    $params = array_merge($params, $optParams);
1282
-    return $this->call('update', array($params), "Google_Service_Fusiontables_Template");
1280
+	$params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody);
1281
+	$params = array_merge($params, $optParams);
1282
+	return $this->call('update', array($params), "Google_Service_Fusiontables_Template");
1283 1283
   }
1284 1284
 }
1285 1285
 
@@ -1300,51 +1300,51 @@  discard block
 block discarded – undo
1300 1300
 
1301 1301
   public function setColor($color)
1302 1302
   {
1303
-    $this->color = $color;
1303
+	$this->color = $color;
1304 1304
   }
1305 1305
   public function getColor()
1306 1306
   {
1307
-    return $this->color;
1307
+	return $this->color;
1308 1308
   }
1309 1309
   public function setIcon($icon)
1310 1310
   {
1311
-    $this->icon = $icon;
1311
+	$this->icon = $icon;
1312 1312
   }
1313 1313
   public function getIcon()
1314 1314
   {
1315
-    return $this->icon;
1315
+	return $this->icon;
1316 1316
   }
1317 1317
   public function setMax($max)
1318 1318
   {
1319
-    $this->max = $max;
1319
+	$this->max = $max;
1320 1320
   }
1321 1321
   public function getMax()
1322 1322
   {
1323
-    return $this->max;
1323
+	return $this->max;
1324 1324
   }
1325 1325
   public function setMin($min)
1326 1326
   {
1327
-    $this->min = $min;
1327
+	$this->min = $min;
1328 1328
   }
1329 1329
   public function getMin()
1330 1330
   {
1331
-    return $this->min;
1331
+	return $this->min;
1332 1332
   }
1333 1333
   public function setOpacity($opacity)
1334 1334
   {
1335
-    $this->opacity = $opacity;
1335
+	$this->opacity = $opacity;
1336 1336
   }
1337 1337
   public function getOpacity()
1338 1338
   {
1339
-    return $this->opacity;
1339
+	return $this->opacity;
1340 1340
   }
1341 1341
   public function setWeight($weight)
1342 1342
   {
1343
-    $this->weight = $weight;
1343
+	$this->weight = $weight;
1344 1344
   }
1345 1345
   public function getWeight()
1346 1346
   {
1347
-    return $this->weight;
1347
+	return $this->weight;
1348 1348
   }
1349 1349
 }
1350 1350
 
@@ -1370,99 +1370,99 @@  discard block
 block discarded – undo
1370 1370
 
1371 1371
   public function setBaseColumn(Google_Service_Fusiontables_ColumnBaseColumn $baseColumn)
1372 1372
   {
1373
-    $this->baseColumn = $baseColumn;
1373
+	$this->baseColumn = $baseColumn;
1374 1374
   }
1375 1375
   public function getBaseColumn()
1376 1376
   {
1377
-    return $this->baseColumn;
1377
+	return $this->baseColumn;
1378 1378
   }
1379 1379
   public function setColumnId($columnId)
1380 1380
   {
1381
-    $this->columnId = $columnId;
1381
+	$this->columnId = $columnId;
1382 1382
   }
1383 1383
   public function getColumnId()
1384 1384
   {
1385
-    return $this->columnId;
1385
+	return $this->columnId;
1386 1386
   }
1387 1387
   public function setColumnJsonSchema($columnJsonSchema)
1388 1388
   {
1389
-    $this->columnJsonSchema = $columnJsonSchema;
1389
+	$this->columnJsonSchema = $columnJsonSchema;
1390 1390
   }
1391 1391
   public function getColumnJsonSchema()
1392 1392
   {
1393
-    return $this->columnJsonSchema;
1393
+	return $this->columnJsonSchema;
1394 1394
   }
1395 1395
   public function setColumnPropertiesJson($columnPropertiesJson)
1396 1396
   {
1397
-    $this->columnPropertiesJson = $columnPropertiesJson;
1397
+	$this->columnPropertiesJson = $columnPropertiesJson;
1398 1398
   }
1399 1399
   public function getColumnPropertiesJson()
1400 1400
   {
1401
-    return $this->columnPropertiesJson;
1401
+	return $this->columnPropertiesJson;
1402 1402
   }
1403 1403
   public function setDescription($description)
1404 1404
   {
1405
-    $this->description = $description;
1405
+	$this->description = $description;
1406 1406
   }
1407 1407
   public function getDescription()
1408 1408
   {
1409
-    return $this->description;
1409
+	return $this->description;
1410 1410
   }
1411 1411
   public function setFormatPattern($formatPattern)
1412 1412
   {
1413
-    $this->formatPattern = $formatPattern;
1413
+	$this->formatPattern = $formatPattern;
1414 1414
   }
1415 1415
   public function getFormatPattern()
1416 1416
   {
1417
-    return $this->formatPattern;
1417
+	return $this->formatPattern;
1418 1418
   }
1419 1419
   public function setGraphPredicate($graphPredicate)
1420 1420
   {
1421
-    $this->graphPredicate = $graphPredicate;
1421
+	$this->graphPredicate = $graphPredicate;
1422 1422
   }
1423 1423
   public function getGraphPredicate()
1424 1424
   {
1425
-    return $this->graphPredicate;
1425
+	return $this->graphPredicate;
1426 1426
   }
1427 1427
   public function setKind($kind)
1428 1428
   {
1429
-    $this->kind = $kind;
1429
+	$this->kind = $kind;
1430 1430
   }
1431 1431
   public function getKind()
1432 1432
   {
1433
-    return $this->kind;
1433
+	return $this->kind;
1434 1434
   }
1435 1435
   public function setName($name)
1436 1436
   {
1437
-    $this->name = $name;
1437
+	$this->name = $name;
1438 1438
   }
1439 1439
   public function getName()
1440 1440
   {
1441
-    return $this->name;
1441
+	return $this->name;
1442 1442
   }
1443 1443
   public function setType($type)
1444 1444
   {
1445
-    $this->type = $type;
1445
+	$this->type = $type;
1446 1446
   }
1447 1447
   public function getType()
1448 1448
   {
1449
-    return $this->type;
1449
+	return $this->type;
1450 1450
   }
1451 1451
   public function setValidValues($validValues)
1452 1452
   {
1453
-    $this->validValues = $validValues;
1453
+	$this->validValues = $validValues;
1454 1454
   }
1455 1455
   public function getValidValues()
1456 1456
   {
1457
-    return $this->validValues;
1457
+	return $this->validValues;
1458 1458
   }
1459 1459
   public function setValidateData($validateData)
1460 1460
   {
1461
-    $this->validateData = $validateData;
1461
+	$this->validateData = $validateData;
1462 1462
   }
1463 1463
   public function getValidateData()
1464 1464
   {
1465
-    return $this->validateData;
1465
+	return $this->validateData;
1466 1466
   }
1467 1467
 }
1468 1468
 
@@ -1476,19 +1476,19 @@  discard block
 block discarded – undo
1476 1476
 
1477 1477
   public function setColumnId($columnId)
1478 1478
   {
1479
-    $this->columnId = $columnId;
1479
+	$this->columnId = $columnId;
1480 1480
   }
1481 1481
   public function getColumnId()
1482 1482
   {
1483
-    return $this->columnId;
1483
+	return $this->columnId;
1484 1484
   }
1485 1485
   public function setTableIndex($tableIndex)
1486 1486
   {
1487
-    $this->tableIndex = $tableIndex;
1487
+	$this->tableIndex = $tableIndex;
1488 1488
   }
1489 1489
   public function getTableIndex()
1490 1490
   {
1491
-    return $this->tableIndex;
1491
+	return $this->tableIndex;
1492 1492
   }
1493 1493
 }
1494 1494
 
@@ -1506,35 +1506,35 @@  discard block
 block discarded – undo
1506 1506
 
1507 1507
   public function setItems($items)
1508 1508
   {
1509
-    $this->items = $items;
1509
+	$this->items = $items;
1510 1510
   }
1511 1511
   public function getItems()
1512 1512
   {
1513
-    return $this->items;
1513
+	return $this->items;
1514 1514
   }
1515 1515
   public function setKind($kind)
1516 1516
   {
1517
-    $this->kind = $kind;
1517
+	$this->kind = $kind;
1518 1518
   }
1519 1519
   public function getKind()
1520 1520
   {
1521
-    return $this->kind;
1521
+	return $this->kind;
1522 1522
   }
1523 1523
   public function setNextPageToken($nextPageToken)
1524 1524
   {
1525
-    $this->nextPageToken = $nextPageToken;
1525
+	$this->nextPageToken = $nextPageToken;
1526 1526
   }
1527 1527
   public function getNextPageToken()
1528 1528
   {
1529
-    return $this->nextPageToken;
1529
+	return $this->nextPageToken;
1530 1530
   }
1531 1531
   public function setTotalItems($totalItems)
1532 1532
   {
1533
-    $this->totalItems = $totalItems;
1533
+	$this->totalItems = $totalItems;
1534 1534
   }
1535 1535
   public function getTotalItems()
1536 1536
   {
1537
-    return $this->totalItems;
1537
+	return $this->totalItems;
1538 1538
   }
1539 1539
 }
1540 1540
 
@@ -1550,27 +1550,27 @@  discard block
 block discarded – undo
1550 1550
 
1551 1551
   public function setGeometries($geometries)
1552 1552
   {
1553
-    $this->geometries = $geometries;
1553
+	$this->geometries = $geometries;
1554 1554
   }
1555 1555
   public function getGeometries()
1556 1556
   {
1557
-    return $this->geometries;
1557
+	return $this->geometries;
1558 1558
   }
1559 1559
   public function setGeometry($geometry)
1560 1560
   {
1561
-    $this->geometry = $geometry;
1561
+	$this->geometry = $geometry;
1562 1562
   }
1563 1563
   public function getGeometry()
1564 1564
   {
1565
-    return $this->geometry;
1565
+	return $this->geometry;
1566 1566
   }
1567 1567
   public function setType($type)
1568 1568
   {
1569
-    $this->type = $type;
1569
+	$this->type = $type;
1570 1570
   }
1571 1571
   public function getType()
1572 1572
   {
1573
-    return $this->type;
1573
+	return $this->type;
1574 1574
   }
1575 1575
 }
1576 1576
 
@@ -1584,19 +1584,19 @@  discard block
 block discarded – undo
1584 1584
 
1585 1585
   public function setKind($kind)
1586 1586
   {
1587
-    $this->kind = $kind;
1587
+	$this->kind = $kind;
1588 1588
   }
1589 1589
   public function getKind()
1590 1590
   {
1591
-    return $this->kind;
1591
+	return $this->kind;
1592 1592
   }
1593 1593
   public function setNumRowsReceived($numRowsReceived)
1594 1594
   {
1595
-    $this->numRowsReceived = $numRowsReceived;
1595
+	$this->numRowsReceived = $numRowsReceived;
1596 1596
   }
1597 1597
   public function getNumRowsReceived()
1598 1598
   {
1599
-    return $this->numRowsReceived;
1599
+	return $this->numRowsReceived;
1600 1600
   }
1601 1601
 }
1602 1602
 
@@ -1611,19 +1611,19 @@  discard block
 block discarded – undo
1611 1611
 
1612 1612
   public function setCoordinates($coordinates)
1613 1613
   {
1614
-    $this->coordinates = $coordinates;
1614
+	$this->coordinates = $coordinates;
1615 1615
   }
1616 1616
   public function getCoordinates()
1617 1617
   {
1618
-    return $this->coordinates;
1618
+	return $this->coordinates;
1619 1619
   }
1620 1620
   public function setType($type)
1621 1621
   {
1622
-    $this->type = $type;
1622
+	$this->type = $type;
1623 1623
   }
1624 1624
   public function getType()
1625 1625
   {
1626
-    return $this->type;
1626
+	return $this->type;
1627 1627
   }
1628 1628
 }
1629 1629
 
@@ -1642,43 +1642,43 @@  discard block
 block discarded – undo
1642 1642
 
1643 1643
   public function setStrokeColor($strokeColor)
1644 1644
   {
1645
-    $this->strokeColor = $strokeColor;
1645
+	$this->strokeColor = $strokeColor;
1646 1646
   }
1647 1647
   public function getStrokeColor()
1648 1648
   {
1649
-    return $this->strokeColor;
1649
+	return $this->strokeColor;
1650 1650
   }
1651 1651
   public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $strokeColorStyler)
1652 1652
   {
1653
-    $this->strokeColorStyler = $strokeColorStyler;
1653
+	$this->strokeColorStyler = $strokeColorStyler;
1654 1654
   }
1655 1655
   public function getStrokeColorStyler()
1656 1656
   {
1657
-    return $this->strokeColorStyler;
1657
+	return $this->strokeColorStyler;
1658 1658
   }
1659 1659
   public function setStrokeOpacity($strokeOpacity)
1660 1660
   {
1661
-    $this->strokeOpacity = $strokeOpacity;
1661
+	$this->strokeOpacity = $strokeOpacity;
1662 1662
   }
1663 1663
   public function getStrokeOpacity()
1664 1664
   {
1665
-    return $this->strokeOpacity;
1665
+	return $this->strokeOpacity;
1666 1666
   }
1667 1667
   public function setStrokeWeight($strokeWeight)
1668 1668
   {
1669
-    $this->strokeWeight = $strokeWeight;
1669
+	$this->strokeWeight = $strokeWeight;
1670 1670
   }
1671 1671
   public function getStrokeWeight()
1672 1672
   {
1673
-    return $this->strokeWeight;
1673
+	return $this->strokeWeight;
1674 1674
   }
1675 1675
   public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction $strokeWeightStyler)
1676 1676
   {
1677
-    $this->strokeWeightStyler = $strokeWeightStyler;
1677
+	$this->strokeWeightStyler = $strokeWeightStyler;
1678 1678
   }
1679 1679
   public function getStrokeWeightStyler()
1680 1680
   {
1681
-    return $this->strokeWeightStyler;
1681
+	return $this->strokeWeightStyler;
1682 1682
   }
1683 1683
 }
1684 1684
 
@@ -1693,19 +1693,19 @@  discard block
 block discarded – undo
1693 1693
 
1694 1694
   public function setCoordinates($coordinates)
1695 1695
   {
1696
-    $this->coordinates = $coordinates;
1696
+	$this->coordinates = $coordinates;
1697 1697
   }
1698 1698
   public function getCoordinates()
1699 1699
   {
1700
-    return $this->coordinates;
1700
+	return $this->coordinates;
1701 1701
   }
1702 1702
   public function setType($type)
1703 1703
   {
1704
-    $this->type = $type;
1704
+	$this->type = $type;
1705 1705
   }
1706 1706
   public function getType()
1707 1707
   {
1708
-    return $this->type;
1708
+	return $this->type;
1709 1709
   }
1710 1710
 }
1711 1711
 
@@ -1720,19 +1720,19 @@  discard block
 block discarded – undo
1720 1720
 
1721 1721
   public function setIconName($iconName)
1722 1722
   {
1723
-    $this->iconName = $iconName;
1723
+	$this->iconName = $iconName;
1724 1724
   }
1725 1725
   public function getIconName()
1726 1726
   {
1727
-    return $this->iconName;
1727
+	return $this->iconName;
1728 1728
   }
1729 1729
   public function setIconStyler(Google_Service_Fusiontables_StyleFunction $iconStyler)
1730 1730
   {
1731
-    $this->iconStyler = $iconStyler;
1731
+	$this->iconStyler = $iconStyler;
1732 1732
   }
1733 1733
   public function getIconStyler()
1734 1734
   {
1735
-    return $this->iconStyler;
1735
+	return $this->iconStyler;
1736 1736
   }
1737 1737
 }
1738 1738
 
@@ -1747,19 +1747,19 @@  discard block
 block discarded – undo
1747 1747
 
1748 1748
   public function setCoordinates($coordinates)
1749 1749
   {
1750
-    $this->coordinates = $coordinates;
1750
+	$this->coordinates = $coordinates;
1751 1751
   }
1752 1752
   public function getCoordinates()
1753 1753
   {
1754
-    return $this->coordinates;
1754
+	return $this->coordinates;
1755 1755
   }
1756 1756
   public function setType($type)
1757 1757
   {
1758
-    $this->type = $type;
1758
+	$this->type = $type;
1759 1759
   }
1760 1760
   public function getType()
1761 1761
   {
1762
-    return $this->type;
1762
+	return $this->type;
1763 1763
   }
1764 1764
 }
1765 1765
 
@@ -1782,67 +1782,67 @@  discard block
 block discarded – undo
1782 1782
 
1783 1783
   public function setFillColor($fillColor)
1784 1784
   {
1785
-    $this->fillColor = $fillColor;
1785
+	$this->fillColor = $fillColor;
1786 1786
   }
1787 1787
   public function getFillColor()
1788 1788
   {
1789
-    return $this->fillColor;
1789
+	return $this->fillColor;
1790 1790
   }
1791 1791
   public function setFillColorStyler(Google_Service_Fusiontables_StyleFunction $fillColorStyler)
1792 1792
   {
1793
-    $this->fillColorStyler = $fillColorStyler;
1793
+	$this->fillColorStyler = $fillColorStyler;
1794 1794
   }
1795 1795
   public function getFillColorStyler()
1796 1796
   {
1797
-    return $this->fillColorStyler;
1797
+	return $this->fillColorStyler;
1798 1798
   }
1799 1799
   public function setFillOpacity($fillOpacity)
1800 1800
   {
1801
-    $this->fillOpacity = $fillOpacity;
1801
+	$this->fillOpacity = $fillOpacity;
1802 1802
   }
1803 1803
   public function getFillOpacity()
1804 1804
   {
1805
-    return $this->fillOpacity;
1805
+	return $this->fillOpacity;
1806 1806
   }
1807 1807
   public function setStrokeColor($strokeColor)
1808 1808
   {
1809
-    $this->strokeColor = $strokeColor;
1809
+	$this->strokeColor = $strokeColor;
1810 1810
   }
1811 1811
   public function getStrokeColor()
1812 1812
   {
1813
-    return $this->strokeColor;
1813
+	return $this->strokeColor;
1814 1814
   }
1815 1815
   public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $strokeColorStyler)
1816 1816
   {
1817
-    $this->strokeColorStyler = $strokeColorStyler;
1817
+	$this->strokeColorStyler = $strokeColorStyler;
1818 1818
   }
1819 1819
   public function getStrokeColorStyler()
1820 1820
   {
1821
-    return $this->strokeColorStyler;
1821
+	return $this->strokeColorStyler;
1822 1822
   }
1823 1823
   public function setStrokeOpacity($strokeOpacity)
1824 1824
   {
1825
-    $this->strokeOpacity = $strokeOpacity;
1825
+	$this->strokeOpacity = $strokeOpacity;
1826 1826
   }
1827 1827
   public function getStrokeOpacity()
1828 1828
   {
1829
-    return $this->strokeOpacity;
1829
+	return $this->strokeOpacity;
1830 1830
   }
1831 1831
   public function setStrokeWeight($strokeWeight)
1832 1832
   {
1833
-    $this->strokeWeight = $strokeWeight;
1833
+	$this->strokeWeight = $strokeWeight;
1834 1834
   }
1835 1835
   public function getStrokeWeight()
1836 1836
   {
1837
-    return $this->strokeWeight;
1837
+	return $this->strokeWeight;
1838 1838
   }
1839 1839
   public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction $strokeWeightStyler)
1840 1840
   {
1841
-    $this->strokeWeightStyler = $strokeWeightStyler;
1841
+	$this->strokeWeightStyler = $strokeWeightStyler;
1842 1842
   }
1843 1843
   public function getStrokeWeightStyler()
1844 1844
   {
1845
-    return $this->strokeWeightStyler;
1845
+	return $this->strokeWeightStyler;
1846 1846
   }
1847 1847
 }
1848 1848
 
@@ -1858,27 +1858,27 @@  discard block
 block discarded – undo
1858 1858
 
1859 1859
   public function setColumns($columns)
1860 1860
   {
1861
-    $this->columns = $columns;
1861
+	$this->columns = $columns;
1862 1862
   }
1863 1863
   public function getColumns()
1864 1864
   {
1865
-    return $this->columns;
1865
+	return $this->columns;
1866 1866
   }
1867 1867
   public function setKind($kind)
1868 1868
   {
1869
-    $this->kind = $kind;
1869
+	$this->kind = $kind;
1870 1870
   }
1871 1871
   public function getKind()
1872 1872
   {
1873
-    return $this->kind;
1873
+	return $this->kind;
1874 1874
   }
1875 1875
   public function setRows($rows)
1876 1876
   {
1877
-    $this->rows = $rows;
1877
+	$this->rows = $rows;
1878 1878
   }
1879 1879
   public function getRows()
1880 1880
   {
1881
-    return $this->rows;
1881
+	return $this->rows;
1882 1882
   }
1883 1883
 }
1884 1884
 
@@ -1897,35 +1897,35 @@  discard block
 block discarded – undo
1897 1897
 
1898 1898
   public function setBuckets($buckets)
1899 1899
   {
1900
-    $this->buckets = $buckets;
1900
+	$this->buckets = $buckets;
1901 1901
   }
1902 1902
   public function getBuckets()
1903 1903
   {
1904
-    return $this->buckets;
1904
+	return $this->buckets;
1905 1905
   }
1906 1906
   public function setColumnName($columnName)
1907 1907
   {
1908
-    $this->columnName = $columnName;
1908
+	$this->columnName = $columnName;
1909 1909
   }
1910 1910
   public function getColumnName()
1911 1911
   {
1912
-    return $this->columnName;
1912
+	return $this->columnName;
1913 1913
   }
1914 1914
   public function setGradient(Google_Service_Fusiontables_StyleFunctionGradient $gradient)
1915 1915
   {
1916
-    $this->gradient = $gradient;
1916
+	$this->gradient = $gradient;
1917 1917
   }
1918 1918
   public function getGradient()
1919 1919
   {
1920
-    return $this->gradient;
1920
+	return $this->gradient;
1921 1921
   }
1922 1922
   public function setKind($kind)
1923 1923
   {
1924
-    $this->kind = $kind;
1924
+	$this->kind = $kind;
1925 1925
   }
1926 1926
   public function getKind()
1927 1927
   {
1928
-    return $this->kind;
1928
+	return $this->kind;
1929 1929
   }
1930 1930
 }
1931 1931
 
@@ -1942,27 +1942,27 @@  discard block
 block discarded – undo
1942 1942
 
1943 1943
   public function setColors($colors)
1944 1944
   {
1945
-    $this->colors = $colors;
1945
+	$this->colors = $colors;
1946 1946
   }
1947 1947
   public function getColors()
1948 1948
   {
1949
-    return $this->colors;
1949
+	return $this->colors;
1950 1950
   }
1951 1951
   public function setMax($max)
1952 1952
   {
1953
-    $this->max = $max;
1953
+	$this->max = $max;
1954 1954
   }
1955 1955
   public function getMax()
1956 1956
   {
1957
-    return $this->max;
1957
+	return $this->max;
1958 1958
   }
1959 1959
   public function setMin($min)
1960 1960
   {
1961
-    $this->min = $min;
1961
+	$this->min = $min;
1962 1962
   }
1963 1963
   public function getMin()
1964 1964
   {
1965
-    return $this->min;
1965
+	return $this->min;
1966 1966
   }
1967 1967
 }
1968 1968
 
@@ -1976,19 +1976,19 @@  discard block
 block discarded – undo
1976 1976
 
1977 1977
   public function setColor($color)
1978 1978
   {
1979
-    $this->color = $color;
1979
+	$this->color = $color;
1980 1980
   }
1981 1981
   public function getColor()
1982 1982
   {
1983
-    return $this->color;
1983
+	return $this->color;
1984 1984
   }
1985 1985
   public function setOpacity($opacity)
1986 1986
   {
1987
-    $this->opacity = $opacity;
1987
+	$this->opacity = $opacity;
1988 1988
   }
1989 1989
   public function getOpacity()
1990 1990
   {
1991
-    return $this->opacity;
1991
+	return $this->opacity;
1992 1992
   }
1993 1993
 }
1994 1994
 
@@ -2010,59 +2010,59 @@  discard block
 block discarded – undo
2010 2010
 
2011 2011
   public function setKind($kind)
2012 2012
   {
2013
-    $this->kind = $kind;
2013
+	$this->kind = $kind;
2014 2014
   }
2015 2015
   public function getKind()
2016 2016
   {
2017
-    return $this->kind;
2017
+	return $this->kind;
2018 2018
   }
2019 2019
   public function setMarkerOptions(Google_Service_Fusiontables_PointStyle $markerOptions)
2020 2020
   {
2021
-    $this->markerOptions = $markerOptions;
2021
+	$this->markerOptions = $markerOptions;
2022 2022
   }
2023 2023
   public function getMarkerOptions()
2024 2024
   {
2025
-    return $this->markerOptions;
2025
+	return $this->markerOptions;
2026 2026
   }
2027 2027
   public function setName($name)
2028 2028
   {
2029
-    $this->name = $name;
2029
+	$this->name = $name;
2030 2030
   }
2031 2031
   public function getName()
2032 2032
   {
2033
-    return $this->name;
2033
+	return $this->name;
2034 2034
   }
2035 2035
   public function setPolygonOptions(Google_Service_Fusiontables_PolygonStyle $polygonOptions)
2036 2036
   {
2037
-    $this->polygonOptions = $polygonOptions;
2037
+	$this->polygonOptions = $polygonOptions;
2038 2038
   }
2039 2039
   public function getPolygonOptions()
2040 2040
   {
2041
-    return $this->polygonOptions;
2041
+	return $this->polygonOptions;
2042 2042
   }
2043 2043
   public function setPolylineOptions(Google_Service_Fusiontables_LineStyle $polylineOptions)
2044 2044
   {
2045
-    $this->polylineOptions = $polylineOptions;
2045
+	$this->polylineOptions = $polylineOptions;
2046 2046
   }
2047 2047
   public function getPolylineOptions()
2048 2048
   {
2049
-    return $this->polylineOptions;
2049
+	return $this->polylineOptions;
2050 2050
   }
2051 2051
   public function setStyleId($styleId)
2052 2052
   {
2053
-    $this->styleId = $styleId;
2053
+	$this->styleId = $styleId;
2054 2054
   }
2055 2055
   public function getStyleId()
2056 2056
   {
2057
-    return $this->styleId;
2057
+	return $this->styleId;
2058 2058
   }
2059 2059
   public function setTableId($tableId)
2060 2060
   {
2061
-    $this->tableId = $tableId;
2061
+	$this->tableId = $tableId;
2062 2062
   }
2063 2063
   public function getTableId()
2064 2064
   {
2065
-    return $this->tableId;
2065
+	return $this->tableId;
2066 2066
   }
2067 2067
 }
2068 2068
 
@@ -2080,35 +2080,35 @@  discard block
 block discarded – undo
2080 2080
 
2081 2081
   public function setItems($items)
2082 2082
   {
2083
-    $this->items = $items;
2083
+	$this->items = $items;
2084 2084
   }
2085 2085
   public function getItems()
2086 2086
   {
2087
-    return $this->items;
2087
+	return $this->items;
2088 2088
   }
2089 2089
   public function setKind($kind)
2090 2090
   {
2091
-    $this->kind = $kind;
2091
+	$this->kind = $kind;
2092 2092
   }
2093 2093
   public function getKind()
2094 2094
   {
2095
-    return $this->kind;
2095
+	return $this->kind;
2096 2096
   }
2097 2097
   public function setNextPageToken($nextPageToken)
2098 2098
   {
2099
-    $this->nextPageToken = $nextPageToken;
2099
+	$this->nextPageToken = $nextPageToken;
2100 2100
   }
2101 2101
   public function getNextPageToken()
2102 2102
   {
2103
-    return $this->nextPageToken;
2103
+	return $this->nextPageToken;
2104 2104
   }
2105 2105
   public function setTotalItems($totalItems)
2106 2106
   {
2107
-    $this->totalItems = $totalItems;
2107
+	$this->totalItems = $totalItems;
2108 2108
   }
2109 2109
   public function getTotalItems()
2110 2110
   {
2111
-    return $this->totalItems;
2111
+	return $this->totalItems;
2112 2112
   }
2113 2113
 }
2114 2114
 
@@ -2135,107 +2135,107 @@  discard block
 block discarded – undo
2135 2135
 
2136 2136
   public function setAttribution($attribution)
2137 2137
   {
2138
-    $this->attribution = $attribution;
2138
+	$this->attribution = $attribution;
2139 2139
   }
2140 2140
   public function getAttribution()
2141 2141
   {
2142
-    return $this->attribution;
2142
+	return $this->attribution;
2143 2143
   }
2144 2144
   public function setAttributionLink($attributionLink)
2145 2145
   {
2146
-    $this->attributionLink = $attributionLink;
2146
+	$this->attributionLink = $attributionLink;
2147 2147
   }
2148 2148
   public function getAttributionLink()
2149 2149
   {
2150
-    return $this->attributionLink;
2150
+	return $this->attributionLink;
2151 2151
   }
2152 2152
   public function setBaseTableIds($baseTableIds)
2153 2153
   {
2154
-    $this->baseTableIds = $baseTableIds;
2154
+	$this->baseTableIds = $baseTableIds;
2155 2155
   }
2156 2156
   public function getBaseTableIds()
2157 2157
   {
2158
-    return $this->baseTableIds;
2158
+	return $this->baseTableIds;
2159 2159
   }
2160 2160
   public function setColumnPropertiesJsonSchema($columnPropertiesJsonSchema)
2161 2161
   {
2162
-    $this->columnPropertiesJsonSchema = $columnPropertiesJsonSchema;
2162
+	$this->columnPropertiesJsonSchema = $columnPropertiesJsonSchema;
2163 2163
   }
2164 2164
   public function getColumnPropertiesJsonSchema()
2165 2165
   {
2166
-    return $this->columnPropertiesJsonSchema;
2166
+	return $this->columnPropertiesJsonSchema;
2167 2167
   }
2168 2168
   public function setColumns($columns)
2169 2169
   {
2170
-    $this->columns = $columns;
2170
+	$this->columns = $columns;
2171 2171
   }
2172 2172
   public function getColumns()
2173 2173
   {
2174
-    return $this->columns;
2174
+	return $this->columns;
2175 2175
   }
2176 2176
   public function setDescription($description)
2177 2177
   {
2178
-    $this->description = $description;
2178
+	$this->description = $description;
2179 2179
   }
2180 2180
   public function getDescription()
2181 2181
   {
2182
-    return $this->description;
2182
+	return $this->description;
2183 2183
   }
2184 2184
   public function setIsExportable($isExportable)
2185 2185
   {
2186
-    $this->isExportable = $isExportable;
2186
+	$this->isExportable = $isExportable;
2187 2187
   }
2188 2188
   public function getIsExportable()
2189 2189
   {
2190
-    return $this->isExportable;
2190
+	return $this->isExportable;
2191 2191
   }
2192 2192
   public function setKind($kind)
2193 2193
   {
2194
-    $this->kind = $kind;
2194
+	$this->kind = $kind;
2195 2195
   }
2196 2196
   public function getKind()
2197 2197
   {
2198
-    return $this->kind;
2198
+	return $this->kind;
2199 2199
   }
2200 2200
   public function setName($name)
2201 2201
   {
2202
-    $this->name = $name;
2202
+	$this->name = $name;
2203 2203
   }
2204 2204
   public function getName()
2205 2205
   {
2206
-    return $this->name;
2206
+	return $this->name;
2207 2207
   }
2208 2208
   public function setSql($sql)
2209 2209
   {
2210
-    $this->sql = $sql;
2210
+	$this->sql = $sql;
2211 2211
   }
2212 2212
   public function getSql()
2213 2213
   {
2214
-    return $this->sql;
2214
+	return $this->sql;
2215 2215
   }
2216 2216
   public function setTableId($tableId)
2217 2217
   {
2218
-    $this->tableId = $tableId;
2218
+	$this->tableId = $tableId;
2219 2219
   }
2220 2220
   public function getTableId()
2221 2221
   {
2222
-    return $this->tableId;
2222
+	return $this->tableId;
2223 2223
   }
2224 2224
   public function setTablePropertiesJson($tablePropertiesJson)
2225 2225
   {
2226
-    $this->tablePropertiesJson = $tablePropertiesJson;
2226
+	$this->tablePropertiesJson = $tablePropertiesJson;
2227 2227
   }
2228 2228
   public function getTablePropertiesJson()
2229 2229
   {
2230
-    return $this->tablePropertiesJson;
2230
+	return $this->tablePropertiesJson;
2231 2231
   }
2232 2232
   public function setTablePropertiesJsonSchema($tablePropertiesJsonSchema)
2233 2233
   {
2234
-    $this->tablePropertiesJsonSchema = $tablePropertiesJsonSchema;
2234
+	$this->tablePropertiesJsonSchema = $tablePropertiesJsonSchema;
2235 2235
   }
2236 2236
   public function getTablePropertiesJsonSchema()
2237 2237
   {
2238
-    return $this->tablePropertiesJsonSchema;
2238
+	return $this->tablePropertiesJsonSchema;
2239 2239
   }
2240 2240
 }
2241 2241
 
@@ -2252,27 +2252,27 @@  discard block
 block discarded – undo
2252 2252
 
2253 2253
   public function setItems($items)
2254 2254
   {
2255
-    $this->items = $items;
2255
+	$this->items = $items;
2256 2256
   }
2257 2257
   public function getItems()
2258 2258
   {
2259
-    return $this->items;
2259
+	return $this->items;
2260 2260
   }
2261 2261
   public function setKind($kind)
2262 2262
   {
2263
-    $this->kind = $kind;
2263
+	$this->kind = $kind;
2264 2264
   }
2265 2265
   public function getKind()
2266 2266
   {
2267
-    return $this->kind;
2267
+	return $this->kind;
2268 2268
   }
2269 2269
   public function setNextPageToken($nextPageToken)
2270 2270
   {
2271
-    $this->nextPageToken = $nextPageToken;
2271
+	$this->nextPageToken = $nextPageToken;
2272 2272
   }
2273 2273
   public function getNextPageToken()
2274 2274
   {
2275
-    return $this->nextPageToken;
2275
+	return $this->nextPageToken;
2276 2276
   }
2277 2277
 }
2278 2278
 
@@ -2289,43 +2289,43 @@  discard block
 block discarded – undo
2289 2289
 
2290 2290
   public function setKind($kind)
2291 2291
   {
2292
-    $this->kind = $kind;
2292
+	$this->kind = $kind;
2293 2293
   }
2294 2294
   public function getKind()
2295 2295
   {
2296
-    return $this->kind;
2296
+	return $this->kind;
2297 2297
   }
2298 2298
   public function setProgress($progress)
2299 2299
   {
2300
-    $this->progress = $progress;
2300
+	$this->progress = $progress;
2301 2301
   }
2302 2302
   public function getProgress()
2303 2303
   {
2304
-    return $this->progress;
2304
+	return $this->progress;
2305 2305
   }
2306 2306
   public function setStarted($started)
2307 2307
   {
2308
-    $this->started = $started;
2308
+	$this->started = $started;
2309 2309
   }
2310 2310
   public function getStarted()
2311 2311
   {
2312
-    return $this->started;
2312
+	return $this->started;
2313 2313
   }
2314 2314
   public function setTaskId($taskId)
2315 2315
   {
2316
-    $this->taskId = $taskId;
2316
+	$this->taskId = $taskId;
2317 2317
   }
2318 2318
   public function getTaskId()
2319 2319
   {
2320
-    return $this->taskId;
2320
+	return $this->taskId;
2321 2321
   }
2322 2322
   public function setType($type)
2323 2323
   {
2324
-    $this->type = $type;
2324
+	$this->type = $type;
2325 2325
   }
2326 2326
   public function getType()
2327 2327
   {
2328
-    return $this->type;
2328
+	return $this->type;
2329 2329
   }
2330 2330
 }
2331 2331
 
@@ -2343,35 +2343,35 @@  discard block
 block discarded – undo
2343 2343
 
2344 2344
   public function setItems($items)
2345 2345
   {
2346
-    $this->items = $items;
2346
+	$this->items = $items;
2347 2347
   }
2348 2348
   public function getItems()
2349 2349
   {
2350
-    return $this->items;
2350
+	return $this->items;
2351 2351
   }
2352 2352
   public function setKind($kind)
2353 2353
   {
2354
-    $this->kind = $kind;
2354
+	$this->kind = $kind;
2355 2355
   }
2356 2356
   public function getKind()
2357 2357
   {
2358
-    return $this->kind;
2358
+	return $this->kind;
2359 2359
   }
2360 2360
   public function setNextPageToken($nextPageToken)
2361 2361
   {
2362
-    $this->nextPageToken = $nextPageToken;
2362
+	$this->nextPageToken = $nextPageToken;
2363 2363
   }
2364 2364
   public function getNextPageToken()
2365 2365
   {
2366
-    return $this->nextPageToken;
2366
+	return $this->nextPageToken;
2367 2367
   }
2368 2368
   public function setTotalItems($totalItems)
2369 2369
   {
2370
-    $this->totalItems = $totalItems;
2370
+	$this->totalItems = $totalItems;
2371 2371
   }
2372 2372
   public function getTotalItems()
2373 2373
   {
2374
-    return $this->totalItems;
2374
+	return $this->totalItems;
2375 2375
   }
2376 2376
 }
2377 2377
 
@@ -2390,51 +2390,51 @@  discard block
 block discarded – undo
2390 2390
 
2391 2391
   public function setAutomaticColumnNames($automaticColumnNames)
2392 2392
   {
2393
-    $this->automaticColumnNames = $automaticColumnNames;
2393
+	$this->automaticColumnNames = $automaticColumnNames;
2394 2394
   }
2395 2395
   public function getAutomaticColumnNames()
2396 2396
   {
2397
-    return $this->automaticColumnNames;
2397
+	return $this->automaticColumnNames;
2398 2398
   }
2399 2399
   public function setBody($body)
2400 2400
   {
2401
-    $this->body = $body;
2401
+	$this->body = $body;
2402 2402
   }
2403 2403
   public function getBody()
2404 2404
   {
2405
-    return $this->body;
2405
+	return $this->body;
2406 2406
   }
2407 2407
   public function setKind($kind)
2408 2408
   {
2409
-    $this->kind = $kind;
2409
+	$this->kind = $kind;
2410 2410
   }
2411 2411
   public function getKind()
2412 2412
   {
2413
-    return $this->kind;
2413
+	return $this->kind;
2414 2414
   }
2415 2415
   public function setName($name)
2416 2416
   {
2417
-    $this->name = $name;
2417
+	$this->name = $name;
2418 2418
   }
2419 2419
   public function getName()
2420 2420
   {
2421
-    return $this->name;
2421
+	return $this->name;
2422 2422
   }
2423 2423
   public function setTableId($tableId)
2424 2424
   {
2425
-    $this->tableId = $tableId;
2425
+	$this->tableId = $tableId;
2426 2426
   }
2427 2427
   public function getTableId()
2428 2428
   {
2429
-    return $this->tableId;
2429
+	return $this->tableId;
2430 2430
   }
2431 2431
   public function setTemplateId($templateId)
2432 2432
   {
2433
-    $this->templateId = $templateId;
2433
+	$this->templateId = $templateId;
2434 2434
   }
2435 2435
   public function getTemplateId()
2436 2436
   {
2437
-    return $this->templateId;
2437
+	return $this->templateId;
2438 2438
   }
2439 2439
 }
2440 2440
 
@@ -2452,34 +2452,34 @@  discard block
 block discarded – undo
2452 2452
 
2453 2453
   public function setItems($items)
2454 2454
   {
2455
-    $this->items = $items;
2455
+	$this->items = $items;
2456 2456
   }
2457 2457
   public function getItems()
2458 2458
   {
2459
-    return $this->items;
2459
+	return $this->items;
2460 2460
   }
2461 2461
   public function setKind($kind)
2462 2462
   {
2463
-    $this->kind = $kind;
2463
+	$this->kind = $kind;
2464 2464
   }
2465 2465
   public function getKind()
2466 2466
   {
2467
-    return $this->kind;
2467
+	return $this->kind;
2468 2468
   }
2469 2469
   public function setNextPageToken($nextPageToken)
2470 2470
   {
2471
-    $this->nextPageToken = $nextPageToken;
2471
+	$this->nextPageToken = $nextPageToken;
2472 2472
   }
2473 2473
   public function getNextPageToken()
2474 2474
   {
2475
-    return $this->nextPageToken;
2475
+	return $this->nextPageToken;
2476 2476
   }
2477 2477
   public function setTotalItems($totalItems)
2478 2478
   {
2479
-    $this->totalItems = $totalItems;
2479
+	$this->totalItems = $totalItems;
2480 2480
   }
2481 2481
   public function getTotalItems()
2482 2482
   {
2483
-    return $this->totalItems;
2483
+	return $this->totalItems;
2484 2484
   }
2485 2485
 }
Please login to merge, or discard this patch.
Spacing   +27 added lines, -27 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
                   'required' => true,
80 80
                 ),
81 81
               ),
82
-            ),'get' => array(
82
+            ), 'get' => array(
83 83
               'path' => 'tables/{tableId}/columns/{columnId}',
84 84
               'httpMethod' => 'GET',
85 85
               'parameters' => array(
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
                   'required' => true,
95 95
                 ),
96 96
               ),
97
-            ),'insert' => array(
97
+            ), 'insert' => array(
98 98
               'path' => 'tables/{tableId}/columns',
99 99
               'httpMethod' => 'POST',
100 100
               'parameters' => array(
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
                   'required' => true,
105 105
                 ),
106 106
               ),
107
-            ),'list' => array(
107
+            ), 'list' => array(
108 108
               'path' => 'tables/{tableId}/columns',
109 109
               'httpMethod' => 'GET',
110 110
               'parameters' => array(
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
                   'type' => 'integer',
123 123
                 ),
124 124
               ),
125
-            ),'patch' => array(
125
+            ), 'patch' => array(
126 126
               'path' => 'tables/{tableId}/columns/{columnId}',
127 127
               'httpMethod' => 'PATCH',
128 128
               'parameters' => array(
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
                   'required' => true,
138 138
                 ),
139 139
               ),
140
-            ),'update' => array(
140
+            ), 'update' => array(
141 141
               'path' => 'tables/{tableId}/columns/{columnId}',
142 142
               'httpMethod' => 'PUT',
143 143
               'parameters' => array(
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
                   'type' => 'boolean',
181 181
                 ),
182 182
               ),
183
-            ),'sqlGet' => array(
183
+            ), 'sqlGet' => array(
184 184
               'path' => 'query',
185 185
               'httpMethod' => 'GET',
186 186
               'parameters' => array(
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
                   'required' => true,
224 224
                 ),
225 225
               ),
226
-            ),'get' => array(
226
+            ), 'get' => array(
227 227
               'path' => 'tables/{tableId}/styles/{styleId}',
228 228
               'httpMethod' => 'GET',
229 229
               'parameters' => array(
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
                   'required' => true,
239 239
                 ),
240 240
               ),
241
-            ),'insert' => array(
241
+            ), 'insert' => array(
242 242
               'path' => 'tables/{tableId}/styles',
243 243
               'httpMethod' => 'POST',
244 244
               'parameters' => array(
@@ -248,7 +248,7 @@  discard block
 block discarded – undo
248 248
                   'required' => true,
249 249
                 ),
250 250
               ),
251
-            ),'list' => array(
251
+            ), 'list' => array(
252 252
               'path' => 'tables/{tableId}/styles',
253 253
               'httpMethod' => 'GET',
254 254
               'parameters' => array(
@@ -266,7 +266,7 @@  discard block
 block discarded – undo
266 266
                   'type' => 'integer',
267 267
                 ),
268 268
               ),
269
-            ),'patch' => array(
269
+            ), 'patch' => array(
270 270
               'path' => 'tables/{tableId}/styles/{styleId}',
271 271
               'httpMethod' => 'PATCH',
272 272
               'parameters' => array(
@@ -281,7 +281,7 @@  discard block
 block discarded – undo
281 281
                   'required' => true,
282 282
                 ),
283 283
               ),
284
-            ),'update' => array(
284
+            ), 'update' => array(
285 285
               'path' => 'tables/{tableId}/styles/{styleId}',
286 286
               'httpMethod' => 'PUT',
287 287
               'parameters' => array(
@@ -320,7 +320,7 @@  discard block
 block discarded – undo
320 320
                   'type' => 'boolean',
321 321
                 ),
322 322
               ),
323
-            ),'delete' => array(
323
+            ), 'delete' => array(
324 324
               'path' => 'tables/{tableId}',
325 325
               'httpMethod' => 'DELETE',
326 326
               'parameters' => array(
@@ -330,7 +330,7 @@  discard block
 block discarded – undo
330 330
                   'required' => true,
331 331
                 ),
332 332
               ),
333
-            ),'get' => array(
333
+            ), 'get' => array(
334 334
               'path' => 'tables/{tableId}',
335 335
               'httpMethod' => 'GET',
336 336
               'parameters' => array(
@@ -340,7 +340,7 @@  discard block
 block discarded – undo
340 340
                   'required' => true,
341 341
                 ),
342 342
               ),
343
-            ),'importRows' => array(
343
+            ), 'importRows' => array(
344 344
               'path' => 'tables/{tableId}/import',
345 345
               'httpMethod' => 'POST',
346 346
               'parameters' => array(
@@ -370,7 +370,7 @@  discard block
 block discarded – undo
370 370
                   'type' => 'integer',
371 371
                 ),
372 372
               ),
373
-            ),'importTable' => array(
373
+            ), 'importTable' => array(
374 374
               'path' => 'tables/import',
375 375
               'httpMethod' => 'POST',
376 376
               'parameters' => array(
@@ -388,11 +388,11 @@  discard block
 block discarded – undo
388 388
                   'type' => 'string',
389 389
                 ),
390 390
               ),
391
-            ),'insert' => array(
391
+            ), 'insert' => array(
392 392
               'path' => 'tables',
393 393
               'httpMethod' => 'POST',
394 394
               'parameters' => array(),
395
-            ),'list' => array(
395
+            ), 'list' => array(
396 396
               'path' => 'tables',
397 397
               'httpMethod' => 'GET',
398 398
               'parameters' => array(
@@ -405,7 +405,7 @@  discard block
 block discarded – undo
405 405
                   'type' => 'integer',
406 406
                 ),
407 407
               ),
408
-            ),'patch' => array(
408
+            ), 'patch' => array(
409 409
               'path' => 'tables/{tableId}',
410 410
               'httpMethod' => 'PATCH',
411 411
               'parameters' => array(
@@ -419,7 +419,7 @@  discard block
 block discarded – undo
419 419
                   'type' => 'boolean',
420 420
                 ),
421 421
               ),
422
-            ),'replaceRows' => array(
422
+            ), 'replaceRows' => array(
423 423
               'path' => 'tables/{tableId}/replace',
424 424
               'httpMethod' => 'POST',
425 425
               'parameters' => array(
@@ -449,7 +449,7 @@  discard block
 block discarded – undo
449 449
                   'type' => 'integer',
450 450
                 ),
451 451
               ),
452
-            ),'update' => array(
452
+            ), 'update' => array(
453 453
               'path' => 'tables/{tableId}',
454 454
               'httpMethod' => 'PUT',
455 455
               'parameters' => array(
@@ -488,7 +488,7 @@  discard block
 block discarded – undo
488 488
                   'required' => true,
489 489
                 ),
490 490
               ),
491
-            ),'get' => array(
491
+            ), 'get' => array(
492 492
               'path' => 'tables/{tableId}/tasks/{taskId}',
493 493
               'httpMethod' => 'GET',
494 494
               'parameters' => array(
@@ -503,7 +503,7 @@  discard block
 block discarded – undo
503 503
                   'required' => true,
504 504
                 ),
505 505
               ),
506
-            ),'list' => array(
506
+            ), 'list' => array(
507 507
               'path' => 'tables/{tableId}/tasks',
508 508
               'httpMethod' => 'GET',
509 509
               'parameters' => array(
@@ -550,7 +550,7 @@  discard block
 block discarded – undo
550 550
                   'required' => true,
551 551
                 ),
552 552
               ),
553
-            ),'get' => array(
553
+            ), 'get' => array(
554 554
               'path' => 'tables/{tableId}/templates/{templateId}',
555 555
               'httpMethod' => 'GET',
556 556
               'parameters' => array(
@@ -565,7 +565,7 @@  discard block
 block discarded – undo
565 565
                   'required' => true,
566 566
                 ),
567 567
               ),
568
-            ),'insert' => array(
568
+            ), 'insert' => array(
569 569
               'path' => 'tables/{tableId}/templates',
570 570
               'httpMethod' => 'POST',
571 571
               'parameters' => array(
@@ -575,7 +575,7 @@  discard block
 block discarded – undo
575 575
                   'required' => true,
576 576
                 ),
577 577
               ),
578
-            ),'list' => array(
578
+            ), 'list' => array(
579 579
               'path' => 'tables/{tableId}/templates',
580 580
               'httpMethod' => 'GET',
581 581
               'parameters' => array(
@@ -593,7 +593,7 @@  discard block
 block discarded – undo
593 593
                   'type' => 'integer',
594 594
                 ),
595 595
               ),
596
-            ),'patch' => array(
596
+            ), 'patch' => array(
597 597
               'path' => 'tables/{tableId}/templates/{templateId}',
598 598
               'httpMethod' => 'PATCH',
599 599
               'parameters' => array(
@@ -608,7 +608,7 @@  discard block
 block discarded – undo
608 608
                   'required' => true,
609 609
                 ),
610 610
               ),
611
-            ),'update' => array(
611
+            ), 'update' => array(
612 612
               'path' => 'tables/{tableId}/templates/{templateId}',
613 613
               'httpMethod' => 'PUT',
614 614
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/SQLAdmin.php 2 patches
Indentation   +1145 added lines, -1145 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
   /** Manage your Google SQL Service instances. */
37 37
   const SQLSERVICE_ADMIN =
38
-      "https://www.googleapis.com/auth/sqlservice.admin";
38
+	  "https://www.googleapis.com/auth/sqlservice.admin";
39 39
 
40 40
   public $backupRuns;
41 41
   public $databases;
@@ -54,670 +54,670 @@  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 = 'sql/v1beta4/';
60
-    $this->version = 'v1beta4';
61
-    $this->serviceName = 'sqladmin';
62
-
63
-    $this->backupRuns = new Google_Service_SQLAdmin_BackupRuns_Resource(
64
-        $this,
65
-        $this->serviceName,
66
-        'backupRuns',
67
-        array(
68
-          'methods' => array(
69
-            'get' => array(
70
-              'path' => 'projects/{project}/instances/{instance}/backupRuns/{id}',
71
-              'httpMethod' => 'GET',
72
-              'parameters' => array(
73
-                'project' => array(
74
-                  'location' => 'path',
75
-                  'type' => 'string',
76
-                  'required' => true,
77
-                ),
78
-                'instance' => array(
79
-                  'location' => 'path',
80
-                  'type' => 'string',
81
-                  'required' => true,
82
-                ),
83
-                'id' => array(
84
-                  'location' => 'path',
85
-                  'type' => 'string',
86
-                  'required' => true,
87
-                ),
88
-              ),
89
-            ),'list' => array(
90
-              'path' => 'projects/{project}/instances/{instance}/backupRuns',
91
-              'httpMethod' => 'GET',
92
-              'parameters' => array(
93
-                'project' => array(
94
-                  'location' => 'path',
95
-                  'type' => 'string',
96
-                  'required' => true,
97
-                ),
98
-                'instance' => array(
99
-                  'location' => 'path',
100
-                  'type' => 'string',
101
-                  'required' => true,
102
-                ),
103
-                'maxResults' => array(
104
-                  'location' => 'query',
105
-                  'type' => 'integer',
106
-                ),
107
-                'pageToken' => array(
108
-                  'location' => 'query',
109
-                  'type' => 'string',
110
-                ),
111
-              ),
112
-            ),
113
-          )
114
-        )
115
-    );
116
-    $this->databases = new Google_Service_SQLAdmin_Databases_Resource(
117
-        $this,
118
-        $this->serviceName,
119
-        'databases',
120
-        array(
121
-          'methods' => array(
122
-            'delete' => array(
123
-              'path' => 'projects/{project}/instances/{instance}/databases/{database}',
124
-              'httpMethod' => 'DELETE',
125
-              'parameters' => array(
126
-                'project' => array(
127
-                  'location' => 'path',
128
-                  'type' => 'string',
129
-                  'required' => true,
130
-                ),
131
-                'instance' => array(
132
-                  'location' => 'path',
133
-                  'type' => 'string',
134
-                  'required' => true,
135
-                ),
136
-                'database' => array(
137
-                  'location' => 'path',
138
-                  'type' => 'string',
139
-                  'required' => true,
140
-                ),
141
-              ),
142
-            ),'get' => array(
143
-              'path' => 'projects/{project}/instances/{instance}/databases/{database}',
144
-              'httpMethod' => 'GET',
145
-              'parameters' => array(
146
-                'project' => array(
147
-                  'location' => 'path',
148
-                  'type' => 'string',
149
-                  'required' => true,
150
-                ),
151
-                'instance' => array(
152
-                  'location' => 'path',
153
-                  'type' => 'string',
154
-                  'required' => true,
155
-                ),
156
-                'database' => array(
157
-                  'location' => 'path',
158
-                  'type' => 'string',
159
-                  'required' => true,
160
-                ),
161
-              ),
162
-            ),'insert' => array(
163
-              'path' => 'projects/{project}/instances/{instance}/databases',
164
-              'httpMethod' => 'POST',
165
-              'parameters' => array(
166
-                'project' => array(
167
-                  'location' => 'path',
168
-                  'type' => 'string',
169
-                  'required' => true,
170
-                ),
171
-                'instance' => array(
172
-                  'location' => 'path',
173
-                  'type' => 'string',
174
-                  'required' => true,
175
-                ),
176
-              ),
177
-            ),'list' => array(
178
-              'path' => 'projects/{project}/instances/{instance}/databases',
179
-              'httpMethod' => 'GET',
180
-              'parameters' => array(
181
-                'project' => array(
182
-                  'location' => 'path',
183
-                  'type' => 'string',
184
-                  'required' => true,
185
-                ),
186
-                'instance' => array(
187
-                  'location' => 'path',
188
-                  'type' => 'string',
189
-                  'required' => true,
190
-                ),
191
-              ),
192
-            ),'patch' => array(
193
-              'path' => 'projects/{project}/instances/{instance}/databases/{database}',
194
-              'httpMethod' => 'PATCH',
195
-              'parameters' => array(
196
-                'project' => array(
197
-                  'location' => 'path',
198
-                  'type' => 'string',
199
-                  'required' => true,
200
-                ),
201
-                'instance' => array(
202
-                  'location' => 'path',
203
-                  'type' => 'string',
204
-                  'required' => true,
205
-                ),
206
-                'database' => array(
207
-                  'location' => 'path',
208
-                  'type' => 'string',
209
-                  'required' => true,
210
-                ),
211
-              ),
212
-            ),'update' => array(
213
-              'path' => 'projects/{project}/instances/{instance}/databases/{database}',
214
-              'httpMethod' => 'PUT',
215
-              'parameters' => array(
216
-                'project' => array(
217
-                  'location' => 'path',
218
-                  'type' => 'string',
219
-                  'required' => true,
220
-                ),
221
-                'instance' => array(
222
-                  'location' => 'path',
223
-                  'type' => 'string',
224
-                  'required' => true,
225
-                ),
226
-                'database' => array(
227
-                  'location' => 'path',
228
-                  'type' => 'string',
229
-                  'required' => true,
230
-                ),
231
-              ),
232
-            ),
233
-          )
234
-        )
235
-    );
236
-    $this->flags = new Google_Service_SQLAdmin_Flags_Resource(
237
-        $this,
238
-        $this->serviceName,
239
-        'flags',
240
-        array(
241
-          'methods' => array(
242
-            'list' => array(
243
-              'path' => 'flags',
244
-              'httpMethod' => 'GET',
245
-              'parameters' => array(),
246
-            ),
247
-          )
248
-        )
249
-    );
250
-    $this->instances = new Google_Service_SQLAdmin_Instances_Resource(
251
-        $this,
252
-        $this->serviceName,
253
-        'instances',
254
-        array(
255
-          'methods' => array(
256
-            'clone' => array(
257
-              'path' => 'projects/{project}/instances/{instance}/clone',
258
-              'httpMethod' => 'POST',
259
-              'parameters' => array(
260
-                'project' => array(
261
-                  'location' => 'path',
262
-                  'type' => 'string',
263
-                  'required' => true,
264
-                ),
265
-                'instance' => array(
266
-                  'location' => 'path',
267
-                  'type' => 'string',
268
-                  'required' => true,
269
-                ),
270
-              ),
271
-            ),'delete' => array(
272
-              'path' => 'projects/{project}/instances/{instance}',
273
-              'httpMethod' => 'DELETE',
274
-              'parameters' => array(
275
-                'project' => array(
276
-                  'location' => 'path',
277
-                  'type' => 'string',
278
-                  'required' => true,
279
-                ),
280
-                'instance' => array(
281
-                  'location' => 'path',
282
-                  'type' => 'string',
283
-                  'required' => true,
284
-                ),
285
-              ),
286
-            ),'export' => array(
287
-              'path' => 'projects/{project}/instances/{instance}/export',
288
-              'httpMethod' => 'POST',
289
-              'parameters' => array(
290
-                'project' => array(
291
-                  'location' => 'path',
292
-                  'type' => 'string',
293
-                  'required' => true,
294
-                ),
295
-                'instance' => array(
296
-                  'location' => 'path',
297
-                  'type' => 'string',
298
-                  'required' => true,
299
-                ),
300
-              ),
301
-            ),'get' => array(
302
-              'path' => 'projects/{project}/instances/{instance}',
303
-              'httpMethod' => 'GET',
304
-              'parameters' => array(
305
-                'project' => array(
306
-                  'location' => 'path',
307
-                  'type' => 'string',
308
-                  'required' => true,
309
-                ),
310
-                'instance' => array(
311
-                  'location' => 'path',
312
-                  'type' => 'string',
313
-                  'required' => true,
314
-                ),
315
-              ),
316
-            ),'import' => array(
317
-              'path' => 'projects/{project}/instances/{instance}/import',
318
-              'httpMethod' => 'POST',
319
-              'parameters' => array(
320
-                'project' => array(
321
-                  'location' => 'path',
322
-                  'type' => 'string',
323
-                  'required' => true,
324
-                ),
325
-                'instance' => array(
326
-                  'location' => 'path',
327
-                  'type' => 'string',
328
-                  'required' => true,
329
-                ),
330
-              ),
331
-            ),'insert' => array(
332
-              'path' => 'projects/{project}/instances',
333
-              'httpMethod' => 'POST',
334
-              'parameters' => array(
335
-                'project' => array(
336
-                  'location' => 'path',
337
-                  'type' => 'string',
338
-                  'required' => true,
339
-                ),
340
-              ),
341
-            ),'list' => array(
342
-              'path' => 'projects/{project}/instances',
343
-              'httpMethod' => 'GET',
344
-              'parameters' => array(
345
-                'project' => array(
346
-                  'location' => 'path',
347
-                  'type' => 'string',
348
-                  'required' => true,
349
-                ),
350
-                'pageToken' => array(
351
-                  'location' => 'query',
352
-                  'type' => 'string',
353
-                ),
354
-                'maxResults' => array(
355
-                  'location' => 'query',
356
-                  'type' => 'integer',
357
-                ),
358
-              ),
359
-            ),'patch' => array(
360
-              'path' => 'projects/{project}/instances/{instance}',
361
-              'httpMethod' => 'PATCH',
362
-              'parameters' => array(
363
-                'project' => array(
364
-                  'location' => 'path',
365
-                  'type' => 'string',
366
-                  'required' => true,
367
-                ),
368
-                'instance' => array(
369
-                  'location' => 'path',
370
-                  'type' => 'string',
371
-                  'required' => true,
372
-                ),
373
-              ),
374
-            ),'promoteReplica' => array(
375
-              'path' => 'projects/{project}/instances/{instance}/promoteReplica',
376
-              'httpMethod' => 'POST',
377
-              'parameters' => array(
378
-                'project' => array(
379
-                  'location' => 'path',
380
-                  'type' => 'string',
381
-                  'required' => true,
382
-                ),
383
-                'instance' => array(
384
-                  'location' => 'path',
385
-                  'type' => 'string',
386
-                  'required' => true,
387
-                ),
388
-              ),
389
-            ),'resetSslConfig' => array(
390
-              'path' => 'projects/{project}/instances/{instance}/resetSslConfig',
391
-              'httpMethod' => 'POST',
392
-              'parameters' => array(
393
-                'project' => array(
394
-                  'location' => 'path',
395
-                  'type' => 'string',
396
-                  'required' => true,
397
-                ),
398
-                'instance' => array(
399
-                  'location' => 'path',
400
-                  'type' => 'string',
401
-                  'required' => true,
402
-                ),
403
-              ),
404
-            ),'restart' => array(
405
-              'path' => 'projects/{project}/instances/{instance}/restart',
406
-              'httpMethod' => 'POST',
407
-              'parameters' => array(
408
-                'project' => array(
409
-                  'location' => 'path',
410
-                  'type' => 'string',
411
-                  'required' => true,
412
-                ),
413
-                'instance' => array(
414
-                  'location' => 'path',
415
-                  'type' => 'string',
416
-                  'required' => true,
417
-                ),
418
-              ),
419
-            ),'restoreBackup' => array(
420
-              'path' => 'projects/{project}/instances/{instance}/restoreBackup',
421
-              'httpMethod' => 'POST',
422
-              'parameters' => array(
423
-                'project' => array(
424
-                  'location' => 'path',
425
-                  'type' => 'string',
426
-                  'required' => true,
427
-                ),
428
-                'instance' => array(
429
-                  'location' => 'path',
430
-                  'type' => 'string',
431
-                  'required' => true,
432
-                ),
433
-              ),
434
-            ),'startReplica' => array(
435
-              'path' => 'projects/{project}/instances/{instance}/startReplica',
436
-              'httpMethod' => 'POST',
437
-              'parameters' => array(
438
-                'project' => array(
439
-                  'location' => 'path',
440
-                  'type' => 'string',
441
-                  'required' => true,
442
-                ),
443
-                'instance' => array(
444
-                  'location' => 'path',
445
-                  'type' => 'string',
446
-                  'required' => true,
447
-                ),
448
-              ),
449
-            ),'stopReplica' => array(
450
-              'path' => 'projects/{project}/instances/{instance}/stopReplica',
451
-              'httpMethod' => 'POST',
452
-              'parameters' => array(
453
-                'project' => array(
454
-                  'location' => 'path',
455
-                  'type' => 'string',
456
-                  'required' => true,
457
-                ),
458
-                'instance' => array(
459
-                  'location' => 'path',
460
-                  'type' => 'string',
461
-                  'required' => true,
462
-                ),
463
-              ),
464
-            ),'update' => array(
465
-              'path' => 'projects/{project}/instances/{instance}',
466
-              'httpMethod' => 'PUT',
467
-              'parameters' => array(
468
-                'project' => array(
469
-                  'location' => 'path',
470
-                  'type' => 'string',
471
-                  'required' => true,
472
-                ),
473
-                'instance' => array(
474
-                  'location' => 'path',
475
-                  'type' => 'string',
476
-                  'required' => true,
477
-                ),
478
-              ),
479
-            ),
480
-          )
481
-        )
482
-    );
483
-    $this->operations = new Google_Service_SQLAdmin_Operations_Resource(
484
-        $this,
485
-        $this->serviceName,
486
-        'operations',
487
-        array(
488
-          'methods' => array(
489
-            'get' => array(
490
-              'path' => 'projects/{project}/operations/{operation}',
491
-              'httpMethod' => 'GET',
492
-              'parameters' => array(
493
-                'project' => array(
494
-                  'location' => 'path',
495
-                  'type' => 'string',
496
-                  'required' => true,
497
-                ),
498
-                'operation' => array(
499
-                  'location' => 'path',
500
-                  'type' => 'string',
501
-                  'required' => true,
502
-                ),
503
-              ),
504
-            ),'list' => array(
505
-              'path' => 'projects/{project}/operations',
506
-              'httpMethod' => 'GET',
507
-              'parameters' => array(
508
-                'project' => array(
509
-                  'location' => 'path',
510
-                  'type' => 'string',
511
-                  'required' => true,
512
-                ),
513
-                'instance' => array(
514
-                  'location' => 'query',
515
-                  'type' => 'string',
516
-                  'required' => true,
517
-                ),
518
-                'maxResults' => array(
519
-                  'location' => 'query',
520
-                  'type' => 'integer',
521
-                ),
522
-                'pageToken' => array(
523
-                  'location' => 'query',
524
-                  'type' => 'string',
525
-                ),
526
-              ),
527
-            ),
528
-          )
529
-        )
530
-    );
531
-    $this->sslCerts = new Google_Service_SQLAdmin_SslCerts_Resource(
532
-        $this,
533
-        $this->serviceName,
534
-        'sslCerts',
535
-        array(
536
-          'methods' => array(
537
-            'delete' => array(
538
-              'path' => 'projects/{project}/instances/{instance}/sslCerts/{sha1Fingerprint}',
539
-              'httpMethod' => 'DELETE',
540
-              'parameters' => array(
541
-                'project' => array(
542
-                  'location' => 'path',
543
-                  'type' => 'string',
544
-                  'required' => true,
545
-                ),
546
-                'instance' => array(
547
-                  'location' => 'path',
548
-                  'type' => 'string',
549
-                  'required' => true,
550
-                ),
551
-                'sha1Fingerprint' => array(
552
-                  'location' => 'path',
553
-                  'type' => 'string',
554
-                  'required' => true,
555
-                ),
556
-              ),
557
-            ),'get' => array(
558
-              'path' => 'projects/{project}/instances/{instance}/sslCerts/{sha1Fingerprint}',
559
-              'httpMethod' => 'GET',
560
-              'parameters' => array(
561
-                'project' => array(
562
-                  'location' => 'path',
563
-                  'type' => 'string',
564
-                  'required' => true,
565
-                ),
566
-                'instance' => array(
567
-                  'location' => 'path',
568
-                  'type' => 'string',
569
-                  'required' => true,
570
-                ),
571
-                'sha1Fingerprint' => array(
572
-                  'location' => 'path',
573
-                  'type' => 'string',
574
-                  'required' => true,
575
-                ),
576
-              ),
577
-            ),'insert' => array(
578
-              'path' => 'projects/{project}/instances/{instance}/sslCerts',
579
-              'httpMethod' => 'POST',
580
-              'parameters' => array(
581
-                'project' => array(
582
-                  'location' => 'path',
583
-                  'type' => 'string',
584
-                  'required' => true,
585
-                ),
586
-                'instance' => array(
587
-                  'location' => 'path',
588
-                  'type' => 'string',
589
-                  'required' => true,
590
-                ),
591
-              ),
592
-            ),'list' => array(
593
-              'path' => 'projects/{project}/instances/{instance}/sslCerts',
594
-              'httpMethod' => 'GET',
595
-              'parameters' => array(
596
-                'project' => array(
597
-                  'location' => 'path',
598
-                  'type' => 'string',
599
-                  'required' => true,
600
-                ),
601
-                'instance' => array(
602
-                  'location' => 'path',
603
-                  'type' => 'string',
604
-                  'required' => true,
605
-                ),
606
-              ),
607
-            ),
608
-          )
609
-        )
610
-    );
611
-    $this->tiers = new Google_Service_SQLAdmin_Tiers_Resource(
612
-        $this,
613
-        $this->serviceName,
614
-        'tiers',
615
-        array(
616
-          'methods' => array(
617
-            'list' => array(
618
-              'path' => 'projects/{project}/tiers',
619
-              'httpMethod' => 'GET',
620
-              'parameters' => array(
621
-                'project' => array(
622
-                  'location' => 'path',
623
-                  'type' => 'string',
624
-                  'required' => true,
625
-                ),
626
-              ),
627
-            ),
628
-          )
629
-        )
630
-    );
631
-    $this->users = new Google_Service_SQLAdmin_Users_Resource(
632
-        $this,
633
-        $this->serviceName,
634
-        'users',
635
-        array(
636
-          'methods' => array(
637
-            'delete' => array(
638
-              'path' => 'projects/{project}/instances/{instance}/users',
639
-              'httpMethod' => 'DELETE',
640
-              'parameters' => array(
641
-                'project' => array(
642
-                  'location' => 'path',
643
-                  'type' => 'string',
644
-                  'required' => true,
645
-                ),
646
-                'instance' => array(
647
-                  'location' => 'path',
648
-                  'type' => 'string',
649
-                  'required' => true,
650
-                ),
651
-                'host' => array(
652
-                  'location' => 'query',
653
-                  'type' => 'string',
654
-                  'required' => true,
655
-                ),
656
-                'name' => array(
657
-                  'location' => 'query',
658
-                  'type' => 'string',
659
-                  'required' => true,
660
-                ),
661
-              ),
662
-            ),'insert' => array(
663
-              'path' => 'projects/{project}/instances/{instance}/users',
664
-              'httpMethod' => 'POST',
665
-              'parameters' => array(
666
-                'project' => array(
667
-                  'location' => 'path',
668
-                  'type' => 'string',
669
-                  'required' => true,
670
-                ),
671
-                'instance' => array(
672
-                  'location' => 'path',
673
-                  'type' => 'string',
674
-                  'required' => true,
675
-                ),
676
-              ),
677
-            ),'list' => array(
678
-              'path' => 'projects/{project}/instances/{instance}/users',
679
-              'httpMethod' => 'GET',
680
-              'parameters' => array(
681
-                'project' => array(
682
-                  'location' => 'path',
683
-                  'type' => 'string',
684
-                  'required' => true,
685
-                ),
686
-                'instance' => array(
687
-                  'location' => 'path',
688
-                  'type' => 'string',
689
-                  'required' => true,
690
-                ),
691
-              ),
692
-            ),'update' => array(
693
-              'path' => 'projects/{project}/instances/{instance}/users',
694
-              'httpMethod' => 'PUT',
695
-              'parameters' => array(
696
-                'project' => array(
697
-                  'location' => 'path',
698
-                  'type' => 'string',
699
-                  'required' => true,
700
-                ),
701
-                'instance' => array(
702
-                  'location' => 'path',
703
-                  'type' => 'string',
704
-                  'required' => true,
705
-                ),
706
-                'host' => array(
707
-                  'location' => 'query',
708
-                  'type' => 'string',
709
-                  'required' => true,
710
-                ),
711
-                'name' => array(
712
-                  'location' => 'query',
713
-                  'type' => 'string',
714
-                  'required' => true,
715
-                ),
716
-              ),
717
-            ),
718
-          )
719
-        )
720
-    );
57
+	parent::__construct($client);
58
+	$this->rootUrl = 'https://www.googleapis.com/';
59
+	$this->servicePath = 'sql/v1beta4/';
60
+	$this->version = 'v1beta4';
61
+	$this->serviceName = 'sqladmin';
62
+
63
+	$this->backupRuns = new Google_Service_SQLAdmin_BackupRuns_Resource(
64
+		$this,
65
+		$this->serviceName,
66
+		'backupRuns',
67
+		array(
68
+		  'methods' => array(
69
+			'get' => array(
70
+			  'path' => 'projects/{project}/instances/{instance}/backupRuns/{id}',
71
+			  'httpMethod' => 'GET',
72
+			  'parameters' => array(
73
+				'project' => array(
74
+				  'location' => 'path',
75
+				  'type' => 'string',
76
+				  'required' => true,
77
+				),
78
+				'instance' => array(
79
+				  'location' => 'path',
80
+				  'type' => 'string',
81
+				  'required' => true,
82
+				),
83
+				'id' => array(
84
+				  'location' => 'path',
85
+				  'type' => 'string',
86
+				  'required' => true,
87
+				),
88
+			  ),
89
+			),'list' => array(
90
+			  'path' => 'projects/{project}/instances/{instance}/backupRuns',
91
+			  'httpMethod' => 'GET',
92
+			  'parameters' => array(
93
+				'project' => array(
94
+				  'location' => 'path',
95
+				  'type' => 'string',
96
+				  'required' => true,
97
+				),
98
+				'instance' => array(
99
+				  'location' => 'path',
100
+				  'type' => 'string',
101
+				  'required' => true,
102
+				),
103
+				'maxResults' => array(
104
+				  'location' => 'query',
105
+				  'type' => 'integer',
106
+				),
107
+				'pageToken' => array(
108
+				  'location' => 'query',
109
+				  'type' => 'string',
110
+				),
111
+			  ),
112
+			),
113
+		  )
114
+		)
115
+	);
116
+	$this->databases = new Google_Service_SQLAdmin_Databases_Resource(
117
+		$this,
118
+		$this->serviceName,
119
+		'databases',
120
+		array(
121
+		  'methods' => array(
122
+			'delete' => array(
123
+			  'path' => 'projects/{project}/instances/{instance}/databases/{database}',
124
+			  'httpMethod' => 'DELETE',
125
+			  'parameters' => array(
126
+				'project' => array(
127
+				  'location' => 'path',
128
+				  'type' => 'string',
129
+				  'required' => true,
130
+				),
131
+				'instance' => array(
132
+				  'location' => 'path',
133
+				  'type' => 'string',
134
+				  'required' => true,
135
+				),
136
+				'database' => array(
137
+				  'location' => 'path',
138
+				  'type' => 'string',
139
+				  'required' => true,
140
+				),
141
+			  ),
142
+			),'get' => array(
143
+			  'path' => 'projects/{project}/instances/{instance}/databases/{database}',
144
+			  'httpMethod' => 'GET',
145
+			  'parameters' => array(
146
+				'project' => array(
147
+				  'location' => 'path',
148
+				  'type' => 'string',
149
+				  'required' => true,
150
+				),
151
+				'instance' => array(
152
+				  'location' => 'path',
153
+				  'type' => 'string',
154
+				  'required' => true,
155
+				),
156
+				'database' => array(
157
+				  'location' => 'path',
158
+				  'type' => 'string',
159
+				  'required' => true,
160
+				),
161
+			  ),
162
+			),'insert' => array(
163
+			  'path' => 'projects/{project}/instances/{instance}/databases',
164
+			  'httpMethod' => 'POST',
165
+			  'parameters' => array(
166
+				'project' => array(
167
+				  'location' => 'path',
168
+				  'type' => 'string',
169
+				  'required' => true,
170
+				),
171
+				'instance' => array(
172
+				  'location' => 'path',
173
+				  'type' => 'string',
174
+				  'required' => true,
175
+				),
176
+			  ),
177
+			),'list' => array(
178
+			  'path' => 'projects/{project}/instances/{instance}/databases',
179
+			  'httpMethod' => 'GET',
180
+			  'parameters' => array(
181
+				'project' => array(
182
+				  'location' => 'path',
183
+				  'type' => 'string',
184
+				  'required' => true,
185
+				),
186
+				'instance' => array(
187
+				  'location' => 'path',
188
+				  'type' => 'string',
189
+				  'required' => true,
190
+				),
191
+			  ),
192
+			),'patch' => array(
193
+			  'path' => 'projects/{project}/instances/{instance}/databases/{database}',
194
+			  'httpMethod' => 'PATCH',
195
+			  'parameters' => array(
196
+				'project' => array(
197
+				  'location' => 'path',
198
+				  'type' => 'string',
199
+				  'required' => true,
200
+				),
201
+				'instance' => array(
202
+				  'location' => 'path',
203
+				  'type' => 'string',
204
+				  'required' => true,
205
+				),
206
+				'database' => array(
207
+				  'location' => 'path',
208
+				  'type' => 'string',
209
+				  'required' => true,
210
+				),
211
+			  ),
212
+			),'update' => array(
213
+			  'path' => 'projects/{project}/instances/{instance}/databases/{database}',
214
+			  'httpMethod' => 'PUT',
215
+			  'parameters' => array(
216
+				'project' => array(
217
+				  'location' => 'path',
218
+				  'type' => 'string',
219
+				  'required' => true,
220
+				),
221
+				'instance' => array(
222
+				  'location' => 'path',
223
+				  'type' => 'string',
224
+				  'required' => true,
225
+				),
226
+				'database' => array(
227
+				  'location' => 'path',
228
+				  'type' => 'string',
229
+				  'required' => true,
230
+				),
231
+			  ),
232
+			),
233
+		  )
234
+		)
235
+	);
236
+	$this->flags = new Google_Service_SQLAdmin_Flags_Resource(
237
+		$this,
238
+		$this->serviceName,
239
+		'flags',
240
+		array(
241
+		  'methods' => array(
242
+			'list' => array(
243
+			  'path' => 'flags',
244
+			  'httpMethod' => 'GET',
245
+			  'parameters' => array(),
246
+			),
247
+		  )
248
+		)
249
+	);
250
+	$this->instances = new Google_Service_SQLAdmin_Instances_Resource(
251
+		$this,
252
+		$this->serviceName,
253
+		'instances',
254
+		array(
255
+		  'methods' => array(
256
+			'clone' => array(
257
+			  'path' => 'projects/{project}/instances/{instance}/clone',
258
+			  'httpMethod' => 'POST',
259
+			  'parameters' => array(
260
+				'project' => array(
261
+				  'location' => 'path',
262
+				  'type' => 'string',
263
+				  'required' => true,
264
+				),
265
+				'instance' => array(
266
+				  'location' => 'path',
267
+				  'type' => 'string',
268
+				  'required' => true,
269
+				),
270
+			  ),
271
+			),'delete' => array(
272
+			  'path' => 'projects/{project}/instances/{instance}',
273
+			  'httpMethod' => 'DELETE',
274
+			  'parameters' => array(
275
+				'project' => array(
276
+				  'location' => 'path',
277
+				  'type' => 'string',
278
+				  'required' => true,
279
+				),
280
+				'instance' => array(
281
+				  'location' => 'path',
282
+				  'type' => 'string',
283
+				  'required' => true,
284
+				),
285
+			  ),
286
+			),'export' => array(
287
+			  'path' => 'projects/{project}/instances/{instance}/export',
288
+			  'httpMethod' => 'POST',
289
+			  'parameters' => array(
290
+				'project' => array(
291
+				  'location' => 'path',
292
+				  'type' => 'string',
293
+				  'required' => true,
294
+				),
295
+				'instance' => array(
296
+				  'location' => 'path',
297
+				  'type' => 'string',
298
+				  'required' => true,
299
+				),
300
+			  ),
301
+			),'get' => array(
302
+			  'path' => 'projects/{project}/instances/{instance}',
303
+			  'httpMethod' => 'GET',
304
+			  'parameters' => array(
305
+				'project' => array(
306
+				  'location' => 'path',
307
+				  'type' => 'string',
308
+				  'required' => true,
309
+				),
310
+				'instance' => array(
311
+				  'location' => 'path',
312
+				  'type' => 'string',
313
+				  'required' => true,
314
+				),
315
+			  ),
316
+			),'import' => array(
317
+			  'path' => 'projects/{project}/instances/{instance}/import',
318
+			  'httpMethod' => 'POST',
319
+			  'parameters' => array(
320
+				'project' => array(
321
+				  'location' => 'path',
322
+				  'type' => 'string',
323
+				  'required' => true,
324
+				),
325
+				'instance' => array(
326
+				  'location' => 'path',
327
+				  'type' => 'string',
328
+				  'required' => true,
329
+				),
330
+			  ),
331
+			),'insert' => array(
332
+			  'path' => 'projects/{project}/instances',
333
+			  'httpMethod' => 'POST',
334
+			  'parameters' => array(
335
+				'project' => array(
336
+				  'location' => 'path',
337
+				  'type' => 'string',
338
+				  'required' => true,
339
+				),
340
+			  ),
341
+			),'list' => array(
342
+			  'path' => 'projects/{project}/instances',
343
+			  'httpMethod' => 'GET',
344
+			  'parameters' => array(
345
+				'project' => array(
346
+				  'location' => 'path',
347
+				  'type' => 'string',
348
+				  'required' => true,
349
+				),
350
+				'pageToken' => array(
351
+				  'location' => 'query',
352
+				  'type' => 'string',
353
+				),
354
+				'maxResults' => array(
355
+				  'location' => 'query',
356
+				  'type' => 'integer',
357
+				),
358
+			  ),
359
+			),'patch' => array(
360
+			  'path' => 'projects/{project}/instances/{instance}',
361
+			  'httpMethod' => 'PATCH',
362
+			  'parameters' => array(
363
+				'project' => array(
364
+				  'location' => 'path',
365
+				  'type' => 'string',
366
+				  'required' => true,
367
+				),
368
+				'instance' => array(
369
+				  'location' => 'path',
370
+				  'type' => 'string',
371
+				  'required' => true,
372
+				),
373
+			  ),
374
+			),'promoteReplica' => array(
375
+			  'path' => 'projects/{project}/instances/{instance}/promoteReplica',
376
+			  'httpMethod' => 'POST',
377
+			  'parameters' => array(
378
+				'project' => array(
379
+				  'location' => 'path',
380
+				  'type' => 'string',
381
+				  'required' => true,
382
+				),
383
+				'instance' => array(
384
+				  'location' => 'path',
385
+				  'type' => 'string',
386
+				  'required' => true,
387
+				),
388
+			  ),
389
+			),'resetSslConfig' => array(
390
+			  'path' => 'projects/{project}/instances/{instance}/resetSslConfig',
391
+			  'httpMethod' => 'POST',
392
+			  'parameters' => array(
393
+				'project' => array(
394
+				  'location' => 'path',
395
+				  'type' => 'string',
396
+				  'required' => true,
397
+				),
398
+				'instance' => array(
399
+				  'location' => 'path',
400
+				  'type' => 'string',
401
+				  'required' => true,
402
+				),
403
+			  ),
404
+			),'restart' => array(
405
+			  'path' => 'projects/{project}/instances/{instance}/restart',
406
+			  'httpMethod' => 'POST',
407
+			  'parameters' => array(
408
+				'project' => array(
409
+				  'location' => 'path',
410
+				  'type' => 'string',
411
+				  'required' => true,
412
+				),
413
+				'instance' => array(
414
+				  'location' => 'path',
415
+				  'type' => 'string',
416
+				  'required' => true,
417
+				),
418
+			  ),
419
+			),'restoreBackup' => array(
420
+			  'path' => 'projects/{project}/instances/{instance}/restoreBackup',
421
+			  'httpMethod' => 'POST',
422
+			  'parameters' => array(
423
+				'project' => array(
424
+				  'location' => 'path',
425
+				  'type' => 'string',
426
+				  'required' => true,
427
+				),
428
+				'instance' => array(
429
+				  'location' => 'path',
430
+				  'type' => 'string',
431
+				  'required' => true,
432
+				),
433
+			  ),
434
+			),'startReplica' => array(
435
+			  'path' => 'projects/{project}/instances/{instance}/startReplica',
436
+			  'httpMethod' => 'POST',
437
+			  'parameters' => array(
438
+				'project' => array(
439
+				  'location' => 'path',
440
+				  'type' => 'string',
441
+				  'required' => true,
442
+				),
443
+				'instance' => array(
444
+				  'location' => 'path',
445
+				  'type' => 'string',
446
+				  'required' => true,
447
+				),
448
+			  ),
449
+			),'stopReplica' => array(
450
+			  'path' => 'projects/{project}/instances/{instance}/stopReplica',
451
+			  'httpMethod' => 'POST',
452
+			  'parameters' => array(
453
+				'project' => array(
454
+				  'location' => 'path',
455
+				  'type' => 'string',
456
+				  'required' => true,
457
+				),
458
+				'instance' => array(
459
+				  'location' => 'path',
460
+				  'type' => 'string',
461
+				  'required' => true,
462
+				),
463
+			  ),
464
+			),'update' => array(
465
+			  'path' => 'projects/{project}/instances/{instance}',
466
+			  'httpMethod' => 'PUT',
467
+			  'parameters' => array(
468
+				'project' => array(
469
+				  'location' => 'path',
470
+				  'type' => 'string',
471
+				  'required' => true,
472
+				),
473
+				'instance' => array(
474
+				  'location' => 'path',
475
+				  'type' => 'string',
476
+				  'required' => true,
477
+				),
478
+			  ),
479
+			),
480
+		  )
481
+		)
482
+	);
483
+	$this->operations = new Google_Service_SQLAdmin_Operations_Resource(
484
+		$this,
485
+		$this->serviceName,
486
+		'operations',
487
+		array(
488
+		  'methods' => array(
489
+			'get' => array(
490
+			  'path' => 'projects/{project}/operations/{operation}',
491
+			  'httpMethod' => 'GET',
492
+			  'parameters' => array(
493
+				'project' => array(
494
+				  'location' => 'path',
495
+				  'type' => 'string',
496
+				  'required' => true,
497
+				),
498
+				'operation' => array(
499
+				  'location' => 'path',
500
+				  'type' => 'string',
501
+				  'required' => true,
502
+				),
503
+			  ),
504
+			),'list' => array(
505
+			  'path' => 'projects/{project}/operations',
506
+			  'httpMethod' => 'GET',
507
+			  'parameters' => array(
508
+				'project' => array(
509
+				  'location' => 'path',
510
+				  'type' => 'string',
511
+				  'required' => true,
512
+				),
513
+				'instance' => array(
514
+				  'location' => 'query',
515
+				  'type' => 'string',
516
+				  'required' => true,
517
+				),
518
+				'maxResults' => array(
519
+				  'location' => 'query',
520
+				  'type' => 'integer',
521
+				),
522
+				'pageToken' => array(
523
+				  'location' => 'query',
524
+				  'type' => 'string',
525
+				),
526
+			  ),
527
+			),
528
+		  )
529
+		)
530
+	);
531
+	$this->sslCerts = new Google_Service_SQLAdmin_SslCerts_Resource(
532
+		$this,
533
+		$this->serviceName,
534
+		'sslCerts',
535
+		array(
536
+		  'methods' => array(
537
+			'delete' => array(
538
+			  'path' => 'projects/{project}/instances/{instance}/sslCerts/{sha1Fingerprint}',
539
+			  'httpMethod' => 'DELETE',
540
+			  'parameters' => array(
541
+				'project' => array(
542
+				  'location' => 'path',
543
+				  'type' => 'string',
544
+				  'required' => true,
545
+				),
546
+				'instance' => array(
547
+				  'location' => 'path',
548
+				  'type' => 'string',
549
+				  'required' => true,
550
+				),
551
+				'sha1Fingerprint' => array(
552
+				  'location' => 'path',
553
+				  'type' => 'string',
554
+				  'required' => true,
555
+				),
556
+			  ),
557
+			),'get' => array(
558
+			  'path' => 'projects/{project}/instances/{instance}/sslCerts/{sha1Fingerprint}',
559
+			  'httpMethod' => 'GET',
560
+			  'parameters' => array(
561
+				'project' => array(
562
+				  'location' => 'path',
563
+				  'type' => 'string',
564
+				  'required' => true,
565
+				),
566
+				'instance' => array(
567
+				  'location' => 'path',
568
+				  'type' => 'string',
569
+				  'required' => true,
570
+				),
571
+				'sha1Fingerprint' => array(
572
+				  'location' => 'path',
573
+				  'type' => 'string',
574
+				  'required' => true,
575
+				),
576
+			  ),
577
+			),'insert' => array(
578
+			  'path' => 'projects/{project}/instances/{instance}/sslCerts',
579
+			  'httpMethod' => 'POST',
580
+			  'parameters' => array(
581
+				'project' => array(
582
+				  'location' => 'path',
583
+				  'type' => 'string',
584
+				  'required' => true,
585
+				),
586
+				'instance' => array(
587
+				  'location' => 'path',
588
+				  'type' => 'string',
589
+				  'required' => true,
590
+				),
591
+			  ),
592
+			),'list' => array(
593
+			  'path' => 'projects/{project}/instances/{instance}/sslCerts',
594
+			  'httpMethod' => 'GET',
595
+			  'parameters' => array(
596
+				'project' => array(
597
+				  'location' => 'path',
598
+				  'type' => 'string',
599
+				  'required' => true,
600
+				),
601
+				'instance' => array(
602
+				  'location' => 'path',
603
+				  'type' => 'string',
604
+				  'required' => true,
605
+				),
606
+			  ),
607
+			),
608
+		  )
609
+		)
610
+	);
611
+	$this->tiers = new Google_Service_SQLAdmin_Tiers_Resource(
612
+		$this,
613
+		$this->serviceName,
614
+		'tiers',
615
+		array(
616
+		  'methods' => array(
617
+			'list' => array(
618
+			  'path' => 'projects/{project}/tiers',
619
+			  'httpMethod' => 'GET',
620
+			  'parameters' => array(
621
+				'project' => array(
622
+				  'location' => 'path',
623
+				  'type' => 'string',
624
+				  'required' => true,
625
+				),
626
+			  ),
627
+			),
628
+		  )
629
+		)
630
+	);
631
+	$this->users = new Google_Service_SQLAdmin_Users_Resource(
632
+		$this,
633
+		$this->serviceName,
634
+		'users',
635
+		array(
636
+		  'methods' => array(
637
+			'delete' => array(
638
+			  'path' => 'projects/{project}/instances/{instance}/users',
639
+			  'httpMethod' => 'DELETE',
640
+			  'parameters' => array(
641
+				'project' => array(
642
+				  'location' => 'path',
643
+				  'type' => 'string',
644
+				  'required' => true,
645
+				),
646
+				'instance' => array(
647
+				  'location' => 'path',
648
+				  'type' => 'string',
649
+				  'required' => true,
650
+				),
651
+				'host' => array(
652
+				  'location' => 'query',
653
+				  'type' => 'string',
654
+				  'required' => true,
655
+				),
656
+				'name' => array(
657
+				  'location' => 'query',
658
+				  'type' => 'string',
659
+				  'required' => true,
660
+				),
661
+			  ),
662
+			),'insert' => array(
663
+			  'path' => 'projects/{project}/instances/{instance}/users',
664
+			  'httpMethod' => 'POST',
665
+			  'parameters' => array(
666
+				'project' => array(
667
+				  'location' => 'path',
668
+				  'type' => 'string',
669
+				  'required' => true,
670
+				),
671
+				'instance' => array(
672
+				  'location' => 'path',
673
+				  'type' => 'string',
674
+				  'required' => true,
675
+				),
676
+			  ),
677
+			),'list' => array(
678
+			  'path' => 'projects/{project}/instances/{instance}/users',
679
+			  'httpMethod' => 'GET',
680
+			  'parameters' => array(
681
+				'project' => array(
682
+				  'location' => 'path',
683
+				  'type' => 'string',
684
+				  'required' => true,
685
+				),
686
+				'instance' => array(
687
+				  'location' => 'path',
688
+				  'type' => 'string',
689
+				  'required' => true,
690
+				),
691
+			  ),
692
+			),'update' => array(
693
+			  'path' => 'projects/{project}/instances/{instance}/users',
694
+			  'httpMethod' => 'PUT',
695
+			  'parameters' => array(
696
+				'project' => array(
697
+				  'location' => 'path',
698
+				  'type' => 'string',
699
+				  'required' => true,
700
+				),
701
+				'instance' => array(
702
+				  'location' => 'path',
703
+				  'type' => 'string',
704
+				  'required' => true,
705
+				),
706
+				'host' => array(
707
+				  'location' => 'query',
708
+				  'type' => 'string',
709
+				  'required' => true,
710
+				),
711
+				'name' => array(
712
+				  'location' => 'query',
713
+				  'type' => 'string',
714
+				  'required' => true,
715
+				),
716
+			  ),
717
+			),
718
+		  )
719
+		)
720
+	);
721 721
   }
722 722
 }
723 723
 
@@ -746,9 +746,9 @@  discard block
 block discarded – undo
746 746
    */
747 747
   public function get($project, $instance, $id, $optParams = array())
748 748
   {
749
-    $params = array('project' => $project, 'instance' => $instance, 'id' => $id);
750
-    $params = array_merge($params, $optParams);
751
-    return $this->call('get', array($params), "Google_Service_SQLAdmin_BackupRun");
749
+	$params = array('project' => $project, 'instance' => $instance, 'id' => $id);
750
+	$params = array_merge($params, $optParams);
751
+	return $this->call('get', array($params), "Google_Service_SQLAdmin_BackupRun");
752 752
   }
753 753
 
754 754
   /**
@@ -768,9 +768,9 @@  discard block
 block discarded – undo
768 768
    */
769 769
   public function listBackupRuns($project, $instance, $optParams = array())
770 770
   {
771
-    $params = array('project' => $project, 'instance' => $instance);
772
-    $params = array_merge($params, $optParams);
773
-    return $this->call('list', array($params), "Google_Service_SQLAdmin_BackupRunsListResponse");
771
+	$params = array('project' => $project, 'instance' => $instance);
772
+	$params = array_merge($params, $optParams);
773
+	return $this->call('list', array($params), "Google_Service_SQLAdmin_BackupRunsListResponse");
774 774
   }
775 775
 }
776 776
 
@@ -798,9 +798,9 @@  discard block
 block discarded – undo
798 798
    */
799 799
   public function delete($project, $instance, $database, $optParams = array())
800 800
   {
801
-    $params = array('project' => $project, 'instance' => $instance, 'database' => $database);
802
-    $params = array_merge($params, $optParams);
803
-    return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
801
+	$params = array('project' => $project, 'instance' => $instance, 'database' => $database);
802
+	$params = array_merge($params, $optParams);
803
+	return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
804 804
   }
805 805
 
806 806
   /**
@@ -816,9 +816,9 @@  discard block
 block discarded – undo
816 816
    */
817 817
   public function get($project, $instance, $database, $optParams = array())
818 818
   {
819
-    $params = array('project' => $project, 'instance' => $instance, 'database' => $database);
820
-    $params = array_merge($params, $optParams);
821
-    return $this->call('get', array($params), "Google_Service_SQLAdmin_Database");
819
+	$params = array('project' => $project, 'instance' => $instance, 'database' => $database);
820
+	$params = array_merge($params, $optParams);
821
+	return $this->call('get', array($params), "Google_Service_SQLAdmin_Database");
822 822
   }
823 823
 
824 824
   /**
@@ -834,9 +834,9 @@  discard block
 block discarded – undo
834 834
    */
835 835
   public function insert($project, $instance, Google_Service_SQLAdmin_Database $postBody, $optParams = array())
836 836
   {
837
-    $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
838
-    $params = array_merge($params, $optParams);
839
-    return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
837
+	$params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
838
+	$params = array_merge($params, $optParams);
839
+	return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
840 840
   }
841 841
 
842 842
   /**
@@ -852,9 +852,9 @@  discard block
 block discarded – undo
852 852
    */
853 853
   public function listDatabases($project, $instance, $optParams = array())
854 854
   {
855
-    $params = array('project' => $project, 'instance' => $instance);
856
-    $params = array_merge($params, $optParams);
857
-    return $this->call('list', array($params), "Google_Service_SQLAdmin_DatabasesListResponse");
855
+	$params = array('project' => $project, 'instance' => $instance);
856
+	$params = array_merge($params, $optParams);
857
+	return $this->call('list', array($params), "Google_Service_SQLAdmin_DatabasesListResponse");
858 858
   }
859 859
 
860 860
   /**
@@ -871,9 +871,9 @@  discard block
 block discarded – undo
871 871
    */
872 872
   public function patch($project, $instance, $database, Google_Service_SQLAdmin_Database $postBody, $optParams = array())
873 873
   {
874
-    $params = array('project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => $postBody);
875
-    $params = array_merge($params, $optParams);
876
-    return $this->call('patch', array($params), "Google_Service_SQLAdmin_Operation");
874
+	$params = array('project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => $postBody);
875
+	$params = array_merge($params, $optParams);
876
+	return $this->call('patch', array($params), "Google_Service_SQLAdmin_Operation");
877 877
   }
878 878
 
879 879
   /**
@@ -890,9 +890,9 @@  discard block
 block discarded – undo
890 890
    */
891 891
   public function update($project, $instance, $database, Google_Service_SQLAdmin_Database $postBody, $optParams = array())
892 892
   {
893
-    $params = array('project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => $postBody);
894
-    $params = array_merge($params, $optParams);
895
-    return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
893
+	$params = array('project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => $postBody);
894
+	$params = array_merge($params, $optParams);
895
+	return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
896 896
   }
897 897
 }
898 898
 
@@ -916,9 +916,9 @@  discard block
 block discarded – undo
916 916
    */
917 917
   public function listFlags($optParams = array())
918 918
   {
919
-    $params = array();
920
-    $params = array_merge($params, $optParams);
921
-    return $this->call('list', array($params), "Google_Service_SQLAdmin_FlagsListResponse");
919
+	$params = array();
920
+	$params = array_merge($params, $optParams);
921
+	return $this->call('list', array($params), "Google_Service_SQLAdmin_FlagsListResponse");
922 922
   }
923 923
 }
924 924
 
@@ -947,9 +947,9 @@  discard block
 block discarded – undo
947 947
    */
948 948
   public function cloneInstances($project, $instance, Google_Service_SQLAdmin_InstancesCloneRequest $postBody, $optParams = array())
949 949
   {
950
-    $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
951
-    $params = array_merge($params, $optParams);
952
-    return $this->call('clone', array($params), "Google_Service_SQLAdmin_Operation");
950
+	$params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
951
+	$params = array_merge($params, $optParams);
952
+	return $this->call('clone', array($params), "Google_Service_SQLAdmin_Operation");
953 953
   }
954 954
 
955 955
   /**
@@ -964,9 +964,9 @@  discard block
 block discarded – undo
964 964
    */
965 965
   public function delete($project, $instance, $optParams = array())
966 966
   {
967
-    $params = array('project' => $project, 'instance' => $instance);
968
-    $params = array_merge($params, $optParams);
969
-    return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
967
+	$params = array('project' => $project, 'instance' => $instance);
968
+	$params = array_merge($params, $optParams);
969
+	return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
970 970
   }
971 971
 
972 972
   /**
@@ -983,9 +983,9 @@  discard block
 block discarded – undo
983 983
    */
984 984
   public function export($project, $instance, Google_Service_SQLAdmin_InstancesExportRequest $postBody, $optParams = array())
985 985
   {
986
-    $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
987
-    $params = array_merge($params, $optParams);
988
-    return $this->call('export', array($params), "Google_Service_SQLAdmin_Operation");
986
+	$params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
987
+	$params = array_merge($params, $optParams);
988
+	return $this->call('export', array($params), "Google_Service_SQLAdmin_Operation");
989 989
   }
990 990
 
991 991
   /**
@@ -1000,9 +1000,9 @@  discard block
 block discarded – undo
1000 1000
    */
1001 1001
   public function get($project, $instance, $optParams = array())
1002 1002
   {
1003
-    $params = array('project' => $project, 'instance' => $instance);
1004
-    $params = array_merge($params, $optParams);
1005
-    return $this->call('get', array($params), "Google_Service_SQLAdmin_DatabaseInstance");
1003
+	$params = array('project' => $project, 'instance' => $instance);
1004
+	$params = array_merge($params, $optParams);
1005
+	return $this->call('get', array($params), "Google_Service_SQLAdmin_DatabaseInstance");
1006 1006
   }
1007 1007
 
1008 1008
   /**
@@ -1018,9 +1018,9 @@  discard block
 block discarded – undo
1018 1018
    */
1019 1019
   public function import($project, $instance, Google_Service_SQLAdmin_InstancesImportRequest $postBody, $optParams = array())
1020 1020
   {
1021
-    $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
1022
-    $params = array_merge($params, $optParams);
1023
-    return $this->call('import', array($params), "Google_Service_SQLAdmin_Operation");
1021
+	$params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
1022
+	$params = array_merge($params, $optParams);
1023
+	return $this->call('import', array($params), "Google_Service_SQLAdmin_Operation");
1024 1024
   }
1025 1025
 
1026 1026
   /**
@@ -1034,9 +1034,9 @@  discard block
 block discarded – undo
1034 1034
    */
1035 1035
   public function insert($project, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array())
1036 1036
   {
1037
-    $params = array('project' => $project, 'postBody' => $postBody);
1038
-    $params = array_merge($params, $optParams);
1039
-    return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
1037
+	$params = array('project' => $project, 'postBody' => $postBody);
1038
+	$params = array_merge($params, $optParams);
1039
+	return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
1040 1040
   }
1041 1041
 
1042 1042
   /**
@@ -1055,9 +1055,9 @@  discard block
 block discarded – undo
1055 1055
    */
1056 1056
   public function listInstances($project, $optParams = array())
1057 1057
   {
1058
-    $params = array('project' => $project);
1059
-    $params = array_merge($params, $optParams);
1060
-    return $this->call('list', array($params), "Google_Service_SQLAdmin_InstancesListResponse");
1058
+	$params = array('project' => $project);
1059
+	$params = array_merge($params, $optParams);
1060
+	return $this->call('list', array($params), "Google_Service_SQLAdmin_InstancesListResponse");
1061 1061
   }
1062 1062
 
1063 1063
   /**
@@ -1075,9 +1075,9 @@  discard block
 block discarded – undo
1075 1075
    */
1076 1076
   public function patch($project, $instance, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array())
1077 1077
   {
1078
-    $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
1079
-    $params = array_merge($params, $optParams);
1080
-    return $this->call('patch', array($params), "Google_Service_SQLAdmin_Operation");
1078
+	$params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
1079
+	$params = array_merge($params, $optParams);
1080
+	return $this->call('patch', array($params), "Google_Service_SQLAdmin_Operation");
1081 1081
   }
1082 1082
 
1083 1083
   /**
@@ -1091,9 +1091,9 @@  discard block
 block discarded – undo
1091 1091
    */
1092 1092
   public function promoteReplica($project, $instance, $optParams = array())
1093 1093
   {
1094
-    $params = array('project' => $project, 'instance' => $instance);
1095
-    $params = array_merge($params, $optParams);
1096
-    return $this->call('promoteReplica', array($params), "Google_Service_SQLAdmin_Operation");
1094
+	$params = array('project' => $project, 'instance' => $instance);
1095
+	$params = array_merge($params, $optParams);
1096
+	return $this->call('promoteReplica', array($params), "Google_Service_SQLAdmin_Operation");
1097 1097
   }
1098 1098
 
1099 1099
   /**
@@ -1110,9 +1110,9 @@  discard block
 block discarded – undo
1110 1110
    */
1111 1111
   public function resetSslConfig($project, $instance, $optParams = array())
1112 1112
   {
1113
-    $params = array('project' => $project, 'instance' => $instance);
1114
-    $params = array_merge($params, $optParams);
1115
-    return $this->call('resetSslConfig', array($params), "Google_Service_SQLAdmin_Operation");
1113
+	$params = array('project' => $project, 'instance' => $instance);
1114
+	$params = array_merge($params, $optParams);
1115
+	return $this->call('resetSslConfig', array($params), "Google_Service_SQLAdmin_Operation");
1116 1116
   }
1117 1117
 
1118 1118
   /**
@@ -1127,9 +1127,9 @@  discard block
 block discarded – undo
1127 1127
    */
1128 1128
   public function restart($project, $instance, $optParams = array())
1129 1129
   {
1130
-    $params = array('project' => $project, 'instance' => $instance);
1131
-    $params = array_merge($params, $optParams);
1132
-    return $this->call('restart', array($params), "Google_Service_SQLAdmin_Operation");
1130
+	$params = array('project' => $project, 'instance' => $instance);
1131
+	$params = array_merge($params, $optParams);
1132
+	return $this->call('restart', array($params), "Google_Service_SQLAdmin_Operation");
1133 1133
   }
1134 1134
 
1135 1135
   /**
@@ -1144,9 +1144,9 @@  discard block
 block discarded – undo
1144 1144
    */
1145 1145
   public function restoreBackup($project, $instance, Google_Service_SQLAdmin_InstancesRestoreBackupRequest $postBody, $optParams = array())
1146 1146
   {
1147
-    $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
1148
-    $params = array_merge($params, $optParams);
1149
-    return $this->call('restoreBackup', array($params), "Google_Service_SQLAdmin_Operation");
1147
+	$params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
1148
+	$params = array_merge($params, $optParams);
1149
+	return $this->call('restoreBackup', array($params), "Google_Service_SQLAdmin_Operation");
1150 1150
   }
1151 1151
 
1152 1152
   /**
@@ -1159,9 +1159,9 @@  discard block
 block discarded – undo
1159 1159
    */
1160 1160
   public function startReplica($project, $instance, $optParams = array())
1161 1161
   {
1162
-    $params = array('project' => $project, 'instance' => $instance);
1163
-    $params = array_merge($params, $optParams);
1164
-    return $this->call('startReplica', array($params), "Google_Service_SQLAdmin_Operation");
1162
+	$params = array('project' => $project, 'instance' => $instance);
1163
+	$params = array_merge($params, $optParams);
1164
+	return $this->call('startReplica', array($params), "Google_Service_SQLAdmin_Operation");
1165 1165
   }
1166 1166
 
1167 1167
   /**
@@ -1174,9 +1174,9 @@  discard block
 block discarded – undo
1174 1174
    */
1175 1175
   public function stopReplica($project, $instance, $optParams = array())
1176 1176
   {
1177
-    $params = array('project' => $project, 'instance' => $instance);
1178
-    $params = array_merge($params, $optParams);
1179
-    return $this->call('stopReplica', array($params), "Google_Service_SQLAdmin_Operation");
1177
+	$params = array('project' => $project, 'instance' => $instance);
1178
+	$params = array_merge($params, $optParams);
1179
+	return $this->call('stopReplica', array($params), "Google_Service_SQLAdmin_Operation");
1180 1180
   }
1181 1181
 
1182 1182
   /**
@@ -1193,9 +1193,9 @@  discard block
 block discarded – undo
1193 1193
    */
1194 1194
   public function update($project, $instance, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array())
1195 1195
   {
1196
-    $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
1197
-    $params = array_merge($params, $optParams);
1198
-    return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
1196
+	$params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
1197
+	$params = array_merge($params, $optParams);
1198
+	return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
1199 1199
   }
1200 1200
 }
1201 1201
 
@@ -1221,9 +1221,9 @@  discard block
 block discarded – undo
1221 1221
    */
1222 1222
   public function get($project, $operation, $optParams = array())
1223 1223
   {
1224
-    $params = array('project' => $project, 'operation' => $operation);
1225
-    $params = array_merge($params, $optParams);
1226
-    return $this->call('get', array($params), "Google_Service_SQLAdmin_Operation");
1224
+	$params = array('project' => $project, 'operation' => $operation);
1225
+	$params = array_merge($params, $optParams);
1226
+	return $this->call('get', array($params), "Google_Service_SQLAdmin_Operation");
1227 1227
   }
1228 1228
 
1229 1229
   /**
@@ -1243,9 +1243,9 @@  discard block
 block discarded – undo
1243 1243
    */
1244 1244
   public function listOperations($project, $instance, $optParams = array())
1245 1245
   {
1246
-    $params = array('project' => $project, 'instance' => $instance);
1247
-    $params = array_merge($params, $optParams);
1248
-    return $this->call('list', array($params), "Google_Service_SQLAdmin_OperationsListResponse");
1246
+	$params = array('project' => $project, 'instance' => $instance);
1247
+	$params = array_merge($params, $optParams);
1248
+	return $this->call('list', array($params), "Google_Service_SQLAdmin_OperationsListResponse");
1249 1249
   }
1250 1250
 }
1251 1251
 
@@ -1274,9 +1274,9 @@  discard block
 block discarded – undo
1274 1274
    */
1275 1275
   public function delete($project, $instance, $sha1Fingerprint, $optParams = array())
1276 1276
   {
1277
-    $params = array('project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint);
1278
-    $params = array_merge($params, $optParams);
1279
-    return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
1277
+	$params = array('project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint);
1278
+	$params = array_merge($params, $optParams);
1279
+	return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
1280 1280
   }
1281 1281
 
1282 1282
   /**
@@ -1293,9 +1293,9 @@  discard block
 block discarded – undo
1293 1293
    */
1294 1294
   public function get($project, $instance, $sha1Fingerprint, $optParams = array())
1295 1295
   {
1296
-    $params = array('project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint);
1297
-    $params = array_merge($params, $optParams);
1298
-    return $this->call('get', array($params), "Google_Service_SQLAdmin_SslCert");
1296
+	$params = array('project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint);
1297
+	$params = array_merge($params, $optParams);
1298
+	return $this->call('get', array($params), "Google_Service_SQLAdmin_SslCert");
1299 1299
   }
1300 1300
 
1301 1301
   /**
@@ -1313,9 +1313,9 @@  discard block
 block discarded – undo
1313 1313
    */
1314 1314
   public function insert($project, $instance, Google_Service_SQLAdmin_SslCertsInsertRequest $postBody, $optParams = array())
1315 1315
   {
1316
-    $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
1317
-    $params = array_merge($params, $optParams);
1318
-    return $this->call('insert', array($params), "Google_Service_SQLAdmin_SslCertsInsertResponse");
1316
+	$params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
1317
+	$params = array_merge($params, $optParams);
1318
+	return $this->call('insert', array($params), "Google_Service_SQLAdmin_SslCertsInsertResponse");
1319 1319
   }
1320 1320
 
1321 1321
   /**
@@ -1331,9 +1331,9 @@  discard block
 block discarded – undo
1331 1331
    */
1332 1332
   public function listSslCerts($project, $instance, $optParams = array())
1333 1333
   {
1334
-    $params = array('project' => $project, 'instance' => $instance);
1335
-    $params = array_merge($params, $optParams);
1336
-    return $this->call('list', array($params), "Google_Service_SQLAdmin_SslCertsListResponse");
1334
+	$params = array('project' => $project, 'instance' => $instance);
1335
+	$params = array_merge($params, $optParams);
1336
+	return $this->call('list', array($params), "Google_Service_SQLAdmin_SslCertsListResponse");
1337 1337
   }
1338 1338
 }
1339 1339
 
@@ -1358,9 +1358,9 @@  discard block
 block discarded – undo
1358 1358
    */
1359 1359
   public function listTiers($project, $optParams = array())
1360 1360
   {
1361
-    $params = array('project' => $project);
1362
-    $params = array_merge($params, $optParams);
1363
-    return $this->call('list', array($params), "Google_Service_SQLAdmin_TiersListResponse");
1361
+	$params = array('project' => $project);
1362
+	$params = array_merge($params, $optParams);
1363
+	return $this->call('list', array($params), "Google_Service_SQLAdmin_TiersListResponse");
1364 1364
   }
1365 1365
 }
1366 1366
 
@@ -1388,9 +1388,9 @@  discard block
 block discarded – undo
1388 1388
    */
1389 1389
   public function delete($project, $instance, $host, $name, $optParams = array())
1390 1390
   {
1391
-    $params = array('project' => $project, 'instance' => $instance, 'host' => $host, 'name' => $name);
1392
-    $params = array_merge($params, $optParams);
1393
-    return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
1391
+	$params = array('project' => $project, 'instance' => $instance, 'host' => $host, 'name' => $name);
1392
+	$params = array_merge($params, $optParams);
1393
+	return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
1394 1394
   }
1395 1395
 
1396 1396
   /**
@@ -1405,9 +1405,9 @@  discard block
 block discarded – undo
1405 1405
    */
1406 1406
   public function insert($project, $instance, Google_Service_SQLAdmin_User $postBody, $optParams = array())
1407 1407
   {
1408
-    $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
1409
-    $params = array_merge($params, $optParams);
1410
-    return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
1408
+	$params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
1409
+	$params = array_merge($params, $optParams);
1410
+	return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
1411 1411
   }
1412 1412
 
1413 1413
   /**
@@ -1421,9 +1421,9 @@  discard block
 block discarded – undo
1421 1421
    */
1422 1422
   public function listUsers($project, $instance, $optParams = array())
1423 1423
   {
1424
-    $params = array('project' => $project, 'instance' => $instance);
1425
-    $params = array_merge($params, $optParams);
1426
-    return $this->call('list', array($params), "Google_Service_SQLAdmin_UsersListResponse");
1424
+	$params = array('project' => $project, 'instance' => $instance);
1425
+	$params = array_merge($params, $optParams);
1426
+	return $this->call('list', array($params), "Google_Service_SQLAdmin_UsersListResponse");
1427 1427
   }
1428 1428
 
1429 1429
   /**
@@ -1440,9 +1440,9 @@  discard block
 block discarded – undo
1440 1440
    */
1441 1441
   public function update($project, $instance, $host, $name, Google_Service_SQLAdmin_User $postBody, $optParams = array())
1442 1442
   {
1443
-    $params = array('project' => $project, 'instance' => $instance, 'host' => $host, 'name' => $name, 'postBody' => $postBody);
1444
-    $params = array_merge($params, $optParams);
1445
-    return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
1443
+	$params = array('project' => $project, 'instance' => $instance, 'host' => $host, 'name' => $name, 'postBody' => $postBody);
1444
+	$params = array_merge($params, $optParams);
1445
+	return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
1446 1446
   }
1447 1447
 }
1448 1448
 
@@ -1461,35 +1461,35 @@  discard block
 block discarded – undo
1461 1461
 
1462 1462
   public function setExpirationTime($expirationTime)
1463 1463
   {
1464
-    $this->expirationTime = $expirationTime;
1464
+	$this->expirationTime = $expirationTime;
1465 1465
   }
1466 1466
   public function getExpirationTime()
1467 1467
   {
1468
-    return $this->expirationTime;
1468
+	return $this->expirationTime;
1469 1469
   }
1470 1470
   public function setKind($kind)
1471 1471
   {
1472
-    $this->kind = $kind;
1472
+	$this->kind = $kind;
1473 1473
   }
1474 1474
   public function getKind()
1475 1475
   {
1476
-    return $this->kind;
1476
+	return $this->kind;
1477 1477
   }
1478 1478
   public function setName($name)
1479 1479
   {
1480
-    $this->name = $name;
1480
+	$this->name = $name;
1481 1481
   }
1482 1482
   public function getName()
1483 1483
   {
1484
-    return $this->name;
1484
+	return $this->name;
1485 1485
   }
1486 1486
   public function setValue($value)
1487 1487
   {
1488
-    $this->value = $value;
1488
+	$this->value = $value;
1489 1489
   }
1490 1490
   public function getValue()
1491 1491
   {
1492
-    return $this->value;
1492
+	return $this->value;
1493 1493
   }
1494 1494
 }
1495 1495
 
@@ -1505,35 +1505,35 @@  discard block
 block discarded – undo
1505 1505
 
1506 1506
   public function setBinaryLogEnabled($binaryLogEnabled)
1507 1507
   {
1508
-    $this->binaryLogEnabled = $binaryLogEnabled;
1508
+	$this->binaryLogEnabled = $binaryLogEnabled;
1509 1509
   }
1510 1510
   public function getBinaryLogEnabled()
1511 1511
   {
1512
-    return $this->binaryLogEnabled;
1512
+	return $this->binaryLogEnabled;
1513 1513
   }
1514 1514
   public function setEnabled($enabled)
1515 1515
   {
1516
-    $this->enabled = $enabled;
1516
+	$this->enabled = $enabled;
1517 1517
   }
1518 1518
   public function getEnabled()
1519 1519
   {
1520
-    return $this->enabled;
1520
+	return $this->enabled;
1521 1521
   }
1522 1522
   public function setKind($kind)
1523 1523
   {
1524
-    $this->kind = $kind;
1524
+	$this->kind = $kind;
1525 1525
   }
1526 1526
   public function getKind()
1527 1527
   {
1528
-    return $this->kind;
1528
+	return $this->kind;
1529 1529
   }
1530 1530
   public function setStartTime($startTime)
1531 1531
   {
1532
-    $this->startTime = $startTime;
1532
+	$this->startTime = $startTime;
1533 1533
   }
1534 1534
   public function getStartTime()
1535 1535
   {
1536
-    return $this->startTime;
1536
+	return $this->startTime;
1537 1537
   }
1538 1538
 }
1539 1539
 
@@ -1556,83 +1556,83 @@  discard block
 block discarded – undo
1556 1556
 
1557 1557
   public function setEndTime($endTime)
1558 1558
   {
1559
-    $this->endTime = $endTime;
1559
+	$this->endTime = $endTime;
1560 1560
   }
1561 1561
   public function getEndTime()
1562 1562
   {
1563
-    return $this->endTime;
1563
+	return $this->endTime;
1564 1564
   }
1565 1565
   public function setEnqueuedTime($enqueuedTime)
1566 1566
   {
1567
-    $this->enqueuedTime = $enqueuedTime;
1567
+	$this->enqueuedTime = $enqueuedTime;
1568 1568
   }
1569 1569
   public function getEnqueuedTime()
1570 1570
   {
1571
-    return $this->enqueuedTime;
1571
+	return $this->enqueuedTime;
1572 1572
   }
1573 1573
   public function setError(Google_Service_SQLAdmin_OperationError $error)
1574 1574
   {
1575
-    $this->error = $error;
1575
+	$this->error = $error;
1576 1576
   }
1577 1577
   public function getError()
1578 1578
   {
1579
-    return $this->error;
1579
+	return $this->error;
1580 1580
   }
1581 1581
   public function setId($id)
1582 1582
   {
1583
-    $this->id = $id;
1583
+	$this->id = $id;
1584 1584
   }
1585 1585
   public function getId()
1586 1586
   {
1587
-    return $this->id;
1587
+	return $this->id;
1588 1588
   }
1589 1589
   public function setInstance($instance)
1590 1590
   {
1591
-    $this->instance = $instance;
1591
+	$this->instance = $instance;
1592 1592
   }
1593 1593
   public function getInstance()
1594 1594
   {
1595
-    return $this->instance;
1595
+	return $this->instance;
1596 1596
   }
1597 1597
   public function setKind($kind)
1598 1598
   {
1599
-    $this->kind = $kind;
1599
+	$this->kind = $kind;
1600 1600
   }
1601 1601
   public function getKind()
1602 1602
   {
1603
-    return $this->kind;
1603
+	return $this->kind;
1604 1604
   }
1605 1605
   public function setSelfLink($selfLink)
1606 1606
   {
1607
-    $this->selfLink = $selfLink;
1607
+	$this->selfLink = $selfLink;
1608 1608
   }
1609 1609
   public function getSelfLink()
1610 1610
   {
1611
-    return $this->selfLink;
1611
+	return $this->selfLink;
1612 1612
   }
1613 1613
   public function setStartTime($startTime)
1614 1614
   {
1615
-    $this->startTime = $startTime;
1615
+	$this->startTime = $startTime;
1616 1616
   }
1617 1617
   public function getStartTime()
1618 1618
   {
1619
-    return $this->startTime;
1619
+	return $this->startTime;
1620 1620
   }
1621 1621
   public function setStatus($status)
1622 1622
   {
1623
-    $this->status = $status;
1623
+	$this->status = $status;
1624 1624
   }
1625 1625
   public function getStatus()
1626 1626
   {
1627
-    return $this->status;
1627
+	return $this->status;
1628 1628
   }
1629 1629
   public function setWindowStartTime($windowStartTime)
1630 1630
   {
1631
-    $this->windowStartTime = $windowStartTime;
1631
+	$this->windowStartTime = $windowStartTime;
1632 1632
   }
1633 1633
   public function getWindowStartTime()
1634 1634
   {
1635
-    return $this->windowStartTime;
1635
+	return $this->windowStartTime;
1636 1636
   }
1637 1637
 }
1638 1638
 
@@ -1649,27 +1649,27 @@  discard block
 block discarded – undo
1649 1649
 
1650 1650
   public function setItems($items)
1651 1651
   {
1652
-    $this->items = $items;
1652
+	$this->items = $items;
1653 1653
   }
1654 1654
   public function getItems()
1655 1655
   {
1656
-    return $this->items;
1656
+	return $this->items;
1657 1657
   }
1658 1658
   public function setKind($kind)
1659 1659
   {
1660
-    $this->kind = $kind;
1660
+	$this->kind = $kind;
1661 1661
   }
1662 1662
   public function getKind()
1663 1663
   {
1664
-    return $this->kind;
1664
+	return $this->kind;
1665 1665
   }
1666 1666
   public function setNextPageToken($nextPageToken)
1667 1667
   {
1668
-    $this->nextPageToken = $nextPageToken;
1668
+	$this->nextPageToken = $nextPageToken;
1669 1669
   }
1670 1670
   public function getNextPageToken()
1671 1671
   {
1672
-    return $this->nextPageToken;
1672
+	return $this->nextPageToken;
1673 1673
   }
1674 1674
 }
1675 1675
 
@@ -1684,27 +1684,27 @@  discard block
 block discarded – undo
1684 1684
 
1685 1685
   public function setBinLogFileName($binLogFileName)
1686 1686
   {
1687
-    $this->binLogFileName = $binLogFileName;
1687
+	$this->binLogFileName = $binLogFileName;
1688 1688
   }
1689 1689
   public function getBinLogFileName()
1690 1690
   {
1691
-    return $this->binLogFileName;
1691
+	return $this->binLogFileName;
1692 1692
   }
1693 1693
   public function setBinLogPosition($binLogPosition)
1694 1694
   {
1695
-    $this->binLogPosition = $binLogPosition;
1695
+	$this->binLogPosition = $binLogPosition;
1696 1696
   }
1697 1697
   public function getBinLogPosition()
1698 1698
   {
1699
-    return $this->binLogPosition;
1699
+	return $this->binLogPosition;
1700 1700
   }
1701 1701
   public function setKind($kind)
1702 1702
   {
1703
-    $this->kind = $kind;
1703
+	$this->kind = $kind;
1704 1704
   }
1705 1705
   public function getKind()
1706 1706
   {
1707
-    return $this->kind;
1707
+	return $this->kind;
1708 1708
   }
1709 1709
 }
1710 1710
 
@@ -1720,27 +1720,27 @@  discard block
 block discarded – undo
1720 1720
 
1721 1721
   public function setBinLogCoordinates(Google_Service_SQLAdmin_BinLogCoordinates $binLogCoordinates)
1722 1722
   {
1723
-    $this->binLogCoordinates = $binLogCoordinates;
1723
+	$this->binLogCoordinates = $binLogCoordinates;
1724 1724
   }
1725 1725
   public function getBinLogCoordinates()
1726 1726
   {
1727
-    return $this->binLogCoordinates;
1727
+	return $this->binLogCoordinates;
1728 1728
   }
1729 1729
   public function setDestinationInstanceName($destinationInstanceName)
1730 1730
   {
1731
-    $this->destinationInstanceName = $destinationInstanceName;
1731
+	$this->destinationInstanceName = $destinationInstanceName;
1732 1732
   }
1733 1733
   public function getDestinationInstanceName()
1734 1734
   {
1735
-    return $this->destinationInstanceName;
1735
+	return $this->destinationInstanceName;
1736 1736
   }
1737 1737
   public function setKind($kind)
1738 1738
   {
1739
-    $this->kind = $kind;
1739
+	$this->kind = $kind;
1740 1740
   }
1741 1741
   public function getKind()
1742 1742
   {
1743
-    return $this->kind;
1743
+	return $this->kind;
1744 1744
   }
1745 1745
 }
1746 1746
 
@@ -1760,67 +1760,67 @@  discard block
 block discarded – undo
1760 1760
 
1761 1761
   public function setCharset($charset)
1762 1762
   {
1763
-    $this->charset = $charset;
1763
+	$this->charset = $charset;
1764 1764
   }
1765 1765
   public function getCharset()
1766 1766
   {
1767
-    return $this->charset;
1767
+	return $this->charset;
1768 1768
   }
1769 1769
   public function setCollation($collation)
1770 1770
   {
1771
-    $this->collation = $collation;
1771
+	$this->collation = $collation;
1772 1772
   }
1773 1773
   public function getCollation()
1774 1774
   {
1775
-    return $this->collation;
1775
+	return $this->collation;
1776 1776
   }
1777 1777
   public function setEtag($etag)
1778 1778
   {
1779
-    $this->etag = $etag;
1779
+	$this->etag = $etag;
1780 1780
   }
1781 1781
   public function getEtag()
1782 1782
   {
1783
-    return $this->etag;
1783
+	return $this->etag;
1784 1784
   }
1785 1785
   public function setInstance($instance)
1786 1786
   {
1787
-    $this->instance = $instance;
1787
+	$this->instance = $instance;
1788 1788
   }
1789 1789
   public function getInstance()
1790 1790
   {
1791
-    return $this->instance;
1791
+	return $this->instance;
1792 1792
   }
1793 1793
   public function setKind($kind)
1794 1794
   {
1795
-    $this->kind = $kind;
1795
+	$this->kind = $kind;
1796 1796
   }
1797 1797
   public function getKind()
1798 1798
   {
1799
-    return $this->kind;
1799
+	return $this->kind;
1800 1800
   }
1801 1801
   public function setName($name)
1802 1802
   {
1803
-    $this->name = $name;
1803
+	$this->name = $name;
1804 1804
   }
1805 1805
   public function getName()
1806 1806
   {
1807
-    return $this->name;
1807
+	return $this->name;
1808 1808
   }
1809 1809
   public function setProject($project)
1810 1810
   {
1811
-    $this->project = $project;
1811
+	$this->project = $project;
1812 1812
   }
1813 1813
   public function getProject()
1814 1814
   {
1815
-    return $this->project;
1815
+	return $this->project;
1816 1816
   }
1817 1817
   public function setSelfLink($selfLink)
1818 1818
   {
1819
-    $this->selfLink = $selfLink;
1819
+	$this->selfLink = $selfLink;
1820 1820
   }
1821 1821
   public function getSelfLink()
1822 1822
   {
1823
-    return $this->selfLink;
1823
+	return $this->selfLink;
1824 1824
   }
1825 1825
 }
1826 1826
 
@@ -1834,19 +1834,19 @@  discard block
 block discarded – undo
1834 1834
 
1835 1835
   public function setName($name)
1836 1836
   {
1837
-    $this->name = $name;
1837
+	$this->name = $name;
1838 1838
   }
1839 1839
   public function getName()
1840 1840
   {
1841
-    return $this->name;
1841
+	return $this->name;
1842 1842
   }
1843 1843
   public function setValue($value)
1844 1844
   {
1845
-    $this->value = $value;
1845
+	$this->value = $value;
1846 1846
   }
1847 1847
   public function getValue()
1848 1848
   {
1849
-    return $this->value;
1849
+	return $this->value;
1850 1850
   }
1851 1851
 }
1852 1852
 
@@ -1884,163 +1884,163 @@  discard block
 block discarded – undo
1884 1884
 
1885 1885
   public function setCurrentDiskSize($currentDiskSize)
1886 1886
   {
1887
-    $this->currentDiskSize = $currentDiskSize;
1887
+	$this->currentDiskSize = $currentDiskSize;
1888 1888
   }
1889 1889
   public function getCurrentDiskSize()
1890 1890
   {
1891
-    return $this->currentDiskSize;
1891
+	return $this->currentDiskSize;
1892 1892
   }
1893 1893
   public function setDatabaseVersion($databaseVersion)
1894 1894
   {
1895
-    $this->databaseVersion = $databaseVersion;
1895
+	$this->databaseVersion = $databaseVersion;
1896 1896
   }
1897 1897
   public function getDatabaseVersion()
1898 1898
   {
1899
-    return $this->databaseVersion;
1899
+	return $this->databaseVersion;
1900 1900
   }
1901 1901
   public function setEtag($etag)
1902 1902
   {
1903
-    $this->etag = $etag;
1903
+	$this->etag = $etag;
1904 1904
   }
1905 1905
   public function getEtag()
1906 1906
   {
1907
-    return $this->etag;
1907
+	return $this->etag;
1908 1908
   }
1909 1909
   public function setInstanceType($instanceType)
1910 1910
   {
1911
-    $this->instanceType = $instanceType;
1911
+	$this->instanceType = $instanceType;
1912 1912
   }
1913 1913
   public function getInstanceType()
1914 1914
   {
1915
-    return $this->instanceType;
1915
+	return $this->instanceType;
1916 1916
   }
1917 1917
   public function setIpAddresses($ipAddresses)
1918 1918
   {
1919
-    $this->ipAddresses = $ipAddresses;
1919
+	$this->ipAddresses = $ipAddresses;
1920 1920
   }
1921 1921
   public function getIpAddresses()
1922 1922
   {
1923
-    return $this->ipAddresses;
1923
+	return $this->ipAddresses;
1924 1924
   }
1925 1925
   public function setIpv6Address($ipv6Address)
1926 1926
   {
1927
-    $this->ipv6Address = $ipv6Address;
1927
+	$this->ipv6Address = $ipv6Address;
1928 1928
   }
1929 1929
   public function getIpv6Address()
1930 1930
   {
1931
-    return $this->ipv6Address;
1931
+	return $this->ipv6Address;
1932 1932
   }
1933 1933
   public function setKind($kind)
1934 1934
   {
1935
-    $this->kind = $kind;
1935
+	$this->kind = $kind;
1936 1936
   }
1937 1937
   public function getKind()
1938 1938
   {
1939
-    return $this->kind;
1939
+	return $this->kind;
1940 1940
   }
1941 1941
   public function setMasterInstanceName($masterInstanceName)
1942 1942
   {
1943
-    $this->masterInstanceName = $masterInstanceName;
1943
+	$this->masterInstanceName = $masterInstanceName;
1944 1944
   }
1945 1945
   public function getMasterInstanceName()
1946 1946
   {
1947
-    return $this->masterInstanceName;
1947
+	return $this->masterInstanceName;
1948 1948
   }
1949 1949
   public function setMaxDiskSize($maxDiskSize)
1950 1950
   {
1951
-    $this->maxDiskSize = $maxDiskSize;
1951
+	$this->maxDiskSize = $maxDiskSize;
1952 1952
   }
1953 1953
   public function getMaxDiskSize()
1954 1954
   {
1955
-    return $this->maxDiskSize;
1955
+	return $this->maxDiskSize;
1956 1956
   }
1957 1957
   public function setName($name)
1958 1958
   {
1959
-    $this->name = $name;
1959
+	$this->name = $name;
1960 1960
   }
1961 1961
   public function getName()
1962 1962
   {
1963
-    return $this->name;
1963
+	return $this->name;
1964 1964
   }
1965 1965
   public function setOnPremisesConfiguration(Google_Service_SQLAdmin_OnPremisesConfiguration $onPremisesConfiguration)
1966 1966
   {
1967
-    $this->onPremisesConfiguration = $onPremisesConfiguration;
1967
+	$this->onPremisesConfiguration = $onPremisesConfiguration;
1968 1968
   }
1969 1969
   public function getOnPremisesConfiguration()
1970 1970
   {
1971
-    return $this->onPremisesConfiguration;
1971
+	return $this->onPremisesConfiguration;
1972 1972
   }
1973 1973
   public function setProject($project)
1974 1974
   {
1975
-    $this->project = $project;
1975
+	$this->project = $project;
1976 1976
   }
1977 1977
   public function getProject()
1978 1978
   {
1979
-    return $this->project;
1979
+	return $this->project;
1980 1980
   }
1981 1981
   public function setRegion($region)
1982 1982
   {
1983
-    $this->region = $region;
1983
+	$this->region = $region;
1984 1984
   }
1985 1985
   public function getRegion()
1986 1986
   {
1987
-    return $this->region;
1987
+	return $this->region;
1988 1988
   }
1989 1989
   public function setReplicaConfiguration(Google_Service_SQLAdmin_ReplicaConfiguration $replicaConfiguration)
1990 1990
   {
1991
-    $this->replicaConfiguration = $replicaConfiguration;
1991
+	$this->replicaConfiguration = $replicaConfiguration;
1992 1992
   }
1993 1993
   public function getReplicaConfiguration()
1994 1994
   {
1995
-    return $this->replicaConfiguration;
1995
+	return $this->replicaConfiguration;
1996 1996
   }
1997 1997
   public function setReplicaNames($replicaNames)
1998 1998
   {
1999
-    $this->replicaNames = $replicaNames;
1999
+	$this->replicaNames = $replicaNames;
2000 2000
   }
2001 2001
   public function getReplicaNames()
2002 2002
   {
2003
-    return $this->replicaNames;
2003
+	return $this->replicaNames;
2004 2004
   }
2005 2005
   public function setSelfLink($selfLink)
2006 2006
   {
2007
-    $this->selfLink = $selfLink;
2007
+	$this->selfLink = $selfLink;
2008 2008
   }
2009 2009
   public function getSelfLink()
2010 2010
   {
2011
-    return $this->selfLink;
2011
+	return $this->selfLink;
2012 2012
   }
2013 2013
   public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert)
2014 2014
   {
2015
-    $this->serverCaCert = $serverCaCert;
2015
+	$this->serverCaCert = $serverCaCert;
2016 2016
   }
2017 2017
   public function getServerCaCert()
2018 2018
   {
2019
-    return $this->serverCaCert;
2019
+	return $this->serverCaCert;
2020 2020
   }
2021 2021
   public function setServiceAccountEmailAddress($serviceAccountEmailAddress)
2022 2022
   {
2023
-    $this->serviceAccountEmailAddress = $serviceAccountEmailAddress;
2023
+	$this->serviceAccountEmailAddress = $serviceAccountEmailAddress;
2024 2024
   }
2025 2025
   public function getServiceAccountEmailAddress()
2026 2026
   {
2027
-    return $this->serviceAccountEmailAddress;
2027
+	return $this->serviceAccountEmailAddress;
2028 2028
   }
2029 2029
   public function setSettings(Google_Service_SQLAdmin_Settings $settings)
2030 2030
   {
2031
-    $this->settings = $settings;
2031
+	$this->settings = $settings;
2032 2032
   }
2033 2033
   public function getSettings()
2034 2034
   {
2035
-    return $this->settings;
2035
+	return $this->settings;
2036 2036
   }
2037 2037
   public function setState($state)
2038 2038
   {
2039
-    $this->state = $state;
2039
+	$this->state = $state;
2040 2040
   }
2041 2041
   public function getState()
2042 2042
   {
2043
-    return $this->state;
2043
+	return $this->state;
2044 2044
   }
2045 2045
 }
2046 2046
 
@@ -2056,19 +2056,19 @@  discard block
 block discarded – undo
2056 2056
 
2057 2057
   public function setItems($items)
2058 2058
   {
2059
-    $this->items = $items;
2059
+	$this->items = $items;
2060 2060
   }
2061 2061
   public function getItems()
2062 2062
   {
2063
-    return $this->items;
2063
+	return $this->items;
2064 2064
   }
2065 2065
   public function setKind($kind)
2066 2066
   {
2067
-    $this->kind = $kind;
2067
+	$this->kind = $kind;
2068 2068
   }
2069 2069
   public function getKind()
2070 2070
   {
2071
-    return $this->kind;
2071
+	return $this->kind;
2072 2072
   }
2073 2073
 }
2074 2074
 
@@ -2089,51 +2089,51 @@  discard block
 block discarded – undo
2089 2089
 
2090 2090
   public function setCsvExportOptions(Google_Service_SQLAdmin_ExportContextCsvExportOptions $csvExportOptions)
2091 2091
   {
2092
-    $this->csvExportOptions = $csvExportOptions;
2092
+	$this->csvExportOptions = $csvExportOptions;
2093 2093
   }
2094 2094
   public function getCsvExportOptions()
2095 2095
   {
2096
-    return $this->csvExportOptions;
2096
+	return $this->csvExportOptions;
2097 2097
   }
2098 2098
   public function setDatabases($databases)
2099 2099
   {
2100
-    $this->databases = $databases;
2100
+	$this->databases = $databases;
2101 2101
   }
2102 2102
   public function getDatabases()
2103 2103
   {
2104
-    return $this->databases;
2104
+	return $this->databases;
2105 2105
   }
2106 2106
   public function setFileType($fileType)
2107 2107
   {
2108
-    $this->fileType = $fileType;
2108
+	$this->fileType = $fileType;
2109 2109
   }
2110 2110
   public function getFileType()
2111 2111
   {
2112
-    return $this->fileType;
2112
+	return $this->fileType;
2113 2113
   }
2114 2114
   public function setKind($kind)
2115 2115
   {
2116
-    $this->kind = $kind;
2116
+	$this->kind = $kind;
2117 2117
   }
2118 2118
   public function getKind()
2119 2119
   {
2120
-    return $this->kind;
2120
+	return $this->kind;
2121 2121
   }
2122 2122
   public function setSqlExportOptions(Google_Service_SQLAdmin_ExportContextSqlExportOptions $sqlExportOptions)
2123 2123
   {
2124
-    $this->sqlExportOptions = $sqlExportOptions;
2124
+	$this->sqlExportOptions = $sqlExportOptions;
2125 2125
   }
2126 2126
   public function getSqlExportOptions()
2127 2127
   {
2128
-    return $this->sqlExportOptions;
2128
+	return $this->sqlExportOptions;
2129 2129
   }
2130 2130
   public function setUri($uri)
2131 2131
   {
2132
-    $this->uri = $uri;
2132
+	$this->uri = $uri;
2133 2133
   }
2134 2134
   public function getUri()
2135 2135
   {
2136
-    return $this->uri;
2136
+	return $this->uri;
2137 2137
   }
2138 2138
 }
2139 2139
 
@@ -2146,11 +2146,11 @@  discard block
 block discarded – undo
2146 2146
 
2147 2147
   public function setSelectQuery($selectQuery)
2148 2148
   {
2149
-    $this->selectQuery = $selectQuery;
2149
+	$this->selectQuery = $selectQuery;
2150 2150
   }
2151 2151
   public function getSelectQuery()
2152 2152
   {
2153
-    return $this->selectQuery;
2153
+	return $this->selectQuery;
2154 2154
   }
2155 2155
 }
2156 2156
 
@@ -2164,11 +2164,11 @@  discard block
 block discarded – undo
2164 2164
 
2165 2165
   public function setTables($tables)
2166 2166
   {
2167
-    $this->tables = $tables;
2167
+	$this->tables = $tables;
2168 2168
   }
2169 2169
   public function getTables()
2170 2170
   {
2171
-    return $this->tables;
2171
+	return $this->tables;
2172 2172
   }
2173 2173
 }
2174 2174
 
@@ -2188,59 +2188,59 @@  discard block
 block discarded – undo
2188 2188
 
2189 2189
   public function setAllowedStringValues($allowedStringValues)
2190 2190
   {
2191
-    $this->allowedStringValues = $allowedStringValues;
2191
+	$this->allowedStringValues = $allowedStringValues;
2192 2192
   }
2193 2193
   public function getAllowedStringValues()
2194 2194
   {
2195
-    return $this->allowedStringValues;
2195
+	return $this->allowedStringValues;
2196 2196
   }
2197 2197
   public function setAppliesTo($appliesTo)
2198 2198
   {
2199
-    $this->appliesTo = $appliesTo;
2199
+	$this->appliesTo = $appliesTo;
2200 2200
   }
2201 2201
   public function getAppliesTo()
2202 2202
   {
2203
-    return $this->appliesTo;
2203
+	return $this->appliesTo;
2204 2204
   }
2205 2205
   public function setKind($kind)
2206 2206
   {
2207
-    $this->kind = $kind;
2207
+	$this->kind = $kind;
2208 2208
   }
2209 2209
   public function getKind()
2210 2210
   {
2211
-    return $this->kind;
2211
+	return $this->kind;
2212 2212
   }
2213 2213
   public function setMaxValue($maxValue)
2214 2214
   {
2215
-    $this->maxValue = $maxValue;
2215
+	$this->maxValue = $maxValue;
2216 2216
   }
2217 2217
   public function getMaxValue()
2218 2218
   {
2219
-    return $this->maxValue;
2219
+	return $this->maxValue;
2220 2220
   }
2221 2221
   public function setMinValue($minValue)
2222 2222
   {
2223
-    $this->minValue = $minValue;
2223
+	$this->minValue = $minValue;
2224 2224
   }
2225 2225
   public function getMinValue()
2226 2226
   {
2227
-    return $this->minValue;
2227
+	return $this->minValue;
2228 2228
   }
2229 2229
   public function setName($name)
2230 2230
   {
2231
-    $this->name = $name;
2231
+	$this->name = $name;
2232 2232
   }
2233 2233
   public function getName()
2234 2234
   {
2235
-    return $this->name;
2235
+	return $this->name;
2236 2236
   }
2237 2237
   public function setType($type)
2238 2238
   {
2239
-    $this->type = $type;
2239
+	$this->type = $type;
2240 2240
   }
2241 2241
   public function getType()
2242 2242
   {
2243
-    return $this->type;
2243
+	return $this->type;
2244 2244
   }
2245 2245
 }
2246 2246
 
@@ -2256,19 +2256,19 @@  discard block
 block discarded – undo
2256 2256
 
2257 2257
   public function setItems($items)
2258 2258
   {
2259
-    $this->items = $items;
2259
+	$this->items = $items;
2260 2260
   }
2261 2261
   public function getItems()
2262 2262
   {
2263
-    return $this->items;
2263
+	return $this->items;
2264 2264
   }
2265 2265
   public function setKind($kind)
2266 2266
   {
2267
-    $this->kind = $kind;
2267
+	$this->kind = $kind;
2268 2268
   }
2269 2269
   public function getKind()
2270 2270
   {
2271
-    return $this->kind;
2271
+	return $this->kind;
2272 2272
   }
2273 2273
 }
2274 2274
 
@@ -2286,43 +2286,43 @@  discard block
 block discarded – undo
2286 2286
 
2287 2287
   public function setCsvImportOptions(Google_Service_SQLAdmin_ImportContextCsvImportOptions $csvImportOptions)
2288 2288
   {
2289
-    $this->csvImportOptions = $csvImportOptions;
2289
+	$this->csvImportOptions = $csvImportOptions;
2290 2290
   }
2291 2291
   public function getCsvImportOptions()
2292 2292
   {
2293
-    return $this->csvImportOptions;
2293
+	return $this->csvImportOptions;
2294 2294
   }
2295 2295
   public function setDatabase($database)
2296 2296
   {
2297
-    $this->database = $database;
2297
+	$this->database = $database;
2298 2298
   }
2299 2299
   public function getDatabase()
2300 2300
   {
2301
-    return $this->database;
2301
+	return $this->database;
2302 2302
   }
2303 2303
   public function setFileType($fileType)
2304 2304
   {
2305
-    $this->fileType = $fileType;
2305
+	$this->fileType = $fileType;
2306 2306
   }
2307 2307
   public function getFileType()
2308 2308
   {
2309
-    return $this->fileType;
2309
+	return $this->fileType;
2310 2310
   }
2311 2311
   public function setKind($kind)
2312 2312
   {
2313
-    $this->kind = $kind;
2313
+	$this->kind = $kind;
2314 2314
   }
2315 2315
   public function getKind()
2316 2316
   {
2317
-    return $this->kind;
2317
+	return $this->kind;
2318 2318
   }
2319 2319
   public function setUri($uri)
2320 2320
   {
2321
-    $this->uri = $uri;
2321
+	$this->uri = $uri;
2322 2322
   }
2323 2323
   public function getUri()
2324 2324
   {
2325
-    return $this->uri;
2325
+	return $this->uri;
2326 2326
   }
2327 2327
 }
2328 2328
 
@@ -2337,19 +2337,19 @@  discard block
 block discarded – undo
2337 2337
 
2338 2338
   public function setColumns($columns)
2339 2339
   {
2340
-    $this->columns = $columns;
2340
+	$this->columns = $columns;
2341 2341
   }
2342 2342
   public function getColumns()
2343 2343
   {
2344
-    return $this->columns;
2344
+	return $this->columns;
2345 2345
   }
2346 2346
   public function setTable($table)
2347 2347
   {
2348
-    $this->table = $table;
2348
+	$this->table = $table;
2349 2349
   }
2350 2350
   public function getTable()
2351 2351
   {
2352
-    return $this->table;
2352
+	return $this->table;
2353 2353
   }
2354 2354
 }
2355 2355
 
@@ -2363,11 +2363,11 @@  discard block
 block discarded – undo
2363 2363
 
2364 2364
   public function setCloneContext(Google_Service_SQLAdmin_CloneContext $cloneContext)
2365 2365
   {
2366
-    $this->cloneContext = $cloneContext;
2366
+	$this->cloneContext = $cloneContext;
2367 2367
   }
2368 2368
   public function getCloneContext()
2369 2369
   {
2370
-    return $this->cloneContext;
2370
+	return $this->cloneContext;
2371 2371
   }
2372 2372
 }
2373 2373
 
@@ -2381,11 +2381,11 @@  discard block
 block discarded – undo
2381 2381
 
2382 2382
   public function setExportContext(Google_Service_SQLAdmin_ExportContext $exportContext)
2383 2383
   {
2384
-    $this->exportContext = $exportContext;
2384
+	$this->exportContext = $exportContext;
2385 2385
   }
2386 2386
   public function getExportContext()
2387 2387
   {
2388
-    return $this->exportContext;
2388
+	return $this->exportContext;
2389 2389
   }
2390 2390
 }
2391 2391
 
@@ -2399,11 +2399,11 @@  discard block
 block discarded – undo
2399 2399
 
2400 2400
   public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext)
2401 2401
   {
2402
-    $this->importContext = $importContext;
2402
+	$this->importContext = $importContext;
2403 2403
   }
2404 2404
   public function getImportContext()
2405 2405
   {
2406
-    return $this->importContext;
2406
+	return $this->importContext;
2407 2407
   }
2408 2408
 }
2409 2409
 
@@ -2420,27 +2420,27 @@  discard block
 block discarded – undo
2420 2420
 
2421 2421
   public function setItems($items)
2422 2422
   {
2423
-    $this->items = $items;
2423
+	$this->items = $items;
2424 2424
   }
2425 2425
   public function getItems()
2426 2426
   {
2427
-    return $this->items;
2427
+	return $this->items;
2428 2428
   }
2429 2429
   public function setKind($kind)
2430 2430
   {
2431
-    $this->kind = $kind;
2431
+	$this->kind = $kind;
2432 2432
   }
2433 2433
   public function getKind()
2434 2434
   {
2435
-    return $this->kind;
2435
+	return $this->kind;
2436 2436
   }
2437 2437
   public function setNextPageToken($nextPageToken)
2438 2438
   {
2439
-    $this->nextPageToken = $nextPageToken;
2439
+	$this->nextPageToken = $nextPageToken;
2440 2440
   }
2441 2441
   public function getNextPageToken()
2442 2442
   {
2443
-    return $this->nextPageToken;
2443
+	return $this->nextPageToken;
2444 2444
   }
2445 2445
 }
2446 2446
 
@@ -2454,11 +2454,11 @@  discard block
 block discarded – undo
2454 2454
 
2455 2455
   public function setRestoreBackupContext(Google_Service_SQLAdmin_RestoreBackupContext $restoreBackupContext)
2456 2456
   {
2457
-    $this->restoreBackupContext = $restoreBackupContext;
2457
+	$this->restoreBackupContext = $restoreBackupContext;
2458 2458
   }
2459 2459
   public function getRestoreBackupContext()
2460 2460
   {
2461
-    return $this->restoreBackupContext;
2461
+	return $this->restoreBackupContext;
2462 2462
   }
2463 2463
 }
2464 2464
 
@@ -2475,27 +2475,27 @@  discard block
 block discarded – undo
2475 2475
 
2476 2476
   public function setAuthorizedNetworks($authorizedNetworks)
2477 2477
   {
2478
-    $this->authorizedNetworks = $authorizedNetworks;
2478
+	$this->authorizedNetworks = $authorizedNetworks;
2479 2479
   }
2480 2480
   public function getAuthorizedNetworks()
2481 2481
   {
2482
-    return $this->authorizedNetworks;
2482
+	return $this->authorizedNetworks;
2483 2483
   }
2484 2484
   public function setIpv4Enabled($ipv4Enabled)
2485 2485
   {
2486
-    $this->ipv4Enabled = $ipv4Enabled;
2486
+	$this->ipv4Enabled = $ipv4Enabled;
2487 2487
   }
2488 2488
   public function getIpv4Enabled()
2489 2489
   {
2490
-    return $this->ipv4Enabled;
2490
+	return $this->ipv4Enabled;
2491 2491
   }
2492 2492
   public function setRequireSsl($requireSsl)
2493 2493
   {
2494
-    $this->requireSsl = $requireSsl;
2494
+	$this->requireSsl = $requireSsl;
2495 2495
   }
2496 2496
   public function getRequireSsl()
2497 2497
   {
2498
-    return $this->requireSsl;
2498
+	return $this->requireSsl;
2499 2499
   }
2500 2500
 }
2501 2501
 
@@ -2509,19 +2509,19 @@  discard block
 block discarded – undo
2509 2509
 
2510 2510
   public function setIpAddress($ipAddress)
2511 2511
   {
2512
-    $this->ipAddress = $ipAddress;
2512
+	$this->ipAddress = $ipAddress;
2513 2513
   }
2514 2514
   public function getIpAddress()
2515 2515
   {
2516
-    return $this->ipAddress;
2516
+	return $this->ipAddress;
2517 2517
   }
2518 2518
   public function setTimeToRetire($timeToRetire)
2519 2519
   {
2520
-    $this->timeToRetire = $timeToRetire;
2520
+	$this->timeToRetire = $timeToRetire;
2521 2521
   }
2522 2522
   public function getTimeToRetire()
2523 2523
   {
2524
-    return $this->timeToRetire;
2524
+	return $this->timeToRetire;
2525 2525
   }
2526 2526
 }
2527 2527
 
@@ -2536,27 +2536,27 @@  discard block
 block discarded – undo
2536 2536
 
2537 2537
   public function setFollowGaeApplication($followGaeApplication)
2538 2538
   {
2539
-    $this->followGaeApplication = $followGaeApplication;
2539
+	$this->followGaeApplication = $followGaeApplication;
2540 2540
   }
2541 2541
   public function getFollowGaeApplication()
2542 2542
   {
2543
-    return $this->followGaeApplication;
2543
+	return $this->followGaeApplication;
2544 2544
   }
2545 2545
   public function setKind($kind)
2546 2546
   {
2547
-    $this->kind = $kind;
2547
+	$this->kind = $kind;
2548 2548
   }
2549 2549
   public function getKind()
2550 2550
   {
2551
-    return $this->kind;
2551
+	return $this->kind;
2552 2552
   }
2553 2553
   public function setZone($zone)
2554 2554
   {
2555
-    $this->zone = $zone;
2555
+	$this->zone = $zone;
2556 2556
   }
2557 2557
   public function getZone()
2558 2558
   {
2559
-    return $this->zone;
2559
+	return $this->zone;
2560 2560
   }
2561 2561
 }
2562 2562
 
@@ -2579,91 +2579,91 @@  discard block
 block discarded – undo
2579 2579
 
2580 2580
   public function setCaCertificate($caCertificate)
2581 2581
   {
2582
-    $this->caCertificate = $caCertificate;
2582
+	$this->caCertificate = $caCertificate;
2583 2583
   }
2584 2584
   public function getCaCertificate()
2585 2585
   {
2586
-    return $this->caCertificate;
2586
+	return $this->caCertificate;
2587 2587
   }
2588 2588
   public function setClientCertificate($clientCertificate)
2589 2589
   {
2590
-    $this->clientCertificate = $clientCertificate;
2590
+	$this->clientCertificate = $clientCertificate;
2591 2591
   }
2592 2592
   public function getClientCertificate()
2593 2593
   {
2594
-    return $this->clientCertificate;
2594
+	return $this->clientCertificate;
2595 2595
   }
2596 2596
   public function setClientKey($clientKey)
2597 2597
   {
2598
-    $this->clientKey = $clientKey;
2598
+	$this->clientKey = $clientKey;
2599 2599
   }
2600 2600
   public function getClientKey()
2601 2601
   {
2602
-    return $this->clientKey;
2602
+	return $this->clientKey;
2603 2603
   }
2604 2604
   public function setConnectRetryInterval($connectRetryInterval)
2605 2605
   {
2606
-    $this->connectRetryInterval = $connectRetryInterval;
2606
+	$this->connectRetryInterval = $connectRetryInterval;
2607 2607
   }
2608 2608
   public function getConnectRetryInterval()
2609 2609
   {
2610
-    return $this->connectRetryInterval;
2610
+	return $this->connectRetryInterval;
2611 2611
   }
2612 2612
   public function setDumpFilePath($dumpFilePath)
2613 2613
   {
2614
-    $this->dumpFilePath = $dumpFilePath;
2614
+	$this->dumpFilePath = $dumpFilePath;
2615 2615
   }
2616 2616
   public function getDumpFilePath()
2617 2617
   {
2618
-    return $this->dumpFilePath;
2618
+	return $this->dumpFilePath;
2619 2619
   }
2620 2620
   public function setKind($kind)
2621 2621
   {
2622
-    $this->kind = $kind;
2622
+	$this->kind = $kind;
2623 2623
   }
2624 2624
   public function getKind()
2625 2625
   {
2626
-    return $this->kind;
2626
+	return $this->kind;
2627 2627
   }
2628 2628
   public function setMasterHeartbeatPeriod($masterHeartbeatPeriod)
2629 2629
   {
2630
-    $this->masterHeartbeatPeriod = $masterHeartbeatPeriod;
2630
+	$this->masterHeartbeatPeriod = $masterHeartbeatPeriod;
2631 2631
   }
2632 2632
   public function getMasterHeartbeatPeriod()
2633 2633
   {
2634
-    return $this->masterHeartbeatPeriod;
2634
+	return $this->masterHeartbeatPeriod;
2635 2635
   }
2636 2636
   public function setPassword($password)
2637 2637
   {
2638
-    $this->password = $password;
2638
+	$this->password = $password;
2639 2639
   }
2640 2640
   public function getPassword()
2641 2641
   {
2642
-    return $this->password;
2642
+	return $this->password;
2643 2643
   }
2644 2644
   public function setSslCipher($sslCipher)
2645 2645
   {
2646
-    $this->sslCipher = $sslCipher;
2646
+	$this->sslCipher = $sslCipher;
2647 2647
   }
2648 2648
   public function getSslCipher()
2649 2649
   {
2650
-    return $this->sslCipher;
2650
+	return $this->sslCipher;
2651 2651
   }
2652 2652
   public function setUsername($username)
2653 2653
   {
2654
-    $this->username = $username;
2654
+	$this->username = $username;
2655 2655
   }
2656 2656
   public function getUsername()
2657 2657
   {
2658
-    return $this->username;
2658
+	return $this->username;
2659 2659
   }
2660 2660
   public function setVerifyServerCertificate($verifyServerCertificate)
2661 2661
   {
2662
-    $this->verifyServerCertificate = $verifyServerCertificate;
2662
+	$this->verifyServerCertificate = $verifyServerCertificate;
2663 2663
   }
2664 2664
   public function getVerifyServerCertificate()
2665 2665
   {
2666
-    return $this->verifyServerCertificate;
2666
+	return $this->verifyServerCertificate;
2667 2667
   }
2668 2668
 }
2669 2669
 
@@ -2677,19 +2677,19 @@  discard block
 block discarded – undo
2677 2677
 
2678 2678
   public function setHostPort($hostPort)
2679 2679
   {
2680
-    $this->hostPort = $hostPort;
2680
+	$this->hostPort = $hostPort;
2681 2681
   }
2682 2682
   public function getHostPort()
2683 2683
   {
2684
-    return $this->hostPort;
2684
+	return $this->hostPort;
2685 2685
   }
2686 2686
   public function setKind($kind)
2687 2687
   {
2688
-    $this->kind = $kind;
2688
+	$this->kind = $kind;
2689 2689
   }
2690 2690
   public function getKind()
2691 2691
   {
2692
-    return $this->kind;
2692
+	return $this->kind;
2693 2693
   }
2694 2694
 }
2695 2695
 
@@ -2719,123 +2719,123 @@  discard block
 block discarded – undo
2719 2719
 
2720 2720
   public function setEndTime($endTime)
2721 2721
   {
2722
-    $this->endTime = $endTime;
2722
+	$this->endTime = $endTime;
2723 2723
   }
2724 2724
   public function getEndTime()
2725 2725
   {
2726
-    return $this->endTime;
2726
+	return $this->endTime;
2727 2727
   }
2728 2728
   public function setError(Google_Service_SQLAdmin_OperationErrors $error)
2729 2729
   {
2730
-    $this->error = $error;
2730
+	$this->error = $error;
2731 2731
   }
2732 2732
   public function getError()
2733 2733
   {
2734
-    return $this->error;
2734
+	return $this->error;
2735 2735
   }
2736 2736
   public function setExportContext(Google_Service_SQLAdmin_ExportContext $exportContext)
2737 2737
   {
2738
-    $this->exportContext = $exportContext;
2738
+	$this->exportContext = $exportContext;
2739 2739
   }
2740 2740
   public function getExportContext()
2741 2741
   {
2742
-    return $this->exportContext;
2742
+	return $this->exportContext;
2743 2743
   }
2744 2744
   public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext)
2745 2745
   {
2746
-    $this->importContext = $importContext;
2746
+	$this->importContext = $importContext;
2747 2747
   }
2748 2748
   public function getImportContext()
2749 2749
   {
2750
-    return $this->importContext;
2750
+	return $this->importContext;
2751 2751
   }
2752 2752
   public function setInsertTime($insertTime)
2753 2753
   {
2754
-    $this->insertTime = $insertTime;
2754
+	$this->insertTime = $insertTime;
2755 2755
   }
2756 2756
   public function getInsertTime()
2757 2757
   {
2758
-    return $this->insertTime;
2758
+	return $this->insertTime;
2759 2759
   }
2760 2760
   public function setKind($kind)
2761 2761
   {
2762
-    $this->kind = $kind;
2762
+	$this->kind = $kind;
2763 2763
   }
2764 2764
   public function getKind()
2765 2765
   {
2766
-    return $this->kind;
2766
+	return $this->kind;
2767 2767
   }
2768 2768
   public function setName($name)
2769 2769
   {
2770
-    $this->name = $name;
2770
+	$this->name = $name;
2771 2771
   }
2772 2772
   public function getName()
2773 2773
   {
2774
-    return $this->name;
2774
+	return $this->name;
2775 2775
   }
2776 2776
   public function setOperationType($operationType)
2777 2777
   {
2778
-    $this->operationType = $operationType;
2778
+	$this->operationType = $operationType;
2779 2779
   }
2780 2780
   public function getOperationType()
2781 2781
   {
2782
-    return $this->operationType;
2782
+	return $this->operationType;
2783 2783
   }
2784 2784
   public function setSelfLink($selfLink)
2785 2785
   {
2786
-    $this->selfLink = $selfLink;
2786
+	$this->selfLink = $selfLink;
2787 2787
   }
2788 2788
   public function getSelfLink()
2789 2789
   {
2790
-    return $this->selfLink;
2790
+	return $this->selfLink;
2791 2791
   }
2792 2792
   public function setStartTime($startTime)
2793 2793
   {
2794
-    $this->startTime = $startTime;
2794
+	$this->startTime = $startTime;
2795 2795
   }
2796 2796
   public function getStartTime()
2797 2797
   {
2798
-    return $this->startTime;
2798
+	return $this->startTime;
2799 2799
   }
2800 2800
   public function setStatus($status)
2801 2801
   {
2802
-    $this->status = $status;
2802
+	$this->status = $status;
2803 2803
   }
2804 2804
   public function getStatus()
2805 2805
   {
2806
-    return $this->status;
2806
+	return $this->status;
2807 2807
   }
2808 2808
   public function setTargetId($targetId)
2809 2809
   {
2810
-    $this->targetId = $targetId;
2810
+	$this->targetId = $targetId;
2811 2811
   }
2812 2812
   public function getTargetId()
2813 2813
   {
2814
-    return $this->targetId;
2814
+	return $this->targetId;
2815 2815
   }
2816 2816
   public function setTargetLink($targetLink)
2817 2817
   {
2818
-    $this->targetLink = $targetLink;
2818
+	$this->targetLink = $targetLink;
2819 2819
   }
2820 2820
   public function getTargetLink()
2821 2821
   {
2822
-    return $this->targetLink;
2822
+	return $this->targetLink;
2823 2823
   }
2824 2824
   public function setTargetProject($targetProject)
2825 2825
   {
2826
-    $this->targetProject = $targetProject;
2826
+	$this->targetProject = $targetProject;
2827 2827
   }
2828 2828
   public function getTargetProject()
2829 2829
   {
2830
-    return $this->targetProject;
2830
+	return $this->targetProject;
2831 2831
   }
2832 2832
   public function setUser($user)
2833 2833
   {
2834
-    $this->user = $user;
2834
+	$this->user = $user;
2835 2835
   }
2836 2836
   public function getUser()
2837 2837
   {
2838
-    return $this->user;
2838
+	return $this->user;
2839 2839
   }
2840 2840
 }
2841 2841
 
@@ -2850,27 +2850,27 @@  discard block
 block discarded – undo
2850 2850
 
2851 2851
   public function setCode($code)
2852 2852
   {
2853
-    $this->code = $code;
2853
+	$this->code = $code;
2854 2854
   }
2855 2855
   public function getCode()
2856 2856
   {
2857
-    return $this->code;
2857
+	return $this->code;
2858 2858
   }
2859 2859
   public function setKind($kind)
2860 2860
   {
2861
-    $this->kind = $kind;
2861
+	$this->kind = $kind;
2862 2862
   }
2863 2863
   public function getKind()
2864 2864
   {
2865
-    return $this->kind;
2865
+	return $this->kind;
2866 2866
   }
2867 2867
   public function setMessage($message)
2868 2868
   {
2869
-    $this->message = $message;
2869
+	$this->message = $message;
2870 2870
   }
2871 2871
   public function getMessage()
2872 2872
   {
2873
-    return $this->message;
2873
+	return $this->message;
2874 2874
   }
2875 2875
 }
2876 2876
 
@@ -2886,19 +2886,19 @@  discard block
 block discarded – undo
2886 2886
 
2887 2887
   public function setErrors($errors)
2888 2888
   {
2889
-    $this->errors = $errors;
2889
+	$this->errors = $errors;
2890 2890
   }
2891 2891
   public function getErrors()
2892 2892
   {
2893
-    return $this->errors;
2893
+	return $this->errors;
2894 2894
   }
2895 2895
   public function setKind($kind)
2896 2896
   {
2897
-    $this->kind = $kind;
2897
+	$this->kind = $kind;
2898 2898
   }
2899 2899
   public function getKind()
2900 2900
   {
2901
-    return $this->kind;
2901
+	return $this->kind;
2902 2902
   }
2903 2903
 }
2904 2904
 
@@ -2915,27 +2915,27 @@  discard block
 block discarded – undo
2915 2915
 
2916 2916
   public function setItems($items)
2917 2917
   {
2918
-    $this->items = $items;
2918
+	$this->items = $items;
2919 2919
   }
2920 2920
   public function getItems()
2921 2921
   {
2922
-    return $this->items;
2922
+	return $this->items;
2923 2923
   }
2924 2924
   public function setKind($kind)
2925 2925
   {
2926
-    $this->kind = $kind;
2926
+	$this->kind = $kind;
2927 2927
   }
2928 2928
   public function getKind()
2929 2929
   {
2930
-    return $this->kind;
2930
+	return $this->kind;
2931 2931
   }
2932 2932
   public function setNextPageToken($nextPageToken)
2933 2933
   {
2934
-    $this->nextPageToken = $nextPageToken;
2934
+	$this->nextPageToken = $nextPageToken;
2935 2935
   }
2936 2936
   public function getNextPageToken()
2937 2937
   {
2938
-    return $this->nextPageToken;
2938
+	return $this->nextPageToken;
2939 2939
   }
2940 2940
 }
2941 2941
 
@@ -2950,19 +2950,19 @@  discard block
 block discarded – undo
2950 2950
 
2951 2951
   public function setKind($kind)
2952 2952
   {
2953
-    $this->kind = $kind;
2953
+	$this->kind = $kind;
2954 2954
   }
2955 2955
   public function getKind()
2956 2956
   {
2957
-    return $this->kind;
2957
+	return $this->kind;
2958 2958
   }
2959 2959
   public function setMysqlReplicaConfiguration(Google_Service_SQLAdmin_MySqlReplicaConfiguration $mysqlReplicaConfiguration)
2960 2960
   {
2961
-    $this->mysqlReplicaConfiguration = $mysqlReplicaConfiguration;
2961
+	$this->mysqlReplicaConfiguration = $mysqlReplicaConfiguration;
2962 2962
   }
2963 2963
   public function getMysqlReplicaConfiguration()
2964 2964
   {
2965
-    return $this->mysqlReplicaConfiguration;
2965
+	return $this->mysqlReplicaConfiguration;
2966 2966
   }
2967 2967
 }
2968 2968
 
@@ -2977,27 +2977,27 @@  discard block
 block discarded – undo
2977 2977
 
2978 2978
   public function setBackupRunId($backupRunId)
2979 2979
   {
2980
-    $this->backupRunId = $backupRunId;
2980
+	$this->backupRunId = $backupRunId;
2981 2981
   }
2982 2982
   public function getBackupRunId()
2983 2983
   {
2984
-    return $this->backupRunId;
2984
+	return $this->backupRunId;
2985 2985
   }
2986 2986
   public function setInstanceId($instanceId)
2987 2987
   {
2988
-    $this->instanceId = $instanceId;
2988
+	$this->instanceId = $instanceId;
2989 2989
   }
2990 2990
   public function getInstanceId()
2991 2991
   {
2992
-    return $this->instanceId;
2992
+	return $this->instanceId;
2993 2993
   }
2994 2994
   public function setKind($kind)
2995 2995
   {
2996
-    $this->kind = $kind;
2996
+	$this->kind = $kind;
2997 2997
   }
2998 2998
   public function getKind()
2999 2999
   {
3000
-    return $this->kind;
3000
+	return $this->kind;
3001 3001
   }
3002 3002
 }
3003 3003
 
@@ -3027,107 +3027,107 @@  discard block
 block discarded – undo
3027 3027
 
3028 3028
   public function setActivationPolicy($activationPolicy)
3029 3029
   {
3030
-    $this->activationPolicy = $activationPolicy;
3030
+	$this->activationPolicy = $activationPolicy;
3031 3031
   }
3032 3032
   public function getActivationPolicy()
3033 3033
   {
3034
-    return $this->activationPolicy;
3034
+	return $this->activationPolicy;
3035 3035
   }
3036 3036
   public function setAuthorizedGaeApplications($authorizedGaeApplications)
3037 3037
   {
3038
-    $this->authorizedGaeApplications = $authorizedGaeApplications;
3038
+	$this->authorizedGaeApplications = $authorizedGaeApplications;
3039 3039
   }
3040 3040
   public function getAuthorizedGaeApplications()
3041 3041
   {
3042
-    return $this->authorizedGaeApplications;
3042
+	return $this->authorizedGaeApplications;
3043 3043
   }
3044 3044
   public function setBackupConfiguration(Google_Service_SQLAdmin_BackupConfiguration $backupConfiguration)
3045 3045
   {
3046
-    $this->backupConfiguration = $backupConfiguration;
3046
+	$this->backupConfiguration = $backupConfiguration;
3047 3047
   }
3048 3048
   public function getBackupConfiguration()
3049 3049
   {
3050
-    return $this->backupConfiguration;
3050
+	return $this->backupConfiguration;
3051 3051
   }
3052 3052
   public function setCrashSafeReplicationEnabled($crashSafeReplicationEnabled)
3053 3053
   {
3054
-    $this->crashSafeReplicationEnabled = $crashSafeReplicationEnabled;
3054
+	$this->crashSafeReplicationEnabled = $crashSafeReplicationEnabled;
3055 3055
   }
3056 3056
   public function getCrashSafeReplicationEnabled()
3057 3057
   {
3058
-    return $this->crashSafeReplicationEnabled;
3058
+	return $this->crashSafeReplicationEnabled;
3059 3059
   }
3060 3060
   public function setDatabaseFlags($databaseFlags)
3061 3061
   {
3062
-    $this->databaseFlags = $databaseFlags;
3062
+	$this->databaseFlags = $databaseFlags;
3063 3063
   }
3064 3064
   public function getDatabaseFlags()
3065 3065
   {
3066
-    return $this->databaseFlags;
3066
+	return $this->databaseFlags;
3067 3067
   }
3068 3068
   public function setDatabaseReplicationEnabled($databaseReplicationEnabled)
3069 3069
   {
3070
-    $this->databaseReplicationEnabled = $databaseReplicationEnabled;
3070
+	$this->databaseReplicationEnabled = $databaseReplicationEnabled;
3071 3071
   }
3072 3072
   public function getDatabaseReplicationEnabled()
3073 3073
   {
3074
-    return $this->databaseReplicationEnabled;
3074
+	return $this->databaseReplicationEnabled;
3075 3075
   }
3076 3076
   public function setIpConfiguration(Google_Service_SQLAdmin_IpConfiguration $ipConfiguration)
3077 3077
   {
3078
-    $this->ipConfiguration = $ipConfiguration;
3078
+	$this->ipConfiguration = $ipConfiguration;
3079 3079
   }
3080 3080
   public function getIpConfiguration()
3081 3081
   {
3082
-    return $this->ipConfiguration;
3082
+	return $this->ipConfiguration;
3083 3083
   }
3084 3084
   public function setKind($kind)
3085 3085
   {
3086
-    $this->kind = $kind;
3086
+	$this->kind = $kind;
3087 3087
   }
3088 3088
   public function getKind()
3089 3089
   {
3090
-    return $this->kind;
3090
+	return $this->kind;
3091 3091
   }
3092 3092
   public function setLocationPreference(Google_Service_SQLAdmin_LocationPreference $locationPreference)
3093 3093
   {
3094
-    $this->locationPreference = $locationPreference;
3094
+	$this->locationPreference = $locationPreference;
3095 3095
   }
3096 3096
   public function getLocationPreference()
3097 3097
   {
3098
-    return $this->locationPreference;
3098
+	return $this->locationPreference;
3099 3099
   }
3100 3100
   public function setPricingPlan($pricingPlan)
3101 3101
   {
3102
-    $this->pricingPlan = $pricingPlan;
3102
+	$this->pricingPlan = $pricingPlan;
3103 3103
   }
3104 3104
   public function getPricingPlan()
3105 3105
   {
3106
-    return $this->pricingPlan;
3106
+	return $this->pricingPlan;
3107 3107
   }
3108 3108
   public function setReplicationType($replicationType)
3109 3109
   {
3110
-    $this->replicationType = $replicationType;
3110
+	$this->replicationType = $replicationType;
3111 3111
   }
3112 3112
   public function getReplicationType()
3113 3113
   {
3114
-    return $this->replicationType;
3114
+	return $this->replicationType;
3115 3115
   }
3116 3116
   public function setSettingsVersion($settingsVersion)
3117 3117
   {
3118
-    $this->settingsVersion = $settingsVersion;
3118
+	$this->settingsVersion = $settingsVersion;
3119 3119
   }
3120 3120
   public function getSettingsVersion()
3121 3121
   {
3122
-    return $this->settingsVersion;
3122
+	return $this->settingsVersion;
3123 3123
   }
3124 3124
   public function setTier($tier)
3125 3125
   {
3126
-    $this->tier = $tier;
3126
+	$this->tier = $tier;
3127 3127
   }
3128 3128
   public function getTier()
3129 3129
   {
3130
-    return $this->tier;
3130
+	return $this->tier;
3131 3131
   }
3132 3132
 }
3133 3133
 
@@ -3148,75 +3148,75 @@  discard block
 block discarded – undo
3148 3148
 
3149 3149
   public function setCert($cert)
3150 3150
   {
3151
-    $this->cert = $cert;
3151
+	$this->cert = $cert;
3152 3152
   }
3153 3153
   public function getCert()
3154 3154
   {
3155
-    return $this->cert;
3155
+	return $this->cert;
3156 3156
   }
3157 3157
   public function setCertSerialNumber($certSerialNumber)
3158 3158
   {
3159
-    $this->certSerialNumber = $certSerialNumber;
3159
+	$this->certSerialNumber = $certSerialNumber;
3160 3160
   }
3161 3161
   public function getCertSerialNumber()
3162 3162
   {
3163
-    return $this->certSerialNumber;
3163
+	return $this->certSerialNumber;
3164 3164
   }
3165 3165
   public function setCommonName($commonName)
3166 3166
   {
3167
-    $this->commonName = $commonName;
3167
+	$this->commonName = $commonName;
3168 3168
   }
3169 3169
   public function getCommonName()
3170 3170
   {
3171
-    return $this->commonName;
3171
+	return $this->commonName;
3172 3172
   }
3173 3173
   public function setCreateTime($createTime)
3174 3174
   {
3175
-    $this->createTime = $createTime;
3175
+	$this->createTime = $createTime;
3176 3176
   }
3177 3177
   public function getCreateTime()
3178 3178
   {
3179
-    return $this->createTime;
3179
+	return $this->createTime;
3180 3180
   }
3181 3181
   public function setExpirationTime($expirationTime)
3182 3182
   {
3183
-    $this->expirationTime = $expirationTime;
3183
+	$this->expirationTime = $expirationTime;
3184 3184
   }
3185 3185
   public function getExpirationTime()
3186 3186
   {
3187
-    return $this->expirationTime;
3187
+	return $this->expirationTime;
3188 3188
   }
3189 3189
   public function setInstance($instance)
3190 3190
   {
3191
-    $this->instance = $instance;
3191
+	$this->instance = $instance;
3192 3192
   }
3193 3193
   public function getInstance()
3194 3194
   {
3195
-    return $this->instance;
3195
+	return $this->instance;
3196 3196
   }
3197 3197
   public function setKind($kind)
3198 3198
   {
3199
-    $this->kind = $kind;
3199
+	$this->kind = $kind;
3200 3200
   }
3201 3201
   public function getKind()
3202 3202
   {
3203
-    return $this->kind;
3203
+	return $this->kind;
3204 3204
   }
3205 3205
   public function setSelfLink($selfLink)
3206 3206
   {
3207
-    $this->selfLink = $selfLink;
3207
+	$this->selfLink = $selfLink;
3208 3208
   }
3209 3209
   public function getSelfLink()
3210 3210
   {
3211
-    return $this->selfLink;
3211
+	return $this->selfLink;
3212 3212
   }
3213 3213
   public function setSha1Fingerprint($sha1Fingerprint)
3214 3214
   {
3215
-    $this->sha1Fingerprint = $sha1Fingerprint;
3215
+	$this->sha1Fingerprint = $sha1Fingerprint;
3216 3216
   }
3217 3217
   public function getSha1Fingerprint()
3218 3218
   {
3219
-    return $this->sha1Fingerprint;
3219
+	return $this->sha1Fingerprint;
3220 3220
   }
3221 3221
 }
3222 3222
 
@@ -3231,19 +3231,19 @@  discard block
 block discarded – undo
3231 3231
 
3232 3232
   public function setCertInfo(Google_Service_SQLAdmin_SslCert $certInfo)
3233 3233
   {
3234
-    $this->certInfo = $certInfo;
3234
+	$this->certInfo = $certInfo;
3235 3235
   }
3236 3236
   public function getCertInfo()
3237 3237
   {
3238
-    return $this->certInfo;
3238
+	return $this->certInfo;
3239 3239
   }
3240 3240
   public function setCertPrivateKey($certPrivateKey)
3241 3241
   {
3242
-    $this->certPrivateKey = $certPrivateKey;
3242
+	$this->certPrivateKey = $certPrivateKey;
3243 3243
   }
3244 3244
   public function getCertPrivateKey()
3245 3245
   {
3246
-    return $this->certPrivateKey;
3246
+	return $this->certPrivateKey;
3247 3247
   }
3248 3248
 }
3249 3249
 
@@ -3256,11 +3256,11 @@  discard block
 block discarded – undo
3256 3256
 
3257 3257
   public function setCommonName($commonName)
3258 3258
   {
3259
-    $this->commonName = $commonName;
3259
+	$this->commonName = $commonName;
3260 3260
   }
3261 3261
   public function getCommonName()
3262 3262
   {
3263
-    return $this->commonName;
3263
+	return $this->commonName;
3264 3264
   }
3265 3265
 }
3266 3266
 
@@ -3277,27 +3277,27 @@  discard block
 block discarded – undo
3277 3277
 
3278 3278
   public function setClientCert(Google_Service_SQLAdmin_SslCertDetail $clientCert)
3279 3279
   {
3280
-    $this->clientCert = $clientCert;
3280
+	$this->clientCert = $clientCert;
3281 3281
   }
3282 3282
   public function getClientCert()
3283 3283
   {
3284
-    return $this->clientCert;
3284
+	return $this->clientCert;
3285 3285
   }
3286 3286
   public function setKind($kind)
3287 3287
   {
3288
-    $this->kind = $kind;
3288
+	$this->kind = $kind;
3289 3289
   }
3290 3290
   public function getKind()
3291 3291
   {
3292
-    return $this->kind;
3292
+	return $this->kind;
3293 3293
   }
3294 3294
   public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert)
3295 3295
   {
3296
-    $this->serverCaCert = $serverCaCert;
3296
+	$this->serverCaCert = $serverCaCert;
3297 3297
   }
3298 3298
   public function getServerCaCert()
3299 3299
   {
3300
-    return $this->serverCaCert;
3300
+	return $this->serverCaCert;
3301 3301
   }
3302 3302
 }
3303 3303
 
@@ -3313,19 +3313,19 @@  discard block
 block discarded – undo
3313 3313
 
3314 3314
   public function setItems($items)
3315 3315
   {
3316
-    $this->items = $items;
3316
+	$this->items = $items;
3317 3317
   }
3318 3318
   public function getItems()
3319 3319
   {
3320
-    return $this->items;
3320
+	return $this->items;
3321 3321
   }
3322 3322
   public function setKind($kind)
3323 3323
   {
3324
-    $this->kind = $kind;
3324
+	$this->kind = $kind;
3325 3325
   }
3326 3326
   public function getKind()
3327 3327
   {
3328
-    return $this->kind;
3328
+	return $this->kind;
3329 3329
   }
3330 3330
 }
3331 3331
 
@@ -3333,8 +3333,8 @@  discard block
 block discarded – undo
3333 3333
 {
3334 3334
   protected $collection_key = 'region';
3335 3335
   protected $internal_gapi_mappings = array(
3336
-        "diskQuota" => "DiskQuota",
3337
-        "rAM" => "RAM",
3336
+		"diskQuota" => "DiskQuota",
3337
+		"rAM" => "RAM",
3338 3338
   );
3339 3339
   public $diskQuota;
3340 3340
   public $rAM;
@@ -3345,43 +3345,43 @@  discard block
 block discarded – undo
3345 3345
 
3346 3346
   public function setDiskQuota($diskQuota)
3347 3347
   {
3348
-    $this->diskQuota = $diskQuota;
3348
+	$this->diskQuota = $diskQuota;
3349 3349
   }
3350 3350
   public function getDiskQuota()
3351 3351
   {
3352
-    return $this->diskQuota;
3352
+	return $this->diskQuota;
3353 3353
   }
3354 3354
   public function setRAM($rAM)
3355 3355
   {
3356
-    $this->rAM = $rAM;
3356
+	$this->rAM = $rAM;
3357 3357
   }
3358 3358
   public function getRAM()
3359 3359
   {
3360
-    return $this->rAM;
3360
+	return $this->rAM;
3361 3361
   }
3362 3362
   public function setKind($kind)
3363 3363
   {
3364
-    $this->kind = $kind;
3364
+	$this->kind = $kind;
3365 3365
   }
3366 3366
   public function getKind()
3367 3367
   {
3368
-    return $this->kind;
3368
+	return $this->kind;
3369 3369
   }
3370 3370
   public function setRegion($region)
3371 3371
   {
3372
-    $this->region = $region;
3372
+	$this->region = $region;
3373 3373
   }
3374 3374
   public function getRegion()
3375 3375
   {
3376
-    return $this->region;
3376
+	return $this->region;
3377 3377
   }
3378 3378
   public function setTier($tier)
3379 3379
   {
3380
-    $this->tier = $tier;
3380
+	$this->tier = $tier;
3381 3381
   }
3382 3382
   public function getTier()
3383 3383
   {
3384
-    return $this->tier;
3384
+	return $this->tier;
3385 3385
   }
3386 3386
 }
3387 3387
 
@@ -3397,19 +3397,19 @@  discard block
 block discarded – undo
3397 3397
 
3398 3398
   public function setItems($items)
3399 3399
   {
3400
-    $this->items = $items;
3400
+	$this->items = $items;
3401 3401
   }
3402 3402
   public function getItems()
3403 3403
   {
3404
-    return $this->items;
3404
+	return $this->items;
3405 3405
   }
3406 3406
   public function setKind($kind)
3407 3407
   {
3408
-    $this->kind = $kind;
3408
+	$this->kind = $kind;
3409 3409
   }
3410 3410
   public function getKind()
3411 3411
   {
3412
-    return $this->kind;
3412
+	return $this->kind;
3413 3413
   }
3414 3414
 }
3415 3415
 
@@ -3428,59 +3428,59 @@  discard block
 block discarded – undo
3428 3428
 
3429 3429
   public function setEtag($etag)
3430 3430
   {
3431
-    $this->etag = $etag;
3431
+	$this->etag = $etag;
3432 3432
   }
3433 3433
   public function getEtag()
3434 3434
   {
3435
-    return $this->etag;
3435
+	return $this->etag;
3436 3436
   }
3437 3437
   public function setHost($host)
3438 3438
   {
3439
-    $this->host = $host;
3439
+	$this->host = $host;
3440 3440
   }
3441 3441
   public function getHost()
3442 3442
   {
3443
-    return $this->host;
3443
+	return $this->host;
3444 3444
   }
3445 3445
   public function setInstance($instance)
3446 3446
   {
3447
-    $this->instance = $instance;
3447
+	$this->instance = $instance;
3448 3448
   }
3449 3449
   public function getInstance()
3450 3450
   {
3451
-    return $this->instance;
3451
+	return $this->instance;
3452 3452
   }
3453 3453
   public function setKind($kind)
3454 3454
   {
3455
-    $this->kind = $kind;
3455
+	$this->kind = $kind;
3456 3456
   }
3457 3457
   public function getKind()
3458 3458
   {
3459
-    return $this->kind;
3459
+	return $this->kind;
3460 3460
   }
3461 3461
   public function setName($name)
3462 3462
   {
3463
-    $this->name = $name;
3463
+	$this->name = $name;
3464 3464
   }
3465 3465
   public function getName()
3466 3466
   {
3467
-    return $this->name;
3467
+	return $this->name;
3468 3468
   }
3469 3469
   public function setPassword($password)
3470 3470
   {
3471
-    $this->password = $password;
3471
+	$this->password = $password;
3472 3472
   }
3473 3473
   public function getPassword()
3474 3474
   {
3475
-    return $this->password;
3475
+	return $this->password;
3476 3476
   }
3477 3477
   public function setProject($project)
3478 3478
   {
3479
-    $this->project = $project;
3479
+	$this->project = $project;
3480 3480
   }
3481 3481
   public function getProject()
3482 3482
   {
3483
-    return $this->project;
3483
+	return $this->project;
3484 3484
   }
3485 3485
 }
3486 3486
 
@@ -3497,26 +3497,26 @@  discard block
 block discarded – undo
3497 3497
 
3498 3498
   public function setItems($items)
3499 3499
   {
3500
-    $this->items = $items;
3500
+	$this->items = $items;
3501 3501
   }
3502 3502
   public function getItems()
3503 3503
   {
3504
-    return $this->items;
3504
+	return $this->items;
3505 3505
   }
3506 3506
   public function setKind($kind)
3507 3507
   {
3508
-    $this->kind = $kind;
3508
+	$this->kind = $kind;
3509 3509
   }
3510 3510
   public function getKind()
3511 3511
   {
3512
-    return $this->kind;
3512
+	return $this->kind;
3513 3513
   }
3514 3514
   public function setNextPageToken($nextPageToken)
3515 3515
   {
3516
-    $this->nextPageToken = $nextPageToken;
3516
+	$this->nextPageToken = $nextPageToken;
3517 3517
   }
3518 3518
   public function getNextPageToken()
3519 3519
   {
3520
-    return $this->nextPageToken;
3520
+	return $this->nextPageToken;
3521 3521
   }
3522 3522
 }
Please login to merge, or discard this patch.
Spacing   +27 added lines, -27 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
                   'required' => true,
87 87
                 ),
88 88
               ),
89
-            ),'list' => array(
89
+            ), 'list' => array(
90 90
               'path' => 'projects/{project}/instances/{instance}/backupRuns',
91 91
               'httpMethod' => 'GET',
92 92
               'parameters' => array(
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
                   'required' => true,
140 140
                 ),
141 141
               ),
142
-            ),'get' => array(
142
+            ), 'get' => array(
143 143
               'path' => 'projects/{project}/instances/{instance}/databases/{database}',
144 144
               'httpMethod' => 'GET',
145 145
               'parameters' => array(
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
                   'required' => true,
160 160
                 ),
161 161
               ),
162
-            ),'insert' => array(
162
+            ), 'insert' => array(
163 163
               'path' => 'projects/{project}/instances/{instance}/databases',
164 164
               'httpMethod' => 'POST',
165 165
               'parameters' => array(
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
                   'required' => true,
175 175
                 ),
176 176
               ),
177
-            ),'list' => array(
177
+            ), 'list' => array(
178 178
               'path' => 'projects/{project}/instances/{instance}/databases',
179 179
               'httpMethod' => 'GET',
180 180
               'parameters' => array(
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
                   'required' => true,
190 190
                 ),
191 191
               ),
192
-            ),'patch' => array(
192
+            ), 'patch' => array(
193 193
               'path' => 'projects/{project}/instances/{instance}/databases/{database}',
194 194
               'httpMethod' => 'PATCH',
195 195
               'parameters' => array(
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
                   'required' => true,
210 210
                 ),
211 211
               ),
212
-            ),'update' => array(
212
+            ), 'update' => array(
213 213
               'path' => 'projects/{project}/instances/{instance}/databases/{database}',
214 214
               'httpMethod' => 'PUT',
215 215
               'parameters' => array(
@@ -268,7 +268,7 @@  discard block
 block discarded – undo
268 268
                   'required' => true,
269 269
                 ),
270 270
               ),
271
-            ),'delete' => array(
271
+            ), 'delete' => array(
272 272
               'path' => 'projects/{project}/instances/{instance}',
273 273
               'httpMethod' => 'DELETE',
274 274
               'parameters' => array(
@@ -283,7 +283,7 @@  discard block
 block discarded – undo
283 283
                   'required' => true,
284 284
                 ),
285 285
               ),
286
-            ),'export' => array(
286
+            ), 'export' => array(
287 287
               'path' => 'projects/{project}/instances/{instance}/export',
288 288
               'httpMethod' => 'POST',
289 289
               'parameters' => array(
@@ -298,7 +298,7 @@  discard block
 block discarded – undo
298 298
                   'required' => true,
299 299
                 ),
300 300
               ),
301
-            ),'get' => array(
301
+            ), 'get' => array(
302 302
               'path' => 'projects/{project}/instances/{instance}',
303 303
               'httpMethod' => 'GET',
304 304
               'parameters' => array(
@@ -313,7 +313,7 @@  discard block
 block discarded – undo
313 313
                   'required' => true,
314 314
                 ),
315 315
               ),
316
-            ),'import' => array(
316
+            ), 'import' => array(
317 317
               'path' => 'projects/{project}/instances/{instance}/import',
318 318
               'httpMethod' => 'POST',
319 319
               'parameters' => array(
@@ -328,7 +328,7 @@  discard block
 block discarded – undo
328 328
                   'required' => true,
329 329
                 ),
330 330
               ),
331
-            ),'insert' => array(
331
+            ), 'insert' => array(
332 332
               'path' => 'projects/{project}/instances',
333 333
               'httpMethod' => 'POST',
334 334
               'parameters' => array(
@@ -338,7 +338,7 @@  discard block
 block discarded – undo
338 338
                   'required' => true,
339 339
                 ),
340 340
               ),
341
-            ),'list' => array(
341
+            ), 'list' => array(
342 342
               'path' => 'projects/{project}/instances',
343 343
               'httpMethod' => 'GET',
344 344
               'parameters' => array(
@@ -356,7 +356,7 @@  discard block
 block discarded – undo
356 356
                   'type' => 'integer',
357 357
                 ),
358 358
               ),
359
-            ),'patch' => array(
359
+            ), 'patch' => array(
360 360
               'path' => 'projects/{project}/instances/{instance}',
361 361
               'httpMethod' => 'PATCH',
362 362
               'parameters' => array(
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
                   'required' => true,
372 372
                 ),
373 373
               ),
374
-            ),'promoteReplica' => array(
374
+            ), 'promoteReplica' => array(
375 375
               'path' => 'projects/{project}/instances/{instance}/promoteReplica',
376 376
               'httpMethod' => 'POST',
377 377
               'parameters' => array(
@@ -386,7 +386,7 @@  discard block
 block discarded – undo
386 386
                   'required' => true,
387 387
                 ),
388 388
               ),
389
-            ),'resetSslConfig' => array(
389
+            ), 'resetSslConfig' => array(
390 390
               'path' => 'projects/{project}/instances/{instance}/resetSslConfig',
391 391
               'httpMethod' => 'POST',
392 392
               'parameters' => array(
@@ -401,7 +401,7 @@  discard block
 block discarded – undo
401 401
                   'required' => true,
402 402
                 ),
403 403
               ),
404
-            ),'restart' => array(
404
+            ), 'restart' => array(
405 405
               'path' => 'projects/{project}/instances/{instance}/restart',
406 406
               'httpMethod' => 'POST',
407 407
               'parameters' => array(
@@ -416,7 +416,7 @@  discard block
 block discarded – undo
416 416
                   'required' => true,
417 417
                 ),
418 418
               ),
419
-            ),'restoreBackup' => array(
419
+            ), 'restoreBackup' => array(
420 420
               'path' => 'projects/{project}/instances/{instance}/restoreBackup',
421 421
               'httpMethod' => 'POST',
422 422
               'parameters' => array(
@@ -431,7 +431,7 @@  discard block
 block discarded – undo
431 431
                   'required' => true,
432 432
                 ),
433 433
               ),
434
-            ),'startReplica' => array(
434
+            ), 'startReplica' => array(
435 435
               'path' => 'projects/{project}/instances/{instance}/startReplica',
436 436
               'httpMethod' => 'POST',
437 437
               'parameters' => array(
@@ -446,7 +446,7 @@  discard block
 block discarded – undo
446 446
                   'required' => true,
447 447
                 ),
448 448
               ),
449
-            ),'stopReplica' => array(
449
+            ), 'stopReplica' => array(
450 450
               'path' => 'projects/{project}/instances/{instance}/stopReplica',
451 451
               'httpMethod' => 'POST',
452 452
               'parameters' => array(
@@ -461,7 +461,7 @@  discard block
 block discarded – undo
461 461
                   'required' => true,
462 462
                 ),
463 463
               ),
464
-            ),'update' => array(
464
+            ), 'update' => array(
465 465
               'path' => 'projects/{project}/instances/{instance}',
466 466
               'httpMethod' => 'PUT',
467 467
               'parameters' => array(
@@ -501,7 +501,7 @@  discard block
 block discarded – undo
501 501
                   'required' => true,
502 502
                 ),
503 503
               ),
504
-            ),'list' => array(
504
+            ), 'list' => array(
505 505
               'path' => 'projects/{project}/operations',
506 506
               'httpMethod' => 'GET',
507 507
               'parameters' => array(
@@ -554,7 +554,7 @@  discard block
 block discarded – undo
554 554
                   'required' => true,
555 555
                 ),
556 556
               ),
557
-            ),'get' => array(
557
+            ), 'get' => array(
558 558
               'path' => 'projects/{project}/instances/{instance}/sslCerts/{sha1Fingerprint}',
559 559
               'httpMethod' => 'GET',
560 560
               'parameters' => array(
@@ -574,7 +574,7 @@  discard block
 block discarded – undo
574 574
                   'required' => true,
575 575
                 ),
576 576
               ),
577
-            ),'insert' => array(
577
+            ), 'insert' => array(
578 578
               'path' => 'projects/{project}/instances/{instance}/sslCerts',
579 579
               'httpMethod' => 'POST',
580 580
               'parameters' => array(
@@ -589,7 +589,7 @@  discard block
 block discarded – undo
589 589
                   'required' => true,
590 590
                 ),
591 591
               ),
592
-            ),'list' => array(
592
+            ), 'list' => array(
593 593
               'path' => 'projects/{project}/instances/{instance}/sslCerts',
594 594
               'httpMethod' => 'GET',
595 595
               'parameters' => array(
@@ -659,7 +659,7 @@  discard block
 block discarded – undo
659 659
                   'required' => true,
660 660
                 ),
661 661
               ),
662
-            ),'insert' => array(
662
+            ), 'insert' => array(
663 663
               'path' => 'projects/{project}/instances/{instance}/users',
664 664
               'httpMethod' => 'POST',
665 665
               'parameters' => array(
@@ -674,7 +674,7 @@  discard block
 block discarded – undo
674 674
                   'required' => true,
675 675
                 ),
676 676
               ),
677
-            ),'list' => array(
677
+            ), 'list' => array(
678 678
               'path' => 'projects/{project}/instances/{instance}/users',
679 679
               'httpMethod' => 'GET',
680 680
               'parameters' => array(
@@ -689,7 +689,7 @@  discard block
 block discarded – undo
689 689
                   'required' => true,
690 690
                 ),
691 691
               ),
692
-            ),'update' => array(
692
+            ), 'update' => array(
693 693
               'path' => 'projects/{project}/instances/{instance}/users',
694 694
               'httpMethod' => 'PUT',
695 695
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Translate.php 1 patch
Indentation   +114 added lines, -114 removed lines patch added patch discarded remove patch
@@ -44,91 +44,91 @@  discard block
 block discarded – undo
44 44
    */
45 45
   public function __construct(Google_Client $client)
46 46
   {
47
-    parent::__construct($client);
48
-    $this->rootUrl = 'https://www.googleapis.com/';
49
-    $this->servicePath = 'language/translate/';
50
-    $this->version = 'v2';
51
-    $this->serviceName = 'translate';
52
-
53
-    $this->detections = new Google_Service_Translate_Detections_Resource(
54
-        $this,
55
-        $this->serviceName,
56
-        'detections',
57
-        array(
58
-          'methods' => array(
59
-            'list' => array(
60
-              'path' => 'v2/detect',
61
-              'httpMethod' => 'GET',
62
-              'parameters' => array(
63
-                'q' => array(
64
-                  'location' => 'query',
65
-                  'type' => 'string',
66
-                  'repeated' => true,
67
-                  'required' => true,
68
-                ),
69
-              ),
70
-            ),
71
-          )
72
-        )
73
-    );
74
-    $this->languages = new Google_Service_Translate_Languages_Resource(
75
-        $this,
76
-        $this->serviceName,
77
-        'languages',
78
-        array(
79
-          'methods' => array(
80
-            'list' => array(
81
-              'path' => 'v2/languages',
82
-              'httpMethod' => 'GET',
83
-              'parameters' => array(
84
-                'target' => array(
85
-                  'location' => 'query',
86
-                  'type' => 'string',
87
-                ),
88
-              ),
89
-            ),
90
-          )
91
-        )
92
-    );
93
-    $this->translations = new Google_Service_Translate_Translations_Resource(
94
-        $this,
95
-        $this->serviceName,
96
-        'translations',
97
-        array(
98
-          'methods' => array(
99
-            'list' => array(
100
-              'path' => 'v2',
101
-              'httpMethod' => 'GET',
102
-              'parameters' => array(
103
-                'q' => array(
104
-                  'location' => 'query',
105
-                  'type' => 'string',
106
-                  'repeated' => true,
107
-                  'required' => true,
108
-                ),
109
-                'target' => array(
110
-                  'location' => 'query',
111
-                  'type' => 'string',
112
-                  'required' => true,
113
-                ),
114
-                'source' => array(
115
-                  'location' => 'query',
116
-                  'type' => 'string',
117
-                ),
118
-                'format' => array(
119
-                  'location' => 'query',
120
-                  'type' => 'string',
121
-                ),
122
-                'cid' => array(
123
-                  'location' => 'query',
124
-                  'type' => 'string',
125
-                  'repeated' => true,
126
-                ),
127
-              ),
128
-            ),
129
-          )
130
-        )
131
-    );
47
+	parent::__construct($client);
48
+	$this->rootUrl = 'https://www.googleapis.com/';
49
+	$this->servicePath = 'language/translate/';
50
+	$this->version = 'v2';
51
+	$this->serviceName = 'translate';
52
+
53
+	$this->detections = new Google_Service_Translate_Detections_Resource(
54
+		$this,
55
+		$this->serviceName,
56
+		'detections',
57
+		array(
58
+		  'methods' => array(
59
+			'list' => array(
60
+			  'path' => 'v2/detect',
61
+			  'httpMethod' => 'GET',
62
+			  'parameters' => array(
63
+				'q' => array(
64
+				  'location' => 'query',
65
+				  'type' => 'string',
66
+				  'repeated' => true,
67
+				  'required' => true,
68
+				),
69
+			  ),
70
+			),
71
+		  )
72
+		)
73
+	);
74
+	$this->languages = new Google_Service_Translate_Languages_Resource(
75
+		$this,
76
+		$this->serviceName,
77
+		'languages',
78
+		array(
79
+		  'methods' => array(
80
+			'list' => array(
81
+			  'path' => 'v2/languages',
82
+			  'httpMethod' => 'GET',
83
+			  'parameters' => array(
84
+				'target' => array(
85
+				  'location' => 'query',
86
+				  'type' => 'string',
87
+				),
88
+			  ),
89
+			),
90
+		  )
91
+		)
92
+	);
93
+	$this->translations = new Google_Service_Translate_Translations_Resource(
94
+		$this,
95
+		$this->serviceName,
96
+		'translations',
97
+		array(
98
+		  'methods' => array(
99
+			'list' => array(
100
+			  'path' => 'v2',
101
+			  'httpMethod' => 'GET',
102
+			  'parameters' => array(
103
+				'q' => array(
104
+				  'location' => 'query',
105
+				  'type' => 'string',
106
+				  'repeated' => true,
107
+				  'required' => true,
108
+				),
109
+				'target' => array(
110
+				  'location' => 'query',
111
+				  'type' => 'string',
112
+				  'required' => true,
113
+				),
114
+				'source' => array(
115
+				  'location' => 'query',
116
+				  'type' => 'string',
117
+				),
118
+				'format' => array(
119
+				  'location' => 'query',
120
+				  'type' => 'string',
121
+				),
122
+				'cid' => array(
123
+				  'location' => 'query',
124
+				  'type' => 'string',
125
+				  'repeated' => true,
126
+				),
127
+			  ),
128
+			),
129
+		  )
130
+		)
131
+	);
132 132
   }
133 133
 }
134 134
 
@@ -153,9 +153,9 @@  discard block
 block discarded – undo
153 153
    */
154 154
   public function listDetections($q, $optParams = array())
155 155
   {
156
-    $params = array('q' => $q);
157
-    $params = array_merge($params, $optParams);
158
-    return $this->call('list', array($params), "Google_Service_Translate_DetectionsListResponse");
156
+	$params = array('q' => $q);
157
+	$params = array_merge($params, $optParams);
158
+	return $this->call('list', array($params), "Google_Service_Translate_DetectionsListResponse");
159 159
   }
160 160
 }
161 161
 
@@ -182,9 +182,9 @@  discard block
 block discarded – undo
182 182
    */
183 183
   public function listLanguages($optParams = array())
184 184
   {
185
-    $params = array();
186
-    $params = array_merge($params, $optParams);
187
-    return $this->call('list', array($params), "Google_Service_Translate_LanguagesListResponse");
185
+	$params = array();
186
+	$params = array_merge($params, $optParams);
187
+	return $this->call('list', array($params), "Google_Service_Translate_LanguagesListResponse");
188 188
   }
189 189
 }
190 190
 
@@ -215,9 +215,9 @@  discard block
 block discarded – undo
215 215
    */
216 216
   public function listTranslations($q, $target, $optParams = array())
217 217
   {
218
-    $params = array('q' => $q, 'target' => $target);
219
-    $params = array_merge($params, $optParams);
220
-    return $this->call('list', array($params), "Google_Service_Translate_TranslationsListResponse");
218
+	$params = array('q' => $q, 'target' => $target);
219
+	$params = array_merge($params, $optParams);
220
+	return $this->call('list', array($params), "Google_Service_Translate_TranslationsListResponse");
221 221
   }
222 222
 }
223 223
 
@@ -235,11 +235,11 @@  discard block
 block discarded – undo
235 235
 
236 236
   public function setDetections($detections)
237 237
   {
238
-    $this->detections = $detections;
238
+	$this->detections = $detections;
239 239
   }
240 240
   public function getDetections()
241 241
   {
242
-    return $this->detections;
242
+	return $this->detections;
243 243
   }
244 244
 }
245 245
 
@@ -254,27 +254,27 @@  discard block
 block discarded – undo
254 254
 
255 255
   public function setConfidence($confidence)
256 256
   {
257
-    $this->confidence = $confidence;
257
+	$this->confidence = $confidence;
258 258
   }
259 259
   public function getConfidence()
260 260
   {
261
-    return $this->confidence;
261
+	return $this->confidence;
262 262
   }
263 263
   public function setIsReliable($isReliable)
264 264
   {
265
-    $this->isReliable = $isReliable;
265
+	$this->isReliable = $isReliable;
266 266
   }
267 267
   public function getIsReliable()
268 268
   {
269
-    return $this->isReliable;
269
+	return $this->isReliable;
270 270
   }
271 271
   public function setLanguage($language)
272 272
   {
273
-    $this->language = $language;
273
+	$this->language = $language;
274 274
   }
275 275
   public function getLanguage()
276 276
   {
277
-    return $this->language;
277
+	return $this->language;
278 278
   }
279 279
 }
280 280
 
@@ -289,11 +289,11 @@  discard block
 block discarded – undo
289 289
 
290 290
   public function setLanguages($languages)
291 291
   {
292
-    $this->languages = $languages;
292
+	$this->languages = $languages;
293 293
   }
294 294
   public function getLanguages()
295 295
   {
296
-    return $this->languages;
296
+	return $this->languages;
297 297
   }
298 298
 }
299 299
 
@@ -307,19 +307,19 @@  discard block
 block discarded – undo
307 307
 
308 308
   public function setLanguage($language)
309 309
   {
310
-    $this->language = $language;
310
+	$this->language = $language;
311 311
   }
312 312
   public function getLanguage()
313 313
   {
314
-    return $this->language;
314
+	return $this->language;
315 315
   }
316 316
   public function setName($name)
317 317
   {
318
-    $this->name = $name;
318
+	$this->name = $name;
319 319
   }
320 320
   public function getName()
321 321
   {
322
-    return $this->name;
322
+	return $this->name;
323 323
   }
324 324
 }
325 325
 
@@ -334,11 +334,11 @@  discard block
 block discarded – undo
334 334
 
335 335
   public function setTranslations($translations)
336 336
   {
337
-    $this->translations = $translations;
337
+	$this->translations = $translations;
338 338
   }
339 339
   public function getTranslations()
340 340
   {
341
-    return $this->translations;
341
+	return $this->translations;
342 342
   }
343 343
 }
344 344
 
@@ -352,18 +352,18 @@  discard block
 block discarded – undo
352 352
 
353 353
   public function setDetectedSourceLanguage($detectedSourceLanguage)
354 354
   {
355
-    $this->detectedSourceLanguage = $detectedSourceLanguage;
355
+	$this->detectedSourceLanguage = $detectedSourceLanguage;
356 356
   }
357 357
   public function getDetectedSourceLanguage()
358 358
   {
359
-    return $this->detectedSourceLanguage;
359
+	return $this->detectedSourceLanguage;
360 360
   }
361 361
   public function setTranslatedText($translatedText)
362 362
   {
363
-    $this->translatedText = $translatedText;
363
+	$this->translatedText = $translatedText;
364 364
   }
365 365
   public function getTranslatedText()
366 366
   {
367
-    return $this->translatedText;
367
+	return $this->translatedText;
368 368
   }
369 369
 }
Please login to merge, or discard this patch.