Test Setup Failed
Pull Request — master (#454)
by Kiran
29:40
created
google-api-php-client/src/Google/Service/Replicapoolupdater.php 3 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -332,7 +332,7 @@
 block discarded – undo
332 332
    * @param string $project The Google Developers Console project name.
333 333
    * @param string $zone The name of the zone in which the update's target
334 334
    * resides.
335
-   * @param Google_RollingUpdate $postBody
335
+   * @param Google_Service_Replicapoolupdater_RollingUpdate $postBody
336 336
    * @param array $optParams Optional parameters.
337 337
    * @return Google_Service_Replicapoolupdater_Operation
338 338
    */
Please login to merge, or discard this patch.
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.
geodirectory-admin/google-api-php-client/src/Google/Service/Reports.php 3 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -309,7 +309,7 @@  discard block
 block discarded – undo
309 309
    * returns usageReports for all users.
310 310
    * @param string $applicationName Application name for which the events are to
311 311
    * be retrieved.
312
-   * @param Google_Channel $postBody
312
+   * @param Google_Service_Reports_Channel $postBody
313 313
    * @param array $optParams Optional parameters.
314 314
    *
315 315
    * @opt_param string startTime Return events which occured at or after this
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
   /**
351 351
    * Stop watching resources through this channel (channels.stop)
352 352
    *
353
-   * @param Google_Channel $postBody
353
+   * @param Google_Service_Reports_Channel $postBody
354 354
    * @param array $optParams Optional parameters.
355 355
    */
356 356
   public function stop(Google_Service_Reports_Channel $postBody, $optParams = array())
Please login to merge, or discard this patch.
Indentation   +343 added lines, -343 removed lines patch added patch discarded remove patch
@@ -33,10 +33,10 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** View audit reports of Google Apps for your domain. */
35 35
   const ADMIN_REPORTS_AUDIT_READONLY =
36
-      "https://www.googleapis.com/auth/admin.reports.audit.readonly";
36
+	  "https://www.googleapis.com/auth/admin.reports.audit.readonly";
37 37
   /** View usage reports of Google Apps for your domain. */
38 38
   const ADMIN_REPORTS_USAGE_READONLY =
39
-      "https://www.googleapis.com/auth/admin.reports.usage.readonly";
39
+	  "https://www.googleapis.com/auth/admin.reports.usage.readonly";
40 40
 
41 41
   public $activities;
42 42
   public $channels;
@@ -51,207 +51,207 @@  discard block
 block discarded – undo
51 51
    */
52 52
   public function __construct(Google_Client $client)
53 53
   {
54
-    parent::__construct($client);
55
-    $this->rootUrl = 'https://www.googleapis.com/';
56
-    $this->servicePath = 'admin/reports/v1/';
57
-    $this->version = 'reports_v1';
58
-    $this->serviceName = 'admin';
54
+	parent::__construct($client);
55
+	$this->rootUrl = 'https://www.googleapis.com/';
56
+	$this->servicePath = 'admin/reports/v1/';
57
+	$this->version = 'reports_v1';
58
+	$this->serviceName = 'admin';
59 59
 
60
-    $this->activities = new Google_Service_Reports_Activities_Resource(
61
-        $this,
62
-        $this->serviceName,
63
-        'activities',
64
-        array(
65
-          'methods' => array(
66
-            'list' => array(
67
-              'path' => 'activity/users/{userKey}/applications/{applicationName}',
68
-              'httpMethod' => 'GET',
69
-              'parameters' => array(
70
-                'userKey' => array(
71
-                  'location' => 'path',
72
-                  'type' => 'string',
73
-                  'required' => true,
74
-                ),
75
-                'applicationName' => array(
76
-                  'location' => 'path',
77
-                  'type' => 'string',
78
-                  'required' => true,
79
-                ),
80
-                'startTime' => array(
81
-                  'location' => 'query',
82
-                  'type' => 'string',
83
-                ),
84
-                'actorIpAddress' => array(
85
-                  'location' => 'query',
86
-                  'type' => 'string',
87
-                ),
88
-                'maxResults' => array(
89
-                  'location' => 'query',
90
-                  'type' => 'integer',
91
-                ),
92
-                'eventName' => array(
93
-                  'location' => 'query',
94
-                  'type' => 'string',
95
-                ),
96
-                'pageToken' => array(
97
-                  'location' => 'query',
98
-                  'type' => 'string',
99
-                ),
100
-                'filters' => array(
101
-                  'location' => 'query',
102
-                  'type' => 'string',
103
-                ),
104
-                'endTime' => array(
105
-                  'location' => 'query',
106
-                  'type' => 'string',
107
-                ),
108
-                'customerId' => array(
109
-                  'location' => 'query',
110
-                  'type' => 'string',
111
-                ),
112
-              ),
113
-            ),'watch' => array(
114
-              'path' => 'activity/users/{userKey}/applications/{applicationName}/watch',
115
-              'httpMethod' => 'POST',
116
-              'parameters' => array(
117
-                'userKey' => array(
118
-                  'location' => 'path',
119
-                  'type' => 'string',
120
-                  'required' => true,
121
-                ),
122
-                'applicationName' => array(
123
-                  'location' => 'path',
124
-                  'type' => 'string',
125
-                  'required' => true,
126
-                ),
127
-                'startTime' => array(
128
-                  'location' => 'query',
129
-                  'type' => 'string',
130
-                ),
131
-                'actorIpAddress' => array(
132
-                  'location' => 'query',
133
-                  'type' => 'string',
134
-                ),
135
-                'maxResults' => array(
136
-                  'location' => 'query',
137
-                  'type' => 'integer',
138
-                ),
139
-                'eventName' => array(
140
-                  'location' => 'query',
141
-                  'type' => 'string',
142
-                ),
143
-                'pageToken' => array(
144
-                  'location' => 'query',
145
-                  'type' => 'string',
146
-                ),
147
-                'filters' => array(
148
-                  'location' => 'query',
149
-                  'type' => 'string',
150
-                ),
151
-                'endTime' => array(
152
-                  'location' => 'query',
153
-                  'type' => 'string',
154
-                ),
155
-                'customerId' => array(
156
-                  'location' => 'query',
157
-                  'type' => 'string',
158
-                ),
159
-              ),
160
-            ),
161
-          )
162
-        )
163
-    );
164
-    $this->channels = new Google_Service_Reports_Channels_Resource(
165
-        $this,
166
-        $this->serviceName,
167
-        'channels',
168
-        array(
169
-          'methods' => array(
170
-            'stop' => array(
171
-              'path' => '/admin/reports_v1/channels/stop',
172
-              'httpMethod' => 'POST',
173
-              'parameters' => array(),
174
-            ),
175
-          )
176
-        )
177
-    );
178
-    $this->customerUsageReports = new Google_Service_Reports_CustomerUsageReports_Resource(
179
-        $this,
180
-        $this->serviceName,
181
-        'customerUsageReports',
182
-        array(
183
-          'methods' => array(
184
-            'get' => array(
185
-              'path' => 'usage/dates/{date}',
186
-              'httpMethod' => 'GET',
187
-              'parameters' => array(
188
-                'date' => array(
189
-                  'location' => 'path',
190
-                  'type' => 'string',
191
-                  'required' => true,
192
-                ),
193
-                'pageToken' => array(
194
-                  'location' => 'query',
195
-                  'type' => 'string',
196
-                ),
197
-                'customerId' => array(
198
-                  'location' => 'query',
199
-                  'type' => 'string',
200
-                ),
201
-                'parameters' => array(
202
-                  'location' => 'query',
203
-                  'type' => 'string',
204
-                ),
205
-              ),
206
-            ),
207
-          )
208
-        )
209
-    );
210
-    $this->userUsageReport = new Google_Service_Reports_UserUsageReport_Resource(
211
-        $this,
212
-        $this->serviceName,
213
-        'userUsageReport',
214
-        array(
215
-          'methods' => array(
216
-            'get' => array(
217
-              'path' => 'usage/users/{userKey}/dates/{date}',
218
-              'httpMethod' => 'GET',
219
-              'parameters' => array(
220
-                'userKey' => array(
221
-                  'location' => 'path',
222
-                  'type' => 'string',
223
-                  'required' => true,
224
-                ),
225
-                'date' => array(
226
-                  'location' => 'path',
227
-                  'type' => 'string',
228
-                  'required' => true,
229
-                ),
230
-                'parameters' => array(
231
-                  'location' => 'query',
232
-                  'type' => 'string',
233
-                ),
234
-                'maxResults' => array(
235
-                  'location' => 'query',
236
-                  'type' => 'integer',
237
-                ),
238
-                'pageToken' => array(
239
-                  'location' => 'query',
240
-                  'type' => 'string',
241
-                ),
242
-                'filters' => array(
243
-                  'location' => 'query',
244
-                  'type' => 'string',
245
-                ),
246
-                'customerId' => array(
247
-                  'location' => 'query',
248
-                  'type' => 'string',
249
-                ),
250
-              ),
251
-            ),
252
-          )
253
-        )
254
-    );
60
+	$this->activities = new Google_Service_Reports_Activities_Resource(
61
+		$this,
62
+		$this->serviceName,
63
+		'activities',
64
+		array(
65
+		  'methods' => array(
66
+			'list' => array(
67
+			  'path' => 'activity/users/{userKey}/applications/{applicationName}',
68
+			  'httpMethod' => 'GET',
69
+			  'parameters' => array(
70
+				'userKey' => array(
71
+				  'location' => 'path',
72
+				  'type' => 'string',
73
+				  'required' => true,
74
+				),
75
+				'applicationName' => array(
76
+				  'location' => 'path',
77
+				  'type' => 'string',
78
+				  'required' => true,
79
+				),
80
+				'startTime' => array(
81
+				  'location' => 'query',
82
+				  'type' => 'string',
83
+				),
84
+				'actorIpAddress' => array(
85
+				  'location' => 'query',
86
+				  'type' => 'string',
87
+				),
88
+				'maxResults' => array(
89
+				  'location' => 'query',
90
+				  'type' => 'integer',
91
+				),
92
+				'eventName' => array(
93
+				  'location' => 'query',
94
+				  'type' => 'string',
95
+				),
96
+				'pageToken' => array(
97
+				  'location' => 'query',
98
+				  'type' => 'string',
99
+				),
100
+				'filters' => array(
101
+				  'location' => 'query',
102
+				  'type' => 'string',
103
+				),
104
+				'endTime' => array(
105
+				  'location' => 'query',
106
+				  'type' => 'string',
107
+				),
108
+				'customerId' => array(
109
+				  'location' => 'query',
110
+				  'type' => 'string',
111
+				),
112
+			  ),
113
+			),'watch' => array(
114
+			  'path' => 'activity/users/{userKey}/applications/{applicationName}/watch',
115
+			  'httpMethod' => 'POST',
116
+			  'parameters' => array(
117
+				'userKey' => array(
118
+				  'location' => 'path',
119
+				  'type' => 'string',
120
+				  'required' => true,
121
+				),
122
+				'applicationName' => array(
123
+				  'location' => 'path',
124
+				  'type' => 'string',
125
+				  'required' => true,
126
+				),
127
+				'startTime' => array(
128
+				  'location' => 'query',
129
+				  'type' => 'string',
130
+				),
131
+				'actorIpAddress' => array(
132
+				  'location' => 'query',
133
+				  'type' => 'string',
134
+				),
135
+				'maxResults' => array(
136
+				  'location' => 'query',
137
+				  'type' => 'integer',
138
+				),
139
+				'eventName' => array(
140
+				  'location' => 'query',
141
+				  'type' => 'string',
142
+				),
143
+				'pageToken' => array(
144
+				  'location' => 'query',
145
+				  'type' => 'string',
146
+				),
147
+				'filters' => array(
148
+				  'location' => 'query',
149
+				  'type' => 'string',
150
+				),
151
+				'endTime' => array(
152
+				  'location' => 'query',
153
+				  'type' => 'string',
154
+				),
155
+				'customerId' => array(
156
+				  'location' => 'query',
157
+				  'type' => 'string',
158
+				),
159
+			  ),
160
+			),
161
+		  )
162
+		)
163
+	);
164
+	$this->channels = new Google_Service_Reports_Channels_Resource(
165
+		$this,
166
+		$this->serviceName,
167
+		'channels',
168
+		array(
169
+		  'methods' => array(
170
+			'stop' => array(
171
+			  'path' => '/admin/reports_v1/channels/stop',
172
+			  'httpMethod' => 'POST',
173
+			  'parameters' => array(),
174
+			),
175
+		  )
176
+		)
177
+	);
178
+	$this->customerUsageReports = new Google_Service_Reports_CustomerUsageReports_Resource(
179
+		$this,
180
+		$this->serviceName,
181
+		'customerUsageReports',
182
+		array(
183
+		  'methods' => array(
184
+			'get' => array(
185
+			  'path' => 'usage/dates/{date}',
186
+			  'httpMethod' => 'GET',
187
+			  'parameters' => array(
188
+				'date' => array(
189
+				  'location' => 'path',
190
+				  'type' => 'string',
191
+				  'required' => true,
192
+				),
193
+				'pageToken' => array(
194
+				  'location' => 'query',
195
+				  'type' => 'string',
196
+				),
197
+				'customerId' => array(
198
+				  'location' => 'query',
199
+				  'type' => 'string',
200
+				),
201
+				'parameters' => array(
202
+				  'location' => 'query',
203
+				  'type' => 'string',
204
+				),
205
+			  ),
206
+			),
207
+		  )
208
+		)
209
+	);
210
+	$this->userUsageReport = new Google_Service_Reports_UserUsageReport_Resource(
211
+		$this,
212
+		$this->serviceName,
213
+		'userUsageReport',
214
+		array(
215
+		  'methods' => array(
216
+			'get' => array(
217
+			  'path' => 'usage/users/{userKey}/dates/{date}',
218
+			  'httpMethod' => 'GET',
219
+			  'parameters' => array(
220
+				'userKey' => array(
221
+				  'location' => 'path',
222
+				  'type' => 'string',
223
+				  'required' => true,
224
+				),
225
+				'date' => array(
226
+				  'location' => 'path',
227
+				  'type' => 'string',
228
+				  'required' => true,
229
+				),
230
+				'parameters' => array(
231
+				  'location' => 'query',
232
+				  'type' => 'string',
233
+				),
234
+				'maxResults' => array(
235
+				  'location' => 'query',
236
+				  'type' => 'integer',
237
+				),
238
+				'pageToken' => array(
239
+				  'location' => 'query',
240
+				  'type' => 'string',
241
+				),
242
+				'filters' => array(
243
+				  'location' => 'query',
244
+				  'type' => 'string',
245
+				),
246
+				'customerId' => array(
247
+				  'location' => 'query',
248
+				  'type' => 'string',
249
+				),
250
+			  ),
251
+			),
252
+		  )
253
+		)
254
+	);
255 255
   }
256 256
 }
257 257
 
@@ -296,9 +296,9 @@  discard block
 block discarded – undo
296 296
    */
297 297
   public function listActivities($userKey, $applicationName, $optParams = array())
298 298
   {
299
-    $params = array('userKey' => $userKey, 'applicationName' => $applicationName);
300
-    $params = array_merge($params, $optParams);
301
-    return $this->call('list', array($params), "Google_Service_Reports_Activities");
299
+	$params = array('userKey' => $userKey, 'applicationName' => $applicationName);
300
+	$params = array_merge($params, $optParams);
301
+	return $this->call('list', array($params), "Google_Service_Reports_Activities");
302 302
   }
303 303
 
304 304
   /**
@@ -330,9 +330,9 @@  discard block
 block discarded – undo
330 330
    */
331 331
   public function watch($userKey, $applicationName, Google_Service_Reports_Channel $postBody, $optParams = array())
332 332
   {
333
-    $params = array('userKey' => $userKey, 'applicationName' => $applicationName, 'postBody' => $postBody);
334
-    $params = array_merge($params, $optParams);
335
-    return $this->call('watch', array($params), "Google_Service_Reports_Channel");
333
+	$params = array('userKey' => $userKey, 'applicationName' => $applicationName, 'postBody' => $postBody);
334
+	$params = array_merge($params, $optParams);
335
+	return $this->call('watch', array($params), "Google_Service_Reports_Channel");
336 336
   }
337 337
 }
338 338
 
@@ -355,9 +355,9 @@  discard block
 block discarded – undo
355 355
    */
356 356
   public function stop(Google_Service_Reports_Channel $postBody, $optParams = array())
357 357
   {
358
-    $params = array('postBody' => $postBody);
359
-    $params = array_merge($params, $optParams);
360
-    return $this->call('stop', array($params));
358
+	$params = array('postBody' => $postBody);
359
+	$params = array_merge($params, $optParams);
360
+	return $this->call('stop', array($params));
361 361
   }
362 362
 }
363 363
 
@@ -389,9 +389,9 @@  discard block
 block discarded – undo
389 389
    */
390 390
   public function get($date, $optParams = array())
391 391
   {
392
-    $params = array('date' => $date);
393
-    $params = array_merge($params, $optParams);
394
-    return $this->call('get', array($params), "Google_Service_Reports_UsageReports");
392
+	$params = array('date' => $date);
393
+	$params = array_merge($params, $optParams);
394
+	return $this->call('get', array($params), "Google_Service_Reports_UsageReports");
395 395
   }
396 396
 }
397 397
 
@@ -429,9 +429,9 @@  discard block
 block discarded – undo
429 429
    */
430 430
   public function get($userKey, $date, $optParams = array())
431 431
   {
432
-    $params = array('userKey' => $userKey, 'date' => $date);
433
-    $params = array_merge($params, $optParams);
434
-    return $this->call('get', array($params), "Google_Service_Reports_UsageReports");
432
+	$params = array('userKey' => $userKey, 'date' => $date);
433
+	$params = array_merge($params, $optParams);
434
+	return $this->call('get', array($params), "Google_Service_Reports_UsageReports");
435 435
   }
436 436
 }
437 437
 
@@ -452,35 +452,35 @@  discard block
 block discarded – undo
452 452
 
453 453
   public function setEtag($etag)
454 454
   {
455
-    $this->etag = $etag;
455
+	$this->etag = $etag;
456 456
   }
457 457
   public function getEtag()
458 458
   {
459
-    return $this->etag;
459
+	return $this->etag;
460 460
   }
461 461
   public function setItems($items)
462 462
   {
463
-    $this->items = $items;
463
+	$this->items = $items;
464 464
   }
465 465
   public function getItems()
466 466
   {
467
-    return $this->items;
467
+	return $this->items;
468 468
   }
469 469
   public function setKind($kind)
470 470
   {
471
-    $this->kind = $kind;
471
+	$this->kind = $kind;
472 472
   }
473 473
   public function getKind()
474 474
   {
475
-    return $this->kind;
475
+	return $this->kind;
476 476
   }
477 477
   public function setNextPageToken($nextPageToken)
478 478
   {
479
-    $this->nextPageToken = $nextPageToken;
479
+	$this->nextPageToken = $nextPageToken;
480 480
   }
481 481
   public function getNextPageToken()
482 482
   {
483
-    return $this->nextPageToken;
483
+	return $this->nextPageToken;
484 484
   }
485 485
 }
486 486
 
@@ -503,59 +503,59 @@  discard block
 block discarded – undo
503 503
 
504 504
   public function setActor(Google_Service_Reports_ActivityActor $actor)
505 505
   {
506
-    $this->actor = $actor;
506
+	$this->actor = $actor;
507 507
   }
508 508
   public function getActor()
509 509
   {
510
-    return $this->actor;
510
+	return $this->actor;
511 511
   }
512 512
   public function setEtag($etag)
513 513
   {
514
-    $this->etag = $etag;
514
+	$this->etag = $etag;
515 515
   }
516 516
   public function getEtag()
517 517
   {
518
-    return $this->etag;
518
+	return $this->etag;
519 519
   }
520 520
   public function setEvents($events)
521 521
   {
522
-    $this->events = $events;
522
+	$this->events = $events;
523 523
   }
524 524
   public function getEvents()
525 525
   {
526
-    return $this->events;
526
+	return $this->events;
527 527
   }
528 528
   public function setId(Google_Service_Reports_ActivityId $id)
529 529
   {
530
-    $this->id = $id;
530
+	$this->id = $id;
531 531
   }
532 532
   public function getId()
533 533
   {
534
-    return $this->id;
534
+	return $this->id;
535 535
   }
536 536
   public function setIpAddress($ipAddress)
537 537
   {
538
-    $this->ipAddress = $ipAddress;
538
+	$this->ipAddress = $ipAddress;
539 539
   }
540 540
   public function getIpAddress()
541 541
   {
542
-    return $this->ipAddress;
542
+	return $this->ipAddress;
543 543
   }
544 544
   public function setKind($kind)
545 545
   {
546
-    $this->kind = $kind;
546
+	$this->kind = $kind;
547 547
   }
548 548
   public function getKind()
549 549
   {
550
-    return $this->kind;
550
+	return $this->kind;
551 551
   }
552 552
   public function setOwnerDomain($ownerDomain)
553 553
   {
554
-    $this->ownerDomain = $ownerDomain;
554
+	$this->ownerDomain = $ownerDomain;
555 555
   }
556 556
   public function getOwnerDomain()
557 557
   {
558
-    return $this->ownerDomain;
558
+	return $this->ownerDomain;
559 559
   }
560 560
 }
561 561
 
@@ -571,35 +571,35 @@  discard block
 block discarded – undo
571 571
 
572 572
   public function setCallerType($callerType)
573 573
   {
574
-    $this->callerType = $callerType;
574
+	$this->callerType = $callerType;
575 575
   }
576 576
   public function getCallerType()
577 577
   {
578
-    return $this->callerType;
578
+	return $this->callerType;
579 579
   }
580 580
   public function setEmail($email)
581 581
   {
582
-    $this->email = $email;
582
+	$this->email = $email;
583 583
   }
584 584
   public function getEmail()
585 585
   {
586
-    return $this->email;
586
+	return $this->email;
587 587
   }
588 588
   public function setKey($key)
589 589
   {
590
-    $this->key = $key;
590
+	$this->key = $key;
591 591
   }
592 592
   public function getKey()
593 593
   {
594
-    return $this->key;
594
+	return $this->key;
595 595
   }
596 596
   public function setProfileId($profileId)
597 597
   {
598
-    $this->profileId = $profileId;
598
+	$this->profileId = $profileId;
599 599
   }
600 600
   public function getProfileId()
601 601
   {
602
-    return $this->profileId;
602
+	return $this->profileId;
603 603
   }
604 604
 }
605 605
 
@@ -616,27 +616,27 @@  discard block
 block discarded – undo
616 616
 
617 617
   public function setName($name)
618 618
   {
619
-    $this->name = $name;
619
+	$this->name = $name;
620 620
   }
621 621
   public function getName()
622 622
   {
623
-    return $this->name;
623
+	return $this->name;
624 624
   }
625 625
   public function setParameters($parameters)
626 626
   {
627
-    $this->parameters = $parameters;
627
+	$this->parameters = $parameters;
628 628
   }
629 629
   public function getParameters()
630 630
   {
631
-    return $this->parameters;
631
+	return $this->parameters;
632 632
   }
633 633
   public function setType($type)
634 634
   {
635
-    $this->type = $type;
635
+	$this->type = $type;
636 636
   }
637 637
   public function getType()
638 638
   {
639
-    return $this->type;
639
+	return $this->type;
640 640
   }
641 641
 }
642 642
 
@@ -655,51 +655,51 @@  discard block
 block discarded – undo
655 655
 
656 656
   public function setBoolValue($boolValue)
657 657
   {
658
-    $this->boolValue = $boolValue;
658
+	$this->boolValue = $boolValue;
659 659
   }
660 660
   public function getBoolValue()
661 661
   {
662
-    return $this->boolValue;
662
+	return $this->boolValue;
663 663
   }
664 664
   public function setIntValue($intValue)
665 665
   {
666
-    $this->intValue = $intValue;
666
+	$this->intValue = $intValue;
667 667
   }
668 668
   public function getIntValue()
669 669
   {
670
-    return $this->intValue;
670
+	return $this->intValue;
671 671
   }
672 672
   public function setMultiIntValue($multiIntValue)
673 673
   {
674
-    $this->multiIntValue = $multiIntValue;
674
+	$this->multiIntValue = $multiIntValue;
675 675
   }
676 676
   public function getMultiIntValue()
677 677
   {
678
-    return $this->multiIntValue;
678
+	return $this->multiIntValue;
679 679
   }
680 680
   public function setMultiValue($multiValue)
681 681
   {
682
-    $this->multiValue = $multiValue;
682
+	$this->multiValue = $multiValue;
683 683
   }
684 684
   public function getMultiValue()
685 685
   {
686
-    return $this->multiValue;
686
+	return $this->multiValue;
687 687
   }
688 688
   public function setName($name)
689 689
   {
690
-    $this->name = $name;
690
+	$this->name = $name;
691 691
   }
692 692
   public function getName()
693 693
   {
694
-    return $this->name;
694
+	return $this->name;
695 695
   }
696 696
   public function setValue($value)
697 697
   {
698
-    $this->value = $value;
698
+	$this->value = $value;
699 699
   }
700 700
   public function getValue()
701 701
   {
702
-    return $this->value;
702
+	return $this->value;
703 703
   }
704 704
 }
705 705
 
@@ -715,35 +715,35 @@  discard block
 block discarded – undo
715 715
 
716 716
   public function setApplicationName($applicationName)
717 717
   {
718
-    $this->applicationName = $applicationName;
718
+	$this->applicationName = $applicationName;
719 719
   }
720 720
   public function getApplicationName()
721 721
   {
722
-    return $this->applicationName;
722
+	return $this->applicationName;
723 723
   }
724 724
   public function setCustomerId($customerId)
725 725
   {
726
-    $this->customerId = $customerId;
726
+	$this->customerId = $customerId;
727 727
   }
728 728
   public function getCustomerId()
729 729
   {
730
-    return $this->customerId;
730
+	return $this->customerId;
731 731
   }
732 732
   public function setTime($time)
733 733
   {
734
-    $this->time = $time;
734
+	$this->time = $time;
735 735
   }
736 736
   public function getTime()
737 737
   {
738
-    return $this->time;
738
+	return $this->time;
739 739
   }
740 740
   public function setUniqueQualifier($uniqueQualifier)
741 741
   {
742
-    $this->uniqueQualifier = $uniqueQualifier;
742
+	$this->uniqueQualifier = $uniqueQualifier;
743 743
   }
744 744
   public function getUniqueQualifier()
745 745
   {
746
-    return $this->uniqueQualifier;
746
+	return $this->uniqueQualifier;
747 747
   }
748 748
 }
749 749
 
@@ -765,83 +765,83 @@  discard block
 block discarded – undo
765 765
 
766 766
   public function setAddress($address)
767 767
   {
768
-    $this->address = $address;
768
+	$this->address = $address;
769 769
   }
770 770
   public function getAddress()
771 771
   {
772
-    return $this->address;
772
+	return $this->address;
773 773
   }
774 774
   public function setExpiration($expiration)
775 775
   {
776
-    $this->expiration = $expiration;
776
+	$this->expiration = $expiration;
777 777
   }
778 778
   public function getExpiration()
779 779
   {
780
-    return $this->expiration;
780
+	return $this->expiration;
781 781
   }
782 782
   public function setId($id)
783 783
   {
784
-    $this->id = $id;
784
+	$this->id = $id;
785 785
   }
786 786
   public function getId()
787 787
   {
788
-    return $this->id;
788
+	return $this->id;
789 789
   }
790 790
   public function setKind($kind)
791 791
   {
792
-    $this->kind = $kind;
792
+	$this->kind = $kind;
793 793
   }
794 794
   public function getKind()
795 795
   {
796
-    return $this->kind;
796
+	return $this->kind;
797 797
   }
798 798
   public function setParams($params)
799 799
   {
800
-    $this->params = $params;
800
+	$this->params = $params;
801 801
   }
802 802
   public function getParams()
803 803
   {
804
-    return $this->params;
804
+	return $this->params;
805 805
   }
806 806
   public function setPayload($payload)
807 807
   {
808
-    $this->payload = $payload;
808
+	$this->payload = $payload;
809 809
   }
810 810
   public function getPayload()
811 811
   {
812
-    return $this->payload;
812
+	return $this->payload;
813 813
   }
814 814
   public function setResourceId($resourceId)
815 815
   {
816
-    $this->resourceId = $resourceId;
816
+	$this->resourceId = $resourceId;
817 817
   }
818 818
   public function getResourceId()
819 819
   {
820
-    return $this->resourceId;
820
+	return $this->resourceId;
821 821
   }
822 822
   public function setResourceUri($resourceUri)
823 823
   {
824
-    $this->resourceUri = $resourceUri;
824
+	$this->resourceUri = $resourceUri;
825 825
   }
826 826
   public function getResourceUri()
827 827
   {
828
-    return $this->resourceUri;
828
+	return $this->resourceUri;
829 829
   }
830 830
   public function setToken($token)
831 831
   {
832
-    $this->token = $token;
832
+	$this->token = $token;
833 833
   }
834 834
   public function getToken()
835 835
   {
836
-    return $this->token;
836
+	return $this->token;
837 837
   }
838 838
   public function setType($type)
839 839
   {
840
-    $this->type = $type;
840
+	$this->type = $type;
841 841
   }
842 842
   public function getType()
843 843
   {
844
-    return $this->type;
844
+	return $this->type;
845 845
   }
846 846
 }
847 847
 
@@ -865,43 +865,43 @@  discard block
 block discarded – undo
865 865
 
866 866
   public function setDate($date)
867 867
   {
868
-    $this->date = $date;
868
+	$this->date = $date;
869 869
   }
870 870
   public function getDate()
871 871
   {
872
-    return $this->date;
872
+	return $this->date;
873 873
   }
874 874
   public function setEntity(Google_Service_Reports_UsageReportEntity $entity)
875 875
   {
876
-    $this->entity = $entity;
876
+	$this->entity = $entity;
877 877
   }
878 878
   public function getEntity()
879 879
   {
880
-    return $this->entity;
880
+	return $this->entity;
881 881
   }
882 882
   public function setEtag($etag)
883 883
   {
884
-    $this->etag = $etag;
884
+	$this->etag = $etag;
885 885
   }
886 886
   public function getEtag()
887 887
   {
888
-    return $this->etag;
888
+	return $this->etag;
889 889
   }
890 890
   public function setKind($kind)
891 891
   {
892
-    $this->kind = $kind;
892
+	$this->kind = $kind;
893 893
   }
894 894
   public function getKind()
895 895
   {
896
-    return $this->kind;
896
+	return $this->kind;
897 897
   }
898 898
   public function setParameters($parameters)
899 899
   {
900
-    $this->parameters = $parameters;
900
+	$this->parameters = $parameters;
901 901
   }
902 902
   public function getParameters()
903 903
   {
904
-    return $this->parameters;
904
+	return $this->parameters;
905 905
   }
906 906
 }
907 907
 
@@ -917,35 +917,35 @@  discard block
 block discarded – undo
917 917
 
918 918
   public function setCustomerId($customerId)
919 919
   {
920
-    $this->customerId = $customerId;
920
+	$this->customerId = $customerId;
921 921
   }
922 922
   public function getCustomerId()
923 923
   {
924
-    return $this->customerId;
924
+	return $this->customerId;
925 925
   }
926 926
   public function setProfileId($profileId)
927 927
   {
928
-    $this->profileId = $profileId;
928
+	$this->profileId = $profileId;
929 929
   }
930 930
   public function getProfileId()
931 931
   {
932
-    return $this->profileId;
932
+	return $this->profileId;
933 933
   }
934 934
   public function setType($type)
935 935
   {
936
-    $this->type = $type;
936
+	$this->type = $type;
937 937
   }
938 938
   public function getType()
939 939
   {
940
-    return $this->type;
940
+	return $this->type;
941 941
   }
942 942
   public function setUserEmail($userEmail)
943 943
   {
944
-    $this->userEmail = $userEmail;
944
+	$this->userEmail = $userEmail;
945 945
   }
946 946
   public function getUserEmail()
947 947
   {
948
-    return $this->userEmail;
948
+	return $this->userEmail;
949 949
   }
950 950
 }
951 951
 
@@ -964,51 +964,51 @@  discard block
 block discarded – undo
964 964
 
965 965
   public function setBoolValue($boolValue)
966 966
   {
967
-    $this->boolValue = $boolValue;
967
+	$this->boolValue = $boolValue;
968 968
   }
969 969
   public function getBoolValue()
970 970
   {
971
-    return $this->boolValue;
971
+	return $this->boolValue;
972 972
   }
973 973
   public function setDatetimeValue($datetimeValue)
974 974
   {
975
-    $this->datetimeValue = $datetimeValue;
975
+	$this->datetimeValue = $datetimeValue;
976 976
   }
977 977
   public function getDatetimeValue()
978 978
   {
979
-    return $this->datetimeValue;
979
+	return $this->datetimeValue;
980 980
   }
981 981
   public function setIntValue($intValue)
982 982
   {
983
-    $this->intValue = $intValue;
983
+	$this->intValue = $intValue;
984 984
   }
985 985
   public function getIntValue()
986 986
   {
987
-    return $this->intValue;
987
+	return $this->intValue;
988 988
   }
989 989
   public function setMsgValue($msgValue)
990 990
   {
991
-    $this->msgValue = $msgValue;
991
+	$this->msgValue = $msgValue;
992 992
   }
993 993
   public function getMsgValue()
994 994
   {
995
-    return $this->msgValue;
995
+	return $this->msgValue;
996 996
   }
997 997
   public function setName($name)
998 998
   {
999
-    $this->name = $name;
999
+	$this->name = $name;
1000 1000
   }
1001 1001
   public function getName()
1002 1002
   {
1003
-    return $this->name;
1003
+	return $this->name;
1004 1004
   }
1005 1005
   public function setStringValue($stringValue)
1006 1006
   {
1007
-    $this->stringValue = $stringValue;
1007
+	$this->stringValue = $stringValue;
1008 1008
   }
1009 1009
   public function getStringValue()
1010 1010
   {
1011
-    return $this->stringValue;
1011
+	return $this->stringValue;
1012 1012
   }
1013 1013
 }
1014 1014
 
@@ -1032,43 +1032,43 @@  discard block
 block discarded – undo
1032 1032
 
1033 1033
   public function setEtag($etag)
1034 1034
   {
1035
-    $this->etag = $etag;
1035
+	$this->etag = $etag;
1036 1036
   }
1037 1037
   public function getEtag()
1038 1038
   {
1039
-    return $this->etag;
1039
+	return $this->etag;
1040 1040
   }
1041 1041
   public function setKind($kind)
1042 1042
   {
1043
-    $this->kind = $kind;
1043
+	$this->kind = $kind;
1044 1044
   }
1045 1045
   public function getKind()
1046 1046
   {
1047
-    return $this->kind;
1047
+	return $this->kind;
1048 1048
   }
1049 1049
   public function setNextPageToken($nextPageToken)
1050 1050
   {
1051
-    $this->nextPageToken = $nextPageToken;
1051
+	$this->nextPageToken = $nextPageToken;
1052 1052
   }
1053 1053
   public function getNextPageToken()
1054 1054
   {
1055
-    return $this->nextPageToken;
1055
+	return $this->nextPageToken;
1056 1056
   }
1057 1057
   public function setUsageReports($usageReports)
1058 1058
   {
1059
-    $this->usageReports = $usageReports;
1059
+	$this->usageReports = $usageReports;
1060 1060
   }
1061 1061
   public function getUsageReports()
1062 1062
   {
1063
-    return $this->usageReports;
1063
+	return $this->usageReports;
1064 1064
   }
1065 1065
   public function setWarnings($warnings)
1066 1066
   {
1067
-    $this->warnings = $warnings;
1067
+	$this->warnings = $warnings;
1068 1068
   }
1069 1069
   public function getWarnings()
1070 1070
   {
1071
-    return $this->warnings;
1071
+	return $this->warnings;
1072 1072
   }
1073 1073
 }
1074 1074
 
@@ -1085,27 +1085,27 @@  discard block
 block discarded – undo
1085 1085
 
1086 1086
   public function setCode($code)
1087 1087
   {
1088
-    $this->code = $code;
1088
+	$this->code = $code;
1089 1089
   }
1090 1090
   public function getCode()
1091 1091
   {
1092
-    return $this->code;
1092
+	return $this->code;
1093 1093
   }
1094 1094
   public function setData($data)
1095 1095
   {
1096
-    $this->data = $data;
1096
+	$this->data = $data;
1097 1097
   }
1098 1098
   public function getData()
1099 1099
   {
1100
-    return $this->data;
1100
+	return $this->data;
1101 1101
   }
1102 1102
   public function setMessage($message)
1103 1103
   {
1104
-    $this->message = $message;
1104
+	$this->message = $message;
1105 1105
   }
1106 1106
   public function getMessage()
1107 1107
   {
1108
-    return $this->message;
1108
+	return $this->message;
1109 1109
   }
1110 1110
 }
1111 1111
 
@@ -1119,18 +1119,18 @@  discard block
 block discarded – undo
1119 1119
 
1120 1120
   public function setKey($key)
1121 1121
   {
1122
-    $this->key = $key;
1122
+	$this->key = $key;
1123 1123
   }
1124 1124
   public function getKey()
1125 1125
   {
1126
-    return $this->key;
1126
+	return $this->key;
1127 1127
   }
1128 1128
   public function setValue($value)
1129 1129
   {
1130
-    $this->value = $value;
1130
+	$this->value = $value;
1131 1131
   }
1132 1132
   public function getValue()
1133 1133
   {
1134
-    return $this->value;
1134
+	return $this->value;
1135 1135
   }
1136 1136
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
                   'type' => 'string',
111 111
                 ),
112 112
               ),
113
-            ),'watch' => array(
113
+            ), 'watch' => array(
114 114
               'path' => 'activity/users/{userKey}/applications/{applicationName}/watch',
115 115
               'httpMethod' => 'POST',
116 116
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Reseller.php 3 patches
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -310,7 +310,7 @@  discard block
 block discarded – undo
310 310
   /**
311 311
    * Creates a customer resource if one does not already exist. (customers.insert)
312 312
    *
313
-   * @param Google_Customer $postBody
313
+   * @param Google_Service_Reseller_Customer $postBody
314 314
    * @param array $optParams Optional parameters.
315 315
    *
316 316
    * @opt_param string customerAuthToken An auth token needed for inserting a
@@ -330,7 +330,7 @@  discard block
 block discarded – undo
330 330
    * This method supports patch semantics. (customers.patch)
331 331
    *
332 332
    * @param string $customerId Id of the Customer
333
-   * @param Google_Customer $postBody
333
+   * @param Google_Service_Reseller_Customer $postBody
334 334
    * @param array $optParams Optional parameters.
335 335
    * @return Google_Service_Reseller_Customer
336 336
    */
@@ -346,7 +346,7 @@  discard block
 block discarded – undo
346 346
    * (customers.update)
347 347
    *
348 348
    * @param string $customerId Id of the Customer
349
-   * @param Google_Customer $postBody
349
+   * @param Google_Service_Reseller_Customer $postBody
350 350
    * @param array $optParams Optional parameters.
351 351
    * @return Google_Service_Reseller_Customer
352 352
    */
@@ -392,7 +392,7 @@  discard block
 block discarded – undo
392 392
    * @param string $customerId Id of the Customer
393 393
    * @param string $subscriptionId Id of the subscription, which is unique for a
394 394
    * customer
395
-   * @param Google_ChangePlanRequest $postBody
395
+   * @param Google_Service_Reseller_ChangePlanRequest $postBody
396 396
    * @param array $optParams Optional parameters.
397 397
    * @return Google_Service_Reseller_Subscription
398 398
    */
@@ -410,7 +410,7 @@  discard block
 block discarded – undo
410 410
    * @param string $customerId Id of the Customer
411 411
    * @param string $subscriptionId Id of the subscription, which is unique for a
412 412
    * customer
413
-   * @param Google_RenewalSettings $postBody
413
+   * @param Google_Service_Reseller_RenewalSettings $postBody
414 414
    * @param array $optParams Optional parameters.
415 415
    * @return Google_Service_Reseller_Subscription
416 416
    */
@@ -427,7 +427,7 @@  discard block
 block discarded – undo
427 427
    * @param string $customerId Id of the Customer
428 428
    * @param string $subscriptionId Id of the subscription, which is unique for a
429 429
    * customer
430
-   * @param Google_Seats $postBody
430
+   * @param Google_Service_Reseller_Seats $postBody
431 431
    * @param array $optParams Optional parameters.
432 432
    * @return Google_Service_Reseller_Subscription
433 433
    */
@@ -475,7 +475,7 @@  discard block
 block discarded – undo
475 475
    * Creates/Transfers a subscription for the customer. (subscriptions.insert)
476 476
    *
477 477
    * @param string $customerId Id of the Customer
478
-   * @param Google_Subscription $postBody
478
+   * @param Google_Service_Reseller_Subscription $postBody
479 479
    * @param array $optParams Optional parameters.
480 480
    *
481 481
    * @opt_param string customerAuthToken An auth token needed for transferring a
Please login to merge, or discard this patch.
Indentation   +380 added lines, -380 removed lines patch added patch discarded remove patch
@@ -32,10 +32,10 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage users on your domain. */
34 34
   const APPS_ORDER =
35
-      "https://www.googleapis.com/auth/apps.order";
35
+	  "https://www.googleapis.com/auth/apps.order";
36 36
   /** Manage users on your domain. */
37 37
   const APPS_ORDER_READONLY =
38
-      "https://www.googleapis.com/auth/apps.order.readonly";
38
+	  "https://www.googleapis.com/auth/apps.order.readonly";
39 39
 
40 40
   public $customers;
41 41
   public $subscriptions;
@@ -48,235 +48,235 @@  discard block
 block discarded – undo
48 48
    */
49 49
   public function __construct(Google_Client $client)
50 50
   {
51
-    parent::__construct($client);
52
-    $this->rootUrl = 'https://www.googleapis.com/';
53
-    $this->servicePath = 'apps/reseller/v1/';
54
-    $this->version = 'v1';
55
-    $this->serviceName = 'reseller';
51
+	parent::__construct($client);
52
+	$this->rootUrl = 'https://www.googleapis.com/';
53
+	$this->servicePath = 'apps/reseller/v1/';
54
+	$this->version = 'v1';
55
+	$this->serviceName = 'reseller';
56 56
 
57
-    $this->customers = new Google_Service_Reseller_Customers_Resource(
58
-        $this,
59
-        $this->serviceName,
60
-        'customers',
61
-        array(
62
-          'methods' => array(
63
-            'get' => array(
64
-              'path' => 'customers/{customerId}',
65
-              'httpMethod' => 'GET',
66
-              'parameters' => array(
67
-                'customerId' => array(
68
-                  'location' => 'path',
69
-                  'type' => 'string',
70
-                  'required' => true,
71
-                ),
72
-              ),
73
-            ),'insert' => array(
74
-              'path' => 'customers',
75
-              'httpMethod' => 'POST',
76
-              'parameters' => array(
77
-                'customerAuthToken' => array(
78
-                  'location' => 'query',
79
-                  'type' => 'string',
80
-                ),
81
-              ),
82
-            ),'patch' => array(
83
-              'path' => 'customers/{customerId}',
84
-              'httpMethod' => 'PATCH',
85
-              'parameters' => array(
86
-                'customerId' => array(
87
-                  'location' => 'path',
88
-                  'type' => 'string',
89
-                  'required' => true,
90
-                ),
91
-              ),
92
-            ),'update' => array(
93
-              'path' => 'customers/{customerId}',
94
-              'httpMethod' => 'PUT',
95
-              'parameters' => array(
96
-                'customerId' => array(
97
-                  'location' => 'path',
98
-                  'type' => 'string',
99
-                  'required' => true,
100
-                ),
101
-              ),
102
-            ),
103
-          )
104
-        )
105
-    );
106
-    $this->subscriptions = new Google_Service_Reseller_Subscriptions_Resource(
107
-        $this,
108
-        $this->serviceName,
109
-        'subscriptions',
110
-        array(
111
-          'methods' => array(
112
-            'activate' => array(
113
-              'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/activate',
114
-              'httpMethod' => 'POST',
115
-              'parameters' => array(
116
-                'customerId' => array(
117
-                  'location' => 'path',
118
-                  'type' => 'string',
119
-                  'required' => true,
120
-                ),
121
-                'subscriptionId' => array(
122
-                  'location' => 'path',
123
-                  'type' => 'string',
124
-                  'required' => true,
125
-                ),
126
-              ),
127
-            ),'changePlan' => array(
128
-              'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/changePlan',
129
-              'httpMethod' => 'POST',
130
-              'parameters' => array(
131
-                'customerId' => array(
132
-                  'location' => 'path',
133
-                  'type' => 'string',
134
-                  'required' => true,
135
-                ),
136
-                'subscriptionId' => array(
137
-                  'location' => 'path',
138
-                  'type' => 'string',
139
-                  'required' => true,
140
-                ),
141
-              ),
142
-            ),'changeRenewalSettings' => array(
143
-              'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/changeRenewalSettings',
144
-              'httpMethod' => 'POST',
145
-              'parameters' => array(
146
-                'customerId' => array(
147
-                  'location' => 'path',
148
-                  'type' => 'string',
149
-                  'required' => true,
150
-                ),
151
-                'subscriptionId' => array(
152
-                  'location' => 'path',
153
-                  'type' => 'string',
154
-                  'required' => true,
155
-                ),
156
-              ),
157
-            ),'changeSeats' => array(
158
-              'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/changeSeats',
159
-              'httpMethod' => 'POST',
160
-              'parameters' => array(
161
-                'customerId' => array(
162
-                  'location' => 'path',
163
-                  'type' => 'string',
164
-                  'required' => true,
165
-                ),
166
-                'subscriptionId' => array(
167
-                  'location' => 'path',
168
-                  'type' => 'string',
169
-                  'required' => true,
170
-                ),
171
-              ),
172
-            ),'delete' => array(
173
-              'path' => 'customers/{customerId}/subscriptions/{subscriptionId}',
174
-              'httpMethod' => 'DELETE',
175
-              'parameters' => array(
176
-                'customerId' => array(
177
-                  'location' => 'path',
178
-                  'type' => 'string',
179
-                  'required' => true,
180
-                ),
181
-                'subscriptionId' => array(
182
-                  'location' => 'path',
183
-                  'type' => 'string',
184
-                  'required' => true,
185
-                ),
186
-                'deletionType' => array(
187
-                  'location' => 'query',
188
-                  'type' => 'string',
189
-                  'required' => true,
190
-                ),
191
-              ),
192
-            ),'get' => array(
193
-              'path' => 'customers/{customerId}/subscriptions/{subscriptionId}',
194
-              'httpMethod' => 'GET',
195
-              'parameters' => array(
196
-                'customerId' => array(
197
-                  'location' => 'path',
198
-                  'type' => 'string',
199
-                  'required' => true,
200
-                ),
201
-                'subscriptionId' => array(
202
-                  'location' => 'path',
203
-                  'type' => 'string',
204
-                  'required' => true,
205
-                ),
206
-              ),
207
-            ),'insert' => array(
208
-              'path' => 'customers/{customerId}/subscriptions',
209
-              'httpMethod' => 'POST',
210
-              'parameters' => array(
211
-                'customerId' => array(
212
-                  'location' => 'path',
213
-                  'type' => 'string',
214
-                  'required' => true,
215
-                ),
216
-                'customerAuthToken' => array(
217
-                  'location' => 'query',
218
-                  'type' => 'string',
219
-                ),
220
-              ),
221
-            ),'list' => array(
222
-              'path' => 'subscriptions',
223
-              'httpMethod' => 'GET',
224
-              'parameters' => array(
225
-                'customerAuthToken' => array(
226
-                  'location' => 'query',
227
-                  'type' => 'string',
228
-                ),
229
-                'pageToken' => array(
230
-                  'location' => 'query',
231
-                  'type' => 'string',
232
-                ),
233
-                'customerId' => array(
234
-                  'location' => 'query',
235
-                  'type' => 'string',
236
-                ),
237
-                'maxResults' => array(
238
-                  'location' => 'query',
239
-                  'type' => 'integer',
240
-                ),
241
-                'customerNamePrefix' => array(
242
-                  'location' => 'query',
243
-                  'type' => 'string',
244
-                ),
245
-              ),
246
-            ),'startPaidService' => array(
247
-              'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/startPaidService',
248
-              'httpMethod' => 'POST',
249
-              'parameters' => array(
250
-                'customerId' => array(
251
-                  'location' => 'path',
252
-                  'type' => 'string',
253
-                  'required' => true,
254
-                ),
255
-                'subscriptionId' => array(
256
-                  'location' => 'path',
257
-                  'type' => 'string',
258
-                  'required' => true,
259
-                ),
260
-              ),
261
-            ),'suspend' => array(
262
-              'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/suspend',
263
-              'httpMethod' => 'POST',
264
-              'parameters' => array(
265
-                'customerId' => array(
266
-                  'location' => 'path',
267
-                  'type' => 'string',
268
-                  'required' => true,
269
-                ),
270
-                'subscriptionId' => array(
271
-                  'location' => 'path',
272
-                  'type' => 'string',
273
-                  'required' => true,
274
-                ),
275
-              ),
276
-            ),
277
-          )
278
-        )
279
-    );
57
+	$this->customers = new Google_Service_Reseller_Customers_Resource(
58
+		$this,
59
+		$this->serviceName,
60
+		'customers',
61
+		array(
62
+		  'methods' => array(
63
+			'get' => array(
64
+			  'path' => 'customers/{customerId}',
65
+			  'httpMethod' => 'GET',
66
+			  'parameters' => array(
67
+				'customerId' => array(
68
+				  'location' => 'path',
69
+				  'type' => 'string',
70
+				  'required' => true,
71
+				),
72
+			  ),
73
+			),'insert' => array(
74
+			  'path' => 'customers',
75
+			  'httpMethod' => 'POST',
76
+			  'parameters' => array(
77
+				'customerAuthToken' => array(
78
+				  'location' => 'query',
79
+				  'type' => 'string',
80
+				),
81
+			  ),
82
+			),'patch' => array(
83
+			  'path' => 'customers/{customerId}',
84
+			  'httpMethod' => 'PATCH',
85
+			  'parameters' => array(
86
+				'customerId' => array(
87
+				  'location' => 'path',
88
+				  'type' => 'string',
89
+				  'required' => true,
90
+				),
91
+			  ),
92
+			),'update' => array(
93
+			  'path' => 'customers/{customerId}',
94
+			  'httpMethod' => 'PUT',
95
+			  'parameters' => array(
96
+				'customerId' => array(
97
+				  'location' => 'path',
98
+				  'type' => 'string',
99
+				  'required' => true,
100
+				),
101
+			  ),
102
+			),
103
+		  )
104
+		)
105
+	);
106
+	$this->subscriptions = new Google_Service_Reseller_Subscriptions_Resource(
107
+		$this,
108
+		$this->serviceName,
109
+		'subscriptions',
110
+		array(
111
+		  'methods' => array(
112
+			'activate' => array(
113
+			  'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/activate',
114
+			  'httpMethod' => 'POST',
115
+			  'parameters' => array(
116
+				'customerId' => array(
117
+				  'location' => 'path',
118
+				  'type' => 'string',
119
+				  'required' => true,
120
+				),
121
+				'subscriptionId' => array(
122
+				  'location' => 'path',
123
+				  'type' => 'string',
124
+				  'required' => true,
125
+				),
126
+			  ),
127
+			),'changePlan' => array(
128
+			  'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/changePlan',
129
+			  'httpMethod' => 'POST',
130
+			  'parameters' => array(
131
+				'customerId' => array(
132
+				  'location' => 'path',
133
+				  'type' => 'string',
134
+				  'required' => true,
135
+				),
136
+				'subscriptionId' => array(
137
+				  'location' => 'path',
138
+				  'type' => 'string',
139
+				  'required' => true,
140
+				),
141
+			  ),
142
+			),'changeRenewalSettings' => array(
143
+			  'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/changeRenewalSettings',
144
+			  'httpMethod' => 'POST',
145
+			  'parameters' => array(
146
+				'customerId' => array(
147
+				  'location' => 'path',
148
+				  'type' => 'string',
149
+				  'required' => true,
150
+				),
151
+				'subscriptionId' => array(
152
+				  'location' => 'path',
153
+				  'type' => 'string',
154
+				  'required' => true,
155
+				),
156
+			  ),
157
+			),'changeSeats' => array(
158
+			  'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/changeSeats',
159
+			  'httpMethod' => 'POST',
160
+			  'parameters' => array(
161
+				'customerId' => array(
162
+				  'location' => 'path',
163
+				  'type' => 'string',
164
+				  'required' => true,
165
+				),
166
+				'subscriptionId' => array(
167
+				  'location' => 'path',
168
+				  'type' => 'string',
169
+				  'required' => true,
170
+				),
171
+			  ),
172
+			),'delete' => array(
173
+			  'path' => 'customers/{customerId}/subscriptions/{subscriptionId}',
174
+			  'httpMethod' => 'DELETE',
175
+			  'parameters' => array(
176
+				'customerId' => array(
177
+				  'location' => 'path',
178
+				  'type' => 'string',
179
+				  'required' => true,
180
+				),
181
+				'subscriptionId' => array(
182
+				  'location' => 'path',
183
+				  'type' => 'string',
184
+				  'required' => true,
185
+				),
186
+				'deletionType' => array(
187
+				  'location' => 'query',
188
+				  'type' => 'string',
189
+				  'required' => true,
190
+				),
191
+			  ),
192
+			),'get' => array(
193
+			  'path' => 'customers/{customerId}/subscriptions/{subscriptionId}',
194
+			  'httpMethod' => 'GET',
195
+			  'parameters' => array(
196
+				'customerId' => array(
197
+				  'location' => 'path',
198
+				  'type' => 'string',
199
+				  'required' => true,
200
+				),
201
+				'subscriptionId' => array(
202
+				  'location' => 'path',
203
+				  'type' => 'string',
204
+				  'required' => true,
205
+				),
206
+			  ),
207
+			),'insert' => array(
208
+			  'path' => 'customers/{customerId}/subscriptions',
209
+			  'httpMethod' => 'POST',
210
+			  'parameters' => array(
211
+				'customerId' => array(
212
+				  'location' => 'path',
213
+				  'type' => 'string',
214
+				  'required' => true,
215
+				),
216
+				'customerAuthToken' => array(
217
+				  'location' => 'query',
218
+				  'type' => 'string',
219
+				),
220
+			  ),
221
+			),'list' => array(
222
+			  'path' => 'subscriptions',
223
+			  'httpMethod' => 'GET',
224
+			  'parameters' => array(
225
+				'customerAuthToken' => array(
226
+				  'location' => 'query',
227
+				  'type' => 'string',
228
+				),
229
+				'pageToken' => array(
230
+				  'location' => 'query',
231
+				  'type' => 'string',
232
+				),
233
+				'customerId' => array(
234
+				  'location' => 'query',
235
+				  'type' => 'string',
236
+				),
237
+				'maxResults' => array(
238
+				  'location' => 'query',
239
+				  'type' => 'integer',
240
+				),
241
+				'customerNamePrefix' => array(
242
+				  'location' => 'query',
243
+				  'type' => 'string',
244
+				),
245
+			  ),
246
+			),'startPaidService' => array(
247
+			  'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/startPaidService',
248
+			  'httpMethod' => 'POST',
249
+			  'parameters' => array(
250
+				'customerId' => array(
251
+				  'location' => 'path',
252
+				  'type' => 'string',
253
+				  'required' => true,
254
+				),
255
+				'subscriptionId' => array(
256
+				  'location' => 'path',
257
+				  'type' => 'string',
258
+				  'required' => true,
259
+				),
260
+			  ),
261
+			),'suspend' => array(
262
+			  'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/suspend',
263
+			  'httpMethod' => 'POST',
264
+			  'parameters' => array(
265
+				'customerId' => array(
266
+				  'location' => 'path',
267
+				  'type' => 'string',
268
+				  'required' => true,
269
+				),
270
+				'subscriptionId' => array(
271
+				  'location' => 'path',
272
+				  'type' => 'string',
273
+				  'required' => true,
274
+				),
275
+			  ),
276
+			),
277
+		  )
278
+		)
279
+	);
280 280
   }
281 281
 }
282 282
 
@@ -302,9 +302,9 @@  discard block
 block discarded – undo
302 302
    */
303 303
   public function get($customerId, $optParams = array())
304 304
   {
305
-    $params = array('customerId' => $customerId);
306
-    $params = array_merge($params, $optParams);
307
-    return $this->call('get', array($params), "Google_Service_Reseller_Customer");
305
+	$params = array('customerId' => $customerId);
306
+	$params = array_merge($params, $optParams);
307
+	return $this->call('get', array($params), "Google_Service_Reseller_Customer");
308 308
   }
309 309
 
310 310
   /**
@@ -320,9 +320,9 @@  discard block
 block discarded – undo
320 320
    */
321 321
   public function insert(Google_Service_Reseller_Customer $postBody, $optParams = array())
322 322
   {
323
-    $params = array('postBody' => $postBody);
324
-    $params = array_merge($params, $optParams);
325
-    return $this->call('insert', array($params), "Google_Service_Reseller_Customer");
323
+	$params = array('postBody' => $postBody);
324
+	$params = array_merge($params, $optParams);
325
+	return $this->call('insert', array($params), "Google_Service_Reseller_Customer");
326 326
   }
327 327
 
328 328
   /**
@@ -336,9 +336,9 @@  discard block
 block discarded – undo
336 336
    */
337 337
   public function patch($customerId, Google_Service_Reseller_Customer $postBody, $optParams = array())
338 338
   {
339
-    $params = array('customerId' => $customerId, 'postBody' => $postBody);
340
-    $params = array_merge($params, $optParams);
341
-    return $this->call('patch', array($params), "Google_Service_Reseller_Customer");
339
+	$params = array('customerId' => $customerId, 'postBody' => $postBody);
340
+	$params = array_merge($params, $optParams);
341
+	return $this->call('patch', array($params), "Google_Service_Reseller_Customer");
342 342
   }
343 343
 
344 344
   /**
@@ -352,9 +352,9 @@  discard block
 block discarded – undo
352 352
    */
353 353
   public function update($customerId, Google_Service_Reseller_Customer $postBody, $optParams = array())
354 354
   {
355
-    $params = array('customerId' => $customerId, 'postBody' => $postBody);
356
-    $params = array_merge($params, $optParams);
357
-    return $this->call('update', array($params), "Google_Service_Reseller_Customer");
355
+	$params = array('customerId' => $customerId, 'postBody' => $postBody);
356
+	$params = array_merge($params, $optParams);
357
+	return $this->call('update', array($params), "Google_Service_Reseller_Customer");
358 358
   }
359 359
 }
360 360
 
@@ -381,9 +381,9 @@  discard block
 block discarded – undo
381 381
    */
382 382
   public function activate($customerId, $subscriptionId, $optParams = array())
383 383
   {
384
-    $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId);
385
-    $params = array_merge($params, $optParams);
386
-    return $this->call('activate', array($params), "Google_Service_Reseller_Subscription");
384
+	$params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId);
385
+	$params = array_merge($params, $optParams);
386
+	return $this->call('activate', array($params), "Google_Service_Reseller_Subscription");
387 387
   }
388 388
 
389 389
   /**
@@ -398,9 +398,9 @@  discard block
 block discarded – undo
398 398
    */
399 399
   public function changePlan($customerId, $subscriptionId, Google_Service_Reseller_ChangePlanRequest $postBody, $optParams = array())
400 400
   {
401
-    $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBody);
402
-    $params = array_merge($params, $optParams);
403
-    return $this->call('changePlan', array($params), "Google_Service_Reseller_Subscription");
401
+	$params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBody);
402
+	$params = array_merge($params, $optParams);
403
+	return $this->call('changePlan', array($params), "Google_Service_Reseller_Subscription");
404 404
   }
405 405
 
406 406
   /**
@@ -416,9 +416,9 @@  discard block
 block discarded – undo
416 416
    */
417 417
   public function changeRenewalSettings($customerId, $subscriptionId, Google_Service_Reseller_RenewalSettings $postBody, $optParams = array())
418 418
   {
419
-    $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBody);
420
-    $params = array_merge($params, $optParams);
421
-    return $this->call('changeRenewalSettings', array($params), "Google_Service_Reseller_Subscription");
419
+	$params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBody);
420
+	$params = array_merge($params, $optParams);
421
+	return $this->call('changeRenewalSettings', array($params), "Google_Service_Reseller_Subscription");
422 422
   }
423 423
 
424 424
   /**
@@ -433,9 +433,9 @@  discard block
 block discarded – undo
433 433
    */
434 434
   public function changeSeats($customerId, $subscriptionId, Google_Service_Reseller_Seats $postBody, $optParams = array())
435 435
   {
436
-    $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBody);
437
-    $params = array_merge($params, $optParams);
438
-    return $this->call('changeSeats', array($params), "Google_Service_Reseller_Subscription");
436
+	$params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'postBody' => $postBody);
437
+	$params = array_merge($params, $optParams);
438
+	return $this->call('changeSeats', array($params), "Google_Service_Reseller_Subscription");
439 439
   }
440 440
 
441 441
   /**
@@ -450,9 +450,9 @@  discard block
 block discarded – undo
450 450
    */
451 451
   public function delete($customerId, $subscriptionId, $deletionType, $optParams = array())
452 452
   {
453
-    $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'deletionType' => $deletionType);
454
-    $params = array_merge($params, $optParams);
455
-    return $this->call('delete', array($params));
453
+	$params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId, 'deletionType' => $deletionType);
454
+	$params = array_merge($params, $optParams);
455
+	return $this->call('delete', array($params));
456 456
   }
457 457
 
458 458
   /**
@@ -466,9 +466,9 @@  discard block
 block discarded – undo
466 466
    */
467 467
   public function get($customerId, $subscriptionId, $optParams = array())
468 468
   {
469
-    $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId);
470
-    $params = array_merge($params, $optParams);
471
-    return $this->call('get', array($params), "Google_Service_Reseller_Subscription");
469
+	$params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId);
470
+	$params = array_merge($params, $optParams);
471
+	return $this->call('get', array($params), "Google_Service_Reseller_Subscription");
472 472
   }
473 473
 
474 474
   /**
@@ -485,9 +485,9 @@  discard block
 block discarded – undo
485 485
    */
486 486
   public function insert($customerId, Google_Service_Reseller_Subscription $postBody, $optParams = array())
487 487
   {
488
-    $params = array('customerId' => $customerId, 'postBody' => $postBody);
489
-    $params = array_merge($params, $optParams);
490
-    return $this->call('insert', array($params), "Google_Service_Reseller_Subscription");
488
+	$params = array('customerId' => $customerId, 'postBody' => $postBody);
489
+	$params = array_merge($params, $optParams);
490
+	return $this->call('insert', array($params), "Google_Service_Reseller_Subscription");
491 491
   }
492 492
 
493 493
   /**
@@ -508,9 +508,9 @@  discard block
 block discarded – undo
508 508
    */
509 509
   public function listSubscriptions($optParams = array())
510 510
   {
511
-    $params = array();
512
-    $params = array_merge($params, $optParams);
513
-    return $this->call('list', array($params), "Google_Service_Reseller_Subscriptions");
511
+	$params = array();
512
+	$params = array_merge($params, $optParams);
513
+	return $this->call('list', array($params), "Google_Service_Reseller_Subscriptions");
514 514
   }
515 515
 
516 516
   /**
@@ -524,9 +524,9 @@  discard block
 block discarded – undo
524 524
    */
525 525
   public function startPaidService($customerId, $subscriptionId, $optParams = array())
526 526
   {
527
-    $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId);
528
-    $params = array_merge($params, $optParams);
529
-    return $this->call('startPaidService', array($params), "Google_Service_Reseller_Subscription");
527
+	$params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId);
528
+	$params = array_merge($params, $optParams);
529
+	return $this->call('startPaidService', array($params), "Google_Service_Reseller_Subscription");
530 530
   }
531 531
 
532 532
   /**
@@ -540,9 +540,9 @@  discard block
 block discarded – undo
540 540
    */
541 541
   public function suspend($customerId, $subscriptionId, $optParams = array())
542 542
   {
543
-    $params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId);
544
-    $params = array_merge($params, $optParams);
545
-    return $this->call('suspend', array($params), "Google_Service_Reseller_Subscription");
543
+	$params = array('customerId' => $customerId, 'subscriptionId' => $subscriptionId);
544
+	$params = array_merge($params, $optParams);
545
+	return $this->call('suspend', array($params), "Google_Service_Reseller_Subscription");
546 546
   }
547 547
 }
548 548
 
@@ -567,83 +567,83 @@  discard block
 block discarded – undo
567 567
 
568 568
   public function setAddressLine1($addressLine1)
569 569
   {
570
-    $this->addressLine1 = $addressLine1;
570
+	$this->addressLine1 = $addressLine1;
571 571
   }
572 572
   public function getAddressLine1()
573 573
   {
574
-    return $this->addressLine1;
574
+	return $this->addressLine1;
575 575
   }
576 576
   public function setAddressLine2($addressLine2)
577 577
   {
578
-    $this->addressLine2 = $addressLine2;
578
+	$this->addressLine2 = $addressLine2;
579 579
   }
580 580
   public function getAddressLine2()
581 581
   {
582
-    return $this->addressLine2;
582
+	return $this->addressLine2;
583 583
   }
584 584
   public function setAddressLine3($addressLine3)
585 585
   {
586
-    $this->addressLine3 = $addressLine3;
586
+	$this->addressLine3 = $addressLine3;
587 587
   }
588 588
   public function getAddressLine3()
589 589
   {
590
-    return $this->addressLine3;
590
+	return $this->addressLine3;
591 591
   }
592 592
   public function setContactName($contactName)
593 593
   {
594
-    $this->contactName = $contactName;
594
+	$this->contactName = $contactName;
595 595
   }
596 596
   public function getContactName()
597 597
   {
598
-    return $this->contactName;
598
+	return $this->contactName;
599 599
   }
600 600
   public function setCountryCode($countryCode)
601 601
   {
602
-    $this->countryCode = $countryCode;
602
+	$this->countryCode = $countryCode;
603 603
   }
604 604
   public function getCountryCode()
605 605
   {
606
-    return $this->countryCode;
606
+	return $this->countryCode;
607 607
   }
608 608
   public function setKind($kind)
609 609
   {
610
-    $this->kind = $kind;
610
+	$this->kind = $kind;
611 611
   }
612 612
   public function getKind()
613 613
   {
614
-    return $this->kind;
614
+	return $this->kind;
615 615
   }
616 616
   public function setLocality($locality)
617 617
   {
618
-    $this->locality = $locality;
618
+	$this->locality = $locality;
619 619
   }
620 620
   public function getLocality()
621 621
   {
622
-    return $this->locality;
622
+	return $this->locality;
623 623
   }
624 624
   public function setOrganizationName($organizationName)
625 625
   {
626
-    $this->organizationName = $organizationName;
626
+	$this->organizationName = $organizationName;
627 627
   }
628 628
   public function getOrganizationName()
629 629
   {
630
-    return $this->organizationName;
630
+	return $this->organizationName;
631 631
   }
632 632
   public function setPostalCode($postalCode)
633 633
   {
634
-    $this->postalCode = $postalCode;
634
+	$this->postalCode = $postalCode;
635 635
   }
636 636
   public function getPostalCode()
637 637
   {
638
-    return $this->postalCode;
638
+	return $this->postalCode;
639 639
   }
640 640
   public function setRegion($region)
641 641
   {
642
-    $this->region = $region;
642
+	$this->region = $region;
643 643
   }
644 644
   public function getRegion()
645 645
   {
646
-    return $this->region;
646
+	return $this->region;
647 647
   }
648 648
 }
649 649
 
@@ -660,35 +660,35 @@  discard block
 block discarded – undo
660 660
 
661 661
   public function setKind($kind)
662 662
   {
663
-    $this->kind = $kind;
663
+	$this->kind = $kind;
664 664
   }
665 665
   public function getKind()
666 666
   {
667
-    return $this->kind;
667
+	return $this->kind;
668 668
   }
669 669
   public function setPlanName($planName)
670 670
   {
671
-    $this->planName = $planName;
671
+	$this->planName = $planName;
672 672
   }
673 673
   public function getPlanName()
674 674
   {
675
-    return $this->planName;
675
+	return $this->planName;
676 676
   }
677 677
   public function setPurchaseOrderId($purchaseOrderId)
678 678
   {
679
-    $this->purchaseOrderId = $purchaseOrderId;
679
+	$this->purchaseOrderId = $purchaseOrderId;
680 680
   }
681 681
   public function getPurchaseOrderId()
682 682
   {
683
-    return $this->purchaseOrderId;
683
+	return $this->purchaseOrderId;
684 684
   }
685 685
   public function setSeats(Google_Service_Reseller_Seats $seats)
686 686
   {
687
-    $this->seats = $seats;
687
+	$this->seats = $seats;
688 688
   }
689 689
   public function getSeats()
690 690
   {
691
-    return $this->seats;
691
+	return $this->seats;
692 692
   }
693 693
 }
694 694
 
@@ -708,59 +708,59 @@  discard block
 block discarded – undo
708 708
 
709 709
   public function setAlternateEmail($alternateEmail)
710 710
   {
711
-    $this->alternateEmail = $alternateEmail;
711
+	$this->alternateEmail = $alternateEmail;
712 712
   }
713 713
   public function getAlternateEmail()
714 714
   {
715
-    return $this->alternateEmail;
715
+	return $this->alternateEmail;
716 716
   }
717 717
   public function setCustomerDomain($customerDomain)
718 718
   {
719
-    $this->customerDomain = $customerDomain;
719
+	$this->customerDomain = $customerDomain;
720 720
   }
721 721
   public function getCustomerDomain()
722 722
   {
723
-    return $this->customerDomain;
723
+	return $this->customerDomain;
724 724
   }
725 725
   public function setCustomerId($customerId)
726 726
   {
727
-    $this->customerId = $customerId;
727
+	$this->customerId = $customerId;
728 728
   }
729 729
   public function getCustomerId()
730 730
   {
731
-    return $this->customerId;
731
+	return $this->customerId;
732 732
   }
733 733
   public function setKind($kind)
734 734
   {
735
-    $this->kind = $kind;
735
+	$this->kind = $kind;
736 736
   }
737 737
   public function getKind()
738 738
   {
739
-    return $this->kind;
739
+	return $this->kind;
740 740
   }
741 741
   public function setPhoneNumber($phoneNumber)
742 742
   {
743
-    $this->phoneNumber = $phoneNumber;
743
+	$this->phoneNumber = $phoneNumber;
744 744
   }
745 745
   public function getPhoneNumber()
746 746
   {
747
-    return $this->phoneNumber;
747
+	return $this->phoneNumber;
748 748
   }
749 749
   public function setPostalAddress(Google_Service_Reseller_Address $postalAddress)
750 750
   {
751
-    $this->postalAddress = $postalAddress;
751
+	$this->postalAddress = $postalAddress;
752 752
   }
753 753
   public function getPostalAddress()
754 754
   {
755
-    return $this->postalAddress;
755
+	return $this->postalAddress;
756 756
   }
757 757
   public function setResourceUiUrl($resourceUiUrl)
758 758
   {
759
-    $this->resourceUiUrl = $resourceUiUrl;
759
+	$this->resourceUiUrl = $resourceUiUrl;
760 760
   }
761 761
   public function getResourceUiUrl()
762 762
   {
763
-    return $this->resourceUiUrl;
763
+	return $this->resourceUiUrl;
764 764
   }
765 765
 }
766 766
 
@@ -774,19 +774,19 @@  discard block
 block discarded – undo
774 774
 
775 775
   public function setKind($kind)
776 776
   {
777
-    $this->kind = $kind;
777
+	$this->kind = $kind;
778 778
   }
779 779
   public function getKind()
780 780
   {
781
-    return $this->kind;
781
+	return $this->kind;
782 782
   }
783 783
   public function setRenewalType($renewalType)
784 784
   {
785
-    $this->renewalType = $renewalType;
785
+	$this->renewalType = $renewalType;
786 786
   }
787 787
   public function getRenewalType()
788 788
   {
789
-    return $this->renewalType;
789
+	return $this->renewalType;
790 790
   }
791 791
 }
792 792
 
@@ -802,35 +802,35 @@  discard block
 block discarded – undo
802 802
 
803 803
   public function setKind($kind)
804 804
   {
805
-    $this->kind = $kind;
805
+	$this->kind = $kind;
806 806
   }
807 807
   public function getKind()
808 808
   {
809
-    return $this->kind;
809
+	return $this->kind;
810 810
   }
811 811
   public function setLicensedNumberOfSeats($licensedNumberOfSeats)
812 812
   {
813
-    $this->licensedNumberOfSeats = $licensedNumberOfSeats;
813
+	$this->licensedNumberOfSeats = $licensedNumberOfSeats;
814 814
   }
815 815
   public function getLicensedNumberOfSeats()
816 816
   {
817
-    return $this->licensedNumberOfSeats;
817
+	return $this->licensedNumberOfSeats;
818 818
   }
819 819
   public function setMaximumNumberOfSeats($maximumNumberOfSeats)
820 820
   {
821
-    $this->maximumNumberOfSeats = $maximumNumberOfSeats;
821
+	$this->maximumNumberOfSeats = $maximumNumberOfSeats;
822 822
   }
823 823
   public function getMaximumNumberOfSeats()
824 824
   {
825
-    return $this->maximumNumberOfSeats;
825
+	return $this->maximumNumberOfSeats;
826 826
   }
827 827
   public function setNumberOfSeats($numberOfSeats)
828 828
   {
829
-    $this->numberOfSeats = $numberOfSeats;
829
+	$this->numberOfSeats = $numberOfSeats;
830 830
   }
831 831
   public function getNumberOfSeats()
832 832
   {
833
-    return $this->numberOfSeats;
833
+	return $this->numberOfSeats;
834 834
   }
835 835
 }
836 836
 
@@ -863,123 +863,123 @@  discard block
 block discarded – undo
863 863
 
864 864
   public function setBillingMethod($billingMethod)
865 865
   {
866
-    $this->billingMethod = $billingMethod;
866
+	$this->billingMethod = $billingMethod;
867 867
   }
868 868
   public function getBillingMethod()
869 869
   {
870
-    return $this->billingMethod;
870
+	return $this->billingMethod;
871 871
   }
872 872
   public function setCreationTime($creationTime)
873 873
   {
874
-    $this->creationTime = $creationTime;
874
+	$this->creationTime = $creationTime;
875 875
   }
876 876
   public function getCreationTime()
877 877
   {
878
-    return $this->creationTime;
878
+	return $this->creationTime;
879 879
   }
880 880
   public function setCustomerId($customerId)
881 881
   {
882
-    $this->customerId = $customerId;
882
+	$this->customerId = $customerId;
883 883
   }
884 884
   public function getCustomerId()
885 885
   {
886
-    return $this->customerId;
886
+	return $this->customerId;
887 887
   }
888 888
   public function setKind($kind)
889 889
   {
890
-    $this->kind = $kind;
890
+	$this->kind = $kind;
891 891
   }
892 892
   public function getKind()
893 893
   {
894
-    return $this->kind;
894
+	return $this->kind;
895 895
   }
896 896
   public function setPlan(Google_Service_Reseller_SubscriptionPlan $plan)
897 897
   {
898
-    $this->plan = $plan;
898
+	$this->plan = $plan;
899 899
   }
900 900
   public function getPlan()
901 901
   {
902
-    return $this->plan;
902
+	return $this->plan;
903 903
   }
904 904
   public function setPurchaseOrderId($purchaseOrderId)
905 905
   {
906
-    $this->purchaseOrderId = $purchaseOrderId;
906
+	$this->purchaseOrderId = $purchaseOrderId;
907 907
   }
908 908
   public function getPurchaseOrderId()
909 909
   {
910
-    return $this->purchaseOrderId;
910
+	return $this->purchaseOrderId;
911 911
   }
912 912
   public function setRenewalSettings(Google_Service_Reseller_RenewalSettings $renewalSettings)
913 913
   {
914
-    $this->renewalSettings = $renewalSettings;
914
+	$this->renewalSettings = $renewalSettings;
915 915
   }
916 916
   public function getRenewalSettings()
917 917
   {
918
-    return $this->renewalSettings;
918
+	return $this->renewalSettings;
919 919
   }
920 920
   public function setResourceUiUrl($resourceUiUrl)
921 921
   {
922
-    $this->resourceUiUrl = $resourceUiUrl;
922
+	$this->resourceUiUrl = $resourceUiUrl;
923 923
   }
924 924
   public function getResourceUiUrl()
925 925
   {
926
-    return $this->resourceUiUrl;
926
+	return $this->resourceUiUrl;
927 927
   }
928 928
   public function setSeats(Google_Service_Reseller_Seats $seats)
929 929
   {
930
-    $this->seats = $seats;
930
+	$this->seats = $seats;
931 931
   }
932 932
   public function getSeats()
933 933
   {
934
-    return $this->seats;
934
+	return $this->seats;
935 935
   }
936 936
   public function setSkuId($skuId)
937 937
   {
938
-    $this->skuId = $skuId;
938
+	$this->skuId = $skuId;
939 939
   }
940 940
   public function getSkuId()
941 941
   {
942
-    return $this->skuId;
942
+	return $this->skuId;
943 943
   }
944 944
   public function setStatus($status)
945 945
   {
946
-    $this->status = $status;
946
+	$this->status = $status;
947 947
   }
948 948
   public function getStatus()
949 949
   {
950
-    return $this->status;
950
+	return $this->status;
951 951
   }
952 952
   public function setSubscriptionId($subscriptionId)
953 953
   {
954
-    $this->subscriptionId = $subscriptionId;
954
+	$this->subscriptionId = $subscriptionId;
955 955
   }
956 956
   public function getSubscriptionId()
957 957
   {
958
-    return $this->subscriptionId;
958
+	return $this->subscriptionId;
959 959
   }
960 960
   public function setSuspensionReasons($suspensionReasons)
961 961
   {
962
-    $this->suspensionReasons = $suspensionReasons;
962
+	$this->suspensionReasons = $suspensionReasons;
963 963
   }
964 964
   public function getSuspensionReasons()
965 965
   {
966
-    return $this->suspensionReasons;
966
+	return $this->suspensionReasons;
967 967
   }
968 968
   public function setTransferInfo(Google_Service_Reseller_SubscriptionTransferInfo $transferInfo)
969 969
   {
970
-    $this->transferInfo = $transferInfo;
970
+	$this->transferInfo = $transferInfo;
971 971
   }
972 972
   public function getTransferInfo()
973 973
   {
974
-    return $this->transferInfo;
974
+	return $this->transferInfo;
975 975
   }
976 976
   public function setTrialSettings(Google_Service_Reseller_SubscriptionTrialSettings $trialSettings)
977 977
   {
978
-    $this->trialSettings = $trialSettings;
978
+	$this->trialSettings = $trialSettings;
979 979
   }
980 980
   public function getTrialSettings()
981 981
   {
982
-    return $this->trialSettings;
982
+	return $this->trialSettings;
983 983
   }
984 984
 }
985 985
 
@@ -995,27 +995,27 @@  discard block
 block discarded – undo
995 995
 
996 996
   public function setCommitmentInterval(Google_Service_Reseller_SubscriptionPlanCommitmentInterval $commitmentInterval)
997 997
   {
998
-    $this->commitmentInterval = $commitmentInterval;
998
+	$this->commitmentInterval = $commitmentInterval;
999 999
   }
1000 1000
   public function getCommitmentInterval()
1001 1001
   {
1002
-    return $this->commitmentInterval;
1002
+	return $this->commitmentInterval;
1003 1003
   }
1004 1004
   public function setIsCommitmentPlan($isCommitmentPlan)
1005 1005
   {
1006
-    $this->isCommitmentPlan = $isCommitmentPlan;
1006
+	$this->isCommitmentPlan = $isCommitmentPlan;
1007 1007
   }
1008 1008
   public function getIsCommitmentPlan()
1009 1009
   {
1010
-    return $this->isCommitmentPlan;
1010
+	return $this->isCommitmentPlan;
1011 1011
   }
1012 1012
   public function setPlanName($planName)
1013 1013
   {
1014
-    $this->planName = $planName;
1014
+	$this->planName = $planName;
1015 1015
   }
1016 1016
   public function getPlanName()
1017 1017
   {
1018
-    return $this->planName;
1018
+	return $this->planName;
1019 1019
   }
1020 1020
 }
1021 1021
 
@@ -1029,19 +1029,19 @@  discard block
 block discarded – undo
1029 1029
 
1030 1030
   public function setEndTime($endTime)
1031 1031
   {
1032
-    $this->endTime = $endTime;
1032
+	$this->endTime = $endTime;
1033 1033
   }
1034 1034
   public function getEndTime()
1035 1035
   {
1036
-    return $this->endTime;
1036
+	return $this->endTime;
1037 1037
   }
1038 1038
   public function setStartTime($startTime)
1039 1039
   {
1040
-    $this->startTime = $startTime;
1040
+	$this->startTime = $startTime;
1041 1041
   }
1042 1042
   public function getStartTime()
1043 1043
   {
1044
-    return $this->startTime;
1044
+	return $this->startTime;
1045 1045
   }
1046 1046
 }
1047 1047
 
@@ -1055,19 +1055,19 @@  discard block
 block discarded – undo
1055 1055
 
1056 1056
   public function setMinimumTransferableSeats($minimumTransferableSeats)
1057 1057
   {
1058
-    $this->minimumTransferableSeats = $minimumTransferableSeats;
1058
+	$this->minimumTransferableSeats = $minimumTransferableSeats;
1059 1059
   }
1060 1060
   public function getMinimumTransferableSeats()
1061 1061
   {
1062
-    return $this->minimumTransferableSeats;
1062
+	return $this->minimumTransferableSeats;
1063 1063
   }
1064 1064
   public function setTransferabilityExpirationTime($transferabilityExpirationTime)
1065 1065
   {
1066
-    $this->transferabilityExpirationTime = $transferabilityExpirationTime;
1066
+	$this->transferabilityExpirationTime = $transferabilityExpirationTime;
1067 1067
   }
1068 1068
   public function getTransferabilityExpirationTime()
1069 1069
   {
1070
-    return $this->transferabilityExpirationTime;
1070
+	return $this->transferabilityExpirationTime;
1071 1071
   }
1072 1072
 }
1073 1073
 
@@ -1081,19 +1081,19 @@  discard block
 block discarded – undo
1081 1081
 
1082 1082
   public function setIsInTrial($isInTrial)
1083 1083
   {
1084
-    $this->isInTrial = $isInTrial;
1084
+	$this->isInTrial = $isInTrial;
1085 1085
   }
1086 1086
   public function getIsInTrial()
1087 1087
   {
1088
-    return $this->isInTrial;
1088
+	return $this->isInTrial;
1089 1089
   }
1090 1090
   public function setTrialEndTime($trialEndTime)
1091 1091
   {
1092
-    $this->trialEndTime = $trialEndTime;
1092
+	$this->trialEndTime = $trialEndTime;
1093 1093
   }
1094 1094
   public function getTrialEndTime()
1095 1095
   {
1096
-    return $this->trialEndTime;
1096
+	return $this->trialEndTime;
1097 1097
   }
1098 1098
 }
1099 1099
 
@@ -1110,26 +1110,26 @@  discard block
 block discarded – undo
1110 1110
 
1111 1111
   public function setKind($kind)
1112 1112
   {
1113
-    $this->kind = $kind;
1113
+	$this->kind = $kind;
1114 1114
   }
1115 1115
   public function getKind()
1116 1116
   {
1117
-    return $this->kind;
1117
+	return $this->kind;
1118 1118
   }
1119 1119
   public function setNextPageToken($nextPageToken)
1120 1120
   {
1121
-    $this->nextPageToken = $nextPageToken;
1121
+	$this->nextPageToken = $nextPageToken;
1122 1122
   }
1123 1123
   public function getNextPageToken()
1124 1124
   {
1125
-    return $this->nextPageToken;
1125
+	return $this->nextPageToken;
1126 1126
   }
1127 1127
   public function setSubscriptions($subscriptions)
1128 1128
   {
1129
-    $this->subscriptions = $subscriptions;
1129
+	$this->subscriptions = $subscriptions;
1130 1130
   }
1131 1131
   public function getSubscriptions()
1132 1132
   {
1133
-    return $this->subscriptions;
1133
+	return $this->subscriptions;
1134 1134
   }
1135 1135
 }
Please login to merge, or discard this patch.
Spacing   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
                   'required' => true,
71 71
                 ),
72 72
               ),
73
-            ),'insert' => array(
73
+            ), 'insert' => array(
74 74
               'path' => 'customers',
75 75
               'httpMethod' => 'POST',
76 76
               'parameters' => array(
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
                   'type' => 'string',
80 80
                 ),
81 81
               ),
82
-            ),'patch' => array(
82
+            ), 'patch' => array(
83 83
               'path' => 'customers/{customerId}',
84 84
               'httpMethod' => 'PATCH',
85 85
               'parameters' => array(
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
                   'required' => true,
90 90
                 ),
91 91
               ),
92
-            ),'update' => array(
92
+            ), 'update' => array(
93 93
               'path' => 'customers/{customerId}',
94 94
               'httpMethod' => 'PUT',
95 95
               'parameters' => array(
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
                   'required' => true,
125 125
                 ),
126 126
               ),
127
-            ),'changePlan' => array(
127
+            ), 'changePlan' => array(
128 128
               'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/changePlan',
129 129
               'httpMethod' => 'POST',
130 130
               'parameters' => array(
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
                   'required' => true,
140 140
                 ),
141 141
               ),
142
-            ),'changeRenewalSettings' => array(
142
+            ), 'changeRenewalSettings' => array(
143 143
               'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/changeRenewalSettings',
144 144
               'httpMethod' => 'POST',
145 145
               'parameters' => array(
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
                   'required' => true,
155 155
                 ),
156 156
               ),
157
-            ),'changeSeats' => array(
157
+            ), 'changeSeats' => array(
158 158
               'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/changeSeats',
159 159
               'httpMethod' => 'POST',
160 160
               'parameters' => array(
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
                   'required' => true,
170 170
                 ),
171 171
               ),
172
-            ),'delete' => array(
172
+            ), 'delete' => array(
173 173
               'path' => 'customers/{customerId}/subscriptions/{subscriptionId}',
174 174
               'httpMethod' => 'DELETE',
175 175
               'parameters' => array(
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
                   'required' => true,
190 190
                 ),
191 191
               ),
192
-            ),'get' => array(
192
+            ), 'get' => array(
193 193
               'path' => 'customers/{customerId}/subscriptions/{subscriptionId}',
194 194
               'httpMethod' => 'GET',
195 195
               'parameters' => array(
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
                   'required' => true,
205 205
                 ),
206 206
               ),
207
-            ),'insert' => array(
207
+            ), 'insert' => array(
208 208
               'path' => 'customers/{customerId}/subscriptions',
209 209
               'httpMethod' => 'POST',
210 210
               'parameters' => array(
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
                   'type' => 'string',
219 219
                 ),
220 220
               ),
221
-            ),'list' => array(
221
+            ), 'list' => array(
222 222
               'path' => 'subscriptions',
223 223
               'httpMethod' => 'GET',
224 224
               'parameters' => array(
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
                   'type' => 'string',
244 244
                 ),
245 245
               ),
246
-            ),'startPaidService' => array(
246
+            ), 'startPaidService' => array(
247 247
               'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/startPaidService',
248 248
               'httpMethod' => 'POST',
249 249
               'parameters' => array(
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
258 258
                   'required' => true,
259 259
                 ),
260 260
               ),
261
-            ),'suspend' => array(
261
+            ), 'suspend' => array(
262 262
               'path' => 'customers/{customerId}/subscriptions/{subscriptionId}/suspend',
263 263
               'httpMethod' => 'POST',
264 264
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Resource.php 3 patches
Doc Comments   +6 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,6 +59,10 @@  discard block
 block discarded – undo
59 59
   /** @var array $methods */
60 60
   private $methods;
61 61
 
62
+  /**
63
+   * @param string $serviceName
64
+   * @param string $resourceName
65
+   */
62 66
   public function __construct($service, $serviceName, $resourceName, $resource)
63 67
   {
64 68
     $this->rootUrl = $service->rootUrl;
@@ -73,9 +77,9 @@  discard block
 block discarded – undo
73 77
 
74 78
   /**
75 79
    * TODO: This function needs simplifying.
76
-   * @param $name
80
+   * @param string $name
77 81
    * @param $arguments
78
-   * @param $expected_class - optional, the expected class name
82
+   * @param string $expected_class - optional, the expected class name
79 83
    * @return Google_Http_Request|expected_class
80 84
    * @throws Google_Exception
81 85
    */
Please login to merge, or discard this patch.
Indentation   +181 added lines, -181 removed lines patch added patch discarded remove patch
@@ -29,16 +29,16 @@  discard block
 block discarded – undo
29 29
 {
30 30
   // Valid query parameters that work, but don't appear in discovery.
31 31
   private $stackParameters = array(
32
-      'alt' => array('type' => 'string', 'location' => 'query'),
33
-      'fields' => array('type' => 'string', 'location' => 'query'),
34
-      'trace' => array('type' => 'string', 'location' => 'query'),
35
-      'userIp' => array('type' => 'string', 'location' => 'query'),
36
-      'quotaUser' => array('type' => 'string', 'location' => 'query'),
37
-      'data' => array('type' => 'string', 'location' => 'body'),
38
-      'mimeType' => array('type' => 'string', 'location' => 'header'),
39
-      'uploadType' => array('type' => 'string', 'location' => 'query'),
40
-      'mediaUpload' => array('type' => 'complex', 'location' => 'query'),
41
-      'prettyPrint' => array('type' => 'string', 'location' => 'query'),
32
+	  'alt' => array('type' => 'string', 'location' => 'query'),
33
+	  'fields' => array('type' => 'string', 'location' => 'query'),
34
+	  'trace' => array('type' => 'string', 'location' => 'query'),
35
+	  'userIp' => array('type' => 'string', 'location' => 'query'),
36
+	  'quotaUser' => array('type' => 'string', 'location' => 'query'),
37
+	  'data' => array('type' => 'string', 'location' => 'body'),
38
+	  'mimeType' => array('type' => 'string', 'location' => 'header'),
39
+	  'uploadType' => array('type' => 'string', 'location' => 'query'),
40
+	  'mediaUpload' => array('type' => 'complex', 'location' => 'query'),
41
+	  'prettyPrint' => array('type' => 'string', 'location' => 'query'),
42 42
   );
43 43
 
44 44
   /** @var string $rootUrl */
@@ -61,14 +61,14 @@  discard block
 block discarded – undo
61 61
 
62 62
   public function __construct($service, $serviceName, $resourceName, $resource)
63 63
   {
64
-    $this->rootUrl = $service->rootUrl;
65
-    $this->client = $service->getClient();
66
-    $this->servicePath = $service->servicePath;
67
-    $this->serviceName = $serviceName;
68
-    $this->resourceName = $resourceName;
69
-    $this->methods = is_array($resource) && isset($resource['methods']) ?
70
-        $resource['methods'] :
71
-        array($resourceName => $resource);
64
+	$this->rootUrl = $service->rootUrl;
65
+	$this->client = $service->getClient();
66
+	$this->servicePath = $service->servicePath;
67
+	$this->serviceName = $serviceName;
68
+	$this->resourceName = $resourceName;
69
+	$this->methods = is_array($resource) && isset($resource['methods']) ?
70
+		$resource['methods'] :
71
+		array($resourceName => $resource);
72 72
   }
73 73
 
74 74
   /**
@@ -81,172 +81,172 @@  discard block
 block discarded – undo
81 81
    */
82 82
   public function call($name, $arguments, $expected_class = null)
83 83
   {
84
-    if (! isset($this->methods[$name])) {
85
-      $this->client->getLogger()->error(
86
-          'Service method unknown',
87
-          array(
88
-              'service' => $this->serviceName,
89
-              'resource' => $this->resourceName,
90
-              'method' => $name
91
-          )
92
-      );
93
-
94
-      throw new Google_Exception(
95
-          "Unknown function: " .
96
-          "{$this->serviceName}->{$this->resourceName}->{$name}()"
97
-      );
98
-    }
99
-    $method = $this->methods[$name];
100
-    $parameters = $arguments[0];
101
-
102
-    // postBody is a special case since it's not defined in the discovery
103
-    // document as parameter, but we abuse the param entry for storing it.
104
-    $postBody = null;
105
-    if (isset($parameters['postBody'])) {
106
-      if ($parameters['postBody'] instanceof Google_Model) {
107
-        // In the cases the post body is an existing object, we want
108
-        // to use the smart method to create a simple object for
109
-        // for JSONification.
110
-        $parameters['postBody'] = $parameters['postBody']->toSimpleObject();
111
-      } else if (is_object($parameters['postBody'])) {
112
-        // If the post body is another kind of object, we will try and
113
-        // wrangle it into a sensible format.
114
-        $parameters['postBody'] =
115
-            $this->convertToArrayAndStripNulls($parameters['postBody']);
116
-      }
117
-      $postBody = json_encode($parameters['postBody']);
118
-      unset($parameters['postBody']);
119
-    }
120
-
121
-    // TODO: optParams here probably should have been
122
-    // handled already - this may well be redundant code.
123
-    if (isset($parameters['optParams'])) {
124
-      $optParams = $parameters['optParams'];
125
-      unset($parameters['optParams']);
126
-      $parameters = array_merge($parameters, $optParams);
127
-    }
128
-
129
-    if (!isset($method['parameters'])) {
130
-      $method['parameters'] = array();
131
-    }
132
-
133
-    $method['parameters'] = array_merge(
134
-        $method['parameters'],
135
-        $this->stackParameters
136
-    );
137
-    foreach ($parameters as $key => $val) {
138
-      if ($key != 'postBody' && ! isset($method['parameters'][$key])) {
139
-        $this->client->getLogger()->error(
140
-            'Service parameter unknown',
141
-            array(
142
-                'service' => $this->serviceName,
143
-                'resource' => $this->resourceName,
144
-                'method' => $name,
145
-                'parameter' => $key
146
-            )
147
-        );
148
-        throw new Google_Exception("($name) unknown parameter: '$key'");
149
-      }
150
-    }
151
-
152
-    foreach ($method['parameters'] as $paramName => $paramSpec) {
153
-      if (isset($paramSpec['required']) &&
154
-          $paramSpec['required'] &&
155
-          ! isset($parameters[$paramName])
156
-      ) {
157
-        $this->client->getLogger()->error(
158
-            'Service parameter missing',
159
-            array(
160
-                'service' => $this->serviceName,
161
-                'resource' => $this->resourceName,
162
-                'method' => $name,
163
-                'parameter' => $paramName
164
-            )
165
-        );
166
-        throw new Google_Exception("($name) missing required param: '$paramName'");
167
-      }
168
-      if (isset($parameters[$paramName])) {
169
-        $value = $parameters[$paramName];
170
-        $parameters[$paramName] = $paramSpec;
171
-        $parameters[$paramName]['value'] = $value;
172
-        unset($parameters[$paramName]['required']);
173
-      } else {
174
-        // Ensure we don't pass nulls.
175
-        unset($parameters[$paramName]);
176
-      }
177
-    }
178
-
179
-    $this->client->getLogger()->info(
180
-        'Service Call',
181
-        array(
182
-            'service' => $this->serviceName,
183
-            'resource' => $this->resourceName,
184
-            'method' => $name,
185
-            'arguments' => $parameters,
186
-        )
187
-    );
188
-
189
-    $url = Google_Http_REST::createRequestUri(
190
-        $this->servicePath,
191
-        $method['path'],
192
-        $parameters
193
-    );
194
-    $httpRequest = new Google_Http_Request(
195
-        $url,
196
-        $method['httpMethod'],
197
-        null,
198
-        $postBody
199
-    );
200
-
201
-    if ($this->rootUrl) {
202
-      $httpRequest->setBaseComponent($this->rootUrl);
203
-    } else {
204
-      $httpRequest->setBaseComponent($this->client->getBasePath());
205
-    }
206
-
207
-    if ($postBody) {
208
-      $contentTypeHeader = array();
209
-      $contentTypeHeader['content-type'] = 'application/json; charset=UTF-8';
210
-      $httpRequest->setRequestHeaders($contentTypeHeader);
211
-      $httpRequest->setPostBody($postBody);
212
-    }
213
-
214
-    $httpRequest = $this->client->getAuth()->sign($httpRequest);
215
-    $httpRequest->setExpectedClass($expected_class);
216
-
217
-    if (isset($parameters['data']) &&
218
-        ($parameters['uploadType']['value'] == 'media' || $parameters['uploadType']['value'] == 'multipart')) {
219
-      // If we are doing a simple media upload, trigger that as a convenience.
220
-      $mfu = new Google_Http_MediaFileUpload(
221
-          $this->client,
222
-          $httpRequest,
223
-          isset($parameters['mimeType']) ? $parameters['mimeType']['value'] : 'application/octet-stream',
224
-          $parameters['data']['value']
225
-      );
226
-    }
227
-
228
-    if (isset($parameters['alt']) && $parameters['alt']['value'] == 'media') {
229
-      $httpRequest->enableExpectedRaw();
230
-    }
231
-
232
-    if ($this->client->shouldDefer()) {
233
-      // If we are in batch or upload mode, return the raw request.
234
-      return $httpRequest;
235
-    }
236
-
237
-    return $this->client->execute($httpRequest);
84
+	if (! isset($this->methods[$name])) {
85
+	  $this->client->getLogger()->error(
86
+		  'Service method unknown',
87
+		  array(
88
+			  'service' => $this->serviceName,
89
+			  'resource' => $this->resourceName,
90
+			  'method' => $name
91
+		  )
92
+	  );
93
+
94
+	  throw new Google_Exception(
95
+		  "Unknown function: " .
96
+		  "{$this->serviceName}->{$this->resourceName}->{$name}()"
97
+	  );
98
+	}
99
+	$method = $this->methods[$name];
100
+	$parameters = $arguments[0];
101
+
102
+	// postBody is a special case since it's not defined in the discovery
103
+	// document as parameter, but we abuse the param entry for storing it.
104
+	$postBody = null;
105
+	if (isset($parameters['postBody'])) {
106
+	  if ($parameters['postBody'] instanceof Google_Model) {
107
+		// In the cases the post body is an existing object, we want
108
+		// to use the smart method to create a simple object for
109
+		// for JSONification.
110
+		$parameters['postBody'] = $parameters['postBody']->toSimpleObject();
111
+	  } else if (is_object($parameters['postBody'])) {
112
+		// If the post body is another kind of object, we will try and
113
+		// wrangle it into a sensible format.
114
+		$parameters['postBody'] =
115
+			$this->convertToArrayAndStripNulls($parameters['postBody']);
116
+	  }
117
+	  $postBody = json_encode($parameters['postBody']);
118
+	  unset($parameters['postBody']);
119
+	}
120
+
121
+	// TODO: optParams here probably should have been
122
+	// handled already - this may well be redundant code.
123
+	if (isset($parameters['optParams'])) {
124
+	  $optParams = $parameters['optParams'];
125
+	  unset($parameters['optParams']);
126
+	  $parameters = array_merge($parameters, $optParams);
127
+	}
128
+
129
+	if (!isset($method['parameters'])) {
130
+	  $method['parameters'] = array();
131
+	}
132
+
133
+	$method['parameters'] = array_merge(
134
+		$method['parameters'],
135
+		$this->stackParameters
136
+	);
137
+	foreach ($parameters as $key => $val) {
138
+	  if ($key != 'postBody' && ! isset($method['parameters'][$key])) {
139
+		$this->client->getLogger()->error(
140
+			'Service parameter unknown',
141
+			array(
142
+				'service' => $this->serviceName,
143
+				'resource' => $this->resourceName,
144
+				'method' => $name,
145
+				'parameter' => $key
146
+			)
147
+		);
148
+		throw new Google_Exception("($name) unknown parameter: '$key'");
149
+	  }
150
+	}
151
+
152
+	foreach ($method['parameters'] as $paramName => $paramSpec) {
153
+	  if (isset($paramSpec['required']) &&
154
+		  $paramSpec['required'] &&
155
+		  ! isset($parameters[$paramName])
156
+	  ) {
157
+		$this->client->getLogger()->error(
158
+			'Service parameter missing',
159
+			array(
160
+				'service' => $this->serviceName,
161
+				'resource' => $this->resourceName,
162
+				'method' => $name,
163
+				'parameter' => $paramName
164
+			)
165
+		);
166
+		throw new Google_Exception("($name) missing required param: '$paramName'");
167
+	  }
168
+	  if (isset($parameters[$paramName])) {
169
+		$value = $parameters[$paramName];
170
+		$parameters[$paramName] = $paramSpec;
171
+		$parameters[$paramName]['value'] = $value;
172
+		unset($parameters[$paramName]['required']);
173
+	  } else {
174
+		// Ensure we don't pass nulls.
175
+		unset($parameters[$paramName]);
176
+	  }
177
+	}
178
+
179
+	$this->client->getLogger()->info(
180
+		'Service Call',
181
+		array(
182
+			'service' => $this->serviceName,
183
+			'resource' => $this->resourceName,
184
+			'method' => $name,
185
+			'arguments' => $parameters,
186
+		)
187
+	);
188
+
189
+	$url = Google_Http_REST::createRequestUri(
190
+		$this->servicePath,
191
+		$method['path'],
192
+		$parameters
193
+	);
194
+	$httpRequest = new Google_Http_Request(
195
+		$url,
196
+		$method['httpMethod'],
197
+		null,
198
+		$postBody
199
+	);
200
+
201
+	if ($this->rootUrl) {
202
+	  $httpRequest->setBaseComponent($this->rootUrl);
203
+	} else {
204
+	  $httpRequest->setBaseComponent($this->client->getBasePath());
205
+	}
206
+
207
+	if ($postBody) {
208
+	  $contentTypeHeader = array();
209
+	  $contentTypeHeader['content-type'] = 'application/json; charset=UTF-8';
210
+	  $httpRequest->setRequestHeaders($contentTypeHeader);
211
+	  $httpRequest->setPostBody($postBody);
212
+	}
213
+
214
+	$httpRequest = $this->client->getAuth()->sign($httpRequest);
215
+	$httpRequest->setExpectedClass($expected_class);
216
+
217
+	if (isset($parameters['data']) &&
218
+		($parameters['uploadType']['value'] == 'media' || $parameters['uploadType']['value'] == 'multipart')) {
219
+	  // If we are doing a simple media upload, trigger that as a convenience.
220
+	  $mfu = new Google_Http_MediaFileUpload(
221
+		  $this->client,
222
+		  $httpRequest,
223
+		  isset($parameters['mimeType']) ? $parameters['mimeType']['value'] : 'application/octet-stream',
224
+		  $parameters['data']['value']
225
+	  );
226
+	}
227
+
228
+	if (isset($parameters['alt']) && $parameters['alt']['value'] == 'media') {
229
+	  $httpRequest->enableExpectedRaw();
230
+	}
231
+
232
+	if ($this->client->shouldDefer()) {
233
+	  // If we are in batch or upload mode, return the raw request.
234
+	  return $httpRequest;
235
+	}
236
+
237
+	return $this->client->execute($httpRequest);
238 238
   }
239 239
 
240 240
   protected function convertToArrayAndStripNulls($o)
241 241
   {
242
-    $o = (array) $o;
243
-    foreach ($o as $k => $v) {
244
-      if ($v === null) {
245
-        unset($o[$k]);
246
-      } elseif (is_object($v) || is_array($v)) {
247
-        $o[$k] = $this->convertToArrayAndStripNulls($o[$k]);
248
-      }
249
-    }
250
-    return $o;
242
+	$o = (array) $o;
243
+	foreach ($o as $k => $v) {
244
+	  if ($v === null) {
245
+		unset($o[$k]);
246
+	  } elseif (is_object($v) || is_array($v)) {
247
+		$o[$k] = $this->convertToArrayAndStripNulls($o[$k]);
248
+	  }
249
+	}
250
+	return $o;
251 251
   }
252 252
 }
Please login to merge, or discard this patch.
Spacing   +6 added lines, -7 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
  */
17 17
 
18 18
 if (!class_exists('Google_Client')) {
19
-  require_once dirname(__FILE__) . '/../autoload.php';
19
+  require_once dirname(__FILE__).'/../autoload.php';
20 20
 }
21 21
 
22 22
 /**
@@ -67,8 +67,7 @@  discard block
 block discarded – undo
67 67
     $this->serviceName = $serviceName;
68 68
     $this->resourceName = $resourceName;
69 69
     $this->methods = is_array($resource) && isset($resource['methods']) ?
70
-        $resource['methods'] :
71
-        array($resourceName => $resource);
70
+        $resource['methods'] : array($resourceName => $resource);
72 71
   }
73 72
 
74 73
   /**
@@ -81,7 +80,7 @@  discard block
 block discarded – undo
81 80
    */
82 81
   public function call($name, $arguments, $expected_class = null)
83 82
   {
84
-    if (! isset($this->methods[$name])) {
83
+    if (!isset($this->methods[$name])) {
85 84
       $this->client->getLogger()->error(
86 85
           'Service method unknown',
87 86
           array(
@@ -92,7 +91,7 @@  discard block
 block discarded – undo
92 91
       );
93 92
 
94 93
       throw new Google_Exception(
95
-          "Unknown function: " .
94
+          "Unknown function: ".
96 95
           "{$this->serviceName}->{$this->resourceName}->{$name}()"
97 96
       );
98 97
     }
@@ -135,7 +134,7 @@  discard block
 block discarded – undo
135 134
         $this->stackParameters
136 135
     );
137 136
     foreach ($parameters as $key => $val) {
138
-      if ($key != 'postBody' && ! isset($method['parameters'][$key])) {
137
+      if ($key != 'postBody' && !isset($method['parameters'][$key])) {
139 138
         $this->client->getLogger()->error(
140 139
             'Service parameter unknown',
141 140
             array(
@@ -152,7 +151,7 @@  discard block
 block discarded – undo
152 151
     foreach ($method['parameters'] as $paramName => $paramSpec) {
153 152
       if (isset($paramSpec['required']) &&
154 153
           $paramSpec['required'] &&
155
-          ! isset($parameters[$paramName])
154
+          !isset($parameters[$paramName])
156 155
       ) {
157 156
         $this->client->getLogger()->error(
158 157
             'Service parameter missing',
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/Resourceviews.php 3 patches
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -406,7 +406,7 @@  discard block
 block discarded – undo
406 406
    * @param string $project The project name of the resource view.
407 407
    * @param string $zone The zone name of the resource view.
408 408
    * @param string $resourceView The name of the resource view.
409
-   * @param Google_ZoneViewsAddResourcesRequest $postBody
409
+   * @param Google_Service_Resourceviews_ZoneViewsAddResourcesRequest $postBody
410 410
    * @param array $optParams Optional parameters.
411 411
    * @return Google_Service_Resourceviews_Operation
412 412
    */
@@ -474,7 +474,7 @@  discard block
 block discarded – undo
474 474
    *
475 475
    * @param string $project The project name of the resource view.
476 476
    * @param string $zone The zone name of the resource view.
477
-   * @param Google_ResourceView $postBody
477
+   * @param Google_Service_Resourceviews_ResourceView $postBody
478 478
    * @param array $optParams Optional parameters.
479 479
    * @return Google_Service_Resourceviews_Operation
480 480
    */
@@ -542,7 +542,7 @@  discard block
 block discarded – undo
542 542
    * @param string $project The project name of the resource view.
543 543
    * @param string $zone The zone name of the resource view.
544 544
    * @param string $resourceView The name of the resource view.
545
-   * @param Google_ZoneViewsRemoveResourcesRequest $postBody
545
+   * @param Google_Service_Resourceviews_ZoneViewsRemoveResourcesRequest $postBody
546 546
    * @param array $optParams Optional parameters.
547 547
    * @return Google_Service_Resourceviews_Operation
548 548
    */
@@ -560,7 +560,7 @@  discard block
 block discarded – undo
560 560
    * @param string $project The project name of the resource view.
561 561
    * @param string $zone The zone name of the resource view.
562 562
    * @param string $resourceView The name of the resource view.
563
-   * @param Google_ZoneViewsSetServiceRequest $postBody
563
+   * @param Google_Service_Resourceviews_ZoneViewsSetServiceRequest $postBody
564 564
    * @param array $optParams Optional parameters.
565 565
    * @return Google_Service_Resourceviews_Operation
566 566
    */
Please login to merge, or discard this patch.
Indentation   +449 added lines, -449 removed lines patch added patch discarded remove patch
@@ -33,19 +33,19 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** View and manage your data across Google Cloud Platform services. */
35 35
   const CLOUD_PLATFORM =
36
-      "https://www.googleapis.com/auth/cloud-platform";
36
+	  "https://www.googleapis.com/auth/cloud-platform";
37 37
   /** View and manage your Google Compute Engine resources. */
38 38
   const COMPUTE =
39
-      "https://www.googleapis.com/auth/compute";
39
+	  "https://www.googleapis.com/auth/compute";
40 40
   /** View your Google Compute Engine resources. */
41 41
   const COMPUTE_READONLY =
42
-      "https://www.googleapis.com/auth/compute.readonly";
42
+	  "https://www.googleapis.com/auth/compute.readonly";
43 43
   /** View and manage your Google Cloud Platform management resources and deployment status information. */
44 44
   const NDEV_CLOUDMAN =
45
-      "https://www.googleapis.com/auth/ndev.cloudman";
45
+	  "https://www.googleapis.com/auth/ndev.cloudman";
46 46
   /** View your Google Cloud Platform management resources and deployment status information. */
47 47
   const NDEV_CLOUDMAN_READONLY =
48
-      "https://www.googleapis.com/auth/ndev.cloudman.readonly";
48
+	  "https://www.googleapis.com/auth/ndev.cloudman.readonly";
49 49
 
50 50
   public $zoneOperations;
51 51
   public $zoneViews;
@@ -58,281 +58,281 @@  discard block
 block discarded – undo
58 58
    */
59 59
   public function __construct(Google_Client $client)
60 60
   {
61
-    parent::__construct($client);
62
-    $this->rootUrl = 'https://www.googleapis.com/';
63
-    $this->servicePath = 'resourceviews/v1beta2/projects/';
64
-    $this->version = 'v1beta2';
65
-    $this->serviceName = 'resourceviews';
66
-
67
-    $this->zoneOperations = new Google_Service_Resourceviews_ZoneOperations_Resource(
68
-        $this,
69
-        $this->serviceName,
70
-        'zoneOperations',
71
-        array(
72
-          'methods' => array(
73
-            'get' => array(
74
-              'path' => '{project}/zones/{zone}/operations/{operation}',
75
-              'httpMethod' => 'GET',
76
-              'parameters' => array(
77
-                'project' => array(
78
-                  'location' => 'path',
79
-                  'type' => 'string',
80
-                  'required' => true,
81
-                ),
82
-                'zone' => array(
83
-                  'location' => 'path',
84
-                  'type' => 'string',
85
-                  'required' => true,
86
-                ),
87
-                'operation' => array(
88
-                  'location' => 'path',
89
-                  'type' => 'string',
90
-                  'required' => true,
91
-                ),
92
-              ),
93
-            ),'list' => array(
94
-              'path' => '{project}/zones/{zone}/operations',
95
-              'httpMethod' => 'GET',
96
-              'parameters' => array(
97
-                'project' => array(
98
-                  'location' => 'path',
99
-                  'type' => 'string',
100
-                  'required' => true,
101
-                ),
102
-                'zone' => array(
103
-                  'location' => 'path',
104
-                  'type' => 'string',
105
-                  'required' => true,
106
-                ),
107
-                'filter' => array(
108
-                  'location' => 'query',
109
-                  'type' => 'string',
110
-                ),
111
-                'pageToken' => array(
112
-                  'location' => 'query',
113
-                  'type' => 'string',
114
-                ),
115
-                'maxResults' => array(
116
-                  'location' => 'query',
117
-                  'type' => 'integer',
118
-                ),
119
-              ),
120
-            ),
121
-          )
122
-        )
123
-    );
124
-    $this->zoneViews = new Google_Service_Resourceviews_ZoneViews_Resource(
125
-        $this,
126
-        $this->serviceName,
127
-        'zoneViews',
128
-        array(
129
-          'methods' => array(
130
-            'addResources' => array(
131
-              'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/addResources',
132
-              'httpMethod' => 'POST',
133
-              'parameters' => array(
134
-                'project' => array(
135
-                  'location' => 'path',
136
-                  'type' => 'string',
137
-                  'required' => true,
138
-                ),
139
-                'zone' => array(
140
-                  'location' => 'path',
141
-                  'type' => 'string',
142
-                  'required' => true,
143
-                ),
144
-                'resourceView' => array(
145
-                  'location' => 'path',
146
-                  'type' => 'string',
147
-                  'required' => true,
148
-                ),
149
-              ),
150
-            ),'delete' => array(
151
-              'path' => '{project}/zones/{zone}/resourceViews/{resourceView}',
152
-              'httpMethod' => 'DELETE',
153
-              'parameters' => array(
154
-                'project' => array(
155
-                  'location' => 'path',
156
-                  'type' => 'string',
157
-                  'required' => true,
158
-                ),
159
-                'zone' => array(
160
-                  'location' => 'path',
161
-                  'type' => 'string',
162
-                  'required' => true,
163
-                ),
164
-                'resourceView' => array(
165
-                  'location' => 'path',
166
-                  'type' => 'string',
167
-                  'required' => true,
168
-                ),
169
-              ),
170
-            ),'get' => array(
171
-              'path' => '{project}/zones/{zone}/resourceViews/{resourceView}',
172
-              'httpMethod' => 'GET',
173
-              'parameters' => array(
174
-                'project' => array(
175
-                  'location' => 'path',
176
-                  'type' => 'string',
177
-                  'required' => true,
178
-                ),
179
-                'zone' => array(
180
-                  'location' => 'path',
181
-                  'type' => 'string',
182
-                  'required' => true,
183
-                ),
184
-                'resourceView' => array(
185
-                  'location' => 'path',
186
-                  'type' => 'string',
187
-                  'required' => true,
188
-                ),
189
-              ),
190
-            ),'getService' => array(
191
-              'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/getService',
192
-              'httpMethod' => 'POST',
193
-              'parameters' => array(
194
-                'project' => array(
195
-                  'location' => 'path',
196
-                  'type' => 'string',
197
-                  'required' => true,
198
-                ),
199
-                'zone' => array(
200
-                  'location' => 'path',
201
-                  'type' => 'string',
202
-                  'required' => true,
203
-                ),
204
-                'resourceView' => array(
205
-                  'location' => 'path',
206
-                  'type' => 'string',
207
-                  'required' => true,
208
-                ),
209
-                'resourceName' => array(
210
-                  'location' => 'query',
211
-                  'type' => 'string',
212
-                ),
213
-              ),
214
-            ),'insert' => array(
215
-              'path' => '{project}/zones/{zone}/resourceViews',
216
-              'httpMethod' => 'POST',
217
-              'parameters' => array(
218
-                'project' => array(
219
-                  'location' => 'path',
220
-                  'type' => 'string',
221
-                  'required' => true,
222
-                ),
223
-                'zone' => array(
224
-                  'location' => 'path',
225
-                  'type' => 'string',
226
-                  'required' => true,
227
-                ),
228
-              ),
229
-            ),'list' => array(
230
-              'path' => '{project}/zones/{zone}/resourceViews',
231
-              'httpMethod' => 'GET',
232
-              'parameters' => array(
233
-                'project' => array(
234
-                  'location' => 'path',
235
-                  'type' => 'string',
236
-                  'required' => true,
237
-                ),
238
-                'zone' => array(
239
-                  'location' => 'path',
240
-                  'type' => 'string',
241
-                  'required' => true,
242
-                ),
243
-                'pageToken' => array(
244
-                  'location' => 'query',
245
-                  'type' => 'string',
246
-                ),
247
-                'maxResults' => array(
248
-                  'location' => 'query',
249
-                  'type' => 'integer',
250
-                ),
251
-              ),
252
-            ),'listResources' => array(
253
-              'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/resources',
254
-              'httpMethod' => 'GET',
255
-              'parameters' => array(
256
-                'project' => array(
257
-                  'location' => 'path',
258
-                  'type' => 'string',
259
-                  'required' => true,
260
-                ),
261
-                'zone' => array(
262
-                  'location' => 'path',
263
-                  'type' => 'string',
264
-                  'required' => true,
265
-                ),
266
-                'resourceView' => array(
267
-                  'location' => 'path',
268
-                  'type' => 'string',
269
-                  'required' => true,
270
-                ),
271
-                'listState' => array(
272
-                  'location' => 'query',
273
-                  'type' => 'string',
274
-                ),
275
-                'format' => array(
276
-                  'location' => 'query',
277
-                  'type' => 'string',
278
-                ),
279
-                'maxResults' => array(
280
-                  'location' => 'query',
281
-                  'type' => 'integer',
282
-                ),
283
-                'pageToken' => array(
284
-                  'location' => 'query',
285
-                  'type' => 'string',
286
-                ),
287
-                'serviceName' => array(
288
-                  'location' => 'query',
289
-                  'type' => 'string',
290
-                ),
291
-              ),
292
-            ),'removeResources' => array(
293
-              'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/removeResources',
294
-              'httpMethod' => 'POST',
295
-              'parameters' => array(
296
-                'project' => array(
297
-                  'location' => 'path',
298
-                  'type' => 'string',
299
-                  'required' => true,
300
-                ),
301
-                'zone' => array(
302
-                  'location' => 'path',
303
-                  'type' => 'string',
304
-                  'required' => true,
305
-                ),
306
-                'resourceView' => array(
307
-                  'location' => 'path',
308
-                  'type' => 'string',
309
-                  'required' => true,
310
-                ),
311
-              ),
312
-            ),'setService' => array(
313
-              'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/setService',
314
-              'httpMethod' => 'POST',
315
-              'parameters' => array(
316
-                'project' => array(
317
-                  'location' => 'path',
318
-                  'type' => 'string',
319
-                  'required' => true,
320
-                ),
321
-                'zone' => array(
322
-                  'location' => 'path',
323
-                  'type' => 'string',
324
-                  'required' => true,
325
-                ),
326
-                'resourceView' => array(
327
-                  'location' => 'path',
328
-                  'type' => 'string',
329
-                  'required' => true,
330
-                ),
331
-              ),
332
-            ),
333
-          )
334
-        )
335
-    );
61
+	parent::__construct($client);
62
+	$this->rootUrl = 'https://www.googleapis.com/';
63
+	$this->servicePath = 'resourceviews/v1beta2/projects/';
64
+	$this->version = 'v1beta2';
65
+	$this->serviceName = 'resourceviews';
66
+
67
+	$this->zoneOperations = new Google_Service_Resourceviews_ZoneOperations_Resource(
68
+		$this,
69
+		$this->serviceName,
70
+		'zoneOperations',
71
+		array(
72
+		  'methods' => array(
73
+			'get' => array(
74
+			  'path' => '{project}/zones/{zone}/operations/{operation}',
75
+			  'httpMethod' => 'GET',
76
+			  'parameters' => array(
77
+				'project' => array(
78
+				  'location' => 'path',
79
+				  'type' => 'string',
80
+				  'required' => true,
81
+				),
82
+				'zone' => array(
83
+				  'location' => 'path',
84
+				  'type' => 'string',
85
+				  'required' => true,
86
+				),
87
+				'operation' => array(
88
+				  'location' => 'path',
89
+				  'type' => 'string',
90
+				  'required' => true,
91
+				),
92
+			  ),
93
+			),'list' => array(
94
+			  'path' => '{project}/zones/{zone}/operations',
95
+			  'httpMethod' => 'GET',
96
+			  'parameters' => array(
97
+				'project' => array(
98
+				  'location' => 'path',
99
+				  'type' => 'string',
100
+				  'required' => true,
101
+				),
102
+				'zone' => array(
103
+				  'location' => 'path',
104
+				  'type' => 'string',
105
+				  'required' => true,
106
+				),
107
+				'filter' => array(
108
+				  'location' => 'query',
109
+				  'type' => 'string',
110
+				),
111
+				'pageToken' => array(
112
+				  'location' => 'query',
113
+				  'type' => 'string',
114
+				),
115
+				'maxResults' => array(
116
+				  'location' => 'query',
117
+				  'type' => 'integer',
118
+				),
119
+			  ),
120
+			),
121
+		  )
122
+		)
123
+	);
124
+	$this->zoneViews = new Google_Service_Resourceviews_ZoneViews_Resource(
125
+		$this,
126
+		$this->serviceName,
127
+		'zoneViews',
128
+		array(
129
+		  'methods' => array(
130
+			'addResources' => array(
131
+			  'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/addResources',
132
+			  'httpMethod' => 'POST',
133
+			  'parameters' => array(
134
+				'project' => array(
135
+				  'location' => 'path',
136
+				  'type' => 'string',
137
+				  'required' => true,
138
+				),
139
+				'zone' => array(
140
+				  'location' => 'path',
141
+				  'type' => 'string',
142
+				  'required' => true,
143
+				),
144
+				'resourceView' => array(
145
+				  'location' => 'path',
146
+				  'type' => 'string',
147
+				  'required' => true,
148
+				),
149
+			  ),
150
+			),'delete' => array(
151
+			  'path' => '{project}/zones/{zone}/resourceViews/{resourceView}',
152
+			  'httpMethod' => 'DELETE',
153
+			  'parameters' => array(
154
+				'project' => array(
155
+				  'location' => 'path',
156
+				  'type' => 'string',
157
+				  'required' => true,
158
+				),
159
+				'zone' => array(
160
+				  'location' => 'path',
161
+				  'type' => 'string',
162
+				  'required' => true,
163
+				),
164
+				'resourceView' => array(
165
+				  'location' => 'path',
166
+				  'type' => 'string',
167
+				  'required' => true,
168
+				),
169
+			  ),
170
+			),'get' => array(
171
+			  'path' => '{project}/zones/{zone}/resourceViews/{resourceView}',
172
+			  'httpMethod' => 'GET',
173
+			  'parameters' => array(
174
+				'project' => array(
175
+				  'location' => 'path',
176
+				  'type' => 'string',
177
+				  'required' => true,
178
+				),
179
+				'zone' => array(
180
+				  'location' => 'path',
181
+				  'type' => 'string',
182
+				  'required' => true,
183
+				),
184
+				'resourceView' => array(
185
+				  'location' => 'path',
186
+				  'type' => 'string',
187
+				  'required' => true,
188
+				),
189
+			  ),
190
+			),'getService' => array(
191
+			  'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/getService',
192
+			  'httpMethod' => 'POST',
193
+			  'parameters' => array(
194
+				'project' => array(
195
+				  'location' => 'path',
196
+				  'type' => 'string',
197
+				  'required' => true,
198
+				),
199
+				'zone' => array(
200
+				  'location' => 'path',
201
+				  'type' => 'string',
202
+				  'required' => true,
203
+				),
204
+				'resourceView' => array(
205
+				  'location' => 'path',
206
+				  'type' => 'string',
207
+				  'required' => true,
208
+				),
209
+				'resourceName' => array(
210
+				  'location' => 'query',
211
+				  'type' => 'string',
212
+				),
213
+			  ),
214
+			),'insert' => array(
215
+			  'path' => '{project}/zones/{zone}/resourceViews',
216
+			  'httpMethod' => 'POST',
217
+			  'parameters' => array(
218
+				'project' => array(
219
+				  'location' => 'path',
220
+				  'type' => 'string',
221
+				  'required' => true,
222
+				),
223
+				'zone' => array(
224
+				  'location' => 'path',
225
+				  'type' => 'string',
226
+				  'required' => true,
227
+				),
228
+			  ),
229
+			),'list' => array(
230
+			  'path' => '{project}/zones/{zone}/resourceViews',
231
+			  'httpMethod' => 'GET',
232
+			  'parameters' => array(
233
+				'project' => array(
234
+				  'location' => 'path',
235
+				  'type' => 'string',
236
+				  'required' => true,
237
+				),
238
+				'zone' => array(
239
+				  'location' => 'path',
240
+				  'type' => 'string',
241
+				  'required' => true,
242
+				),
243
+				'pageToken' => array(
244
+				  'location' => 'query',
245
+				  'type' => 'string',
246
+				),
247
+				'maxResults' => array(
248
+				  'location' => 'query',
249
+				  'type' => 'integer',
250
+				),
251
+			  ),
252
+			),'listResources' => array(
253
+			  'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/resources',
254
+			  'httpMethod' => 'GET',
255
+			  'parameters' => array(
256
+				'project' => array(
257
+				  'location' => 'path',
258
+				  'type' => 'string',
259
+				  'required' => true,
260
+				),
261
+				'zone' => array(
262
+				  'location' => 'path',
263
+				  'type' => 'string',
264
+				  'required' => true,
265
+				),
266
+				'resourceView' => array(
267
+				  'location' => 'path',
268
+				  'type' => 'string',
269
+				  'required' => true,
270
+				),
271
+				'listState' => array(
272
+				  'location' => 'query',
273
+				  'type' => 'string',
274
+				),
275
+				'format' => array(
276
+				  'location' => 'query',
277
+				  'type' => 'string',
278
+				),
279
+				'maxResults' => array(
280
+				  'location' => 'query',
281
+				  'type' => 'integer',
282
+				),
283
+				'pageToken' => array(
284
+				  'location' => 'query',
285
+				  'type' => 'string',
286
+				),
287
+				'serviceName' => array(
288
+				  'location' => 'query',
289
+				  'type' => 'string',
290
+				),
291
+			  ),
292
+			),'removeResources' => array(
293
+			  'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/removeResources',
294
+			  'httpMethod' => 'POST',
295
+			  'parameters' => array(
296
+				'project' => array(
297
+				  'location' => 'path',
298
+				  'type' => 'string',
299
+				  'required' => true,
300
+				),
301
+				'zone' => array(
302
+				  'location' => 'path',
303
+				  'type' => 'string',
304
+				  'required' => true,
305
+				),
306
+				'resourceView' => array(
307
+				  'location' => 'path',
308
+				  'type' => 'string',
309
+				  'required' => true,
310
+				),
311
+			  ),
312
+			),'setService' => array(
313
+			  'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/setService',
314
+			  'httpMethod' => 'POST',
315
+			  'parameters' => array(
316
+				'project' => array(
317
+				  'location' => 'path',
318
+				  'type' => 'string',
319
+				  'required' => true,
320
+				),
321
+				'zone' => array(
322
+				  'location' => 'path',
323
+				  'type' => 'string',
324
+				  'required' => true,
325
+				),
326
+				'resourceView' => array(
327
+				  'location' => 'path',
328
+				  'type' => 'string',
329
+				  'required' => true,
330
+				),
331
+			  ),
332
+			),
333
+		  )
334
+		)
335
+	);
336 336
   }
337 337
 }
338 338
 
@@ -360,9 +360,9 @@  discard block
 block discarded – undo
360 360
    */
361 361
   public function get($project, $zone, $operation, $optParams = array())
362 362
   {
363
-    $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
364
-    $params = array_merge($params, $optParams);
365
-    return $this->call('get', array($params), "Google_Service_Resourceviews_Operation");
363
+	$params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
364
+	$params = array_merge($params, $optParams);
365
+	return $this->call('get', array($params), "Google_Service_Resourceviews_Operation");
366 366
   }
367 367
 
368 368
   /**
@@ -383,9 +383,9 @@  discard block
 block discarded – undo
383 383
    */
384 384
   public function listZoneOperations($project, $zone, $optParams = array())
385 385
   {
386
-    $params = array('project' => $project, 'zone' => $zone);
387
-    $params = array_merge($params, $optParams);
388
-    return $this->call('list', array($params), "Google_Service_Resourceviews_OperationList");
386
+	$params = array('project' => $project, 'zone' => $zone);
387
+	$params = array_merge($params, $optParams);
388
+	return $this->call('list', array($params), "Google_Service_Resourceviews_OperationList");
389 389
   }
390 390
 }
391 391
 
@@ -412,9 +412,9 @@  discard block
 block discarded – undo
412 412
    */
413 413
   public function addResources($project, $zone, $resourceView, Google_Service_Resourceviews_ZoneViewsAddResourcesRequest $postBody, $optParams = array())
414 414
   {
415
-    $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody);
416
-    $params = array_merge($params, $optParams);
417
-    return $this->call('addResources', array($params), "Google_Service_Resourceviews_Operation");
415
+	$params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody);
416
+	$params = array_merge($params, $optParams);
417
+	return $this->call('addResources', array($params), "Google_Service_Resourceviews_Operation");
418 418
   }
419 419
 
420 420
   /**
@@ -428,9 +428,9 @@  discard block
 block discarded – undo
428 428
    */
429 429
   public function delete($project, $zone, $resourceView, $optParams = array())
430 430
   {
431
-    $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView);
432
-    $params = array_merge($params, $optParams);
433
-    return $this->call('delete', array($params), "Google_Service_Resourceviews_Operation");
431
+	$params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView);
432
+	$params = array_merge($params, $optParams);
433
+	return $this->call('delete', array($params), "Google_Service_Resourceviews_Operation");
434 434
   }
435 435
 
436 436
   /**
@@ -444,9 +444,9 @@  discard block
 block discarded – undo
444 444
    */
445 445
   public function get($project, $zone, $resourceView, $optParams = array())
446 446
   {
447
-    $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView);
448
-    $params = array_merge($params, $optParams);
449
-    return $this->call('get', array($params), "Google_Service_Resourceviews_ResourceView");
447
+	$params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView);
448
+	$params = array_merge($params, $optParams);
449
+	return $this->call('get', array($params), "Google_Service_Resourceviews_ResourceView");
450 450
   }
451 451
 
452 452
   /**
@@ -464,9 +464,9 @@  discard block
 block discarded – undo
464 464
    */
465 465
   public function getService($project, $zone, $resourceView, $optParams = array())
466 466
   {
467
-    $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView);
468
-    $params = array_merge($params, $optParams);
469
-    return $this->call('getService', array($params), "Google_Service_Resourceviews_ZoneViewsGetServiceResponse");
467
+	$params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView);
468
+	$params = array_merge($params, $optParams);
469
+	return $this->call('getService', array($params), "Google_Service_Resourceviews_ZoneViewsGetServiceResponse");
470 470
   }
471 471
 
472 472
   /**
@@ -480,9 +480,9 @@  discard block
 block discarded – undo
480 480
    */
481 481
   public function insert($project, $zone, Google_Service_Resourceviews_ResourceView $postBody, $optParams = array())
482 482
   {
483
-    $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody);
484
-    $params = array_merge($params, $optParams);
485
-    return $this->call('insert', array($params), "Google_Service_Resourceviews_Operation");
483
+	$params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody);
484
+	$params = array_merge($params, $optParams);
485
+	return $this->call('insert', array($params), "Google_Service_Resourceviews_Operation");
486 486
   }
487 487
 
488 488
   /**
@@ -501,9 +501,9 @@  discard block
 block discarded – undo
501 501
    */
502 502
   public function listZoneViews($project, $zone, $optParams = array())
503 503
   {
504
-    $params = array('project' => $project, 'zone' => $zone);
505
-    $params = array_merge($params, $optParams);
506
-    return $this->call('list', array($params), "Google_Service_Resourceviews_ZoneViewsList");
504
+	$params = array('project' => $project, 'zone' => $zone);
505
+	$params = array_merge($params, $optParams);
506
+	return $this->call('list', array($params), "Google_Service_Resourceviews_ZoneViewsList");
507 507
   }
508 508
 
509 509
   /**
@@ -531,9 +531,9 @@  discard block
 block discarded – undo
531 531
    */
532 532
   public function listResources($project, $zone, $resourceView, $optParams = array())
533 533
   {
534
-    $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView);
535
-    $params = array_merge($params, $optParams);
536
-    return $this->call('listResources', array($params), "Google_Service_Resourceviews_ZoneViewsListResourcesResponse");
534
+	$params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView);
535
+	$params = array_merge($params, $optParams);
536
+	return $this->call('listResources', array($params), "Google_Service_Resourceviews_ZoneViewsListResourcesResponse");
537 537
   }
538 538
 
539 539
   /**
@@ -548,9 +548,9 @@  discard block
 block discarded – undo
548 548
    */
549 549
   public function removeResources($project, $zone, $resourceView, Google_Service_Resourceviews_ZoneViewsRemoveResourcesRequest $postBody, $optParams = array())
550 550
   {
551
-    $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody);
552
-    $params = array_merge($params, $optParams);
553
-    return $this->call('removeResources', array($params), "Google_Service_Resourceviews_Operation");
551
+	$params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody);
552
+	$params = array_merge($params, $optParams);
553
+	return $this->call('removeResources', array($params), "Google_Service_Resourceviews_Operation");
554 554
   }
555 555
 
556 556
   /**
@@ -566,9 +566,9 @@  discard block
 block discarded – undo
566 566
    */
567 567
   public function setService($project, $zone, $resourceView, Google_Service_Resourceviews_ZoneViewsSetServiceRequest $postBody, $optParams = array())
568 568
   {
569
-    $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody);
570
-    $params = array_merge($params, $optParams);
571
-    return $this->call('setService', array($params), "Google_Service_Resourceviews_Operation");
569
+	$params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody);
570
+	$params = array_merge($params, $optParams);
571
+	return $this->call('setService', array($params), "Google_Service_Resourceviews_Operation");
572 572
   }
573 573
 }
574 574
 
@@ -585,19 +585,19 @@  discard block
 block discarded – undo
585 585
 
586 586
   public function setKey($key)
587 587
   {
588
-    $this->key = $key;
588
+	$this->key = $key;
589 589
   }
590 590
   public function getKey()
591 591
   {
592
-    return $this->key;
592
+	return $this->key;
593 593
   }
594 594
   public function setValue($value)
595 595
   {
596
-    $this->value = $value;
596
+	$this->value = $value;
597 597
   }
598 598
   public function getValue()
599 599
   {
600
-    return $this->value;
600
+	return $this->value;
601 601
   }
602 602
 }
603 603
 
@@ -611,19 +611,19 @@  discard block
 block discarded – undo
611 611
 
612 612
   public function setEndpoints($endpoints)
613 613
   {
614
-    $this->endpoints = $endpoints;
614
+	$this->endpoints = $endpoints;
615 615
   }
616 616
   public function getEndpoints()
617 617
   {
618
-    return $this->endpoints;
618
+	return $this->endpoints;
619 619
   }
620 620
   public function setResource($resource)
621 621
   {
622
-    $this->resource = $resource;
622
+	$this->resource = $resource;
623 623
   }
624 624
   public function getResource()
625 625
   {
626
-    return $this->resource;
626
+	return $this->resource;
627 627
   }
628 628
 }
629 629
 
@@ -664,179 +664,179 @@  discard block
 block discarded – undo
664 664
 
665 665
   public function setClientOperationId($clientOperationId)
666 666
   {
667
-    $this->clientOperationId = $clientOperationId;
667
+	$this->clientOperationId = $clientOperationId;
668 668
   }
669 669
   public function getClientOperationId()
670 670
   {
671
-    return $this->clientOperationId;
671
+	return $this->clientOperationId;
672 672
   }
673 673
   public function setCreationTimestamp($creationTimestamp)
674 674
   {
675
-    $this->creationTimestamp = $creationTimestamp;
675
+	$this->creationTimestamp = $creationTimestamp;
676 676
   }
677 677
   public function getCreationTimestamp()
678 678
   {
679
-    return $this->creationTimestamp;
679
+	return $this->creationTimestamp;
680 680
   }
681 681
   public function setEndTime($endTime)
682 682
   {
683
-    $this->endTime = $endTime;
683
+	$this->endTime = $endTime;
684 684
   }
685 685
   public function getEndTime()
686 686
   {
687
-    return $this->endTime;
687
+	return $this->endTime;
688 688
   }
689 689
   public function setError(Google_Service_Resourceviews_OperationError $error)
690 690
   {
691
-    $this->error = $error;
691
+	$this->error = $error;
692 692
   }
693 693
   public function getError()
694 694
   {
695
-    return $this->error;
695
+	return $this->error;
696 696
   }
697 697
   public function setHttpErrorMessage($httpErrorMessage)
698 698
   {
699
-    $this->httpErrorMessage = $httpErrorMessage;
699
+	$this->httpErrorMessage = $httpErrorMessage;
700 700
   }
701 701
   public function getHttpErrorMessage()
702 702
   {
703
-    return $this->httpErrorMessage;
703
+	return $this->httpErrorMessage;
704 704
   }
705 705
   public function setHttpErrorStatusCode($httpErrorStatusCode)
706 706
   {
707
-    $this->httpErrorStatusCode = $httpErrorStatusCode;
707
+	$this->httpErrorStatusCode = $httpErrorStatusCode;
708 708
   }
709 709
   public function getHttpErrorStatusCode()
710 710
   {
711
-    return $this->httpErrorStatusCode;
711
+	return $this->httpErrorStatusCode;
712 712
   }
713 713
   public function setId($id)
714 714
   {
715
-    $this->id = $id;
715
+	$this->id = $id;
716 716
   }
717 717
   public function getId()
718 718
   {
719
-    return $this->id;
719
+	return $this->id;
720 720
   }
721 721
   public function setInsertTime($insertTime)
722 722
   {
723
-    $this->insertTime = $insertTime;
723
+	$this->insertTime = $insertTime;
724 724
   }
725 725
   public function getInsertTime()
726 726
   {
727
-    return $this->insertTime;
727
+	return $this->insertTime;
728 728
   }
729 729
   public function setKind($kind)
730 730
   {
731
-    $this->kind = $kind;
731
+	$this->kind = $kind;
732 732
   }
733 733
   public function getKind()
734 734
   {
735
-    return $this->kind;
735
+	return $this->kind;
736 736
   }
737 737
   public function setName($name)
738 738
   {
739
-    $this->name = $name;
739
+	$this->name = $name;
740 740
   }
741 741
   public function getName()
742 742
   {
743
-    return $this->name;
743
+	return $this->name;
744 744
   }
745 745
   public function setOperationType($operationType)
746 746
   {
747
-    $this->operationType = $operationType;
747
+	$this->operationType = $operationType;
748 748
   }
749 749
   public function getOperationType()
750 750
   {
751
-    return $this->operationType;
751
+	return $this->operationType;
752 752
   }
753 753
   public function setProgress($progress)
754 754
   {
755
-    $this->progress = $progress;
755
+	$this->progress = $progress;
756 756
   }
757 757
   public function getProgress()
758 758
   {
759
-    return $this->progress;
759
+	return $this->progress;
760 760
   }
761 761
   public function setRegion($region)
762 762
   {
763
-    $this->region = $region;
763
+	$this->region = $region;
764 764
   }
765 765
   public function getRegion()
766 766
   {
767
-    return $this->region;
767
+	return $this->region;
768 768
   }
769 769
   public function setSelfLink($selfLink)
770 770
   {
771
-    $this->selfLink = $selfLink;
771
+	$this->selfLink = $selfLink;
772 772
   }
773 773
   public function getSelfLink()
774 774
   {
775
-    return $this->selfLink;
775
+	return $this->selfLink;
776 776
   }
777 777
   public function setStartTime($startTime)
778 778
   {
779
-    $this->startTime = $startTime;
779
+	$this->startTime = $startTime;
780 780
   }
781 781
   public function getStartTime()
782 782
   {
783
-    return $this->startTime;
783
+	return $this->startTime;
784 784
   }
785 785
   public function setStatus($status)
786 786
   {
787
-    $this->status = $status;
787
+	$this->status = $status;
788 788
   }
789 789
   public function getStatus()
790 790
   {
791
-    return $this->status;
791
+	return $this->status;
792 792
   }
793 793
   public function setStatusMessage($statusMessage)
794 794
   {
795
-    $this->statusMessage = $statusMessage;
795
+	$this->statusMessage = $statusMessage;
796 796
   }
797 797
   public function getStatusMessage()
798 798
   {
799
-    return $this->statusMessage;
799
+	return $this->statusMessage;
800 800
   }
801 801
   public function setTargetId($targetId)
802 802
   {
803
-    $this->targetId = $targetId;
803
+	$this->targetId = $targetId;
804 804
   }
805 805
   public function getTargetId()
806 806
   {
807
-    return $this->targetId;
807
+	return $this->targetId;
808 808
   }
809 809
   public function setTargetLink($targetLink)
810 810
   {
811
-    $this->targetLink = $targetLink;
811
+	$this->targetLink = $targetLink;
812 812
   }
813 813
   public function getTargetLink()
814 814
   {
815
-    return $this->targetLink;
815
+	return $this->targetLink;
816 816
   }
817 817
   public function setUser($user)
818 818
   {
819
-    $this->user = $user;
819
+	$this->user = $user;
820 820
   }
821 821
   public function getUser()
822 822
   {
823
-    return $this->user;
823
+	return $this->user;
824 824
   }
825 825
   public function setWarnings($warnings)
826 826
   {
827
-    $this->warnings = $warnings;
827
+	$this->warnings = $warnings;
828 828
   }
829 829
   public function getWarnings()
830 830
   {
831
-    return $this->warnings;
831
+	return $this->warnings;
832 832
   }
833 833
   public function setZone($zone)
834 834
   {
835
-    $this->zone = $zone;
835
+	$this->zone = $zone;
836 836
   }
837 837
   public function getZone()
838 838
   {
839
-    return $this->zone;
839
+	return $this->zone;
840 840
   }
841 841
 }
842 842
 
@@ -851,11 +851,11 @@  discard block
 block discarded – undo
851 851
 
852 852
   public function setErrors($errors)
853 853
   {
854
-    $this->errors = $errors;
854
+	$this->errors = $errors;
855 855
   }
856 856
   public function getErrors()
857 857
   {
858
-    return $this->errors;
858
+	return $this->errors;
859 859
   }
860 860
 }
861 861
 
@@ -870,27 +870,27 @@  discard block
 block discarded – undo
870 870
 
871 871
   public function setCode($code)
872 872
   {
873
-    $this->code = $code;
873
+	$this->code = $code;
874 874
   }
875 875
   public function getCode()
876 876
   {
877
-    return $this->code;
877
+	return $this->code;
878 878
   }
879 879
   public function setLocation($location)
880 880
   {
881
-    $this->location = $location;
881
+	$this->location = $location;
882 882
   }
883 883
   public function getLocation()
884 884
   {
885
-    return $this->location;
885
+	return $this->location;
886 886
   }
887 887
   public function setMessage($message)
888 888
   {
889
-    $this->message = $message;
889
+	$this->message = $message;
890 890
   }
891 891
   public function getMessage()
892 892
   {
893
-    return $this->message;
893
+	return $this->message;
894 894
   }
895 895
 }
896 896
 
@@ -909,43 +909,43 @@  discard block
 block discarded – undo
909 909
 
910 910
   public function setId($id)
911 911
   {
912
-    $this->id = $id;
912
+	$this->id = $id;
913 913
   }
914 914
   public function getId()
915 915
   {
916
-    return $this->id;
916
+	return $this->id;
917 917
   }
918 918
   public function setItems($items)
919 919
   {
920
-    $this->items = $items;
920
+	$this->items = $items;
921 921
   }
922 922
   public function getItems()
923 923
   {
924
-    return $this->items;
924
+	return $this->items;
925 925
   }
926 926
   public function setKind($kind)
927 927
   {
928
-    $this->kind = $kind;
928
+	$this->kind = $kind;
929 929
   }
930 930
   public function getKind()
931 931
   {
932
-    return $this->kind;
932
+	return $this->kind;
933 933
   }
934 934
   public function setNextPageToken($nextPageToken)
935 935
   {
936
-    $this->nextPageToken = $nextPageToken;
936
+	$this->nextPageToken = $nextPageToken;
937 937
   }
938 938
   public function getNextPageToken()
939 939
   {
940
-    return $this->nextPageToken;
940
+	return $this->nextPageToken;
941 941
   }
942 942
   public function setSelfLink($selfLink)
943 943
   {
944
-    $this->selfLink = $selfLink;
944
+	$this->selfLink = $selfLink;
945 945
   }
946 946
   public function getSelfLink()
947 947
   {
948
-    return $this->selfLink;
948
+	return $this->selfLink;
949 949
   }
950 950
 }
951 951
 
@@ -962,27 +962,27 @@  discard block
 block discarded – undo
962 962
 
963 963
   public function setCode($code)
964 964
   {
965
-    $this->code = $code;
965
+	$this->code = $code;
966 966
   }
967 967
   public function getCode()
968 968
   {
969
-    return $this->code;
969
+	return $this->code;
970 970
   }
971 971
   public function setData($data)
972 972
   {
973
-    $this->data = $data;
973
+	$this->data = $data;
974 974
   }
975 975
   public function getData()
976 976
   {
977
-    return $this->data;
977
+	return $this->data;
978 978
   }
979 979
   public function setMessage($message)
980 980
   {
981
-    $this->message = $message;
981
+	$this->message = $message;
982 982
   }
983 983
   public function getMessage()
984 984
   {
985
-    return $this->message;
985
+	return $this->message;
986 986
   }
987 987
 }
988 988
 
@@ -996,19 +996,19 @@  discard block
 block discarded – undo
996 996
 
997 997
   public function setKey($key)
998 998
   {
999
-    $this->key = $key;
999
+	$this->key = $key;
1000 1000
   }
1001 1001
   public function getKey()
1002 1002
   {
1003
-    return $this->key;
1003
+	return $this->key;
1004 1004
   }
1005 1005
   public function setValue($value)
1006 1006
   {
1007
-    $this->value = $value;
1007
+	$this->value = $value;
1008 1008
   }
1009 1009
   public function getValue()
1010 1010
   {
1011
-    return $this->value;
1011
+	return $this->value;
1012 1012
   }
1013 1013
 }
1014 1014
 
@@ -1035,99 +1035,99 @@  discard block
 block discarded – undo
1035 1035
 
1036 1036
   public function setCreationTimestamp($creationTimestamp)
1037 1037
   {
1038
-    $this->creationTimestamp = $creationTimestamp;
1038
+	$this->creationTimestamp = $creationTimestamp;
1039 1039
   }
1040 1040
   public function getCreationTimestamp()
1041 1041
   {
1042
-    return $this->creationTimestamp;
1042
+	return $this->creationTimestamp;
1043 1043
   }
1044 1044
   public function setDescription($description)
1045 1045
   {
1046
-    $this->description = $description;
1046
+	$this->description = $description;
1047 1047
   }
1048 1048
   public function getDescription()
1049 1049
   {
1050
-    return $this->description;
1050
+	return $this->description;
1051 1051
   }
1052 1052
   public function setEndpoints($endpoints)
1053 1053
   {
1054
-    $this->endpoints = $endpoints;
1054
+	$this->endpoints = $endpoints;
1055 1055
   }
1056 1056
   public function getEndpoints()
1057 1057
   {
1058
-    return $this->endpoints;
1058
+	return $this->endpoints;
1059 1059
   }
1060 1060
   public function setFingerprint($fingerprint)
1061 1061
   {
1062
-    $this->fingerprint = $fingerprint;
1062
+	$this->fingerprint = $fingerprint;
1063 1063
   }
1064 1064
   public function getFingerprint()
1065 1065
   {
1066
-    return $this->fingerprint;
1066
+	return $this->fingerprint;
1067 1067
   }
1068 1068
   public function setId($id)
1069 1069
   {
1070
-    $this->id = $id;
1070
+	$this->id = $id;
1071 1071
   }
1072 1072
   public function getId()
1073 1073
   {
1074
-    return $this->id;
1074
+	return $this->id;
1075 1075
   }
1076 1076
   public function setKind($kind)
1077 1077
   {
1078
-    $this->kind = $kind;
1078
+	$this->kind = $kind;
1079 1079
   }
1080 1080
   public function getKind()
1081 1081
   {
1082
-    return $this->kind;
1082
+	return $this->kind;
1083 1083
   }
1084 1084
   public function setLabels($labels)
1085 1085
   {
1086
-    $this->labels = $labels;
1086
+	$this->labels = $labels;
1087 1087
   }
1088 1088
   public function getLabels()
1089 1089
   {
1090
-    return $this->labels;
1090
+	return $this->labels;
1091 1091
   }
1092 1092
   public function setName($name)
1093 1093
   {
1094
-    $this->name = $name;
1094
+	$this->name = $name;
1095 1095
   }
1096 1096
   public function getName()
1097 1097
   {
1098
-    return $this->name;
1098
+	return $this->name;
1099 1099
   }
1100 1100
   public function setNetwork($network)
1101 1101
   {
1102
-    $this->network = $network;
1102
+	$this->network = $network;
1103 1103
   }
1104 1104
   public function getNetwork()
1105 1105
   {
1106
-    return $this->network;
1106
+	return $this->network;
1107 1107
   }
1108 1108
   public function setResources($resources)
1109 1109
   {
1110
-    $this->resources = $resources;
1110
+	$this->resources = $resources;
1111 1111
   }
1112 1112
   public function getResources()
1113 1113
   {
1114
-    return $this->resources;
1114
+	return $this->resources;
1115 1115
   }
1116 1116
   public function setSelfLink($selfLink)
1117 1117
   {
1118
-    $this->selfLink = $selfLink;
1118
+	$this->selfLink = $selfLink;
1119 1119
   }
1120 1120
   public function getSelfLink()
1121 1121
   {
1122
-    return $this->selfLink;
1122
+	return $this->selfLink;
1123 1123
   }
1124 1124
   public function setSize($size)
1125 1125
   {
1126
-    $this->size = $size;
1126
+	$this->size = $size;
1127 1127
   }
1128 1128
   public function getSize()
1129 1129
   {
1130
-    return $this->size;
1130
+	return $this->size;
1131 1131
   }
1132 1132
 }
1133 1133
 
@@ -1141,19 +1141,19 @@  discard block
 block discarded – undo
1141 1141
 
1142 1142
   public function setName($name)
1143 1143
   {
1144
-    $this->name = $name;
1144
+	$this->name = $name;
1145 1145
   }
1146 1146
   public function getName()
1147 1147
   {
1148
-    return $this->name;
1148
+	return $this->name;
1149 1149
   }
1150 1150
   public function setPort($port)
1151 1151
   {
1152
-    $this->port = $port;
1152
+	$this->port = $port;
1153 1153
   }
1154 1154
   public function getPort()
1155 1155
   {
1156
-    return $this->port;
1156
+	return $this->port;
1157 1157
   }
1158 1158
 }
1159 1159
 
@@ -1167,11 +1167,11 @@  discard block
 block discarded – undo
1167 1167
 
1168 1168
   public function setResources($resources)
1169 1169
   {
1170
-    $this->resources = $resources;
1170
+	$this->resources = $resources;
1171 1171
   }
1172 1172
   public function getResources()
1173 1173
   {
1174
-    return $this->resources;
1174
+	return $this->resources;
1175 1175
   }
1176 1176
 }
1177 1177
 
@@ -1187,19 +1187,19 @@  discard block
 block discarded – undo
1187 1187
 
1188 1188
   public function setEndpoints($endpoints)
1189 1189
   {
1190
-    $this->endpoints = $endpoints;
1190
+	$this->endpoints = $endpoints;
1191 1191
   }
1192 1192
   public function getEndpoints()
1193 1193
   {
1194
-    return $this->endpoints;
1194
+	return $this->endpoints;
1195 1195
   }
1196 1196
   public function setFingerprint($fingerprint)
1197 1197
   {
1198
-    $this->fingerprint = $fingerprint;
1198
+	$this->fingerprint = $fingerprint;
1199 1199
   }
1200 1200
   public function getFingerprint()
1201 1201
   {
1202
-    return $this->fingerprint;
1202
+	return $this->fingerprint;
1203 1203
   }
1204 1204
 }
1205 1205
 
@@ -1217,35 +1217,35 @@  discard block
 block discarded – undo
1217 1217
 
1218 1218
   public function setItems($items)
1219 1219
   {
1220
-    $this->items = $items;
1220
+	$this->items = $items;
1221 1221
   }
1222 1222
   public function getItems()
1223 1223
   {
1224
-    return $this->items;
1224
+	return $this->items;
1225 1225
   }
1226 1226
   public function setKind($kind)
1227 1227
   {
1228
-    $this->kind = $kind;
1228
+	$this->kind = $kind;
1229 1229
   }
1230 1230
   public function getKind()
1231 1231
   {
1232
-    return $this->kind;
1232
+	return $this->kind;
1233 1233
   }
1234 1234
   public function setNextPageToken($nextPageToken)
1235 1235
   {
1236
-    $this->nextPageToken = $nextPageToken;
1236
+	$this->nextPageToken = $nextPageToken;
1237 1237
   }
1238 1238
   public function getNextPageToken()
1239 1239
   {
1240
-    return $this->nextPageToken;
1240
+	return $this->nextPageToken;
1241 1241
   }
1242 1242
   public function setSelfLink($selfLink)
1243 1243
   {
1244
-    $this->selfLink = $selfLink;
1244
+	$this->selfLink = $selfLink;
1245 1245
   }
1246 1246
   public function getSelfLink()
1247 1247
   {
1248
-    return $this->selfLink;
1248
+	return $this->selfLink;
1249 1249
   }
1250 1250
 }
1251 1251
 
@@ -1262,27 +1262,27 @@  discard block
 block discarded – undo
1262 1262
 
1263 1263
   public function setItems($items)
1264 1264
   {
1265
-    $this->items = $items;
1265
+	$this->items = $items;
1266 1266
   }
1267 1267
   public function getItems()
1268 1268
   {
1269
-    return $this->items;
1269
+	return $this->items;
1270 1270
   }
1271 1271
   public function setNetwork($network)
1272 1272
   {
1273
-    $this->network = $network;
1273
+	$this->network = $network;
1274 1274
   }
1275 1275
   public function getNetwork()
1276 1276
   {
1277
-    return $this->network;
1277
+	return $this->network;
1278 1278
   }
1279 1279
   public function setNextPageToken($nextPageToken)
1280 1280
   {
1281
-    $this->nextPageToken = $nextPageToken;
1281
+	$this->nextPageToken = $nextPageToken;
1282 1282
   }
1283 1283
   public function getNextPageToken()
1284 1284
   {
1285
-    return $this->nextPageToken;
1285
+	return $this->nextPageToken;
1286 1286
   }
1287 1287
 }
1288 1288
 
@@ -1296,11 +1296,11 @@  discard block
 block discarded – undo
1296 1296
 
1297 1297
   public function setResources($resources)
1298 1298
   {
1299
-    $this->resources = $resources;
1299
+	$this->resources = $resources;
1300 1300
   }
1301 1301
   public function getResources()
1302 1302
   {
1303
-    return $this->resources;
1303
+	return $this->resources;
1304 1304
   }
1305 1305
 }
1306 1306
 
@@ -1317,26 +1317,26 @@  discard block
 block discarded – undo
1317 1317
 
1318 1318
   public function setEndpoints($endpoints)
1319 1319
   {
1320
-    $this->endpoints = $endpoints;
1320
+	$this->endpoints = $endpoints;
1321 1321
   }
1322 1322
   public function getEndpoints()
1323 1323
   {
1324
-    return $this->endpoints;
1324
+	return $this->endpoints;
1325 1325
   }
1326 1326
   public function setFingerprint($fingerprint)
1327 1327
   {
1328
-    $this->fingerprint = $fingerprint;
1328
+	$this->fingerprint = $fingerprint;
1329 1329
   }
1330 1330
   public function getFingerprint()
1331 1331
   {
1332
-    return $this->fingerprint;
1332
+	return $this->fingerprint;
1333 1333
   }
1334 1334
   public function setResourceName($resourceName)
1335 1335
   {
1336
-    $this->resourceName = $resourceName;
1336
+	$this->resourceName = $resourceName;
1337 1337
   }
1338 1338
   public function getResourceName()
1339 1339
   {
1340
-    return $this->resourceName;
1340
+	return $this->resourceName;
1341 1341
   }
1342 1342
 }
Please login to merge, or discard this patch.
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
                   'required' => true,
91 91
                 ),
92 92
               ),
93
-            ),'list' => array(
93
+            ), 'list' => array(
94 94
               'path' => '{project}/zones/{zone}/operations',
95 95
               'httpMethod' => 'GET',
96 96
               'parameters' => array(
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
                   'required' => true,
148 148
                 ),
149 149
               ),
150
-            ),'delete' => array(
150
+            ), 'delete' => array(
151 151
               'path' => '{project}/zones/{zone}/resourceViews/{resourceView}',
152 152
               'httpMethod' => 'DELETE',
153 153
               'parameters' => array(
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
                   'required' => true,
168 168
                 ),
169 169
               ),
170
-            ),'get' => array(
170
+            ), 'get' => array(
171 171
               'path' => '{project}/zones/{zone}/resourceViews/{resourceView}',
172 172
               'httpMethod' => 'GET',
173 173
               'parameters' => array(
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
                   'required' => true,
188 188
                 ),
189 189
               ),
190
-            ),'getService' => array(
190
+            ), 'getService' => array(
191 191
               'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/getService',
192 192
               'httpMethod' => 'POST',
193 193
               'parameters' => array(
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
                   'type' => 'string',
212 212
                 ),
213 213
               ),
214
-            ),'insert' => array(
214
+            ), 'insert' => array(
215 215
               'path' => '{project}/zones/{zone}/resourceViews',
216 216
               'httpMethod' => 'POST',
217 217
               'parameters' => array(
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
                   'required' => true,
227 227
                 ),
228 228
               ),
229
-            ),'list' => array(
229
+            ), 'list' => array(
230 230
               'path' => '{project}/zones/{zone}/resourceViews',
231 231
               'httpMethod' => 'GET',
232 232
               'parameters' => array(
@@ -249,7 +249,7 @@  discard block
 block discarded – undo
249 249
                   'type' => 'integer',
250 250
                 ),
251 251
               ),
252
-            ),'listResources' => array(
252
+            ), 'listResources' => array(
253 253
               'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/resources',
254 254
               'httpMethod' => 'GET',
255 255
               'parameters' => array(
@@ -289,7 +289,7 @@  discard block
 block discarded – undo
289 289
                   'type' => 'string',
290 290
                 ),
291 291
               ),
292
-            ),'removeResources' => array(
292
+            ), 'removeResources' => array(
293 293
               'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/removeResources',
294 294
               'httpMethod' => 'POST',
295 295
               'parameters' => array(
@@ -309,7 +309,7 @@  discard block
 block discarded – undo
309 309
                   'required' => true,
310 310
                 ),
311 311
               ),
312
-            ),'setService' => array(
312
+            ), 'setService' => array(
313 313
               'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/setService',
314 314
               'httpMethod' => 'POST',
315 315
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Script.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
    * @param string $scriptId The project key of the script to be executed. To find
126 126
    * the project key, open the project in the script editor, then select **File >
127 127
    * Project properties**.
128
-   * @param Google_ExecutionRequest $postBody
128
+   * @param Google_Service_Script_ExecutionRequest $postBody
129 129
    * @param array $optParams Optional parameters.
130 130
    * @return Google_Service_Script_Operation
131 131
    */
Please login to merge, or discard this patch.
Indentation   +74 added lines, -74 removed lines patch added patch discarded remove patch
@@ -32,34 +32,34 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** View and manage your mail. */
34 34
   const MAIL_GOOGLE_COM =
35
-      "https://mail.google.com/";
35
+	  "https://mail.google.com/";
36 36
   /** Manage your calendars. */
37 37
   const WWW_GOOGLE_COM_CALENDAR_FEEDS =
38
-      "https://www.google.com/calendar/feeds";
38
+	  "https://www.google.com/calendar/feeds";
39 39
   /** Manage your contacts. */
40 40
   const WWW_GOOGLE_COM_M8_FEEDS =
41
-      "https://www.google.com/m8/feeds";
41
+	  "https://www.google.com/m8/feeds";
42 42
   /** View and manage the provisioning of groups on your domain. */
43 43
   const ADMIN_DIRECTORY_GROUP =
44
-      "https://www.googleapis.com/auth/admin.directory.group";
44
+	  "https://www.googleapis.com/auth/admin.directory.group";
45 45
   /** View and manage the provisioning of users on your domain. */
46 46
   const ADMIN_DIRECTORY_USER =
47
-      "https://www.googleapis.com/auth/admin.directory.user";
47
+	  "https://www.googleapis.com/auth/admin.directory.user";
48 48
   /** View and manage the files in your Google Drive. */
49 49
   const DRIVE =
50
-      "https://www.googleapis.com/auth/drive";
50
+	  "https://www.googleapis.com/auth/drive";
51 51
   /** View and manage your forms in Google Drive. */
52 52
   const FORMS =
53
-      "https://www.googleapis.com/auth/forms";
53
+	  "https://www.googleapis.com/auth/forms";
54 54
   /** View and manage forms that this application has been installed in. */
55 55
   const FORMS_CURRENTONLY =
56
-      "https://www.googleapis.com/auth/forms.currentonly";
56
+	  "https://www.googleapis.com/auth/forms.currentonly";
57 57
   /** View and manage your Google Groups. */
58 58
   const GROUPS =
59
-      "https://www.googleapis.com/auth/groups";
59
+	  "https://www.googleapis.com/auth/groups";
60 60
   /** View your email address. */
61 61
   const USERINFO_EMAIL =
62
-      "https://www.googleapis.com/auth/userinfo.email";
62
+	  "https://www.googleapis.com/auth/userinfo.email";
63 63
 
64 64
   public $scripts;
65 65
   
@@ -71,32 +71,32 @@  discard block
 block discarded – undo
71 71
    */
72 72
   public function __construct(Google_Client $client)
73 73
   {
74
-    parent::__construct($client);
75
-    $this->rootUrl = 'https://script.googleapis.com/';
76
-    $this->servicePath = '';
77
-    $this->version = 'v1';
78
-    $this->serviceName = 'script';
74
+	parent::__construct($client);
75
+	$this->rootUrl = 'https://script.googleapis.com/';
76
+	$this->servicePath = '';
77
+	$this->version = 'v1';
78
+	$this->serviceName = 'script';
79 79
 
80
-    $this->scripts = new Google_Service_Script_Scripts_Resource(
81
-        $this,
82
-        $this->serviceName,
83
-        'scripts',
84
-        array(
85
-          'methods' => array(
86
-            'run' => array(
87
-              'path' => 'v1/scripts/{scriptId}:run',
88
-              'httpMethod' => 'POST',
89
-              'parameters' => array(
90
-                'scriptId' => array(
91
-                  'location' => 'path',
92
-                  'type' => 'string',
93
-                  'required' => true,
94
-                ),
95
-              ),
96
-            ),
97
-          )
98
-        )
99
-    );
80
+	$this->scripts = new Google_Service_Script_Scripts_Resource(
81
+		$this,
82
+		$this->serviceName,
83
+		'scripts',
84
+		array(
85
+		  'methods' => array(
86
+			'run' => array(
87
+			  'path' => 'v1/scripts/{scriptId}:run',
88
+			  'httpMethod' => 'POST',
89
+			  'parameters' => array(
90
+				'scriptId' => array(
91
+				  'location' => 'path',
92
+				  'type' => 'string',
93
+				  'required' => true,
94
+				),
95
+			  ),
96
+			),
97
+		  )
98
+		)
99
+	);
100 100
   }
101 101
 }
102 102
 
@@ -131,9 +131,9 @@  discard block
 block discarded – undo
131 131
    */
132 132
   public function run($scriptId, Google_Service_Script_ExecutionRequest $postBody, $optParams = array())
133 133
   {
134
-    $params = array('scriptId' => $scriptId, 'postBody' => $postBody);
135
-    $params = array_merge($params, $optParams);
136
-    return $this->call('run', array($params), "Google_Service_Script_Operation");
134
+	$params = array('scriptId' => $scriptId, 'postBody' => $postBody);
135
+	$params = array_merge($params, $optParams);
136
+	return $this->call('run', array($params), "Google_Service_Script_Operation");
137 137
   }
138 138
 }
139 139
 
@@ -153,27 +153,27 @@  discard block
 block discarded – undo
153 153
 
154 154
   public function setErrorMessage($errorMessage)
155 155
   {
156
-    $this->errorMessage = $errorMessage;
156
+	$this->errorMessage = $errorMessage;
157 157
   }
158 158
   public function getErrorMessage()
159 159
   {
160
-    return $this->errorMessage;
160
+	return $this->errorMessage;
161 161
   }
162 162
   public function setErrorType($errorType)
163 163
   {
164
-    $this->errorType = $errorType;
164
+	$this->errorType = $errorType;
165 165
   }
166 166
   public function getErrorType()
167 167
   {
168
-    return $this->errorType;
168
+	return $this->errorType;
169 169
   }
170 170
   public function setScriptStackTraceElements($scriptStackTraceElements)
171 171
   {
172
-    $this->scriptStackTraceElements = $scriptStackTraceElements;
172
+	$this->scriptStackTraceElements = $scriptStackTraceElements;
173 173
   }
174 174
   public function getScriptStackTraceElements()
175 175
   {
176
-    return $this->scriptStackTraceElements;
176
+	return $this->scriptStackTraceElements;
177 177
   }
178 178
 }
179 179
 
@@ -190,35 +190,35 @@  discard block
 block discarded – undo
190 190
 
191 191
   public function setDevMode($devMode)
192 192
   {
193
-    $this->devMode = $devMode;
193
+	$this->devMode = $devMode;
194 194
   }
195 195
   public function getDevMode()
196 196
   {
197
-    return $this->devMode;
197
+	return $this->devMode;
198 198
   }
199 199
   public function setFunction($function)
200 200
   {
201
-    $this->function = $function;
201
+	$this->function = $function;
202 202
   }
203 203
   public function getFunction()
204 204
   {
205
-    return $this->function;
205
+	return $this->function;
206 206
   }
207 207
   public function setParameters($parameters)
208 208
   {
209
-    $this->parameters = $parameters;
209
+	$this->parameters = $parameters;
210 210
   }
211 211
   public function getParameters()
212 212
   {
213
-    return $this->parameters;
213
+	return $this->parameters;
214 214
   }
215 215
   public function setSessionState($sessionState)
216 216
   {
217
-    $this->sessionState = $sessionState;
217
+	$this->sessionState = $sessionState;
218 218
   }
219 219
   public function getSessionState()
220 220
   {
221
-    return $this->sessionState;
221
+	return $this->sessionState;
222 222
   }
223 223
 }
224 224
 
@@ -231,11 +231,11 @@  discard block
 block discarded – undo
231 231
 
232 232
   public function setResult($result)
233 233
   {
234
-    $this->result = $result;
234
+	$this->result = $result;
235 235
   }
236 236
   public function getResult()
237 237
   {
238
-    return $this->result;
238
+	return $this->result;
239 239
   }
240 240
 }
241 241
 
@@ -253,43 +253,43 @@  discard block
 block discarded – undo
253 253
 
254 254
   public function setDone($done)
255 255
   {
256
-    $this->done = $done;
256
+	$this->done = $done;
257 257
   }
258 258
   public function getDone()
259 259
   {
260
-    return $this->done;
260
+	return $this->done;
261 261
   }
262 262
   public function setError(Google_Service_Script_Status $error)
263 263
   {
264
-    $this->error = $error;
264
+	$this->error = $error;
265 265
   }
266 266
   public function getError()
267 267
   {
268
-    return $this->error;
268
+	return $this->error;
269 269
   }
270 270
   public function setMetadata($metadata)
271 271
   {
272
-    $this->metadata = $metadata;
272
+	$this->metadata = $metadata;
273 273
   }
274 274
   public function getMetadata()
275 275
   {
276
-    return $this->metadata;
276
+	return $this->metadata;
277 277
   }
278 278
   public function setName($name)
279 279
   {
280
-    $this->name = $name;
280
+	$this->name = $name;
281 281
   }
282 282
   public function getName()
283 283
   {
284
-    return $this->name;
284
+	return $this->name;
285 285
   }
286 286
   public function setResponse($response)
287 287
   {
288
-    $this->response = $response;
288
+	$this->response = $response;
289 289
   }
290 290
   public function getResponse()
291 291
   {
292
-    return $this->response;
292
+	return $this->response;
293 293
   }
294 294
 }
295 295
 
@@ -311,19 +311,19 @@  discard block
 block discarded – undo
311 311
 
312 312
   public function setFunction($function)
313 313
   {
314
-    $this->function = $function;
314
+	$this->function = $function;
315 315
   }
316 316
   public function getFunction()
317 317
   {
318
-    return $this->function;
318
+	return $this->function;
319 319
   }
320 320
   public function setLineNumber($lineNumber)
321 321
   {
322
-    $this->lineNumber = $lineNumber;
322
+	$this->lineNumber = $lineNumber;
323 323
   }
324 324
   public function getLineNumber()
325 325
   {
326
-    return $this->lineNumber;
326
+	return $this->lineNumber;
327 327
   }
328 328
 }
329 329
 
@@ -339,27 +339,27 @@  discard block
 block discarded – undo
339 339
 
340 340
   public function setCode($code)
341 341
   {
342
-    $this->code = $code;
342
+	$this->code = $code;
343 343
   }
344 344
   public function getCode()
345 345
   {
346
-    return $this->code;
346
+	return $this->code;
347 347
   }
348 348
   public function setDetails($details)
349 349
   {
350
-    $this->details = $details;
350
+	$this->details = $details;
351 351
   }
352 352
   public function getDetails()
353 353
   {
354
-    return $this->details;
354
+	return $this->details;
355 355
   }
356 356
   public function setMessage($message)
357 357
   {
358
-    $this->message = $message;
358
+	$this->message = $message;
359 359
   }
360 360
   public function getMessage()
361 361
   {
362
-    return $this->message;
362
+	return $this->message;
363 363
   }
364 364
 }
365 365
 
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/ShoppingContent.php 3 patches
Doc Comments   +21 added lines, -21 removed lines patch added patch discarded remove patch
@@ -739,7 +739,7 @@  discard block
 block discarded – undo
739 739
    * Retrieves, inserts, updates, and deletes multiple Merchant Center
740 740
    * (sub-)accounts in a single request. (accounts.custombatch)
741 741
    *
742
-   * @param Google_AccountsCustomBatchRequest $postBody
742
+   * @param Google_Service_ShoppingContent_AccountsCustomBatchRequest $postBody
743 743
    * @param array $optParams Optional parameters.
744 744
    * @return Google_Service_ShoppingContent_AccountsCustomBatchResponse
745 745
    */
@@ -783,7 +783,7 @@  discard block
 block discarded – undo
783 783
    * Creates a Merchant Center sub-account. (accounts.insert)
784 784
    *
785 785
    * @param string $merchantId The ID of the managing account.
786
-   * @param Google_Account $postBody
786
+   * @param Google_Service_ShoppingContent_Account $postBody
787 787
    * @param array $optParams Optional parameters.
788 788
    * @return Google_Service_ShoppingContent_Account
789 789
    */
@@ -819,7 +819,7 @@  discard block
 block discarded – undo
819 819
    *
820 820
    * @param string $merchantId The ID of the managing account.
821 821
    * @param string $accountId The ID of the account.
822
-   * @param Google_Account $postBody
822
+   * @param Google_Service_ShoppingContent_Account $postBody
823 823
    * @param array $optParams Optional parameters.
824 824
    * @return Google_Service_ShoppingContent_Account
825 825
    */
@@ -835,7 +835,7 @@  discard block
 block discarded – undo
835 835
    *
836 836
    * @param string $merchantId The ID of the managing account.
837 837
    * @param string $accountId The ID of the account.
838
-   * @param Google_Account $postBody
838
+   * @param Google_Service_ShoppingContent_Account $postBody
839 839
    * @param array $optParams Optional parameters.
840 840
    * @return Google_Service_ShoppingContent_Account
841 841
    */
@@ -862,7 +862,7 @@  discard block
 block discarded – undo
862 862
    * Retrieves and updates the shipping settings of multiple accounts in a single
863 863
    * request. (accountshipping.custombatch)
864 864
    *
865
-   * @param Google_AccountshippingCustomBatchRequest $postBody
865
+   * @param Google_Service_ShoppingContent_AccountshippingCustomBatchRequest $postBody
866 866
    * @param array $optParams Optional parameters.
867 867
    *
868 868
    * @opt_param bool dryRun Flag to run the request in dry-run mode.
@@ -917,7 +917,7 @@  discard block
 block discarded – undo
917 917
    * @param string $merchantId The ID of the managing account.
918 918
    * @param string $accountId The ID of the account for which to get/update
919 919
    * account shipping settings.
920
-   * @param Google_AccountShipping $postBody
920
+   * @param Google_Service_ShoppingContent_AccountShipping $postBody
921 921
    * @param array $optParams Optional parameters.
922 922
    *
923 923
    * @opt_param bool dryRun Flag to run the request in dry-run mode.
@@ -936,7 +936,7 @@  discard block
 block discarded – undo
936 936
    * @param string $merchantId The ID of the managing account.
937 937
    * @param string $accountId The ID of the account for which to get/update
938 938
    * account shipping settings.
939
-   * @param Google_AccountShipping $postBody
939
+   * @param Google_Service_ShoppingContent_AccountShipping $postBody
940 940
    * @param array $optParams Optional parameters.
941 941
    *
942 942
    * @opt_param bool dryRun Flag to run the request in dry-run mode.
@@ -964,7 +964,7 @@  discard block
 block discarded – undo
964 964
   /**
965 965
    * (accountstatuses.custombatch)
966 966
    *
967
-   * @param Google_AccountstatusesCustomBatchRequest $postBody
967
+   * @param Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest $postBody
968 968
    * @param array $optParams Optional parameters.
969 969
    * @return Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse
970 970
    */
@@ -1025,7 +1025,7 @@  discard block
 block discarded – undo
1025 1025
    * Retrieves and updates tax settings of multiple accounts in a single request.
1026 1026
    * (accounttax.custombatch)
1027 1027
    *
1028
-   * @param Google_AccounttaxCustomBatchRequest $postBody
1028
+   * @param Google_Service_ShoppingContent_AccounttaxCustomBatchRequest $postBody
1029 1029
    * @param array $optParams Optional parameters.
1030 1030
    *
1031 1031
    * @opt_param bool dryRun Flag to run the request in dry-run mode.
@@ -1080,7 +1080,7 @@  discard block
 block discarded – undo
1080 1080
    * @param string $merchantId The ID of the managing account.
1081 1081
    * @param string $accountId The ID of the account for which to get/update
1082 1082
    * account tax settings.
1083
-   * @param Google_AccountTax $postBody
1083
+   * @param Google_Service_ShoppingContent_AccountTax $postBody
1084 1084
    * @param array $optParams Optional parameters.
1085 1085
    *
1086 1086
    * @opt_param bool dryRun Flag to run the request in dry-run mode.
@@ -1099,7 +1099,7 @@  discard block
 block discarded – undo
1099 1099
    * @param string $merchantId The ID of the managing account.
1100 1100
    * @param string $accountId The ID of the account for which to get/update
1101 1101
    * account tax settings.
1102
-   * @param Google_AccountTax $postBody
1102
+   * @param Google_Service_ShoppingContent_AccountTax $postBody
1103 1103
    * @param array $optParams Optional parameters.
1104 1104
    *
1105 1105
    * @opt_param bool dryRun Flag to run the request in dry-run mode.
@@ -1127,7 +1127,7 @@  discard block
 block discarded – undo
1127 1127
   /**
1128 1128
    * (datafeeds.custombatch)
1129 1129
    *
1130
-   * @param Google_DatafeedsCustomBatchRequest $postBody
1130
+   * @param Google_Service_ShoppingContent_DatafeedsCustomBatchRequest $postBody
1131 1131
    * @param array $optParams Optional parameters.
1132 1132
    * @return Google_Service_ShoppingContent_DatafeedsCustomBatchResponse
1133 1133
    */
@@ -1171,7 +1171,7 @@  discard block
 block discarded – undo
1171 1171
    * Registers a datafeed with your Merchant Center account. (datafeeds.insert)
1172 1172
    *
1173 1173
    * @param string $merchantId
1174
-   * @param Google_Datafeed $postBody
1174
+   * @param Google_Service_ShoppingContent_Datafeed $postBody
1175 1175
    * @param array $optParams Optional parameters.
1176 1176
    * @return Google_Service_ShoppingContent_Datafeed
1177 1177
    */
@@ -1207,7 +1207,7 @@  discard block
 block discarded – undo
1207 1207
    *
1208 1208
    * @param string $merchantId
1209 1209
    * @param string $datafeedId
1210
-   * @param Google_Datafeed $postBody
1210
+   * @param Google_Service_ShoppingContent_Datafeed $postBody
1211 1211
    * @param array $optParams Optional parameters.
1212 1212
    * @return Google_Service_ShoppingContent_Datafeed
1213 1213
    */
@@ -1223,7 +1223,7 @@  discard block
 block discarded – undo
1223 1223
    *
1224 1224
    * @param string $merchantId
1225 1225
    * @param string $datafeedId
1226
-   * @param Google_Datafeed $postBody
1226
+   * @param Google_Service_ShoppingContent_Datafeed $postBody
1227 1227
    * @param array $optParams Optional parameters.
1228 1228
    * @return Google_Service_ShoppingContent_Datafeed
1229 1229
    */
@@ -1249,7 +1249,7 @@  discard block
 block discarded – undo
1249 1249
   /**
1250 1250
    * (datafeedstatuses.custombatch)
1251 1251
    *
1252
-   * @param Google_DatafeedstatusesCustomBatchRequest $postBody
1252
+   * @param Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest $postBody
1253 1253
    * @param array $optParams Optional parameters.
1254 1254
    * @return Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse
1255 1255
    */
@@ -1311,7 +1311,7 @@  discard block
 block discarded – undo
1311 1311
    * Updates price and availability for multiple products or stores in a single
1312 1312
    * request. (inventory.custombatch)
1313 1313
    *
1314
-   * @param Google_InventoryCustomBatchRequest $postBody
1314
+   * @param Google_Service_ShoppingContent_InventoryCustomBatchRequest $postBody
1315 1315
    * @param array $optParams Optional parameters.
1316 1316
    * @return Google_Service_ShoppingContent_InventoryCustomBatchResponse
1317 1317
    */
@@ -1332,7 +1332,7 @@  discard block
 block discarded – undo
1332 1332
    * product.
1333 1333
    * @param string $productId The ID of the product for which to update price and
1334 1334
    * availability.
1335
-   * @param Google_InventorySetRequest $postBody
1335
+   * @param Google_Service_ShoppingContent_InventorySetRequest $postBody
1336 1336
    * @param array $optParams Optional parameters.
1337 1337
    * @return Google_Service_ShoppingContent_InventorySetResponse
1338 1338
    */
@@ -1359,7 +1359,7 @@  discard block
 block discarded – undo
1359 1359
    * Retrieves, inserts, and deletes multiple products in a single request.
1360 1360
    * (products.custombatch)
1361 1361
    *
1362
-   * @param Google_ProductsCustomBatchRequest $postBody
1362
+   * @param Google_Service_ShoppingContent_ProductsCustomBatchRequest $postBody
1363 1363
    * @param array $optParams Optional parameters.
1364 1364
    *
1365 1365
    * @opt_param bool dryRun Flag to run the request in dry-run mode.
@@ -1407,7 +1407,7 @@  discard block
 block discarded – undo
1407 1407
    * Uploads a product to your Merchant Center account. (products.insert)
1408 1408
    *
1409 1409
    * @param string $merchantId The ID of the managing account.
1410
-   * @param Google_Product $postBody
1410
+   * @param Google_Service_ShoppingContent_Product $postBody
1411 1411
    * @param array $optParams Optional parameters.
1412 1412
    *
1413 1413
    * @opt_param bool dryRun Flag to run the request in dry-run mode.
@@ -1454,7 +1454,7 @@  discard block
 block discarded – undo
1454 1454
    * Gets the statuses of multiple products in a single request.
1455 1455
    * (productstatuses.custombatch)
1456 1456
    *
1457
-   * @param Google_ProductstatusesCustomBatchRequest $postBody
1457
+   * @param Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest $postBody
1458 1458
    * @param array $optParams Optional parameters.
1459 1459
    * @return Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse
1460 1460
    */
Please login to merge, or discard this patch.
Indentation   +1568 added lines, -1568 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 {
34 34
   /** Manage your product listings and accounts for Google Shopping. */
35 35
   const CONTENT =
36
-      "https://www.googleapis.com/auth/content";
36
+	  "https://www.googleapis.com/auth/content";
37 37
 
38 38
   public $accounts;
39 39
   public $accountshipping;
@@ -53,660 +53,660 @@  discard block
 block discarded – undo
53 53
    */
54 54
   public function __construct(Google_Client $client)
55 55
   {
56
-    parent::__construct($client);
57
-    $this->rootUrl = 'https://www.googleapis.com/';
58
-    $this->servicePath = 'content/v2/';
59
-    $this->version = 'v2';
60
-    $this->serviceName = 'content';
61
-
62
-    $this->accounts = new Google_Service_ShoppingContent_Accounts_Resource(
63
-        $this,
64
-        $this->serviceName,
65
-        'accounts',
66
-        array(
67
-          'methods' => array(
68
-            'authinfo' => array(
69
-              'path' => 'accounts/authinfo',
70
-              'httpMethod' => 'GET',
71
-              'parameters' => array(),
72
-            ),'custombatch' => array(
73
-              'path' => 'accounts/batch',
74
-              'httpMethod' => 'POST',
75
-              'parameters' => array(),
76
-            ),'delete' => array(
77
-              'path' => '{merchantId}/accounts/{accountId}',
78
-              'httpMethod' => 'DELETE',
79
-              'parameters' => array(
80
-                'merchantId' => array(
81
-                  'location' => 'path',
82
-                  'type' => 'string',
83
-                  'required' => true,
84
-                ),
85
-                'accountId' => array(
86
-                  'location' => 'path',
87
-                  'type' => 'string',
88
-                  'required' => true,
89
-                ),
90
-              ),
91
-            ),'get' => array(
92
-              'path' => '{merchantId}/accounts/{accountId}',
93
-              'httpMethod' => 'GET',
94
-              'parameters' => array(
95
-                'merchantId' => array(
96
-                  'location' => 'path',
97
-                  'type' => 'string',
98
-                  'required' => true,
99
-                ),
100
-                'accountId' => array(
101
-                  'location' => 'path',
102
-                  'type' => 'string',
103
-                  'required' => true,
104
-                ),
105
-              ),
106
-            ),'insert' => array(
107
-              'path' => '{merchantId}/accounts',
108
-              'httpMethod' => 'POST',
109
-              'parameters' => array(
110
-                'merchantId' => array(
111
-                  'location' => 'path',
112
-                  'type' => 'string',
113
-                  'required' => true,
114
-                ),
115
-              ),
116
-            ),'list' => array(
117
-              'path' => '{merchantId}/accounts',
118
-              'httpMethod' => 'GET',
119
-              'parameters' => array(
120
-                'merchantId' => array(
121
-                  'location' => 'path',
122
-                  'type' => 'string',
123
-                  'required' => true,
124
-                ),
125
-                'pageToken' => array(
126
-                  'location' => 'query',
127
-                  'type' => 'string',
128
-                ),
129
-                'maxResults' => array(
130
-                  'location' => 'query',
131
-                  'type' => 'integer',
132
-                ),
133
-              ),
134
-            ),'patch' => array(
135
-              'path' => '{merchantId}/accounts/{accountId}',
136
-              'httpMethod' => 'PATCH',
137
-              'parameters' => array(
138
-                'merchantId' => array(
139
-                  'location' => 'path',
140
-                  'type' => 'string',
141
-                  'required' => true,
142
-                ),
143
-                'accountId' => array(
144
-                  'location' => 'path',
145
-                  'type' => 'string',
146
-                  'required' => true,
147
-                ),
148
-              ),
149
-            ),'update' => array(
150
-              'path' => '{merchantId}/accounts/{accountId}',
151
-              'httpMethod' => 'PUT',
152
-              'parameters' => array(
153
-                'merchantId' => array(
154
-                  'location' => 'path',
155
-                  'type' => 'string',
156
-                  'required' => true,
157
-                ),
158
-                'accountId' => array(
159
-                  'location' => 'path',
160
-                  'type' => 'string',
161
-                  'required' => true,
162
-                ),
163
-              ),
164
-            ),
165
-          )
166
-        )
167
-    );
168
-    $this->accountshipping = new Google_Service_ShoppingContent_Accountshipping_Resource(
169
-        $this,
170
-        $this->serviceName,
171
-        'accountshipping',
172
-        array(
173
-          'methods' => array(
174
-            'custombatch' => array(
175
-              'path' => 'accountshipping/batch',
176
-              'httpMethod' => 'POST',
177
-              'parameters' => array(
178
-                'dryRun' => array(
179
-                  'location' => 'query',
180
-                  'type' => 'boolean',
181
-                ),
182
-              ),
183
-            ),'get' => array(
184
-              'path' => '{merchantId}/accountshipping/{accountId}',
185
-              'httpMethod' => 'GET',
186
-              'parameters' => array(
187
-                'merchantId' => array(
188
-                  'location' => 'path',
189
-                  'type' => 'string',
190
-                  'required' => true,
191
-                ),
192
-                'accountId' => array(
193
-                  'location' => 'path',
194
-                  'type' => 'string',
195
-                  'required' => true,
196
-                ),
197
-              ),
198
-            ),'list' => array(
199
-              'path' => '{merchantId}/accountshipping',
200
-              'httpMethod' => 'GET',
201
-              'parameters' => array(
202
-                'merchantId' => array(
203
-                  'location' => 'path',
204
-                  'type' => 'string',
205
-                  'required' => true,
206
-                ),
207
-                'pageToken' => array(
208
-                  'location' => 'query',
209
-                  'type' => 'string',
210
-                ),
211
-                'maxResults' => array(
212
-                  'location' => 'query',
213
-                  'type' => 'integer',
214
-                ),
215
-              ),
216
-            ),'patch' => array(
217
-              'path' => '{merchantId}/accountshipping/{accountId}',
218
-              'httpMethod' => 'PATCH',
219
-              'parameters' => array(
220
-                'merchantId' => array(
221
-                  'location' => 'path',
222
-                  'type' => 'string',
223
-                  'required' => true,
224
-                ),
225
-                'accountId' => array(
226
-                  'location' => 'path',
227
-                  'type' => 'string',
228
-                  'required' => true,
229
-                ),
230
-                'dryRun' => array(
231
-                  'location' => 'query',
232
-                  'type' => 'boolean',
233
-                ),
234
-              ),
235
-            ),'update' => array(
236
-              'path' => '{merchantId}/accountshipping/{accountId}',
237
-              'httpMethod' => 'PUT',
238
-              'parameters' => array(
239
-                'merchantId' => array(
240
-                  'location' => 'path',
241
-                  'type' => 'string',
242
-                  'required' => true,
243
-                ),
244
-                'accountId' => array(
245
-                  'location' => 'path',
246
-                  'type' => 'string',
247
-                  'required' => true,
248
-                ),
249
-                'dryRun' => array(
250
-                  'location' => 'query',
251
-                  'type' => 'boolean',
252
-                ),
253
-              ),
254
-            ),
255
-          )
256
-        )
257
-    );
258
-    $this->accountstatuses = new Google_Service_ShoppingContent_Accountstatuses_Resource(
259
-        $this,
260
-        $this->serviceName,
261
-        'accountstatuses',
262
-        array(
263
-          'methods' => array(
264
-            'custombatch' => array(
265
-              'path' => 'accountstatuses/batch',
266
-              'httpMethod' => 'POST',
267
-              'parameters' => array(),
268
-            ),'get' => array(
269
-              'path' => '{merchantId}/accountstatuses/{accountId}',
270
-              'httpMethod' => 'GET',
271
-              'parameters' => array(
272
-                'merchantId' => array(
273
-                  'location' => 'path',
274
-                  'type' => 'string',
275
-                  'required' => true,
276
-                ),
277
-                'accountId' => array(
278
-                  'location' => 'path',
279
-                  'type' => 'string',
280
-                  'required' => true,
281
-                ),
282
-              ),
283
-            ),'list' => array(
284
-              'path' => '{merchantId}/accountstatuses',
285
-              'httpMethod' => 'GET',
286
-              'parameters' => array(
287
-                'merchantId' => array(
288
-                  'location' => 'path',
289
-                  'type' => 'string',
290
-                  'required' => true,
291
-                ),
292
-                'pageToken' => array(
293
-                  'location' => 'query',
294
-                  'type' => 'string',
295
-                ),
296
-                'maxResults' => array(
297
-                  'location' => 'query',
298
-                  'type' => 'integer',
299
-                ),
300
-              ),
301
-            ),
302
-          )
303
-        )
304
-    );
305
-    $this->accounttax = new Google_Service_ShoppingContent_Accounttax_Resource(
306
-        $this,
307
-        $this->serviceName,
308
-        'accounttax',
309
-        array(
310
-          'methods' => array(
311
-            'custombatch' => array(
312
-              'path' => 'accounttax/batch',
313
-              'httpMethod' => 'POST',
314
-              'parameters' => array(
315
-                'dryRun' => array(
316
-                  'location' => 'query',
317
-                  'type' => 'boolean',
318
-                ),
319
-              ),
320
-            ),'get' => array(
321
-              'path' => '{merchantId}/accounttax/{accountId}',
322
-              'httpMethod' => 'GET',
323
-              'parameters' => array(
324
-                'merchantId' => array(
325
-                  'location' => 'path',
326
-                  'type' => 'string',
327
-                  'required' => true,
328
-                ),
329
-                'accountId' => array(
330
-                  'location' => 'path',
331
-                  'type' => 'string',
332
-                  'required' => true,
333
-                ),
334
-              ),
335
-            ),'list' => array(
336
-              'path' => '{merchantId}/accounttax',
337
-              'httpMethod' => 'GET',
338
-              'parameters' => array(
339
-                'merchantId' => array(
340
-                  'location' => 'path',
341
-                  'type' => 'string',
342
-                  'required' => true,
343
-                ),
344
-                'pageToken' => array(
345
-                  'location' => 'query',
346
-                  'type' => 'string',
347
-                ),
348
-                'maxResults' => array(
349
-                  'location' => 'query',
350
-                  'type' => 'integer',
351
-                ),
352
-              ),
353
-            ),'patch' => array(
354
-              'path' => '{merchantId}/accounttax/{accountId}',
355
-              'httpMethod' => 'PATCH',
356
-              'parameters' => array(
357
-                'merchantId' => array(
358
-                  'location' => 'path',
359
-                  'type' => 'string',
360
-                  'required' => true,
361
-                ),
362
-                'accountId' => array(
363
-                  'location' => 'path',
364
-                  'type' => 'string',
365
-                  'required' => true,
366
-                ),
367
-                'dryRun' => array(
368
-                  'location' => 'query',
369
-                  'type' => 'boolean',
370
-                ),
371
-              ),
372
-            ),'update' => array(
373
-              'path' => '{merchantId}/accounttax/{accountId}',
374
-              'httpMethod' => 'PUT',
375
-              'parameters' => array(
376
-                'merchantId' => array(
377
-                  'location' => 'path',
378
-                  'type' => 'string',
379
-                  'required' => true,
380
-                ),
381
-                'accountId' => array(
382
-                  'location' => 'path',
383
-                  'type' => 'string',
384
-                  'required' => true,
385
-                ),
386
-                'dryRun' => array(
387
-                  'location' => 'query',
388
-                  'type' => 'boolean',
389
-                ),
390
-              ),
391
-            ),
392
-          )
393
-        )
394
-    );
395
-    $this->datafeeds = new Google_Service_ShoppingContent_Datafeeds_Resource(
396
-        $this,
397
-        $this->serviceName,
398
-        'datafeeds',
399
-        array(
400
-          'methods' => array(
401
-            'custombatch' => array(
402
-              'path' => 'datafeeds/batch',
403
-              'httpMethod' => 'POST',
404
-              'parameters' => array(),
405
-            ),'delete' => array(
406
-              'path' => '{merchantId}/datafeeds/{datafeedId}',
407
-              'httpMethod' => 'DELETE',
408
-              'parameters' => array(
409
-                'merchantId' => array(
410
-                  'location' => 'path',
411
-                  'type' => 'string',
412
-                  'required' => true,
413
-                ),
414
-                'datafeedId' => array(
415
-                  'location' => 'path',
416
-                  'type' => 'string',
417
-                  'required' => true,
418
-                ),
419
-              ),
420
-            ),'get' => array(
421
-              'path' => '{merchantId}/datafeeds/{datafeedId}',
422
-              'httpMethod' => 'GET',
423
-              'parameters' => array(
424
-                'merchantId' => array(
425
-                  'location' => 'path',
426
-                  'type' => 'string',
427
-                  'required' => true,
428
-                ),
429
-                'datafeedId' => array(
430
-                  'location' => 'path',
431
-                  'type' => 'string',
432
-                  'required' => true,
433
-                ),
434
-              ),
435
-            ),'insert' => array(
436
-              'path' => '{merchantId}/datafeeds',
437
-              'httpMethod' => 'POST',
438
-              'parameters' => array(
439
-                'merchantId' => array(
440
-                  'location' => 'path',
441
-                  'type' => 'string',
442
-                  'required' => true,
443
-                ),
444
-              ),
445
-            ),'list' => array(
446
-              'path' => '{merchantId}/datafeeds',
447
-              'httpMethod' => 'GET',
448
-              'parameters' => array(
449
-                'merchantId' => array(
450
-                  'location' => 'path',
451
-                  'type' => 'string',
452
-                  'required' => true,
453
-                ),
454
-                'pageToken' => array(
455
-                  'location' => 'query',
456
-                  'type' => 'string',
457
-                ),
458
-                'maxResults' => array(
459
-                  'location' => 'query',
460
-                  'type' => 'integer',
461
-                ),
462
-              ),
463
-            ),'patch' => array(
464
-              'path' => '{merchantId}/datafeeds/{datafeedId}',
465
-              'httpMethod' => 'PATCH',
466
-              'parameters' => array(
467
-                'merchantId' => array(
468
-                  'location' => 'path',
469
-                  'type' => 'string',
470
-                  'required' => true,
471
-                ),
472
-                'datafeedId' => array(
473
-                  'location' => 'path',
474
-                  'type' => 'string',
475
-                  'required' => true,
476
-                ),
477
-              ),
478
-            ),'update' => array(
479
-              'path' => '{merchantId}/datafeeds/{datafeedId}',
480
-              'httpMethod' => 'PUT',
481
-              'parameters' => array(
482
-                'merchantId' => array(
483
-                  'location' => 'path',
484
-                  'type' => 'string',
485
-                  'required' => true,
486
-                ),
487
-                'datafeedId' => array(
488
-                  'location' => 'path',
489
-                  'type' => 'string',
490
-                  'required' => true,
491
-                ),
492
-              ),
493
-            ),
494
-          )
495
-        )
496
-    );
497
-    $this->datafeedstatuses = new Google_Service_ShoppingContent_Datafeedstatuses_Resource(
498
-        $this,
499
-        $this->serviceName,
500
-        'datafeedstatuses',
501
-        array(
502
-          'methods' => array(
503
-            'custombatch' => array(
504
-              'path' => 'datafeedstatuses/batch',
505
-              'httpMethod' => 'POST',
506
-              'parameters' => array(),
507
-            ),'get' => array(
508
-              'path' => '{merchantId}/datafeedstatuses/{datafeedId}',
509
-              'httpMethod' => 'GET',
510
-              'parameters' => array(
511
-                'merchantId' => array(
512
-                  'location' => 'path',
513
-                  'type' => 'string',
514
-                  'required' => true,
515
-                ),
516
-                'datafeedId' => array(
517
-                  'location' => 'path',
518
-                  'type' => 'string',
519
-                  'required' => true,
520
-                ),
521
-              ),
522
-            ),'list' => array(
523
-              'path' => '{merchantId}/datafeedstatuses',
524
-              'httpMethod' => 'GET',
525
-              'parameters' => array(
526
-                'merchantId' => array(
527
-                  'location' => 'path',
528
-                  'type' => 'string',
529
-                  'required' => true,
530
-                ),
531
-                'pageToken' => array(
532
-                  'location' => 'query',
533
-                  'type' => 'string',
534
-                ),
535
-                'maxResults' => array(
536
-                  'location' => 'query',
537
-                  'type' => 'integer',
538
-                ),
539
-              ),
540
-            ),
541
-          )
542
-        )
543
-    );
544
-    $this->inventory = new Google_Service_ShoppingContent_Inventory_Resource(
545
-        $this,
546
-        $this->serviceName,
547
-        'inventory',
548
-        array(
549
-          'methods' => array(
550
-            'custombatch' => array(
551
-              'path' => 'inventory/batch',
552
-              'httpMethod' => 'POST',
553
-              'parameters' => array(),
554
-            ),'set' => array(
555
-              'path' => '{merchantId}/inventory/{storeCode}/products/{productId}',
556
-              'httpMethod' => 'POST',
557
-              'parameters' => array(
558
-                'merchantId' => array(
559
-                  'location' => 'path',
560
-                  'type' => 'string',
561
-                  'required' => true,
562
-                ),
563
-                'storeCode' => array(
564
-                  'location' => 'path',
565
-                  'type' => 'string',
566
-                  'required' => true,
567
-                ),
568
-                'productId' => array(
569
-                  'location' => 'path',
570
-                  'type' => 'string',
571
-                  'required' => true,
572
-                ),
573
-              ),
574
-            ),
575
-          )
576
-        )
577
-    );
578
-    $this->products = new Google_Service_ShoppingContent_Products_Resource(
579
-        $this,
580
-        $this->serviceName,
581
-        'products',
582
-        array(
583
-          'methods' => array(
584
-            'custombatch' => array(
585
-              'path' => 'products/batch',
586
-              'httpMethod' => 'POST',
587
-              'parameters' => array(
588
-                'dryRun' => array(
589
-                  'location' => 'query',
590
-                  'type' => 'boolean',
591
-                ),
592
-              ),
593
-            ),'delete' => array(
594
-              'path' => '{merchantId}/products/{productId}',
595
-              'httpMethod' => 'DELETE',
596
-              'parameters' => array(
597
-                'merchantId' => array(
598
-                  'location' => 'path',
599
-                  'type' => 'string',
600
-                  'required' => true,
601
-                ),
602
-                'productId' => array(
603
-                  'location' => 'path',
604
-                  'type' => 'string',
605
-                  'required' => true,
606
-                ),
607
-                'dryRun' => array(
608
-                  'location' => 'query',
609
-                  'type' => 'boolean',
610
-                ),
611
-              ),
612
-            ),'get' => array(
613
-              'path' => '{merchantId}/products/{productId}',
614
-              'httpMethod' => 'GET',
615
-              'parameters' => array(
616
-                'merchantId' => array(
617
-                  'location' => 'path',
618
-                  'type' => 'string',
619
-                  'required' => true,
620
-                ),
621
-                'productId' => array(
622
-                  'location' => 'path',
623
-                  'type' => 'string',
624
-                  'required' => true,
625
-                ),
626
-              ),
627
-            ),'insert' => array(
628
-              'path' => '{merchantId}/products',
629
-              'httpMethod' => 'POST',
630
-              'parameters' => array(
631
-                'merchantId' => array(
632
-                  'location' => 'path',
633
-                  'type' => 'string',
634
-                  'required' => true,
635
-                ),
636
-                'dryRun' => array(
637
-                  'location' => 'query',
638
-                  'type' => 'boolean',
639
-                ),
640
-              ),
641
-            ),'list' => array(
642
-              'path' => '{merchantId}/products',
643
-              'httpMethod' => 'GET',
644
-              'parameters' => array(
645
-                'merchantId' => array(
646
-                  'location' => 'path',
647
-                  'type' => 'string',
648
-                  'required' => true,
649
-                ),
650
-                'pageToken' => array(
651
-                  'location' => 'query',
652
-                  'type' => 'string',
653
-                ),
654
-                'maxResults' => array(
655
-                  'location' => 'query',
656
-                  'type' => 'integer',
657
-                ),
658
-              ),
659
-            ),
660
-          )
661
-        )
662
-    );
663
-    $this->productstatuses = new Google_Service_ShoppingContent_Productstatuses_Resource(
664
-        $this,
665
-        $this->serviceName,
666
-        'productstatuses',
667
-        array(
668
-          'methods' => array(
669
-            'custombatch' => array(
670
-              'path' => 'productstatuses/batch',
671
-              'httpMethod' => 'POST',
672
-              'parameters' => array(),
673
-            ),'get' => array(
674
-              'path' => '{merchantId}/productstatuses/{productId}',
675
-              'httpMethod' => 'GET',
676
-              'parameters' => array(
677
-                'merchantId' => array(
678
-                  'location' => 'path',
679
-                  'type' => 'string',
680
-                  'required' => true,
681
-                ),
682
-                'productId' => array(
683
-                  'location' => 'path',
684
-                  'type' => 'string',
685
-                  'required' => true,
686
-                ),
687
-              ),
688
-            ),'list' => array(
689
-              'path' => '{merchantId}/productstatuses',
690
-              'httpMethod' => 'GET',
691
-              'parameters' => array(
692
-                'merchantId' => array(
693
-                  'location' => 'path',
694
-                  'type' => 'string',
695
-                  'required' => true,
696
-                ),
697
-                'pageToken' => array(
698
-                  'location' => 'query',
699
-                  'type' => 'string',
700
-                ),
701
-                'maxResults' => array(
702
-                  'location' => 'query',
703
-                  'type' => 'integer',
704
-                ),
705
-              ),
706
-            ),
707
-          )
708
-        )
709
-    );
56
+	parent::__construct($client);
57
+	$this->rootUrl = 'https://www.googleapis.com/';
58
+	$this->servicePath = 'content/v2/';
59
+	$this->version = 'v2';
60
+	$this->serviceName = 'content';
61
+
62
+	$this->accounts = new Google_Service_ShoppingContent_Accounts_Resource(
63
+		$this,
64
+		$this->serviceName,
65
+		'accounts',
66
+		array(
67
+		  'methods' => array(
68
+			'authinfo' => array(
69
+			  'path' => 'accounts/authinfo',
70
+			  'httpMethod' => 'GET',
71
+			  'parameters' => array(),
72
+			),'custombatch' => array(
73
+			  'path' => 'accounts/batch',
74
+			  'httpMethod' => 'POST',
75
+			  'parameters' => array(),
76
+			),'delete' => array(
77
+			  'path' => '{merchantId}/accounts/{accountId}',
78
+			  'httpMethod' => 'DELETE',
79
+			  'parameters' => array(
80
+				'merchantId' => array(
81
+				  'location' => 'path',
82
+				  'type' => 'string',
83
+				  'required' => true,
84
+				),
85
+				'accountId' => array(
86
+				  'location' => 'path',
87
+				  'type' => 'string',
88
+				  'required' => true,
89
+				),
90
+			  ),
91
+			),'get' => array(
92
+			  'path' => '{merchantId}/accounts/{accountId}',
93
+			  'httpMethod' => 'GET',
94
+			  'parameters' => array(
95
+				'merchantId' => array(
96
+				  'location' => 'path',
97
+				  'type' => 'string',
98
+				  'required' => true,
99
+				),
100
+				'accountId' => array(
101
+				  'location' => 'path',
102
+				  'type' => 'string',
103
+				  'required' => true,
104
+				),
105
+			  ),
106
+			),'insert' => array(
107
+			  'path' => '{merchantId}/accounts',
108
+			  'httpMethod' => 'POST',
109
+			  'parameters' => array(
110
+				'merchantId' => array(
111
+				  'location' => 'path',
112
+				  'type' => 'string',
113
+				  'required' => true,
114
+				),
115
+			  ),
116
+			),'list' => array(
117
+			  'path' => '{merchantId}/accounts',
118
+			  'httpMethod' => 'GET',
119
+			  'parameters' => array(
120
+				'merchantId' => array(
121
+				  'location' => 'path',
122
+				  'type' => 'string',
123
+				  'required' => true,
124
+				),
125
+				'pageToken' => array(
126
+				  'location' => 'query',
127
+				  'type' => 'string',
128
+				),
129
+				'maxResults' => array(
130
+				  'location' => 'query',
131
+				  'type' => 'integer',
132
+				),
133
+			  ),
134
+			),'patch' => array(
135
+			  'path' => '{merchantId}/accounts/{accountId}',
136
+			  'httpMethod' => 'PATCH',
137
+			  'parameters' => array(
138
+				'merchantId' => array(
139
+				  'location' => 'path',
140
+				  'type' => 'string',
141
+				  'required' => true,
142
+				),
143
+				'accountId' => array(
144
+				  'location' => 'path',
145
+				  'type' => 'string',
146
+				  'required' => true,
147
+				),
148
+			  ),
149
+			),'update' => array(
150
+			  'path' => '{merchantId}/accounts/{accountId}',
151
+			  'httpMethod' => 'PUT',
152
+			  'parameters' => array(
153
+				'merchantId' => array(
154
+				  'location' => 'path',
155
+				  'type' => 'string',
156
+				  'required' => true,
157
+				),
158
+				'accountId' => array(
159
+				  'location' => 'path',
160
+				  'type' => 'string',
161
+				  'required' => true,
162
+				),
163
+			  ),
164
+			),
165
+		  )
166
+		)
167
+	);
168
+	$this->accountshipping = new Google_Service_ShoppingContent_Accountshipping_Resource(
169
+		$this,
170
+		$this->serviceName,
171
+		'accountshipping',
172
+		array(
173
+		  'methods' => array(
174
+			'custombatch' => array(
175
+			  'path' => 'accountshipping/batch',
176
+			  'httpMethod' => 'POST',
177
+			  'parameters' => array(
178
+				'dryRun' => array(
179
+				  'location' => 'query',
180
+				  'type' => 'boolean',
181
+				),
182
+			  ),
183
+			),'get' => array(
184
+			  'path' => '{merchantId}/accountshipping/{accountId}',
185
+			  'httpMethod' => 'GET',
186
+			  'parameters' => array(
187
+				'merchantId' => array(
188
+				  'location' => 'path',
189
+				  'type' => 'string',
190
+				  'required' => true,
191
+				),
192
+				'accountId' => array(
193
+				  'location' => 'path',
194
+				  'type' => 'string',
195
+				  'required' => true,
196
+				),
197
+			  ),
198
+			),'list' => array(
199
+			  'path' => '{merchantId}/accountshipping',
200
+			  'httpMethod' => 'GET',
201
+			  'parameters' => array(
202
+				'merchantId' => array(
203
+				  'location' => 'path',
204
+				  'type' => 'string',
205
+				  'required' => true,
206
+				),
207
+				'pageToken' => array(
208
+				  'location' => 'query',
209
+				  'type' => 'string',
210
+				),
211
+				'maxResults' => array(
212
+				  'location' => 'query',
213
+				  'type' => 'integer',
214
+				),
215
+			  ),
216
+			),'patch' => array(
217
+			  'path' => '{merchantId}/accountshipping/{accountId}',
218
+			  'httpMethod' => 'PATCH',
219
+			  'parameters' => array(
220
+				'merchantId' => array(
221
+				  'location' => 'path',
222
+				  'type' => 'string',
223
+				  'required' => true,
224
+				),
225
+				'accountId' => array(
226
+				  'location' => 'path',
227
+				  'type' => 'string',
228
+				  'required' => true,
229
+				),
230
+				'dryRun' => array(
231
+				  'location' => 'query',
232
+				  'type' => 'boolean',
233
+				),
234
+			  ),
235
+			),'update' => array(
236
+			  'path' => '{merchantId}/accountshipping/{accountId}',
237
+			  'httpMethod' => 'PUT',
238
+			  'parameters' => array(
239
+				'merchantId' => array(
240
+				  'location' => 'path',
241
+				  'type' => 'string',
242
+				  'required' => true,
243
+				),
244
+				'accountId' => array(
245
+				  'location' => 'path',
246
+				  'type' => 'string',
247
+				  'required' => true,
248
+				),
249
+				'dryRun' => array(
250
+				  'location' => 'query',
251
+				  'type' => 'boolean',
252
+				),
253
+			  ),
254
+			),
255
+		  )
256
+		)
257
+	);
258
+	$this->accountstatuses = new Google_Service_ShoppingContent_Accountstatuses_Resource(
259
+		$this,
260
+		$this->serviceName,
261
+		'accountstatuses',
262
+		array(
263
+		  'methods' => array(
264
+			'custombatch' => array(
265
+			  'path' => 'accountstatuses/batch',
266
+			  'httpMethod' => 'POST',
267
+			  'parameters' => array(),
268
+			),'get' => array(
269
+			  'path' => '{merchantId}/accountstatuses/{accountId}',
270
+			  'httpMethod' => 'GET',
271
+			  'parameters' => array(
272
+				'merchantId' => array(
273
+				  'location' => 'path',
274
+				  'type' => 'string',
275
+				  'required' => true,
276
+				),
277
+				'accountId' => array(
278
+				  'location' => 'path',
279
+				  'type' => 'string',
280
+				  'required' => true,
281
+				),
282
+			  ),
283
+			),'list' => array(
284
+			  'path' => '{merchantId}/accountstatuses',
285
+			  'httpMethod' => 'GET',
286
+			  'parameters' => array(
287
+				'merchantId' => array(
288
+				  'location' => 'path',
289
+				  'type' => 'string',
290
+				  'required' => true,
291
+				),
292
+				'pageToken' => array(
293
+				  'location' => 'query',
294
+				  'type' => 'string',
295
+				),
296
+				'maxResults' => array(
297
+				  'location' => 'query',
298
+				  'type' => 'integer',
299
+				),
300
+			  ),
301
+			),
302
+		  )
303
+		)
304
+	);
305
+	$this->accounttax = new Google_Service_ShoppingContent_Accounttax_Resource(
306
+		$this,
307
+		$this->serviceName,
308
+		'accounttax',
309
+		array(
310
+		  'methods' => array(
311
+			'custombatch' => array(
312
+			  'path' => 'accounttax/batch',
313
+			  'httpMethod' => 'POST',
314
+			  'parameters' => array(
315
+				'dryRun' => array(
316
+				  'location' => 'query',
317
+				  'type' => 'boolean',
318
+				),
319
+			  ),
320
+			),'get' => array(
321
+			  'path' => '{merchantId}/accounttax/{accountId}',
322
+			  'httpMethod' => 'GET',
323
+			  'parameters' => array(
324
+				'merchantId' => array(
325
+				  'location' => 'path',
326
+				  'type' => 'string',
327
+				  'required' => true,
328
+				),
329
+				'accountId' => array(
330
+				  'location' => 'path',
331
+				  'type' => 'string',
332
+				  'required' => true,
333
+				),
334
+			  ),
335
+			),'list' => array(
336
+			  'path' => '{merchantId}/accounttax',
337
+			  'httpMethod' => 'GET',
338
+			  'parameters' => array(
339
+				'merchantId' => array(
340
+				  'location' => 'path',
341
+				  'type' => 'string',
342
+				  'required' => true,
343
+				),
344
+				'pageToken' => array(
345
+				  'location' => 'query',
346
+				  'type' => 'string',
347
+				),
348
+				'maxResults' => array(
349
+				  'location' => 'query',
350
+				  'type' => 'integer',
351
+				),
352
+			  ),
353
+			),'patch' => array(
354
+			  'path' => '{merchantId}/accounttax/{accountId}',
355
+			  'httpMethod' => 'PATCH',
356
+			  'parameters' => array(
357
+				'merchantId' => array(
358
+				  'location' => 'path',
359
+				  'type' => 'string',
360
+				  'required' => true,
361
+				),
362
+				'accountId' => array(
363
+				  'location' => 'path',
364
+				  'type' => 'string',
365
+				  'required' => true,
366
+				),
367
+				'dryRun' => array(
368
+				  'location' => 'query',
369
+				  'type' => 'boolean',
370
+				),
371
+			  ),
372
+			),'update' => array(
373
+			  'path' => '{merchantId}/accounttax/{accountId}',
374
+			  'httpMethod' => 'PUT',
375
+			  'parameters' => array(
376
+				'merchantId' => array(
377
+				  'location' => 'path',
378
+				  'type' => 'string',
379
+				  'required' => true,
380
+				),
381
+				'accountId' => array(
382
+				  'location' => 'path',
383
+				  'type' => 'string',
384
+				  'required' => true,
385
+				),
386
+				'dryRun' => array(
387
+				  'location' => 'query',
388
+				  'type' => 'boolean',
389
+				),
390
+			  ),
391
+			),
392
+		  )
393
+		)
394
+	);
395
+	$this->datafeeds = new Google_Service_ShoppingContent_Datafeeds_Resource(
396
+		$this,
397
+		$this->serviceName,
398
+		'datafeeds',
399
+		array(
400
+		  'methods' => array(
401
+			'custombatch' => array(
402
+			  'path' => 'datafeeds/batch',
403
+			  'httpMethod' => 'POST',
404
+			  'parameters' => array(),
405
+			),'delete' => array(
406
+			  'path' => '{merchantId}/datafeeds/{datafeedId}',
407
+			  'httpMethod' => 'DELETE',
408
+			  'parameters' => array(
409
+				'merchantId' => array(
410
+				  'location' => 'path',
411
+				  'type' => 'string',
412
+				  'required' => true,
413
+				),
414
+				'datafeedId' => array(
415
+				  'location' => 'path',
416
+				  'type' => 'string',
417
+				  'required' => true,
418
+				),
419
+			  ),
420
+			),'get' => array(
421
+			  'path' => '{merchantId}/datafeeds/{datafeedId}',
422
+			  'httpMethod' => 'GET',
423
+			  'parameters' => array(
424
+				'merchantId' => array(
425
+				  'location' => 'path',
426
+				  'type' => 'string',
427
+				  'required' => true,
428
+				),
429
+				'datafeedId' => array(
430
+				  'location' => 'path',
431
+				  'type' => 'string',
432
+				  'required' => true,
433
+				),
434
+			  ),
435
+			),'insert' => array(
436
+			  'path' => '{merchantId}/datafeeds',
437
+			  'httpMethod' => 'POST',
438
+			  'parameters' => array(
439
+				'merchantId' => array(
440
+				  'location' => 'path',
441
+				  'type' => 'string',
442
+				  'required' => true,
443
+				),
444
+			  ),
445
+			),'list' => array(
446
+			  'path' => '{merchantId}/datafeeds',
447
+			  'httpMethod' => 'GET',
448
+			  'parameters' => array(
449
+				'merchantId' => array(
450
+				  'location' => 'path',
451
+				  'type' => 'string',
452
+				  'required' => true,
453
+				),
454
+				'pageToken' => array(
455
+				  'location' => 'query',
456
+				  'type' => 'string',
457
+				),
458
+				'maxResults' => array(
459
+				  'location' => 'query',
460
+				  'type' => 'integer',
461
+				),
462
+			  ),
463
+			),'patch' => array(
464
+			  'path' => '{merchantId}/datafeeds/{datafeedId}',
465
+			  'httpMethod' => 'PATCH',
466
+			  'parameters' => array(
467
+				'merchantId' => array(
468
+				  'location' => 'path',
469
+				  'type' => 'string',
470
+				  'required' => true,
471
+				),
472
+				'datafeedId' => array(
473
+				  'location' => 'path',
474
+				  'type' => 'string',
475
+				  'required' => true,
476
+				),
477
+			  ),
478
+			),'update' => array(
479
+			  'path' => '{merchantId}/datafeeds/{datafeedId}',
480
+			  'httpMethod' => 'PUT',
481
+			  'parameters' => array(
482
+				'merchantId' => array(
483
+				  'location' => 'path',
484
+				  'type' => 'string',
485
+				  'required' => true,
486
+				),
487
+				'datafeedId' => array(
488
+				  'location' => 'path',
489
+				  'type' => 'string',
490
+				  'required' => true,
491
+				),
492
+			  ),
493
+			),
494
+		  )
495
+		)
496
+	);
497
+	$this->datafeedstatuses = new Google_Service_ShoppingContent_Datafeedstatuses_Resource(
498
+		$this,
499
+		$this->serviceName,
500
+		'datafeedstatuses',
501
+		array(
502
+		  'methods' => array(
503
+			'custombatch' => array(
504
+			  'path' => 'datafeedstatuses/batch',
505
+			  'httpMethod' => 'POST',
506
+			  'parameters' => array(),
507
+			),'get' => array(
508
+			  'path' => '{merchantId}/datafeedstatuses/{datafeedId}',
509
+			  'httpMethod' => 'GET',
510
+			  'parameters' => array(
511
+				'merchantId' => array(
512
+				  'location' => 'path',
513
+				  'type' => 'string',
514
+				  'required' => true,
515
+				),
516
+				'datafeedId' => array(
517
+				  'location' => 'path',
518
+				  'type' => 'string',
519
+				  'required' => true,
520
+				),
521
+			  ),
522
+			),'list' => array(
523
+			  'path' => '{merchantId}/datafeedstatuses',
524
+			  'httpMethod' => 'GET',
525
+			  'parameters' => array(
526
+				'merchantId' => array(
527
+				  'location' => 'path',
528
+				  'type' => 'string',
529
+				  'required' => true,
530
+				),
531
+				'pageToken' => array(
532
+				  'location' => 'query',
533
+				  'type' => 'string',
534
+				),
535
+				'maxResults' => array(
536
+				  'location' => 'query',
537
+				  'type' => 'integer',
538
+				),
539
+			  ),
540
+			),
541
+		  )
542
+		)
543
+	);
544
+	$this->inventory = new Google_Service_ShoppingContent_Inventory_Resource(
545
+		$this,
546
+		$this->serviceName,
547
+		'inventory',
548
+		array(
549
+		  'methods' => array(
550
+			'custombatch' => array(
551
+			  'path' => 'inventory/batch',
552
+			  'httpMethod' => 'POST',
553
+			  'parameters' => array(),
554
+			),'set' => array(
555
+			  'path' => '{merchantId}/inventory/{storeCode}/products/{productId}',
556
+			  'httpMethod' => 'POST',
557
+			  'parameters' => array(
558
+				'merchantId' => array(
559
+				  'location' => 'path',
560
+				  'type' => 'string',
561
+				  'required' => true,
562
+				),
563
+				'storeCode' => array(
564
+				  'location' => 'path',
565
+				  'type' => 'string',
566
+				  'required' => true,
567
+				),
568
+				'productId' => array(
569
+				  'location' => 'path',
570
+				  'type' => 'string',
571
+				  'required' => true,
572
+				),
573
+			  ),
574
+			),
575
+		  )
576
+		)
577
+	);
578
+	$this->products = new Google_Service_ShoppingContent_Products_Resource(
579
+		$this,
580
+		$this->serviceName,
581
+		'products',
582
+		array(
583
+		  'methods' => array(
584
+			'custombatch' => array(
585
+			  'path' => 'products/batch',
586
+			  'httpMethod' => 'POST',
587
+			  'parameters' => array(
588
+				'dryRun' => array(
589
+				  'location' => 'query',
590
+				  'type' => 'boolean',
591
+				),
592
+			  ),
593
+			),'delete' => array(
594
+			  'path' => '{merchantId}/products/{productId}',
595
+			  'httpMethod' => 'DELETE',
596
+			  'parameters' => array(
597
+				'merchantId' => array(
598
+				  'location' => 'path',
599
+				  'type' => 'string',
600
+				  'required' => true,
601
+				),
602
+				'productId' => array(
603
+				  'location' => 'path',
604
+				  'type' => 'string',
605
+				  'required' => true,
606
+				),
607
+				'dryRun' => array(
608
+				  'location' => 'query',
609
+				  'type' => 'boolean',
610
+				),
611
+			  ),
612
+			),'get' => array(
613
+			  'path' => '{merchantId}/products/{productId}',
614
+			  'httpMethod' => 'GET',
615
+			  'parameters' => array(
616
+				'merchantId' => array(
617
+				  'location' => 'path',
618
+				  'type' => 'string',
619
+				  'required' => true,
620
+				),
621
+				'productId' => array(
622
+				  'location' => 'path',
623
+				  'type' => 'string',
624
+				  'required' => true,
625
+				),
626
+			  ),
627
+			),'insert' => array(
628
+			  'path' => '{merchantId}/products',
629
+			  'httpMethod' => 'POST',
630
+			  'parameters' => array(
631
+				'merchantId' => array(
632
+				  'location' => 'path',
633
+				  'type' => 'string',
634
+				  'required' => true,
635
+				),
636
+				'dryRun' => array(
637
+				  'location' => 'query',
638
+				  'type' => 'boolean',
639
+				),
640
+			  ),
641
+			),'list' => array(
642
+			  'path' => '{merchantId}/products',
643
+			  'httpMethod' => 'GET',
644
+			  'parameters' => array(
645
+				'merchantId' => array(
646
+				  'location' => 'path',
647
+				  'type' => 'string',
648
+				  'required' => true,
649
+				),
650
+				'pageToken' => array(
651
+				  'location' => 'query',
652
+				  'type' => 'string',
653
+				),
654
+				'maxResults' => array(
655
+				  'location' => 'query',
656
+				  'type' => 'integer',
657
+				),
658
+			  ),
659
+			),
660
+		  )
661
+		)
662
+	);
663
+	$this->productstatuses = new Google_Service_ShoppingContent_Productstatuses_Resource(
664
+		$this,
665
+		$this->serviceName,
666
+		'productstatuses',
667
+		array(
668
+		  'methods' => array(
669
+			'custombatch' => array(
670
+			  'path' => 'productstatuses/batch',
671
+			  'httpMethod' => 'POST',
672
+			  'parameters' => array(),
673
+			),'get' => array(
674
+			  'path' => '{merchantId}/productstatuses/{productId}',
675
+			  'httpMethod' => 'GET',
676
+			  'parameters' => array(
677
+				'merchantId' => array(
678
+				  'location' => 'path',
679
+				  'type' => 'string',
680
+				  'required' => true,
681
+				),
682
+				'productId' => array(
683
+				  'location' => 'path',
684
+				  'type' => 'string',
685
+				  'required' => true,
686
+				),
687
+			  ),
688
+			),'list' => array(
689
+			  'path' => '{merchantId}/productstatuses',
690
+			  'httpMethod' => 'GET',
691
+			  'parameters' => array(
692
+				'merchantId' => array(
693
+				  'location' => 'path',
694
+				  'type' => 'string',
695
+				  'required' => true,
696
+				),
697
+				'pageToken' => array(
698
+				  'location' => 'query',
699
+				  'type' => 'string',
700
+				),
701
+				'maxResults' => array(
702
+				  'location' => 'query',
703
+				  'type' => 'integer',
704
+				),
705
+			  ),
706
+			),
707
+		  )
708
+		)
709
+	);
710 710
   }
711 711
 }
712 712
 
@@ -730,9 +730,9 @@  discard block
 block discarded – undo
730 730
    */
731 731
   public function authinfo($optParams = array())
732 732
   {
733
-    $params = array();
734
-    $params = array_merge($params, $optParams);
735
-    return $this->call('authinfo', array($params), "Google_Service_ShoppingContent_AccountsAuthInfoResponse");
733
+	$params = array();
734
+	$params = array_merge($params, $optParams);
735
+	return $this->call('authinfo', array($params), "Google_Service_ShoppingContent_AccountsAuthInfoResponse");
736 736
   }
737 737
 
738 738
   /**
@@ -745,9 +745,9 @@  discard block
 block discarded – undo
745 745
    */
746 746
   public function custombatch(Google_Service_ShoppingContent_AccountsCustomBatchRequest $postBody, $optParams = array())
747 747
   {
748
-    $params = array('postBody' => $postBody);
749
-    $params = array_merge($params, $optParams);
750
-    return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountsCustomBatchResponse");
748
+	$params = array('postBody' => $postBody);
749
+	$params = array_merge($params, $optParams);
750
+	return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountsCustomBatchResponse");
751 751
   }
752 752
 
753 753
   /**
@@ -759,9 +759,9 @@  discard block
 block discarded – undo
759 759
    */
760 760
   public function delete($merchantId, $accountId, $optParams = array())
761 761
   {
762
-    $params = array('merchantId' => $merchantId, 'accountId' => $accountId);
763
-    $params = array_merge($params, $optParams);
764
-    return $this->call('delete', array($params));
762
+	$params = array('merchantId' => $merchantId, 'accountId' => $accountId);
763
+	$params = array_merge($params, $optParams);
764
+	return $this->call('delete', array($params));
765 765
   }
766 766
 
767 767
   /**
@@ -774,9 +774,9 @@  discard block
 block discarded – undo
774 774
    */
775 775
   public function get($merchantId, $accountId, $optParams = array())
776 776
   {
777
-    $params = array('merchantId' => $merchantId, 'accountId' => $accountId);
778
-    $params = array_merge($params, $optParams);
779
-    return $this->call('get', array($params), "Google_Service_ShoppingContent_Account");
777
+	$params = array('merchantId' => $merchantId, 'accountId' => $accountId);
778
+	$params = array_merge($params, $optParams);
779
+	return $this->call('get', array($params), "Google_Service_ShoppingContent_Account");
780 780
   }
781 781
 
782 782
   /**
@@ -789,9 +789,9 @@  discard block
 block discarded – undo
789 789
    */
790 790
   public function insert($merchantId, Google_Service_ShoppingContent_Account $postBody, $optParams = array())
791 791
   {
792
-    $params = array('merchantId' => $merchantId, 'postBody' => $postBody);
793
-    $params = array_merge($params, $optParams);
794
-    return $this->call('insert', array($params), "Google_Service_ShoppingContent_Account");
792
+	$params = array('merchantId' => $merchantId, 'postBody' => $postBody);
793
+	$params = array_merge($params, $optParams);
794
+	return $this->call('insert', array($params), "Google_Service_ShoppingContent_Account");
795 795
   }
796 796
 
797 797
   /**
@@ -808,9 +808,9 @@  discard block
 block discarded – undo
808 808
    */
809 809
   public function listAccounts($merchantId, $optParams = array())
810 810
   {
811
-    $params = array('merchantId' => $merchantId);
812
-    $params = array_merge($params, $optParams);
813
-    return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountsListResponse");
811
+	$params = array('merchantId' => $merchantId);
812
+	$params = array_merge($params, $optParams);
813
+	return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountsListResponse");
814 814
   }
815 815
 
816 816
   /**
@@ -825,9 +825,9 @@  discard block
 block discarded – undo
825 825
    */
826 826
   public function patch($merchantId, $accountId, Google_Service_ShoppingContent_Account $postBody, $optParams = array())
827 827
   {
828
-    $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
829
-    $params = array_merge($params, $optParams);
830
-    return $this->call('patch', array($params), "Google_Service_ShoppingContent_Account");
828
+	$params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
829
+	$params = array_merge($params, $optParams);
830
+	return $this->call('patch', array($params), "Google_Service_ShoppingContent_Account");
831 831
   }
832 832
 
833 833
   /**
@@ -841,9 +841,9 @@  discard block
 block discarded – undo
841 841
    */
842 842
   public function update($merchantId, $accountId, Google_Service_ShoppingContent_Account $postBody, $optParams = array())
843 843
   {
844
-    $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
845
-    $params = array_merge($params, $optParams);
846
-    return $this->call('update', array($params), "Google_Service_ShoppingContent_Account");
844
+	$params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
845
+	$params = array_merge($params, $optParams);
846
+	return $this->call('update', array($params), "Google_Service_ShoppingContent_Account");
847 847
   }
848 848
 }
849 849
 
@@ -870,9 +870,9 @@  discard block
 block discarded – undo
870 870
    */
871 871
   public function custombatch(Google_Service_ShoppingContent_AccountshippingCustomBatchRequest $postBody, $optParams = array())
872 872
   {
873
-    $params = array('postBody' => $postBody);
874
-    $params = array_merge($params, $optParams);
875
-    return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountshippingCustomBatchResponse");
873
+	$params = array('postBody' => $postBody);
874
+	$params = array_merge($params, $optParams);
875
+	return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountshippingCustomBatchResponse");
876 876
   }
877 877
 
878 878
   /**
@@ -886,9 +886,9 @@  discard block
 block discarded – undo
886 886
    */
887 887
   public function get($merchantId, $accountId, $optParams = array())
888 888
   {
889
-    $params = array('merchantId' => $merchantId, 'accountId' => $accountId);
890
-    $params = array_merge($params, $optParams);
891
-    return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountShipping");
889
+	$params = array('merchantId' => $merchantId, 'accountId' => $accountId);
890
+	$params = array_merge($params, $optParams);
891
+	return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountShipping");
892 892
   }
893 893
 
894 894
   /**
@@ -905,9 +905,9 @@  discard block
 block discarded – undo
905 905
    */
906 906
   public function listAccountshipping($merchantId, $optParams = array())
907 907
   {
908
-    $params = array('merchantId' => $merchantId);
909
-    $params = array_merge($params, $optParams);
910
-    return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountshippingListResponse");
908
+	$params = array('merchantId' => $merchantId);
909
+	$params = array_merge($params, $optParams);
910
+	return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountshippingListResponse");
911 911
   }
912 912
 
913 913
   /**
@@ -925,9 +925,9 @@  discard block
 block discarded – undo
925 925
    */
926 926
   public function patch($merchantId, $accountId, Google_Service_ShoppingContent_AccountShipping $postBody, $optParams = array())
927 927
   {
928
-    $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
929
-    $params = array_merge($params, $optParams);
930
-    return $this->call('patch', array($params), "Google_Service_ShoppingContent_AccountShipping");
928
+	$params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
929
+	$params = array_merge($params, $optParams);
930
+	return $this->call('patch', array($params), "Google_Service_ShoppingContent_AccountShipping");
931 931
   }
932 932
 
933 933
   /**
@@ -944,9 +944,9 @@  discard block
 block discarded – undo
944 944
    */
945 945
   public function update($merchantId, $accountId, Google_Service_ShoppingContent_AccountShipping $postBody, $optParams = array())
946 946
   {
947
-    $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
948
-    $params = array_merge($params, $optParams);
949
-    return $this->call('update', array($params), "Google_Service_ShoppingContent_AccountShipping");
947
+	$params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
948
+	$params = array_merge($params, $optParams);
949
+	return $this->call('update', array($params), "Google_Service_ShoppingContent_AccountShipping");
950 950
   }
951 951
 }
952 952
 
@@ -970,9 +970,9 @@  discard block
 block discarded – undo
970 970
    */
971 971
   public function custombatch(Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest $postBody, $optParams = array())
972 972
   {
973
-    $params = array('postBody' => $postBody);
974
-    $params = array_merge($params, $optParams);
975
-    return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse");
973
+	$params = array('postBody' => $postBody);
974
+	$params = array_merge($params, $optParams);
975
+	return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse");
976 976
   }
977 977
 
978 978
   /**
@@ -985,9 +985,9 @@  discard block
 block discarded – undo
985 985
    */
986 986
   public function get($merchantId, $accountId, $optParams = array())
987 987
   {
988
-    $params = array('merchantId' => $merchantId, 'accountId' => $accountId);
989
-    $params = array_merge($params, $optParams);
990
-    return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountStatus");
988
+	$params = array('merchantId' => $merchantId, 'accountId' => $accountId);
989
+	$params = array_merge($params, $optParams);
990
+	return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountStatus");
991 991
   }
992 992
 
993 993
   /**
@@ -1004,9 +1004,9 @@  discard block
 block discarded – undo
1004 1004
    */
1005 1005
   public function listAccountstatuses($merchantId, $optParams = array())
1006 1006
   {
1007
-    $params = array('merchantId' => $merchantId);
1008
-    $params = array_merge($params, $optParams);
1009
-    return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountstatusesListResponse");
1007
+	$params = array('merchantId' => $merchantId);
1008
+	$params = array_merge($params, $optParams);
1009
+	return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountstatusesListResponse");
1010 1010
   }
1011 1011
 }
1012 1012
 
@@ -1033,9 +1033,9 @@  discard block
 block discarded – undo
1033 1033
    */
1034 1034
   public function custombatch(Google_Service_ShoppingContent_AccounttaxCustomBatchRequest $postBody, $optParams = array())
1035 1035
   {
1036
-    $params = array('postBody' => $postBody);
1037
-    $params = array_merge($params, $optParams);
1038
-    return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccounttaxCustomBatchResponse");
1036
+	$params = array('postBody' => $postBody);
1037
+	$params = array_merge($params, $optParams);
1038
+	return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccounttaxCustomBatchResponse");
1039 1039
   }
1040 1040
 
1041 1041
   /**
@@ -1049,9 +1049,9 @@  discard block
 block discarded – undo
1049 1049
    */
1050 1050
   public function get($merchantId, $accountId, $optParams = array())
1051 1051
   {
1052
-    $params = array('merchantId' => $merchantId, 'accountId' => $accountId);
1053
-    $params = array_merge($params, $optParams);
1054
-    return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountTax");
1052
+	$params = array('merchantId' => $merchantId, 'accountId' => $accountId);
1053
+	$params = array_merge($params, $optParams);
1054
+	return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountTax");
1055 1055
   }
1056 1056
 
1057 1057
   /**
@@ -1068,9 +1068,9 @@  discard block
 block discarded – undo
1068 1068
    */
1069 1069
   public function listAccounttax($merchantId, $optParams = array())
1070 1070
   {
1071
-    $params = array('merchantId' => $merchantId);
1072
-    $params = array_merge($params, $optParams);
1073
-    return $this->call('list', array($params), "Google_Service_ShoppingContent_AccounttaxListResponse");
1071
+	$params = array('merchantId' => $merchantId);
1072
+	$params = array_merge($params, $optParams);
1073
+	return $this->call('list', array($params), "Google_Service_ShoppingContent_AccounttaxListResponse");
1074 1074
   }
1075 1075
 
1076 1076
   /**
@@ -1088,9 +1088,9 @@  discard block
 block discarded – undo
1088 1088
    */
1089 1089
   public function patch($merchantId, $accountId, Google_Service_ShoppingContent_AccountTax $postBody, $optParams = array())
1090 1090
   {
1091
-    $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
1092
-    $params = array_merge($params, $optParams);
1093
-    return $this->call('patch', array($params), "Google_Service_ShoppingContent_AccountTax");
1091
+	$params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
1092
+	$params = array_merge($params, $optParams);
1093
+	return $this->call('patch', array($params), "Google_Service_ShoppingContent_AccountTax");
1094 1094
   }
1095 1095
 
1096 1096
   /**
@@ -1107,9 +1107,9 @@  discard block
 block discarded – undo
1107 1107
    */
1108 1108
   public function update($merchantId, $accountId, Google_Service_ShoppingContent_AccountTax $postBody, $optParams = array())
1109 1109
   {
1110
-    $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
1111
-    $params = array_merge($params, $optParams);
1112
-    return $this->call('update', array($params), "Google_Service_ShoppingContent_AccountTax");
1110
+	$params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
1111
+	$params = array_merge($params, $optParams);
1112
+	return $this->call('update', array($params), "Google_Service_ShoppingContent_AccountTax");
1113 1113
   }
1114 1114
 }
1115 1115
 
@@ -1133,9 +1133,9 @@  discard block
 block discarded – undo
1133 1133
    */
1134 1134
   public function custombatch(Google_Service_ShoppingContent_DatafeedsCustomBatchRequest $postBody, $optParams = array())
1135 1135
   {
1136
-    $params = array('postBody' => $postBody);
1137
-    $params = array_merge($params, $optParams);
1138
-    return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedsCustomBatchResponse");
1136
+	$params = array('postBody' => $postBody);
1137
+	$params = array_merge($params, $optParams);
1138
+	return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedsCustomBatchResponse");
1139 1139
   }
1140 1140
 
1141 1141
   /**
@@ -1147,9 +1147,9 @@  discard block
 block discarded – undo
1147 1147
    */
1148 1148
   public function delete($merchantId, $datafeedId, $optParams = array())
1149 1149
   {
1150
-    $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
1151
-    $params = array_merge($params, $optParams);
1152
-    return $this->call('delete', array($params));
1150
+	$params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
1151
+	$params = array_merge($params, $optParams);
1152
+	return $this->call('delete', array($params));
1153 1153
   }
1154 1154
 
1155 1155
   /**
@@ -1162,9 +1162,9 @@  discard block
 block discarded – undo
1162 1162
    */
1163 1163
   public function get($merchantId, $datafeedId, $optParams = array())
1164 1164
   {
1165
-    $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
1166
-    $params = array_merge($params, $optParams);
1167
-    return $this->call('get', array($params), "Google_Service_ShoppingContent_Datafeed");
1165
+	$params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
1166
+	$params = array_merge($params, $optParams);
1167
+	return $this->call('get', array($params), "Google_Service_ShoppingContent_Datafeed");
1168 1168
   }
1169 1169
 
1170 1170
   /**
@@ -1177,9 +1177,9 @@  discard block
 block discarded – undo
1177 1177
    */
1178 1178
   public function insert($merchantId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array())
1179 1179
   {
1180
-    $params = array('merchantId' => $merchantId, 'postBody' => $postBody);
1181
-    $params = array_merge($params, $optParams);
1182
-    return $this->call('insert', array($params), "Google_Service_ShoppingContent_Datafeed");
1180
+	$params = array('merchantId' => $merchantId, 'postBody' => $postBody);
1181
+	$params = array_merge($params, $optParams);
1182
+	return $this->call('insert', array($params), "Google_Service_ShoppingContent_Datafeed");
1183 1183
   }
1184 1184
 
1185 1185
   /**
@@ -1196,9 +1196,9 @@  discard block
 block discarded – undo
1196 1196
    */
1197 1197
   public function listDatafeeds($merchantId, $optParams = array())
1198 1198
   {
1199
-    $params = array('merchantId' => $merchantId);
1200
-    $params = array_merge($params, $optParams);
1201
-    return $this->call('list', array($params), "Google_Service_ShoppingContent_DatafeedsListResponse");
1199
+	$params = array('merchantId' => $merchantId);
1200
+	$params = array_merge($params, $optParams);
1201
+	return $this->call('list', array($params), "Google_Service_ShoppingContent_DatafeedsListResponse");
1202 1202
   }
1203 1203
 
1204 1204
   /**
@@ -1213,9 +1213,9 @@  discard block
 block discarded – undo
1213 1213
    */
1214 1214
   public function patch($merchantId, $datafeedId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array())
1215 1215
   {
1216
-    $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId, 'postBody' => $postBody);
1217
-    $params = array_merge($params, $optParams);
1218
-    return $this->call('patch', array($params), "Google_Service_ShoppingContent_Datafeed");
1216
+	$params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId, 'postBody' => $postBody);
1217
+	$params = array_merge($params, $optParams);
1218
+	return $this->call('patch', array($params), "Google_Service_ShoppingContent_Datafeed");
1219 1219
   }
1220 1220
 
1221 1221
   /**
@@ -1229,9 +1229,9 @@  discard block
 block discarded – undo
1229 1229
    */
1230 1230
   public function update($merchantId, $datafeedId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array())
1231 1231
   {
1232
-    $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId, 'postBody' => $postBody);
1233
-    $params = array_merge($params, $optParams);
1234
-    return $this->call('update', array($params), "Google_Service_ShoppingContent_Datafeed");
1232
+	$params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId, 'postBody' => $postBody);
1233
+	$params = array_merge($params, $optParams);
1234
+	return $this->call('update', array($params), "Google_Service_ShoppingContent_Datafeed");
1235 1235
   }
1236 1236
 }
1237 1237
 
@@ -1255,9 +1255,9 @@  discard block
 block discarded – undo
1255 1255
    */
1256 1256
   public function custombatch(Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest $postBody, $optParams = array())
1257 1257
   {
1258
-    $params = array('postBody' => $postBody);
1259
-    $params = array_merge($params, $optParams);
1260
-    return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse");
1258
+	$params = array('postBody' => $postBody);
1259
+	$params = array_merge($params, $optParams);
1260
+	return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse");
1261 1261
   }
1262 1262
 
1263 1263
   /**
@@ -1271,9 +1271,9 @@  discard block
 block discarded – undo
1271 1271
    */
1272 1272
   public function get($merchantId, $datafeedId, $optParams = array())
1273 1273
   {
1274
-    $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
1275
-    $params = array_merge($params, $optParams);
1276
-    return $this->call('get', array($params), "Google_Service_ShoppingContent_DatafeedStatus");
1274
+	$params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
1275
+	$params = array_merge($params, $optParams);
1276
+	return $this->call('get', array($params), "Google_Service_ShoppingContent_DatafeedStatus");
1277 1277
   }
1278 1278
 
1279 1279
   /**
@@ -1290,9 +1290,9 @@  discard block
 block discarded – undo
1290 1290
    */
1291 1291
   public function listDatafeedstatuses($merchantId, $optParams = array())
1292 1292
   {
1293
-    $params = array('merchantId' => $merchantId);
1294
-    $params = array_merge($params, $optParams);
1295
-    return $this->call('list', array($params), "Google_Service_ShoppingContent_DatafeedstatusesListResponse");
1293
+	$params = array('merchantId' => $merchantId);
1294
+	$params = array_merge($params, $optParams);
1295
+	return $this->call('list', array($params), "Google_Service_ShoppingContent_DatafeedstatusesListResponse");
1296 1296
   }
1297 1297
 }
1298 1298
 
@@ -1317,9 +1317,9 @@  discard block
 block discarded – undo
1317 1317
    */
1318 1318
   public function custombatch(Google_Service_ShoppingContent_InventoryCustomBatchRequest $postBody, $optParams = array())
1319 1319
   {
1320
-    $params = array('postBody' => $postBody);
1321
-    $params = array_merge($params, $optParams);
1322
-    return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_InventoryCustomBatchResponse");
1320
+	$params = array('postBody' => $postBody);
1321
+	$params = array_merge($params, $optParams);
1322
+	return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_InventoryCustomBatchResponse");
1323 1323
   }
1324 1324
 
1325 1325
   /**
@@ -1338,9 +1338,9 @@  discard block
 block discarded – undo
1338 1338
    */
1339 1339
   public function set($merchantId, $storeCode, $productId, Google_Service_ShoppingContent_InventorySetRequest $postBody, $optParams = array())
1340 1340
   {
1341
-    $params = array('merchantId' => $merchantId, 'storeCode' => $storeCode, 'productId' => $productId, 'postBody' => $postBody);
1342
-    $params = array_merge($params, $optParams);
1343
-    return $this->call('set', array($params), "Google_Service_ShoppingContent_InventorySetResponse");
1341
+	$params = array('merchantId' => $merchantId, 'storeCode' => $storeCode, 'productId' => $productId, 'postBody' => $postBody);
1342
+	$params = array_merge($params, $optParams);
1343
+	return $this->call('set', array($params), "Google_Service_ShoppingContent_InventorySetResponse");
1344 1344
   }
1345 1345
 }
1346 1346
 
@@ -1367,9 +1367,9 @@  discard block
 block discarded – undo
1367 1367
    */
1368 1368
   public function custombatch(Google_Service_ShoppingContent_ProductsCustomBatchRequest $postBody, $optParams = array())
1369 1369
   {
1370
-    $params = array('postBody' => $postBody);
1371
-    $params = array_merge($params, $optParams);
1372
-    return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ProductsCustomBatchResponse");
1370
+	$params = array('postBody' => $postBody);
1371
+	$params = array_merge($params, $optParams);
1372
+	return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ProductsCustomBatchResponse");
1373 1373
   }
1374 1374
 
1375 1375
   /**
@@ -1383,9 +1383,9 @@  discard block
 block discarded – undo
1383 1383
    */
1384 1384
   public function delete($merchantId, $productId, $optParams = array())
1385 1385
   {
1386
-    $params = array('merchantId' => $merchantId, 'productId' => $productId);
1387
-    $params = array_merge($params, $optParams);
1388
-    return $this->call('delete', array($params));
1386
+	$params = array('merchantId' => $merchantId, 'productId' => $productId);
1387
+	$params = array_merge($params, $optParams);
1388
+	return $this->call('delete', array($params));
1389 1389
   }
1390 1390
 
1391 1391
   /**
@@ -1398,9 +1398,9 @@  discard block
 block discarded – undo
1398 1398
    */
1399 1399
   public function get($merchantId, $productId, $optParams = array())
1400 1400
   {
1401
-    $params = array('merchantId' => $merchantId, 'productId' => $productId);
1402
-    $params = array_merge($params, $optParams);
1403
-    return $this->call('get', array($params), "Google_Service_ShoppingContent_Product");
1401
+	$params = array('merchantId' => $merchantId, 'productId' => $productId);
1402
+	$params = array_merge($params, $optParams);
1403
+	return $this->call('get', array($params), "Google_Service_ShoppingContent_Product");
1404 1404
   }
1405 1405
 
1406 1406
   /**
@@ -1415,9 +1415,9 @@  discard block
 block discarded – undo
1415 1415
    */
1416 1416
   public function insert($merchantId, Google_Service_ShoppingContent_Product $postBody, $optParams = array())
1417 1417
   {
1418
-    $params = array('merchantId' => $merchantId, 'postBody' => $postBody);
1419
-    $params = array_merge($params, $optParams);
1420
-    return $this->call('insert', array($params), "Google_Service_ShoppingContent_Product");
1418
+	$params = array('merchantId' => $merchantId, 'postBody' => $postBody);
1419
+	$params = array_merge($params, $optParams);
1420
+	return $this->call('insert', array($params), "Google_Service_ShoppingContent_Product");
1421 1421
   }
1422 1422
 
1423 1423
   /**
@@ -1433,9 +1433,9 @@  discard block
 block discarded – undo
1433 1433
    */
1434 1434
   public function listProducts($merchantId, $optParams = array())
1435 1435
   {
1436
-    $params = array('merchantId' => $merchantId);
1437
-    $params = array_merge($params, $optParams);
1438
-    return $this->call('list', array($params), "Google_Service_ShoppingContent_ProductsListResponse");
1436
+	$params = array('merchantId' => $merchantId);
1437
+	$params = array_merge($params, $optParams);
1438
+	return $this->call('list', array($params), "Google_Service_ShoppingContent_ProductsListResponse");
1439 1439
   }
1440 1440
 }
1441 1441
 
@@ -1460,9 +1460,9 @@  discard block
 block discarded – undo
1460 1460
    */
1461 1461
   public function custombatch(Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest $postBody, $optParams = array())
1462 1462
   {
1463
-    $params = array('postBody' => $postBody);
1464
-    $params = array_merge($params, $optParams);
1465
-    return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse");
1463
+	$params = array('postBody' => $postBody);
1464
+	$params = array_merge($params, $optParams);
1465
+	return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse");
1466 1466
   }
1467 1467
 
1468 1468
   /**
@@ -1476,9 +1476,9 @@  discard block
 block discarded – undo
1476 1476
    */
1477 1477
   public function get($merchantId, $productId, $optParams = array())
1478 1478
   {
1479
-    $params = array('merchantId' => $merchantId, 'productId' => $productId);
1480
-    $params = array_merge($params, $optParams);
1481
-    return $this->call('get', array($params), "Google_Service_ShoppingContent_ProductStatus");
1479
+	$params = array('merchantId' => $merchantId, 'productId' => $productId);
1480
+	$params = array_merge($params, $optParams);
1481
+	return $this->call('get', array($params), "Google_Service_ShoppingContent_ProductStatus");
1482 1482
   }
1483 1483
 
1484 1484
   /**
@@ -1495,9 +1495,9 @@  discard block
 block discarded – undo
1495 1495
    */
1496 1496
   public function listProductstatuses($merchantId, $optParams = array())
1497 1497
   {
1498
-    $params = array('merchantId' => $merchantId);
1499
-    $params = array_merge($params, $optParams);
1500
-    return $this->call('list', array($params), "Google_Service_ShoppingContent_ProductstatusesListResponse");
1498
+	$params = array('merchantId' => $merchantId);
1499
+	$params = array_merge($params, $optParams);
1500
+	return $this->call('list', array($params), "Google_Service_ShoppingContent_ProductstatusesListResponse");
1501 1501
   }
1502 1502
 }
1503 1503
 
@@ -1524,75 +1524,75 @@  discard block
 block discarded – undo
1524 1524
 
1525 1525
   public function setAdultContent($adultContent)
1526 1526
   {
1527
-    $this->adultContent = $adultContent;
1527
+	$this->adultContent = $adultContent;
1528 1528
   }
1529 1529
   public function getAdultContent()
1530 1530
   {
1531
-    return $this->adultContent;
1531
+	return $this->adultContent;
1532 1532
   }
1533 1533
   public function setAdwordsLinks($adwordsLinks)
1534 1534
   {
1535
-    $this->adwordsLinks = $adwordsLinks;
1535
+	$this->adwordsLinks = $adwordsLinks;
1536 1536
   }
1537 1537
   public function getAdwordsLinks()
1538 1538
   {
1539
-    return $this->adwordsLinks;
1539
+	return $this->adwordsLinks;
1540 1540
   }
1541 1541
   public function setId($id)
1542 1542
   {
1543
-    $this->id = $id;
1543
+	$this->id = $id;
1544 1544
   }
1545 1545
   public function getId()
1546 1546
   {
1547
-    return $this->id;
1547
+	return $this->id;
1548 1548
   }
1549 1549
   public function setKind($kind)
1550 1550
   {
1551
-    $this->kind = $kind;
1551
+	$this->kind = $kind;
1552 1552
   }
1553 1553
   public function getKind()
1554 1554
   {
1555
-    return $this->kind;
1555
+	return $this->kind;
1556 1556
   }
1557 1557
   public function setName($name)
1558 1558
   {
1559
-    $this->name = $name;
1559
+	$this->name = $name;
1560 1560
   }
1561 1561
   public function getName()
1562 1562
   {
1563
-    return $this->name;
1563
+	return $this->name;
1564 1564
   }
1565 1565
   public function setReviewsUrl($reviewsUrl)
1566 1566
   {
1567
-    $this->reviewsUrl = $reviewsUrl;
1567
+	$this->reviewsUrl = $reviewsUrl;
1568 1568
   }
1569 1569
   public function getReviewsUrl()
1570 1570
   {
1571
-    return $this->reviewsUrl;
1571
+	return $this->reviewsUrl;
1572 1572
   }
1573 1573
   public function setSellerId($sellerId)
1574 1574
   {
1575
-    $this->sellerId = $sellerId;
1575
+	$this->sellerId = $sellerId;
1576 1576
   }
1577 1577
   public function getSellerId()
1578 1578
   {
1579
-    return $this->sellerId;
1579
+	return $this->sellerId;
1580 1580
   }
1581 1581
   public function setUsers($users)
1582 1582
   {
1583
-    $this->users = $users;
1583
+	$this->users = $users;
1584 1584
   }
1585 1585
   public function getUsers()
1586 1586
   {
1587
-    return $this->users;
1587
+	return $this->users;
1588 1588
   }
1589 1589
   public function setWebsiteUrl($websiteUrl)
1590 1590
   {
1591
-    $this->websiteUrl = $websiteUrl;
1591
+	$this->websiteUrl = $websiteUrl;
1592 1592
   }
1593 1593
   public function getWebsiteUrl()
1594 1594
   {
1595
-    return $this->websiteUrl;
1595
+	return $this->websiteUrl;
1596 1596
   }
1597 1597
 }
1598 1598
 
@@ -1606,19 +1606,19 @@  discard block
 block discarded – undo
1606 1606
 
1607 1607
   public function setAdwordsId($adwordsId)
1608 1608
   {
1609
-    $this->adwordsId = $adwordsId;
1609
+	$this->adwordsId = $adwordsId;
1610 1610
   }
1611 1611
   public function getAdwordsId()
1612 1612
   {
1613
-    return $this->adwordsId;
1613
+	return $this->adwordsId;
1614 1614
   }
1615 1615
   public function setStatus($status)
1616 1616
   {
1617
-    $this->status = $status;
1617
+	$this->status = $status;
1618 1618
   }
1619 1619
   public function getStatus()
1620 1620
   {
1621
-    return $this->status;
1621
+	return $this->status;
1622 1622
   }
1623 1623
 }
1624 1624
 
@@ -1632,19 +1632,19 @@  discard block
 block discarded – undo
1632 1632
 
1633 1633
   public function setAggregatorId($aggregatorId)
1634 1634
   {
1635
-    $this->aggregatorId = $aggregatorId;
1635
+	$this->aggregatorId = $aggregatorId;
1636 1636
   }
1637 1637
   public function getAggregatorId()
1638 1638
   {
1639
-    return $this->aggregatorId;
1639
+	return $this->aggregatorId;
1640 1640
   }
1641 1641
   public function setMerchantId($merchantId)
1642 1642
   {
1643
-    $this->merchantId = $merchantId;
1643
+	$this->merchantId = $merchantId;
1644 1644
   }
1645 1645
   public function getMerchantId()
1646 1646
   {
1647
-    return $this->merchantId;
1647
+	return $this->merchantId;
1648 1648
   }
1649 1649
 }
1650 1650
 
@@ -1667,51 +1667,51 @@  discard block
 block discarded – undo
1667 1667
 
1668 1668
   public function setAccountId($accountId)
1669 1669
   {
1670
-    $this->accountId = $accountId;
1670
+	$this->accountId = $accountId;
1671 1671
   }
1672 1672
   public function getAccountId()
1673 1673
   {
1674
-    return $this->accountId;
1674
+	return $this->accountId;
1675 1675
   }
1676 1676
   public function setCarrierRates($carrierRates)
1677 1677
   {
1678
-    $this->carrierRates = $carrierRates;
1678
+	$this->carrierRates = $carrierRates;
1679 1679
   }
1680 1680
   public function getCarrierRates()
1681 1681
   {
1682
-    return $this->carrierRates;
1682
+	return $this->carrierRates;
1683 1683
   }
1684 1684
   public function setKind($kind)
1685 1685
   {
1686
-    $this->kind = $kind;
1686
+	$this->kind = $kind;
1687 1687
   }
1688 1688
   public function getKind()
1689 1689
   {
1690
-    return $this->kind;
1690
+	return $this->kind;
1691 1691
   }
1692 1692
   public function setLocationGroups($locationGroups)
1693 1693
   {
1694
-    $this->locationGroups = $locationGroups;
1694
+	$this->locationGroups = $locationGroups;
1695 1695
   }
1696 1696
   public function getLocationGroups()
1697 1697
   {
1698
-    return $this->locationGroups;
1698
+	return $this->locationGroups;
1699 1699
   }
1700 1700
   public function setRateTables($rateTables)
1701 1701
   {
1702
-    $this->rateTables = $rateTables;
1702
+	$this->rateTables = $rateTables;
1703 1703
   }
1704 1704
   public function getRateTables()
1705 1705
   {
1706
-    return $this->rateTables;
1706
+	return $this->rateTables;
1707 1707
   }
1708 1708
   public function setServices($services)
1709 1709
   {
1710
-    $this->services = $services;
1710
+	$this->services = $services;
1711 1711
   }
1712 1712
   public function getServices()
1713 1713
   {
1714
-    return $this->services;
1714
+	return $this->services;
1715 1715
   }
1716 1716
 }
1717 1717
 
@@ -1731,59 +1731,59 @@  discard block
 block discarded – undo
1731 1731
 
1732 1732
   public function setCarrier($carrier)
1733 1733
   {
1734
-    $this->carrier = $carrier;
1734
+	$this->carrier = $carrier;
1735 1735
   }
1736 1736
   public function getCarrier()
1737 1737
   {
1738
-    return $this->carrier;
1738
+	return $this->carrier;
1739 1739
   }
1740 1740
   public function setCarrierService($carrierService)
1741 1741
   {
1742
-    $this->carrierService = $carrierService;
1742
+	$this->carrierService = $carrierService;
1743 1743
   }
1744 1744
   public function getCarrierService()
1745 1745
   {
1746
-    return $this->carrierService;
1746
+	return $this->carrierService;
1747 1747
   }
1748 1748
   public function setModifierFlatRate(Google_Service_ShoppingContent_Price $modifierFlatRate)
1749 1749
   {
1750
-    $this->modifierFlatRate = $modifierFlatRate;
1750
+	$this->modifierFlatRate = $modifierFlatRate;
1751 1751
   }
1752 1752
   public function getModifierFlatRate()
1753 1753
   {
1754
-    return $this->modifierFlatRate;
1754
+	return $this->modifierFlatRate;
1755 1755
   }
1756 1756
   public function setModifierPercent($modifierPercent)
1757 1757
   {
1758
-    $this->modifierPercent = $modifierPercent;
1758
+	$this->modifierPercent = $modifierPercent;
1759 1759
   }
1760 1760
   public function getModifierPercent()
1761 1761
   {
1762
-    return $this->modifierPercent;
1762
+	return $this->modifierPercent;
1763 1763
   }
1764 1764
   public function setName($name)
1765 1765
   {
1766
-    $this->name = $name;
1766
+	$this->name = $name;
1767 1767
   }
1768 1768
   public function getName()
1769 1769
   {
1770
-    return $this->name;
1770
+	return $this->name;
1771 1771
   }
1772 1772
   public function setSaleCountry($saleCountry)
1773 1773
   {
1774
-    $this->saleCountry = $saleCountry;
1774
+	$this->saleCountry = $saleCountry;
1775 1775
   }
1776 1776
   public function getSaleCountry()
1777 1777
   {
1778
-    return $this->saleCountry;
1778
+	return $this->saleCountry;
1779 1779
   }
1780 1780
   public function setShippingOrigin($shippingOrigin)
1781 1781
   {
1782
-    $this->shippingOrigin = $shippingOrigin;
1782
+	$this->shippingOrigin = $shippingOrigin;
1783 1783
   }
1784 1784
   public function getShippingOrigin()
1785 1785
   {
1786
-    return $this->shippingOrigin;
1786
+	return $this->shippingOrigin;
1787 1787
   }
1788 1788
 }
1789 1789
 
@@ -1805,59 +1805,59 @@  discard block
 block discarded – undo
1805 1805
 
1806 1806
   public function setDeliveryLocationGroup($deliveryLocationGroup)
1807 1807
   {
1808
-    $this->deliveryLocationGroup = $deliveryLocationGroup;
1808
+	$this->deliveryLocationGroup = $deliveryLocationGroup;
1809 1809
   }
1810 1810
   public function getDeliveryLocationGroup()
1811 1811
   {
1812
-    return $this->deliveryLocationGroup;
1812
+	return $this->deliveryLocationGroup;
1813 1813
   }
1814 1814
   public function setDeliveryLocationId($deliveryLocationId)
1815 1815
   {
1816
-    $this->deliveryLocationId = $deliveryLocationId;
1816
+	$this->deliveryLocationId = $deliveryLocationId;
1817 1817
   }
1818 1818
   public function getDeliveryLocationId()
1819 1819
   {
1820
-    return $this->deliveryLocationId;
1820
+	return $this->deliveryLocationId;
1821 1821
   }
1822 1822
   public function setDeliveryPostalCode($deliveryPostalCode)
1823 1823
   {
1824
-    $this->deliveryPostalCode = $deliveryPostalCode;
1824
+	$this->deliveryPostalCode = $deliveryPostalCode;
1825 1825
   }
1826 1826
   public function getDeliveryPostalCode()
1827 1827
   {
1828
-    return $this->deliveryPostalCode;
1828
+	return $this->deliveryPostalCode;
1829 1829
   }
1830 1830
   public function setDeliveryPostalCodeRange(Google_Service_ShoppingContent_AccountShippingPostalCodeRange $deliveryPostalCodeRange)
1831 1831
   {
1832
-    $this->deliveryPostalCodeRange = $deliveryPostalCodeRange;
1832
+	$this->deliveryPostalCodeRange = $deliveryPostalCodeRange;
1833 1833
   }
1834 1834
   public function getDeliveryPostalCodeRange()
1835 1835
   {
1836
-    return $this->deliveryPostalCodeRange;
1836
+	return $this->deliveryPostalCodeRange;
1837 1837
   }
1838 1838
   public function setPriceMax(Google_Service_ShoppingContent_Price $priceMax)
1839 1839
   {
1840
-    $this->priceMax = $priceMax;
1840
+	$this->priceMax = $priceMax;
1841 1841
   }
1842 1842
   public function getPriceMax()
1843 1843
   {
1844
-    return $this->priceMax;
1844
+	return $this->priceMax;
1845 1845
   }
1846 1846
   public function setShippingLabel($shippingLabel)
1847 1847
   {
1848
-    $this->shippingLabel = $shippingLabel;
1848
+	$this->shippingLabel = $shippingLabel;
1849 1849
   }
1850 1850
   public function getShippingLabel()
1851 1851
   {
1852
-    return $this->shippingLabel;
1852
+	return $this->shippingLabel;
1853 1853
   }
1854 1854
   public function setWeightMax(Google_Service_ShoppingContent_Weight $weightMax)
1855 1855
   {
1856
-    $this->weightMax = $weightMax;
1856
+	$this->weightMax = $weightMax;
1857 1857
   }
1858 1858
   public function getWeightMax()
1859 1859
   {
1860
-    return $this->weightMax;
1860
+	return $this->weightMax;
1861 1861
   }
1862 1862
 }
1863 1863
 
@@ -1876,43 +1876,43 @@  discard block
 block discarded – undo
1876 1876
 
1877 1877
   public function setCountry($country)
1878 1878
   {
1879
-    $this->country = $country;
1879
+	$this->country = $country;
1880 1880
   }
1881 1881
   public function getCountry()
1882 1882
   {
1883
-    return $this->country;
1883
+	return $this->country;
1884 1884
   }
1885 1885
   public function setLocationIds($locationIds)
1886 1886
   {
1887
-    $this->locationIds = $locationIds;
1887
+	$this->locationIds = $locationIds;
1888 1888
   }
1889 1889
   public function getLocationIds()
1890 1890
   {
1891
-    return $this->locationIds;
1891
+	return $this->locationIds;
1892 1892
   }
1893 1893
   public function setName($name)
1894 1894
   {
1895
-    $this->name = $name;
1895
+	$this->name = $name;
1896 1896
   }
1897 1897
   public function getName()
1898 1898
   {
1899
-    return $this->name;
1899
+	return $this->name;
1900 1900
   }
1901 1901
   public function setPostalCodeRanges($postalCodeRanges)
1902 1902
   {
1903
-    $this->postalCodeRanges = $postalCodeRanges;
1903
+	$this->postalCodeRanges = $postalCodeRanges;
1904 1904
   }
1905 1905
   public function getPostalCodeRanges()
1906 1906
   {
1907
-    return $this->postalCodeRanges;
1907
+	return $this->postalCodeRanges;
1908 1908
   }
1909 1909
   public function setPostalCodes($postalCodes)
1910 1910
   {
1911
-    $this->postalCodes = $postalCodes;
1911
+	$this->postalCodes = $postalCodes;
1912 1912
   }
1913 1913
   public function getPostalCodes()
1914 1914
   {
1915
-    return $this->postalCodes;
1915
+	return $this->postalCodes;
1916 1916
   }
1917 1917
 }
1918 1918
 
@@ -1926,19 +1926,19 @@  discard block
 block discarded – undo
1926 1926
 
1927 1927
   public function setEnd($end)
1928 1928
   {
1929
-    $this->end = $end;
1929
+	$this->end = $end;
1930 1930
   }
1931 1931
   public function getEnd()
1932 1932
   {
1933
-    return $this->end;
1933
+	return $this->end;
1934 1934
   }
1935 1935
   public function setStart($start)
1936 1936
   {
1937
-    $this->start = $start;
1937
+	$this->start = $start;
1938 1938
   }
1939 1939
   public function getStart()
1940 1940
   {
1941
-    return $this->start;
1941
+	return $this->start;
1942 1942
   }
1943 1943
 }
1944 1944
 
@@ -1955,27 +1955,27 @@  discard block
 block discarded – undo
1955 1955
 
1956 1956
   public function setContent($content)
1957 1957
   {
1958
-    $this->content = $content;
1958
+	$this->content = $content;
1959 1959
   }
1960 1960
   public function getContent()
1961 1961
   {
1962
-    return $this->content;
1962
+	return $this->content;
1963 1963
   }
1964 1964
   public function setName($name)
1965 1965
   {
1966
-    $this->name = $name;
1966
+	$this->name = $name;
1967 1967
   }
1968 1968
   public function getName()
1969 1969
   {
1970
-    return $this->name;
1970
+	return $this->name;
1971 1971
   }
1972 1972
   public function setSaleCountry($saleCountry)
1973 1973
   {
1974
-    $this->saleCountry = $saleCountry;
1974
+	$this->saleCountry = $saleCountry;
1975 1975
   }
1976 1976
   public function getSaleCountry()
1977 1977
   {
1978
-    return $this->saleCountry;
1978
+	return $this->saleCountry;
1979 1979
   }
1980 1980
 }
1981 1981
 
@@ -1991,19 +1991,19 @@  discard block
 block discarded – undo
1991 1991
 
1992 1992
   public function setCondition(Google_Service_ShoppingContent_AccountShippingCondition $condition)
1993 1993
   {
1994
-    $this->condition = $condition;
1994
+	$this->condition = $condition;
1995 1995
   }
1996 1996
   public function getCondition()
1997 1997
   {
1998
-    return $this->condition;
1998
+	return $this->condition;
1999 1999
   }
2000 2000
   public function setRate(Google_Service_ShoppingContent_Price $rate)
2001 2001
   {
2002
-    $this->rate = $rate;
2002
+	$this->rate = $rate;
2003 2003
   }
2004 2004
   public function getRate()
2005 2005
   {
2006
-    return $this->rate;
2006
+	return $this->rate;
2007 2007
   }
2008 2008
 }
2009 2009
 
@@ -2022,43 +2022,43 @@  discard block
 block discarded – undo
2022 2022
 
2023 2023
   public function setActive($active)
2024 2024
   {
2025
-    $this->active = $active;
2025
+	$this->active = $active;
2026 2026
   }
2027 2027
   public function getActive()
2028 2028
   {
2029
-    return $this->active;
2029
+	return $this->active;
2030 2030
   }
2031 2031
   public function setCalculationMethod(Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod $calculationMethod)
2032 2032
   {
2033
-    $this->calculationMethod = $calculationMethod;
2033
+	$this->calculationMethod = $calculationMethod;
2034 2034
   }
2035 2035
   public function getCalculationMethod()
2036 2036
   {
2037
-    return $this->calculationMethod;
2037
+	return $this->calculationMethod;
2038 2038
   }
2039 2039
   public function setCostRuleTree(Google_Service_ShoppingContent_AccountShippingShippingServiceCostRule $costRuleTree)
2040 2040
   {
2041
-    $this->costRuleTree = $costRuleTree;
2041
+	$this->costRuleTree = $costRuleTree;
2042 2042
   }
2043 2043
   public function getCostRuleTree()
2044 2044
   {
2045
-    return $this->costRuleTree;
2045
+	return $this->costRuleTree;
2046 2046
   }
2047 2047
   public function setName($name)
2048 2048
   {
2049
-    $this->name = $name;
2049
+	$this->name = $name;
2050 2050
   }
2051 2051
   public function getName()
2052 2052
   {
2053
-    return $this->name;
2053
+	return $this->name;
2054 2054
   }
2055 2055
   public function setSaleCountry($saleCountry)
2056 2056
   {
2057
-    $this->saleCountry = $saleCountry;
2057
+	$this->saleCountry = $saleCountry;
2058 2058
   }
2059 2059
   public function getSaleCountry()
2060 2060
   {
2061
-    return $this->saleCountry;
2061
+	return $this->saleCountry;
2062 2062
   }
2063 2063
 }
2064 2064
 
@@ -2076,43 +2076,43 @@  discard block
 block discarded – undo
2076 2076
 
2077 2077
   public function setCarrierRate($carrierRate)
2078 2078
   {
2079
-    $this->carrierRate = $carrierRate;
2079
+	$this->carrierRate = $carrierRate;
2080 2080
   }
2081 2081
   public function getCarrierRate()
2082 2082
   {
2083
-    return $this->carrierRate;
2083
+	return $this->carrierRate;
2084 2084
   }
2085 2085
   public function setExcluded($excluded)
2086 2086
   {
2087
-    $this->excluded = $excluded;
2087
+	$this->excluded = $excluded;
2088 2088
   }
2089 2089
   public function getExcluded()
2090 2090
   {
2091
-    return $this->excluded;
2091
+	return $this->excluded;
2092 2092
   }
2093 2093
   public function setFlatRate(Google_Service_ShoppingContent_Price $flatRate)
2094 2094
   {
2095
-    $this->flatRate = $flatRate;
2095
+	$this->flatRate = $flatRate;
2096 2096
   }
2097 2097
   public function getFlatRate()
2098 2098
   {
2099
-    return $this->flatRate;
2099
+	return $this->flatRate;
2100 2100
   }
2101 2101
   public function setPercentageRate($percentageRate)
2102 2102
   {
2103
-    $this->percentageRate = $percentageRate;
2103
+	$this->percentageRate = $percentageRate;
2104 2104
   }
2105 2105
   public function getPercentageRate()
2106 2106
   {
2107
-    return $this->percentageRate;
2107
+	return $this->percentageRate;
2108 2108
   }
2109 2109
   public function setRateTable($rateTable)
2110 2110
   {
2111
-    $this->rateTable = $rateTable;
2111
+	$this->rateTable = $rateTable;
2112 2112
   }
2113 2113
   public function getRateTable()
2114 2114
   {
2115
-    return $this->rateTable;
2115
+	return $this->rateTable;
2116 2116
   }
2117 2117
 }
2118 2118
 
@@ -2131,27 +2131,27 @@  discard block
 block discarded – undo
2131 2131
 
2132 2132
   public function setCalculationMethod(Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod $calculationMethod)
2133 2133
   {
2134
-    $this->calculationMethod = $calculationMethod;
2134
+	$this->calculationMethod = $calculationMethod;
2135 2135
   }
2136 2136
   public function getCalculationMethod()
2137 2137
   {
2138
-    return $this->calculationMethod;
2138
+	return $this->calculationMethod;
2139 2139
   }
2140 2140
   public function setChildren($children)
2141 2141
   {
2142
-    $this->children = $children;
2142
+	$this->children = $children;
2143 2143
   }
2144 2144
   public function getChildren()
2145 2145
   {
2146
-    return $this->children;
2146
+	return $this->children;
2147 2147
   }
2148 2148
   public function setCondition(Google_Service_ShoppingContent_AccountShippingCondition $condition)
2149 2149
   {
2150
-    $this->condition = $condition;
2150
+	$this->condition = $condition;
2151 2151
   }
2152 2152
   public function getCondition()
2153 2153
   {
2154
-    return $this->condition;
2154
+	return $this->condition;
2155 2155
   }
2156 2156
 }
2157 2157
 
@@ -2168,27 +2168,27 @@  discard block
 block discarded – undo
2168 2168
 
2169 2169
   public function setAccountId($accountId)
2170 2170
   {
2171
-    $this->accountId = $accountId;
2171
+	$this->accountId = $accountId;
2172 2172
   }
2173 2173
   public function getAccountId()
2174 2174
   {
2175
-    return $this->accountId;
2175
+	return $this->accountId;
2176 2176
   }
2177 2177
   public function setDataQualityIssues($dataQualityIssues)
2178 2178
   {
2179
-    $this->dataQualityIssues = $dataQualityIssues;
2179
+	$this->dataQualityIssues = $dataQualityIssues;
2180 2180
   }
2181 2181
   public function getDataQualityIssues()
2182 2182
   {
2183
-    return $this->dataQualityIssues;
2183
+	return $this->dataQualityIssues;
2184 2184
   }
2185 2185
   public function setKind($kind)
2186 2186
   {
2187
-    $this->kind = $kind;
2187
+	$this->kind = $kind;
2188 2188
   }
2189 2189
   public function getKind()
2190 2190
   {
2191
-    return $this->kind;
2191
+	return $this->kind;
2192 2192
   }
2193 2193
 }
2194 2194
 
@@ -2210,67 +2210,67 @@  discard block
 block discarded – undo
2210 2210
 
2211 2211
   public function setCountry($country)
2212 2212
   {
2213
-    $this->country = $country;
2213
+	$this->country = $country;
2214 2214
   }
2215 2215
   public function getCountry()
2216 2216
   {
2217
-    return $this->country;
2217
+	return $this->country;
2218 2218
   }
2219 2219
   public function setDisplayedValue($displayedValue)
2220 2220
   {
2221
-    $this->displayedValue = $displayedValue;
2221
+	$this->displayedValue = $displayedValue;
2222 2222
   }
2223 2223
   public function getDisplayedValue()
2224 2224
   {
2225
-    return $this->displayedValue;
2225
+	return $this->displayedValue;
2226 2226
   }
2227 2227
   public function setExampleItems($exampleItems)
2228 2228
   {
2229
-    $this->exampleItems = $exampleItems;
2229
+	$this->exampleItems = $exampleItems;
2230 2230
   }
2231 2231
   public function getExampleItems()
2232 2232
   {
2233
-    return $this->exampleItems;
2233
+	return $this->exampleItems;
2234 2234
   }
2235 2235
   public function setId($id)
2236 2236
   {
2237
-    $this->id = $id;
2237
+	$this->id = $id;
2238 2238
   }
2239 2239
   public function getId()
2240 2240
   {
2241
-    return $this->id;
2241
+	return $this->id;
2242 2242
   }
2243 2243
   public function setLastChecked($lastChecked)
2244 2244
   {
2245
-    $this->lastChecked = $lastChecked;
2245
+	$this->lastChecked = $lastChecked;
2246 2246
   }
2247 2247
   public function getLastChecked()
2248 2248
   {
2249
-    return $this->lastChecked;
2249
+	return $this->lastChecked;
2250 2250
   }
2251 2251
   public function setNumItems($numItems)
2252 2252
   {
2253
-    $this->numItems = $numItems;
2253
+	$this->numItems = $numItems;
2254 2254
   }
2255 2255
   public function getNumItems()
2256 2256
   {
2257
-    return $this->numItems;
2257
+	return $this->numItems;
2258 2258
   }
2259 2259
   public function setSeverity($severity)
2260 2260
   {
2261
-    $this->severity = $severity;
2261
+	$this->severity = $severity;
2262 2262
   }
2263 2263
   public function getSeverity()
2264 2264
   {
2265
-    return $this->severity;
2265
+	return $this->severity;
2266 2266
   }
2267 2267
   public function setSubmittedValue($submittedValue)
2268 2268
   {
2269
-    $this->submittedValue = $submittedValue;
2269
+	$this->submittedValue = $submittedValue;
2270 2270
   }
2271 2271
   public function getSubmittedValue()
2272 2272
   {
2273
-    return $this->submittedValue;
2273
+	return $this->submittedValue;
2274 2274
   }
2275 2275
 }
2276 2276
 
@@ -2287,43 +2287,43 @@  discard block
 block discarded – undo
2287 2287
 
2288 2288
   public function setItemId($itemId)
2289 2289
   {
2290
-    $this->itemId = $itemId;
2290
+	$this->itemId = $itemId;
2291 2291
   }
2292 2292
   public function getItemId()
2293 2293
   {
2294
-    return $this->itemId;
2294
+	return $this->itemId;
2295 2295
   }
2296 2296
   public function setLink($link)
2297 2297
   {
2298
-    $this->link = $link;
2298
+	$this->link = $link;
2299 2299
   }
2300 2300
   public function getLink()
2301 2301
   {
2302
-    return $this->link;
2302
+	return $this->link;
2303 2303
   }
2304 2304
   public function setSubmittedValue($submittedValue)
2305 2305
   {
2306
-    $this->submittedValue = $submittedValue;
2306
+	$this->submittedValue = $submittedValue;
2307 2307
   }
2308 2308
   public function getSubmittedValue()
2309 2309
   {
2310
-    return $this->submittedValue;
2310
+	return $this->submittedValue;
2311 2311
   }
2312 2312
   public function setTitle($title)
2313 2313
   {
2314
-    $this->title = $title;
2314
+	$this->title = $title;
2315 2315
   }
2316 2316
   public function getTitle()
2317 2317
   {
2318
-    return $this->title;
2318
+	return $this->title;
2319 2319
   }
2320 2320
   public function setValueOnLandingPage($valueOnLandingPage)
2321 2321
   {
2322
-    $this->valueOnLandingPage = $valueOnLandingPage;
2322
+	$this->valueOnLandingPage = $valueOnLandingPage;
2323 2323
   }
2324 2324
   public function getValueOnLandingPage()
2325 2325
   {
2326
-    return $this->valueOnLandingPage;
2326
+	return $this->valueOnLandingPage;
2327 2327
   }
2328 2328
 }
2329 2329
 
@@ -2340,27 +2340,27 @@  discard block
 block discarded – undo
2340 2340
 
2341 2341
   public function setAccountId($accountId)
2342 2342
   {
2343
-    $this->accountId = $accountId;
2343
+	$this->accountId = $accountId;
2344 2344
   }
2345 2345
   public function getAccountId()
2346 2346
   {
2347
-    return $this->accountId;
2347
+	return $this->accountId;
2348 2348
   }
2349 2349
   public function setKind($kind)
2350 2350
   {
2351
-    $this->kind = $kind;
2351
+	$this->kind = $kind;
2352 2352
   }
2353 2353
   public function getKind()
2354 2354
   {
2355
-    return $this->kind;
2355
+	return $this->kind;
2356 2356
   }
2357 2357
   public function setRules($rules)
2358 2358
   {
2359
-    $this->rules = $rules;
2359
+	$this->rules = $rules;
2360 2360
   }
2361 2361
   public function getRules()
2362 2362
   {
2363
-    return $this->rules;
2363
+	return $this->rules;
2364 2364
   }
2365 2365
 }
2366 2366
 
@@ -2377,43 +2377,43 @@  discard block
 block discarded – undo
2377 2377
 
2378 2378
   public function setCountry($country)
2379 2379
   {
2380
-    $this->country = $country;
2380
+	$this->country = $country;
2381 2381
   }
2382 2382
   public function getCountry()
2383 2383
   {
2384
-    return $this->country;
2384
+	return $this->country;
2385 2385
   }
2386 2386
   public function setLocationId($locationId)
2387 2387
   {
2388
-    $this->locationId = $locationId;
2388
+	$this->locationId = $locationId;
2389 2389
   }
2390 2390
   public function getLocationId()
2391 2391
   {
2392
-    return $this->locationId;
2392
+	return $this->locationId;
2393 2393
   }
2394 2394
   public function setRatePercent($ratePercent)
2395 2395
   {
2396
-    $this->ratePercent = $ratePercent;
2396
+	$this->ratePercent = $ratePercent;
2397 2397
   }
2398 2398
   public function getRatePercent()
2399 2399
   {
2400
-    return $this->ratePercent;
2400
+	return $this->ratePercent;
2401 2401
   }
2402 2402
   public function setShippingTaxed($shippingTaxed)
2403 2403
   {
2404
-    $this->shippingTaxed = $shippingTaxed;
2404
+	$this->shippingTaxed = $shippingTaxed;
2405 2405
   }
2406 2406
   public function getShippingTaxed()
2407 2407
   {
2408
-    return $this->shippingTaxed;
2408
+	return $this->shippingTaxed;
2409 2409
   }
2410 2410
   public function setUseGlobalRate($useGlobalRate)
2411 2411
   {
2412
-    $this->useGlobalRate = $useGlobalRate;
2412
+	$this->useGlobalRate = $useGlobalRate;
2413 2413
   }
2414 2414
   public function getUseGlobalRate()
2415 2415
   {
2416
-    return $this->useGlobalRate;
2416
+	return $this->useGlobalRate;
2417 2417
   }
2418 2418
 }
2419 2419
 
@@ -2427,19 +2427,19 @@  discard block
 block discarded – undo
2427 2427
 
2428 2428
   public function setAdmin($admin)
2429 2429
   {
2430
-    $this->admin = $admin;
2430
+	$this->admin = $admin;
2431 2431
   }
2432 2432
   public function getAdmin()
2433 2433
   {
2434
-    return $this->admin;
2434
+	return $this->admin;
2435 2435
   }
2436 2436
   public function setEmailAddress($emailAddress)
2437 2437
   {
2438
-    $this->emailAddress = $emailAddress;
2438
+	$this->emailAddress = $emailAddress;
2439 2439
   }
2440 2440
   public function getEmailAddress()
2441 2441
   {
2442
-    return $this->emailAddress;
2442
+	return $this->emailAddress;
2443 2443
   }
2444 2444
 }
2445 2445
 
@@ -2455,19 +2455,19 @@  discard block
 block discarded – undo
2455 2455
 
2456 2456
   public function setAccountIdentifiers($accountIdentifiers)
2457 2457
   {
2458
-    $this->accountIdentifiers = $accountIdentifiers;
2458
+	$this->accountIdentifiers = $accountIdentifiers;
2459 2459
   }
2460 2460
   public function getAccountIdentifiers()
2461 2461
   {
2462
-    return $this->accountIdentifiers;
2462
+	return $this->accountIdentifiers;
2463 2463
   }
2464 2464
   public function setKind($kind)
2465 2465
   {
2466
-    $this->kind = $kind;
2466
+	$this->kind = $kind;
2467 2467
   }
2468 2468
   public function getKind()
2469 2469
   {
2470
-    return $this->kind;
2470
+	return $this->kind;
2471 2471
   }
2472 2472
 }
2473 2473
 
@@ -2482,11 +2482,11 @@  discard block
 block discarded – undo
2482 2482
 
2483 2483
   public function setEntries($entries)
2484 2484
   {
2485
-    $this->entries = $entries;
2485
+	$this->entries = $entries;
2486 2486
   }
2487 2487
   public function getEntries()
2488 2488
   {
2489
-    return $this->entries;
2489
+	return $this->entries;
2490 2490
   }
2491 2491
 }
2492 2492
 
@@ -2504,43 +2504,43 @@  discard block
 block discarded – undo
2504 2504
 
2505 2505
   public function setAccount(Google_Service_ShoppingContent_Account $account)
2506 2506
   {
2507
-    $this->account = $account;
2507
+	$this->account = $account;
2508 2508
   }
2509 2509
   public function getAccount()
2510 2510
   {
2511
-    return $this->account;
2511
+	return $this->account;
2512 2512
   }
2513 2513
   public function setAccountId($accountId)
2514 2514
   {
2515
-    $this->accountId = $accountId;
2515
+	$this->accountId = $accountId;
2516 2516
   }
2517 2517
   public function getAccountId()
2518 2518
   {
2519
-    return $this->accountId;
2519
+	return $this->accountId;
2520 2520
   }
2521 2521
   public function setBatchId($batchId)
2522 2522
   {
2523
-    $this->batchId = $batchId;
2523
+	$this->batchId = $batchId;
2524 2524
   }
2525 2525
   public function getBatchId()
2526 2526
   {
2527
-    return $this->batchId;
2527
+	return $this->batchId;
2528 2528
   }
2529 2529
   public function setMerchantId($merchantId)
2530 2530
   {
2531
-    $this->merchantId = $merchantId;
2531
+	$this->merchantId = $merchantId;
2532 2532
   }
2533 2533
   public function getMerchantId()
2534 2534
   {
2535
-    return $this->merchantId;
2535
+	return $this->merchantId;
2536 2536
   }
2537 2537
   public function setMethod($method)
2538 2538
   {
2539
-    $this->method = $method;
2539
+	$this->method = $method;
2540 2540
   }
2541 2541
   public function getMethod()
2542 2542
   {
2543
-    return $this->method;
2543
+	return $this->method;
2544 2544
   }
2545 2545
 }
2546 2546
 
@@ -2556,19 +2556,19 @@  discard block
 block discarded – undo
2556 2556
 
2557 2557
   public function setEntries($entries)
2558 2558
   {
2559
-    $this->entries = $entries;
2559
+	$this->entries = $entries;
2560 2560
   }
2561 2561
   public function getEntries()
2562 2562
   {
2563
-    return $this->entries;
2563
+	return $this->entries;
2564 2564
   }
2565 2565
   public function setKind($kind)
2566 2566
   {
2567
-    $this->kind = $kind;
2567
+	$this->kind = $kind;
2568 2568
   }
2569 2569
   public function getKind()
2570 2570
   {
2571
-    return $this->kind;
2571
+	return $this->kind;
2572 2572
   }
2573 2573
 }
2574 2574
 
@@ -2586,35 +2586,35 @@  discard block
 block discarded – undo
2586 2586
 
2587 2587
   public function setAccount(Google_Service_ShoppingContent_Account $account)
2588 2588
   {
2589
-    $this->account = $account;
2589
+	$this->account = $account;
2590 2590
   }
2591 2591
   public function getAccount()
2592 2592
   {
2593
-    return $this->account;
2593
+	return $this->account;
2594 2594
   }
2595 2595
   public function setBatchId($batchId)
2596 2596
   {
2597
-    $this->batchId = $batchId;
2597
+	$this->batchId = $batchId;
2598 2598
   }
2599 2599
   public function getBatchId()
2600 2600
   {
2601
-    return $this->batchId;
2601
+	return $this->batchId;
2602 2602
   }
2603 2603
   public function setErrors(Google_Service_ShoppingContent_Errors $errors)
2604 2604
   {
2605
-    $this->errors = $errors;
2605
+	$this->errors = $errors;
2606 2606
   }
2607 2607
   public function getErrors()
2608 2608
   {
2609
-    return $this->errors;
2609
+	return $this->errors;
2610 2610
   }
2611 2611
   public function setKind($kind)
2612 2612
   {
2613
-    $this->kind = $kind;
2613
+	$this->kind = $kind;
2614 2614
   }
2615 2615
   public function getKind()
2616 2616
   {
2617
-    return $this->kind;
2617
+	return $this->kind;
2618 2618
   }
2619 2619
 }
2620 2620
 
@@ -2631,27 +2631,27 @@  discard block
 block discarded – undo
2631 2631
 
2632 2632
   public function setKind($kind)
2633 2633
   {
2634
-    $this->kind = $kind;
2634
+	$this->kind = $kind;
2635 2635
   }
2636 2636
   public function getKind()
2637 2637
   {
2638
-    return $this->kind;
2638
+	return $this->kind;
2639 2639
   }
2640 2640
   public function setNextPageToken($nextPageToken)
2641 2641
   {
2642
-    $this->nextPageToken = $nextPageToken;
2642
+	$this->nextPageToken = $nextPageToken;
2643 2643
   }
2644 2644
   public function getNextPageToken()
2645 2645
   {
2646
-    return $this->nextPageToken;
2646
+	return $this->nextPageToken;
2647 2647
   }
2648 2648
   public function setResources($resources)
2649 2649
   {
2650
-    $this->resources = $resources;
2650
+	$this->resources = $resources;
2651 2651
   }
2652 2652
   public function getResources()
2653 2653
   {
2654
-    return $this->resources;
2654
+	return $this->resources;
2655 2655
   }
2656 2656
 }
2657 2657
 
@@ -2666,11 +2666,11 @@  discard block
 block discarded – undo
2666 2666
 
2667 2667
   public function setEntries($entries)
2668 2668
   {
2669
-    $this->entries = $entries;
2669
+	$this->entries = $entries;
2670 2670
   }
2671 2671
   public function getEntries()
2672 2672
   {
2673
-    return $this->entries;
2673
+	return $this->entries;
2674 2674
   }
2675 2675
 }
2676 2676
 
@@ -2688,43 +2688,43 @@  discard block
 block discarded – undo
2688 2688
 
2689 2689
   public function setAccountId($accountId)
2690 2690
   {
2691
-    $this->accountId = $accountId;
2691
+	$this->accountId = $accountId;
2692 2692
   }
2693 2693
   public function getAccountId()
2694 2694
   {
2695
-    return $this->accountId;
2695
+	return $this->accountId;
2696 2696
   }
2697 2697
   public function setAccountShipping(Google_Service_ShoppingContent_AccountShipping $accountShipping)
2698 2698
   {
2699
-    $this->accountShipping = $accountShipping;
2699
+	$this->accountShipping = $accountShipping;
2700 2700
   }
2701 2701
   public function getAccountShipping()
2702 2702
   {
2703
-    return $this->accountShipping;
2703
+	return $this->accountShipping;
2704 2704
   }
2705 2705
   public function setBatchId($batchId)
2706 2706
   {
2707
-    $this->batchId = $batchId;
2707
+	$this->batchId = $batchId;
2708 2708
   }
2709 2709
   public function getBatchId()
2710 2710
   {
2711
-    return $this->batchId;
2711
+	return $this->batchId;
2712 2712
   }
2713 2713
   public function setMerchantId($merchantId)
2714 2714
   {
2715
-    $this->merchantId = $merchantId;
2715
+	$this->merchantId = $merchantId;
2716 2716
   }
2717 2717
   public function getMerchantId()
2718 2718
   {
2719
-    return $this->merchantId;
2719
+	return $this->merchantId;
2720 2720
   }
2721 2721
   public function setMethod($method)
2722 2722
   {
2723
-    $this->method = $method;
2723
+	$this->method = $method;
2724 2724
   }
2725 2725
   public function getMethod()
2726 2726
   {
2727
-    return $this->method;
2727
+	return $this->method;
2728 2728
   }
2729 2729
 }
2730 2730
 
@@ -2740,19 +2740,19 @@  discard block
 block discarded – undo
2740 2740
 
2741 2741
   public function setEntries($entries)
2742 2742
   {
2743
-    $this->entries = $entries;
2743
+	$this->entries = $entries;
2744 2744
   }
2745 2745
   public function getEntries()
2746 2746
   {
2747
-    return $this->entries;
2747
+	return $this->entries;
2748 2748
   }
2749 2749
   public function setKind($kind)
2750 2750
   {
2751
-    $this->kind = $kind;
2751
+	$this->kind = $kind;
2752 2752
   }
2753 2753
   public function getKind()
2754 2754
   {
2755
-    return $this->kind;
2755
+	return $this->kind;
2756 2756
   }
2757 2757
 }
2758 2758
 
@@ -2770,35 +2770,35 @@  discard block
 block discarded – undo
2770 2770
 
2771 2771
   public function setAccountShipping(Google_Service_ShoppingContent_AccountShipping $accountShipping)
2772 2772
   {
2773
-    $this->accountShipping = $accountShipping;
2773
+	$this->accountShipping = $accountShipping;
2774 2774
   }
2775 2775
   public function getAccountShipping()
2776 2776
   {
2777
-    return $this->accountShipping;
2777
+	return $this->accountShipping;
2778 2778
   }
2779 2779
   public function setBatchId($batchId)
2780 2780
   {
2781
-    $this->batchId = $batchId;
2781
+	$this->batchId = $batchId;
2782 2782
   }
2783 2783
   public function getBatchId()
2784 2784
   {
2785
-    return $this->batchId;
2785
+	return $this->batchId;
2786 2786
   }
2787 2787
   public function setErrors(Google_Service_ShoppingContent_Errors $errors)
2788 2788
   {
2789
-    $this->errors = $errors;
2789
+	$this->errors = $errors;
2790 2790
   }
2791 2791
   public function getErrors()
2792 2792
   {
2793
-    return $this->errors;
2793
+	return $this->errors;
2794 2794
   }
2795 2795
   public function setKind($kind)
2796 2796
   {
2797
-    $this->kind = $kind;
2797
+	$this->kind = $kind;
2798 2798
   }
2799 2799
   public function getKind()
2800 2800
   {
2801
-    return $this->kind;
2801
+	return $this->kind;
2802 2802
   }
2803 2803
 }
2804 2804
 
@@ -2815,27 +2815,27 @@  discard block
 block discarded – undo
2815 2815
 
2816 2816
   public function setKind($kind)
2817 2817
   {
2818
-    $this->kind = $kind;
2818
+	$this->kind = $kind;
2819 2819
   }
2820 2820
   public function getKind()
2821 2821
   {
2822
-    return $this->kind;
2822
+	return $this->kind;
2823 2823
   }
2824 2824
   public function setNextPageToken($nextPageToken)
2825 2825
   {
2826
-    $this->nextPageToken = $nextPageToken;
2826
+	$this->nextPageToken = $nextPageToken;
2827 2827
   }
2828 2828
   public function getNextPageToken()
2829 2829
   {
2830
-    return $this->nextPageToken;
2830
+	return $this->nextPageToken;
2831 2831
   }
2832 2832
   public function setResources($resources)
2833 2833
   {
2834
-    $this->resources = $resources;
2834
+	$this->resources = $resources;
2835 2835
   }
2836 2836
   public function getResources()
2837 2837
   {
2838
-    return $this->resources;
2838
+	return $this->resources;
2839 2839
   }
2840 2840
 }
2841 2841
 
@@ -2850,11 +2850,11 @@  discard block
 block discarded – undo
2850 2850
 
2851 2851
   public function setEntries($entries)
2852 2852
   {
2853
-    $this->entries = $entries;
2853
+	$this->entries = $entries;
2854 2854
   }
2855 2855
   public function getEntries()
2856 2856
   {
2857
-    return $this->entries;
2857
+	return $this->entries;
2858 2858
   }
2859 2859
 }
2860 2860
 
@@ -2870,35 +2870,35 @@  discard block
 block discarded – undo
2870 2870
 
2871 2871
   public function setAccountId($accountId)
2872 2872
   {
2873
-    $this->accountId = $accountId;
2873
+	$this->accountId = $accountId;
2874 2874
   }
2875 2875
   public function getAccountId()
2876 2876
   {
2877
-    return $this->accountId;
2877
+	return $this->accountId;
2878 2878
   }
2879 2879
   public function setBatchId($batchId)
2880 2880
   {
2881
-    $this->batchId = $batchId;
2881
+	$this->batchId = $batchId;
2882 2882
   }
2883 2883
   public function getBatchId()
2884 2884
   {
2885
-    return $this->batchId;
2885
+	return $this->batchId;
2886 2886
   }
2887 2887
   public function setMerchantId($merchantId)
2888 2888
   {
2889
-    $this->merchantId = $merchantId;
2889
+	$this->merchantId = $merchantId;
2890 2890
   }
2891 2891
   public function getMerchantId()
2892 2892
   {
2893
-    return $this->merchantId;
2893
+	return $this->merchantId;
2894 2894
   }
2895 2895
   public function setMethod($method)
2896 2896
   {
2897
-    $this->method = $method;
2897
+	$this->method = $method;
2898 2898
   }
2899 2899
   public function getMethod()
2900 2900
   {
2901
-    return $this->method;
2901
+	return $this->method;
2902 2902
   }
2903 2903
 }
2904 2904
 
@@ -2914,19 +2914,19 @@  discard block
 block discarded – undo
2914 2914
 
2915 2915
   public function setEntries($entries)
2916 2916
   {
2917
-    $this->entries = $entries;
2917
+	$this->entries = $entries;
2918 2918
   }
2919 2919
   public function getEntries()
2920 2920
   {
2921
-    return $this->entries;
2921
+	return $this->entries;
2922 2922
   }
2923 2923
   public function setKind($kind)
2924 2924
   {
2925
-    $this->kind = $kind;
2925
+	$this->kind = $kind;
2926 2926
   }
2927 2927
   public function getKind()
2928 2928
   {
2929
-    return $this->kind;
2929
+	return $this->kind;
2930 2930
   }
2931 2931
 }
2932 2932
 
@@ -2943,27 +2943,27 @@  discard block
 block discarded – undo
2943 2943
 
2944 2944
   public function setAccountStatus(Google_Service_ShoppingContent_AccountStatus $accountStatus)
2945 2945
   {
2946
-    $this->accountStatus = $accountStatus;
2946
+	$this->accountStatus = $accountStatus;
2947 2947
   }
2948 2948
   public function getAccountStatus()
2949 2949
   {
2950
-    return $this->accountStatus;
2950
+	return $this->accountStatus;
2951 2951
   }
2952 2952
   public function setBatchId($batchId)
2953 2953
   {
2954
-    $this->batchId = $batchId;
2954
+	$this->batchId = $batchId;
2955 2955
   }
2956 2956
   public function getBatchId()
2957 2957
   {
2958
-    return $this->batchId;
2958
+	return $this->batchId;
2959 2959
   }
2960 2960
   public function setErrors(Google_Service_ShoppingContent_Errors $errors)
2961 2961
   {
2962
-    $this->errors = $errors;
2962
+	$this->errors = $errors;
2963 2963
   }
2964 2964
   public function getErrors()
2965 2965
   {
2966
-    return $this->errors;
2966
+	return $this->errors;
2967 2967
   }
2968 2968
 }
2969 2969
 
@@ -2980,27 +2980,27 @@  discard block
 block discarded – undo
2980 2980
 
2981 2981
   public function setKind($kind)
2982 2982
   {
2983
-    $this->kind = $kind;
2983
+	$this->kind = $kind;
2984 2984
   }
2985 2985
   public function getKind()
2986 2986
   {
2987
-    return $this->kind;
2987
+	return $this->kind;
2988 2988
   }
2989 2989
   public function setNextPageToken($nextPageToken)
2990 2990
   {
2991
-    $this->nextPageToken = $nextPageToken;
2991
+	$this->nextPageToken = $nextPageToken;
2992 2992
   }
2993 2993
   public function getNextPageToken()
2994 2994
   {
2995
-    return $this->nextPageToken;
2995
+	return $this->nextPageToken;
2996 2996
   }
2997 2997
   public function setResources($resources)
2998 2998
   {
2999
-    $this->resources = $resources;
2999
+	$this->resources = $resources;
3000 3000
   }
3001 3001
   public function getResources()
3002 3002
   {
3003
-    return $this->resources;
3003
+	return $this->resources;
3004 3004
   }
3005 3005
 }
3006 3006
 
@@ -3015,11 +3015,11 @@  discard block
 block discarded – undo
3015 3015
 
3016 3016
   public function setEntries($entries)
3017 3017
   {
3018
-    $this->entries = $entries;
3018
+	$this->entries = $entries;
3019 3019
   }
3020 3020
   public function getEntries()
3021 3021
   {
3022
-    return $this->entries;
3022
+	return $this->entries;
3023 3023
   }
3024 3024
 }
3025 3025
 
@@ -3037,43 +3037,43 @@  discard block
 block discarded – undo
3037 3037
 
3038 3038
   public function setAccountId($accountId)
3039 3039
   {
3040
-    $this->accountId = $accountId;
3040
+	$this->accountId = $accountId;
3041 3041
   }
3042 3042
   public function getAccountId()
3043 3043
   {
3044
-    return $this->accountId;
3044
+	return $this->accountId;
3045 3045
   }
3046 3046
   public function setAccountTax(Google_Service_ShoppingContent_AccountTax $accountTax)
3047 3047
   {
3048
-    $this->accountTax = $accountTax;
3048
+	$this->accountTax = $accountTax;
3049 3049
   }
3050 3050
   public function getAccountTax()
3051 3051
   {
3052
-    return $this->accountTax;
3052
+	return $this->accountTax;
3053 3053
   }
3054 3054
   public function setBatchId($batchId)
3055 3055
   {
3056
-    $this->batchId = $batchId;
3056
+	$this->batchId = $batchId;
3057 3057
   }
3058 3058
   public function getBatchId()
3059 3059
   {
3060
-    return $this->batchId;
3060
+	return $this->batchId;
3061 3061
   }
3062 3062
   public function setMerchantId($merchantId)
3063 3063
   {
3064
-    $this->merchantId = $merchantId;
3064
+	$this->merchantId = $merchantId;
3065 3065
   }
3066 3066
   public function getMerchantId()
3067 3067
   {
3068
-    return $this->merchantId;
3068
+	return $this->merchantId;
3069 3069
   }
3070 3070
   public function setMethod($method)
3071 3071
   {
3072
-    $this->method = $method;
3072
+	$this->method = $method;
3073 3073
   }
3074 3074
   public function getMethod()
3075 3075
   {
3076
-    return $this->method;
3076
+	return $this->method;
3077 3077
   }
3078 3078
 }
3079 3079
 
@@ -3089,19 +3089,19 @@  discard block
 block discarded – undo
3089 3089
 
3090 3090
   public function setEntries($entries)
3091 3091
   {
3092
-    $this->entries = $entries;
3092
+	$this->entries = $entries;
3093 3093
   }
3094 3094
   public function getEntries()
3095 3095
   {
3096
-    return $this->entries;
3096
+	return $this->entries;
3097 3097
   }
3098 3098
   public function setKind($kind)
3099 3099
   {
3100
-    $this->kind = $kind;
3100
+	$this->kind = $kind;
3101 3101
   }
3102 3102
   public function getKind()
3103 3103
   {
3104
-    return $this->kind;
3104
+	return $this->kind;
3105 3105
   }
3106 3106
 }
3107 3107
 
@@ -3119,35 +3119,35 @@  discard block
 block discarded – undo
3119 3119
 
3120 3120
   public function setAccountTax(Google_Service_ShoppingContent_AccountTax $accountTax)
3121 3121
   {
3122
-    $this->accountTax = $accountTax;
3122
+	$this->accountTax = $accountTax;
3123 3123
   }
3124 3124
   public function getAccountTax()
3125 3125
   {
3126
-    return $this->accountTax;
3126
+	return $this->accountTax;
3127 3127
   }
3128 3128
   public function setBatchId($batchId)
3129 3129
   {
3130
-    $this->batchId = $batchId;
3130
+	$this->batchId = $batchId;
3131 3131
   }
3132 3132
   public function getBatchId()
3133 3133
   {
3134
-    return $this->batchId;
3134
+	return $this->batchId;
3135 3135
   }
3136 3136
   public function setErrors(Google_Service_ShoppingContent_Errors $errors)
3137 3137
   {
3138
-    $this->errors = $errors;
3138
+	$this->errors = $errors;
3139 3139
   }
3140 3140
   public function getErrors()
3141 3141
   {
3142
-    return $this->errors;
3142
+	return $this->errors;
3143 3143
   }
3144 3144
   public function setKind($kind)
3145 3145
   {
3146
-    $this->kind = $kind;
3146
+	$this->kind = $kind;
3147 3147
   }
3148 3148
   public function getKind()
3149 3149
   {
3150
-    return $this->kind;
3150
+	return $this->kind;
3151 3151
   }
3152 3152
 }
3153 3153
 
@@ -3164,27 +3164,27 @@  discard block
 block discarded – undo
3164 3164
 
3165 3165
   public function setKind($kind)
3166 3166
   {
3167
-    $this->kind = $kind;
3167
+	$this->kind = $kind;
3168 3168
   }
3169 3169
   public function getKind()
3170 3170
   {
3171
-    return $this->kind;
3171
+	return $this->kind;
3172 3172
   }
3173 3173
   public function setNextPageToken($nextPageToken)
3174 3174
   {
3175
-    $this->nextPageToken = $nextPageToken;
3175
+	$this->nextPageToken = $nextPageToken;
3176 3176
   }
3177 3177
   public function getNextPageToken()
3178 3178
   {
3179
-    return $this->nextPageToken;
3179
+	return $this->nextPageToken;
3180 3180
   }
3181 3181
   public function setResources($resources)
3182 3182
   {
3183
-    $this->resources = $resources;
3183
+	$this->resources = $resources;
3184 3184
   }
3185 3185
   public function getResources()
3186 3186
   {
3187
-    return $this->resources;
3187
+	return $this->resources;
3188 3188
   }
3189 3189
 }
3190 3190
 
@@ -3210,91 +3210,91 @@  discard block
 block discarded – undo
3210 3210
 
3211 3211
   public function setAttributeLanguage($attributeLanguage)
3212 3212
   {
3213
-    $this->attributeLanguage = $attributeLanguage;
3213
+	$this->attributeLanguage = $attributeLanguage;
3214 3214
   }
3215 3215
   public function getAttributeLanguage()
3216 3216
   {
3217
-    return $this->attributeLanguage;
3217
+	return $this->attributeLanguage;
3218 3218
   }
3219 3219
   public function setContentLanguage($contentLanguage)
3220 3220
   {
3221
-    $this->contentLanguage = $contentLanguage;
3221
+	$this->contentLanguage = $contentLanguage;
3222 3222
   }
3223 3223
   public function getContentLanguage()
3224 3224
   {
3225
-    return $this->contentLanguage;
3225
+	return $this->contentLanguage;
3226 3226
   }
3227 3227
   public function setContentType($contentType)
3228 3228
   {
3229
-    $this->contentType = $contentType;
3229
+	$this->contentType = $contentType;
3230 3230
   }
3231 3231
   public function getContentType()
3232 3232
   {
3233
-    return $this->contentType;
3233
+	return $this->contentType;
3234 3234
   }
3235 3235
   public function setFetchSchedule(Google_Service_ShoppingContent_DatafeedFetchSchedule $fetchSchedule)
3236 3236
   {
3237
-    $this->fetchSchedule = $fetchSchedule;
3237
+	$this->fetchSchedule = $fetchSchedule;
3238 3238
   }
3239 3239
   public function getFetchSchedule()
3240 3240
   {
3241
-    return $this->fetchSchedule;
3241
+	return $this->fetchSchedule;
3242 3242
   }
3243 3243
   public function setFileName($fileName)
3244 3244
   {
3245
-    $this->fileName = $fileName;
3245
+	$this->fileName = $fileName;
3246 3246
   }
3247 3247
   public function getFileName()
3248 3248
   {
3249
-    return $this->fileName;
3249
+	return $this->fileName;
3250 3250
   }
3251 3251
   public function setFormat(Google_Service_ShoppingContent_DatafeedFormat $format)
3252 3252
   {
3253
-    $this->format = $format;
3253
+	$this->format = $format;
3254 3254
   }
3255 3255
   public function getFormat()
3256 3256
   {
3257
-    return $this->format;
3257
+	return $this->format;
3258 3258
   }
3259 3259
   public function setId($id)
3260 3260
   {
3261
-    $this->id = $id;
3261
+	$this->id = $id;
3262 3262
   }
3263 3263
   public function getId()
3264 3264
   {
3265
-    return $this->id;
3265
+	return $this->id;
3266 3266
   }
3267 3267
   public function setIntendedDestinations($intendedDestinations)
3268 3268
   {
3269
-    $this->intendedDestinations = $intendedDestinations;
3269
+	$this->intendedDestinations = $intendedDestinations;
3270 3270
   }
3271 3271
   public function getIntendedDestinations()
3272 3272
   {
3273
-    return $this->intendedDestinations;
3273
+	return $this->intendedDestinations;
3274 3274
   }
3275 3275
   public function setKind($kind)
3276 3276
   {
3277
-    $this->kind = $kind;
3277
+	$this->kind = $kind;
3278 3278
   }
3279 3279
   public function getKind()
3280 3280
   {
3281
-    return $this->kind;
3281
+	return $this->kind;
3282 3282
   }
3283 3283
   public function setName($name)
3284 3284
   {
3285
-    $this->name = $name;
3285
+	$this->name = $name;
3286 3286
   }
3287 3287
   public function getName()
3288 3288
   {
3289
-    return $this->name;
3289
+	return $this->name;
3290 3290
   }
3291 3291
   public function setTargetCountry($targetCountry)
3292 3292
   {
3293
-    $this->targetCountry = $targetCountry;
3293
+	$this->targetCountry = $targetCountry;
3294 3294
   }
3295 3295
   public function getTargetCountry()
3296 3296
   {
3297
-    return $this->targetCountry;
3297
+	return $this->targetCountry;
3298 3298
   }
3299 3299
 }
3300 3300
 
@@ -3313,59 +3313,59 @@  discard block
 block discarded – undo
3313 3313
 
3314 3314
   public function setDayOfMonth($dayOfMonth)
3315 3315
   {
3316
-    $this->dayOfMonth = $dayOfMonth;
3316
+	$this->dayOfMonth = $dayOfMonth;
3317 3317
   }
3318 3318
   public function getDayOfMonth()
3319 3319
   {
3320
-    return $this->dayOfMonth;
3320
+	return $this->dayOfMonth;
3321 3321
   }
3322 3322
   public function setFetchUrl($fetchUrl)
3323 3323
   {
3324
-    $this->fetchUrl = $fetchUrl;
3324
+	$this->fetchUrl = $fetchUrl;
3325 3325
   }
3326 3326
   public function getFetchUrl()
3327 3327
   {
3328
-    return $this->fetchUrl;
3328
+	return $this->fetchUrl;
3329 3329
   }
3330 3330
   public function setHour($hour)
3331 3331
   {
3332
-    $this->hour = $hour;
3332
+	$this->hour = $hour;
3333 3333
   }
3334 3334
   public function getHour()
3335 3335
   {
3336
-    return $this->hour;
3336
+	return $this->hour;
3337 3337
   }
3338 3338
   public function setPassword($password)
3339 3339
   {
3340
-    $this->password = $password;
3340
+	$this->password = $password;
3341 3341
   }
3342 3342
   public function getPassword()
3343 3343
   {
3344
-    return $this->password;
3344
+	return $this->password;
3345 3345
   }
3346 3346
   public function setTimeZone($timeZone)
3347 3347
   {
3348
-    $this->timeZone = $timeZone;
3348
+	$this->timeZone = $timeZone;
3349 3349
   }
3350 3350
   public function getTimeZone()
3351 3351
   {
3352
-    return $this->timeZone;
3352
+	return $this->timeZone;
3353 3353
   }
3354 3354
   public function setUsername($username)
3355 3355
   {
3356
-    $this->username = $username;
3356
+	$this->username = $username;
3357 3357
   }
3358 3358
   public function getUsername()
3359 3359
   {
3360
-    return $this->username;
3360
+	return $this->username;
3361 3361
   }
3362 3362
   public function setWeekday($weekday)
3363 3363
   {
3364
-    $this->weekday = $weekday;
3364
+	$this->weekday = $weekday;
3365 3365
   }
3366 3366
   public function getWeekday()
3367 3367
   {
3368
-    return $this->weekday;
3368
+	return $this->weekday;
3369 3369
   }
3370 3370
 }
3371 3371
 
@@ -3380,27 +3380,27 @@  discard block
 block discarded – undo
3380 3380
 
3381 3381
   public function setColumnDelimiter($columnDelimiter)
3382 3382
   {
3383
-    $this->columnDelimiter = $columnDelimiter;
3383
+	$this->columnDelimiter = $columnDelimiter;
3384 3384
   }
3385 3385
   public function getColumnDelimiter()
3386 3386
   {
3387
-    return $this->columnDelimiter;
3387
+	return $this->columnDelimiter;
3388 3388
   }
3389 3389
   public function setFileEncoding($fileEncoding)
3390 3390
   {
3391
-    $this->fileEncoding = $fileEncoding;
3391
+	$this->fileEncoding = $fileEncoding;
3392 3392
   }
3393 3393
   public function getFileEncoding()
3394 3394
   {
3395
-    return $this->fileEncoding;
3395
+	return $this->fileEncoding;
3396 3396
   }
3397 3397
   public function setQuotingMode($quotingMode)
3398 3398
   {
3399
-    $this->quotingMode = $quotingMode;
3399
+	$this->quotingMode = $quotingMode;
3400 3400
   }
3401 3401
   public function getQuotingMode()
3402 3402
   {
3403
-    return $this->quotingMode;
3403
+	return $this->quotingMode;
3404 3404
   }
3405 3405
 }
3406 3406
 
@@ -3423,67 +3423,67 @@  discard block
 block discarded – undo
3423 3423
 
3424 3424
   public function setDatafeedId($datafeedId)
3425 3425
   {
3426
-    $this->datafeedId = $datafeedId;
3426
+	$this->datafeedId = $datafeedId;
3427 3427
   }
3428 3428
   public function getDatafeedId()
3429 3429
   {
3430
-    return $this->datafeedId;
3430
+	return $this->datafeedId;
3431 3431
   }
3432 3432
   public function setErrors($errors)
3433 3433
   {
3434
-    $this->errors = $errors;
3434
+	$this->errors = $errors;
3435 3435
   }
3436 3436
   public function getErrors()
3437 3437
   {
3438
-    return $this->errors;
3438
+	return $this->errors;
3439 3439
   }
3440 3440
   public function setItemsTotal($itemsTotal)
3441 3441
   {
3442
-    $this->itemsTotal = $itemsTotal;
3442
+	$this->itemsTotal = $itemsTotal;
3443 3443
   }
3444 3444
   public function getItemsTotal()
3445 3445
   {
3446
-    return $this->itemsTotal;
3446
+	return $this->itemsTotal;
3447 3447
   }
3448 3448
   public function setItemsValid($itemsValid)
3449 3449
   {
3450
-    $this->itemsValid = $itemsValid;
3450
+	$this->itemsValid = $itemsValid;
3451 3451
   }
3452 3452
   public function getItemsValid()
3453 3453
   {
3454
-    return $this->itemsValid;
3454
+	return $this->itemsValid;
3455 3455
   }
3456 3456
   public function setKind($kind)
3457 3457
   {
3458
-    $this->kind = $kind;
3458
+	$this->kind = $kind;
3459 3459
   }
3460 3460
   public function getKind()
3461 3461
   {
3462
-    return $this->kind;
3462
+	return $this->kind;
3463 3463
   }
3464 3464
   public function setLastUploadDate($lastUploadDate)
3465 3465
   {
3466
-    $this->lastUploadDate = $lastUploadDate;
3466
+	$this->lastUploadDate = $lastUploadDate;
3467 3467
   }
3468 3468
   public function getLastUploadDate()
3469 3469
   {
3470
-    return $this->lastUploadDate;
3470
+	return $this->lastUploadDate;
3471 3471
   }
3472 3472
   public function setProcessingStatus($processingStatus)
3473 3473
   {
3474
-    $this->processingStatus = $processingStatus;
3474
+	$this->processingStatus = $processingStatus;
3475 3475
   }
3476 3476
   public function getProcessingStatus()
3477 3477
   {
3478
-    return $this->processingStatus;
3478
+	return $this->processingStatus;
3479 3479
   }
3480 3480
   public function setWarnings($warnings)
3481 3481
   {
3482
-    $this->warnings = $warnings;
3482
+	$this->warnings = $warnings;
3483 3483
   }
3484 3484
   public function getWarnings()
3485 3485
   {
3486
-    return $this->warnings;
3486
+	return $this->warnings;
3487 3487
   }
3488 3488
 }
3489 3489
 
@@ -3501,35 +3501,35 @@  discard block
 block discarded – undo
3501 3501
 
3502 3502
   public function setCode($code)
3503 3503
   {
3504
-    $this->code = $code;
3504
+	$this->code = $code;
3505 3505
   }
3506 3506
   public function getCode()
3507 3507
   {
3508
-    return $this->code;
3508
+	return $this->code;
3509 3509
   }
3510 3510
   public function setCount($count)
3511 3511
   {
3512
-    $this->count = $count;
3512
+	$this->count = $count;
3513 3513
   }
3514 3514
   public function getCount()
3515 3515
   {
3516
-    return $this->count;
3516
+	return $this->count;
3517 3517
   }
3518 3518
   public function setExamples($examples)
3519 3519
   {
3520
-    $this->examples = $examples;
3520
+	$this->examples = $examples;
3521 3521
   }
3522 3522
   public function getExamples()
3523 3523
   {
3524
-    return $this->examples;
3524
+	return $this->examples;
3525 3525
   }
3526 3526
   public function setMessage($message)
3527 3527
   {
3528
-    $this->message = $message;
3528
+	$this->message = $message;
3529 3529
   }
3530 3530
   public function getMessage()
3531 3531
   {
3532
-    return $this->message;
3532
+	return $this->message;
3533 3533
   }
3534 3534
 }
3535 3535
 
@@ -3544,27 +3544,27 @@  discard block
 block discarded – undo
3544 3544
 
3545 3545
   public function setItemId($itemId)
3546 3546
   {
3547
-    $this->itemId = $itemId;
3547
+	$this->itemId = $itemId;
3548 3548
   }
3549 3549
   public function getItemId()
3550 3550
   {
3551
-    return $this->itemId;
3551
+	return $this->itemId;
3552 3552
   }
3553 3553
   public function setLineNumber($lineNumber)
3554 3554
   {
3555
-    $this->lineNumber = $lineNumber;
3555
+	$this->lineNumber = $lineNumber;
3556 3556
   }
3557 3557
   public function getLineNumber()
3558 3558
   {
3559
-    return $this->lineNumber;
3559
+	return $this->lineNumber;
3560 3560
   }
3561 3561
   public function setValue($value)
3562 3562
   {
3563
-    $this->value = $value;
3563
+	$this->value = $value;
3564 3564
   }
3565 3565
   public function getValue()
3566 3566
   {
3567
-    return $this->value;
3567
+	return $this->value;
3568 3568
   }
3569 3569
 }
3570 3570
 
@@ -3579,11 +3579,11 @@  discard block
 block discarded – undo
3579 3579
 
3580 3580
   public function setEntries($entries)
3581 3581
   {
3582
-    $this->entries = $entries;
3582
+	$this->entries = $entries;
3583 3583
   }
3584 3584
   public function getEntries()
3585 3585
   {
3586
-    return $this->entries;
3586
+	return $this->entries;
3587 3587
   }
3588 3588
 }
3589 3589
 
@@ -3601,43 +3601,43 @@  discard block
 block discarded – undo
3601 3601
 
3602 3602
   public function setBatchId($batchId)
3603 3603
   {
3604
-    $this->batchId = $batchId;
3604
+	$this->batchId = $batchId;
3605 3605
   }
3606 3606
   public function getBatchId()
3607 3607
   {
3608
-    return $this->batchId;
3608
+	return $this->batchId;
3609 3609
   }
3610 3610
   public function setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed)
3611 3611
   {
3612
-    $this->datafeed = $datafeed;
3612
+	$this->datafeed = $datafeed;
3613 3613
   }
3614 3614
   public function getDatafeed()
3615 3615
   {
3616
-    return $this->datafeed;
3616
+	return $this->datafeed;
3617 3617
   }
3618 3618
   public function setDatafeedId($datafeedId)
3619 3619
   {
3620
-    $this->datafeedId = $datafeedId;
3620
+	$this->datafeedId = $datafeedId;
3621 3621
   }
3622 3622
   public function getDatafeedId()
3623 3623
   {
3624
-    return $this->datafeedId;
3624
+	return $this->datafeedId;
3625 3625
   }
3626 3626
   public function setMerchantId($merchantId)
3627 3627
   {
3628
-    $this->merchantId = $merchantId;
3628
+	$this->merchantId = $merchantId;
3629 3629
   }
3630 3630
   public function getMerchantId()
3631 3631
   {
3632
-    return $this->merchantId;
3632
+	return $this->merchantId;
3633 3633
   }
3634 3634
   public function setMethod($method)
3635 3635
   {
3636
-    $this->method = $method;
3636
+	$this->method = $method;
3637 3637
   }
3638 3638
   public function getMethod()
3639 3639
   {
3640
-    return $this->method;
3640
+	return $this->method;
3641 3641
   }
3642 3642
 }
3643 3643
 
@@ -3653,19 +3653,19 @@  discard block
 block discarded – undo
3653 3653
 
3654 3654
   public function setEntries($entries)
3655 3655
   {
3656
-    $this->entries = $entries;
3656
+	$this->entries = $entries;
3657 3657
   }
3658 3658
   public function getEntries()
3659 3659
   {
3660
-    return $this->entries;
3660
+	return $this->entries;
3661 3661
   }
3662 3662
   public function setKind($kind)
3663 3663
   {
3664
-    $this->kind = $kind;
3664
+	$this->kind = $kind;
3665 3665
   }
3666 3666
   public function getKind()
3667 3667
   {
3668
-    return $this->kind;
3668
+	return $this->kind;
3669 3669
   }
3670 3670
 }
3671 3671
 
@@ -3682,27 +3682,27 @@  discard block
 block discarded – undo
3682 3682
 
3683 3683
   public function setBatchId($batchId)
3684 3684
   {
3685
-    $this->batchId = $batchId;
3685
+	$this->batchId = $batchId;
3686 3686
   }
3687 3687
   public function getBatchId()
3688 3688
   {
3689
-    return $this->batchId;
3689
+	return $this->batchId;
3690 3690
   }
3691 3691
   public function setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed)
3692 3692
   {
3693
-    $this->datafeed = $datafeed;
3693
+	$this->datafeed = $datafeed;
3694 3694
   }
3695 3695
   public function getDatafeed()
3696 3696
   {
3697
-    return $this->datafeed;
3697
+	return $this->datafeed;
3698 3698
   }
3699 3699
   public function setErrors(Google_Service_ShoppingContent_Errors $errors)
3700 3700
   {
3701
-    $this->errors = $errors;
3701
+	$this->errors = $errors;
3702 3702
   }
3703 3703
   public function getErrors()
3704 3704
   {
3705
-    return $this->errors;
3705
+	return $this->errors;
3706 3706
   }
3707 3707
 }
3708 3708
 
@@ -3719,27 +3719,27 @@  discard block
 block discarded – undo
3719 3719
 
3720 3720
   public function setKind($kind)
3721 3721
   {
3722
-    $this->kind = $kind;
3722
+	$this->kind = $kind;
3723 3723
   }
3724 3724
   public function getKind()
3725 3725
   {
3726
-    return $this->kind;
3726
+	return $this->kind;
3727 3727
   }
3728 3728
   public function setNextPageToken($nextPageToken)
3729 3729
   {
3730
-    $this->nextPageToken = $nextPageToken;
3730
+	$this->nextPageToken = $nextPageToken;
3731 3731
   }
3732 3732
   public function getNextPageToken()
3733 3733
   {
3734
-    return $this->nextPageToken;
3734
+	return $this->nextPageToken;
3735 3735
   }
3736 3736
   public function setResources($resources)
3737 3737
   {
3738
-    $this->resources = $resources;
3738
+	$this->resources = $resources;
3739 3739
   }
3740 3740
   public function getResources()
3741 3741
   {
3742
-    return $this->resources;
3742
+	return $this->resources;
3743 3743
   }
3744 3744
 }
3745 3745
 
@@ -3754,11 +3754,11 @@  discard block
 block discarded – undo
3754 3754
 
3755 3755
   public function setEntries($entries)
3756 3756
   {
3757
-    $this->entries = $entries;
3757
+	$this->entries = $entries;
3758 3758
   }
3759 3759
   public function getEntries()
3760 3760
   {
3761
-    return $this->entries;
3761
+	return $this->entries;
3762 3762
   }
3763 3763
 }
3764 3764
 
@@ -3774,35 +3774,35 @@  discard block
 block discarded – undo
3774 3774
 
3775 3775
   public function setBatchId($batchId)
3776 3776
   {
3777
-    $this->batchId = $batchId;
3777
+	$this->batchId = $batchId;
3778 3778
   }
3779 3779
   public function getBatchId()
3780 3780
   {
3781
-    return $this->batchId;
3781
+	return $this->batchId;
3782 3782
   }
3783 3783
   public function setDatafeedId($datafeedId)
3784 3784
   {
3785
-    $this->datafeedId = $datafeedId;
3785
+	$this->datafeedId = $datafeedId;
3786 3786
   }
3787 3787
   public function getDatafeedId()
3788 3788
   {
3789
-    return $this->datafeedId;
3789
+	return $this->datafeedId;
3790 3790
   }
3791 3791
   public function setMerchantId($merchantId)
3792 3792
   {
3793
-    $this->merchantId = $merchantId;
3793
+	$this->merchantId = $merchantId;
3794 3794
   }
3795 3795
   public function getMerchantId()
3796 3796
   {
3797
-    return $this->merchantId;
3797
+	return $this->merchantId;
3798 3798
   }
3799 3799
   public function setMethod($method)
3800 3800
   {
3801
-    $this->method = $method;
3801
+	$this->method = $method;
3802 3802
   }
3803 3803
   public function getMethod()
3804 3804
   {
3805
-    return $this->method;
3805
+	return $this->method;
3806 3806
   }
3807 3807
 }
3808 3808
 
@@ -3818,19 +3818,19 @@  discard block
 block discarded – undo
3818 3818
 
3819 3819
   public function setEntries($entries)
3820 3820
   {
3821
-    $this->entries = $entries;
3821
+	$this->entries = $entries;
3822 3822
   }
3823 3823
   public function getEntries()
3824 3824
   {
3825
-    return $this->entries;
3825
+	return $this->entries;
3826 3826
   }
3827 3827
   public function setKind($kind)
3828 3828
   {
3829
-    $this->kind = $kind;
3829
+	$this->kind = $kind;
3830 3830
   }
3831 3831
   public function getKind()
3832 3832
   {
3833
-    return $this->kind;
3833
+	return $this->kind;
3834 3834
   }
3835 3835
 }
3836 3836
 
@@ -3847,27 +3847,27 @@  discard block
 block discarded – undo
3847 3847
 
3848 3848
   public function setBatchId($batchId)
3849 3849
   {
3850
-    $this->batchId = $batchId;
3850
+	$this->batchId = $batchId;
3851 3851
   }
3852 3852
   public function getBatchId()
3853 3853
   {
3854
-    return $this->batchId;
3854
+	return $this->batchId;
3855 3855
   }
3856 3856
   public function setDatafeedStatus(Google_Service_ShoppingContent_DatafeedStatus $datafeedStatus)
3857 3857
   {
3858
-    $this->datafeedStatus = $datafeedStatus;
3858
+	$this->datafeedStatus = $datafeedStatus;
3859 3859
   }
3860 3860
   public function getDatafeedStatus()
3861 3861
   {
3862
-    return $this->datafeedStatus;
3862
+	return $this->datafeedStatus;
3863 3863
   }
3864 3864
   public function setErrors(Google_Service_ShoppingContent_Errors $errors)
3865 3865
   {
3866
-    $this->errors = $errors;
3866
+	$this->errors = $errors;
3867 3867
   }
3868 3868
   public function getErrors()
3869 3869
   {
3870
-    return $this->errors;
3870
+	return $this->errors;
3871 3871
   }
3872 3872
 }
3873 3873
 
@@ -3884,27 +3884,27 @@  discard block
 block discarded – undo
3884 3884
 
3885 3885
   public function setKind($kind)
3886 3886
   {
3887
-    $this->kind = $kind;
3887
+	$this->kind = $kind;
3888 3888
   }
3889 3889
   public function getKind()
3890 3890
   {
3891
-    return $this->kind;
3891
+	return $this->kind;
3892 3892
   }
3893 3893
   public function setNextPageToken($nextPageToken)
3894 3894
   {
3895
-    $this->nextPageToken = $nextPageToken;
3895
+	$this->nextPageToken = $nextPageToken;
3896 3896
   }
3897 3897
   public function getNextPageToken()
3898 3898
   {
3899
-    return $this->nextPageToken;
3899
+	return $this->nextPageToken;
3900 3900
   }
3901 3901
   public function setResources($resources)
3902 3902
   {
3903
-    $this->resources = $resources;
3903
+	$this->resources = $resources;
3904 3904
   }
3905 3905
   public function getResources()
3906 3906
   {
3907
-    return $this->resources;
3907
+	return $this->resources;
3908 3908
   }
3909 3909
 }
3910 3910
 
@@ -3919,27 +3919,27 @@  discard block
 block discarded – undo
3919 3919
 
3920 3920
   public function setDomain($domain)
3921 3921
   {
3922
-    $this->domain = $domain;
3922
+	$this->domain = $domain;
3923 3923
   }
3924 3924
   public function getDomain()
3925 3925
   {
3926
-    return $this->domain;
3926
+	return $this->domain;
3927 3927
   }
3928 3928
   public function setMessage($message)
3929 3929
   {
3930
-    $this->message = $message;
3930
+	$this->message = $message;
3931 3931
   }
3932 3932
   public function getMessage()
3933 3933
   {
3934
-    return $this->message;
3934
+	return $this->message;
3935 3935
   }
3936 3936
   public function setReason($reason)
3937 3937
   {
3938
-    $this->reason = $reason;
3938
+	$this->reason = $reason;
3939 3939
   }
3940 3940
   public function getReason()
3941 3941
   {
3942
-    return $this->reason;
3942
+	return $this->reason;
3943 3943
   }
3944 3944
 }
3945 3945
 
@@ -3956,27 +3956,27 @@  discard block
 block discarded – undo
3956 3956
 
3957 3957
   public function setCode($code)
3958 3958
   {
3959
-    $this->code = $code;
3959
+	$this->code = $code;
3960 3960
   }
3961 3961
   public function getCode()
3962 3962
   {
3963
-    return $this->code;
3963
+	return $this->code;
3964 3964
   }
3965 3965
   public function setErrors($errors)
3966 3966
   {
3967
-    $this->errors = $errors;
3967
+	$this->errors = $errors;
3968 3968
   }
3969 3969
   public function getErrors()
3970 3970
   {
3971
-    return $this->errors;
3971
+	return $this->errors;
3972 3972
   }
3973 3973
   public function setMessage($message)
3974 3974
   {
3975
-    $this->message = $message;
3975
+	$this->message = $message;
3976 3976
   }
3977 3977
   public function getMessage()
3978 3978
   {
3979
-    return $this->message;
3979
+	return $this->message;
3980 3980
   }
3981 3981
 }
3982 3982
 
@@ -3996,51 +3996,51 @@  discard block
 block discarded – undo
3996 3996
 
3997 3997
   public function setAvailability($availability)
3998 3998
   {
3999
-    $this->availability = $availability;
3999
+	$this->availability = $availability;
4000 4000
   }
4001 4001
   public function getAvailability()
4002 4002
   {
4003
-    return $this->availability;
4003
+	return $this->availability;
4004 4004
   }
4005 4005
   public function setKind($kind)
4006 4006
   {
4007
-    $this->kind = $kind;
4007
+	$this->kind = $kind;
4008 4008
   }
4009 4009
   public function getKind()
4010 4010
   {
4011
-    return $this->kind;
4011
+	return $this->kind;
4012 4012
   }
4013 4013
   public function setPrice(Google_Service_ShoppingContent_Price $price)
4014 4014
   {
4015
-    $this->price = $price;
4015
+	$this->price = $price;
4016 4016
   }
4017 4017
   public function getPrice()
4018 4018
   {
4019
-    return $this->price;
4019
+	return $this->price;
4020 4020
   }
4021 4021
   public function setQuantity($quantity)
4022 4022
   {
4023
-    $this->quantity = $quantity;
4023
+	$this->quantity = $quantity;
4024 4024
   }
4025 4025
   public function getQuantity()
4026 4026
   {
4027
-    return $this->quantity;
4027
+	return $this->quantity;
4028 4028
   }
4029 4029
   public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice)
4030 4030
   {
4031
-    $this->salePrice = $salePrice;
4031
+	$this->salePrice = $salePrice;
4032 4032
   }
4033 4033
   public function getSalePrice()
4034 4034
   {
4035
-    return $this->salePrice;
4035
+	return $this->salePrice;
4036 4036
   }
4037 4037
   public function setSalePriceEffectiveDate($salePriceEffectiveDate)
4038 4038
   {
4039
-    $this->salePriceEffectiveDate = $salePriceEffectiveDate;
4039
+	$this->salePriceEffectiveDate = $salePriceEffectiveDate;
4040 4040
   }
4041 4041
   public function getSalePriceEffectiveDate()
4042 4042
   {
4043
-    return $this->salePriceEffectiveDate;
4043
+	return $this->salePriceEffectiveDate;
4044 4044
   }
4045 4045
 }
4046 4046
 
@@ -4055,11 +4055,11 @@  discard block
 block discarded – undo
4055 4055
 
4056 4056
   public function setEntries($entries)
4057 4057
   {
4058
-    $this->entries = $entries;
4058
+	$this->entries = $entries;
4059 4059
   }
4060 4060
   public function getEntries()
4061 4061
   {
4062
-    return $this->entries;
4062
+	return $this->entries;
4063 4063
   }
4064 4064
 }
4065 4065
 
@@ -4077,43 +4077,43 @@  discard block
 block discarded – undo
4077 4077
 
4078 4078
   public function setBatchId($batchId)
4079 4079
   {
4080
-    $this->batchId = $batchId;
4080
+	$this->batchId = $batchId;
4081 4081
   }
4082 4082
   public function getBatchId()
4083 4083
   {
4084
-    return $this->batchId;
4084
+	return $this->batchId;
4085 4085
   }
4086 4086
   public function setInventory(Google_Service_ShoppingContent_Inventory $inventory)
4087 4087
   {
4088
-    $this->inventory = $inventory;
4088
+	$this->inventory = $inventory;
4089 4089
   }
4090 4090
   public function getInventory()
4091 4091
   {
4092
-    return $this->inventory;
4092
+	return $this->inventory;
4093 4093
   }
4094 4094
   public function setMerchantId($merchantId)
4095 4095
   {
4096
-    $this->merchantId = $merchantId;
4096
+	$this->merchantId = $merchantId;
4097 4097
   }
4098 4098
   public function getMerchantId()
4099 4099
   {
4100
-    return $this->merchantId;
4100
+	return $this->merchantId;
4101 4101
   }
4102 4102
   public function setProductId($productId)
4103 4103
   {
4104
-    $this->productId = $productId;
4104
+	$this->productId = $productId;
4105 4105
   }
4106 4106
   public function getProductId()
4107 4107
   {
4108
-    return $this->productId;
4108
+	return $this->productId;
4109 4109
   }
4110 4110
   public function setStoreCode($storeCode)
4111 4111
   {
4112
-    $this->storeCode = $storeCode;
4112
+	$this->storeCode = $storeCode;
4113 4113
   }
4114 4114
   public function getStoreCode()
4115 4115
   {
4116
-    return $this->storeCode;
4116
+	return $this->storeCode;
4117 4117
   }
4118 4118
 }
4119 4119
 
@@ -4129,19 +4129,19 @@  discard block
 block discarded – undo
4129 4129
 
4130 4130
   public function setEntries($entries)
4131 4131
   {
4132
-    $this->entries = $entries;
4132
+	$this->entries = $entries;
4133 4133
   }
4134 4134
   public function getEntries()
4135 4135
   {
4136
-    return $this->entries;
4136
+	return $this->entries;
4137 4137
   }
4138 4138
   public function setKind($kind)
4139 4139
   {
4140
-    $this->kind = $kind;
4140
+	$this->kind = $kind;
4141 4141
   }
4142 4142
   public function getKind()
4143 4143
   {
4144
-    return $this->kind;
4144
+	return $this->kind;
4145 4145
   }
4146 4146
 }
4147 4147
 
@@ -4157,27 +4157,27 @@  discard block
 block discarded – undo
4157 4157
 
4158 4158
   public function setBatchId($batchId)
4159 4159
   {
4160
-    $this->batchId = $batchId;
4160
+	$this->batchId = $batchId;
4161 4161
   }
4162 4162
   public function getBatchId()
4163 4163
   {
4164
-    return $this->batchId;
4164
+	return $this->batchId;
4165 4165
   }
4166 4166
   public function setErrors(Google_Service_ShoppingContent_Errors $errors)
4167 4167
   {
4168
-    $this->errors = $errors;
4168
+	$this->errors = $errors;
4169 4169
   }
4170 4170
   public function getErrors()
4171 4171
   {
4172
-    return $this->errors;
4172
+	return $this->errors;
4173 4173
   }
4174 4174
   public function setKind($kind)
4175 4175
   {
4176
-    $this->kind = $kind;
4176
+	$this->kind = $kind;
4177 4177
   }
4178 4178
   public function getKind()
4179 4179
   {
4180
-    return $this->kind;
4180
+	return $this->kind;
4181 4181
   }
4182 4182
 }
4183 4183
 
@@ -4196,43 +4196,43 @@  discard block
 block discarded – undo
4196 4196
 
4197 4197
   public function setAvailability($availability)
4198 4198
   {
4199
-    $this->availability = $availability;
4199
+	$this->availability = $availability;
4200 4200
   }
4201 4201
   public function getAvailability()
4202 4202
   {
4203
-    return $this->availability;
4203
+	return $this->availability;
4204 4204
   }
4205 4205
   public function setPrice(Google_Service_ShoppingContent_Price $price)
4206 4206
   {
4207
-    $this->price = $price;
4207
+	$this->price = $price;
4208 4208
   }
4209 4209
   public function getPrice()
4210 4210
   {
4211
-    return $this->price;
4211
+	return $this->price;
4212 4212
   }
4213 4213
   public function setQuantity($quantity)
4214 4214
   {
4215
-    $this->quantity = $quantity;
4215
+	$this->quantity = $quantity;
4216 4216
   }
4217 4217
   public function getQuantity()
4218 4218
   {
4219
-    return $this->quantity;
4219
+	return $this->quantity;
4220 4220
   }
4221 4221
   public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice)
4222 4222
   {
4223
-    $this->salePrice = $salePrice;
4223
+	$this->salePrice = $salePrice;
4224 4224
   }
4225 4225
   public function getSalePrice()
4226 4226
   {
4227
-    return $this->salePrice;
4227
+	return $this->salePrice;
4228 4228
   }
4229 4229
   public function setSalePriceEffectiveDate($salePriceEffectiveDate)
4230 4230
   {
4231
-    $this->salePriceEffectiveDate = $salePriceEffectiveDate;
4231
+	$this->salePriceEffectiveDate = $salePriceEffectiveDate;
4232 4232
   }
4233 4233
   public function getSalePriceEffectiveDate()
4234 4234
   {
4235
-    return $this->salePriceEffectiveDate;
4235
+	return $this->salePriceEffectiveDate;
4236 4236
   }
4237 4237
 }
4238 4238
 
@@ -4245,11 +4245,11 @@  discard block
 block discarded – undo
4245 4245
 
4246 4246
   public function setKind($kind)
4247 4247
   {
4248
-    $this->kind = $kind;
4248
+	$this->kind = $kind;
4249 4249
   }
4250 4250
   public function getKind()
4251 4251
   {
4252
-    return $this->kind;
4252
+	return $this->kind;
4253 4253
   }
4254 4254
 }
4255 4255
 
@@ -4264,27 +4264,27 @@  discard block
 block discarded – undo
4264 4264
 
4265 4265
   public function setName($name)
4266 4266
   {
4267
-    $this->name = $name;
4267
+	$this->name = $name;
4268 4268
   }
4269 4269
   public function getName()
4270 4270
   {
4271
-    return $this->name;
4271
+	return $this->name;
4272 4272
   }
4273 4273
   public function setPointsValue($pointsValue)
4274 4274
   {
4275
-    $this->pointsValue = $pointsValue;
4275
+	$this->pointsValue = $pointsValue;
4276 4276
   }
4277 4277
   public function getPointsValue()
4278 4278
   {
4279
-    return $this->pointsValue;
4279
+	return $this->pointsValue;
4280 4280
   }
4281 4281
   public function setRatio($ratio)
4282 4282
   {
4283
-    $this->ratio = $ratio;
4283
+	$this->ratio = $ratio;
4284 4284
   }
4285 4285
   public function getRatio()
4286 4286
   {
4287
-    return $this->ratio;
4287
+	return $this->ratio;
4288 4288
   }
4289 4289
 }
4290 4290
 
@@ -4298,19 +4298,19 @@  discard block
 block discarded – undo
4298 4298
 
4299 4299
   public function setCurrency($currency)
4300 4300
   {
4301
-    $this->currency = $currency;
4301
+	$this->currency = $currency;
4302 4302
   }
4303 4303
   public function getCurrency()
4304 4304
   {
4305
-    return $this->currency;
4305
+	return $this->currency;
4306 4306
   }
4307 4307
   public function setValue($value)
4308 4308
   {
4309
-    $this->value = $value;
4309
+	$this->value = $value;
4310 4310
   }
4311 4311
   public function getValue()
4312 4312
   {
4313
-    return $this->value;
4313
+	return $this->value;
4314 4314
   }
4315 4315
 }
4316 4316
 
@@ -4409,555 +4409,555 @@  discard block
 block discarded – undo
4409 4409
 
4410 4410
   public function setAdditionalImageLinks($additionalImageLinks)
4411 4411
   {
4412
-    $this->additionalImageLinks = $additionalImageLinks;
4412
+	$this->additionalImageLinks = $additionalImageLinks;
4413 4413
   }
4414 4414
   public function getAdditionalImageLinks()
4415 4415
   {
4416
-    return $this->additionalImageLinks;
4416
+	return $this->additionalImageLinks;
4417 4417
   }
4418 4418
   public function setAdult($adult)
4419 4419
   {
4420
-    $this->adult = $adult;
4420
+	$this->adult = $adult;
4421 4421
   }
4422 4422
   public function getAdult()
4423 4423
   {
4424
-    return $this->adult;
4424
+	return $this->adult;
4425 4425
   }
4426 4426
   public function setAdwordsGrouping($adwordsGrouping)
4427 4427
   {
4428
-    $this->adwordsGrouping = $adwordsGrouping;
4428
+	$this->adwordsGrouping = $adwordsGrouping;
4429 4429
   }
4430 4430
   public function getAdwordsGrouping()
4431 4431
   {
4432
-    return $this->adwordsGrouping;
4432
+	return $this->adwordsGrouping;
4433 4433
   }
4434 4434
   public function setAdwordsLabels($adwordsLabels)
4435 4435
   {
4436
-    $this->adwordsLabels = $adwordsLabels;
4436
+	$this->adwordsLabels = $adwordsLabels;
4437 4437
   }
4438 4438
   public function getAdwordsLabels()
4439 4439
   {
4440
-    return $this->adwordsLabels;
4440
+	return $this->adwordsLabels;
4441 4441
   }
4442 4442
   public function setAdwordsRedirect($adwordsRedirect)
4443 4443
   {
4444
-    $this->adwordsRedirect = $adwordsRedirect;
4444
+	$this->adwordsRedirect = $adwordsRedirect;
4445 4445
   }
4446 4446
   public function getAdwordsRedirect()
4447 4447
   {
4448
-    return $this->adwordsRedirect;
4448
+	return $this->adwordsRedirect;
4449 4449
   }
4450 4450
   public function setAgeGroup($ageGroup)
4451 4451
   {
4452
-    $this->ageGroup = $ageGroup;
4452
+	$this->ageGroup = $ageGroup;
4453 4453
   }
4454 4454
   public function getAgeGroup()
4455 4455
   {
4456
-    return $this->ageGroup;
4456
+	return $this->ageGroup;
4457 4457
   }
4458 4458
   public function setAspects($aspects)
4459 4459
   {
4460
-    $this->aspects = $aspects;
4460
+	$this->aspects = $aspects;
4461 4461
   }
4462 4462
   public function getAspects()
4463 4463
   {
4464
-    return $this->aspects;
4464
+	return $this->aspects;
4465 4465
   }
4466 4466
   public function setAvailability($availability)
4467 4467
   {
4468
-    $this->availability = $availability;
4468
+	$this->availability = $availability;
4469 4469
   }
4470 4470
   public function getAvailability()
4471 4471
   {
4472
-    return $this->availability;
4472
+	return $this->availability;
4473 4473
   }
4474 4474
   public function setAvailabilityDate($availabilityDate)
4475 4475
   {
4476
-    $this->availabilityDate = $availabilityDate;
4476
+	$this->availabilityDate = $availabilityDate;
4477 4477
   }
4478 4478
   public function getAvailabilityDate()
4479 4479
   {
4480
-    return $this->availabilityDate;
4480
+	return $this->availabilityDate;
4481 4481
   }
4482 4482
   public function setBrand($brand)
4483 4483
   {
4484
-    $this->brand = $brand;
4484
+	$this->brand = $brand;
4485 4485
   }
4486 4486
   public function getBrand()
4487 4487
   {
4488
-    return $this->brand;
4488
+	return $this->brand;
4489 4489
   }
4490 4490
   public function setChannel($channel)
4491 4491
   {
4492
-    $this->channel = $channel;
4492
+	$this->channel = $channel;
4493 4493
   }
4494 4494
   public function getChannel()
4495 4495
   {
4496
-    return $this->channel;
4496
+	return $this->channel;
4497 4497
   }
4498 4498
   public function setColor($color)
4499 4499
   {
4500
-    $this->color = $color;
4500
+	$this->color = $color;
4501 4501
   }
4502 4502
   public function getColor()
4503 4503
   {
4504
-    return $this->color;
4504
+	return $this->color;
4505 4505
   }
4506 4506
   public function setCondition($condition)
4507 4507
   {
4508
-    $this->condition = $condition;
4508
+	$this->condition = $condition;
4509 4509
   }
4510 4510
   public function getCondition()
4511 4511
   {
4512
-    return $this->condition;
4512
+	return $this->condition;
4513 4513
   }
4514 4514
   public function setContentLanguage($contentLanguage)
4515 4515
   {
4516
-    $this->contentLanguage = $contentLanguage;
4516
+	$this->contentLanguage = $contentLanguage;
4517 4517
   }
4518 4518
   public function getContentLanguage()
4519 4519
   {
4520
-    return $this->contentLanguage;
4520
+	return $this->contentLanguage;
4521 4521
   }
4522 4522
   public function setCustomAttributes($customAttributes)
4523 4523
   {
4524
-    $this->customAttributes = $customAttributes;
4524
+	$this->customAttributes = $customAttributes;
4525 4525
   }
4526 4526
   public function getCustomAttributes()
4527 4527
   {
4528
-    return $this->customAttributes;
4528
+	return $this->customAttributes;
4529 4529
   }
4530 4530
   public function setCustomGroups($customGroups)
4531 4531
   {
4532
-    $this->customGroups = $customGroups;
4532
+	$this->customGroups = $customGroups;
4533 4533
   }
4534 4534
   public function getCustomGroups()
4535 4535
   {
4536
-    return $this->customGroups;
4536
+	return $this->customGroups;
4537 4537
   }
4538 4538
   public function setCustomLabel0($customLabel0)
4539 4539
   {
4540
-    $this->customLabel0 = $customLabel0;
4540
+	$this->customLabel0 = $customLabel0;
4541 4541
   }
4542 4542
   public function getCustomLabel0()
4543 4543
   {
4544
-    return $this->customLabel0;
4544
+	return $this->customLabel0;
4545 4545
   }
4546 4546
   public function setCustomLabel1($customLabel1)
4547 4547
   {
4548
-    $this->customLabel1 = $customLabel1;
4548
+	$this->customLabel1 = $customLabel1;
4549 4549
   }
4550 4550
   public function getCustomLabel1()
4551 4551
   {
4552
-    return $this->customLabel1;
4552
+	return $this->customLabel1;
4553 4553
   }
4554 4554
   public function setCustomLabel2($customLabel2)
4555 4555
   {
4556
-    $this->customLabel2 = $customLabel2;
4556
+	$this->customLabel2 = $customLabel2;
4557 4557
   }
4558 4558
   public function getCustomLabel2()
4559 4559
   {
4560
-    return $this->customLabel2;
4560
+	return $this->customLabel2;
4561 4561
   }
4562 4562
   public function setCustomLabel3($customLabel3)
4563 4563
   {
4564
-    $this->customLabel3 = $customLabel3;
4564
+	$this->customLabel3 = $customLabel3;
4565 4565
   }
4566 4566
   public function getCustomLabel3()
4567 4567
   {
4568
-    return $this->customLabel3;
4568
+	return $this->customLabel3;
4569 4569
   }
4570 4570
   public function setCustomLabel4($customLabel4)
4571 4571
   {
4572
-    $this->customLabel4 = $customLabel4;
4572
+	$this->customLabel4 = $customLabel4;
4573 4573
   }
4574 4574
   public function getCustomLabel4()
4575 4575
   {
4576
-    return $this->customLabel4;
4576
+	return $this->customLabel4;
4577 4577
   }
4578 4578
   public function setDescription($description)
4579 4579
   {
4580
-    $this->description = $description;
4580
+	$this->description = $description;
4581 4581
   }
4582 4582
   public function getDescription()
4583 4583
   {
4584
-    return $this->description;
4584
+	return $this->description;
4585 4585
   }
4586 4586
   public function setDestinations($destinations)
4587 4587
   {
4588
-    $this->destinations = $destinations;
4588
+	$this->destinations = $destinations;
4589 4589
   }
4590 4590
   public function getDestinations()
4591 4591
   {
4592
-    return $this->destinations;
4592
+	return $this->destinations;
4593 4593
   }
4594 4594
   public function setDisplayAdsId($displayAdsId)
4595 4595
   {
4596
-    $this->displayAdsId = $displayAdsId;
4596
+	$this->displayAdsId = $displayAdsId;
4597 4597
   }
4598 4598
   public function getDisplayAdsId()
4599 4599
   {
4600
-    return $this->displayAdsId;
4600
+	return $this->displayAdsId;
4601 4601
   }
4602 4602
   public function setDisplayAdsLink($displayAdsLink)
4603 4603
   {
4604
-    $this->displayAdsLink = $displayAdsLink;
4604
+	$this->displayAdsLink = $displayAdsLink;
4605 4605
   }
4606 4606
   public function getDisplayAdsLink()
4607 4607
   {
4608
-    return $this->displayAdsLink;
4608
+	return $this->displayAdsLink;
4609 4609
   }
4610 4610
   public function setDisplayAdsSimilarIds($displayAdsSimilarIds)
4611 4611
   {
4612
-    $this->displayAdsSimilarIds = $displayAdsSimilarIds;
4612
+	$this->displayAdsSimilarIds = $displayAdsSimilarIds;
4613 4613
   }
4614 4614
   public function getDisplayAdsSimilarIds()
4615 4615
   {
4616
-    return $this->displayAdsSimilarIds;
4616
+	return $this->displayAdsSimilarIds;
4617 4617
   }
4618 4618
   public function setDisplayAdsTitle($displayAdsTitle)
4619 4619
   {
4620
-    $this->displayAdsTitle = $displayAdsTitle;
4620
+	$this->displayAdsTitle = $displayAdsTitle;
4621 4621
   }
4622 4622
   public function getDisplayAdsTitle()
4623 4623
   {
4624
-    return $this->displayAdsTitle;
4624
+	return $this->displayAdsTitle;
4625 4625
   }
4626 4626
   public function setDisplayAdsValue($displayAdsValue)
4627 4627
   {
4628
-    $this->displayAdsValue = $displayAdsValue;
4628
+	$this->displayAdsValue = $displayAdsValue;
4629 4629
   }
4630 4630
   public function getDisplayAdsValue()
4631 4631
   {
4632
-    return $this->displayAdsValue;
4632
+	return $this->displayAdsValue;
4633 4633
   }
4634 4634
   public function setEnergyEfficiencyClass($energyEfficiencyClass)
4635 4635
   {
4636
-    $this->energyEfficiencyClass = $energyEfficiencyClass;
4636
+	$this->energyEfficiencyClass = $energyEfficiencyClass;
4637 4637
   }
4638 4638
   public function getEnergyEfficiencyClass()
4639 4639
   {
4640
-    return $this->energyEfficiencyClass;
4640
+	return $this->energyEfficiencyClass;
4641 4641
   }
4642 4642
   public function setExpirationDate($expirationDate)
4643 4643
   {
4644
-    $this->expirationDate = $expirationDate;
4644
+	$this->expirationDate = $expirationDate;
4645 4645
   }
4646 4646
   public function getExpirationDate()
4647 4647
   {
4648
-    return $this->expirationDate;
4648
+	return $this->expirationDate;
4649 4649
   }
4650 4650
   public function setGender($gender)
4651 4651
   {
4652
-    $this->gender = $gender;
4652
+	$this->gender = $gender;
4653 4653
   }
4654 4654
   public function getGender()
4655 4655
   {
4656
-    return $this->gender;
4656
+	return $this->gender;
4657 4657
   }
4658 4658
   public function setGoogleProductCategory($googleProductCategory)
4659 4659
   {
4660
-    $this->googleProductCategory = $googleProductCategory;
4660
+	$this->googleProductCategory = $googleProductCategory;
4661 4661
   }
4662 4662
   public function getGoogleProductCategory()
4663 4663
   {
4664
-    return $this->googleProductCategory;
4664
+	return $this->googleProductCategory;
4665 4665
   }
4666 4666
   public function setGtin($gtin)
4667 4667
   {
4668
-    $this->gtin = $gtin;
4668
+	$this->gtin = $gtin;
4669 4669
   }
4670 4670
   public function getGtin()
4671 4671
   {
4672
-    return $this->gtin;
4672
+	return $this->gtin;
4673 4673
   }
4674 4674
   public function setId($id)
4675 4675
   {
4676
-    $this->id = $id;
4676
+	$this->id = $id;
4677 4677
   }
4678 4678
   public function getId()
4679 4679
   {
4680
-    return $this->id;
4680
+	return $this->id;
4681 4681
   }
4682 4682
   public function setIdentifierExists($identifierExists)
4683 4683
   {
4684
-    $this->identifierExists = $identifierExists;
4684
+	$this->identifierExists = $identifierExists;
4685 4685
   }
4686 4686
   public function getIdentifierExists()
4687 4687
   {
4688
-    return $this->identifierExists;
4688
+	return $this->identifierExists;
4689 4689
   }
4690 4690
   public function setImageLink($imageLink)
4691 4691
   {
4692
-    $this->imageLink = $imageLink;
4692
+	$this->imageLink = $imageLink;
4693 4693
   }
4694 4694
   public function getImageLink()
4695 4695
   {
4696
-    return $this->imageLink;
4696
+	return $this->imageLink;
4697 4697
   }
4698 4698
   public function setInstallment(Google_Service_ShoppingContent_ProductInstallment $installment)
4699 4699
   {
4700
-    $this->installment = $installment;
4700
+	$this->installment = $installment;
4701 4701
   }
4702 4702
   public function getInstallment()
4703 4703
   {
4704
-    return $this->installment;
4704
+	return $this->installment;
4705 4705
   }
4706 4706
   public function setIsBundle($isBundle)
4707 4707
   {
4708
-    $this->isBundle = $isBundle;
4708
+	$this->isBundle = $isBundle;
4709 4709
   }
4710 4710
   public function getIsBundle()
4711 4711
   {
4712
-    return $this->isBundle;
4712
+	return $this->isBundle;
4713 4713
   }
4714 4714
   public function setItemGroupId($itemGroupId)
4715 4715
   {
4716
-    $this->itemGroupId = $itemGroupId;
4716
+	$this->itemGroupId = $itemGroupId;
4717 4717
   }
4718 4718
   public function getItemGroupId()
4719 4719
   {
4720
-    return $this->itemGroupId;
4720
+	return $this->itemGroupId;
4721 4721
   }
4722 4722
   public function setKind($kind)
4723 4723
   {
4724
-    $this->kind = $kind;
4724
+	$this->kind = $kind;
4725 4725
   }
4726 4726
   public function getKind()
4727 4727
   {
4728
-    return $this->kind;
4728
+	return $this->kind;
4729 4729
   }
4730 4730
   public function setLink($link)
4731 4731
   {
4732
-    $this->link = $link;
4732
+	$this->link = $link;
4733 4733
   }
4734 4734
   public function getLink()
4735 4735
   {
4736
-    return $this->link;
4736
+	return $this->link;
4737 4737
   }
4738 4738
   public function setLoyaltyPoints(Google_Service_ShoppingContent_LoyaltyPoints $loyaltyPoints)
4739 4739
   {
4740
-    $this->loyaltyPoints = $loyaltyPoints;
4740
+	$this->loyaltyPoints = $loyaltyPoints;
4741 4741
   }
4742 4742
   public function getLoyaltyPoints()
4743 4743
   {
4744
-    return $this->loyaltyPoints;
4744
+	return $this->loyaltyPoints;
4745 4745
   }
4746 4746
   public function setMaterial($material)
4747 4747
   {
4748
-    $this->material = $material;
4748
+	$this->material = $material;
4749 4749
   }
4750 4750
   public function getMaterial()
4751 4751
   {
4752
-    return $this->material;
4752
+	return $this->material;
4753 4753
   }
4754 4754
   public function setMobileLink($mobileLink)
4755 4755
   {
4756
-    $this->mobileLink = $mobileLink;
4756
+	$this->mobileLink = $mobileLink;
4757 4757
   }
4758 4758
   public function getMobileLink()
4759 4759
   {
4760
-    return $this->mobileLink;
4760
+	return $this->mobileLink;
4761 4761
   }
4762 4762
   public function setMpn($mpn)
4763 4763
   {
4764
-    $this->mpn = $mpn;
4764
+	$this->mpn = $mpn;
4765 4765
   }
4766 4766
   public function getMpn()
4767 4767
   {
4768
-    return $this->mpn;
4768
+	return $this->mpn;
4769 4769
   }
4770 4770
   public function setMultipack($multipack)
4771 4771
   {
4772
-    $this->multipack = $multipack;
4772
+	$this->multipack = $multipack;
4773 4773
   }
4774 4774
   public function getMultipack()
4775 4775
   {
4776
-    return $this->multipack;
4776
+	return $this->multipack;
4777 4777
   }
4778 4778
   public function setOfferId($offerId)
4779 4779
   {
4780
-    $this->offerId = $offerId;
4780
+	$this->offerId = $offerId;
4781 4781
   }
4782 4782
   public function getOfferId()
4783 4783
   {
4784
-    return $this->offerId;
4784
+	return $this->offerId;
4785 4785
   }
4786 4786
   public function setOnlineOnly($onlineOnly)
4787 4787
   {
4788
-    $this->onlineOnly = $onlineOnly;
4788
+	$this->onlineOnly = $onlineOnly;
4789 4789
   }
4790 4790
   public function getOnlineOnly()
4791 4791
   {
4792
-    return $this->onlineOnly;
4792
+	return $this->onlineOnly;
4793 4793
   }
4794 4794
   public function setPattern($pattern)
4795 4795
   {
4796
-    $this->pattern = $pattern;
4796
+	$this->pattern = $pattern;
4797 4797
   }
4798 4798
   public function getPattern()
4799 4799
   {
4800
-    return $this->pattern;
4800
+	return $this->pattern;
4801 4801
   }
4802 4802
   public function setPrice(Google_Service_ShoppingContent_Price $price)
4803 4803
   {
4804
-    $this->price = $price;
4804
+	$this->price = $price;
4805 4805
   }
4806 4806
   public function getPrice()
4807 4807
   {
4808
-    return $this->price;
4808
+	return $this->price;
4809 4809
   }
4810 4810
   public function setProductType($productType)
4811 4811
   {
4812
-    $this->productType = $productType;
4812
+	$this->productType = $productType;
4813 4813
   }
4814 4814
   public function getProductType()
4815 4815
   {
4816
-    return $this->productType;
4816
+	return $this->productType;
4817 4817
   }
4818 4818
   public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice)
4819 4819
   {
4820
-    $this->salePrice = $salePrice;
4820
+	$this->salePrice = $salePrice;
4821 4821
   }
4822 4822
   public function getSalePrice()
4823 4823
   {
4824
-    return $this->salePrice;
4824
+	return $this->salePrice;
4825 4825
   }
4826 4826
   public function setSalePriceEffectiveDate($salePriceEffectiveDate)
4827 4827
   {
4828
-    $this->salePriceEffectiveDate = $salePriceEffectiveDate;
4828
+	$this->salePriceEffectiveDate = $salePriceEffectiveDate;
4829 4829
   }
4830 4830
   public function getSalePriceEffectiveDate()
4831 4831
   {
4832
-    return $this->salePriceEffectiveDate;
4832
+	return $this->salePriceEffectiveDate;
4833 4833
   }
4834 4834
   public function setShipping($shipping)
4835 4835
   {
4836
-    $this->shipping = $shipping;
4836
+	$this->shipping = $shipping;
4837 4837
   }
4838 4838
   public function getShipping()
4839 4839
   {
4840
-    return $this->shipping;
4840
+	return $this->shipping;
4841 4841
   }
4842 4842
   public function setShippingHeight(Google_Service_ShoppingContent_ProductShippingDimension $shippingHeight)
4843 4843
   {
4844
-    $this->shippingHeight = $shippingHeight;
4844
+	$this->shippingHeight = $shippingHeight;
4845 4845
   }
4846 4846
   public function getShippingHeight()
4847 4847
   {
4848
-    return $this->shippingHeight;
4848
+	return $this->shippingHeight;
4849 4849
   }
4850 4850
   public function setShippingLabel($shippingLabel)
4851 4851
   {
4852
-    $this->shippingLabel = $shippingLabel;
4852
+	$this->shippingLabel = $shippingLabel;
4853 4853
   }
4854 4854
   public function getShippingLabel()
4855 4855
   {
4856
-    return $this->shippingLabel;
4856
+	return $this->shippingLabel;
4857 4857
   }
4858 4858
   public function setShippingLength(Google_Service_ShoppingContent_ProductShippingDimension $shippingLength)
4859 4859
   {
4860
-    $this->shippingLength = $shippingLength;
4860
+	$this->shippingLength = $shippingLength;
4861 4861
   }
4862 4862
   public function getShippingLength()
4863 4863
   {
4864
-    return $this->shippingLength;
4864
+	return $this->shippingLength;
4865 4865
   }
4866 4866
   public function setShippingWeight(Google_Service_ShoppingContent_ProductShippingWeight $shippingWeight)
4867 4867
   {
4868
-    $this->shippingWeight = $shippingWeight;
4868
+	$this->shippingWeight = $shippingWeight;
4869 4869
   }
4870 4870
   public function getShippingWeight()
4871 4871
   {
4872
-    return $this->shippingWeight;
4872
+	return $this->shippingWeight;
4873 4873
   }
4874 4874
   public function setShippingWidth(Google_Service_ShoppingContent_ProductShippingDimension $shippingWidth)
4875 4875
   {
4876
-    $this->shippingWidth = $shippingWidth;
4876
+	$this->shippingWidth = $shippingWidth;
4877 4877
   }
4878 4878
   public function getShippingWidth()
4879 4879
   {
4880
-    return $this->shippingWidth;
4880
+	return $this->shippingWidth;
4881 4881
   }
4882 4882
   public function setSizeSystem($sizeSystem)
4883 4883
   {
4884
-    $this->sizeSystem = $sizeSystem;
4884
+	$this->sizeSystem = $sizeSystem;
4885 4885
   }
4886 4886
   public function getSizeSystem()
4887 4887
   {
4888
-    return $this->sizeSystem;
4888
+	return $this->sizeSystem;
4889 4889
   }
4890 4890
   public function setSizeType($sizeType)
4891 4891
   {
4892
-    $this->sizeType = $sizeType;
4892
+	$this->sizeType = $sizeType;
4893 4893
   }
4894 4894
   public function getSizeType()
4895 4895
   {
4896
-    return $this->sizeType;
4896
+	return $this->sizeType;
4897 4897
   }
4898 4898
   public function setSizes($sizes)
4899 4899
   {
4900
-    $this->sizes = $sizes;
4900
+	$this->sizes = $sizes;
4901 4901
   }
4902 4902
   public function getSizes()
4903 4903
   {
4904
-    return $this->sizes;
4904
+	return $this->sizes;
4905 4905
   }
4906 4906
   public function setTargetCountry($targetCountry)
4907 4907
   {
4908
-    $this->targetCountry = $targetCountry;
4908
+	$this->targetCountry = $targetCountry;
4909 4909
   }
4910 4910
   public function getTargetCountry()
4911 4911
   {
4912
-    return $this->targetCountry;
4912
+	return $this->targetCountry;
4913 4913
   }
4914 4914
   public function setTaxes($taxes)
4915 4915
   {
4916
-    $this->taxes = $taxes;
4916
+	$this->taxes = $taxes;
4917 4917
   }
4918 4918
   public function getTaxes()
4919 4919
   {
4920
-    return $this->taxes;
4920
+	return $this->taxes;
4921 4921
   }
4922 4922
   public function setTitle($title)
4923 4923
   {
4924
-    $this->title = $title;
4924
+	$this->title = $title;
4925 4925
   }
4926 4926
   public function getTitle()
4927 4927
   {
4928
-    return $this->title;
4928
+	return $this->title;
4929 4929
   }
4930 4930
   public function setUnitPricingBaseMeasure(Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure $unitPricingBaseMeasure)
4931 4931
   {
4932
-    $this->unitPricingBaseMeasure = $unitPricingBaseMeasure;
4932
+	$this->unitPricingBaseMeasure = $unitPricingBaseMeasure;
4933 4933
   }
4934 4934
   public function getUnitPricingBaseMeasure()
4935 4935
   {
4936
-    return $this->unitPricingBaseMeasure;
4936
+	return $this->unitPricingBaseMeasure;
4937 4937
   }
4938 4938
   public function setUnitPricingMeasure(Google_Service_ShoppingContent_ProductUnitPricingMeasure $unitPricingMeasure)
4939 4939
   {
4940
-    $this->unitPricingMeasure = $unitPricingMeasure;
4940
+	$this->unitPricingMeasure = $unitPricingMeasure;
4941 4941
   }
4942 4942
   public function getUnitPricingMeasure()
4943 4943
   {
4944
-    return $this->unitPricingMeasure;
4944
+	return $this->unitPricingMeasure;
4945 4945
   }
4946 4946
   public function setValidatedDestinations($validatedDestinations)
4947 4947
   {
4948
-    $this->validatedDestinations = $validatedDestinations;
4948
+	$this->validatedDestinations = $validatedDestinations;
4949 4949
   }
4950 4950
   public function getValidatedDestinations()
4951 4951
   {
4952
-    return $this->validatedDestinations;
4952
+	return $this->validatedDestinations;
4953 4953
   }
4954 4954
   public function setWarnings($warnings)
4955 4955
   {
4956
-    $this->warnings = $warnings;
4956
+	$this->warnings = $warnings;
4957 4957
   }
4958 4958
   public function getWarnings()
4959 4959
   {
4960
-    return $this->warnings;
4960
+	return $this->warnings;
4961 4961
   }
4962 4962
 }
4963 4963
 
@@ -4972,27 +4972,27 @@  discard block
 block discarded – undo
4972 4972
 
4973 4973
   public function setAspectName($aspectName)
4974 4974
   {
4975
-    $this->aspectName = $aspectName;
4975
+	$this->aspectName = $aspectName;
4976 4976
   }
4977 4977
   public function getAspectName()
4978 4978
   {
4979
-    return $this->aspectName;
4979
+	return $this->aspectName;
4980 4980
   }
4981 4981
   public function setDestinationName($destinationName)
4982 4982
   {
4983
-    $this->destinationName = $destinationName;
4983
+	$this->destinationName = $destinationName;
4984 4984
   }
4985 4985
   public function getDestinationName()
4986 4986
   {
4987
-    return $this->destinationName;
4987
+	return $this->destinationName;
4988 4988
   }
4989 4989
   public function setIntention($intention)
4990 4990
   {
4991
-    $this->intention = $intention;
4991
+	$this->intention = $intention;
4992 4992
   }
4993 4993
   public function getIntention()
4994 4994
   {
4995
-    return $this->intention;
4995
+	return $this->intention;
4996 4996
   }
4997 4997
 }
4998 4998
 
@@ -5008,35 +5008,35 @@  discard block
 block discarded – undo
5008 5008
 
5009 5009
   public function setName($name)
5010 5010
   {
5011
-    $this->name = $name;
5011
+	$this->name = $name;
5012 5012
   }
5013 5013
   public function getName()
5014 5014
   {
5015
-    return $this->name;
5015
+	return $this->name;
5016 5016
   }
5017 5017
   public function setType($type)
5018 5018
   {
5019
-    $this->type = $type;
5019
+	$this->type = $type;
5020 5020
   }
5021 5021
   public function getType()
5022 5022
   {
5023
-    return $this->type;
5023
+	return $this->type;
5024 5024
   }
5025 5025
   public function setUnit($unit)
5026 5026
   {
5027
-    $this->unit = $unit;
5027
+	$this->unit = $unit;
5028 5028
   }
5029 5029
   public function getUnit()
5030 5030
   {
5031
-    return $this->unit;
5031
+	return $this->unit;
5032 5032
   }
5033 5033
   public function setValue($value)
5034 5034
   {
5035
-    $this->value = $value;
5035
+	$this->value = $value;
5036 5036
   }
5037 5037
   public function getValue()
5038 5038
   {
5039
-    return $this->value;
5039
+	return $this->value;
5040 5040
   }
5041 5041
 }
5042 5042
 
@@ -5052,19 +5052,19 @@  discard block
 block discarded – undo
5052 5052
 
5053 5053
   public function setAttributes($attributes)
5054 5054
   {
5055
-    $this->attributes = $attributes;
5055
+	$this->attributes = $attributes;
5056 5056
   }
5057 5057
   public function getAttributes()
5058 5058
   {
5059
-    return $this->attributes;
5059
+	return $this->attributes;
5060 5060
   }
5061 5061
   public function setName($name)
5062 5062
   {
5063
-    $this->name = $name;
5063
+	$this->name = $name;
5064 5064
   }
5065 5065
   public function getName()
5066 5066
   {
5067
-    return $this->name;
5067
+	return $this->name;
5068 5068
   }
5069 5069
 }
5070 5070
 
@@ -5078,19 +5078,19 @@  discard block
 block discarded – undo
5078 5078
 
5079 5079
   public function setDestinationName($destinationName)
5080 5080
   {
5081
-    $this->destinationName = $destinationName;
5081
+	$this->destinationName = $destinationName;
5082 5082
   }
5083 5083
   public function getDestinationName()
5084 5084
   {
5085
-    return $this->destinationName;
5085
+	return $this->destinationName;
5086 5086
   }
5087 5087
   public function setIntention($intention)
5088 5088
   {
5089
-    $this->intention = $intention;
5089
+	$this->intention = $intention;
5090 5090
   }
5091 5091
   public function getIntention()
5092 5092
   {
5093
-    return $this->intention;
5093
+	return $this->intention;
5094 5094
   }
5095 5095
 }
5096 5096
 
@@ -5105,19 +5105,19 @@  discard block
 block discarded – undo
5105 5105
 
5106 5106
   public function setAmount(Google_Service_ShoppingContent_Price $amount)
5107 5107
   {
5108
-    $this->amount = $amount;
5108
+	$this->amount = $amount;
5109 5109
   }
5110 5110
   public function getAmount()
5111 5111
   {
5112
-    return $this->amount;
5112
+	return $this->amount;
5113 5113
   }
5114 5114
   public function setMonths($months)
5115 5115
   {
5116
-    $this->months = $months;
5116
+	$this->months = $months;
5117 5117
   }
5118 5118
   public function getMonths()
5119 5119
   {
5120
-    return $this->months;
5120
+	return $this->months;
5121 5121
   }
5122 5122
 }
5123 5123
 
@@ -5137,59 +5137,59 @@  discard block
 block discarded – undo
5137 5137
 
5138 5138
   public function setCountry($country)
5139 5139
   {
5140
-    $this->country = $country;
5140
+	$this->country = $country;
5141 5141
   }
5142 5142
   public function getCountry()
5143 5143
   {
5144
-    return $this->country;
5144
+	return $this->country;
5145 5145
   }
5146 5146
   public function setLocationGroupName($locationGroupName)
5147 5147
   {
5148
-    $this->locationGroupName = $locationGroupName;
5148
+	$this->locationGroupName = $locationGroupName;
5149 5149
   }
5150 5150
   public function getLocationGroupName()
5151 5151
   {
5152
-    return $this->locationGroupName;
5152
+	return $this->locationGroupName;
5153 5153
   }
5154 5154
   public function setLocationId($locationId)
5155 5155
   {
5156
-    $this->locationId = $locationId;
5156
+	$this->locationId = $locationId;
5157 5157
   }
5158 5158
   public function getLocationId()
5159 5159
   {
5160
-    return $this->locationId;
5160
+	return $this->locationId;
5161 5161
   }
5162 5162
   public function setPostalCode($postalCode)
5163 5163
   {
5164
-    $this->postalCode = $postalCode;
5164
+	$this->postalCode = $postalCode;
5165 5165
   }
5166 5166
   public function getPostalCode()
5167 5167
   {
5168
-    return $this->postalCode;
5168
+	return $this->postalCode;
5169 5169
   }
5170 5170
   public function setPrice(Google_Service_ShoppingContent_Price $price)
5171 5171
   {
5172
-    $this->price = $price;
5172
+	$this->price = $price;
5173 5173
   }
5174 5174
   public function getPrice()
5175 5175
   {
5176
-    return $this->price;
5176
+	return $this->price;
5177 5177
   }
5178 5178
   public function setRegion($region)
5179 5179
   {
5180
-    $this->region = $region;
5180
+	$this->region = $region;
5181 5181
   }
5182 5182
   public function getRegion()
5183 5183
   {
5184
-    return $this->region;
5184
+	return $this->region;
5185 5185
   }
5186 5186
   public function setService($service)
5187 5187
   {
5188
-    $this->service = $service;
5188
+	$this->service = $service;
5189 5189
   }
5190 5190
   public function getService()
5191 5191
   {
5192
-    return $this->service;
5192
+	return $this->service;
5193 5193
   }
5194 5194
 }
5195 5195
 
@@ -5203,19 +5203,19 @@  discard block
 block discarded – undo
5203 5203
 
5204 5204
   public function setUnit($unit)
5205 5205
   {
5206
-    $this->unit = $unit;
5206
+	$this->unit = $unit;
5207 5207
   }
5208 5208
   public function getUnit()
5209 5209
   {
5210
-    return $this->unit;
5210
+	return $this->unit;
5211 5211
   }
5212 5212
   public function setValue($value)
5213 5213
   {
5214
-    $this->value = $value;
5214
+	$this->value = $value;
5215 5215
   }
5216 5216
   public function getValue()
5217 5217
   {
5218
-    return $this->value;
5218
+	return $this->value;
5219 5219
   }
5220 5220
 }
5221 5221
 
@@ -5229,19 +5229,19 @@  discard block
 block discarded – undo
5229 5229
 
5230 5230
   public function setUnit($unit)
5231 5231
   {
5232
-    $this->unit = $unit;
5232
+	$this->unit = $unit;
5233 5233
   }
5234 5234
   public function getUnit()
5235 5235
   {
5236
-    return $this->unit;
5236
+	return $this->unit;
5237 5237
   }
5238 5238
   public function setValue($value)
5239 5239
   {
5240
-    $this->value = $value;
5240
+	$this->value = $value;
5241 5241
   }
5242 5242
   public function getValue()
5243 5243
   {
5244
-    return $this->value;
5244
+	return $this->value;
5245 5245
   }
5246 5246
 }
5247 5247
 
@@ -5265,75 +5265,75 @@  discard block
 block discarded – undo
5265 5265
 
5266 5266
   public function setCreationDate($creationDate)
5267 5267
   {
5268
-    $this->creationDate = $creationDate;
5268
+	$this->creationDate = $creationDate;
5269 5269
   }
5270 5270
   public function getCreationDate()
5271 5271
   {
5272
-    return $this->creationDate;
5272
+	return $this->creationDate;
5273 5273
   }
5274 5274
   public function setDataQualityIssues($dataQualityIssues)
5275 5275
   {
5276
-    $this->dataQualityIssues = $dataQualityIssues;
5276
+	$this->dataQualityIssues = $dataQualityIssues;
5277 5277
   }
5278 5278
   public function getDataQualityIssues()
5279 5279
   {
5280
-    return $this->dataQualityIssues;
5280
+	return $this->dataQualityIssues;
5281 5281
   }
5282 5282
   public function setDestinationStatuses($destinationStatuses)
5283 5283
   {
5284
-    $this->destinationStatuses = $destinationStatuses;
5284
+	$this->destinationStatuses = $destinationStatuses;
5285 5285
   }
5286 5286
   public function getDestinationStatuses()
5287 5287
   {
5288
-    return $this->destinationStatuses;
5288
+	return $this->destinationStatuses;
5289 5289
   }
5290 5290
   public function setGoogleExpirationDate($googleExpirationDate)
5291 5291
   {
5292
-    $this->googleExpirationDate = $googleExpirationDate;
5292
+	$this->googleExpirationDate = $googleExpirationDate;
5293 5293
   }
5294 5294
   public function getGoogleExpirationDate()
5295 5295
   {
5296
-    return $this->googleExpirationDate;
5296
+	return $this->googleExpirationDate;
5297 5297
   }
5298 5298
   public function setKind($kind)
5299 5299
   {
5300
-    $this->kind = $kind;
5300
+	$this->kind = $kind;
5301 5301
   }
5302 5302
   public function getKind()
5303 5303
   {
5304
-    return $this->kind;
5304
+	return $this->kind;
5305 5305
   }
5306 5306
   public function setLastUpdateDate($lastUpdateDate)
5307 5307
   {
5308
-    $this->lastUpdateDate = $lastUpdateDate;
5308
+	$this->lastUpdateDate = $lastUpdateDate;
5309 5309
   }
5310 5310
   public function getLastUpdateDate()
5311 5311
   {
5312
-    return $this->lastUpdateDate;
5312
+	return $this->lastUpdateDate;
5313 5313
   }
5314 5314
   public function setLink($link)
5315 5315
   {
5316
-    $this->link = $link;
5316
+	$this->link = $link;
5317 5317
   }
5318 5318
   public function getLink()
5319 5319
   {
5320
-    return $this->link;
5320
+	return $this->link;
5321 5321
   }
5322 5322
   public function setProductId($productId)
5323 5323
   {
5324
-    $this->productId = $productId;
5324
+	$this->productId = $productId;
5325 5325
   }
5326 5326
   public function getProductId()
5327 5327
   {
5328
-    return $this->productId;
5328
+	return $this->productId;
5329 5329
   }
5330 5330
   public function setTitle($title)
5331 5331
   {
5332
-    $this->title = $title;
5332
+	$this->title = $title;
5333 5333
   }
5334 5334
   public function getTitle()
5335 5335
   {
5336
-    return $this->title;
5336
+	return $this->title;
5337 5337
   }
5338 5338
 }
5339 5339
 
@@ -5353,67 +5353,67 @@  discard block
 block discarded – undo
5353 5353
 
5354 5354
   public function setDetail($detail)
5355 5355
   {
5356
-    $this->detail = $detail;
5356
+	$this->detail = $detail;
5357 5357
   }
5358 5358
   public function getDetail()
5359 5359
   {
5360
-    return $this->detail;
5360
+	return $this->detail;
5361 5361
   }
5362 5362
   public function setFetchStatus($fetchStatus)
5363 5363
   {
5364
-    $this->fetchStatus = $fetchStatus;
5364
+	$this->fetchStatus = $fetchStatus;
5365 5365
   }
5366 5366
   public function getFetchStatus()
5367 5367
   {
5368
-    return $this->fetchStatus;
5368
+	return $this->fetchStatus;
5369 5369
   }
5370 5370
   public function setId($id)
5371 5371
   {
5372
-    $this->id = $id;
5372
+	$this->id = $id;
5373 5373
   }
5374 5374
   public function getId()
5375 5375
   {
5376
-    return $this->id;
5376
+	return $this->id;
5377 5377
   }
5378 5378
   public function setLocation($location)
5379 5379
   {
5380
-    $this->location = $location;
5380
+	$this->location = $location;
5381 5381
   }
5382 5382
   public function getLocation()
5383 5383
   {
5384
-    return $this->location;
5384
+	return $this->location;
5385 5385
   }
5386 5386
   public function setSeverity($severity)
5387 5387
   {
5388
-    $this->severity = $severity;
5388
+	$this->severity = $severity;
5389 5389
   }
5390 5390
   public function getSeverity()
5391 5391
   {
5392
-    return $this->severity;
5392
+	return $this->severity;
5393 5393
   }
5394 5394
   public function setTimestamp($timestamp)
5395 5395
   {
5396
-    $this->timestamp = $timestamp;
5396
+	$this->timestamp = $timestamp;
5397 5397
   }
5398 5398
   public function getTimestamp()
5399 5399
   {
5400
-    return $this->timestamp;
5400
+	return $this->timestamp;
5401 5401
   }
5402 5402
   public function setValueOnLandingPage($valueOnLandingPage)
5403 5403
   {
5404
-    $this->valueOnLandingPage = $valueOnLandingPage;
5404
+	$this->valueOnLandingPage = $valueOnLandingPage;
5405 5405
   }
5406 5406
   public function getValueOnLandingPage()
5407 5407
   {
5408
-    return $this->valueOnLandingPage;
5408
+	return $this->valueOnLandingPage;
5409 5409
   }
5410 5410
   public function setValueProvided($valueProvided)
5411 5411
   {
5412
-    $this->valueProvided = $valueProvided;
5412
+	$this->valueProvided = $valueProvided;
5413 5413
   }
5414 5414
   public function getValueProvided()
5415 5415
   {
5416
-    return $this->valueProvided;
5416
+	return $this->valueProvided;
5417 5417
   }
5418 5418
 }
5419 5419
 
@@ -5428,27 +5428,27 @@  discard block
 block discarded – undo
5428 5428
 
5429 5429
   public function setApprovalStatus($approvalStatus)
5430 5430
   {
5431
-    $this->approvalStatus = $approvalStatus;
5431
+	$this->approvalStatus = $approvalStatus;
5432 5432
   }
5433 5433
   public function getApprovalStatus()
5434 5434
   {
5435
-    return $this->approvalStatus;
5435
+	return $this->approvalStatus;
5436 5436
   }
5437 5437
   public function setDestination($destination)
5438 5438
   {
5439
-    $this->destination = $destination;
5439
+	$this->destination = $destination;
5440 5440
   }
5441 5441
   public function getDestination()
5442 5442
   {
5443
-    return $this->destination;
5443
+	return $this->destination;
5444 5444
   }
5445 5445
   public function setIntention($intention)
5446 5446
   {
5447
-    $this->intention = $intention;
5447
+	$this->intention = $intention;
5448 5448
   }
5449 5449
   public function getIntention()
5450 5450
   {
5451
-    return $this->intention;
5451
+	return $this->intention;
5452 5452
   }
5453 5453
 }
5454 5454
 
@@ -5466,51 +5466,51 @@  discard block
 block discarded – undo
5466 5466
 
5467 5467
   public function setCountry($country)
5468 5468
   {
5469
-    $this->country = $country;
5469
+	$this->country = $country;
5470 5470
   }
5471 5471
   public function getCountry()
5472 5472
   {
5473
-    return $this->country;
5473
+	return $this->country;
5474 5474
   }
5475 5475
   public function setLocationId($locationId)
5476 5476
   {
5477
-    $this->locationId = $locationId;
5477
+	$this->locationId = $locationId;
5478 5478
   }
5479 5479
   public function getLocationId()
5480 5480
   {
5481
-    return $this->locationId;
5481
+	return $this->locationId;
5482 5482
   }
5483 5483
   public function setPostalCode($postalCode)
5484 5484
   {
5485
-    $this->postalCode = $postalCode;
5485
+	$this->postalCode = $postalCode;
5486 5486
   }
5487 5487
   public function getPostalCode()
5488 5488
   {
5489
-    return $this->postalCode;
5489
+	return $this->postalCode;
5490 5490
   }
5491 5491
   public function setRate($rate)
5492 5492
   {
5493
-    $this->rate = $rate;
5493
+	$this->rate = $rate;
5494 5494
   }
5495 5495
   public function getRate()
5496 5496
   {
5497
-    return $this->rate;
5497
+	return $this->rate;
5498 5498
   }
5499 5499
   public function setRegion($region)
5500 5500
   {
5501
-    $this->region = $region;
5501
+	$this->region = $region;
5502 5502
   }
5503 5503
   public function getRegion()
5504 5504
   {
5505
-    return $this->region;
5505
+	return $this->region;
5506 5506
   }
5507 5507
   public function setTaxShip($taxShip)
5508 5508
   {
5509
-    $this->taxShip = $taxShip;
5509
+	$this->taxShip = $taxShip;
5510 5510
   }
5511 5511
   public function getTaxShip()
5512 5512
   {
5513
-    return $this->taxShip;
5513
+	return $this->taxShip;
5514 5514
   }
5515 5515
 }
5516 5516
 
@@ -5524,19 +5524,19 @@  discard block
 block discarded – undo
5524 5524
 
5525 5525
   public function setUnit($unit)
5526 5526
   {
5527
-    $this->unit = $unit;
5527
+	$this->unit = $unit;
5528 5528
   }
5529 5529
   public function getUnit()
5530 5530
   {
5531
-    return $this->unit;
5531
+	return $this->unit;
5532 5532
   }
5533 5533
   public function setValue($value)
5534 5534
   {
5535
-    $this->value = $value;
5535
+	$this->value = $value;
5536 5536
   }
5537 5537
   public function getValue()
5538 5538
   {
5539
-    return $this->value;
5539
+	return $this->value;
5540 5540
   }
5541 5541
 }
5542 5542
 
@@ -5550,19 +5550,19 @@  discard block
 block discarded – undo
5550 5550
 
5551 5551
   public function setUnit($unit)
5552 5552
   {
5553
-    $this->unit = $unit;
5553
+	$this->unit = $unit;
5554 5554
   }
5555 5555
   public function getUnit()
5556 5556
   {
5557
-    return $this->unit;
5557
+	return $this->unit;
5558 5558
   }
5559 5559
   public function setValue($value)
5560 5560
   {
5561
-    $this->value = $value;
5561
+	$this->value = $value;
5562 5562
   }
5563 5563
   public function getValue()
5564 5564
   {
5565
-    return $this->value;
5565
+	return $this->value;
5566 5566
   }
5567 5567
 }
5568 5568
 
@@ -5577,11 +5577,11 @@  discard block
 block discarded – undo
5577 5577
 
5578 5578
   public function setEntries($entries)
5579 5579
   {
5580
-    $this->entries = $entries;
5580
+	$this->entries = $entries;
5581 5581
   }
5582 5582
   public function getEntries()
5583 5583
   {
5584
-    return $this->entries;
5584
+	return $this->entries;
5585 5585
   }
5586 5586
 }
5587 5587
 
@@ -5599,43 +5599,43 @@  discard block
 block discarded – undo
5599 5599
 
5600 5600
   public function setBatchId($batchId)
5601 5601
   {
5602
-    $this->batchId = $batchId;
5602
+	$this->batchId = $batchId;
5603 5603
   }
5604 5604
   public function getBatchId()
5605 5605
   {
5606
-    return $this->batchId;
5606
+	return $this->batchId;
5607 5607
   }
5608 5608
   public function setMerchantId($merchantId)
5609 5609
   {
5610
-    $this->merchantId = $merchantId;
5610
+	$this->merchantId = $merchantId;
5611 5611
   }
5612 5612
   public function getMerchantId()
5613 5613
   {
5614
-    return $this->merchantId;
5614
+	return $this->merchantId;
5615 5615
   }
5616 5616
   public function setMethod($method)
5617 5617
   {
5618
-    $this->method = $method;
5618
+	$this->method = $method;
5619 5619
   }
5620 5620
   public function getMethod()
5621 5621
   {
5622
-    return $this->method;
5622
+	return $this->method;
5623 5623
   }
5624 5624
   public function setProduct(Google_Service_ShoppingContent_Product $product)
5625 5625
   {
5626
-    $this->product = $product;
5626
+	$this->product = $product;
5627 5627
   }
5628 5628
   public function getProduct()
5629 5629
   {
5630
-    return $this->product;
5630
+	return $this->product;
5631 5631
   }
5632 5632
   public function setProductId($productId)
5633 5633
   {
5634
-    $this->productId = $productId;
5634
+	$this->productId = $productId;
5635 5635
   }
5636 5636
   public function getProductId()
5637 5637
   {
5638
-    return $this->productId;
5638
+	return $this->productId;
5639 5639
   }
5640 5640
 }
5641 5641
 
@@ -5651,19 +5651,19 @@  discard block
 block discarded – undo
5651 5651
 
5652 5652
   public function setEntries($entries)
5653 5653
   {
5654
-    $this->entries = $entries;
5654
+	$this->entries = $entries;
5655 5655
   }
5656 5656
   public function getEntries()
5657 5657
   {
5658
-    return $this->entries;
5658
+	return $this->entries;
5659 5659
   }
5660 5660
   public function setKind($kind)
5661 5661
   {
5662
-    $this->kind = $kind;
5662
+	$this->kind = $kind;
5663 5663
   }
5664 5664
   public function getKind()
5665 5665
   {
5666
-    return $this->kind;
5666
+	return $this->kind;
5667 5667
   }
5668 5668
 }
5669 5669
 
@@ -5681,35 +5681,35 @@  discard block
 block discarded – undo
5681 5681
 
5682 5682
   public function setBatchId($batchId)
5683 5683
   {
5684
-    $this->batchId = $batchId;
5684
+	$this->batchId = $batchId;
5685 5685
   }
5686 5686
   public function getBatchId()
5687 5687
   {
5688
-    return $this->batchId;
5688
+	return $this->batchId;
5689 5689
   }
5690 5690
   public function setErrors(Google_Service_ShoppingContent_Errors $errors)
5691 5691
   {
5692
-    $this->errors = $errors;
5692
+	$this->errors = $errors;
5693 5693
   }
5694 5694
   public function getErrors()
5695 5695
   {
5696
-    return $this->errors;
5696
+	return $this->errors;
5697 5697
   }
5698 5698
   public function setKind($kind)
5699 5699
   {
5700
-    $this->kind = $kind;
5700
+	$this->kind = $kind;
5701 5701
   }
5702 5702
   public function getKind()
5703 5703
   {
5704
-    return $this->kind;
5704
+	return $this->kind;
5705 5705
   }
5706 5706
   public function setProduct(Google_Service_ShoppingContent_Product $product)
5707 5707
   {
5708
-    $this->product = $product;
5708
+	$this->product = $product;
5709 5709
   }
5710 5710
   public function getProduct()
5711 5711
   {
5712
-    return $this->product;
5712
+	return $this->product;
5713 5713
   }
5714 5714
 }
5715 5715
 
@@ -5726,27 +5726,27 @@  discard block
 block discarded – undo
5726 5726
 
5727 5727
   public function setKind($kind)
5728 5728
   {
5729
-    $this->kind = $kind;
5729
+	$this->kind = $kind;
5730 5730
   }
5731 5731
   public function getKind()
5732 5732
   {
5733
-    return $this->kind;
5733
+	return $this->kind;
5734 5734
   }
5735 5735
   public function setNextPageToken($nextPageToken)
5736 5736
   {
5737
-    $this->nextPageToken = $nextPageToken;
5737
+	$this->nextPageToken = $nextPageToken;
5738 5738
   }
5739 5739
   public function getNextPageToken()
5740 5740
   {
5741
-    return $this->nextPageToken;
5741
+	return $this->nextPageToken;
5742 5742
   }
5743 5743
   public function setResources($resources)
5744 5744
   {
5745
-    $this->resources = $resources;
5745
+	$this->resources = $resources;
5746 5746
   }
5747 5747
   public function getResources()
5748 5748
   {
5749
-    return $this->resources;
5749
+	return $this->resources;
5750 5750
   }
5751 5751
 }
5752 5752
 
@@ -5761,11 +5761,11 @@  discard block
 block discarded – undo
5761 5761
 
5762 5762
   public function setEntries($entries)
5763 5763
   {
5764
-    $this->entries = $entries;
5764
+	$this->entries = $entries;
5765 5765
   }
5766 5766
   public function getEntries()
5767 5767
   {
5768
-    return $this->entries;
5768
+	return $this->entries;
5769 5769
   }
5770 5770
 }
5771 5771
 
@@ -5781,35 +5781,35 @@  discard block
 block discarded – undo
5781 5781
 
5782 5782
   public function setBatchId($batchId)
5783 5783
   {
5784
-    $this->batchId = $batchId;
5784
+	$this->batchId = $batchId;
5785 5785
   }
5786 5786
   public function getBatchId()
5787 5787
   {
5788
-    return $this->batchId;
5788
+	return $this->batchId;
5789 5789
   }
5790 5790
   public function setMerchantId($merchantId)
5791 5791
   {
5792
-    $this->merchantId = $merchantId;
5792
+	$this->merchantId = $merchantId;
5793 5793
   }
5794 5794
   public function getMerchantId()
5795 5795
   {
5796
-    return $this->merchantId;
5796
+	return $this->merchantId;
5797 5797
   }
5798 5798
   public function setMethod($method)
5799 5799
   {
5800
-    $this->method = $method;
5800
+	$this->method = $method;
5801 5801
   }
5802 5802
   public function getMethod()
5803 5803
   {
5804
-    return $this->method;
5804
+	return $this->method;
5805 5805
   }
5806 5806
   public function setProductId($productId)
5807 5807
   {
5808
-    $this->productId = $productId;
5808
+	$this->productId = $productId;
5809 5809
   }
5810 5810
   public function getProductId()
5811 5811
   {
5812
-    return $this->productId;
5812
+	return $this->productId;
5813 5813
   }
5814 5814
 }
5815 5815
 
@@ -5825,19 +5825,19 @@  discard block
 block discarded – undo
5825 5825
 
5826 5826
   public function setEntries($entries)
5827 5827
   {
5828
-    $this->entries = $entries;
5828
+	$this->entries = $entries;
5829 5829
   }
5830 5830
   public function getEntries()
5831 5831
   {
5832
-    return $this->entries;
5832
+	return $this->entries;
5833 5833
   }
5834 5834
   public function setKind($kind)
5835 5835
   {
5836
-    $this->kind = $kind;
5836
+	$this->kind = $kind;
5837 5837
   }
5838 5838
   public function getKind()
5839 5839
   {
5840
-    return $this->kind;
5840
+	return $this->kind;
5841 5841
   }
5842 5842
 }
5843 5843
 
@@ -5855,35 +5855,35 @@  discard block
 block discarded – undo
5855 5855
 
5856 5856
   public function setBatchId($batchId)
5857 5857
   {
5858
-    $this->batchId = $batchId;
5858
+	$this->batchId = $batchId;
5859 5859
   }
5860 5860
   public function getBatchId()
5861 5861
   {
5862
-    return $this->batchId;
5862
+	return $this->batchId;
5863 5863
   }
5864 5864
   public function setErrors(Google_Service_ShoppingContent_Errors $errors)
5865 5865
   {
5866
-    $this->errors = $errors;
5866
+	$this->errors = $errors;
5867 5867
   }
5868 5868
   public function getErrors()
5869 5869
   {
5870
-    return $this->errors;
5870
+	return $this->errors;
5871 5871
   }
5872 5872
   public function setKind($kind)
5873 5873
   {
5874
-    $this->kind = $kind;
5874
+	$this->kind = $kind;
5875 5875
   }
5876 5876
   public function getKind()
5877 5877
   {
5878
-    return $this->kind;
5878
+	return $this->kind;
5879 5879
   }
5880 5880
   public function setProductStatus(Google_Service_ShoppingContent_ProductStatus $productStatus)
5881 5881
   {
5882
-    $this->productStatus = $productStatus;
5882
+	$this->productStatus = $productStatus;
5883 5883
   }
5884 5884
   public function getProductStatus()
5885 5885
   {
5886
-    return $this->productStatus;
5886
+	return $this->productStatus;
5887 5887
   }
5888 5888
 }
5889 5889
 
@@ -5900,27 +5900,27 @@  discard block
 block discarded – undo
5900 5900
 
5901 5901
   public function setKind($kind)
5902 5902
   {
5903
-    $this->kind = $kind;
5903
+	$this->kind = $kind;
5904 5904
   }
5905 5905
   public function getKind()
5906 5906
   {
5907
-    return $this->kind;
5907
+	return $this->kind;
5908 5908
   }
5909 5909
   public function setNextPageToken($nextPageToken)
5910 5910
   {
5911
-    $this->nextPageToken = $nextPageToken;
5911
+	$this->nextPageToken = $nextPageToken;
5912 5912
   }
5913 5913
   public function getNextPageToken()
5914 5914
   {
5915
-    return $this->nextPageToken;
5915
+	return $this->nextPageToken;
5916 5916
   }
5917 5917
   public function setResources($resources)
5918 5918
   {
5919
-    $this->resources = $resources;
5919
+	$this->resources = $resources;
5920 5920
   }
5921 5921
   public function getResources()
5922 5922
   {
5923
-    return $this->resources;
5923
+	return $this->resources;
5924 5924
   }
5925 5925
 }
5926 5926
 
@@ -5934,18 +5934,18 @@  discard block
 block discarded – undo
5934 5934
 
5935 5935
   public function setUnit($unit)
5936 5936
   {
5937
-    $this->unit = $unit;
5937
+	$this->unit = $unit;
5938 5938
   }
5939 5939
   public function getUnit()
5940 5940
   {
5941
-    return $this->unit;
5941
+	return $this->unit;
5942 5942
   }
5943 5943
   public function setValue($value)
5944 5944
   {
5945
-    $this->value = $value;
5945
+	$this->value = $value;
5946 5946
   }
5947 5947
   public function getValue()
5948 5948
   {
5949
-    return $this->value;
5949
+	return $this->value;
5950 5950
   }
5951 5951
 }
Please login to merge, or discard this patch.
Spacing   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -69,11 +69,11 @@  discard block
 block discarded – undo
69 69
               'path' => 'accounts/authinfo',
70 70
               'httpMethod' => 'GET',
71 71
               'parameters' => array(),
72
-            ),'custombatch' => array(
72
+            ), 'custombatch' => array(
73 73
               'path' => 'accounts/batch',
74 74
               'httpMethod' => 'POST',
75 75
               'parameters' => array(),
76
-            ),'delete' => array(
76
+            ), 'delete' => array(
77 77
               'path' => '{merchantId}/accounts/{accountId}',
78 78
               'httpMethod' => 'DELETE',
79 79
               'parameters' => array(
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
                   'required' => true,
89 89
                 ),
90 90
               ),
91
-            ),'get' => array(
91
+            ), 'get' => array(
92 92
               'path' => '{merchantId}/accounts/{accountId}',
93 93
               'httpMethod' => 'GET',
94 94
               'parameters' => array(
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
                   'required' => true,
104 104
                 ),
105 105
               ),
106
-            ),'insert' => array(
106
+            ), 'insert' => array(
107 107
               'path' => '{merchantId}/accounts',
108 108
               'httpMethod' => 'POST',
109 109
               'parameters' => array(
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
                   'required' => true,
114 114
                 ),
115 115
               ),
116
-            ),'list' => array(
116
+            ), 'list' => array(
117 117
               'path' => '{merchantId}/accounts',
118 118
               'httpMethod' => 'GET',
119 119
               'parameters' => array(
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
                   'type' => 'integer',
132 132
                 ),
133 133
               ),
134
-            ),'patch' => array(
134
+            ), 'patch' => array(
135 135
               'path' => '{merchantId}/accounts/{accountId}',
136 136
               'httpMethod' => 'PATCH',
137 137
               'parameters' => array(
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
                   'required' => true,
147 147
                 ),
148 148
               ),
149
-            ),'update' => array(
149
+            ), 'update' => array(
150 150
               'path' => '{merchantId}/accounts/{accountId}',
151 151
               'httpMethod' => 'PUT',
152 152
               'parameters' => array(
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
                   'type' => 'boolean',
181 181
                 ),
182 182
               ),
183
-            ),'get' => array(
183
+            ), 'get' => array(
184 184
               'path' => '{merchantId}/accountshipping/{accountId}',
185 185
               'httpMethod' => 'GET',
186 186
               'parameters' => array(
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
                   'required' => true,
196 196
                 ),
197 197
               ),
198
-            ),'list' => array(
198
+            ), 'list' => array(
199 199
               'path' => '{merchantId}/accountshipping',
200 200
               'httpMethod' => 'GET',
201 201
               'parameters' => array(
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
                   'type' => 'integer',
214 214
                 ),
215 215
               ),
216
-            ),'patch' => array(
216
+            ), 'patch' => array(
217 217
               'path' => '{merchantId}/accountshipping/{accountId}',
218 218
               'httpMethod' => 'PATCH',
219 219
               'parameters' => array(
@@ -232,7 +232,7 @@  discard block
 block discarded – undo
232 232
                   'type' => 'boolean',
233 233
                 ),
234 234
               ),
235
-            ),'update' => array(
235
+            ), 'update' => array(
236 236
               'path' => '{merchantId}/accountshipping/{accountId}',
237 237
               'httpMethod' => 'PUT',
238 238
               'parameters' => array(
@@ -265,7 +265,7 @@  discard block
 block discarded – undo
265 265
               'path' => 'accountstatuses/batch',
266 266
               'httpMethod' => 'POST',
267 267
               'parameters' => array(),
268
-            ),'get' => array(
268
+            ), 'get' => array(
269 269
               'path' => '{merchantId}/accountstatuses/{accountId}',
270 270
               'httpMethod' => 'GET',
271 271
               'parameters' => array(
@@ -280,7 +280,7 @@  discard block
 block discarded – undo
280 280
                   'required' => true,
281 281
                 ),
282 282
               ),
283
-            ),'list' => array(
283
+            ), 'list' => array(
284 284
               'path' => '{merchantId}/accountstatuses',
285 285
               'httpMethod' => 'GET',
286 286
               'parameters' => array(
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
                   'type' => 'boolean',
318 318
                 ),
319 319
               ),
320
-            ),'get' => array(
320
+            ), 'get' => array(
321 321
               'path' => '{merchantId}/accounttax/{accountId}',
322 322
               'httpMethod' => 'GET',
323 323
               'parameters' => array(
@@ -332,7 +332,7 @@  discard block
 block discarded – undo
332 332
                   'required' => true,
333 333
                 ),
334 334
               ),
335
-            ),'list' => array(
335
+            ), 'list' => array(
336 336
               'path' => '{merchantId}/accounttax',
337 337
               'httpMethod' => 'GET',
338 338
               'parameters' => array(
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
                   'type' => 'integer',
351 351
                 ),
352 352
               ),
353
-            ),'patch' => array(
353
+            ), 'patch' => array(
354 354
               'path' => '{merchantId}/accounttax/{accountId}',
355 355
               'httpMethod' => 'PATCH',
356 356
               'parameters' => array(
@@ -369,7 +369,7 @@  discard block
 block discarded – undo
369 369
                   'type' => 'boolean',
370 370
                 ),
371 371
               ),
372
-            ),'update' => array(
372
+            ), 'update' => array(
373 373
               'path' => '{merchantId}/accounttax/{accountId}',
374 374
               'httpMethod' => 'PUT',
375 375
               'parameters' => array(
@@ -402,7 +402,7 @@  discard block
 block discarded – undo
402 402
               'path' => 'datafeeds/batch',
403 403
               'httpMethod' => 'POST',
404 404
               'parameters' => array(),
405
-            ),'delete' => array(
405
+            ), 'delete' => array(
406 406
               'path' => '{merchantId}/datafeeds/{datafeedId}',
407 407
               'httpMethod' => 'DELETE',
408 408
               'parameters' => array(
@@ -417,7 +417,7 @@  discard block
 block discarded – undo
417 417
                   'required' => true,
418 418
                 ),
419 419
               ),
420
-            ),'get' => array(
420
+            ), 'get' => array(
421 421
               'path' => '{merchantId}/datafeeds/{datafeedId}',
422 422
               'httpMethod' => 'GET',
423 423
               'parameters' => array(
@@ -432,7 +432,7 @@  discard block
 block discarded – undo
432 432
                   'required' => true,
433 433
                 ),
434 434
               ),
435
-            ),'insert' => array(
435
+            ), 'insert' => array(
436 436
               'path' => '{merchantId}/datafeeds',
437 437
               'httpMethod' => 'POST',
438 438
               'parameters' => array(
@@ -442,7 +442,7 @@  discard block
 block discarded – undo
442 442
                   'required' => true,
443 443
                 ),
444 444
               ),
445
-            ),'list' => array(
445
+            ), 'list' => array(
446 446
               'path' => '{merchantId}/datafeeds',
447 447
               'httpMethod' => 'GET',
448 448
               'parameters' => array(
@@ -460,7 +460,7 @@  discard block
 block discarded – undo
460 460
                   'type' => 'integer',
461 461
                 ),
462 462
               ),
463
-            ),'patch' => array(
463
+            ), 'patch' => array(
464 464
               'path' => '{merchantId}/datafeeds/{datafeedId}',
465 465
               'httpMethod' => 'PATCH',
466 466
               'parameters' => array(
@@ -475,7 +475,7 @@  discard block
 block discarded – undo
475 475
                   'required' => true,
476 476
                 ),
477 477
               ),
478
-            ),'update' => array(
478
+            ), 'update' => array(
479 479
               'path' => '{merchantId}/datafeeds/{datafeedId}',
480 480
               'httpMethod' => 'PUT',
481 481
               'parameters' => array(
@@ -504,7 +504,7 @@  discard block
 block discarded – undo
504 504
               'path' => 'datafeedstatuses/batch',
505 505
               'httpMethod' => 'POST',
506 506
               'parameters' => array(),
507
-            ),'get' => array(
507
+            ), 'get' => array(
508 508
               'path' => '{merchantId}/datafeedstatuses/{datafeedId}',
509 509
               'httpMethod' => 'GET',
510 510
               'parameters' => array(
@@ -519,7 +519,7 @@  discard block
 block discarded – undo
519 519
                   'required' => true,
520 520
                 ),
521 521
               ),
522
-            ),'list' => array(
522
+            ), 'list' => array(
523 523
               'path' => '{merchantId}/datafeedstatuses',
524 524
               'httpMethod' => 'GET',
525 525
               'parameters' => array(
@@ -551,7 +551,7 @@  discard block
 block discarded – undo
551 551
               'path' => 'inventory/batch',
552 552
               'httpMethod' => 'POST',
553 553
               'parameters' => array(),
554
-            ),'set' => array(
554
+            ), 'set' => array(
555 555
               'path' => '{merchantId}/inventory/{storeCode}/products/{productId}',
556 556
               'httpMethod' => 'POST',
557 557
               'parameters' => array(
@@ -590,7 +590,7 @@  discard block
 block discarded – undo
590 590
                   'type' => 'boolean',
591 591
                 ),
592 592
               ),
593
-            ),'delete' => array(
593
+            ), 'delete' => array(
594 594
               'path' => '{merchantId}/products/{productId}',
595 595
               'httpMethod' => 'DELETE',
596 596
               'parameters' => array(
@@ -609,7 +609,7 @@  discard block
 block discarded – undo
609 609
                   'type' => 'boolean',
610 610
                 ),
611 611
               ),
612
-            ),'get' => array(
612
+            ), 'get' => array(
613 613
               'path' => '{merchantId}/products/{productId}',
614 614
               'httpMethod' => 'GET',
615 615
               'parameters' => array(
@@ -624,7 +624,7 @@  discard block
 block discarded – undo
624 624
                   'required' => true,
625 625
                 ),
626 626
               ),
627
-            ),'insert' => array(
627
+            ), 'insert' => array(
628 628
               'path' => '{merchantId}/products',
629 629
               'httpMethod' => 'POST',
630 630
               'parameters' => array(
@@ -638,7 +638,7 @@  discard block
 block discarded – undo
638 638
                   'type' => 'boolean',
639 639
                 ),
640 640
               ),
641
-            ),'list' => array(
641
+            ), 'list' => array(
642 642
               'path' => '{merchantId}/products',
643 643
               'httpMethod' => 'GET',
644 644
               'parameters' => array(
@@ -670,7 +670,7 @@  discard block
 block discarded – undo
670 670
               'path' => 'productstatuses/batch',
671 671
               'httpMethod' => 'POST',
672 672
               'parameters' => array(),
673
-            ),'get' => array(
673
+            ), 'get' => array(
674 674
               'path' => '{merchantId}/productstatuses/{productId}',
675 675
               'httpMethod' => 'GET',
676 676
               'parameters' => array(
@@ -685,7 +685,7 @@  discard block
 block discarded – undo
685 685
                   'required' => true,
686 686
                 ),
687 687
               ),
688
-            ),'list' => array(
688
+            ), 'list' => array(
689 689
               'path' => '{merchantId}/productstatuses',
690 690
               'httpMethod' => 'GET',
691 691
               'parameters' => array(
Please login to merge, or discard this patch.
google-api-php-client/src/Google/Service/SiteVerification.php 3 patches
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
    * Get a verification token for placing on a website or domain.
168 168
    * (webResource.getToken)
169 169
    *
170
-   * @param Google_SiteVerificationWebResourceGettokenRequest $postBody
170
+   * @param Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequest $postBody
171 171
    * @param array $optParams Optional parameters.
172 172
    * @return Google_Service_SiteVerification_SiteVerificationWebResourceGettokenResponse
173 173
    */
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
    *
184 184
    * @param string $verificationMethod The method to use for verifying a site or
185 185
    * domain.
186
-   * @param Google_SiteVerificationWebResourceResource $postBody
186
+   * @param Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody
187 187
    * @param array $optParams Optional parameters.
188 188
    * @return Google_Service_SiteVerification_SiteVerificationWebResourceResource
189 189
    */
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
    * patch semantics. (webResource.patch)
214 214
    *
215 215
    * @param string $id The id of a verified site or domain.
216
-   * @param Google_SiteVerificationWebResourceResource $postBody
216
+   * @param Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody
217 217
    * @param array $optParams Optional parameters.
218 218
    * @return Google_Service_SiteVerification_SiteVerificationWebResourceResource
219 219
    */
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
    * Modify the list of owners for your website or domain. (webResource.update)
229 229
    *
230 230
    * @param string $id The id of a verified site or domain.
231
-   * @param Google_SiteVerificationWebResourceResource $postBody
231
+   * @param Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody
232 232
    * @param array $optParams Optional parameters.
233 233
    * @return Google_Service_SiteVerification_SiteVerificationWebResourceResource
234 234
    */
Please login to merge, or discard this patch.
Indentation   +121 added lines, -121 removed lines patch added patch discarded remove patch
@@ -32,10 +32,10 @@  discard block
 block discarded – undo
32 32
 {
33 33
   /** Manage the list of sites and domains you control. */
34 34
   const SITEVERIFICATION =
35
-      "https://www.googleapis.com/auth/siteverification";
35
+	  "https://www.googleapis.com/auth/siteverification";
36 36
   /** Manage your new site verifications with Google. */
37 37
   const SITEVERIFICATION_VERIFY_ONLY =
38
-      "https://www.googleapis.com/auth/siteverification.verify_only";
38
+	  "https://www.googleapis.com/auth/siteverification.verify_only";
39 39
 
40 40
   public $webResource;
41 41
   
@@ -47,80 +47,80 @@  discard block
 block discarded – undo
47 47
    */
48 48
   public function __construct(Google_Client $client)
49 49
   {
50
-    parent::__construct($client);
51
-    $this->rootUrl = 'https://www.googleapis.com/';
52
-    $this->servicePath = 'siteVerification/v1/';
53
-    $this->version = 'v1';
54
-    $this->serviceName = 'siteVerification';
55
-
56
-    $this->webResource = new Google_Service_SiteVerification_WebResource_Resource(
57
-        $this,
58
-        $this->serviceName,
59
-        'webResource',
60
-        array(
61
-          'methods' => array(
62
-            'delete' => array(
63
-              'path' => 'webResource/{id}',
64
-              'httpMethod' => 'DELETE',
65
-              'parameters' => array(
66
-                'id' => array(
67
-                  'location' => 'path',
68
-                  'type' => 'string',
69
-                  'required' => true,
70
-                ),
71
-              ),
72
-            ),'get' => array(
73
-              'path' => 'webResource/{id}',
74
-              'httpMethod' => 'GET',
75
-              'parameters' => array(
76
-                'id' => array(
77
-                  'location' => 'path',
78
-                  'type' => 'string',
79
-                  'required' => true,
80
-                ),
81
-              ),
82
-            ),'getToken' => array(
83
-              'path' => 'token',
84
-              'httpMethod' => 'POST',
85
-              'parameters' => array(),
86
-            ),'insert' => array(
87
-              'path' => 'webResource',
88
-              'httpMethod' => 'POST',
89
-              'parameters' => array(
90
-                'verificationMethod' => array(
91
-                  'location' => 'query',
92
-                  'type' => 'string',
93
-                  'required' => true,
94
-                ),
95
-              ),
96
-            ),'list' => array(
97
-              'path' => 'webResource',
98
-              'httpMethod' => 'GET',
99
-              'parameters' => array(),
100
-            ),'patch' => array(
101
-              'path' => 'webResource/{id}',
102
-              'httpMethod' => 'PATCH',
103
-              'parameters' => array(
104
-                'id' => array(
105
-                  'location' => 'path',
106
-                  'type' => 'string',
107
-                  'required' => true,
108
-                ),
109
-              ),
110
-            ),'update' => array(
111
-              'path' => 'webResource/{id}',
112
-              'httpMethod' => 'PUT',
113
-              'parameters' => array(
114
-                'id' => array(
115
-                  'location' => 'path',
116
-                  'type' => 'string',
117
-                  'required' => true,
118
-                ),
119
-              ),
120
-            ),
121
-          )
122
-        )
123
-    );
50
+	parent::__construct($client);
51
+	$this->rootUrl = 'https://www.googleapis.com/';
52
+	$this->servicePath = 'siteVerification/v1/';
53
+	$this->version = 'v1';
54
+	$this->serviceName = 'siteVerification';
55
+
56
+	$this->webResource = new Google_Service_SiteVerification_WebResource_Resource(
57
+		$this,
58
+		$this->serviceName,
59
+		'webResource',
60
+		array(
61
+		  'methods' => array(
62
+			'delete' => array(
63
+			  'path' => 'webResource/{id}',
64
+			  'httpMethod' => 'DELETE',
65
+			  'parameters' => array(
66
+				'id' => array(
67
+				  'location' => 'path',
68
+				  'type' => 'string',
69
+				  'required' => true,
70
+				),
71
+			  ),
72
+			),'get' => array(
73
+			  'path' => 'webResource/{id}',
74
+			  'httpMethod' => 'GET',
75
+			  'parameters' => array(
76
+				'id' => array(
77
+				  'location' => 'path',
78
+				  'type' => 'string',
79
+				  'required' => true,
80
+				),
81
+			  ),
82
+			),'getToken' => array(
83
+			  'path' => 'token',
84
+			  'httpMethod' => 'POST',
85
+			  'parameters' => array(),
86
+			),'insert' => array(
87
+			  'path' => 'webResource',
88
+			  'httpMethod' => 'POST',
89
+			  'parameters' => array(
90
+				'verificationMethod' => array(
91
+				  'location' => 'query',
92
+				  'type' => 'string',
93
+				  'required' => true,
94
+				),
95
+			  ),
96
+			),'list' => array(
97
+			  'path' => 'webResource',
98
+			  'httpMethod' => 'GET',
99
+			  'parameters' => array(),
100
+			),'patch' => array(
101
+			  'path' => 'webResource/{id}',
102
+			  'httpMethod' => 'PATCH',
103
+			  'parameters' => array(
104
+				'id' => array(
105
+				  'location' => 'path',
106
+				  'type' => 'string',
107
+				  'required' => true,
108
+				),
109
+			  ),
110
+			),'update' => array(
111
+			  'path' => 'webResource/{id}',
112
+			  'httpMethod' => 'PUT',
113
+			  'parameters' => array(
114
+				'id' => array(
115
+				  'location' => 'path',
116
+				  'type' => 'string',
117
+				  'required' => true,
118
+				),
119
+			  ),
120
+			),
121
+		  )
122
+		)
123
+	);
124 124
   }
125 125
 }
126 126
 
@@ -144,9 +144,9 @@  discard block
 block discarded – undo
144 144
    */
145 145
   public function delete($id, $optParams = array())
146 146
   {
147
-    $params = array('id' => $id);
148
-    $params = array_merge($params, $optParams);
149
-    return $this->call('delete', array($params));
147
+	$params = array('id' => $id);
148
+	$params = array_merge($params, $optParams);
149
+	return $this->call('delete', array($params));
150 150
   }
151 151
 
152 152
   /**
@@ -158,9 +158,9 @@  discard block
 block discarded – undo
158 158
    */
159 159
   public function get($id, $optParams = array())
160 160
   {
161
-    $params = array('id' => $id);
162
-    $params = array_merge($params, $optParams);
163
-    return $this->call('get', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource");
161
+	$params = array('id' => $id);
162
+	$params = array_merge($params, $optParams);
163
+	return $this->call('get', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource");
164 164
   }
165 165
 
166 166
   /**
@@ -173,9 +173,9 @@  discard block
 block discarded – undo
173 173
    */
174 174
   public function getToken(Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequest $postBody, $optParams = array())
175 175
   {
176
-    $params = array('postBody' => $postBody);
177
-    $params = array_merge($params, $optParams);
178
-    return $this->call('getToken', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceGettokenResponse");
176
+	$params = array('postBody' => $postBody);
177
+	$params = array_merge($params, $optParams);
178
+	return $this->call('getToken', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceGettokenResponse");
179 179
   }
180 180
 
181 181
   /**
@@ -189,9 +189,9 @@  discard block
 block discarded – undo
189 189
    */
190 190
   public function insert($verificationMethod, Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody, $optParams = array())
191 191
   {
192
-    $params = array('verificationMethod' => $verificationMethod, 'postBody' => $postBody);
193
-    $params = array_merge($params, $optParams);
194
-    return $this->call('insert', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource");
192
+	$params = array('verificationMethod' => $verificationMethod, 'postBody' => $postBody);
193
+	$params = array_merge($params, $optParams);
194
+	return $this->call('insert', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource");
195 195
   }
196 196
 
197 197
   /**
@@ -203,9 +203,9 @@  discard block
 block discarded – undo
203 203
    */
204 204
   public function listWebResource($optParams = array())
205 205
   {
206
-    $params = array();
207
-    $params = array_merge($params, $optParams);
208
-    return $this->call('list', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceListResponse");
206
+	$params = array();
207
+	$params = array_merge($params, $optParams);
208
+	return $this->call('list', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceListResponse");
209 209
   }
210 210
 
211 211
   /**
@@ -219,9 +219,9 @@  discard block
 block discarded – undo
219 219
    */
220 220
   public function patch($id, Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody, $optParams = array())
221 221
   {
222
-    $params = array('id' => $id, 'postBody' => $postBody);
223
-    $params = array_merge($params, $optParams);
224
-    return $this->call('patch', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource");
222
+	$params = array('id' => $id, 'postBody' => $postBody);
223
+	$params = array_merge($params, $optParams);
224
+	return $this->call('patch', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource");
225 225
   }
226 226
 
227 227
   /**
@@ -234,9 +234,9 @@  discard block
 block discarded – undo
234 234
    */
235 235
   public function update($id, Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody, $optParams = array())
236 236
   {
237
-    $params = array('id' => $id, 'postBody' => $postBody);
238
-    $params = array_merge($params, $optParams);
239
-    return $this->call('update', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource");
237
+	$params = array('id' => $id, 'postBody' => $postBody);
238
+	$params = array_merge($params, $optParams);
239
+	return $this->call('update', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource");
240 240
   }
241 241
 }
242 242
 
@@ -254,19 +254,19 @@  discard block
 block discarded – undo
254 254
 
255 255
   public function setSite(Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequestSite $site)
256 256
   {
257
-    $this->site = $site;
257
+	$this->site = $site;
258 258
   }
259 259
   public function getSite()
260 260
   {
261
-    return $this->site;
261
+	return $this->site;
262 262
   }
263 263
   public function setVerificationMethod($verificationMethod)
264 264
   {
265
-    $this->verificationMethod = $verificationMethod;
265
+	$this->verificationMethod = $verificationMethod;
266 266
   }
267 267
   public function getVerificationMethod()
268 268
   {
269
-    return $this->verificationMethod;
269
+	return $this->verificationMethod;
270 270
   }
271 271
 }
272 272
 
@@ -280,19 +280,19 @@  discard block
 block discarded – undo
280 280
 
281 281
   public function setIdentifier($identifier)
282 282
   {
283
-    $this->identifier = $identifier;
283
+	$this->identifier = $identifier;
284 284
   }
285 285
   public function getIdentifier()
286 286
   {
287
-    return $this->identifier;
287
+	return $this->identifier;
288 288
   }
289 289
   public function setType($type)
290 290
   {
291
-    $this->type = $type;
291
+	$this->type = $type;
292 292
   }
293 293
   public function getType()
294 294
   {
295
-    return $this->type;
295
+	return $this->type;
296 296
   }
297 297
 }
298 298
 
@@ -306,19 +306,19 @@  discard block
 block discarded – undo
306 306
 
307 307
   public function setMethod($method)
308 308
   {
309
-    $this->method = $method;
309
+	$this->method = $method;
310 310
   }
311 311
   public function getMethod()
312 312
   {
313
-    return $this->method;
313
+	return $this->method;
314 314
   }
315 315
   public function setToken($token)
316 316
   {
317
-    $this->token = $token;
317
+	$this->token = $token;
318 318
   }
319 319
   public function getToken()
320 320
   {
321
-    return $this->token;
321
+	return $this->token;
322 322
   }
323 323
 }
324 324
 
@@ -333,11 +333,11 @@  discard block
 block discarded – undo
333 333
 
334 334
   public function setItems($items)
335 335
   {
336
-    $this->items = $items;
336
+	$this->items = $items;
337 337
   }
338 338
   public function getItems()
339 339
   {
340
-    return $this->items;
340
+	return $this->items;
341 341
   }
342 342
 }
343 343
 
@@ -354,27 +354,27 @@  discard block
 block discarded – undo
354 354
 
355 355
   public function setId($id)
356 356
   {
357
-    $this->id = $id;
357
+	$this->id = $id;
358 358
   }
359 359
   public function getId()
360 360
   {
361
-    return $this->id;
361
+	return $this->id;
362 362
   }
363 363
   public function setOwners($owners)
364 364
   {
365
-    $this->owners = $owners;
365
+	$this->owners = $owners;
366 366
   }
367 367
   public function getOwners()
368 368
   {
369
-    return $this->owners;
369
+	return $this->owners;
370 370
   }
371 371
   public function setSite(Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite $site)
372 372
   {
373
-    $this->site = $site;
373
+	$this->site = $site;
374 374
   }
375 375
   public function getSite()
376 376
   {
377
-    return $this->site;
377
+	return $this->site;
378 378
   }
379 379
 }
380 380
 
@@ -388,18 +388,18 @@  discard block
 block discarded – undo
388 388
 
389 389
   public function setIdentifier($identifier)
390 390
   {
391
-    $this->identifier = $identifier;
391
+	$this->identifier = $identifier;
392 392
   }
393 393
   public function getIdentifier()
394 394
   {
395
-    return $this->identifier;
395
+	return $this->identifier;
396 396
   }
397 397
   public function setType($type)
398 398
   {
399
-    $this->type = $type;
399
+	$this->type = $type;
400 400
   }
401 401
   public function getType()
402 402
   {
403
-    return $this->type;
403
+	return $this->type;
404 404
   }
405 405
 }
Please login to merge, or discard this patch.
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
                   'required' => true,
70 70
                 ),
71 71
               ),
72
-            ),'get' => array(
72
+            ), 'get' => array(
73 73
               'path' => 'webResource/{id}',
74 74
               'httpMethod' => 'GET',
75 75
               'parameters' => array(
@@ -79,11 +79,11 @@  discard block
 block discarded – undo
79 79
                   'required' => true,
80 80
                 ),
81 81
               ),
82
-            ),'getToken' => array(
82
+            ), 'getToken' => array(
83 83
               'path' => 'token',
84 84
               'httpMethod' => 'POST',
85 85
               'parameters' => array(),
86
-            ),'insert' => array(
86
+            ), 'insert' => array(
87 87
               'path' => 'webResource',
88 88
               'httpMethod' => 'POST',
89 89
               'parameters' => array(
@@ -93,11 +93,11 @@  discard block
 block discarded – undo
93 93
                   'required' => true,
94 94
                 ),
95 95
               ),
96
-            ),'list' => array(
96
+            ), 'list' => array(
97 97
               'path' => 'webResource',
98 98
               'httpMethod' => 'GET',
99 99
               'parameters' => array(),
100
-            ),'patch' => array(
100
+            ), 'patch' => array(
101 101
               'path' => 'webResource/{id}',
102 102
               'httpMethod' => 'PATCH',
103 103
               'parameters' => array(
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
                   'required' => true,
108 108
                 ),
109 109
               ),
110
-            ),'update' => array(
110
+            ), 'update' => array(
111 111
               'path' => 'webResource/{id}',
112 112
               'httpMethod' => 'PUT',
113 113
               'parameters' => array(
Please login to merge, or discard this patch.
geodirectory-admin/google-api-php-client/src/Google/Service/Spectrum.php 3 patches
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
    * Requests from a fixed-mode device must include owner information so the
103 103
    * device can be registered with the database. (paws.getSpectrum)
104 104
    *
105
-   * @param Google_PawsGetSpectrumRequest $postBody
105
+   * @param Google_Service_Spectrum_PawsGetSpectrumRequest $postBody
106 106
    * @param array $optParams Optional parameters.
107 107
    * @return Google_Service_Spectrum_PawsGetSpectrumResponse
108 108
    */
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
    * The Google Spectrum Database does not support batch requests, so this method
118 118
    * always yields an UNIMPLEMENTED error. (paws.getSpectrumBatch)
119 119
    *
120
-   * @param Google_PawsGetSpectrumBatchRequest $postBody
120
+   * @param Google_Service_Spectrum_PawsGetSpectrumBatchRequest $postBody
121 121
    * @param array $optParams Optional parameters.
122 122
    * @return Google_Service_Spectrum_PawsGetSpectrumBatchResponse
123 123
    */
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
    * Initializes the connection between a white space device and the database.
133 133
    * (paws.init)
134 134
    *
135
-   * @param Google_PawsInitRequest $postBody
135
+   * @param Google_Service_Spectrum_PawsInitRequest $postBody
136 136
    * @param array $optParams Optional parameters.
137 137
    * @return Google_Service_Spectrum_PawsInitResponse
138 138
    */
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
    * notification, so this always yields an UNIMPLEMENTED error.
151 151
    * (paws.notifySpectrumUse)
152 152
    *
153
-   * @param Google_PawsNotifySpectrumUseRequest $postBody
153
+   * @param Google_Service_Spectrum_PawsNotifySpectrumUseRequest $postBody
154 154
    * @param array $optParams Optional parameters.
155 155
    * @return Google_Service_Spectrum_PawsNotifySpectrumUseResponse
156 156
    */
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
    * The Google Spectrum Database implements registration in the getSpectrum
166 166
    * method. As such this always returns an UNIMPLEMENTED error. (paws.register)
167 167
    *
168
-   * @param Google_PawsRegisterRequest $postBody
168
+   * @param Google_Service_Spectrum_PawsRegisterRequest $postBody
169 169
    * @param array $optParams Optional parameters.
170 170
    * @return Google_Service_Spectrum_PawsRegisterResponse
171 171
    */
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
    * The Google Spectrum Database does not support master/slave configurations, so
182 182
    * this always yields an UNIMPLEMENTED error. (paws.verifyDevice)
183 183
    *
184
-   * @param Google_PawsVerifyDeviceRequest $postBody
184
+   * @param Google_Service_Spectrum_PawsVerifyDeviceRequest $postBody
185 185
    * @param array $optParams Optional parameters.
186 186
    * @return Google_Service_Spectrum_PawsVerifyDeviceResponse
187 187
    */
Please login to merge, or discard this patch.
Indentation   +330 added lines, -330 removed lines patch added patch discarded remove patch
@@ -42,46 +42,46 @@  discard block
 block discarded – undo
42 42
    */
43 43
   public function __construct(Google_Client $client)
44 44
   {
45
-    parent::__construct($client);
46
-    $this->rootUrl = 'https://www.googleapis.com/';
47
-    $this->servicePath = 'spectrum/v1explorer/paws/';
48
-    $this->version = 'v1explorer';
49
-    $this->serviceName = 'spectrum';
50
-
51
-    $this->paws = new Google_Service_Spectrum_Paws_Resource(
52
-        $this,
53
-        $this->serviceName,
54
-        'paws',
55
-        array(
56
-          'methods' => array(
57
-            'getSpectrum' => array(
58
-              'path' => 'getSpectrum',
59
-              'httpMethod' => 'POST',
60
-              'parameters' => array(),
61
-            ),'getSpectrumBatch' => array(
62
-              'path' => 'getSpectrumBatch',
63
-              'httpMethod' => 'POST',
64
-              'parameters' => array(),
65
-            ),'init' => array(
66
-              'path' => 'init',
67
-              'httpMethod' => 'POST',
68
-              'parameters' => array(),
69
-            ),'notifySpectrumUse' => array(
70
-              'path' => 'notifySpectrumUse',
71
-              'httpMethod' => 'POST',
72
-              'parameters' => array(),
73
-            ),'register' => array(
74
-              'path' => 'register',
75
-              'httpMethod' => 'POST',
76
-              'parameters' => array(),
77
-            ),'verifyDevice' => array(
78
-              'path' => 'verifyDevice',
79
-              'httpMethod' => 'POST',
80
-              'parameters' => array(),
81
-            ),
82
-          )
83
-        )
84
-    );
45
+	parent::__construct($client);
46
+	$this->rootUrl = 'https://www.googleapis.com/';
47
+	$this->servicePath = 'spectrum/v1explorer/paws/';
48
+	$this->version = 'v1explorer';
49
+	$this->serviceName = 'spectrum';
50
+
51
+	$this->paws = new Google_Service_Spectrum_Paws_Resource(
52
+		$this,
53
+		$this->serviceName,
54
+		'paws',
55
+		array(
56
+		  'methods' => array(
57
+			'getSpectrum' => array(
58
+			  'path' => 'getSpectrum',
59
+			  'httpMethod' => 'POST',
60
+			  'parameters' => array(),
61
+			),'getSpectrumBatch' => array(
62
+			  'path' => 'getSpectrumBatch',
63
+			  'httpMethod' => 'POST',
64
+			  'parameters' => array(),
65
+			),'init' => array(
66
+			  'path' => 'init',
67
+			  'httpMethod' => 'POST',
68
+			  'parameters' => array(),
69
+			),'notifySpectrumUse' => array(
70
+			  'path' => 'notifySpectrumUse',
71
+			  'httpMethod' => 'POST',
72
+			  'parameters' => array(),
73
+			),'register' => array(
74
+			  'path' => 'register',
75
+			  'httpMethod' => 'POST',
76
+			  'parameters' => array(),
77
+			),'verifyDevice' => array(
78
+			  'path' => 'verifyDevice',
79
+			  'httpMethod' => 'POST',
80
+			  'parameters' => array(),
81
+			),
82
+		  )
83
+		)
84
+	);
85 85
   }
86 86
 }
87 87
 
@@ -108,9 +108,9 @@  discard block
 block discarded – undo
108 108
    */
109 109
   public function getSpectrum(Google_Service_Spectrum_PawsGetSpectrumRequest $postBody, $optParams = array())
110 110
   {
111
-    $params = array('postBody' => $postBody);
112
-    $params = array_merge($params, $optParams);
113
-    return $this->call('getSpectrum', array($params), "Google_Service_Spectrum_PawsGetSpectrumResponse");
111
+	$params = array('postBody' => $postBody);
112
+	$params = array_merge($params, $optParams);
113
+	return $this->call('getSpectrum', array($params), "Google_Service_Spectrum_PawsGetSpectrumResponse");
114 114
   }
115 115
 
116 116
   /**
@@ -123,9 +123,9 @@  discard block
 block discarded – undo
123 123
    */
124 124
   public function getSpectrumBatch(Google_Service_Spectrum_PawsGetSpectrumBatchRequest $postBody, $optParams = array())
125 125
   {
126
-    $params = array('postBody' => $postBody);
127
-    $params = array_merge($params, $optParams);
128
-    return $this->call('getSpectrumBatch', array($params), "Google_Service_Spectrum_PawsGetSpectrumBatchResponse");
126
+	$params = array('postBody' => $postBody);
127
+	$params = array_merge($params, $optParams);
128
+	return $this->call('getSpectrumBatch', array($params), "Google_Service_Spectrum_PawsGetSpectrumBatchResponse");
129 129
   }
130 130
 
131 131
   /**
@@ -138,9 +138,9 @@  discard block
 block discarded – undo
138 138
    */
139 139
   public function init(Google_Service_Spectrum_PawsInitRequest $postBody, $optParams = array())
140 140
   {
141
-    $params = array('postBody' => $postBody);
142
-    $params = array_merge($params, $optParams);
143
-    return $this->call('init', array($params), "Google_Service_Spectrum_PawsInitResponse");
141
+	$params = array('postBody' => $postBody);
142
+	$params = array_merge($params, $optParams);
143
+	return $this->call('init', array($params), "Google_Service_Spectrum_PawsInitResponse");
144 144
   }
145 145
 
146 146
   /**
@@ -156,9 +156,9 @@  discard block
 block discarded – undo
156 156
    */
157 157
   public function notifySpectrumUse(Google_Service_Spectrum_PawsNotifySpectrumUseRequest $postBody, $optParams = array())
158 158
   {
159
-    $params = array('postBody' => $postBody);
160
-    $params = array_merge($params, $optParams);
161
-    return $this->call('notifySpectrumUse', array($params), "Google_Service_Spectrum_PawsNotifySpectrumUseResponse");
159
+	$params = array('postBody' => $postBody);
160
+	$params = array_merge($params, $optParams);
161
+	return $this->call('notifySpectrumUse', array($params), "Google_Service_Spectrum_PawsNotifySpectrumUseResponse");
162 162
   }
163 163
 
164 164
   /**
@@ -171,9 +171,9 @@  discard block
 block discarded – undo
171 171
    */
172 172
   public function register(Google_Service_Spectrum_PawsRegisterRequest $postBody, $optParams = array())
173 173
   {
174
-    $params = array('postBody' => $postBody);
175
-    $params = array_merge($params, $optParams);
176
-    return $this->call('register', array($params), "Google_Service_Spectrum_PawsRegisterResponse");
174
+	$params = array('postBody' => $postBody);
175
+	$params = array_merge($params, $optParams);
176
+	return $this->call('register', array($params), "Google_Service_Spectrum_PawsRegisterResponse");
177 177
   }
178 178
 
179 179
   /**
@@ -187,9 +187,9 @@  discard block
 block discarded – undo
187 187
    */
188 188
   public function verifyDevice(Google_Service_Spectrum_PawsVerifyDeviceRequest $postBody, $optParams = array())
189 189
   {
190
-    $params = array('postBody' => $postBody);
191
-    $params = array_merge($params, $optParams);
192
-    return $this->call('verifyDevice', array($params), "Google_Service_Spectrum_PawsVerifyDeviceResponse");
190
+	$params = array('postBody' => $postBody);
191
+	$params = array_merge($params, $optParams);
192
+	return $this->call('verifyDevice', array($params), "Google_Service_Spectrum_PawsVerifyDeviceResponse");
193 193
   }
194 194
 }
195 195
 
@@ -207,27 +207,27 @@  discard block
 block discarded – undo
207 207
 
208 208
   public function setHeight($height)
209 209
   {
210
-    $this->height = $height;
210
+	$this->height = $height;
211 211
   }
212 212
   public function getHeight()
213 213
   {
214
-    return $this->height;
214
+	return $this->height;
215 215
   }
216 216
   public function setHeightType($heightType)
217 217
   {
218
-    $this->heightType = $heightType;
218
+	$this->heightType = $heightType;
219 219
   }
220 220
   public function getHeightType()
221 221
   {
222
-    return $this->heightType;
222
+	return $this->heightType;
223 223
   }
224 224
   public function setHeightUncertainty($heightUncertainty)
225 225
   {
226
-    $this->heightUncertainty = $heightUncertainty;
226
+	$this->heightUncertainty = $heightUncertainty;
227 227
   }
228 228
   public function getHeightUncertainty()
229 229
   {
230
-    return $this->heightUncertainty;
230
+	return $this->heightUncertainty;
231 231
   }
232 232
 }
233 233
 
@@ -241,19 +241,19 @@  discard block
 block discarded – undo
241 241
 
242 242
   public function setName($name)
243 243
   {
244
-    $this->name = $name;
244
+	$this->name = $name;
245 245
   }
246 246
   public function getName()
247 247
   {
248
-    return $this->name;
248
+	return $this->name;
249 249
   }
250 250
   public function setUri($uri)
251 251
   {
252
-    $this->uri = $uri;
252
+	$this->uri = $uri;
253 253
   }
254 254
   public function getUri()
255 255
   {
256
-    return $this->uri;
256
+	return $this->uri;
257 257
   }
258 258
 }
259 259
 
@@ -268,11 +268,11 @@  discard block
 block discarded – undo
268 268
 
269 269
   public function setDatabases($databases)
270 270
   {
271
-    $this->databases = $databases;
271
+	$this->databases = $databases;
272 272
   }
273 273
   public function getDatabases()
274 274
   {
275
-    return $this->databases;
275
+	return $this->databases;
276 276
   }
277 277
 }
278 278
 
@@ -287,11 +287,11 @@  discard block
 block discarded – undo
287 287
 
288 288
   public function setFrequencyRanges($frequencyRanges)
289 289
   {
290
-    $this->frequencyRanges = $frequencyRanges;
290
+	$this->frequencyRanges = $frequencyRanges;
291 291
   }
292 292
   public function getFrequencyRanges()
293 293
   {
294
-    return $this->frequencyRanges;
294
+	return $this->frequencyRanges;
295 295
   }
296 296
 }
297 297
 
@@ -314,83 +314,83 @@  discard block
 block discarded – undo
314 314
 
315 315
   public function setEtsiEnDeviceCategory($etsiEnDeviceCategory)
316 316
   {
317
-    $this->etsiEnDeviceCategory = $etsiEnDeviceCategory;
317
+	$this->etsiEnDeviceCategory = $etsiEnDeviceCategory;
318 318
   }
319 319
   public function getEtsiEnDeviceCategory()
320 320
   {
321
-    return $this->etsiEnDeviceCategory;
321
+	return $this->etsiEnDeviceCategory;
322 322
   }
323 323
   public function setEtsiEnDeviceEmissionsClass($etsiEnDeviceEmissionsClass)
324 324
   {
325
-    $this->etsiEnDeviceEmissionsClass = $etsiEnDeviceEmissionsClass;
325
+	$this->etsiEnDeviceEmissionsClass = $etsiEnDeviceEmissionsClass;
326 326
   }
327 327
   public function getEtsiEnDeviceEmissionsClass()
328 328
   {
329
-    return $this->etsiEnDeviceEmissionsClass;
329
+	return $this->etsiEnDeviceEmissionsClass;
330 330
   }
331 331
   public function setEtsiEnDeviceType($etsiEnDeviceType)
332 332
   {
333
-    $this->etsiEnDeviceType = $etsiEnDeviceType;
333
+	$this->etsiEnDeviceType = $etsiEnDeviceType;
334 334
   }
335 335
   public function getEtsiEnDeviceType()
336 336
   {
337
-    return $this->etsiEnDeviceType;
337
+	return $this->etsiEnDeviceType;
338 338
   }
339 339
   public function setEtsiEnTechnologyId($etsiEnTechnologyId)
340 340
   {
341
-    $this->etsiEnTechnologyId = $etsiEnTechnologyId;
341
+	$this->etsiEnTechnologyId = $etsiEnTechnologyId;
342 342
   }
343 343
   public function getEtsiEnTechnologyId()
344 344
   {
345
-    return $this->etsiEnTechnologyId;
345
+	return $this->etsiEnTechnologyId;
346 346
   }
347 347
   public function setFccId($fccId)
348 348
   {
349
-    $this->fccId = $fccId;
349
+	$this->fccId = $fccId;
350 350
   }
351 351
   public function getFccId()
352 352
   {
353
-    return $this->fccId;
353
+	return $this->fccId;
354 354
   }
355 355
   public function setFccTvbdDeviceType($fccTvbdDeviceType)
356 356
   {
357
-    $this->fccTvbdDeviceType = $fccTvbdDeviceType;
357
+	$this->fccTvbdDeviceType = $fccTvbdDeviceType;
358 358
   }
359 359
   public function getFccTvbdDeviceType()
360 360
   {
361
-    return $this->fccTvbdDeviceType;
361
+	return $this->fccTvbdDeviceType;
362 362
   }
363 363
   public function setManufacturerId($manufacturerId)
364 364
   {
365
-    $this->manufacturerId = $manufacturerId;
365
+	$this->manufacturerId = $manufacturerId;
366 366
   }
367 367
   public function getManufacturerId()
368 368
   {
369
-    return $this->manufacturerId;
369
+	return $this->manufacturerId;
370 370
   }
371 371
   public function setModelId($modelId)
372 372
   {
373
-    $this->modelId = $modelId;
373
+	$this->modelId = $modelId;
374 374
   }
375 375
   public function getModelId()
376 376
   {
377
-    return $this->modelId;
377
+	return $this->modelId;
378 378
   }
379 379
   public function setRulesetIds($rulesetIds)
380 380
   {
381
-    $this->rulesetIds = $rulesetIds;
381
+	$this->rulesetIds = $rulesetIds;
382 382
   }
383 383
   public function getRulesetIds()
384 384
   {
385
-    return $this->rulesetIds;
385
+	return $this->rulesetIds;
386 386
   }
387 387
   public function setSerialNumber($serialNumber)
388 388
   {
389
-    $this->serialNumber = $serialNumber;
389
+	$this->serialNumber = $serialNumber;
390 390
   }
391 391
   public function getSerialNumber()
392 392
   {
393
-    return $this->serialNumber;
393
+	return $this->serialNumber;
394 394
   }
395 395
 }
396 396
 
@@ -406,19 +406,19 @@  discard block
 block discarded – undo
406 406
 
407 407
   public function setOperator(Google_Service_Spectrum_Vcard $operator)
408 408
   {
409
-    $this->operator = $operator;
409
+	$this->operator = $operator;
410 410
   }
411 411
   public function getOperator()
412 412
   {
413
-    return $this->operator;
413
+	return $this->operator;
414 414
   }
415 415
   public function setOwner(Google_Service_Spectrum_Vcard $owner)
416 416
   {
417
-    $this->owner = $owner;
417
+	$this->owner = $owner;
418 418
   }
419 419
   public function getOwner()
420 420
   {
421
-    return $this->owner;
421
+	return $this->owner;
422 422
   }
423 423
 }
424 424
 
@@ -434,27 +434,27 @@  discard block
 block discarded – undo
434 434
 
435 435
   public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
436 436
   {
437
-    $this->deviceDesc = $deviceDesc;
437
+	$this->deviceDesc = $deviceDesc;
438 438
   }
439 439
   public function getDeviceDesc()
440 440
   {
441
-    return $this->deviceDesc;
441
+	return $this->deviceDesc;
442 442
   }
443 443
   public function setIsValid($isValid)
444 444
   {
445
-    $this->isValid = $isValid;
445
+	$this->isValid = $isValid;
446 446
   }
447 447
   public function getIsValid()
448 448
   {
449
-    return $this->isValid;
449
+	return $this->isValid;
450 450
   }
451 451
   public function setReason($reason)
452 452
   {
453
-    $this->reason = $reason;
453
+	$this->reason = $reason;
454 454
   }
455 455
   public function getReason()
456 456
   {
457
-    return $this->reason;
457
+	return $this->reason;
458 458
   }
459 459
 }
460 460
 
@@ -468,19 +468,19 @@  discard block
 block discarded – undo
468 468
 
469 469
   public function setStartTime($startTime)
470 470
   {
471
-    $this->startTime = $startTime;
471
+	$this->startTime = $startTime;
472 472
   }
473 473
   public function getStartTime()
474 474
   {
475
-    return $this->startTime;
475
+	return $this->startTime;
476 476
   }
477 477
   public function setStopTime($stopTime)
478 478
   {
479
-    $this->stopTime = $stopTime;
479
+	$this->stopTime = $stopTime;
480 480
   }
481 481
   public function getStopTime()
482 482
   {
483
-    return $this->stopTime;
483
+	return $this->stopTime;
484 484
   }
485 485
 }
486 486
 
@@ -496,35 +496,35 @@  discard block
 block discarded – undo
496 496
 
497 497
   public function setChannelId($channelId)
498 498
   {
499
-    $this->channelId = $channelId;
499
+	$this->channelId = $channelId;
500 500
   }
501 501
   public function getChannelId()
502 502
   {
503
-    return $this->channelId;
503
+	return $this->channelId;
504 504
   }
505 505
   public function setMaxPowerDBm($maxPowerDBm)
506 506
   {
507
-    $this->maxPowerDBm = $maxPowerDBm;
507
+	$this->maxPowerDBm = $maxPowerDBm;
508 508
   }
509 509
   public function getMaxPowerDBm()
510 510
   {
511
-    return $this->maxPowerDBm;
511
+	return $this->maxPowerDBm;
512 512
   }
513 513
   public function setStartHz($startHz)
514 514
   {
515
-    $this->startHz = $startHz;
515
+	$this->startHz = $startHz;
516 516
   }
517 517
   public function getStartHz()
518 518
   {
519
-    return $this->startHz;
519
+	return $this->startHz;
520 520
   }
521 521
   public function setStopHz($stopHz)
522 522
   {
523
-    $this->stopHz = $stopHz;
523
+	$this->stopHz = $stopHz;
524 524
   }
525 525
   public function getStopHz()
526 526
   {
527
-    return $this->stopHz;
527
+	return $this->stopHz;
528 528
   }
529 529
 }
530 530
 
@@ -541,27 +541,27 @@  discard block
 block discarded – undo
541 541
 
542 542
   public function setConfidence($confidence)
543 543
   {
544
-    $this->confidence = $confidence;
544
+	$this->confidence = $confidence;
545 545
   }
546 546
   public function getConfidence()
547 547
   {
548
-    return $this->confidence;
548
+	return $this->confidence;
549 549
   }
550 550
   public function setPoint(Google_Service_Spectrum_GeoLocationEllipse $point)
551 551
   {
552
-    $this->point = $point;
552
+	$this->point = $point;
553 553
   }
554 554
   public function getPoint()
555 555
   {
556
-    return $this->point;
556
+	return $this->point;
557 557
   }
558 558
   public function setRegion(Google_Service_Spectrum_GeoLocationPolygon $region)
559 559
   {
560
-    $this->region = $region;
560
+	$this->region = $region;
561 561
   }
562 562
   public function getRegion()
563 563
   {
564
-    return $this->region;
564
+	return $this->region;
565 565
   }
566 566
 }
567 567
 
@@ -578,35 +578,35 @@  discard block
 block discarded – undo
578 578
 
579 579
   public function setCenter(Google_Service_Spectrum_GeoLocationPoint $center)
580 580
   {
581
-    $this->center = $center;
581
+	$this->center = $center;
582 582
   }
583 583
   public function getCenter()
584 584
   {
585
-    return $this->center;
585
+	return $this->center;
586 586
   }
587 587
   public function setOrientation($orientation)
588 588
   {
589
-    $this->orientation = $orientation;
589
+	$this->orientation = $orientation;
590 590
   }
591 591
   public function getOrientation()
592 592
   {
593
-    return $this->orientation;
593
+	return $this->orientation;
594 594
   }
595 595
   public function setSemiMajorAxis($semiMajorAxis)
596 596
   {
597
-    $this->semiMajorAxis = $semiMajorAxis;
597
+	$this->semiMajorAxis = $semiMajorAxis;
598 598
   }
599 599
   public function getSemiMajorAxis()
600 600
   {
601
-    return $this->semiMajorAxis;
601
+	return $this->semiMajorAxis;
602 602
   }
603 603
   public function setSemiMinorAxis($semiMinorAxis)
604 604
   {
605
-    $this->semiMinorAxis = $semiMinorAxis;
605
+	$this->semiMinorAxis = $semiMinorAxis;
606 606
   }
607 607
   public function getSemiMinorAxis()
608 608
   {
609
-    return $this->semiMinorAxis;
609
+	return $this->semiMinorAxis;
610 610
   }
611 611
 }
612 612
 
@@ -620,19 +620,19 @@  discard block
 block discarded – undo
620 620
 
621 621
   public function setLatitude($latitude)
622 622
   {
623
-    $this->latitude = $latitude;
623
+	$this->latitude = $latitude;
624 624
   }
625 625
   public function getLatitude()
626 626
   {
627
-    return $this->latitude;
627
+	return $this->latitude;
628 628
   }
629 629
   public function setLongitude($longitude)
630 630
   {
631
-    $this->longitude = $longitude;
631
+	$this->longitude = $longitude;
632 632
   }
633 633
   public function getLongitude()
634 634
   {
635
-    return $this->longitude;
635
+	return $this->longitude;
636 636
   }
637 637
 }
638 638
 
@@ -647,11 +647,11 @@  discard block
 block discarded – undo
647 647
 
648 648
   public function setExterior($exterior)
649 649
   {
650
-    $this->exterior = $exterior;
650
+	$this->exterior = $exterior;
651 651
   }
652 652
   public function getExterior()
653 653
   {
654
-    return $this->exterior;
654
+	return $this->exterior;
655 655
   }
656 656
 }
657 657
 
@@ -668,19 +668,19 @@  discard block
 block discarded – undo
668 668
 
669 669
   public function setLocation(Google_Service_Spectrum_GeoLocation $location)
670 670
   {
671
-    $this->location = $location;
671
+	$this->location = $location;
672 672
   }
673 673
   public function getLocation()
674 674
   {
675
-    return $this->location;
675
+	return $this->location;
676 676
   }
677 677
   public function setSpectrumSchedules($spectrumSchedules)
678 678
   {
679
-    $this->spectrumSchedules = $spectrumSchedules;
679
+	$this->spectrumSchedules = $spectrumSchedules;
680 680
   }
681 681
   public function getSpectrumSchedules()
682 682
   {
683
-    return $this->spectrumSchedules;
683
+	return $this->spectrumSchedules;
684 684
   }
685 685
 }
686 686
 
@@ -708,75 +708,75 @@  discard block
 block discarded – undo
708 708
 
709 709
   public function setAntenna(Google_Service_Spectrum_AntennaCharacteristics $antenna)
710 710
   {
711
-    $this->antenna = $antenna;
711
+	$this->antenna = $antenna;
712 712
   }
713 713
   public function getAntenna()
714 714
   {
715
-    return $this->antenna;
715
+	return $this->antenna;
716 716
   }
717 717
   public function setCapabilities(Google_Service_Spectrum_DeviceCapabilities $capabilities)
718 718
   {
719
-    $this->capabilities = $capabilities;
719
+	$this->capabilities = $capabilities;
720 720
   }
721 721
   public function getCapabilities()
722 722
   {
723
-    return $this->capabilities;
723
+	return $this->capabilities;
724 724
   }
725 725
   public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
726 726
   {
727
-    $this->deviceDesc = $deviceDesc;
727
+	$this->deviceDesc = $deviceDesc;
728 728
   }
729 729
   public function getDeviceDesc()
730 730
   {
731
-    return $this->deviceDesc;
731
+	return $this->deviceDesc;
732 732
   }
733 733
   public function setLocations($locations)
734 734
   {
735
-    $this->locations = $locations;
735
+	$this->locations = $locations;
736 736
   }
737 737
   public function getLocations()
738 738
   {
739
-    return $this->locations;
739
+	return $this->locations;
740 740
   }
741 741
   public function setMasterDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $masterDeviceDesc)
742 742
   {
743
-    $this->masterDeviceDesc = $masterDeviceDesc;
743
+	$this->masterDeviceDesc = $masterDeviceDesc;
744 744
   }
745 745
   public function getMasterDeviceDesc()
746 746
   {
747
-    return $this->masterDeviceDesc;
747
+	return $this->masterDeviceDesc;
748 748
   }
749 749
   public function setOwner(Google_Service_Spectrum_DeviceOwner $owner)
750 750
   {
751
-    $this->owner = $owner;
751
+	$this->owner = $owner;
752 752
   }
753 753
   public function getOwner()
754 754
   {
755
-    return $this->owner;
755
+	return $this->owner;
756 756
   }
757 757
   public function setRequestType($requestType)
758 758
   {
759
-    $this->requestType = $requestType;
759
+	$this->requestType = $requestType;
760 760
   }
761 761
   public function getRequestType()
762 762
   {
763
-    return $this->requestType;
763
+	return $this->requestType;
764 764
   }
765 765
   public function setType($type)
766 766
   {
767
-    $this->type = $type;
767
+	$this->type = $type;
768 768
   }
769 769
   public function getType()
770 770
   {
771
-    return $this->type;
771
+	return $this->type;
772 772
   }
773 773
   public function setVersion($version)
774 774
   {
775
-    $this->version = $version;
775
+	$this->version = $version;
776 776
   }
777 777
   public function getVersion()
778 778
   {
779
-    return $this->version;
779
+	return $this->version;
780 780
   }
781 781
 }
782 782
 
@@ -804,91 +804,91 @@  discard block
 block discarded – undo
804 804
 
805 805
   public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange)
806 806
   {
807
-    $this->databaseChange = $databaseChange;
807
+	$this->databaseChange = $databaseChange;
808 808
   }
809 809
   public function getDatabaseChange()
810 810
   {
811
-    return $this->databaseChange;
811
+	return $this->databaseChange;
812 812
   }
813 813
   public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
814 814
   {
815
-    $this->deviceDesc = $deviceDesc;
815
+	$this->deviceDesc = $deviceDesc;
816 816
   }
817 817
   public function getDeviceDesc()
818 818
   {
819
-    return $this->deviceDesc;
819
+	return $this->deviceDesc;
820 820
   }
821 821
   public function setGeoSpectrumSchedules($geoSpectrumSchedules)
822 822
   {
823
-    $this->geoSpectrumSchedules = $geoSpectrumSchedules;
823
+	$this->geoSpectrumSchedules = $geoSpectrumSchedules;
824 824
   }
825 825
   public function getGeoSpectrumSchedules()
826 826
   {
827
-    return $this->geoSpectrumSchedules;
827
+	return $this->geoSpectrumSchedules;
828 828
   }
829 829
   public function setKind($kind)
830 830
   {
831
-    $this->kind = $kind;
831
+	$this->kind = $kind;
832 832
   }
833 833
   public function getKind()
834 834
   {
835
-    return $this->kind;
835
+	return $this->kind;
836 836
   }
837 837
   public function setMaxContiguousBwHz($maxContiguousBwHz)
838 838
   {
839
-    $this->maxContiguousBwHz = $maxContiguousBwHz;
839
+	$this->maxContiguousBwHz = $maxContiguousBwHz;
840 840
   }
841 841
   public function getMaxContiguousBwHz()
842 842
   {
843
-    return $this->maxContiguousBwHz;
843
+	return $this->maxContiguousBwHz;
844 844
   }
845 845
   public function setMaxTotalBwHz($maxTotalBwHz)
846 846
   {
847
-    $this->maxTotalBwHz = $maxTotalBwHz;
847
+	$this->maxTotalBwHz = $maxTotalBwHz;
848 848
   }
849 849
   public function getMaxTotalBwHz()
850 850
   {
851
-    return $this->maxTotalBwHz;
851
+	return $this->maxTotalBwHz;
852 852
   }
853 853
   public function setNeedsSpectrumReport($needsSpectrumReport)
854 854
   {
855
-    $this->needsSpectrumReport = $needsSpectrumReport;
855
+	$this->needsSpectrumReport = $needsSpectrumReport;
856 856
   }
857 857
   public function getNeedsSpectrumReport()
858 858
   {
859
-    return $this->needsSpectrumReport;
859
+	return $this->needsSpectrumReport;
860 860
   }
861 861
   public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo)
862 862
   {
863
-    $this->rulesetInfo = $rulesetInfo;
863
+	$this->rulesetInfo = $rulesetInfo;
864 864
   }
865 865
   public function getRulesetInfo()
866 866
   {
867
-    return $this->rulesetInfo;
867
+	return $this->rulesetInfo;
868 868
   }
869 869
   public function setTimestamp($timestamp)
870 870
   {
871
-    $this->timestamp = $timestamp;
871
+	$this->timestamp = $timestamp;
872 872
   }
873 873
   public function getTimestamp()
874 874
   {
875
-    return $this->timestamp;
875
+	return $this->timestamp;
876 876
   }
877 877
   public function setType($type)
878 878
   {
879
-    $this->type = $type;
879
+	$this->type = $type;
880 880
   }
881 881
   public function getType()
882 882
   {
883
-    return $this->type;
883
+	return $this->type;
884 884
   }
885 885
   public function setVersion($version)
886 886
   {
887
-    $this->version = $version;
887
+	$this->version = $version;
888 888
   }
889 889
   public function getVersion()
890 890
   {
891
-    return $this->version;
891
+	return $this->version;
892 892
   }
893 893
 }
894 894
 
@@ -915,75 +915,75 @@  discard block
 block discarded – undo
915 915
 
916 916
   public function setAntenna(Google_Service_Spectrum_AntennaCharacteristics $antenna)
917 917
   {
918
-    $this->antenna = $antenna;
918
+	$this->antenna = $antenna;
919 919
   }
920 920
   public function getAntenna()
921 921
   {
922
-    return $this->antenna;
922
+	return $this->antenna;
923 923
   }
924 924
   public function setCapabilities(Google_Service_Spectrum_DeviceCapabilities $capabilities)
925 925
   {
926
-    $this->capabilities = $capabilities;
926
+	$this->capabilities = $capabilities;
927 927
   }
928 928
   public function getCapabilities()
929 929
   {
930
-    return $this->capabilities;
930
+	return $this->capabilities;
931 931
   }
932 932
   public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
933 933
   {
934
-    $this->deviceDesc = $deviceDesc;
934
+	$this->deviceDesc = $deviceDesc;
935 935
   }
936 936
   public function getDeviceDesc()
937 937
   {
938
-    return $this->deviceDesc;
938
+	return $this->deviceDesc;
939 939
   }
940 940
   public function setLocation(Google_Service_Spectrum_GeoLocation $location)
941 941
   {
942
-    $this->location = $location;
942
+	$this->location = $location;
943 943
   }
944 944
   public function getLocation()
945 945
   {
946
-    return $this->location;
946
+	return $this->location;
947 947
   }
948 948
   public function setMasterDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $masterDeviceDesc)
949 949
   {
950
-    $this->masterDeviceDesc = $masterDeviceDesc;
950
+	$this->masterDeviceDesc = $masterDeviceDesc;
951 951
   }
952 952
   public function getMasterDeviceDesc()
953 953
   {
954
-    return $this->masterDeviceDesc;
954
+	return $this->masterDeviceDesc;
955 955
   }
956 956
   public function setOwner(Google_Service_Spectrum_DeviceOwner $owner)
957 957
   {
958
-    $this->owner = $owner;
958
+	$this->owner = $owner;
959 959
   }
960 960
   public function getOwner()
961 961
   {
962
-    return $this->owner;
962
+	return $this->owner;
963 963
   }
964 964
   public function setRequestType($requestType)
965 965
   {
966
-    $this->requestType = $requestType;
966
+	$this->requestType = $requestType;
967 967
   }
968 968
   public function getRequestType()
969 969
   {
970
-    return $this->requestType;
970
+	return $this->requestType;
971 971
   }
972 972
   public function setType($type)
973 973
   {
974
-    $this->type = $type;
974
+	$this->type = $type;
975 975
   }
976 976
   public function getType()
977 977
   {
978
-    return $this->type;
978
+	return $this->type;
979 979
   }
980 980
   public function setVersion($version)
981 981
   {
982
-    $this->version = $version;
982
+	$this->version = $version;
983 983
   }
984 984
   public function getVersion()
985 985
   {
986
-    return $this->version;
986
+	return $this->version;
987 987
   }
988 988
 }
989 989
 
@@ -1011,91 +1011,91 @@  discard block
 block discarded – undo
1011 1011
 
1012 1012
   public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange)
1013 1013
   {
1014
-    $this->databaseChange = $databaseChange;
1014
+	$this->databaseChange = $databaseChange;
1015 1015
   }
1016 1016
   public function getDatabaseChange()
1017 1017
   {
1018
-    return $this->databaseChange;
1018
+	return $this->databaseChange;
1019 1019
   }
1020 1020
   public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
1021 1021
   {
1022
-    $this->deviceDesc = $deviceDesc;
1022
+	$this->deviceDesc = $deviceDesc;
1023 1023
   }
1024 1024
   public function getDeviceDesc()
1025 1025
   {
1026
-    return $this->deviceDesc;
1026
+	return $this->deviceDesc;
1027 1027
   }
1028 1028
   public function setKind($kind)
1029 1029
   {
1030
-    $this->kind = $kind;
1030
+	$this->kind = $kind;
1031 1031
   }
1032 1032
   public function getKind()
1033 1033
   {
1034
-    return $this->kind;
1034
+	return $this->kind;
1035 1035
   }
1036 1036
   public function setMaxContiguousBwHz($maxContiguousBwHz)
1037 1037
   {
1038
-    $this->maxContiguousBwHz = $maxContiguousBwHz;
1038
+	$this->maxContiguousBwHz = $maxContiguousBwHz;
1039 1039
   }
1040 1040
   public function getMaxContiguousBwHz()
1041 1041
   {
1042
-    return $this->maxContiguousBwHz;
1042
+	return $this->maxContiguousBwHz;
1043 1043
   }
1044 1044
   public function setMaxTotalBwHz($maxTotalBwHz)
1045 1045
   {
1046
-    $this->maxTotalBwHz = $maxTotalBwHz;
1046
+	$this->maxTotalBwHz = $maxTotalBwHz;
1047 1047
   }
1048 1048
   public function getMaxTotalBwHz()
1049 1049
   {
1050
-    return $this->maxTotalBwHz;
1050
+	return $this->maxTotalBwHz;
1051 1051
   }
1052 1052
   public function setNeedsSpectrumReport($needsSpectrumReport)
1053 1053
   {
1054
-    $this->needsSpectrumReport = $needsSpectrumReport;
1054
+	$this->needsSpectrumReport = $needsSpectrumReport;
1055 1055
   }
1056 1056
   public function getNeedsSpectrumReport()
1057 1057
   {
1058
-    return $this->needsSpectrumReport;
1058
+	return $this->needsSpectrumReport;
1059 1059
   }
1060 1060
   public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo)
1061 1061
   {
1062
-    $this->rulesetInfo = $rulesetInfo;
1062
+	$this->rulesetInfo = $rulesetInfo;
1063 1063
   }
1064 1064
   public function getRulesetInfo()
1065 1065
   {
1066
-    return $this->rulesetInfo;
1066
+	return $this->rulesetInfo;
1067 1067
   }
1068 1068
   public function setSpectrumSchedules($spectrumSchedules)
1069 1069
   {
1070
-    $this->spectrumSchedules = $spectrumSchedules;
1070
+	$this->spectrumSchedules = $spectrumSchedules;
1071 1071
   }
1072 1072
   public function getSpectrumSchedules()
1073 1073
   {
1074
-    return $this->spectrumSchedules;
1074
+	return $this->spectrumSchedules;
1075 1075
   }
1076 1076
   public function setTimestamp($timestamp)
1077 1077
   {
1078
-    $this->timestamp = $timestamp;
1078
+	$this->timestamp = $timestamp;
1079 1079
   }
1080 1080
   public function getTimestamp()
1081 1081
   {
1082
-    return $this->timestamp;
1082
+	return $this->timestamp;
1083 1083
   }
1084 1084
   public function setType($type)
1085 1085
   {
1086
-    $this->type = $type;
1086
+	$this->type = $type;
1087 1087
   }
1088 1088
   public function getType()
1089 1089
   {
1090
-    return $this->type;
1090
+	return $this->type;
1091 1091
   }
1092 1092
   public function setVersion($version)
1093 1093
   {
1094
-    $this->version = $version;
1094
+	$this->version = $version;
1095 1095
   }
1096 1096
   public function getVersion()
1097 1097
   {
1098
-    return $this->version;
1098
+	return $this->version;
1099 1099
   }
1100 1100
 }
1101 1101
 
@@ -1113,35 +1113,35 @@  discard block
 block discarded – undo
1113 1113
 
1114 1114
   public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
1115 1115
   {
1116
-    $this->deviceDesc = $deviceDesc;
1116
+	$this->deviceDesc = $deviceDesc;
1117 1117
   }
1118 1118
   public function getDeviceDesc()
1119 1119
   {
1120
-    return $this->deviceDesc;
1120
+	return $this->deviceDesc;
1121 1121
   }
1122 1122
   public function setLocation(Google_Service_Spectrum_GeoLocation $location)
1123 1123
   {
1124
-    $this->location = $location;
1124
+	$this->location = $location;
1125 1125
   }
1126 1126
   public function getLocation()
1127 1127
   {
1128
-    return $this->location;
1128
+	return $this->location;
1129 1129
   }
1130 1130
   public function setType($type)
1131 1131
   {
1132
-    $this->type = $type;
1132
+	$this->type = $type;
1133 1133
   }
1134 1134
   public function getType()
1135 1135
   {
1136
-    return $this->type;
1136
+	return $this->type;
1137 1137
   }
1138 1138
   public function setVersion($version)
1139 1139
   {
1140
-    $this->version = $version;
1140
+	$this->version = $version;
1141 1141
   }
1142 1142
   public function getVersion()
1143 1143
   {
1144
-    return $this->version;
1144
+	return $this->version;
1145 1145
   }
1146 1146
 }
1147 1147
 
@@ -1160,43 +1160,43 @@  discard block
 block discarded – undo
1160 1160
 
1161 1161
   public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange)
1162 1162
   {
1163
-    $this->databaseChange = $databaseChange;
1163
+	$this->databaseChange = $databaseChange;
1164 1164
   }
1165 1165
   public function getDatabaseChange()
1166 1166
   {
1167
-    return $this->databaseChange;
1167
+	return $this->databaseChange;
1168 1168
   }
1169 1169
   public function setKind($kind)
1170 1170
   {
1171
-    $this->kind = $kind;
1171
+	$this->kind = $kind;
1172 1172
   }
1173 1173
   public function getKind()
1174 1174
   {
1175
-    return $this->kind;
1175
+	return $this->kind;
1176 1176
   }
1177 1177
   public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo)
1178 1178
   {
1179
-    $this->rulesetInfo = $rulesetInfo;
1179
+	$this->rulesetInfo = $rulesetInfo;
1180 1180
   }
1181 1181
   public function getRulesetInfo()
1182 1182
   {
1183
-    return $this->rulesetInfo;
1183
+	return $this->rulesetInfo;
1184 1184
   }
1185 1185
   public function setType($type)
1186 1186
   {
1187
-    $this->type = $type;
1187
+	$this->type = $type;
1188 1188
   }
1189 1189
   public function getType()
1190 1190
   {
1191
-    return $this->type;
1191
+	return $this->type;
1192 1192
   }
1193 1193
   public function setVersion($version)
1194 1194
   {
1195
-    $this->version = $version;
1195
+	$this->version = $version;
1196 1196
   }
1197 1197
   public function getVersion()
1198 1198
   {
1199
-    return $this->version;
1199
+	return $this->version;
1200 1200
   }
1201 1201
 }
1202 1202
 
@@ -1217,43 +1217,43 @@  discard block
 block discarded – undo
1217 1217
 
1218 1218
   public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
1219 1219
   {
1220
-    $this->deviceDesc = $deviceDesc;
1220
+	$this->deviceDesc = $deviceDesc;
1221 1221
   }
1222 1222
   public function getDeviceDesc()
1223 1223
   {
1224
-    return $this->deviceDesc;
1224
+	return $this->deviceDesc;
1225 1225
   }
1226 1226
   public function setLocation(Google_Service_Spectrum_GeoLocation $location)
1227 1227
   {
1228
-    $this->location = $location;
1228
+	$this->location = $location;
1229 1229
   }
1230 1230
   public function getLocation()
1231 1231
   {
1232
-    return $this->location;
1232
+	return $this->location;
1233 1233
   }
1234 1234
   public function setSpectra($spectra)
1235 1235
   {
1236
-    $this->spectra = $spectra;
1236
+	$this->spectra = $spectra;
1237 1237
   }
1238 1238
   public function getSpectra()
1239 1239
   {
1240
-    return $this->spectra;
1240
+	return $this->spectra;
1241 1241
   }
1242 1242
   public function setType($type)
1243 1243
   {
1244
-    $this->type = $type;
1244
+	$this->type = $type;
1245 1245
   }
1246 1246
   public function getType()
1247 1247
   {
1248
-    return $this->type;
1248
+	return $this->type;
1249 1249
   }
1250 1250
   public function setVersion($version)
1251 1251
   {
1252
-    $this->version = $version;
1252
+	$this->version = $version;
1253 1253
   }
1254 1254
   public function getVersion()
1255 1255
   {
1256
-    return $this->version;
1256
+	return $this->version;
1257 1257
   }
1258 1258
 }
1259 1259
 
@@ -1268,27 +1268,27 @@  discard block
 block discarded – undo
1268 1268
 
1269 1269
   public function setKind($kind)
1270 1270
   {
1271
-    $this->kind = $kind;
1271
+	$this->kind = $kind;
1272 1272
   }
1273 1273
   public function getKind()
1274 1274
   {
1275
-    return $this->kind;
1275
+	return $this->kind;
1276 1276
   }
1277 1277
   public function setType($type)
1278 1278
   {
1279
-    $this->type = $type;
1279
+	$this->type = $type;
1280 1280
   }
1281 1281
   public function getType()
1282 1282
   {
1283
-    return $this->type;
1283
+	return $this->type;
1284 1284
   }
1285 1285
   public function setVersion($version)
1286 1286
   {
1287
-    $this->version = $version;
1287
+	$this->version = $version;
1288 1288
   }
1289 1289
   public function getVersion()
1290 1290
   {
1291
-    return $this->version;
1291
+	return $this->version;
1292 1292
   }
1293 1293
 }
1294 1294
 
@@ -1310,51 +1310,51 @@  discard block
 block discarded – undo
1310 1310
 
1311 1311
   public function setAntenna(Google_Service_Spectrum_AntennaCharacteristics $antenna)
1312 1312
   {
1313
-    $this->antenna = $antenna;
1313
+	$this->antenna = $antenna;
1314 1314
   }
1315 1315
   public function getAntenna()
1316 1316
   {
1317
-    return $this->antenna;
1317
+	return $this->antenna;
1318 1318
   }
1319 1319
   public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
1320 1320
   {
1321
-    $this->deviceDesc = $deviceDesc;
1321
+	$this->deviceDesc = $deviceDesc;
1322 1322
   }
1323 1323
   public function getDeviceDesc()
1324 1324
   {
1325
-    return $this->deviceDesc;
1325
+	return $this->deviceDesc;
1326 1326
   }
1327 1327
   public function setDeviceOwner(Google_Service_Spectrum_DeviceOwner $deviceOwner)
1328 1328
   {
1329
-    $this->deviceOwner = $deviceOwner;
1329
+	$this->deviceOwner = $deviceOwner;
1330 1330
   }
1331 1331
   public function getDeviceOwner()
1332 1332
   {
1333
-    return $this->deviceOwner;
1333
+	return $this->deviceOwner;
1334 1334
   }
1335 1335
   public function setLocation(Google_Service_Spectrum_GeoLocation $location)
1336 1336
   {
1337
-    $this->location = $location;
1337
+	$this->location = $location;
1338 1338
   }
1339 1339
   public function getLocation()
1340 1340
   {
1341
-    return $this->location;
1341
+	return $this->location;
1342 1342
   }
1343 1343
   public function setType($type)
1344 1344
   {
1345
-    $this->type = $type;
1345
+	$this->type = $type;
1346 1346
   }
1347 1347
   public function getType()
1348 1348
   {
1349
-    return $this->type;
1349
+	return $this->type;
1350 1350
   }
1351 1351
   public function setVersion($version)
1352 1352
   {
1353
-    $this->version = $version;
1353
+	$this->version = $version;
1354 1354
   }
1355 1355
   public function getVersion()
1356 1356
   {
1357
-    return $this->version;
1357
+	return $this->version;
1358 1358
   }
1359 1359
 }
1360 1360
 
@@ -1371,35 +1371,35 @@  discard block
 block discarded – undo
1371 1371
 
1372 1372
   public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange)
1373 1373
   {
1374
-    $this->databaseChange = $databaseChange;
1374
+	$this->databaseChange = $databaseChange;
1375 1375
   }
1376 1376
   public function getDatabaseChange()
1377 1377
   {
1378
-    return $this->databaseChange;
1378
+	return $this->databaseChange;
1379 1379
   }
1380 1380
   public function setKind($kind)
1381 1381
   {
1382
-    $this->kind = $kind;
1382
+	$this->kind = $kind;
1383 1383
   }
1384 1384
   public function getKind()
1385 1385
   {
1386
-    return $this->kind;
1386
+	return $this->kind;
1387 1387
   }
1388 1388
   public function setType($type)
1389 1389
   {
1390
-    $this->type = $type;
1390
+	$this->type = $type;
1391 1391
   }
1392 1392
   public function getType()
1393 1393
   {
1394
-    return $this->type;
1394
+	return $this->type;
1395 1395
   }
1396 1396
   public function setVersion($version)
1397 1397
   {
1398
-    $this->version = $version;
1398
+	$this->version = $version;
1399 1399
   }
1400 1400
   public function getVersion()
1401 1401
   {
1402
-    return $this->version;
1402
+	return $this->version;
1403 1403
   }
1404 1404
 }
1405 1405
 
@@ -1416,27 +1416,27 @@  discard block
 block discarded – undo
1416 1416
 
1417 1417
   public function setDeviceDescs($deviceDescs)
1418 1418
   {
1419
-    $this->deviceDescs = $deviceDescs;
1419
+	$this->deviceDescs = $deviceDescs;
1420 1420
   }
1421 1421
   public function getDeviceDescs()
1422 1422
   {
1423
-    return $this->deviceDescs;
1423
+	return $this->deviceDescs;
1424 1424
   }
1425 1425
   public function setType($type)
1426 1426
   {
1427
-    $this->type = $type;
1427
+	$this->type = $type;
1428 1428
   }
1429 1429
   public function getType()
1430 1430
   {
1431
-    return $this->type;
1431
+	return $this->type;
1432 1432
   }
1433 1433
   public function setVersion($version)
1434 1434
   {
1435
-    $this->version = $version;
1435
+	$this->version = $version;
1436 1436
   }
1437 1437
   public function getVersion()
1438 1438
   {
1439
-    return $this->version;
1439
+	return $this->version;
1440 1440
   }
1441 1441
 }
1442 1442
 
@@ -1456,43 +1456,43 @@  discard block
 block discarded – undo
1456 1456
 
1457 1457
   public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange)
1458 1458
   {
1459
-    $this->databaseChange = $databaseChange;
1459
+	$this->databaseChange = $databaseChange;
1460 1460
   }
1461 1461
   public function getDatabaseChange()
1462 1462
   {
1463
-    return $this->databaseChange;
1463
+	return $this->databaseChange;
1464 1464
   }
1465 1465
   public function setDeviceValidities($deviceValidities)
1466 1466
   {
1467
-    $this->deviceValidities = $deviceValidities;
1467
+	$this->deviceValidities = $deviceValidities;
1468 1468
   }
1469 1469
   public function getDeviceValidities()
1470 1470
   {
1471
-    return $this->deviceValidities;
1471
+	return $this->deviceValidities;
1472 1472
   }
1473 1473
   public function setKind($kind)
1474 1474
   {
1475
-    $this->kind = $kind;
1475
+	$this->kind = $kind;
1476 1476
   }
1477 1477
   public function getKind()
1478 1478
   {
1479
-    return $this->kind;
1479
+	return $this->kind;
1480 1480
   }
1481 1481
   public function setType($type)
1482 1482
   {
1483
-    $this->type = $type;
1483
+	$this->type = $type;
1484 1484
   }
1485 1485
   public function getType()
1486 1486
   {
1487
-    return $this->type;
1487
+	return $this->type;
1488 1488
   }
1489 1489
   public function setVersion($version)
1490 1490
   {
1491
-    $this->version = $version;
1491
+	$this->version = $version;
1492 1492
   }
1493 1493
   public function getVersion()
1494 1494
   {
1495
-    return $this->version;
1495
+	return $this->version;
1496 1496
   }
1497 1497
 }
1498 1498
 
@@ -1509,35 +1509,35 @@  discard block
 block discarded – undo
1509 1509
 
1510 1510
   public function setAuthority($authority)
1511 1511
   {
1512
-    $this->authority = $authority;
1512
+	$this->authority = $authority;
1513 1513
   }
1514 1514
   public function getAuthority()
1515 1515
   {
1516
-    return $this->authority;
1516
+	return $this->authority;
1517 1517
   }
1518 1518
   public function setMaxLocationChange($maxLocationChange)
1519 1519
   {
1520
-    $this->maxLocationChange = $maxLocationChange;
1520
+	$this->maxLocationChange = $maxLocationChange;
1521 1521
   }
1522 1522
   public function getMaxLocationChange()
1523 1523
   {
1524
-    return $this->maxLocationChange;
1524
+	return $this->maxLocationChange;
1525 1525
   }
1526 1526
   public function setMaxPollingSecs($maxPollingSecs)
1527 1527
   {
1528
-    $this->maxPollingSecs = $maxPollingSecs;
1528
+	$this->maxPollingSecs = $maxPollingSecs;
1529 1529
   }
1530 1530
   public function getMaxPollingSecs()
1531 1531
   {
1532
-    return $this->maxPollingSecs;
1532
+	return $this->maxPollingSecs;
1533 1533
   }
1534 1534
   public function setRulesetIds($rulesetIds)
1535 1535
   {
1536
-    $this->rulesetIds = $rulesetIds;
1536
+	$this->rulesetIds = $rulesetIds;
1537 1537
   }
1538 1538
   public function getRulesetIds()
1539 1539
   {
1540
-    return $this->rulesetIds;
1540
+	return $this->rulesetIds;
1541 1541
   }
1542 1542
 }
1543 1543
 
@@ -1553,19 +1553,19 @@  discard block
 block discarded – undo
1553 1553
 
1554 1554
   public function setBandwidth($bandwidth)
1555 1555
   {
1556
-    $this->bandwidth = $bandwidth;
1556
+	$this->bandwidth = $bandwidth;
1557 1557
   }
1558 1558
   public function getBandwidth()
1559 1559
   {
1560
-    return $this->bandwidth;
1560
+	return $this->bandwidth;
1561 1561
   }
1562 1562
   public function setFrequencyRanges($frequencyRanges)
1563 1563
   {
1564
-    $this->frequencyRanges = $frequencyRanges;
1564
+	$this->frequencyRanges = $frequencyRanges;
1565 1565
   }
1566 1566
   public function getFrequencyRanges()
1567 1567
   {
1568
-    return $this->frequencyRanges;
1568
+	return $this->frequencyRanges;
1569 1569
   }
1570 1570
 }
1571 1571
 
@@ -1582,19 +1582,19 @@  discard block
 block discarded – undo
1582 1582
 
1583 1583
   public function setEventTime(Google_Service_Spectrum_EventTime $eventTime)
1584 1584
   {
1585
-    $this->eventTime = $eventTime;
1585
+	$this->eventTime = $eventTime;
1586 1586
   }
1587 1587
   public function getEventTime()
1588 1588
   {
1589
-    return $this->eventTime;
1589
+	return $this->eventTime;
1590 1590
   }
1591 1591
   public function setSpectra($spectra)
1592 1592
   {
1593
-    $this->spectra = $spectra;
1593
+	$this->spectra = $spectra;
1594 1594
   }
1595 1595
   public function getSpectra()
1596 1596
   {
1597
-    return $this->spectra;
1597
+	return $this->spectra;
1598 1598
   }
1599 1599
 }
1600 1600
 
@@ -1615,43 +1615,43 @@  discard block
 block discarded – undo
1615 1615
 
1616 1616
   public function setAdr(Google_Service_Spectrum_VcardAddress $adr)
1617 1617
   {
1618
-    $this->adr = $adr;
1618
+	$this->adr = $adr;
1619 1619
   }
1620 1620
   public function getAdr()
1621 1621
   {
1622
-    return $this->adr;
1622
+	return $this->adr;
1623 1623
   }
1624 1624
   public function setEmail(Google_Service_Spectrum_VcardTypedText $email)
1625 1625
   {
1626
-    $this->email = $email;
1626
+	$this->email = $email;
1627 1627
   }
1628 1628
   public function getEmail()
1629 1629
   {
1630
-    return $this->email;
1630
+	return $this->email;
1631 1631
   }
1632 1632
   public function setFn($fn)
1633 1633
   {
1634
-    $this->fn = $fn;
1634
+	$this->fn = $fn;
1635 1635
   }
1636 1636
   public function getFn()
1637 1637
   {
1638
-    return $this->fn;
1638
+	return $this->fn;
1639 1639
   }
1640 1640
   public function setOrg(Google_Service_Spectrum_VcardTypedText $org)
1641 1641
   {
1642
-    $this->org = $org;
1642
+	$this->org = $org;
1643 1643
   }
1644 1644
   public function getOrg()
1645 1645
   {
1646
-    return $this->org;
1646
+	return $this->org;
1647 1647
   }
1648 1648
   public function setTel(Google_Service_Spectrum_VcardTelephone $tel)
1649 1649
   {
1650
-    $this->tel = $tel;
1650
+	$this->tel = $tel;
1651 1651
   }
1652 1652
   public function getTel()
1653 1653
   {
1654
-    return $this->tel;
1654
+	return $this->tel;
1655 1655
   }
1656 1656
 }
1657 1657
 
@@ -1669,51 +1669,51 @@  discard block
 block discarded – undo
1669 1669
 
1670 1670
   public function setCode($code)
1671 1671
   {
1672
-    $this->code = $code;
1672
+	$this->code = $code;
1673 1673
   }
1674 1674
   public function getCode()
1675 1675
   {
1676
-    return $this->code;
1676
+	return $this->code;
1677 1677
   }
1678 1678
   public function setCountry($country)
1679 1679
   {
1680
-    $this->country = $country;
1680
+	$this->country = $country;
1681 1681
   }
1682 1682
   public function getCountry()
1683 1683
   {
1684
-    return $this->country;
1684
+	return $this->country;
1685 1685
   }
1686 1686
   public function setLocality($locality)
1687 1687
   {
1688
-    $this->locality = $locality;
1688
+	$this->locality = $locality;
1689 1689
   }
1690 1690
   public function getLocality()
1691 1691
   {
1692
-    return $this->locality;
1692
+	return $this->locality;
1693 1693
   }
1694 1694
   public function setPobox($pobox)
1695 1695
   {
1696
-    $this->pobox = $pobox;
1696
+	$this->pobox = $pobox;
1697 1697
   }
1698 1698
   public function getPobox()
1699 1699
   {
1700
-    return $this->pobox;
1700
+	return $this->pobox;
1701 1701
   }
1702 1702
   public function setRegion($region)
1703 1703
   {
1704
-    $this->region = $region;
1704
+	$this->region = $region;
1705 1705
   }
1706 1706
   public function getRegion()
1707 1707
   {
1708
-    return $this->region;
1708
+	return $this->region;
1709 1709
   }
1710 1710
   public function setStreet($street)
1711 1711
   {
1712
-    $this->street = $street;
1712
+	$this->street = $street;
1713 1713
   }
1714 1714
   public function getStreet()
1715 1715
   {
1716
-    return $this->street;
1716
+	return $this->street;
1717 1717
   }
1718 1718
 }
1719 1719
 
@@ -1726,11 +1726,11 @@  discard block
 block discarded – undo
1726 1726
 
1727 1727
   public function setUri($uri)
1728 1728
   {
1729
-    $this->uri = $uri;
1729
+	$this->uri = $uri;
1730 1730
   }
1731 1731
   public function getUri()
1732 1732
   {
1733
-    return $this->uri;
1733
+	return $this->uri;
1734 1734
   }
1735 1735
 }
1736 1736
 
@@ -1743,10 +1743,10 @@  discard block
 block discarded – undo
1743 1743
 
1744 1744
   public function setText($text)
1745 1745
   {
1746
-    $this->text = $text;
1746
+	$this->text = $text;
1747 1747
   }
1748 1748
   public function getText()
1749 1749
   {
1750
-    return $this->text;
1750
+	return $this->text;
1751 1751
   }
1752 1752
 }
Please login to merge, or discard this patch.
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -58,23 +58,23 @@
 block discarded – undo
58 58
               'path' => 'getSpectrum',
59 59
               'httpMethod' => 'POST',
60 60
               'parameters' => array(),
61
-            ),'getSpectrumBatch' => array(
61
+            ), 'getSpectrumBatch' => array(
62 62
               'path' => 'getSpectrumBatch',
63 63
               'httpMethod' => 'POST',
64 64
               'parameters' => array(),
65
-            ),'init' => array(
65
+            ), 'init' => array(
66 66
               'path' => 'init',
67 67
               'httpMethod' => 'POST',
68 68
               'parameters' => array(),
69
-            ),'notifySpectrumUse' => array(
69
+            ), 'notifySpectrumUse' => array(
70 70
               'path' => 'notifySpectrumUse',
71 71
               'httpMethod' => 'POST',
72 72
               'parameters' => array(),
73
-            ),'register' => array(
73
+            ), 'register' => array(
74 74
               'path' => 'register',
75 75
               'httpMethod' => 'POST',
76 76
               'parameters' => array(),
77
-            ),'verifyDevice' => array(
77
+            ), 'verifyDevice' => array(
78 78
               'path' => 'verifyDevice',
79 79
               'httpMethod' => 'POST',
80 80
               'parameters' => array(),
Please login to merge, or discard this patch.