@@ -386,7 +386,7 @@ discard block |
||
| 386 | 386 | * |
| 387 | 387 | * @param string $userId Create the data source for the person identified. Use |
| 388 | 388 | * me to indicate the authenticated user. Only me is supported at this time. |
| 389 | - * @param Google_DataSource $postBody |
|
| 389 | + * @param Google_Service_Fitness_DataSource $postBody |
|
| 390 | 390 | * @param array $optParams Optional parameters. |
| 391 | 391 | * @return Google_Service_Fitness_DataSource |
| 392 | 392 | */ |
@@ -464,7 +464,7 @@ discard block |
||
| 464 | 464 | * @param string $userId Update the data source for the person identified. Use |
| 465 | 465 | * me to indicate the authenticated user. Only me is supported at this time. |
| 466 | 466 | * @param string $dataSourceId The data stream ID of the data source to update. |
| 467 | - * @param Google_DataSource $postBody |
|
| 467 | + * @param Google_Service_Fitness_DataSource $postBody |
|
| 468 | 468 | * @param array $optParams Optional parameters. |
| 469 | 469 | * @return Google_Service_Fitness_DataSource |
| 470 | 470 | */ |
@@ -486,7 +486,7 @@ discard block |
||
| 486 | 486 | * @param string $userId Update the data source for the person identified. Use |
| 487 | 487 | * me to indicate the authenticated user. Only me is supported at this time. |
| 488 | 488 | * @param string $dataSourceId The data stream ID of the data source to update. |
| 489 | - * @param Google_DataSource $postBody |
|
| 489 | + * @param Google_Service_Fitness_DataSource $postBody |
|
| 490 | 490 | * @param array $optParams Optional parameters. |
| 491 | 491 | * @return Google_Service_Fitness_DataSource |
| 492 | 492 | */ |
@@ -588,7 +588,7 @@ discard block |
||
| 588 | 588 | * minimum data point start time and maximum data point end time represented as |
| 589 | 589 | * nanoseconds from the epoch. The ID is formatted like: "startTime-endTime" |
| 590 | 590 | * where startTime and endTime are 64 bit integers. |
| 591 | - * @param Google_Dataset $postBody |
|
| 591 | + * @param Google_Service_Fitness_Dataset $postBody |
|
| 592 | 592 | * @param array $optParams Optional parameters. |
| 593 | 593 | * |
| 594 | 594 | * @opt_param string currentTimeMillis The client's current time in milliseconds |
@@ -618,7 +618,7 @@ discard block |
||
| 618 | 618 | * (dataset.aggregate) |
| 619 | 619 | * |
| 620 | 620 | * @param string $userId |
| 621 | - * @param Google_AggregateRequest $postBody |
|
| 621 | + * @param Google_Service_Fitness_AggregateRequest $postBody |
|
| 622 | 622 | * @param array $optParams Optional parameters. |
| 623 | 623 | * @return Google_Service_Fitness_AggregateResponse |
| 624 | 624 | */ |
@@ -690,7 +690,7 @@ discard block |
||
| 690 | 690 | * @param string $userId Create sessions for the person identified. Use me to |
| 691 | 691 | * indicate the authenticated user. Only me is supported at this time. |
| 692 | 692 | * @param string $sessionId The ID of the session to be created. |
| 693 | - * @param Google_Session $postBody |
|
| 693 | + * @param Google_Service_Fitness_Session $postBody |
|
| 694 | 694 | * @param array $optParams Optional parameters. |
| 695 | 695 | * |
| 696 | 696 | * @opt_param string currentTimeMillis The client's current time in milliseconds |
@@ -32,22 +32,22 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** View your activity information in Google Fit. */ |
| 34 | 34 | const FITNESS_ACTIVITY_READ = |
| 35 | - "https://www.googleapis.com/auth/fitness.activity.read"; |
|
| 35 | + "https://www.googleapis.com/auth/fitness.activity.read"; |
|
| 36 | 36 | /** View and store your activity information in Google Fit. */ |
| 37 | 37 | const FITNESS_ACTIVITY_WRITE = |
| 38 | - "https://www.googleapis.com/auth/fitness.activity.write"; |
|
| 38 | + "https://www.googleapis.com/auth/fitness.activity.write"; |
|
| 39 | 39 | /** View body sensor information in Google Fit. */ |
| 40 | 40 | const FITNESS_BODY_READ = |
| 41 | - "https://www.googleapis.com/auth/fitness.body.read"; |
|
| 41 | + "https://www.googleapis.com/auth/fitness.body.read"; |
|
| 42 | 42 | /** View and store body sensor data in Google Fit. */ |
| 43 | 43 | const FITNESS_BODY_WRITE = |
| 44 | - "https://www.googleapis.com/auth/fitness.body.write"; |
|
| 44 | + "https://www.googleapis.com/auth/fitness.body.write"; |
|
| 45 | 45 | /** View your stored location data in Google Fit. */ |
| 46 | 46 | const FITNESS_LOCATION_READ = |
| 47 | - "https://www.googleapis.com/auth/fitness.location.read"; |
|
| 47 | + "https://www.googleapis.com/auth/fitness.location.read"; |
|
| 48 | 48 | /** View and store your location data in Google Fit. */ |
| 49 | 49 | const FITNESS_LOCATION_WRITE = |
| 50 | - "https://www.googleapis.com/auth/fitness.location.write"; |
|
| 50 | + "https://www.googleapis.com/auth/fitness.location.write"; |
|
| 51 | 51 | |
| 52 | 52 | public $users_dataSources; |
| 53 | 53 | public $users_dataSources_datasets; |
@@ -62,291 +62,291 @@ discard block |
||
| 62 | 62 | */ |
| 63 | 63 | public function __construct(Google_Client $client) |
| 64 | 64 | { |
| 65 | - parent::__construct($client); |
|
| 66 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 67 | - $this->servicePath = 'fitness/v1/users/'; |
|
| 68 | - $this->version = 'v1'; |
|
| 69 | - $this->serviceName = 'fitness'; |
|
| 70 | - |
|
| 71 | - $this->users_dataSources = new Google_Service_Fitness_UsersDataSources_Resource( |
|
| 72 | - $this, |
|
| 73 | - $this->serviceName, |
|
| 74 | - 'dataSources', |
|
| 75 | - array( |
|
| 76 | - 'methods' => array( |
|
| 77 | - 'create' => array( |
|
| 78 | - 'path' => '{userId}/dataSources', |
|
| 79 | - 'httpMethod' => 'POST', |
|
| 80 | - 'parameters' => array( |
|
| 81 | - 'userId' => array( |
|
| 82 | - 'location' => 'path', |
|
| 83 | - 'type' => 'string', |
|
| 84 | - 'required' => true, |
|
| 85 | - ), |
|
| 86 | - ), |
|
| 87 | - ),'delete' => array( |
|
| 88 | - 'path' => '{userId}/dataSources/{dataSourceId}', |
|
| 89 | - 'httpMethod' => 'DELETE', |
|
| 90 | - 'parameters' => array( |
|
| 91 | - 'userId' => array( |
|
| 92 | - 'location' => 'path', |
|
| 93 | - 'type' => 'string', |
|
| 94 | - 'required' => true, |
|
| 95 | - ), |
|
| 96 | - 'dataSourceId' => array( |
|
| 97 | - 'location' => 'path', |
|
| 98 | - 'type' => 'string', |
|
| 99 | - 'required' => true, |
|
| 100 | - ), |
|
| 101 | - ), |
|
| 102 | - ),'get' => array( |
|
| 103 | - 'path' => '{userId}/dataSources/{dataSourceId}', |
|
| 104 | - 'httpMethod' => 'GET', |
|
| 105 | - 'parameters' => array( |
|
| 106 | - 'userId' => array( |
|
| 107 | - 'location' => 'path', |
|
| 108 | - 'type' => 'string', |
|
| 109 | - 'required' => true, |
|
| 110 | - ), |
|
| 111 | - 'dataSourceId' => array( |
|
| 112 | - 'location' => 'path', |
|
| 113 | - 'type' => 'string', |
|
| 114 | - 'required' => true, |
|
| 115 | - ), |
|
| 116 | - ), |
|
| 117 | - ),'list' => array( |
|
| 118 | - 'path' => '{userId}/dataSources', |
|
| 119 | - 'httpMethod' => 'GET', |
|
| 120 | - 'parameters' => array( |
|
| 121 | - 'userId' => array( |
|
| 122 | - 'location' => 'path', |
|
| 123 | - 'type' => 'string', |
|
| 124 | - 'required' => true, |
|
| 125 | - ), |
|
| 126 | - 'dataTypeName' => array( |
|
| 127 | - 'location' => 'query', |
|
| 128 | - 'type' => 'string', |
|
| 129 | - 'repeated' => true, |
|
| 130 | - ), |
|
| 131 | - ), |
|
| 132 | - ),'patch' => array( |
|
| 133 | - 'path' => '{userId}/dataSources/{dataSourceId}', |
|
| 134 | - 'httpMethod' => 'PATCH', |
|
| 135 | - 'parameters' => array( |
|
| 136 | - 'userId' => array( |
|
| 137 | - 'location' => 'path', |
|
| 138 | - 'type' => 'string', |
|
| 139 | - 'required' => true, |
|
| 140 | - ), |
|
| 141 | - 'dataSourceId' => array( |
|
| 142 | - 'location' => 'path', |
|
| 143 | - 'type' => 'string', |
|
| 144 | - 'required' => true, |
|
| 145 | - ), |
|
| 146 | - ), |
|
| 147 | - ),'update' => array( |
|
| 148 | - 'path' => '{userId}/dataSources/{dataSourceId}', |
|
| 149 | - 'httpMethod' => 'PUT', |
|
| 150 | - 'parameters' => array( |
|
| 151 | - 'userId' => array( |
|
| 152 | - 'location' => 'path', |
|
| 153 | - 'type' => 'string', |
|
| 154 | - 'required' => true, |
|
| 155 | - ), |
|
| 156 | - 'dataSourceId' => array( |
|
| 157 | - 'location' => 'path', |
|
| 158 | - 'type' => 'string', |
|
| 159 | - 'required' => true, |
|
| 160 | - ), |
|
| 161 | - ), |
|
| 162 | - ), |
|
| 163 | - ) |
|
| 164 | - ) |
|
| 165 | - ); |
|
| 166 | - $this->users_dataSources_datasets = new Google_Service_Fitness_UsersDataSourcesDatasets_Resource( |
|
| 167 | - $this, |
|
| 168 | - $this->serviceName, |
|
| 169 | - 'datasets', |
|
| 170 | - array( |
|
| 171 | - 'methods' => array( |
|
| 172 | - 'delete' => array( |
|
| 173 | - 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', |
|
| 174 | - 'httpMethod' => 'DELETE', |
|
| 175 | - 'parameters' => array( |
|
| 176 | - 'userId' => array( |
|
| 177 | - 'location' => 'path', |
|
| 178 | - 'type' => 'string', |
|
| 179 | - 'required' => true, |
|
| 180 | - ), |
|
| 181 | - 'dataSourceId' => array( |
|
| 182 | - 'location' => 'path', |
|
| 183 | - 'type' => 'string', |
|
| 184 | - 'required' => true, |
|
| 185 | - ), |
|
| 186 | - 'datasetId' => array( |
|
| 187 | - 'location' => 'path', |
|
| 188 | - 'type' => 'string', |
|
| 189 | - 'required' => true, |
|
| 190 | - ), |
|
| 191 | - 'modifiedTimeMillis' => array( |
|
| 192 | - 'location' => 'query', |
|
| 193 | - 'type' => 'string', |
|
| 194 | - ), |
|
| 195 | - 'currentTimeMillis' => array( |
|
| 196 | - 'location' => 'query', |
|
| 197 | - 'type' => 'string', |
|
| 198 | - ), |
|
| 199 | - ), |
|
| 200 | - ),'get' => array( |
|
| 201 | - 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', |
|
| 202 | - 'httpMethod' => 'GET', |
|
| 203 | - 'parameters' => array( |
|
| 204 | - 'userId' => array( |
|
| 205 | - 'location' => 'path', |
|
| 206 | - 'type' => 'string', |
|
| 207 | - 'required' => true, |
|
| 208 | - ), |
|
| 209 | - 'dataSourceId' => array( |
|
| 210 | - 'location' => 'path', |
|
| 211 | - 'type' => 'string', |
|
| 212 | - 'required' => true, |
|
| 213 | - ), |
|
| 214 | - 'datasetId' => array( |
|
| 215 | - 'location' => 'path', |
|
| 216 | - 'type' => 'string', |
|
| 217 | - 'required' => true, |
|
| 218 | - ), |
|
| 219 | - 'limit' => array( |
|
| 220 | - 'location' => 'query', |
|
| 221 | - 'type' => 'integer', |
|
| 222 | - ), |
|
| 223 | - 'pageToken' => array( |
|
| 224 | - 'location' => 'query', |
|
| 225 | - 'type' => 'string', |
|
| 226 | - ), |
|
| 227 | - ), |
|
| 228 | - ),'patch' => array( |
|
| 229 | - 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', |
|
| 230 | - 'httpMethod' => 'PATCH', |
|
| 231 | - 'parameters' => array( |
|
| 232 | - 'userId' => array( |
|
| 233 | - 'location' => 'path', |
|
| 234 | - 'type' => 'string', |
|
| 235 | - 'required' => true, |
|
| 236 | - ), |
|
| 237 | - 'dataSourceId' => array( |
|
| 238 | - 'location' => 'path', |
|
| 239 | - 'type' => 'string', |
|
| 240 | - 'required' => true, |
|
| 241 | - ), |
|
| 242 | - 'datasetId' => array( |
|
| 243 | - 'location' => 'path', |
|
| 244 | - 'type' => 'string', |
|
| 245 | - 'required' => true, |
|
| 246 | - ), |
|
| 247 | - 'currentTimeMillis' => array( |
|
| 248 | - 'location' => 'query', |
|
| 249 | - 'type' => 'string', |
|
| 250 | - ), |
|
| 251 | - ), |
|
| 252 | - ), |
|
| 253 | - ) |
|
| 254 | - ) |
|
| 255 | - ); |
|
| 256 | - $this->users_dataset = new Google_Service_Fitness_UsersDataset_Resource( |
|
| 257 | - $this, |
|
| 258 | - $this->serviceName, |
|
| 259 | - 'dataset', |
|
| 260 | - array( |
|
| 261 | - 'methods' => array( |
|
| 262 | - 'aggregate' => array( |
|
| 263 | - 'path' => '{userId}/dataset:aggregate', |
|
| 264 | - 'httpMethod' => 'POST', |
|
| 265 | - 'parameters' => array( |
|
| 266 | - 'userId' => array( |
|
| 267 | - 'location' => 'path', |
|
| 268 | - 'type' => 'string', |
|
| 269 | - 'required' => true, |
|
| 270 | - ), |
|
| 271 | - ), |
|
| 272 | - ), |
|
| 273 | - ) |
|
| 274 | - ) |
|
| 275 | - ); |
|
| 276 | - $this->users_sessions = new Google_Service_Fitness_UsersSessions_Resource( |
|
| 277 | - $this, |
|
| 278 | - $this->serviceName, |
|
| 279 | - 'sessions', |
|
| 280 | - array( |
|
| 281 | - 'methods' => array( |
|
| 282 | - 'delete' => array( |
|
| 283 | - 'path' => '{userId}/sessions/{sessionId}', |
|
| 284 | - 'httpMethod' => 'DELETE', |
|
| 285 | - 'parameters' => array( |
|
| 286 | - 'userId' => array( |
|
| 287 | - 'location' => 'path', |
|
| 288 | - 'type' => 'string', |
|
| 289 | - 'required' => true, |
|
| 290 | - ), |
|
| 291 | - 'sessionId' => array( |
|
| 292 | - 'location' => 'path', |
|
| 293 | - 'type' => 'string', |
|
| 294 | - 'required' => true, |
|
| 295 | - ), |
|
| 296 | - 'currentTimeMillis' => array( |
|
| 297 | - 'location' => 'query', |
|
| 298 | - 'type' => 'string', |
|
| 299 | - ), |
|
| 300 | - ), |
|
| 301 | - ),'list' => array( |
|
| 302 | - 'path' => '{userId}/sessions', |
|
| 303 | - 'httpMethod' => 'GET', |
|
| 304 | - 'parameters' => array( |
|
| 305 | - 'userId' => array( |
|
| 306 | - 'location' => 'path', |
|
| 307 | - 'type' => 'string', |
|
| 308 | - 'required' => true, |
|
| 309 | - ), |
|
| 310 | - 'pageToken' => array( |
|
| 311 | - 'location' => 'query', |
|
| 312 | - 'type' => 'string', |
|
| 313 | - ), |
|
| 314 | - 'endTime' => array( |
|
| 315 | - 'location' => 'query', |
|
| 316 | - 'type' => 'string', |
|
| 317 | - ), |
|
| 318 | - 'includeDeleted' => array( |
|
| 319 | - 'location' => 'query', |
|
| 320 | - 'type' => 'boolean', |
|
| 321 | - ), |
|
| 322 | - 'startTime' => array( |
|
| 323 | - 'location' => 'query', |
|
| 324 | - 'type' => 'string', |
|
| 325 | - ), |
|
| 326 | - ), |
|
| 327 | - ),'update' => array( |
|
| 328 | - 'path' => '{userId}/sessions/{sessionId}', |
|
| 329 | - 'httpMethod' => 'PUT', |
|
| 330 | - 'parameters' => array( |
|
| 331 | - 'userId' => array( |
|
| 332 | - 'location' => 'path', |
|
| 333 | - 'type' => 'string', |
|
| 334 | - 'required' => true, |
|
| 335 | - ), |
|
| 336 | - 'sessionId' => array( |
|
| 337 | - 'location' => 'path', |
|
| 338 | - 'type' => 'string', |
|
| 339 | - 'required' => true, |
|
| 340 | - ), |
|
| 341 | - 'currentTimeMillis' => array( |
|
| 342 | - 'location' => 'query', |
|
| 343 | - 'type' => 'string', |
|
| 344 | - ), |
|
| 345 | - ), |
|
| 346 | - ), |
|
| 347 | - ) |
|
| 348 | - ) |
|
| 349 | - ); |
|
| 65 | + parent::__construct($client); |
|
| 66 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 67 | + $this->servicePath = 'fitness/v1/users/'; |
|
| 68 | + $this->version = 'v1'; |
|
| 69 | + $this->serviceName = 'fitness'; |
|
| 70 | + |
|
| 71 | + $this->users_dataSources = new Google_Service_Fitness_UsersDataSources_Resource( |
|
| 72 | + $this, |
|
| 73 | + $this->serviceName, |
|
| 74 | + 'dataSources', |
|
| 75 | + array( |
|
| 76 | + 'methods' => array( |
|
| 77 | + 'create' => array( |
|
| 78 | + 'path' => '{userId}/dataSources', |
|
| 79 | + 'httpMethod' => 'POST', |
|
| 80 | + 'parameters' => array( |
|
| 81 | + 'userId' => array( |
|
| 82 | + 'location' => 'path', |
|
| 83 | + 'type' => 'string', |
|
| 84 | + 'required' => true, |
|
| 85 | + ), |
|
| 86 | + ), |
|
| 87 | + ),'delete' => array( |
|
| 88 | + 'path' => '{userId}/dataSources/{dataSourceId}', |
|
| 89 | + 'httpMethod' => 'DELETE', |
|
| 90 | + 'parameters' => array( |
|
| 91 | + 'userId' => array( |
|
| 92 | + 'location' => 'path', |
|
| 93 | + 'type' => 'string', |
|
| 94 | + 'required' => true, |
|
| 95 | + ), |
|
| 96 | + 'dataSourceId' => array( |
|
| 97 | + 'location' => 'path', |
|
| 98 | + 'type' => 'string', |
|
| 99 | + 'required' => true, |
|
| 100 | + ), |
|
| 101 | + ), |
|
| 102 | + ),'get' => array( |
|
| 103 | + 'path' => '{userId}/dataSources/{dataSourceId}', |
|
| 104 | + 'httpMethod' => 'GET', |
|
| 105 | + 'parameters' => array( |
|
| 106 | + 'userId' => array( |
|
| 107 | + 'location' => 'path', |
|
| 108 | + 'type' => 'string', |
|
| 109 | + 'required' => true, |
|
| 110 | + ), |
|
| 111 | + 'dataSourceId' => array( |
|
| 112 | + 'location' => 'path', |
|
| 113 | + 'type' => 'string', |
|
| 114 | + 'required' => true, |
|
| 115 | + ), |
|
| 116 | + ), |
|
| 117 | + ),'list' => array( |
|
| 118 | + 'path' => '{userId}/dataSources', |
|
| 119 | + 'httpMethod' => 'GET', |
|
| 120 | + 'parameters' => array( |
|
| 121 | + 'userId' => array( |
|
| 122 | + 'location' => 'path', |
|
| 123 | + 'type' => 'string', |
|
| 124 | + 'required' => true, |
|
| 125 | + ), |
|
| 126 | + 'dataTypeName' => array( |
|
| 127 | + 'location' => 'query', |
|
| 128 | + 'type' => 'string', |
|
| 129 | + 'repeated' => true, |
|
| 130 | + ), |
|
| 131 | + ), |
|
| 132 | + ),'patch' => array( |
|
| 133 | + 'path' => '{userId}/dataSources/{dataSourceId}', |
|
| 134 | + 'httpMethod' => 'PATCH', |
|
| 135 | + 'parameters' => array( |
|
| 136 | + 'userId' => array( |
|
| 137 | + 'location' => 'path', |
|
| 138 | + 'type' => 'string', |
|
| 139 | + 'required' => true, |
|
| 140 | + ), |
|
| 141 | + 'dataSourceId' => array( |
|
| 142 | + 'location' => 'path', |
|
| 143 | + 'type' => 'string', |
|
| 144 | + 'required' => true, |
|
| 145 | + ), |
|
| 146 | + ), |
|
| 147 | + ),'update' => array( |
|
| 148 | + 'path' => '{userId}/dataSources/{dataSourceId}', |
|
| 149 | + 'httpMethod' => 'PUT', |
|
| 150 | + 'parameters' => array( |
|
| 151 | + 'userId' => array( |
|
| 152 | + 'location' => 'path', |
|
| 153 | + 'type' => 'string', |
|
| 154 | + 'required' => true, |
|
| 155 | + ), |
|
| 156 | + 'dataSourceId' => array( |
|
| 157 | + 'location' => 'path', |
|
| 158 | + 'type' => 'string', |
|
| 159 | + 'required' => true, |
|
| 160 | + ), |
|
| 161 | + ), |
|
| 162 | + ), |
|
| 163 | + ) |
|
| 164 | + ) |
|
| 165 | + ); |
|
| 166 | + $this->users_dataSources_datasets = new Google_Service_Fitness_UsersDataSourcesDatasets_Resource( |
|
| 167 | + $this, |
|
| 168 | + $this->serviceName, |
|
| 169 | + 'datasets', |
|
| 170 | + array( |
|
| 171 | + 'methods' => array( |
|
| 172 | + 'delete' => array( |
|
| 173 | + 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', |
|
| 174 | + 'httpMethod' => 'DELETE', |
|
| 175 | + 'parameters' => array( |
|
| 176 | + 'userId' => array( |
|
| 177 | + 'location' => 'path', |
|
| 178 | + 'type' => 'string', |
|
| 179 | + 'required' => true, |
|
| 180 | + ), |
|
| 181 | + 'dataSourceId' => array( |
|
| 182 | + 'location' => 'path', |
|
| 183 | + 'type' => 'string', |
|
| 184 | + 'required' => true, |
|
| 185 | + ), |
|
| 186 | + 'datasetId' => array( |
|
| 187 | + 'location' => 'path', |
|
| 188 | + 'type' => 'string', |
|
| 189 | + 'required' => true, |
|
| 190 | + ), |
|
| 191 | + 'modifiedTimeMillis' => array( |
|
| 192 | + 'location' => 'query', |
|
| 193 | + 'type' => 'string', |
|
| 194 | + ), |
|
| 195 | + 'currentTimeMillis' => array( |
|
| 196 | + 'location' => 'query', |
|
| 197 | + 'type' => 'string', |
|
| 198 | + ), |
|
| 199 | + ), |
|
| 200 | + ),'get' => array( |
|
| 201 | + 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', |
|
| 202 | + 'httpMethod' => 'GET', |
|
| 203 | + 'parameters' => array( |
|
| 204 | + 'userId' => array( |
|
| 205 | + 'location' => 'path', |
|
| 206 | + 'type' => 'string', |
|
| 207 | + 'required' => true, |
|
| 208 | + ), |
|
| 209 | + 'dataSourceId' => array( |
|
| 210 | + 'location' => 'path', |
|
| 211 | + 'type' => 'string', |
|
| 212 | + 'required' => true, |
|
| 213 | + ), |
|
| 214 | + 'datasetId' => array( |
|
| 215 | + 'location' => 'path', |
|
| 216 | + 'type' => 'string', |
|
| 217 | + 'required' => true, |
|
| 218 | + ), |
|
| 219 | + 'limit' => array( |
|
| 220 | + 'location' => 'query', |
|
| 221 | + 'type' => 'integer', |
|
| 222 | + ), |
|
| 223 | + 'pageToken' => array( |
|
| 224 | + 'location' => 'query', |
|
| 225 | + 'type' => 'string', |
|
| 226 | + ), |
|
| 227 | + ), |
|
| 228 | + ),'patch' => array( |
|
| 229 | + 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', |
|
| 230 | + 'httpMethod' => 'PATCH', |
|
| 231 | + 'parameters' => array( |
|
| 232 | + 'userId' => array( |
|
| 233 | + 'location' => 'path', |
|
| 234 | + 'type' => 'string', |
|
| 235 | + 'required' => true, |
|
| 236 | + ), |
|
| 237 | + 'dataSourceId' => array( |
|
| 238 | + 'location' => 'path', |
|
| 239 | + 'type' => 'string', |
|
| 240 | + 'required' => true, |
|
| 241 | + ), |
|
| 242 | + 'datasetId' => array( |
|
| 243 | + 'location' => 'path', |
|
| 244 | + 'type' => 'string', |
|
| 245 | + 'required' => true, |
|
| 246 | + ), |
|
| 247 | + 'currentTimeMillis' => array( |
|
| 248 | + 'location' => 'query', |
|
| 249 | + 'type' => 'string', |
|
| 250 | + ), |
|
| 251 | + ), |
|
| 252 | + ), |
|
| 253 | + ) |
|
| 254 | + ) |
|
| 255 | + ); |
|
| 256 | + $this->users_dataset = new Google_Service_Fitness_UsersDataset_Resource( |
|
| 257 | + $this, |
|
| 258 | + $this->serviceName, |
|
| 259 | + 'dataset', |
|
| 260 | + array( |
|
| 261 | + 'methods' => array( |
|
| 262 | + 'aggregate' => array( |
|
| 263 | + 'path' => '{userId}/dataset:aggregate', |
|
| 264 | + 'httpMethod' => 'POST', |
|
| 265 | + 'parameters' => array( |
|
| 266 | + 'userId' => array( |
|
| 267 | + 'location' => 'path', |
|
| 268 | + 'type' => 'string', |
|
| 269 | + 'required' => true, |
|
| 270 | + ), |
|
| 271 | + ), |
|
| 272 | + ), |
|
| 273 | + ) |
|
| 274 | + ) |
|
| 275 | + ); |
|
| 276 | + $this->users_sessions = new Google_Service_Fitness_UsersSessions_Resource( |
|
| 277 | + $this, |
|
| 278 | + $this->serviceName, |
|
| 279 | + 'sessions', |
|
| 280 | + array( |
|
| 281 | + 'methods' => array( |
|
| 282 | + 'delete' => array( |
|
| 283 | + 'path' => '{userId}/sessions/{sessionId}', |
|
| 284 | + 'httpMethod' => 'DELETE', |
|
| 285 | + 'parameters' => array( |
|
| 286 | + 'userId' => array( |
|
| 287 | + 'location' => 'path', |
|
| 288 | + 'type' => 'string', |
|
| 289 | + 'required' => true, |
|
| 290 | + ), |
|
| 291 | + 'sessionId' => array( |
|
| 292 | + 'location' => 'path', |
|
| 293 | + 'type' => 'string', |
|
| 294 | + 'required' => true, |
|
| 295 | + ), |
|
| 296 | + 'currentTimeMillis' => array( |
|
| 297 | + 'location' => 'query', |
|
| 298 | + 'type' => 'string', |
|
| 299 | + ), |
|
| 300 | + ), |
|
| 301 | + ),'list' => array( |
|
| 302 | + 'path' => '{userId}/sessions', |
|
| 303 | + 'httpMethod' => 'GET', |
|
| 304 | + 'parameters' => array( |
|
| 305 | + 'userId' => array( |
|
| 306 | + 'location' => 'path', |
|
| 307 | + 'type' => 'string', |
|
| 308 | + 'required' => true, |
|
| 309 | + ), |
|
| 310 | + 'pageToken' => array( |
|
| 311 | + 'location' => 'query', |
|
| 312 | + 'type' => 'string', |
|
| 313 | + ), |
|
| 314 | + 'endTime' => array( |
|
| 315 | + 'location' => 'query', |
|
| 316 | + 'type' => 'string', |
|
| 317 | + ), |
|
| 318 | + 'includeDeleted' => array( |
|
| 319 | + 'location' => 'query', |
|
| 320 | + 'type' => 'boolean', |
|
| 321 | + ), |
|
| 322 | + 'startTime' => array( |
|
| 323 | + 'location' => 'query', |
|
| 324 | + 'type' => 'string', |
|
| 325 | + ), |
|
| 326 | + ), |
|
| 327 | + ),'update' => array( |
|
| 328 | + 'path' => '{userId}/sessions/{sessionId}', |
|
| 329 | + 'httpMethod' => 'PUT', |
|
| 330 | + 'parameters' => array( |
|
| 331 | + 'userId' => array( |
|
| 332 | + 'location' => 'path', |
|
| 333 | + 'type' => 'string', |
|
| 334 | + 'required' => true, |
|
| 335 | + ), |
|
| 336 | + 'sessionId' => array( |
|
| 337 | + 'location' => 'path', |
|
| 338 | + 'type' => 'string', |
|
| 339 | + 'required' => true, |
|
| 340 | + ), |
|
| 341 | + 'currentTimeMillis' => array( |
|
| 342 | + 'location' => 'query', |
|
| 343 | + 'type' => 'string', |
|
| 344 | + ), |
|
| 345 | + ), |
|
| 346 | + ), |
|
| 347 | + ) |
|
| 348 | + ) |
|
| 349 | + ); |
|
| 350 | 350 | } |
| 351 | 351 | } |
| 352 | 352 | |
@@ -392,9 +392,9 @@ discard block |
||
| 392 | 392 | */ |
| 393 | 393 | public function create($userId, Google_Service_Fitness_DataSource $postBody, $optParams = array()) |
| 394 | 394 | { |
| 395 | - $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 396 | - $params = array_merge($params, $optParams); |
|
| 397 | - return $this->call('create', array($params), "Google_Service_Fitness_DataSource"); |
|
| 395 | + $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 396 | + $params = array_merge($params, $optParams); |
|
| 397 | + return $this->call('create', array($params), "Google_Service_Fitness_DataSource"); |
|
| 398 | 398 | } |
| 399 | 399 | |
| 400 | 400 | /** |
@@ -409,9 +409,9 @@ discard block |
||
| 409 | 409 | */ |
| 410 | 410 | public function delete($userId, $dataSourceId, $optParams = array()) |
| 411 | 411 | { |
| 412 | - $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId); |
|
| 413 | - $params = array_merge($params, $optParams); |
|
| 414 | - return $this->call('delete', array($params), "Google_Service_Fitness_DataSource"); |
|
| 412 | + $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId); |
|
| 413 | + $params = array_merge($params, $optParams); |
|
| 414 | + return $this->call('delete', array($params), "Google_Service_Fitness_DataSource"); |
|
| 415 | 415 | } |
| 416 | 416 | |
| 417 | 417 | /** |
@@ -426,9 +426,9 @@ discard block |
||
| 426 | 426 | */ |
| 427 | 427 | public function get($userId, $dataSourceId, $optParams = array()) |
| 428 | 428 | { |
| 429 | - $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId); |
|
| 430 | - $params = array_merge($params, $optParams); |
|
| 431 | - return $this->call('get', array($params), "Google_Service_Fitness_DataSource"); |
|
| 429 | + $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId); |
|
| 430 | + $params = array_merge($params, $optParams); |
|
| 431 | + return $this->call('get', array($params), "Google_Service_Fitness_DataSource"); |
|
| 432 | 432 | } |
| 433 | 433 | |
| 434 | 434 | /** |
@@ -447,9 +447,9 @@ discard block |
||
| 447 | 447 | */ |
| 448 | 448 | public function listUsersDataSources($userId, $optParams = array()) |
| 449 | 449 | { |
| 450 | - $params = array('userId' => $userId); |
|
| 451 | - $params = array_merge($params, $optParams); |
|
| 452 | - return $this->call('list', array($params), "Google_Service_Fitness_ListDataSourcesResponse"); |
|
| 450 | + $params = array('userId' => $userId); |
|
| 451 | + $params = array_merge($params, $optParams); |
|
| 452 | + return $this->call('list', array($params), "Google_Service_Fitness_ListDataSourcesResponse"); |
|
| 453 | 453 | } |
| 454 | 454 | |
| 455 | 455 | /** |
@@ -470,9 +470,9 @@ discard block |
||
| 470 | 470 | */ |
| 471 | 471 | public function patch($userId, $dataSourceId, Google_Service_Fitness_DataSource $postBody, $optParams = array()) |
| 472 | 472 | { |
| 473 | - $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'postBody' => $postBody); |
|
| 474 | - $params = array_merge($params, $optParams); |
|
| 475 | - return $this->call('patch', array($params), "Google_Service_Fitness_DataSource"); |
|
| 473 | + $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'postBody' => $postBody); |
|
| 474 | + $params = array_merge($params, $optParams); |
|
| 475 | + return $this->call('patch', array($params), "Google_Service_Fitness_DataSource"); |
|
| 476 | 476 | } |
| 477 | 477 | |
| 478 | 478 | /** |
@@ -492,9 +492,9 @@ discard block |
||
| 492 | 492 | */ |
| 493 | 493 | public function update($userId, $dataSourceId, Google_Service_Fitness_DataSource $postBody, $optParams = array()) |
| 494 | 494 | { |
| 495 | - $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'postBody' => $postBody); |
|
| 496 | - $params = array_merge($params, $optParams); |
|
| 497 | - return $this->call('update', array($params), "Google_Service_Fitness_DataSource"); |
|
| 495 | + $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'postBody' => $postBody); |
|
| 496 | + $params = array_merge($params, $optParams); |
|
| 497 | + return $this->call('update', array($params), "Google_Service_Fitness_DataSource"); |
|
| 498 | 498 | } |
| 499 | 499 | } |
| 500 | 500 | |
@@ -535,9 +535,9 @@ discard block |
||
| 535 | 535 | */ |
| 536 | 536 | public function delete($userId, $dataSourceId, $datasetId, $optParams = array()) |
| 537 | 537 | { |
| 538 | - $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId); |
|
| 539 | - $params = array_merge($params, $optParams); |
|
| 540 | - return $this->call('delete', array($params)); |
|
| 538 | + $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId); |
|
| 539 | + $params = array_merge($params, $optParams); |
|
| 540 | + return $this->call('delete', array($params)); |
|
| 541 | 541 | } |
| 542 | 542 | |
| 543 | 543 | /** |
@@ -569,9 +569,9 @@ discard block |
||
| 569 | 569 | */ |
| 570 | 570 | public function get($userId, $dataSourceId, $datasetId, $optParams = array()) |
| 571 | 571 | { |
| 572 | - $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId); |
|
| 573 | - $params = array_merge($params, $optParams); |
|
| 574 | - return $this->call('get', array($params), "Google_Service_Fitness_Dataset"); |
|
| 572 | + $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId); |
|
| 573 | + $params = array_merge($params, $optParams); |
|
| 574 | + return $this->call('get', array($params), "Google_Service_Fitness_Dataset"); |
|
| 575 | 575 | } |
| 576 | 576 | |
| 577 | 577 | /** |
@@ -598,9 +598,9 @@ discard block |
||
| 598 | 598 | */ |
| 599 | 599 | public function patch($userId, $dataSourceId, $datasetId, Google_Service_Fitness_Dataset $postBody, $optParams = array()) |
| 600 | 600 | { |
| 601 | - $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId, 'postBody' => $postBody); |
|
| 602 | - $params = array_merge($params, $optParams); |
|
| 603 | - return $this->call('patch', array($params), "Google_Service_Fitness_Dataset"); |
|
| 601 | + $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId, 'postBody' => $postBody); |
|
| 602 | + $params = array_merge($params, $optParams); |
|
| 603 | + return $this->call('patch', array($params), "Google_Service_Fitness_Dataset"); |
|
| 604 | 604 | } |
| 605 | 605 | } |
| 606 | 606 | /** |
@@ -624,9 +624,9 @@ discard block |
||
| 624 | 624 | */ |
| 625 | 625 | public function aggregate($userId, Google_Service_Fitness_AggregateRequest $postBody, $optParams = array()) |
| 626 | 626 | { |
| 627 | - $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 628 | - $params = array_merge($params, $optParams); |
|
| 629 | - return $this->call('aggregate', array($params), "Google_Service_Fitness_AggregateResponse"); |
|
| 627 | + $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 628 | + $params = array_merge($params, $optParams); |
|
| 629 | + return $this->call('aggregate', array($params), "Google_Service_Fitness_AggregateResponse"); |
|
| 630 | 630 | } |
| 631 | 631 | } |
| 632 | 632 | /** |
@@ -653,9 +653,9 @@ discard block |
||
| 653 | 653 | */ |
| 654 | 654 | public function delete($userId, $sessionId, $optParams = array()) |
| 655 | 655 | { |
| 656 | - $params = array('userId' => $userId, 'sessionId' => $sessionId); |
|
| 657 | - $params = array_merge($params, $optParams); |
|
| 658 | - return $this->call('delete', array($params)); |
|
| 656 | + $params = array('userId' => $userId, 'sessionId' => $sessionId); |
|
| 657 | + $params = array_merge($params, $optParams); |
|
| 658 | + return $this->call('delete', array($params)); |
|
| 659 | 659 | } |
| 660 | 660 | |
| 661 | 661 | /** |
@@ -679,9 +679,9 @@ discard block |
||
| 679 | 679 | */ |
| 680 | 680 | public function listUsersSessions($userId, $optParams = array()) |
| 681 | 681 | { |
| 682 | - $params = array('userId' => $userId); |
|
| 683 | - $params = array_merge($params, $optParams); |
|
| 684 | - return $this->call('list', array($params), "Google_Service_Fitness_ListSessionsResponse"); |
|
| 682 | + $params = array('userId' => $userId); |
|
| 683 | + $params = array_merge($params, $optParams); |
|
| 684 | + return $this->call('list', array($params), "Google_Service_Fitness_ListSessionsResponse"); |
|
| 685 | 685 | } |
| 686 | 686 | |
| 687 | 687 | /** |
@@ -699,9 +699,9 @@ discard block |
||
| 699 | 699 | */ |
| 700 | 700 | public function update($userId, $sessionId, Google_Service_Fitness_Session $postBody, $optParams = array()) |
| 701 | 701 | { |
| 702 | - $params = array('userId' => $userId, 'sessionId' => $sessionId, 'postBody' => $postBody); |
|
| 703 | - $params = array_merge($params, $optParams); |
|
| 704 | - return $this->call('update', array($params), "Google_Service_Fitness_Session"); |
|
| 702 | + $params = array('userId' => $userId, 'sessionId' => $sessionId, 'postBody' => $postBody); |
|
| 703 | + $params = array_merge($params, $optParams); |
|
| 704 | + return $this->call('update', array($params), "Google_Service_Fitness_Session"); |
|
| 705 | 705 | } |
| 706 | 706 | } |
| 707 | 707 | |
@@ -725,51 +725,51 @@ discard block |
||
| 725 | 725 | |
| 726 | 726 | public function setActivity($activity) |
| 727 | 727 | { |
| 728 | - $this->activity = $activity; |
|
| 728 | + $this->activity = $activity; |
|
| 729 | 729 | } |
| 730 | 730 | public function getActivity() |
| 731 | 731 | { |
| 732 | - return $this->activity; |
|
| 732 | + return $this->activity; |
|
| 733 | 733 | } |
| 734 | 734 | public function setDataset($dataset) |
| 735 | 735 | { |
| 736 | - $this->dataset = $dataset; |
|
| 736 | + $this->dataset = $dataset; |
|
| 737 | 737 | } |
| 738 | 738 | public function getDataset() |
| 739 | 739 | { |
| 740 | - return $this->dataset; |
|
| 740 | + return $this->dataset; |
|
| 741 | 741 | } |
| 742 | 742 | public function setEndTimeMillis($endTimeMillis) |
| 743 | 743 | { |
| 744 | - $this->endTimeMillis = $endTimeMillis; |
|
| 744 | + $this->endTimeMillis = $endTimeMillis; |
|
| 745 | 745 | } |
| 746 | 746 | public function getEndTimeMillis() |
| 747 | 747 | { |
| 748 | - return $this->endTimeMillis; |
|
| 748 | + return $this->endTimeMillis; |
|
| 749 | 749 | } |
| 750 | 750 | public function setSession(Google_Service_Fitness_Session $session) |
| 751 | 751 | { |
| 752 | - $this->session = $session; |
|
| 752 | + $this->session = $session; |
|
| 753 | 753 | } |
| 754 | 754 | public function getSession() |
| 755 | 755 | { |
| 756 | - return $this->session; |
|
| 756 | + return $this->session; |
|
| 757 | 757 | } |
| 758 | 758 | public function setStartTimeMillis($startTimeMillis) |
| 759 | 759 | { |
| 760 | - $this->startTimeMillis = $startTimeMillis; |
|
| 760 | + $this->startTimeMillis = $startTimeMillis; |
|
| 761 | 761 | } |
| 762 | 762 | public function getStartTimeMillis() |
| 763 | 763 | { |
| 764 | - return $this->startTimeMillis; |
|
| 764 | + return $this->startTimeMillis; |
|
| 765 | 765 | } |
| 766 | 766 | public function setType($type) |
| 767 | 767 | { |
| 768 | - $this->type = $type; |
|
| 768 | + $this->type = $type; |
|
| 769 | 769 | } |
| 770 | 770 | public function getType() |
| 771 | 771 | { |
| 772 | - return $this->type; |
|
| 772 | + return $this->type; |
|
| 773 | 773 | } |
| 774 | 774 | } |
| 775 | 775 | |
@@ -785,35 +785,35 @@ discard block |
||
| 785 | 785 | |
| 786 | 786 | public function setDataSourceId($dataSourceId) |
| 787 | 787 | { |
| 788 | - $this->dataSourceId = $dataSourceId; |
|
| 788 | + $this->dataSourceId = $dataSourceId; |
|
| 789 | 789 | } |
| 790 | 790 | public function getDataSourceId() |
| 791 | 791 | { |
| 792 | - return $this->dataSourceId; |
|
| 792 | + return $this->dataSourceId; |
|
| 793 | 793 | } |
| 794 | 794 | public function setDataTypeName($dataTypeName) |
| 795 | 795 | { |
| 796 | - $this->dataTypeName = $dataTypeName; |
|
| 796 | + $this->dataTypeName = $dataTypeName; |
|
| 797 | 797 | } |
| 798 | 798 | public function getDataTypeName() |
| 799 | 799 | { |
| 800 | - return $this->dataTypeName; |
|
| 800 | + return $this->dataTypeName; |
|
| 801 | 801 | } |
| 802 | 802 | public function setOutputDataSourceId($outputDataSourceId) |
| 803 | 803 | { |
| 804 | - $this->outputDataSourceId = $outputDataSourceId; |
|
| 804 | + $this->outputDataSourceId = $outputDataSourceId; |
|
| 805 | 805 | } |
| 806 | 806 | public function getOutputDataSourceId() |
| 807 | 807 | { |
| 808 | - return $this->outputDataSourceId; |
|
| 808 | + return $this->outputDataSourceId; |
|
| 809 | 809 | } |
| 810 | 810 | public function setOutputDataTypeName($outputDataTypeName) |
| 811 | 811 | { |
| 812 | - $this->outputDataTypeName = $outputDataTypeName; |
|
| 812 | + $this->outputDataTypeName = $outputDataTypeName; |
|
| 813 | 813 | } |
| 814 | 814 | public function getOutputDataTypeName() |
| 815 | 815 | { |
| 816 | - return $this->outputDataTypeName; |
|
| 816 | + return $this->outputDataTypeName; |
|
| 817 | 817 | } |
| 818 | 818 | } |
| 819 | 819 | |
@@ -838,59 +838,59 @@ discard block |
||
| 838 | 838 | |
| 839 | 839 | public function setAggregateBy($aggregateBy) |
| 840 | 840 | { |
| 841 | - $this->aggregateBy = $aggregateBy; |
|
| 841 | + $this->aggregateBy = $aggregateBy; |
|
| 842 | 842 | } |
| 843 | 843 | public function getAggregateBy() |
| 844 | 844 | { |
| 845 | - return $this->aggregateBy; |
|
| 845 | + return $this->aggregateBy; |
|
| 846 | 846 | } |
| 847 | 847 | public function setBucketByActivitySegment(Google_Service_Fitness_BucketByActivity $bucketByActivitySegment) |
| 848 | 848 | { |
| 849 | - $this->bucketByActivitySegment = $bucketByActivitySegment; |
|
| 849 | + $this->bucketByActivitySegment = $bucketByActivitySegment; |
|
| 850 | 850 | } |
| 851 | 851 | public function getBucketByActivitySegment() |
| 852 | 852 | { |
| 853 | - return $this->bucketByActivitySegment; |
|
| 853 | + return $this->bucketByActivitySegment; |
|
| 854 | 854 | } |
| 855 | 855 | public function setBucketByActivityType(Google_Service_Fitness_BucketByActivity $bucketByActivityType) |
| 856 | 856 | { |
| 857 | - $this->bucketByActivityType = $bucketByActivityType; |
|
| 857 | + $this->bucketByActivityType = $bucketByActivityType; |
|
| 858 | 858 | } |
| 859 | 859 | public function getBucketByActivityType() |
| 860 | 860 | { |
| 861 | - return $this->bucketByActivityType; |
|
| 861 | + return $this->bucketByActivityType; |
|
| 862 | 862 | } |
| 863 | 863 | public function setBucketBySession(Google_Service_Fitness_BucketBySession $bucketBySession) |
| 864 | 864 | { |
| 865 | - $this->bucketBySession = $bucketBySession; |
|
| 865 | + $this->bucketBySession = $bucketBySession; |
|
| 866 | 866 | } |
| 867 | 867 | public function getBucketBySession() |
| 868 | 868 | { |
| 869 | - return $this->bucketBySession; |
|
| 869 | + return $this->bucketBySession; |
|
| 870 | 870 | } |
| 871 | 871 | public function setBucketByTime(Google_Service_Fitness_BucketByTime $bucketByTime) |
| 872 | 872 | { |
| 873 | - $this->bucketByTime = $bucketByTime; |
|
| 873 | + $this->bucketByTime = $bucketByTime; |
|
| 874 | 874 | } |
| 875 | 875 | public function getBucketByTime() |
| 876 | 876 | { |
| 877 | - return $this->bucketByTime; |
|
| 877 | + return $this->bucketByTime; |
|
| 878 | 878 | } |
| 879 | 879 | public function setEndTimeMillis($endTimeMillis) |
| 880 | 880 | { |
| 881 | - $this->endTimeMillis = $endTimeMillis; |
|
| 881 | + $this->endTimeMillis = $endTimeMillis; |
|
| 882 | 882 | } |
| 883 | 883 | public function getEndTimeMillis() |
| 884 | 884 | { |
| 885 | - return $this->endTimeMillis; |
|
| 885 | + return $this->endTimeMillis; |
|
| 886 | 886 | } |
| 887 | 887 | public function setStartTimeMillis($startTimeMillis) |
| 888 | 888 | { |
| 889 | - $this->startTimeMillis = $startTimeMillis; |
|
| 889 | + $this->startTimeMillis = $startTimeMillis; |
|
| 890 | 890 | } |
| 891 | 891 | public function getStartTimeMillis() |
| 892 | 892 | { |
| 893 | - return $this->startTimeMillis; |
|
| 893 | + return $this->startTimeMillis; |
|
| 894 | 894 | } |
| 895 | 895 | } |
| 896 | 896 | |
@@ -905,11 +905,11 @@ discard block |
||
| 905 | 905 | |
| 906 | 906 | public function setBucket($bucket) |
| 907 | 907 | { |
| 908 | - $this->bucket = $bucket; |
|
| 908 | + $this->bucket = $bucket; |
|
| 909 | 909 | } |
| 910 | 910 | public function getBucket() |
| 911 | 911 | { |
| 912 | - return $this->bucket; |
|
| 912 | + return $this->bucket; |
|
| 913 | 913 | } |
| 914 | 914 | } |
| 915 | 915 | |
@@ -925,35 +925,35 @@ discard block |
||
| 925 | 925 | |
| 926 | 926 | public function setDetailsUrl($detailsUrl) |
| 927 | 927 | { |
| 928 | - $this->detailsUrl = $detailsUrl; |
|
| 928 | + $this->detailsUrl = $detailsUrl; |
|
| 929 | 929 | } |
| 930 | 930 | public function getDetailsUrl() |
| 931 | 931 | { |
| 932 | - return $this->detailsUrl; |
|
| 932 | + return $this->detailsUrl; |
|
| 933 | 933 | } |
| 934 | 934 | public function setName($name) |
| 935 | 935 | { |
| 936 | - $this->name = $name; |
|
| 936 | + $this->name = $name; |
|
| 937 | 937 | } |
| 938 | 938 | public function getName() |
| 939 | 939 | { |
| 940 | - return $this->name; |
|
| 940 | + return $this->name; |
|
| 941 | 941 | } |
| 942 | 942 | public function setPackageName($packageName) |
| 943 | 943 | { |
| 944 | - $this->packageName = $packageName; |
|
| 944 | + $this->packageName = $packageName; |
|
| 945 | 945 | } |
| 946 | 946 | public function getPackageName() |
| 947 | 947 | { |
| 948 | - return $this->packageName; |
|
| 948 | + return $this->packageName; |
|
| 949 | 949 | } |
| 950 | 950 | public function setVersion($version) |
| 951 | 951 | { |
| 952 | - $this->version = $version; |
|
| 952 | + $this->version = $version; |
|
| 953 | 953 | } |
| 954 | 954 | public function getVersion() |
| 955 | 955 | { |
| 956 | - return $this->version; |
|
| 956 | + return $this->version; |
|
| 957 | 957 | } |
| 958 | 958 | } |
| 959 | 959 | |
@@ -967,19 +967,19 @@ discard block |
||
| 967 | 967 | |
| 968 | 968 | public function setActivityDataSourceId($activityDataSourceId) |
| 969 | 969 | { |
| 970 | - $this->activityDataSourceId = $activityDataSourceId; |
|
| 970 | + $this->activityDataSourceId = $activityDataSourceId; |
|
| 971 | 971 | } |
| 972 | 972 | public function getActivityDataSourceId() |
| 973 | 973 | { |
| 974 | - return $this->activityDataSourceId; |
|
| 974 | + return $this->activityDataSourceId; |
|
| 975 | 975 | } |
| 976 | 976 | public function setMinDurationMillis($minDurationMillis) |
| 977 | 977 | { |
| 978 | - $this->minDurationMillis = $minDurationMillis; |
|
| 978 | + $this->minDurationMillis = $minDurationMillis; |
|
| 979 | 979 | } |
| 980 | 980 | public function getMinDurationMillis() |
| 981 | 981 | { |
| 982 | - return $this->minDurationMillis; |
|
| 982 | + return $this->minDurationMillis; |
|
| 983 | 983 | } |
| 984 | 984 | } |
| 985 | 985 | |
@@ -992,11 +992,11 @@ discard block |
||
| 992 | 992 | |
| 993 | 993 | public function setMinDurationMillis($minDurationMillis) |
| 994 | 994 | { |
| 995 | - $this->minDurationMillis = $minDurationMillis; |
|
| 995 | + $this->minDurationMillis = $minDurationMillis; |
|
| 996 | 996 | } |
| 997 | 997 | public function getMinDurationMillis() |
| 998 | 998 | { |
| 999 | - return $this->minDurationMillis; |
|
| 999 | + return $this->minDurationMillis; |
|
| 1000 | 1000 | } |
| 1001 | 1001 | } |
| 1002 | 1002 | |
@@ -1009,11 +1009,11 @@ discard block |
||
| 1009 | 1009 | |
| 1010 | 1010 | public function setDurationMillis($durationMillis) |
| 1011 | 1011 | { |
| 1012 | - $this->durationMillis = $durationMillis; |
|
| 1012 | + $this->durationMillis = $durationMillis; |
|
| 1013 | 1013 | } |
| 1014 | 1014 | public function getDurationMillis() |
| 1015 | 1015 | { |
| 1016 | - return $this->durationMillis; |
|
| 1016 | + return $this->durationMillis; |
|
| 1017 | 1017 | } |
| 1018 | 1018 | } |
| 1019 | 1019 | |
@@ -1035,67 +1035,67 @@ discard block |
||
| 1035 | 1035 | |
| 1036 | 1036 | public function setComputationTimeMillis($computationTimeMillis) |
| 1037 | 1037 | { |
| 1038 | - $this->computationTimeMillis = $computationTimeMillis; |
|
| 1038 | + $this->computationTimeMillis = $computationTimeMillis; |
|
| 1039 | 1039 | } |
| 1040 | 1040 | public function getComputationTimeMillis() |
| 1041 | 1041 | { |
| 1042 | - return $this->computationTimeMillis; |
|
| 1042 | + return $this->computationTimeMillis; |
|
| 1043 | 1043 | } |
| 1044 | 1044 | public function setDataTypeName($dataTypeName) |
| 1045 | 1045 | { |
| 1046 | - $this->dataTypeName = $dataTypeName; |
|
| 1046 | + $this->dataTypeName = $dataTypeName; |
|
| 1047 | 1047 | } |
| 1048 | 1048 | public function getDataTypeName() |
| 1049 | 1049 | { |
| 1050 | - return $this->dataTypeName; |
|
| 1050 | + return $this->dataTypeName; |
|
| 1051 | 1051 | } |
| 1052 | 1052 | public function setEndTimeNanos($endTimeNanos) |
| 1053 | 1053 | { |
| 1054 | - $this->endTimeNanos = $endTimeNanos; |
|
| 1054 | + $this->endTimeNanos = $endTimeNanos; |
|
| 1055 | 1055 | } |
| 1056 | 1056 | public function getEndTimeNanos() |
| 1057 | 1057 | { |
| 1058 | - return $this->endTimeNanos; |
|
| 1058 | + return $this->endTimeNanos; |
|
| 1059 | 1059 | } |
| 1060 | 1060 | public function setModifiedTimeMillis($modifiedTimeMillis) |
| 1061 | 1061 | { |
| 1062 | - $this->modifiedTimeMillis = $modifiedTimeMillis; |
|
| 1062 | + $this->modifiedTimeMillis = $modifiedTimeMillis; |
|
| 1063 | 1063 | } |
| 1064 | 1064 | public function getModifiedTimeMillis() |
| 1065 | 1065 | { |
| 1066 | - return $this->modifiedTimeMillis; |
|
| 1066 | + return $this->modifiedTimeMillis; |
|
| 1067 | 1067 | } |
| 1068 | 1068 | public function setOriginDataSourceId($originDataSourceId) |
| 1069 | 1069 | { |
| 1070 | - $this->originDataSourceId = $originDataSourceId; |
|
| 1070 | + $this->originDataSourceId = $originDataSourceId; |
|
| 1071 | 1071 | } |
| 1072 | 1072 | public function getOriginDataSourceId() |
| 1073 | 1073 | { |
| 1074 | - return $this->originDataSourceId; |
|
| 1074 | + return $this->originDataSourceId; |
|
| 1075 | 1075 | } |
| 1076 | 1076 | public function setRawTimestampNanos($rawTimestampNanos) |
| 1077 | 1077 | { |
| 1078 | - $this->rawTimestampNanos = $rawTimestampNanos; |
|
| 1078 | + $this->rawTimestampNanos = $rawTimestampNanos; |
|
| 1079 | 1079 | } |
| 1080 | 1080 | public function getRawTimestampNanos() |
| 1081 | 1081 | { |
| 1082 | - return $this->rawTimestampNanos; |
|
| 1082 | + return $this->rawTimestampNanos; |
|
| 1083 | 1083 | } |
| 1084 | 1084 | public function setStartTimeNanos($startTimeNanos) |
| 1085 | 1085 | { |
| 1086 | - $this->startTimeNanos = $startTimeNanos; |
|
| 1086 | + $this->startTimeNanos = $startTimeNanos; |
|
| 1087 | 1087 | } |
| 1088 | 1088 | public function getStartTimeNanos() |
| 1089 | 1089 | { |
| 1090 | - return $this->startTimeNanos; |
|
| 1090 | + return $this->startTimeNanos; |
|
| 1091 | 1091 | } |
| 1092 | 1092 | public function setValue($value) |
| 1093 | 1093 | { |
| 1094 | - $this->value = $value; |
|
| 1094 | + $this->value = $value; |
|
| 1095 | 1095 | } |
| 1096 | 1096 | public function getValue() |
| 1097 | 1097 | { |
| 1098 | - return $this->value; |
|
| 1098 | + return $this->value; |
|
| 1099 | 1099 | } |
| 1100 | 1100 | } |
| 1101 | 1101 | |
@@ -1117,59 +1117,59 @@ discard block |
||
| 1117 | 1117 | |
| 1118 | 1118 | public function setApplication(Google_Service_Fitness_Application $application) |
| 1119 | 1119 | { |
| 1120 | - $this->application = $application; |
|
| 1120 | + $this->application = $application; |
|
| 1121 | 1121 | } |
| 1122 | 1122 | public function getApplication() |
| 1123 | 1123 | { |
| 1124 | - return $this->application; |
|
| 1124 | + return $this->application; |
|
| 1125 | 1125 | } |
| 1126 | 1126 | public function setDataStreamId($dataStreamId) |
| 1127 | 1127 | { |
| 1128 | - $this->dataStreamId = $dataStreamId; |
|
| 1128 | + $this->dataStreamId = $dataStreamId; |
|
| 1129 | 1129 | } |
| 1130 | 1130 | public function getDataStreamId() |
| 1131 | 1131 | { |
| 1132 | - return $this->dataStreamId; |
|
| 1132 | + return $this->dataStreamId; |
|
| 1133 | 1133 | } |
| 1134 | 1134 | public function setDataStreamName($dataStreamName) |
| 1135 | 1135 | { |
| 1136 | - $this->dataStreamName = $dataStreamName; |
|
| 1136 | + $this->dataStreamName = $dataStreamName; |
|
| 1137 | 1137 | } |
| 1138 | 1138 | public function getDataStreamName() |
| 1139 | 1139 | { |
| 1140 | - return $this->dataStreamName; |
|
| 1140 | + return $this->dataStreamName; |
|
| 1141 | 1141 | } |
| 1142 | 1142 | public function setDataType(Google_Service_Fitness_DataType $dataType) |
| 1143 | 1143 | { |
| 1144 | - $this->dataType = $dataType; |
|
| 1144 | + $this->dataType = $dataType; |
|
| 1145 | 1145 | } |
| 1146 | 1146 | public function getDataType() |
| 1147 | 1147 | { |
| 1148 | - return $this->dataType; |
|
| 1148 | + return $this->dataType; |
|
| 1149 | 1149 | } |
| 1150 | 1150 | public function setDevice(Google_Service_Fitness_Device $device) |
| 1151 | 1151 | { |
| 1152 | - $this->device = $device; |
|
| 1152 | + $this->device = $device; |
|
| 1153 | 1153 | } |
| 1154 | 1154 | public function getDevice() |
| 1155 | 1155 | { |
| 1156 | - return $this->device; |
|
| 1156 | + return $this->device; |
|
| 1157 | 1157 | } |
| 1158 | 1158 | public function setName($name) |
| 1159 | 1159 | { |
| 1160 | - $this->name = $name; |
|
| 1160 | + $this->name = $name; |
|
| 1161 | 1161 | } |
| 1162 | 1162 | public function getName() |
| 1163 | 1163 | { |
| 1164 | - return $this->name; |
|
| 1164 | + return $this->name; |
|
| 1165 | 1165 | } |
| 1166 | 1166 | public function setType($type) |
| 1167 | 1167 | { |
| 1168 | - $this->type = $type; |
|
| 1168 | + $this->type = $type; |
|
| 1169 | 1169 | } |
| 1170 | 1170 | public function getType() |
| 1171 | 1171 | { |
| 1172 | - return $this->type; |
|
| 1172 | + return $this->type; |
|
| 1173 | 1173 | } |
| 1174 | 1174 | } |
| 1175 | 1175 | |
@@ -1185,19 +1185,19 @@ discard block |
||
| 1185 | 1185 | |
| 1186 | 1186 | public function setField($field) |
| 1187 | 1187 | { |
| 1188 | - $this->field = $field; |
|
| 1188 | + $this->field = $field; |
|
| 1189 | 1189 | } |
| 1190 | 1190 | public function getField() |
| 1191 | 1191 | { |
| 1192 | - return $this->field; |
|
| 1192 | + return $this->field; |
|
| 1193 | 1193 | } |
| 1194 | 1194 | public function setName($name) |
| 1195 | 1195 | { |
| 1196 | - $this->name = $name; |
|
| 1196 | + $this->name = $name; |
|
| 1197 | 1197 | } |
| 1198 | 1198 | public function getName() |
| 1199 | 1199 | { |
| 1200 | - return $this->name; |
|
| 1200 | + return $this->name; |
|
| 1201 | 1201 | } |
| 1202 | 1202 | } |
| 1203 | 1203 | |
@@ -1212,27 +1212,27 @@ discard block |
||
| 1212 | 1212 | |
| 1213 | 1213 | public function setFormat($format) |
| 1214 | 1214 | { |
| 1215 | - $this->format = $format; |
|
| 1215 | + $this->format = $format; |
|
| 1216 | 1216 | } |
| 1217 | 1217 | public function getFormat() |
| 1218 | 1218 | { |
| 1219 | - return $this->format; |
|
| 1219 | + return $this->format; |
|
| 1220 | 1220 | } |
| 1221 | 1221 | public function setName($name) |
| 1222 | 1222 | { |
| 1223 | - $this->name = $name; |
|
| 1223 | + $this->name = $name; |
|
| 1224 | 1224 | } |
| 1225 | 1225 | public function getName() |
| 1226 | 1226 | { |
| 1227 | - return $this->name; |
|
| 1227 | + return $this->name; |
|
| 1228 | 1228 | } |
| 1229 | 1229 | public function setOptional($optional) |
| 1230 | 1230 | { |
| 1231 | - $this->optional = $optional; |
|
| 1231 | + $this->optional = $optional; |
|
| 1232 | 1232 | } |
| 1233 | 1233 | public function getOptional() |
| 1234 | 1234 | { |
| 1235 | - return $this->optional; |
|
| 1235 | + return $this->optional; |
|
| 1236 | 1236 | } |
| 1237 | 1237 | } |
| 1238 | 1238 | |
@@ -1251,43 +1251,43 @@ discard block |
||
| 1251 | 1251 | |
| 1252 | 1252 | public function setDataSourceId($dataSourceId) |
| 1253 | 1253 | { |
| 1254 | - $this->dataSourceId = $dataSourceId; |
|
| 1254 | + $this->dataSourceId = $dataSourceId; |
|
| 1255 | 1255 | } |
| 1256 | 1256 | public function getDataSourceId() |
| 1257 | 1257 | { |
| 1258 | - return $this->dataSourceId; |
|
| 1258 | + return $this->dataSourceId; |
|
| 1259 | 1259 | } |
| 1260 | 1260 | public function setMaxEndTimeNs($maxEndTimeNs) |
| 1261 | 1261 | { |
| 1262 | - $this->maxEndTimeNs = $maxEndTimeNs; |
|
| 1262 | + $this->maxEndTimeNs = $maxEndTimeNs; |
|
| 1263 | 1263 | } |
| 1264 | 1264 | public function getMaxEndTimeNs() |
| 1265 | 1265 | { |
| 1266 | - return $this->maxEndTimeNs; |
|
| 1266 | + return $this->maxEndTimeNs; |
|
| 1267 | 1267 | } |
| 1268 | 1268 | public function setMinStartTimeNs($minStartTimeNs) |
| 1269 | 1269 | { |
| 1270 | - $this->minStartTimeNs = $minStartTimeNs; |
|
| 1270 | + $this->minStartTimeNs = $minStartTimeNs; |
|
| 1271 | 1271 | } |
| 1272 | 1272 | public function getMinStartTimeNs() |
| 1273 | 1273 | { |
| 1274 | - return $this->minStartTimeNs; |
|
| 1274 | + return $this->minStartTimeNs; |
|
| 1275 | 1275 | } |
| 1276 | 1276 | public function setNextPageToken($nextPageToken) |
| 1277 | 1277 | { |
| 1278 | - $this->nextPageToken = $nextPageToken; |
|
| 1278 | + $this->nextPageToken = $nextPageToken; |
|
| 1279 | 1279 | } |
| 1280 | 1280 | public function getNextPageToken() |
| 1281 | 1281 | { |
| 1282 | - return $this->nextPageToken; |
|
| 1282 | + return $this->nextPageToken; |
|
| 1283 | 1283 | } |
| 1284 | 1284 | public function setPoint($point) |
| 1285 | 1285 | { |
| 1286 | - $this->point = $point; |
|
| 1286 | + $this->point = $point; |
|
| 1287 | 1287 | } |
| 1288 | 1288 | public function getPoint() |
| 1289 | 1289 | { |
| 1290 | - return $this->point; |
|
| 1290 | + return $this->point; |
|
| 1291 | 1291 | } |
| 1292 | 1292 | } |
| 1293 | 1293 | |
@@ -1304,43 +1304,43 @@ discard block |
||
| 1304 | 1304 | |
| 1305 | 1305 | public function setManufacturer($manufacturer) |
| 1306 | 1306 | { |
| 1307 | - $this->manufacturer = $manufacturer; |
|
| 1307 | + $this->manufacturer = $manufacturer; |
|
| 1308 | 1308 | } |
| 1309 | 1309 | public function getManufacturer() |
| 1310 | 1310 | { |
| 1311 | - return $this->manufacturer; |
|
| 1311 | + return $this->manufacturer; |
|
| 1312 | 1312 | } |
| 1313 | 1313 | public function setModel($model) |
| 1314 | 1314 | { |
| 1315 | - $this->model = $model; |
|
| 1315 | + $this->model = $model; |
|
| 1316 | 1316 | } |
| 1317 | 1317 | public function getModel() |
| 1318 | 1318 | { |
| 1319 | - return $this->model; |
|
| 1319 | + return $this->model; |
|
| 1320 | 1320 | } |
| 1321 | 1321 | public function setType($type) |
| 1322 | 1322 | { |
| 1323 | - $this->type = $type; |
|
| 1323 | + $this->type = $type; |
|
| 1324 | 1324 | } |
| 1325 | 1325 | public function getType() |
| 1326 | 1326 | { |
| 1327 | - return $this->type; |
|
| 1327 | + return $this->type; |
|
| 1328 | 1328 | } |
| 1329 | 1329 | public function setUid($uid) |
| 1330 | 1330 | { |
| 1331 | - $this->uid = $uid; |
|
| 1331 | + $this->uid = $uid; |
|
| 1332 | 1332 | } |
| 1333 | 1333 | public function getUid() |
| 1334 | 1334 | { |
| 1335 | - return $this->uid; |
|
| 1335 | + return $this->uid; |
|
| 1336 | 1336 | } |
| 1337 | 1337 | public function setVersion($version) |
| 1338 | 1338 | { |
| 1339 | - $this->version = $version; |
|
| 1339 | + $this->version = $version; |
|
| 1340 | 1340 | } |
| 1341 | 1341 | public function getVersion() |
| 1342 | 1342 | { |
| 1343 | - return $this->version; |
|
| 1343 | + return $this->version; |
|
| 1344 | 1344 | } |
| 1345 | 1345 | } |
| 1346 | 1346 | |
@@ -1355,11 +1355,11 @@ discard block |
||
| 1355 | 1355 | |
| 1356 | 1356 | public function setDataSource($dataSource) |
| 1357 | 1357 | { |
| 1358 | - $this->dataSource = $dataSource; |
|
| 1358 | + $this->dataSource = $dataSource; |
|
| 1359 | 1359 | } |
| 1360 | 1360 | public function getDataSource() |
| 1361 | 1361 | { |
| 1362 | - return $this->dataSource; |
|
| 1362 | + return $this->dataSource; |
|
| 1363 | 1363 | } |
| 1364 | 1364 | } |
| 1365 | 1365 | |
@@ -1377,27 +1377,27 @@ discard block |
||
| 1377 | 1377 | |
| 1378 | 1378 | public function setDeletedSession($deletedSession) |
| 1379 | 1379 | { |
| 1380 | - $this->deletedSession = $deletedSession; |
|
| 1380 | + $this->deletedSession = $deletedSession; |
|
| 1381 | 1381 | } |
| 1382 | 1382 | public function getDeletedSession() |
| 1383 | 1383 | { |
| 1384 | - return $this->deletedSession; |
|
| 1384 | + return $this->deletedSession; |
|
| 1385 | 1385 | } |
| 1386 | 1386 | public function setNextPageToken($nextPageToken) |
| 1387 | 1387 | { |
| 1388 | - $this->nextPageToken = $nextPageToken; |
|
| 1388 | + $this->nextPageToken = $nextPageToken; |
|
| 1389 | 1389 | } |
| 1390 | 1390 | public function getNextPageToken() |
| 1391 | 1391 | { |
| 1392 | - return $this->nextPageToken; |
|
| 1392 | + return $this->nextPageToken; |
|
| 1393 | 1393 | } |
| 1394 | 1394 | public function setSession($session) |
| 1395 | 1395 | { |
| 1396 | - $this->session = $session; |
|
| 1396 | + $this->session = $session; |
|
| 1397 | 1397 | } |
| 1398 | 1398 | public function getSession() |
| 1399 | 1399 | { |
| 1400 | - return $this->session; |
|
| 1400 | + return $this->session; |
|
| 1401 | 1401 | } |
| 1402 | 1402 | } |
| 1403 | 1403 | |
@@ -1419,75 +1419,75 @@ discard block |
||
| 1419 | 1419 | |
| 1420 | 1420 | public function setActiveTimeMillis($activeTimeMillis) |
| 1421 | 1421 | { |
| 1422 | - $this->activeTimeMillis = $activeTimeMillis; |
|
| 1422 | + $this->activeTimeMillis = $activeTimeMillis; |
|
| 1423 | 1423 | } |
| 1424 | 1424 | public function getActiveTimeMillis() |
| 1425 | 1425 | { |
| 1426 | - return $this->activeTimeMillis; |
|
| 1426 | + return $this->activeTimeMillis; |
|
| 1427 | 1427 | } |
| 1428 | 1428 | public function setActivityType($activityType) |
| 1429 | 1429 | { |
| 1430 | - $this->activityType = $activityType; |
|
| 1430 | + $this->activityType = $activityType; |
|
| 1431 | 1431 | } |
| 1432 | 1432 | public function getActivityType() |
| 1433 | 1433 | { |
| 1434 | - return $this->activityType; |
|
| 1434 | + return $this->activityType; |
|
| 1435 | 1435 | } |
| 1436 | 1436 | public function setApplication(Google_Service_Fitness_Application $application) |
| 1437 | 1437 | { |
| 1438 | - $this->application = $application; |
|
| 1438 | + $this->application = $application; |
|
| 1439 | 1439 | } |
| 1440 | 1440 | public function getApplication() |
| 1441 | 1441 | { |
| 1442 | - return $this->application; |
|
| 1442 | + return $this->application; |
|
| 1443 | 1443 | } |
| 1444 | 1444 | public function setDescription($description) |
| 1445 | 1445 | { |
| 1446 | - $this->description = $description; |
|
| 1446 | + $this->description = $description; |
|
| 1447 | 1447 | } |
| 1448 | 1448 | public function getDescription() |
| 1449 | 1449 | { |
| 1450 | - return $this->description; |
|
| 1450 | + return $this->description; |
|
| 1451 | 1451 | } |
| 1452 | 1452 | public function setEndTimeMillis($endTimeMillis) |
| 1453 | 1453 | { |
| 1454 | - $this->endTimeMillis = $endTimeMillis; |
|
| 1454 | + $this->endTimeMillis = $endTimeMillis; |
|
| 1455 | 1455 | } |
| 1456 | 1456 | public function getEndTimeMillis() |
| 1457 | 1457 | { |
| 1458 | - return $this->endTimeMillis; |
|
| 1458 | + return $this->endTimeMillis; |
|
| 1459 | 1459 | } |
| 1460 | 1460 | public function setId($id) |
| 1461 | 1461 | { |
| 1462 | - $this->id = $id; |
|
| 1462 | + $this->id = $id; |
|
| 1463 | 1463 | } |
| 1464 | 1464 | public function getId() |
| 1465 | 1465 | { |
| 1466 | - return $this->id; |
|
| 1466 | + return $this->id; |
|
| 1467 | 1467 | } |
| 1468 | 1468 | public function setModifiedTimeMillis($modifiedTimeMillis) |
| 1469 | 1469 | { |
| 1470 | - $this->modifiedTimeMillis = $modifiedTimeMillis; |
|
| 1470 | + $this->modifiedTimeMillis = $modifiedTimeMillis; |
|
| 1471 | 1471 | } |
| 1472 | 1472 | public function getModifiedTimeMillis() |
| 1473 | 1473 | { |
| 1474 | - return $this->modifiedTimeMillis; |
|
| 1474 | + return $this->modifiedTimeMillis; |
|
| 1475 | 1475 | } |
| 1476 | 1476 | public function setName($name) |
| 1477 | 1477 | { |
| 1478 | - $this->name = $name; |
|
| 1478 | + $this->name = $name; |
|
| 1479 | 1479 | } |
| 1480 | 1480 | public function getName() |
| 1481 | 1481 | { |
| 1482 | - return $this->name; |
|
| 1482 | + return $this->name; |
|
| 1483 | 1483 | } |
| 1484 | 1484 | public function setStartTimeMillis($startTimeMillis) |
| 1485 | 1485 | { |
| 1486 | - $this->startTimeMillis = $startTimeMillis; |
|
| 1486 | + $this->startTimeMillis = $startTimeMillis; |
|
| 1487 | 1487 | } |
| 1488 | 1488 | public function getStartTimeMillis() |
| 1489 | 1489 | { |
| 1490 | - return $this->startTimeMillis; |
|
| 1490 | + return $this->startTimeMillis; |
|
| 1491 | 1491 | } |
| 1492 | 1492 | } |
| 1493 | 1493 | |
@@ -1501,18 +1501,18 @@ discard block |
||
| 1501 | 1501 | |
| 1502 | 1502 | public function setFpVal($fpVal) |
| 1503 | 1503 | { |
| 1504 | - $this->fpVal = $fpVal; |
|
| 1504 | + $this->fpVal = $fpVal; |
|
| 1505 | 1505 | } |
| 1506 | 1506 | public function getFpVal() |
| 1507 | 1507 | { |
| 1508 | - return $this->fpVal; |
|
| 1508 | + return $this->fpVal; |
|
| 1509 | 1509 | } |
| 1510 | 1510 | public function setIntVal($intVal) |
| 1511 | 1511 | { |
| 1512 | - $this->intVal = $intVal; |
|
| 1512 | + $this->intVal = $intVal; |
|
| 1513 | 1513 | } |
| 1514 | 1514 | public function getIntVal() |
| 1515 | 1515 | { |
| 1516 | - return $this->intVal; |
|
| 1516 | + return $this->intVal; |
|
| 1517 | 1517 | } |
| 1518 | 1518 | } |
@@ -84,7 +84,7 @@ discard block |
||
| 84 | 84 | 'required' => true, |
| 85 | 85 | ), |
| 86 | 86 | ), |
| 87 | - ),'delete' => array( |
|
| 87 | + ), 'delete' => array( |
|
| 88 | 88 | 'path' => '{userId}/dataSources/{dataSourceId}', |
| 89 | 89 | 'httpMethod' => 'DELETE', |
| 90 | 90 | 'parameters' => array( |
@@ -99,7 +99,7 @@ discard block |
||
| 99 | 99 | 'required' => true, |
| 100 | 100 | ), |
| 101 | 101 | ), |
| 102 | - ),'get' => array( |
|
| 102 | + ), 'get' => array( |
|
| 103 | 103 | 'path' => '{userId}/dataSources/{dataSourceId}', |
| 104 | 104 | 'httpMethod' => 'GET', |
| 105 | 105 | 'parameters' => array( |
@@ -114,7 +114,7 @@ discard block |
||
| 114 | 114 | 'required' => true, |
| 115 | 115 | ), |
| 116 | 116 | ), |
| 117 | - ),'list' => array( |
|
| 117 | + ), 'list' => array( |
|
| 118 | 118 | 'path' => '{userId}/dataSources', |
| 119 | 119 | 'httpMethod' => 'GET', |
| 120 | 120 | 'parameters' => array( |
@@ -129,7 +129,7 @@ discard block |
||
| 129 | 129 | 'repeated' => true, |
| 130 | 130 | ), |
| 131 | 131 | ), |
| 132 | - ),'patch' => array( |
|
| 132 | + ), 'patch' => array( |
|
| 133 | 133 | 'path' => '{userId}/dataSources/{dataSourceId}', |
| 134 | 134 | 'httpMethod' => 'PATCH', |
| 135 | 135 | 'parameters' => array( |
@@ -144,7 +144,7 @@ discard block |
||
| 144 | 144 | 'required' => true, |
| 145 | 145 | ), |
| 146 | 146 | ), |
| 147 | - ),'update' => array( |
|
| 147 | + ), 'update' => array( |
|
| 148 | 148 | 'path' => '{userId}/dataSources/{dataSourceId}', |
| 149 | 149 | 'httpMethod' => 'PUT', |
| 150 | 150 | 'parameters' => array( |
@@ -197,7 +197,7 @@ discard block |
||
| 197 | 197 | 'type' => 'string', |
| 198 | 198 | ), |
| 199 | 199 | ), |
| 200 | - ),'get' => array( |
|
| 200 | + ), 'get' => array( |
|
| 201 | 201 | 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', |
| 202 | 202 | 'httpMethod' => 'GET', |
| 203 | 203 | 'parameters' => array( |
@@ -225,7 +225,7 @@ discard block |
||
| 225 | 225 | 'type' => 'string', |
| 226 | 226 | ), |
| 227 | 227 | ), |
| 228 | - ),'patch' => array( |
|
| 228 | + ), 'patch' => array( |
|
| 229 | 229 | 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', |
| 230 | 230 | 'httpMethod' => 'PATCH', |
| 231 | 231 | 'parameters' => array( |
@@ -298,7 +298,7 @@ discard block |
||
| 298 | 298 | 'type' => 'string', |
| 299 | 299 | ), |
| 300 | 300 | ), |
| 301 | - ),'list' => array( |
|
| 301 | + ), 'list' => array( |
|
| 302 | 302 | 'path' => '{userId}/sessions', |
| 303 | 303 | 'httpMethod' => 'GET', |
| 304 | 304 | 'parameters' => array( |
@@ -324,7 +324,7 @@ discard block |
||
| 324 | 324 | 'type' => 'string', |
| 325 | 325 | ), |
| 326 | 326 | ), |
| 327 | - ),'update' => array( |
|
| 327 | + ), 'update' => array( |
|
| 328 | 328 | 'path' => '{userId}/sessions/{sessionId}', |
| 329 | 329 | 'httpMethod' => 'PUT', |
| 330 | 330 | 'parameters' => array( |
@@ -676,7 +676,7 @@ discard block |
||
| 676 | 676 | * Adds a new column to the table. (column.insert) |
| 677 | 677 | * |
| 678 | 678 | * @param string $tableId Table for which a new column is being added. |
| 679 | - * @param Google_Column $postBody |
|
| 679 | + * @param Google_Service_Fusiontables_Column $postBody |
|
| 680 | 680 | * @param array $optParams Optional parameters. |
| 681 | 681 | * @return Google_Service_Fusiontables_Column |
| 682 | 682 | */ |
@@ -713,7 +713,7 @@ discard block |
||
| 713 | 713 | * @param string $tableId Table for which the column is being updated. |
| 714 | 714 | * @param string $columnId Name or identifier for the column that is being |
| 715 | 715 | * updated. |
| 716 | - * @param Google_Column $postBody |
|
| 716 | + * @param Google_Service_Fusiontables_Column $postBody |
|
| 717 | 717 | * @param array $optParams Optional parameters. |
| 718 | 718 | * @return Google_Service_Fusiontables_Column |
| 719 | 719 | */ |
@@ -730,7 +730,7 @@ discard block |
||
| 730 | 730 | * @param string $tableId Table for which the column is being updated. |
| 731 | 731 | * @param string $columnId Name or identifier for the column that is being |
| 732 | 732 | * updated. |
| 733 | - * @param Google_Column $postBody |
|
| 733 | + * @param Google_Service_Fusiontables_Column $postBody |
|
| 734 | 734 | * @param array $optParams Optional parameters. |
| 735 | 735 | * @return Google_Service_Fusiontables_Column |
| 736 | 736 | */ |
@@ -842,7 +842,7 @@ discard block |
||
| 842 | 842 | * Adds a new style for the table. (style.insert) |
| 843 | 843 | * |
| 844 | 844 | * @param string $tableId Table for which a new style is being added |
| 845 | - * @param Google_StyleSetting $postBody |
|
| 845 | + * @param Google_Service_Fusiontables_StyleSetting $postBody |
|
| 846 | 846 | * @param array $optParams Optional parameters. |
| 847 | 847 | * @return Google_Service_Fusiontables_StyleSetting |
| 848 | 848 | */ |
@@ -878,7 +878,7 @@ discard block |
||
| 878 | 878 | * |
| 879 | 879 | * @param string $tableId Table whose style is being updated. |
| 880 | 880 | * @param int $styleId Identifier (within a table) for the style being updated. |
| 881 | - * @param Google_StyleSetting $postBody |
|
| 881 | + * @param Google_Service_Fusiontables_StyleSetting $postBody |
|
| 882 | 882 | * @param array $optParams Optional parameters. |
| 883 | 883 | * @return Google_Service_Fusiontables_StyleSetting |
| 884 | 884 | */ |
@@ -894,7 +894,7 @@ discard block |
||
| 894 | 894 | * |
| 895 | 895 | * @param string $tableId Table whose style is being updated. |
| 896 | 896 | * @param int $styleId Identifier (within a table) for the style being updated. |
| 897 | - * @param Google_StyleSetting $postBody |
|
| 897 | + * @param Google_Service_Fusiontables_StyleSetting $postBody |
|
| 898 | 898 | * @param array $optParams Optional parameters. |
| 899 | 899 | * @return Google_Service_Fusiontables_StyleSetting |
| 900 | 900 | */ |
@@ -1011,7 +1011,7 @@ discard block |
||
| 1011 | 1011 | /** |
| 1012 | 1012 | * Creates a new table. (table.insert) |
| 1013 | 1013 | * |
| 1014 | - * @param Google_Table $postBody |
|
| 1014 | + * @param Google_Service_Fusiontables_Table $postBody |
|
| 1015 | 1015 | * @param array $optParams Optional parameters. |
| 1016 | 1016 | * @return Google_Service_Fusiontables_Table |
| 1017 | 1017 | */ |
@@ -1046,7 +1046,7 @@ discard block |
||
| 1046 | 1046 | * semantics. (table.patch) |
| 1047 | 1047 | * |
| 1048 | 1048 | * @param string $tableId ID of the table that is being updated. |
| 1049 | - * @param Google_Table $postBody |
|
| 1049 | + * @param Google_Service_Fusiontables_Table $postBody |
|
| 1050 | 1050 | * @param array $optParams Optional parameters. |
| 1051 | 1051 | * |
| 1052 | 1052 | * @opt_param bool replaceViewDefinition Whether the view definition is also |
@@ -1096,7 +1096,7 @@ discard block |
||
| 1096 | 1096 | * description, and attribution will be updated. (table.update) |
| 1097 | 1097 | * |
| 1098 | 1098 | * @param string $tableId ID of the table that is being updated. |
| 1099 | - * @param Google_Table $postBody |
|
| 1099 | + * @param Google_Service_Fusiontables_Table $postBody |
|
| 1100 | 1100 | * @param array $optParams Optional parameters. |
| 1101 | 1101 | * |
| 1102 | 1102 | * @opt_param bool replaceViewDefinition Whether the view definition is also |
@@ -1218,7 +1218,7 @@ discard block |
||
| 1218 | 1218 | * Creates a new template for the table. (template.insert) |
| 1219 | 1219 | * |
| 1220 | 1220 | * @param string $tableId Table for which a new template is being created |
| 1221 | - * @param Google_Template $postBody |
|
| 1221 | + * @param Google_Service_Fusiontables_Template $postBody |
|
| 1222 | 1222 | * @param array $optParams Optional parameters. |
| 1223 | 1223 | * @return Google_Service_Fusiontables_Template |
| 1224 | 1224 | */ |
@@ -1255,7 +1255,7 @@ discard block |
||
| 1255 | 1255 | * |
| 1256 | 1256 | * @param string $tableId Table to which the updated template belongs |
| 1257 | 1257 | * @param int $templateId Identifier for the template that is being updated |
| 1258 | - * @param Google_Template $postBody |
|
| 1258 | + * @param Google_Service_Fusiontables_Template $postBody |
|
| 1259 | 1259 | * @param array $optParams Optional parameters. |
| 1260 | 1260 | * @return Google_Service_Fusiontables_Template |
| 1261 | 1261 | */ |
@@ -1271,7 +1271,7 @@ discard block |
||
| 1271 | 1271 | * |
| 1272 | 1272 | * @param string $tableId Table to which the updated template belongs |
| 1273 | 1273 | * @param int $templateId Identifier for the template that is being updated |
| 1274 | - * @param Google_Template $postBody |
|
| 1274 | + * @param Google_Service_Fusiontables_Template $postBody |
|
| 1275 | 1275 | * @param array $optParams Optional parameters. |
| 1276 | 1276 | * @return Google_Service_Fusiontables_Template |
| 1277 | 1277 | */ |
@@ -32,10 +32,10 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** Manage your Fusion Tables. */ |
| 34 | 34 | const FUSIONTABLES = |
| 35 | - "https://www.googleapis.com/auth/fusiontables"; |
|
| 35 | + "https://www.googleapis.com/auth/fusiontables"; |
|
| 36 | 36 | /** View your Fusion Tables. */ |
| 37 | 37 | const FUSIONTABLES_READONLY = |
| 38 | - "https://www.googleapis.com/auth/fusiontables.readonly"; |
|
| 38 | + "https://www.googleapis.com/auth/fusiontables.readonly"; |
|
| 39 | 39 | |
| 40 | 40 | public $column; |
| 41 | 41 | public $query; |
@@ -52,581 +52,581 @@ discard block |
||
| 52 | 52 | */ |
| 53 | 53 | public function __construct(Google_Client $client) |
| 54 | 54 | { |
| 55 | - parent::__construct($client); |
|
| 56 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 57 | - $this->servicePath = 'fusiontables/v2/'; |
|
| 58 | - $this->version = 'v2'; |
|
| 59 | - $this->serviceName = 'fusiontables'; |
|
| 60 | - |
|
| 61 | - $this->column = new Google_Service_Fusiontables_Column_Resource( |
|
| 62 | - $this, |
|
| 63 | - $this->serviceName, |
|
| 64 | - 'column', |
|
| 65 | - array( |
|
| 66 | - 'methods' => array( |
|
| 67 | - 'delete' => array( |
|
| 68 | - 'path' => 'tables/{tableId}/columns/{columnId}', |
|
| 69 | - 'httpMethod' => 'DELETE', |
|
| 70 | - 'parameters' => array( |
|
| 71 | - 'tableId' => array( |
|
| 72 | - 'location' => 'path', |
|
| 73 | - 'type' => 'string', |
|
| 74 | - 'required' => true, |
|
| 75 | - ), |
|
| 76 | - 'columnId' => array( |
|
| 77 | - 'location' => 'path', |
|
| 78 | - 'type' => 'string', |
|
| 79 | - 'required' => true, |
|
| 80 | - ), |
|
| 81 | - ), |
|
| 82 | - ),'get' => array( |
|
| 83 | - 'path' => 'tables/{tableId}/columns/{columnId}', |
|
| 84 | - 'httpMethod' => 'GET', |
|
| 85 | - 'parameters' => array( |
|
| 86 | - 'tableId' => array( |
|
| 87 | - 'location' => 'path', |
|
| 88 | - 'type' => 'string', |
|
| 89 | - 'required' => true, |
|
| 90 | - ), |
|
| 91 | - 'columnId' => array( |
|
| 92 | - 'location' => 'path', |
|
| 93 | - 'type' => 'string', |
|
| 94 | - 'required' => true, |
|
| 95 | - ), |
|
| 96 | - ), |
|
| 97 | - ),'insert' => array( |
|
| 98 | - 'path' => 'tables/{tableId}/columns', |
|
| 99 | - 'httpMethod' => 'POST', |
|
| 100 | - 'parameters' => array( |
|
| 101 | - 'tableId' => array( |
|
| 102 | - 'location' => 'path', |
|
| 103 | - 'type' => 'string', |
|
| 104 | - 'required' => true, |
|
| 105 | - ), |
|
| 106 | - ), |
|
| 107 | - ),'list' => array( |
|
| 108 | - 'path' => 'tables/{tableId}/columns', |
|
| 109 | - 'httpMethod' => 'GET', |
|
| 110 | - 'parameters' => array( |
|
| 111 | - 'tableId' => array( |
|
| 112 | - 'location' => 'path', |
|
| 113 | - 'type' => 'string', |
|
| 114 | - 'required' => true, |
|
| 115 | - ), |
|
| 116 | - 'pageToken' => array( |
|
| 117 | - 'location' => 'query', |
|
| 118 | - 'type' => 'string', |
|
| 119 | - ), |
|
| 120 | - 'maxResults' => array( |
|
| 121 | - 'location' => 'query', |
|
| 122 | - 'type' => 'integer', |
|
| 123 | - ), |
|
| 124 | - ), |
|
| 125 | - ),'patch' => array( |
|
| 126 | - 'path' => 'tables/{tableId}/columns/{columnId}', |
|
| 127 | - 'httpMethod' => 'PATCH', |
|
| 128 | - 'parameters' => array( |
|
| 129 | - 'tableId' => array( |
|
| 130 | - 'location' => 'path', |
|
| 131 | - 'type' => 'string', |
|
| 132 | - 'required' => true, |
|
| 133 | - ), |
|
| 134 | - 'columnId' => array( |
|
| 135 | - 'location' => 'path', |
|
| 136 | - 'type' => 'string', |
|
| 137 | - 'required' => true, |
|
| 138 | - ), |
|
| 139 | - ), |
|
| 140 | - ),'update' => array( |
|
| 141 | - 'path' => 'tables/{tableId}/columns/{columnId}', |
|
| 142 | - 'httpMethod' => 'PUT', |
|
| 143 | - 'parameters' => array( |
|
| 144 | - 'tableId' => array( |
|
| 145 | - 'location' => 'path', |
|
| 146 | - 'type' => 'string', |
|
| 147 | - 'required' => true, |
|
| 148 | - ), |
|
| 149 | - 'columnId' => array( |
|
| 150 | - 'location' => 'path', |
|
| 151 | - 'type' => 'string', |
|
| 152 | - 'required' => true, |
|
| 153 | - ), |
|
| 154 | - ), |
|
| 155 | - ), |
|
| 156 | - ) |
|
| 157 | - ) |
|
| 158 | - ); |
|
| 159 | - $this->query = new Google_Service_Fusiontables_Query_Resource( |
|
| 160 | - $this, |
|
| 161 | - $this->serviceName, |
|
| 162 | - 'query', |
|
| 163 | - array( |
|
| 164 | - 'methods' => array( |
|
| 165 | - 'sql' => array( |
|
| 166 | - 'path' => 'query', |
|
| 167 | - 'httpMethod' => 'POST', |
|
| 168 | - 'parameters' => array( |
|
| 169 | - 'sql' => array( |
|
| 170 | - 'location' => 'query', |
|
| 171 | - 'type' => 'string', |
|
| 172 | - 'required' => true, |
|
| 173 | - ), |
|
| 174 | - 'typed' => array( |
|
| 175 | - 'location' => 'query', |
|
| 176 | - 'type' => 'boolean', |
|
| 177 | - ), |
|
| 178 | - 'hdrs' => array( |
|
| 179 | - 'location' => 'query', |
|
| 180 | - 'type' => 'boolean', |
|
| 181 | - ), |
|
| 182 | - ), |
|
| 183 | - ),'sqlGet' => array( |
|
| 184 | - 'path' => 'query', |
|
| 185 | - 'httpMethod' => 'GET', |
|
| 186 | - 'parameters' => array( |
|
| 187 | - 'sql' => array( |
|
| 188 | - 'location' => 'query', |
|
| 189 | - 'type' => 'string', |
|
| 190 | - 'required' => true, |
|
| 191 | - ), |
|
| 192 | - 'typed' => array( |
|
| 193 | - 'location' => 'query', |
|
| 194 | - 'type' => 'boolean', |
|
| 195 | - ), |
|
| 196 | - 'hdrs' => array( |
|
| 197 | - 'location' => 'query', |
|
| 198 | - 'type' => 'boolean', |
|
| 199 | - ), |
|
| 200 | - ), |
|
| 201 | - ), |
|
| 202 | - ) |
|
| 203 | - ) |
|
| 204 | - ); |
|
| 205 | - $this->style = new Google_Service_Fusiontables_Style_Resource( |
|
| 206 | - $this, |
|
| 207 | - $this->serviceName, |
|
| 208 | - 'style', |
|
| 209 | - array( |
|
| 210 | - 'methods' => array( |
|
| 211 | - 'delete' => array( |
|
| 212 | - 'path' => 'tables/{tableId}/styles/{styleId}', |
|
| 213 | - 'httpMethod' => 'DELETE', |
|
| 214 | - 'parameters' => array( |
|
| 215 | - 'tableId' => array( |
|
| 216 | - 'location' => 'path', |
|
| 217 | - 'type' => 'string', |
|
| 218 | - 'required' => true, |
|
| 219 | - ), |
|
| 220 | - 'styleId' => array( |
|
| 221 | - 'location' => 'path', |
|
| 222 | - 'type' => 'integer', |
|
| 223 | - 'required' => true, |
|
| 224 | - ), |
|
| 225 | - ), |
|
| 226 | - ),'get' => array( |
|
| 227 | - 'path' => 'tables/{tableId}/styles/{styleId}', |
|
| 228 | - 'httpMethod' => 'GET', |
|
| 229 | - 'parameters' => array( |
|
| 230 | - 'tableId' => array( |
|
| 231 | - 'location' => 'path', |
|
| 232 | - 'type' => 'string', |
|
| 233 | - 'required' => true, |
|
| 234 | - ), |
|
| 235 | - 'styleId' => array( |
|
| 236 | - 'location' => 'path', |
|
| 237 | - 'type' => 'integer', |
|
| 238 | - 'required' => true, |
|
| 239 | - ), |
|
| 240 | - ), |
|
| 241 | - ),'insert' => array( |
|
| 242 | - 'path' => 'tables/{tableId}/styles', |
|
| 243 | - 'httpMethod' => 'POST', |
|
| 244 | - 'parameters' => array( |
|
| 245 | - 'tableId' => array( |
|
| 246 | - 'location' => 'path', |
|
| 247 | - 'type' => 'string', |
|
| 248 | - 'required' => true, |
|
| 249 | - ), |
|
| 250 | - ), |
|
| 251 | - ),'list' => array( |
|
| 252 | - 'path' => 'tables/{tableId}/styles', |
|
| 253 | - 'httpMethod' => 'GET', |
|
| 254 | - 'parameters' => array( |
|
| 255 | - 'tableId' => array( |
|
| 256 | - 'location' => 'path', |
|
| 257 | - 'type' => 'string', |
|
| 258 | - 'required' => true, |
|
| 259 | - ), |
|
| 260 | - 'pageToken' => array( |
|
| 261 | - 'location' => 'query', |
|
| 262 | - 'type' => 'string', |
|
| 263 | - ), |
|
| 264 | - 'maxResults' => array( |
|
| 265 | - 'location' => 'query', |
|
| 266 | - 'type' => 'integer', |
|
| 267 | - ), |
|
| 268 | - ), |
|
| 269 | - ),'patch' => array( |
|
| 270 | - 'path' => 'tables/{tableId}/styles/{styleId}', |
|
| 271 | - 'httpMethod' => 'PATCH', |
|
| 272 | - 'parameters' => array( |
|
| 273 | - 'tableId' => array( |
|
| 274 | - 'location' => 'path', |
|
| 275 | - 'type' => 'string', |
|
| 276 | - 'required' => true, |
|
| 277 | - ), |
|
| 278 | - 'styleId' => array( |
|
| 279 | - 'location' => 'path', |
|
| 280 | - 'type' => 'integer', |
|
| 281 | - 'required' => true, |
|
| 282 | - ), |
|
| 283 | - ), |
|
| 284 | - ),'update' => array( |
|
| 285 | - 'path' => 'tables/{tableId}/styles/{styleId}', |
|
| 286 | - 'httpMethod' => 'PUT', |
|
| 287 | - 'parameters' => array( |
|
| 288 | - 'tableId' => array( |
|
| 289 | - 'location' => 'path', |
|
| 290 | - 'type' => 'string', |
|
| 291 | - 'required' => true, |
|
| 292 | - ), |
|
| 293 | - 'styleId' => array( |
|
| 294 | - 'location' => 'path', |
|
| 295 | - 'type' => 'integer', |
|
| 296 | - 'required' => true, |
|
| 297 | - ), |
|
| 298 | - ), |
|
| 299 | - ), |
|
| 300 | - ) |
|
| 301 | - ) |
|
| 302 | - ); |
|
| 303 | - $this->table = new Google_Service_Fusiontables_Table_Resource( |
|
| 304 | - $this, |
|
| 305 | - $this->serviceName, |
|
| 306 | - 'table', |
|
| 307 | - array( |
|
| 308 | - 'methods' => array( |
|
| 309 | - 'copy' => array( |
|
| 310 | - 'path' => 'tables/{tableId}/copy', |
|
| 311 | - 'httpMethod' => 'POST', |
|
| 312 | - 'parameters' => array( |
|
| 313 | - 'tableId' => array( |
|
| 314 | - 'location' => 'path', |
|
| 315 | - 'type' => 'string', |
|
| 316 | - 'required' => true, |
|
| 317 | - ), |
|
| 318 | - 'copyPresentation' => array( |
|
| 319 | - 'location' => 'query', |
|
| 320 | - 'type' => 'boolean', |
|
| 321 | - ), |
|
| 322 | - ), |
|
| 323 | - ),'delete' => array( |
|
| 324 | - 'path' => 'tables/{tableId}', |
|
| 325 | - 'httpMethod' => 'DELETE', |
|
| 326 | - 'parameters' => array( |
|
| 327 | - 'tableId' => array( |
|
| 328 | - 'location' => 'path', |
|
| 329 | - 'type' => 'string', |
|
| 330 | - 'required' => true, |
|
| 331 | - ), |
|
| 332 | - ), |
|
| 333 | - ),'get' => array( |
|
| 334 | - 'path' => 'tables/{tableId}', |
|
| 335 | - 'httpMethod' => 'GET', |
|
| 336 | - 'parameters' => array( |
|
| 337 | - 'tableId' => array( |
|
| 338 | - 'location' => 'path', |
|
| 339 | - 'type' => 'string', |
|
| 340 | - 'required' => true, |
|
| 341 | - ), |
|
| 342 | - ), |
|
| 343 | - ),'importRows' => array( |
|
| 344 | - 'path' => 'tables/{tableId}/import', |
|
| 345 | - 'httpMethod' => 'POST', |
|
| 346 | - 'parameters' => array( |
|
| 347 | - 'tableId' => array( |
|
| 348 | - 'location' => 'path', |
|
| 349 | - 'type' => 'string', |
|
| 350 | - 'required' => true, |
|
| 351 | - ), |
|
| 352 | - 'startLine' => array( |
|
| 353 | - 'location' => 'query', |
|
| 354 | - 'type' => 'integer', |
|
| 355 | - ), |
|
| 356 | - 'isStrict' => array( |
|
| 357 | - 'location' => 'query', |
|
| 358 | - 'type' => 'boolean', |
|
| 359 | - ), |
|
| 360 | - 'encoding' => array( |
|
| 361 | - 'location' => 'query', |
|
| 362 | - 'type' => 'string', |
|
| 363 | - ), |
|
| 364 | - 'delimiter' => array( |
|
| 365 | - 'location' => 'query', |
|
| 366 | - 'type' => 'string', |
|
| 367 | - ), |
|
| 368 | - 'endLine' => array( |
|
| 369 | - 'location' => 'query', |
|
| 370 | - 'type' => 'integer', |
|
| 371 | - ), |
|
| 372 | - ), |
|
| 373 | - ),'importTable' => array( |
|
| 374 | - 'path' => 'tables/import', |
|
| 375 | - 'httpMethod' => 'POST', |
|
| 376 | - 'parameters' => array( |
|
| 377 | - 'name' => array( |
|
| 378 | - 'location' => 'query', |
|
| 379 | - 'type' => 'string', |
|
| 380 | - 'required' => true, |
|
| 381 | - ), |
|
| 382 | - 'delimiter' => array( |
|
| 383 | - 'location' => 'query', |
|
| 384 | - 'type' => 'string', |
|
| 385 | - ), |
|
| 386 | - 'encoding' => array( |
|
| 387 | - 'location' => 'query', |
|
| 388 | - 'type' => 'string', |
|
| 389 | - ), |
|
| 390 | - ), |
|
| 391 | - ),'insert' => array( |
|
| 392 | - 'path' => 'tables', |
|
| 393 | - 'httpMethod' => 'POST', |
|
| 394 | - 'parameters' => array(), |
|
| 395 | - ),'list' => array( |
|
| 396 | - 'path' => 'tables', |
|
| 397 | - 'httpMethod' => 'GET', |
|
| 398 | - 'parameters' => array( |
|
| 399 | - 'pageToken' => array( |
|
| 400 | - 'location' => 'query', |
|
| 401 | - 'type' => 'string', |
|
| 402 | - ), |
|
| 403 | - 'maxResults' => array( |
|
| 404 | - 'location' => 'query', |
|
| 405 | - 'type' => 'integer', |
|
| 406 | - ), |
|
| 407 | - ), |
|
| 408 | - ),'patch' => array( |
|
| 409 | - 'path' => 'tables/{tableId}', |
|
| 410 | - 'httpMethod' => 'PATCH', |
|
| 411 | - 'parameters' => array( |
|
| 412 | - 'tableId' => array( |
|
| 413 | - 'location' => 'path', |
|
| 414 | - 'type' => 'string', |
|
| 415 | - 'required' => true, |
|
| 416 | - ), |
|
| 417 | - 'replaceViewDefinition' => array( |
|
| 418 | - 'location' => 'query', |
|
| 419 | - 'type' => 'boolean', |
|
| 420 | - ), |
|
| 421 | - ), |
|
| 422 | - ),'replaceRows' => array( |
|
| 423 | - 'path' => 'tables/{tableId}/replace', |
|
| 424 | - 'httpMethod' => 'POST', |
|
| 425 | - 'parameters' => array( |
|
| 426 | - 'tableId' => array( |
|
| 427 | - 'location' => 'path', |
|
| 428 | - 'type' => 'string', |
|
| 429 | - 'required' => true, |
|
| 430 | - ), |
|
| 431 | - 'startLine' => array( |
|
| 432 | - 'location' => 'query', |
|
| 433 | - 'type' => 'integer', |
|
| 434 | - ), |
|
| 435 | - 'isStrict' => array( |
|
| 436 | - 'location' => 'query', |
|
| 437 | - 'type' => 'boolean', |
|
| 438 | - ), |
|
| 439 | - 'encoding' => array( |
|
| 440 | - 'location' => 'query', |
|
| 441 | - 'type' => 'string', |
|
| 442 | - ), |
|
| 443 | - 'delimiter' => array( |
|
| 444 | - 'location' => 'query', |
|
| 445 | - 'type' => 'string', |
|
| 446 | - ), |
|
| 447 | - 'endLine' => array( |
|
| 448 | - 'location' => 'query', |
|
| 449 | - 'type' => 'integer', |
|
| 450 | - ), |
|
| 451 | - ), |
|
| 452 | - ),'update' => array( |
|
| 453 | - 'path' => 'tables/{tableId}', |
|
| 454 | - 'httpMethod' => 'PUT', |
|
| 455 | - 'parameters' => array( |
|
| 456 | - 'tableId' => array( |
|
| 457 | - 'location' => 'path', |
|
| 458 | - 'type' => 'string', |
|
| 459 | - 'required' => true, |
|
| 460 | - ), |
|
| 461 | - 'replaceViewDefinition' => array( |
|
| 462 | - 'location' => 'query', |
|
| 463 | - 'type' => 'boolean', |
|
| 464 | - ), |
|
| 465 | - ), |
|
| 466 | - ), |
|
| 467 | - ) |
|
| 468 | - ) |
|
| 469 | - ); |
|
| 470 | - $this->task = new Google_Service_Fusiontables_Task_Resource( |
|
| 471 | - $this, |
|
| 472 | - $this->serviceName, |
|
| 473 | - 'task', |
|
| 474 | - array( |
|
| 475 | - 'methods' => array( |
|
| 476 | - 'delete' => array( |
|
| 477 | - 'path' => 'tables/{tableId}/tasks/{taskId}', |
|
| 478 | - 'httpMethod' => 'DELETE', |
|
| 479 | - 'parameters' => array( |
|
| 480 | - 'tableId' => array( |
|
| 481 | - 'location' => 'path', |
|
| 482 | - 'type' => 'string', |
|
| 483 | - 'required' => true, |
|
| 484 | - ), |
|
| 485 | - 'taskId' => array( |
|
| 486 | - 'location' => 'path', |
|
| 487 | - 'type' => 'string', |
|
| 488 | - 'required' => true, |
|
| 489 | - ), |
|
| 490 | - ), |
|
| 491 | - ),'get' => array( |
|
| 492 | - 'path' => 'tables/{tableId}/tasks/{taskId}', |
|
| 493 | - 'httpMethod' => 'GET', |
|
| 494 | - 'parameters' => array( |
|
| 495 | - 'tableId' => array( |
|
| 496 | - 'location' => 'path', |
|
| 497 | - 'type' => 'string', |
|
| 498 | - 'required' => true, |
|
| 499 | - ), |
|
| 500 | - 'taskId' => array( |
|
| 501 | - 'location' => 'path', |
|
| 502 | - 'type' => 'string', |
|
| 503 | - 'required' => true, |
|
| 504 | - ), |
|
| 505 | - ), |
|
| 506 | - ),'list' => array( |
|
| 507 | - 'path' => 'tables/{tableId}/tasks', |
|
| 508 | - 'httpMethod' => 'GET', |
|
| 509 | - 'parameters' => array( |
|
| 510 | - 'tableId' => array( |
|
| 511 | - 'location' => 'path', |
|
| 512 | - 'type' => 'string', |
|
| 513 | - 'required' => true, |
|
| 514 | - ), |
|
| 515 | - 'pageToken' => array( |
|
| 516 | - 'location' => 'query', |
|
| 517 | - 'type' => 'string', |
|
| 518 | - ), |
|
| 519 | - 'startIndex' => array( |
|
| 520 | - 'location' => 'query', |
|
| 521 | - 'type' => 'integer', |
|
| 522 | - ), |
|
| 523 | - 'maxResults' => array( |
|
| 524 | - 'location' => 'query', |
|
| 525 | - 'type' => 'integer', |
|
| 526 | - ), |
|
| 527 | - ), |
|
| 528 | - ), |
|
| 529 | - ) |
|
| 530 | - ) |
|
| 531 | - ); |
|
| 532 | - $this->template = new Google_Service_Fusiontables_Template_Resource( |
|
| 533 | - $this, |
|
| 534 | - $this->serviceName, |
|
| 535 | - 'template', |
|
| 536 | - array( |
|
| 537 | - 'methods' => array( |
|
| 538 | - 'delete' => array( |
|
| 539 | - 'path' => 'tables/{tableId}/templates/{templateId}', |
|
| 540 | - 'httpMethod' => 'DELETE', |
|
| 541 | - 'parameters' => array( |
|
| 542 | - 'tableId' => array( |
|
| 543 | - 'location' => 'path', |
|
| 544 | - 'type' => 'string', |
|
| 545 | - 'required' => true, |
|
| 546 | - ), |
|
| 547 | - 'templateId' => array( |
|
| 548 | - 'location' => 'path', |
|
| 549 | - 'type' => 'integer', |
|
| 550 | - 'required' => true, |
|
| 551 | - ), |
|
| 552 | - ), |
|
| 553 | - ),'get' => array( |
|
| 554 | - 'path' => 'tables/{tableId}/templates/{templateId}', |
|
| 555 | - 'httpMethod' => 'GET', |
|
| 556 | - 'parameters' => array( |
|
| 557 | - 'tableId' => array( |
|
| 558 | - 'location' => 'path', |
|
| 559 | - 'type' => 'string', |
|
| 560 | - 'required' => true, |
|
| 561 | - ), |
|
| 562 | - 'templateId' => array( |
|
| 563 | - 'location' => 'path', |
|
| 564 | - 'type' => 'integer', |
|
| 565 | - 'required' => true, |
|
| 566 | - ), |
|
| 567 | - ), |
|
| 568 | - ),'insert' => array( |
|
| 569 | - 'path' => 'tables/{tableId}/templates', |
|
| 570 | - 'httpMethod' => 'POST', |
|
| 571 | - 'parameters' => array( |
|
| 572 | - 'tableId' => array( |
|
| 573 | - 'location' => 'path', |
|
| 574 | - 'type' => 'string', |
|
| 575 | - 'required' => true, |
|
| 576 | - ), |
|
| 577 | - ), |
|
| 578 | - ),'list' => array( |
|
| 579 | - 'path' => 'tables/{tableId}/templates', |
|
| 580 | - 'httpMethod' => 'GET', |
|
| 581 | - 'parameters' => array( |
|
| 582 | - 'tableId' => array( |
|
| 583 | - 'location' => 'path', |
|
| 584 | - 'type' => 'string', |
|
| 585 | - 'required' => true, |
|
| 586 | - ), |
|
| 587 | - 'pageToken' => array( |
|
| 588 | - 'location' => 'query', |
|
| 589 | - 'type' => 'string', |
|
| 590 | - ), |
|
| 591 | - 'maxResults' => array( |
|
| 592 | - 'location' => 'query', |
|
| 593 | - 'type' => 'integer', |
|
| 594 | - ), |
|
| 595 | - ), |
|
| 596 | - ),'patch' => array( |
|
| 597 | - 'path' => 'tables/{tableId}/templates/{templateId}', |
|
| 598 | - 'httpMethod' => 'PATCH', |
|
| 599 | - 'parameters' => array( |
|
| 600 | - 'tableId' => array( |
|
| 601 | - 'location' => 'path', |
|
| 602 | - 'type' => 'string', |
|
| 603 | - 'required' => true, |
|
| 604 | - ), |
|
| 605 | - 'templateId' => array( |
|
| 606 | - 'location' => 'path', |
|
| 607 | - 'type' => 'integer', |
|
| 608 | - 'required' => true, |
|
| 609 | - ), |
|
| 610 | - ), |
|
| 611 | - ),'update' => array( |
|
| 612 | - 'path' => 'tables/{tableId}/templates/{templateId}', |
|
| 613 | - 'httpMethod' => 'PUT', |
|
| 614 | - 'parameters' => array( |
|
| 615 | - 'tableId' => array( |
|
| 616 | - 'location' => 'path', |
|
| 617 | - 'type' => 'string', |
|
| 618 | - 'required' => true, |
|
| 619 | - ), |
|
| 620 | - 'templateId' => array( |
|
| 621 | - 'location' => 'path', |
|
| 622 | - 'type' => 'integer', |
|
| 623 | - 'required' => true, |
|
| 624 | - ), |
|
| 625 | - ), |
|
| 626 | - ), |
|
| 627 | - ) |
|
| 628 | - ) |
|
| 629 | - ); |
|
| 55 | + parent::__construct($client); |
|
| 56 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 57 | + $this->servicePath = 'fusiontables/v2/'; |
|
| 58 | + $this->version = 'v2'; |
|
| 59 | + $this->serviceName = 'fusiontables'; |
|
| 60 | + |
|
| 61 | + $this->column = new Google_Service_Fusiontables_Column_Resource( |
|
| 62 | + $this, |
|
| 63 | + $this->serviceName, |
|
| 64 | + 'column', |
|
| 65 | + array( |
|
| 66 | + 'methods' => array( |
|
| 67 | + 'delete' => array( |
|
| 68 | + 'path' => 'tables/{tableId}/columns/{columnId}', |
|
| 69 | + 'httpMethod' => 'DELETE', |
|
| 70 | + 'parameters' => array( |
|
| 71 | + 'tableId' => array( |
|
| 72 | + 'location' => 'path', |
|
| 73 | + 'type' => 'string', |
|
| 74 | + 'required' => true, |
|
| 75 | + ), |
|
| 76 | + 'columnId' => array( |
|
| 77 | + 'location' => 'path', |
|
| 78 | + 'type' => 'string', |
|
| 79 | + 'required' => true, |
|
| 80 | + ), |
|
| 81 | + ), |
|
| 82 | + ),'get' => array( |
|
| 83 | + 'path' => 'tables/{tableId}/columns/{columnId}', |
|
| 84 | + 'httpMethod' => 'GET', |
|
| 85 | + 'parameters' => array( |
|
| 86 | + 'tableId' => array( |
|
| 87 | + 'location' => 'path', |
|
| 88 | + 'type' => 'string', |
|
| 89 | + 'required' => true, |
|
| 90 | + ), |
|
| 91 | + 'columnId' => array( |
|
| 92 | + 'location' => 'path', |
|
| 93 | + 'type' => 'string', |
|
| 94 | + 'required' => true, |
|
| 95 | + ), |
|
| 96 | + ), |
|
| 97 | + ),'insert' => array( |
|
| 98 | + 'path' => 'tables/{tableId}/columns', |
|
| 99 | + 'httpMethod' => 'POST', |
|
| 100 | + 'parameters' => array( |
|
| 101 | + 'tableId' => array( |
|
| 102 | + 'location' => 'path', |
|
| 103 | + 'type' => 'string', |
|
| 104 | + 'required' => true, |
|
| 105 | + ), |
|
| 106 | + ), |
|
| 107 | + ),'list' => array( |
|
| 108 | + 'path' => 'tables/{tableId}/columns', |
|
| 109 | + 'httpMethod' => 'GET', |
|
| 110 | + 'parameters' => array( |
|
| 111 | + 'tableId' => array( |
|
| 112 | + 'location' => 'path', |
|
| 113 | + 'type' => 'string', |
|
| 114 | + 'required' => true, |
|
| 115 | + ), |
|
| 116 | + 'pageToken' => array( |
|
| 117 | + 'location' => 'query', |
|
| 118 | + 'type' => 'string', |
|
| 119 | + ), |
|
| 120 | + 'maxResults' => array( |
|
| 121 | + 'location' => 'query', |
|
| 122 | + 'type' => 'integer', |
|
| 123 | + ), |
|
| 124 | + ), |
|
| 125 | + ),'patch' => array( |
|
| 126 | + 'path' => 'tables/{tableId}/columns/{columnId}', |
|
| 127 | + 'httpMethod' => 'PATCH', |
|
| 128 | + 'parameters' => array( |
|
| 129 | + 'tableId' => array( |
|
| 130 | + 'location' => 'path', |
|
| 131 | + 'type' => 'string', |
|
| 132 | + 'required' => true, |
|
| 133 | + ), |
|
| 134 | + 'columnId' => array( |
|
| 135 | + 'location' => 'path', |
|
| 136 | + 'type' => 'string', |
|
| 137 | + 'required' => true, |
|
| 138 | + ), |
|
| 139 | + ), |
|
| 140 | + ),'update' => array( |
|
| 141 | + 'path' => 'tables/{tableId}/columns/{columnId}', |
|
| 142 | + 'httpMethod' => 'PUT', |
|
| 143 | + 'parameters' => array( |
|
| 144 | + 'tableId' => array( |
|
| 145 | + 'location' => 'path', |
|
| 146 | + 'type' => 'string', |
|
| 147 | + 'required' => true, |
|
| 148 | + ), |
|
| 149 | + 'columnId' => array( |
|
| 150 | + 'location' => 'path', |
|
| 151 | + 'type' => 'string', |
|
| 152 | + 'required' => true, |
|
| 153 | + ), |
|
| 154 | + ), |
|
| 155 | + ), |
|
| 156 | + ) |
|
| 157 | + ) |
|
| 158 | + ); |
|
| 159 | + $this->query = new Google_Service_Fusiontables_Query_Resource( |
|
| 160 | + $this, |
|
| 161 | + $this->serviceName, |
|
| 162 | + 'query', |
|
| 163 | + array( |
|
| 164 | + 'methods' => array( |
|
| 165 | + 'sql' => array( |
|
| 166 | + 'path' => 'query', |
|
| 167 | + 'httpMethod' => 'POST', |
|
| 168 | + 'parameters' => array( |
|
| 169 | + 'sql' => array( |
|
| 170 | + 'location' => 'query', |
|
| 171 | + 'type' => 'string', |
|
| 172 | + 'required' => true, |
|
| 173 | + ), |
|
| 174 | + 'typed' => array( |
|
| 175 | + 'location' => 'query', |
|
| 176 | + 'type' => 'boolean', |
|
| 177 | + ), |
|
| 178 | + 'hdrs' => array( |
|
| 179 | + 'location' => 'query', |
|
| 180 | + 'type' => 'boolean', |
|
| 181 | + ), |
|
| 182 | + ), |
|
| 183 | + ),'sqlGet' => array( |
|
| 184 | + 'path' => 'query', |
|
| 185 | + 'httpMethod' => 'GET', |
|
| 186 | + 'parameters' => array( |
|
| 187 | + 'sql' => array( |
|
| 188 | + 'location' => 'query', |
|
| 189 | + 'type' => 'string', |
|
| 190 | + 'required' => true, |
|
| 191 | + ), |
|
| 192 | + 'typed' => array( |
|
| 193 | + 'location' => 'query', |
|
| 194 | + 'type' => 'boolean', |
|
| 195 | + ), |
|
| 196 | + 'hdrs' => array( |
|
| 197 | + 'location' => 'query', |
|
| 198 | + 'type' => 'boolean', |
|
| 199 | + ), |
|
| 200 | + ), |
|
| 201 | + ), |
|
| 202 | + ) |
|
| 203 | + ) |
|
| 204 | + ); |
|
| 205 | + $this->style = new Google_Service_Fusiontables_Style_Resource( |
|
| 206 | + $this, |
|
| 207 | + $this->serviceName, |
|
| 208 | + 'style', |
|
| 209 | + array( |
|
| 210 | + 'methods' => array( |
|
| 211 | + 'delete' => array( |
|
| 212 | + 'path' => 'tables/{tableId}/styles/{styleId}', |
|
| 213 | + 'httpMethod' => 'DELETE', |
|
| 214 | + 'parameters' => array( |
|
| 215 | + 'tableId' => array( |
|
| 216 | + 'location' => 'path', |
|
| 217 | + 'type' => 'string', |
|
| 218 | + 'required' => true, |
|
| 219 | + ), |
|
| 220 | + 'styleId' => array( |
|
| 221 | + 'location' => 'path', |
|
| 222 | + 'type' => 'integer', |
|
| 223 | + 'required' => true, |
|
| 224 | + ), |
|
| 225 | + ), |
|
| 226 | + ),'get' => array( |
|
| 227 | + 'path' => 'tables/{tableId}/styles/{styleId}', |
|
| 228 | + 'httpMethod' => 'GET', |
|
| 229 | + 'parameters' => array( |
|
| 230 | + 'tableId' => array( |
|
| 231 | + 'location' => 'path', |
|
| 232 | + 'type' => 'string', |
|
| 233 | + 'required' => true, |
|
| 234 | + ), |
|
| 235 | + 'styleId' => array( |
|
| 236 | + 'location' => 'path', |
|
| 237 | + 'type' => 'integer', |
|
| 238 | + 'required' => true, |
|
| 239 | + ), |
|
| 240 | + ), |
|
| 241 | + ),'insert' => array( |
|
| 242 | + 'path' => 'tables/{tableId}/styles', |
|
| 243 | + 'httpMethod' => 'POST', |
|
| 244 | + 'parameters' => array( |
|
| 245 | + 'tableId' => array( |
|
| 246 | + 'location' => 'path', |
|
| 247 | + 'type' => 'string', |
|
| 248 | + 'required' => true, |
|
| 249 | + ), |
|
| 250 | + ), |
|
| 251 | + ),'list' => array( |
|
| 252 | + 'path' => 'tables/{tableId}/styles', |
|
| 253 | + 'httpMethod' => 'GET', |
|
| 254 | + 'parameters' => array( |
|
| 255 | + 'tableId' => array( |
|
| 256 | + 'location' => 'path', |
|
| 257 | + 'type' => 'string', |
|
| 258 | + 'required' => true, |
|
| 259 | + ), |
|
| 260 | + 'pageToken' => array( |
|
| 261 | + 'location' => 'query', |
|
| 262 | + 'type' => 'string', |
|
| 263 | + ), |
|
| 264 | + 'maxResults' => array( |
|
| 265 | + 'location' => 'query', |
|
| 266 | + 'type' => 'integer', |
|
| 267 | + ), |
|
| 268 | + ), |
|
| 269 | + ),'patch' => array( |
|
| 270 | + 'path' => 'tables/{tableId}/styles/{styleId}', |
|
| 271 | + 'httpMethod' => 'PATCH', |
|
| 272 | + 'parameters' => array( |
|
| 273 | + 'tableId' => array( |
|
| 274 | + 'location' => 'path', |
|
| 275 | + 'type' => 'string', |
|
| 276 | + 'required' => true, |
|
| 277 | + ), |
|
| 278 | + 'styleId' => array( |
|
| 279 | + 'location' => 'path', |
|
| 280 | + 'type' => 'integer', |
|
| 281 | + 'required' => true, |
|
| 282 | + ), |
|
| 283 | + ), |
|
| 284 | + ),'update' => array( |
|
| 285 | + 'path' => 'tables/{tableId}/styles/{styleId}', |
|
| 286 | + 'httpMethod' => 'PUT', |
|
| 287 | + 'parameters' => array( |
|
| 288 | + 'tableId' => array( |
|
| 289 | + 'location' => 'path', |
|
| 290 | + 'type' => 'string', |
|
| 291 | + 'required' => true, |
|
| 292 | + ), |
|
| 293 | + 'styleId' => array( |
|
| 294 | + 'location' => 'path', |
|
| 295 | + 'type' => 'integer', |
|
| 296 | + 'required' => true, |
|
| 297 | + ), |
|
| 298 | + ), |
|
| 299 | + ), |
|
| 300 | + ) |
|
| 301 | + ) |
|
| 302 | + ); |
|
| 303 | + $this->table = new Google_Service_Fusiontables_Table_Resource( |
|
| 304 | + $this, |
|
| 305 | + $this->serviceName, |
|
| 306 | + 'table', |
|
| 307 | + array( |
|
| 308 | + 'methods' => array( |
|
| 309 | + 'copy' => array( |
|
| 310 | + 'path' => 'tables/{tableId}/copy', |
|
| 311 | + 'httpMethod' => 'POST', |
|
| 312 | + 'parameters' => array( |
|
| 313 | + 'tableId' => array( |
|
| 314 | + 'location' => 'path', |
|
| 315 | + 'type' => 'string', |
|
| 316 | + 'required' => true, |
|
| 317 | + ), |
|
| 318 | + 'copyPresentation' => array( |
|
| 319 | + 'location' => 'query', |
|
| 320 | + 'type' => 'boolean', |
|
| 321 | + ), |
|
| 322 | + ), |
|
| 323 | + ),'delete' => array( |
|
| 324 | + 'path' => 'tables/{tableId}', |
|
| 325 | + 'httpMethod' => 'DELETE', |
|
| 326 | + 'parameters' => array( |
|
| 327 | + 'tableId' => array( |
|
| 328 | + 'location' => 'path', |
|
| 329 | + 'type' => 'string', |
|
| 330 | + 'required' => true, |
|
| 331 | + ), |
|
| 332 | + ), |
|
| 333 | + ),'get' => array( |
|
| 334 | + 'path' => 'tables/{tableId}', |
|
| 335 | + 'httpMethod' => 'GET', |
|
| 336 | + 'parameters' => array( |
|
| 337 | + 'tableId' => array( |
|
| 338 | + 'location' => 'path', |
|
| 339 | + 'type' => 'string', |
|
| 340 | + 'required' => true, |
|
| 341 | + ), |
|
| 342 | + ), |
|
| 343 | + ),'importRows' => array( |
|
| 344 | + 'path' => 'tables/{tableId}/import', |
|
| 345 | + 'httpMethod' => 'POST', |
|
| 346 | + 'parameters' => array( |
|
| 347 | + 'tableId' => array( |
|
| 348 | + 'location' => 'path', |
|
| 349 | + 'type' => 'string', |
|
| 350 | + 'required' => true, |
|
| 351 | + ), |
|
| 352 | + 'startLine' => array( |
|
| 353 | + 'location' => 'query', |
|
| 354 | + 'type' => 'integer', |
|
| 355 | + ), |
|
| 356 | + 'isStrict' => array( |
|
| 357 | + 'location' => 'query', |
|
| 358 | + 'type' => 'boolean', |
|
| 359 | + ), |
|
| 360 | + 'encoding' => array( |
|
| 361 | + 'location' => 'query', |
|
| 362 | + 'type' => 'string', |
|
| 363 | + ), |
|
| 364 | + 'delimiter' => array( |
|
| 365 | + 'location' => 'query', |
|
| 366 | + 'type' => 'string', |
|
| 367 | + ), |
|
| 368 | + 'endLine' => array( |
|
| 369 | + 'location' => 'query', |
|
| 370 | + 'type' => 'integer', |
|
| 371 | + ), |
|
| 372 | + ), |
|
| 373 | + ),'importTable' => array( |
|
| 374 | + 'path' => 'tables/import', |
|
| 375 | + 'httpMethod' => 'POST', |
|
| 376 | + 'parameters' => array( |
|
| 377 | + 'name' => array( |
|
| 378 | + 'location' => 'query', |
|
| 379 | + 'type' => 'string', |
|
| 380 | + 'required' => true, |
|
| 381 | + ), |
|
| 382 | + 'delimiter' => array( |
|
| 383 | + 'location' => 'query', |
|
| 384 | + 'type' => 'string', |
|
| 385 | + ), |
|
| 386 | + 'encoding' => array( |
|
| 387 | + 'location' => 'query', |
|
| 388 | + 'type' => 'string', |
|
| 389 | + ), |
|
| 390 | + ), |
|
| 391 | + ),'insert' => array( |
|
| 392 | + 'path' => 'tables', |
|
| 393 | + 'httpMethod' => 'POST', |
|
| 394 | + 'parameters' => array(), |
|
| 395 | + ),'list' => array( |
|
| 396 | + 'path' => 'tables', |
|
| 397 | + 'httpMethod' => 'GET', |
|
| 398 | + 'parameters' => array( |
|
| 399 | + 'pageToken' => array( |
|
| 400 | + 'location' => 'query', |
|
| 401 | + 'type' => 'string', |
|
| 402 | + ), |
|
| 403 | + 'maxResults' => array( |
|
| 404 | + 'location' => 'query', |
|
| 405 | + 'type' => 'integer', |
|
| 406 | + ), |
|
| 407 | + ), |
|
| 408 | + ),'patch' => array( |
|
| 409 | + 'path' => 'tables/{tableId}', |
|
| 410 | + 'httpMethod' => 'PATCH', |
|
| 411 | + 'parameters' => array( |
|
| 412 | + 'tableId' => array( |
|
| 413 | + 'location' => 'path', |
|
| 414 | + 'type' => 'string', |
|
| 415 | + 'required' => true, |
|
| 416 | + ), |
|
| 417 | + 'replaceViewDefinition' => array( |
|
| 418 | + 'location' => 'query', |
|
| 419 | + 'type' => 'boolean', |
|
| 420 | + ), |
|
| 421 | + ), |
|
| 422 | + ),'replaceRows' => array( |
|
| 423 | + 'path' => 'tables/{tableId}/replace', |
|
| 424 | + 'httpMethod' => 'POST', |
|
| 425 | + 'parameters' => array( |
|
| 426 | + 'tableId' => array( |
|
| 427 | + 'location' => 'path', |
|
| 428 | + 'type' => 'string', |
|
| 429 | + 'required' => true, |
|
| 430 | + ), |
|
| 431 | + 'startLine' => array( |
|
| 432 | + 'location' => 'query', |
|
| 433 | + 'type' => 'integer', |
|
| 434 | + ), |
|
| 435 | + 'isStrict' => array( |
|
| 436 | + 'location' => 'query', |
|
| 437 | + 'type' => 'boolean', |
|
| 438 | + ), |
|
| 439 | + 'encoding' => array( |
|
| 440 | + 'location' => 'query', |
|
| 441 | + 'type' => 'string', |
|
| 442 | + ), |
|
| 443 | + 'delimiter' => array( |
|
| 444 | + 'location' => 'query', |
|
| 445 | + 'type' => 'string', |
|
| 446 | + ), |
|
| 447 | + 'endLine' => array( |
|
| 448 | + 'location' => 'query', |
|
| 449 | + 'type' => 'integer', |
|
| 450 | + ), |
|
| 451 | + ), |
|
| 452 | + ),'update' => array( |
|
| 453 | + 'path' => 'tables/{tableId}', |
|
| 454 | + 'httpMethod' => 'PUT', |
|
| 455 | + 'parameters' => array( |
|
| 456 | + 'tableId' => array( |
|
| 457 | + 'location' => 'path', |
|
| 458 | + 'type' => 'string', |
|
| 459 | + 'required' => true, |
|
| 460 | + ), |
|
| 461 | + 'replaceViewDefinition' => array( |
|
| 462 | + 'location' => 'query', |
|
| 463 | + 'type' => 'boolean', |
|
| 464 | + ), |
|
| 465 | + ), |
|
| 466 | + ), |
|
| 467 | + ) |
|
| 468 | + ) |
|
| 469 | + ); |
|
| 470 | + $this->task = new Google_Service_Fusiontables_Task_Resource( |
|
| 471 | + $this, |
|
| 472 | + $this->serviceName, |
|
| 473 | + 'task', |
|
| 474 | + array( |
|
| 475 | + 'methods' => array( |
|
| 476 | + 'delete' => array( |
|
| 477 | + 'path' => 'tables/{tableId}/tasks/{taskId}', |
|
| 478 | + 'httpMethod' => 'DELETE', |
|
| 479 | + 'parameters' => array( |
|
| 480 | + 'tableId' => array( |
|
| 481 | + 'location' => 'path', |
|
| 482 | + 'type' => 'string', |
|
| 483 | + 'required' => true, |
|
| 484 | + ), |
|
| 485 | + 'taskId' => array( |
|
| 486 | + 'location' => 'path', |
|
| 487 | + 'type' => 'string', |
|
| 488 | + 'required' => true, |
|
| 489 | + ), |
|
| 490 | + ), |
|
| 491 | + ),'get' => array( |
|
| 492 | + 'path' => 'tables/{tableId}/tasks/{taskId}', |
|
| 493 | + 'httpMethod' => 'GET', |
|
| 494 | + 'parameters' => array( |
|
| 495 | + 'tableId' => array( |
|
| 496 | + 'location' => 'path', |
|
| 497 | + 'type' => 'string', |
|
| 498 | + 'required' => true, |
|
| 499 | + ), |
|
| 500 | + 'taskId' => array( |
|
| 501 | + 'location' => 'path', |
|
| 502 | + 'type' => 'string', |
|
| 503 | + 'required' => true, |
|
| 504 | + ), |
|
| 505 | + ), |
|
| 506 | + ),'list' => array( |
|
| 507 | + 'path' => 'tables/{tableId}/tasks', |
|
| 508 | + 'httpMethod' => 'GET', |
|
| 509 | + 'parameters' => array( |
|
| 510 | + 'tableId' => array( |
|
| 511 | + 'location' => 'path', |
|
| 512 | + 'type' => 'string', |
|
| 513 | + 'required' => true, |
|
| 514 | + ), |
|
| 515 | + 'pageToken' => array( |
|
| 516 | + 'location' => 'query', |
|
| 517 | + 'type' => 'string', |
|
| 518 | + ), |
|
| 519 | + 'startIndex' => array( |
|
| 520 | + 'location' => 'query', |
|
| 521 | + 'type' => 'integer', |
|
| 522 | + ), |
|
| 523 | + 'maxResults' => array( |
|
| 524 | + 'location' => 'query', |
|
| 525 | + 'type' => 'integer', |
|
| 526 | + ), |
|
| 527 | + ), |
|
| 528 | + ), |
|
| 529 | + ) |
|
| 530 | + ) |
|
| 531 | + ); |
|
| 532 | + $this->template = new Google_Service_Fusiontables_Template_Resource( |
|
| 533 | + $this, |
|
| 534 | + $this->serviceName, |
|
| 535 | + 'template', |
|
| 536 | + array( |
|
| 537 | + 'methods' => array( |
|
| 538 | + 'delete' => array( |
|
| 539 | + 'path' => 'tables/{tableId}/templates/{templateId}', |
|
| 540 | + 'httpMethod' => 'DELETE', |
|
| 541 | + 'parameters' => array( |
|
| 542 | + 'tableId' => array( |
|
| 543 | + 'location' => 'path', |
|
| 544 | + 'type' => 'string', |
|
| 545 | + 'required' => true, |
|
| 546 | + ), |
|
| 547 | + 'templateId' => array( |
|
| 548 | + 'location' => 'path', |
|
| 549 | + 'type' => 'integer', |
|
| 550 | + 'required' => true, |
|
| 551 | + ), |
|
| 552 | + ), |
|
| 553 | + ),'get' => array( |
|
| 554 | + 'path' => 'tables/{tableId}/templates/{templateId}', |
|
| 555 | + 'httpMethod' => 'GET', |
|
| 556 | + 'parameters' => array( |
|
| 557 | + 'tableId' => array( |
|
| 558 | + 'location' => 'path', |
|
| 559 | + 'type' => 'string', |
|
| 560 | + 'required' => true, |
|
| 561 | + ), |
|
| 562 | + 'templateId' => array( |
|
| 563 | + 'location' => 'path', |
|
| 564 | + 'type' => 'integer', |
|
| 565 | + 'required' => true, |
|
| 566 | + ), |
|
| 567 | + ), |
|
| 568 | + ),'insert' => array( |
|
| 569 | + 'path' => 'tables/{tableId}/templates', |
|
| 570 | + 'httpMethod' => 'POST', |
|
| 571 | + 'parameters' => array( |
|
| 572 | + 'tableId' => array( |
|
| 573 | + 'location' => 'path', |
|
| 574 | + 'type' => 'string', |
|
| 575 | + 'required' => true, |
|
| 576 | + ), |
|
| 577 | + ), |
|
| 578 | + ),'list' => array( |
|
| 579 | + 'path' => 'tables/{tableId}/templates', |
|
| 580 | + 'httpMethod' => 'GET', |
|
| 581 | + 'parameters' => array( |
|
| 582 | + 'tableId' => array( |
|
| 583 | + 'location' => 'path', |
|
| 584 | + 'type' => 'string', |
|
| 585 | + 'required' => true, |
|
| 586 | + ), |
|
| 587 | + 'pageToken' => array( |
|
| 588 | + 'location' => 'query', |
|
| 589 | + 'type' => 'string', |
|
| 590 | + ), |
|
| 591 | + 'maxResults' => array( |
|
| 592 | + 'location' => 'query', |
|
| 593 | + 'type' => 'integer', |
|
| 594 | + ), |
|
| 595 | + ), |
|
| 596 | + ),'patch' => array( |
|
| 597 | + 'path' => 'tables/{tableId}/templates/{templateId}', |
|
| 598 | + 'httpMethod' => 'PATCH', |
|
| 599 | + 'parameters' => array( |
|
| 600 | + 'tableId' => array( |
|
| 601 | + 'location' => 'path', |
|
| 602 | + 'type' => 'string', |
|
| 603 | + 'required' => true, |
|
| 604 | + ), |
|
| 605 | + 'templateId' => array( |
|
| 606 | + 'location' => 'path', |
|
| 607 | + 'type' => 'integer', |
|
| 608 | + 'required' => true, |
|
| 609 | + ), |
|
| 610 | + ), |
|
| 611 | + ),'update' => array( |
|
| 612 | + 'path' => 'tables/{tableId}/templates/{templateId}', |
|
| 613 | + 'httpMethod' => 'PUT', |
|
| 614 | + 'parameters' => array( |
|
| 615 | + 'tableId' => array( |
|
| 616 | + 'location' => 'path', |
|
| 617 | + 'type' => 'string', |
|
| 618 | + 'required' => true, |
|
| 619 | + ), |
|
| 620 | + 'templateId' => array( |
|
| 621 | + 'location' => 'path', |
|
| 622 | + 'type' => 'integer', |
|
| 623 | + 'required' => true, |
|
| 624 | + ), |
|
| 625 | + ), |
|
| 626 | + ), |
|
| 627 | + ) |
|
| 628 | + ) |
|
| 629 | + ); |
|
| 630 | 630 | } |
| 631 | 631 | } |
| 632 | 632 | |
@@ -651,9 +651,9 @@ discard block |
||
| 651 | 651 | */ |
| 652 | 652 | public function delete($tableId, $columnId, $optParams = array()) |
| 653 | 653 | { |
| 654 | - $params = array('tableId' => $tableId, 'columnId' => $columnId); |
|
| 655 | - $params = array_merge($params, $optParams); |
|
| 656 | - return $this->call('delete', array($params)); |
|
| 654 | + $params = array('tableId' => $tableId, 'columnId' => $columnId); |
|
| 655 | + $params = array_merge($params, $optParams); |
|
| 656 | + return $this->call('delete', array($params)); |
|
| 657 | 657 | } |
| 658 | 658 | |
| 659 | 659 | /** |
@@ -667,9 +667,9 @@ discard block |
||
| 667 | 667 | */ |
| 668 | 668 | public function get($tableId, $columnId, $optParams = array()) |
| 669 | 669 | { |
| 670 | - $params = array('tableId' => $tableId, 'columnId' => $columnId); |
|
| 671 | - $params = array_merge($params, $optParams); |
|
| 672 | - return $this->call('get', array($params), "Google_Service_Fusiontables_Column"); |
|
| 670 | + $params = array('tableId' => $tableId, 'columnId' => $columnId); |
|
| 671 | + $params = array_merge($params, $optParams); |
|
| 672 | + return $this->call('get', array($params), "Google_Service_Fusiontables_Column"); |
|
| 673 | 673 | } |
| 674 | 674 | |
| 675 | 675 | /** |
@@ -682,9 +682,9 @@ discard block |
||
| 682 | 682 | */ |
| 683 | 683 | public function insert($tableId, Google_Service_Fusiontables_Column $postBody, $optParams = array()) |
| 684 | 684 | { |
| 685 | - $params = array('tableId' => $tableId, 'postBody' => $postBody); |
|
| 686 | - $params = array_merge($params, $optParams); |
|
| 687 | - return $this->call('insert', array($params), "Google_Service_Fusiontables_Column"); |
|
| 685 | + $params = array('tableId' => $tableId, 'postBody' => $postBody); |
|
| 686 | + $params = array_merge($params, $optParams); |
|
| 687 | + return $this->call('insert', array($params), "Google_Service_Fusiontables_Column"); |
|
| 688 | 688 | } |
| 689 | 689 | |
| 690 | 690 | /** |
@@ -701,9 +701,9 @@ discard block |
||
| 701 | 701 | */ |
| 702 | 702 | public function listColumn($tableId, $optParams = array()) |
| 703 | 703 | { |
| 704 | - $params = array('tableId' => $tableId); |
|
| 705 | - $params = array_merge($params, $optParams); |
|
| 706 | - return $this->call('list', array($params), "Google_Service_Fusiontables_ColumnList"); |
|
| 704 | + $params = array('tableId' => $tableId); |
|
| 705 | + $params = array_merge($params, $optParams); |
|
| 706 | + return $this->call('list', array($params), "Google_Service_Fusiontables_ColumnList"); |
|
| 707 | 707 | } |
| 708 | 708 | |
| 709 | 709 | /** |
@@ -719,9 +719,9 @@ discard block |
||
| 719 | 719 | */ |
| 720 | 720 | public function patch($tableId, $columnId, Google_Service_Fusiontables_Column $postBody, $optParams = array()) |
| 721 | 721 | { |
| 722 | - $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody); |
|
| 723 | - $params = array_merge($params, $optParams); |
|
| 724 | - return $this->call('patch', array($params), "Google_Service_Fusiontables_Column"); |
|
| 722 | + $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody); |
|
| 723 | + $params = array_merge($params, $optParams); |
|
| 724 | + return $this->call('patch', array($params), "Google_Service_Fusiontables_Column"); |
|
| 725 | 725 | } |
| 726 | 726 | |
| 727 | 727 | /** |
@@ -736,9 +736,9 @@ discard block |
||
| 736 | 736 | */ |
| 737 | 737 | public function update($tableId, $columnId, Google_Service_Fusiontables_Column $postBody, $optParams = array()) |
| 738 | 738 | { |
| 739 | - $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody); |
|
| 740 | - $params = array_merge($params, $optParams); |
|
| 741 | - return $this->call('update', array($params), "Google_Service_Fusiontables_Column"); |
|
| 739 | + $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody); |
|
| 740 | + $params = array_merge($params, $optParams); |
|
| 741 | + return $this->call('update', array($params), "Google_Service_Fusiontables_Column"); |
|
| 742 | 742 | } |
| 743 | 743 | } |
| 744 | 744 | |
@@ -770,9 +770,9 @@ discard block |
||
| 770 | 770 | */ |
| 771 | 771 | public function sql($sql, $optParams = array()) |
| 772 | 772 | { |
| 773 | - $params = array('sql' => $sql); |
|
| 774 | - $params = array_merge($params, $optParams); |
|
| 775 | - return $this->call('sql', array($params), "Google_Service_Fusiontables_Sqlresponse"); |
|
| 773 | + $params = array('sql' => $sql); |
|
| 774 | + $params = array_merge($params, $optParams); |
|
| 775 | + return $this->call('sql', array($params), "Google_Service_Fusiontables_Sqlresponse"); |
|
| 776 | 776 | } |
| 777 | 777 | |
| 778 | 778 | /** |
@@ -792,9 +792,9 @@ discard block |
||
| 792 | 792 | */ |
| 793 | 793 | public function sqlGet($sql, $optParams = array()) |
| 794 | 794 | { |
| 795 | - $params = array('sql' => $sql); |
|
| 796 | - $params = array_merge($params, $optParams); |
|
| 797 | - return $this->call('sqlGet', array($params), "Google_Service_Fusiontables_Sqlresponse"); |
|
| 795 | + $params = array('sql' => $sql); |
|
| 796 | + $params = array_merge($params, $optParams); |
|
| 797 | + return $this->call('sqlGet', array($params), "Google_Service_Fusiontables_Sqlresponse"); |
|
| 798 | 798 | } |
| 799 | 799 | } |
| 800 | 800 | |
@@ -818,9 +818,9 @@ discard block |
||
| 818 | 818 | */ |
| 819 | 819 | public function delete($tableId, $styleId, $optParams = array()) |
| 820 | 820 | { |
| 821 | - $params = array('tableId' => $tableId, 'styleId' => $styleId); |
|
| 822 | - $params = array_merge($params, $optParams); |
|
| 823 | - return $this->call('delete', array($params)); |
|
| 821 | + $params = array('tableId' => $tableId, 'styleId' => $styleId); |
|
| 822 | + $params = array_merge($params, $optParams); |
|
| 823 | + return $this->call('delete', array($params)); |
|
| 824 | 824 | } |
| 825 | 825 | |
| 826 | 826 | /** |
@@ -833,9 +833,9 @@ discard block |
||
| 833 | 833 | */ |
| 834 | 834 | public function get($tableId, $styleId, $optParams = array()) |
| 835 | 835 | { |
| 836 | - $params = array('tableId' => $tableId, 'styleId' => $styleId); |
|
| 837 | - $params = array_merge($params, $optParams); |
|
| 838 | - return $this->call('get', array($params), "Google_Service_Fusiontables_StyleSetting"); |
|
| 836 | + $params = array('tableId' => $tableId, 'styleId' => $styleId); |
|
| 837 | + $params = array_merge($params, $optParams); |
|
| 838 | + return $this->call('get', array($params), "Google_Service_Fusiontables_StyleSetting"); |
|
| 839 | 839 | } |
| 840 | 840 | |
| 841 | 841 | /** |
@@ -848,9 +848,9 @@ discard block |
||
| 848 | 848 | */ |
| 849 | 849 | public function insert($tableId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams = array()) |
| 850 | 850 | { |
| 851 | - $params = array('tableId' => $tableId, 'postBody' => $postBody); |
|
| 852 | - $params = array_merge($params, $optParams); |
|
| 853 | - return $this->call('insert', array($params), "Google_Service_Fusiontables_StyleSetting"); |
|
| 851 | + $params = array('tableId' => $tableId, 'postBody' => $postBody); |
|
| 852 | + $params = array_merge($params, $optParams); |
|
| 853 | + return $this->call('insert', array($params), "Google_Service_Fusiontables_StyleSetting"); |
|
| 854 | 854 | } |
| 855 | 855 | |
| 856 | 856 | /** |
@@ -867,9 +867,9 @@ discard block |
||
| 867 | 867 | */ |
| 868 | 868 | public function listStyle($tableId, $optParams = array()) |
| 869 | 869 | { |
| 870 | - $params = array('tableId' => $tableId); |
|
| 871 | - $params = array_merge($params, $optParams); |
|
| 872 | - return $this->call('list', array($params), "Google_Service_Fusiontables_StyleSettingList"); |
|
| 870 | + $params = array('tableId' => $tableId); |
|
| 871 | + $params = array_merge($params, $optParams); |
|
| 872 | + return $this->call('list', array($params), "Google_Service_Fusiontables_StyleSettingList"); |
|
| 873 | 873 | } |
| 874 | 874 | |
| 875 | 875 | /** |
@@ -884,9 +884,9 @@ discard block |
||
| 884 | 884 | */ |
| 885 | 885 | public function patch($tableId, $styleId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams = array()) |
| 886 | 886 | { |
| 887 | - $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody); |
|
| 888 | - $params = array_merge($params, $optParams); |
|
| 889 | - return $this->call('patch', array($params), "Google_Service_Fusiontables_StyleSetting"); |
|
| 887 | + $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody); |
|
| 888 | + $params = array_merge($params, $optParams); |
|
| 889 | + return $this->call('patch', array($params), "Google_Service_Fusiontables_StyleSetting"); |
|
| 890 | 890 | } |
| 891 | 891 | |
| 892 | 892 | /** |
@@ -900,9 +900,9 @@ discard block |
||
| 900 | 900 | */ |
| 901 | 901 | public function update($tableId, $styleId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams = array()) |
| 902 | 902 | { |
| 903 | - $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody); |
|
| 904 | - $params = array_merge($params, $optParams); |
|
| 905 | - return $this->call('update', array($params), "Google_Service_Fusiontables_StyleSetting"); |
|
| 903 | + $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody); |
|
| 904 | + $params = array_merge($params, $optParams); |
|
| 905 | + return $this->call('update', array($params), "Google_Service_Fusiontables_StyleSetting"); |
|
| 906 | 906 | } |
| 907 | 907 | } |
| 908 | 908 | |
@@ -929,9 +929,9 @@ discard block |
||
| 929 | 929 | */ |
| 930 | 930 | public function copy($tableId, $optParams = array()) |
| 931 | 931 | { |
| 932 | - $params = array('tableId' => $tableId); |
|
| 933 | - $params = array_merge($params, $optParams); |
|
| 934 | - return $this->call('copy', array($params), "Google_Service_Fusiontables_Table"); |
|
| 932 | + $params = array('tableId' => $tableId); |
|
| 933 | + $params = array_merge($params, $optParams); |
|
| 934 | + return $this->call('copy', array($params), "Google_Service_Fusiontables_Table"); |
|
| 935 | 935 | } |
| 936 | 936 | |
| 937 | 937 | /** |
@@ -942,9 +942,9 @@ discard block |
||
| 942 | 942 | */ |
| 943 | 943 | public function delete($tableId, $optParams = array()) |
| 944 | 944 | { |
| 945 | - $params = array('tableId' => $tableId); |
|
| 946 | - $params = array_merge($params, $optParams); |
|
| 947 | - return $this->call('delete', array($params)); |
|
| 945 | + $params = array('tableId' => $tableId); |
|
| 946 | + $params = array_merge($params, $optParams); |
|
| 947 | + return $this->call('delete', array($params)); |
|
| 948 | 948 | } |
| 949 | 949 | |
| 950 | 950 | /** |
@@ -956,9 +956,9 @@ discard block |
||
| 956 | 956 | */ |
| 957 | 957 | public function get($tableId, $optParams = array()) |
| 958 | 958 | { |
| 959 | - $params = array('tableId' => $tableId); |
|
| 960 | - $params = array_merge($params, $optParams); |
|
| 961 | - return $this->call('get', array($params), "Google_Service_Fusiontables_Table"); |
|
| 959 | + $params = array('tableId' => $tableId); |
|
| 960 | + $params = array_merge($params, $optParams); |
|
| 961 | + return $this->call('get', array($params), "Google_Service_Fusiontables_Table"); |
|
| 962 | 962 | } |
| 963 | 963 | |
| 964 | 964 | /** |
@@ -984,9 +984,9 @@ discard block |
||
| 984 | 984 | */ |
| 985 | 985 | public function importRows($tableId, $optParams = array()) |
| 986 | 986 | { |
| 987 | - $params = array('tableId' => $tableId); |
|
| 988 | - $params = array_merge($params, $optParams); |
|
| 989 | - return $this->call('importRows', array($params), "Google_Service_Fusiontables_Import"); |
|
| 987 | + $params = array('tableId' => $tableId); |
|
| 988 | + $params = array_merge($params, $optParams); |
|
| 989 | + return $this->call('importRows', array($params), "Google_Service_Fusiontables_Import"); |
|
| 990 | 990 | } |
| 991 | 991 | |
| 992 | 992 | /** |
@@ -1003,9 +1003,9 @@ discard block |
||
| 1003 | 1003 | */ |
| 1004 | 1004 | public function importTable($name, $optParams = array()) |
| 1005 | 1005 | { |
| 1006 | - $params = array('name' => $name); |
|
| 1007 | - $params = array_merge($params, $optParams); |
|
| 1008 | - return $this->call('importTable', array($params), "Google_Service_Fusiontables_Table"); |
|
| 1006 | + $params = array('name' => $name); |
|
| 1007 | + $params = array_merge($params, $optParams); |
|
| 1008 | + return $this->call('importTable', array($params), "Google_Service_Fusiontables_Table"); |
|
| 1009 | 1009 | } |
| 1010 | 1010 | |
| 1011 | 1011 | /** |
@@ -1017,9 +1017,9 @@ discard block |
||
| 1017 | 1017 | */ |
| 1018 | 1018 | public function insert(Google_Service_Fusiontables_Table $postBody, $optParams = array()) |
| 1019 | 1019 | { |
| 1020 | - $params = array('postBody' => $postBody); |
|
| 1021 | - $params = array_merge($params, $optParams); |
|
| 1022 | - return $this->call('insert', array($params), "Google_Service_Fusiontables_Table"); |
|
| 1020 | + $params = array('postBody' => $postBody); |
|
| 1021 | + $params = array_merge($params, $optParams); |
|
| 1022 | + return $this->call('insert', array($params), "Google_Service_Fusiontables_Table"); |
|
| 1023 | 1023 | } |
| 1024 | 1024 | |
| 1025 | 1025 | /** |
@@ -1035,9 +1035,9 @@ discard block |
||
| 1035 | 1035 | */ |
| 1036 | 1036 | public function listTable($optParams = array()) |
| 1037 | 1037 | { |
| 1038 | - $params = array(); |
|
| 1039 | - $params = array_merge($params, $optParams); |
|
| 1040 | - return $this->call('list', array($params), "Google_Service_Fusiontables_TableList"); |
|
| 1038 | + $params = array(); |
|
| 1039 | + $params = array_merge($params, $optParams); |
|
| 1040 | + return $this->call('list', array($params), "Google_Service_Fusiontables_TableList"); |
|
| 1041 | 1041 | } |
| 1042 | 1042 | |
| 1043 | 1043 | /** |
@@ -1056,9 +1056,9 @@ discard block |
||
| 1056 | 1056 | */ |
| 1057 | 1057 | public function patch($tableId, Google_Service_Fusiontables_Table $postBody, $optParams = array()) |
| 1058 | 1058 | { |
| 1059 | - $params = array('tableId' => $tableId, 'postBody' => $postBody); |
|
| 1060 | - $params = array_merge($params, $optParams); |
|
| 1061 | - return $this->call('patch', array($params), "Google_Service_Fusiontables_Table"); |
|
| 1059 | + $params = array('tableId' => $tableId, 'postBody' => $postBody); |
|
| 1060 | + $params = array_merge($params, $optParams); |
|
| 1061 | + return $this->call('patch', array($params), "Google_Service_Fusiontables_Table"); |
|
| 1062 | 1062 | } |
| 1063 | 1063 | |
| 1064 | 1064 | /** |
@@ -1086,9 +1086,9 @@ discard block |
||
| 1086 | 1086 | */ |
| 1087 | 1087 | public function replaceRows($tableId, $optParams = array()) |
| 1088 | 1088 | { |
| 1089 | - $params = array('tableId' => $tableId); |
|
| 1090 | - $params = array_merge($params, $optParams); |
|
| 1091 | - return $this->call('replaceRows', array($params), "Google_Service_Fusiontables_Task"); |
|
| 1089 | + $params = array('tableId' => $tableId); |
|
| 1090 | + $params = array_merge($params, $optParams); |
|
| 1091 | + return $this->call('replaceRows', array($params), "Google_Service_Fusiontables_Task"); |
|
| 1092 | 1092 | } |
| 1093 | 1093 | |
| 1094 | 1094 | /** |
@@ -1106,9 +1106,9 @@ discard block |
||
| 1106 | 1106 | */ |
| 1107 | 1107 | public function update($tableId, Google_Service_Fusiontables_Table $postBody, $optParams = array()) |
| 1108 | 1108 | { |
| 1109 | - $params = array('tableId' => $tableId, 'postBody' => $postBody); |
|
| 1110 | - $params = array_merge($params, $optParams); |
|
| 1111 | - return $this->call('update', array($params), "Google_Service_Fusiontables_Table"); |
|
| 1109 | + $params = array('tableId' => $tableId, 'postBody' => $postBody); |
|
| 1110 | + $params = array_merge($params, $optParams); |
|
| 1111 | + return $this->call('update', array($params), "Google_Service_Fusiontables_Table"); |
|
| 1112 | 1112 | } |
| 1113 | 1113 | } |
| 1114 | 1114 | |
@@ -1133,9 +1133,9 @@ discard block |
||
| 1133 | 1133 | */ |
| 1134 | 1134 | public function delete($tableId, $taskId, $optParams = array()) |
| 1135 | 1135 | { |
| 1136 | - $params = array('tableId' => $tableId, 'taskId' => $taskId); |
|
| 1137 | - $params = array_merge($params, $optParams); |
|
| 1138 | - return $this->call('delete', array($params)); |
|
| 1136 | + $params = array('tableId' => $tableId, 'taskId' => $taskId); |
|
| 1137 | + $params = array_merge($params, $optParams); |
|
| 1138 | + return $this->call('delete', array($params)); |
|
| 1139 | 1139 | } |
| 1140 | 1140 | |
| 1141 | 1141 | /** |
@@ -1148,9 +1148,9 @@ discard block |
||
| 1148 | 1148 | */ |
| 1149 | 1149 | public function get($tableId, $taskId, $optParams = array()) |
| 1150 | 1150 | { |
| 1151 | - $params = array('tableId' => $tableId, 'taskId' => $taskId); |
|
| 1152 | - $params = array_merge($params, $optParams); |
|
| 1153 | - return $this->call('get', array($params), "Google_Service_Fusiontables_Task"); |
|
| 1151 | + $params = array('tableId' => $tableId, 'taskId' => $taskId); |
|
| 1152 | + $params = array_merge($params, $optParams); |
|
| 1153 | + return $this->call('get', array($params), "Google_Service_Fusiontables_Task"); |
|
| 1154 | 1154 | } |
| 1155 | 1155 | |
| 1156 | 1156 | /** |
@@ -1168,9 +1168,9 @@ discard block |
||
| 1168 | 1168 | */ |
| 1169 | 1169 | public function listTask($tableId, $optParams = array()) |
| 1170 | 1170 | { |
| 1171 | - $params = array('tableId' => $tableId); |
|
| 1172 | - $params = array_merge($params, $optParams); |
|
| 1173 | - return $this->call('list', array($params), "Google_Service_Fusiontables_TaskList"); |
|
| 1171 | + $params = array('tableId' => $tableId); |
|
| 1172 | + $params = array_merge($params, $optParams); |
|
| 1173 | + return $this->call('list', array($params), "Google_Service_Fusiontables_TaskList"); |
|
| 1174 | 1174 | } |
| 1175 | 1175 | } |
| 1176 | 1176 | |
@@ -1194,9 +1194,9 @@ discard block |
||
| 1194 | 1194 | */ |
| 1195 | 1195 | public function delete($tableId, $templateId, $optParams = array()) |
| 1196 | 1196 | { |
| 1197 | - $params = array('tableId' => $tableId, 'templateId' => $templateId); |
|
| 1198 | - $params = array_merge($params, $optParams); |
|
| 1199 | - return $this->call('delete', array($params)); |
|
| 1197 | + $params = array('tableId' => $tableId, 'templateId' => $templateId); |
|
| 1198 | + $params = array_merge($params, $optParams); |
|
| 1199 | + return $this->call('delete', array($params)); |
|
| 1200 | 1200 | } |
| 1201 | 1201 | |
| 1202 | 1202 | /** |
@@ -1209,9 +1209,9 @@ discard block |
||
| 1209 | 1209 | */ |
| 1210 | 1210 | public function get($tableId, $templateId, $optParams = array()) |
| 1211 | 1211 | { |
| 1212 | - $params = array('tableId' => $tableId, 'templateId' => $templateId); |
|
| 1213 | - $params = array_merge($params, $optParams); |
|
| 1214 | - return $this->call('get', array($params), "Google_Service_Fusiontables_Template"); |
|
| 1212 | + $params = array('tableId' => $tableId, 'templateId' => $templateId); |
|
| 1213 | + $params = array_merge($params, $optParams); |
|
| 1214 | + return $this->call('get', array($params), "Google_Service_Fusiontables_Template"); |
|
| 1215 | 1215 | } |
| 1216 | 1216 | |
| 1217 | 1217 | /** |
@@ -1224,9 +1224,9 @@ discard block |
||
| 1224 | 1224 | */ |
| 1225 | 1225 | public function insert($tableId, Google_Service_Fusiontables_Template $postBody, $optParams = array()) |
| 1226 | 1226 | { |
| 1227 | - $params = array('tableId' => $tableId, 'postBody' => $postBody); |
|
| 1228 | - $params = array_merge($params, $optParams); |
|
| 1229 | - return $this->call('insert', array($params), "Google_Service_Fusiontables_Template"); |
|
| 1227 | + $params = array('tableId' => $tableId, 'postBody' => $postBody); |
|
| 1228 | + $params = array_merge($params, $optParams); |
|
| 1229 | + return $this->call('insert', array($params), "Google_Service_Fusiontables_Template"); |
|
| 1230 | 1230 | } |
| 1231 | 1231 | |
| 1232 | 1232 | /** |
@@ -1244,9 +1244,9 @@ discard block |
||
| 1244 | 1244 | */ |
| 1245 | 1245 | public function listTemplate($tableId, $optParams = array()) |
| 1246 | 1246 | { |
| 1247 | - $params = array('tableId' => $tableId); |
|
| 1248 | - $params = array_merge($params, $optParams); |
|
| 1249 | - return $this->call('list', array($params), "Google_Service_Fusiontables_TemplateList"); |
|
| 1247 | + $params = array('tableId' => $tableId); |
|
| 1248 | + $params = array_merge($params, $optParams); |
|
| 1249 | + return $this->call('list', array($params), "Google_Service_Fusiontables_TemplateList"); |
|
| 1250 | 1250 | } |
| 1251 | 1251 | |
| 1252 | 1252 | /** |
@@ -1261,9 +1261,9 @@ discard block |
||
| 1261 | 1261 | */ |
| 1262 | 1262 | public function patch($tableId, $templateId, Google_Service_Fusiontables_Template $postBody, $optParams = array()) |
| 1263 | 1263 | { |
| 1264 | - $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody); |
|
| 1265 | - $params = array_merge($params, $optParams); |
|
| 1266 | - return $this->call('patch', array($params), "Google_Service_Fusiontables_Template"); |
|
| 1264 | + $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody); |
|
| 1265 | + $params = array_merge($params, $optParams); |
|
| 1266 | + return $this->call('patch', array($params), "Google_Service_Fusiontables_Template"); |
|
| 1267 | 1267 | } |
| 1268 | 1268 | |
| 1269 | 1269 | /** |
@@ -1277,9 +1277,9 @@ discard block |
||
| 1277 | 1277 | */ |
| 1278 | 1278 | public function update($tableId, $templateId, Google_Service_Fusiontables_Template $postBody, $optParams = array()) |
| 1279 | 1279 | { |
| 1280 | - $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody); |
|
| 1281 | - $params = array_merge($params, $optParams); |
|
| 1282 | - return $this->call('update', array($params), "Google_Service_Fusiontables_Template"); |
|
| 1280 | + $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody); |
|
| 1281 | + $params = array_merge($params, $optParams); |
|
| 1282 | + return $this->call('update', array($params), "Google_Service_Fusiontables_Template"); |
|
| 1283 | 1283 | } |
| 1284 | 1284 | } |
| 1285 | 1285 | |
@@ -1300,51 +1300,51 @@ discard block |
||
| 1300 | 1300 | |
| 1301 | 1301 | public function setColor($color) |
| 1302 | 1302 | { |
| 1303 | - $this->color = $color; |
|
| 1303 | + $this->color = $color; |
|
| 1304 | 1304 | } |
| 1305 | 1305 | public function getColor() |
| 1306 | 1306 | { |
| 1307 | - return $this->color; |
|
| 1307 | + return $this->color; |
|
| 1308 | 1308 | } |
| 1309 | 1309 | public function setIcon($icon) |
| 1310 | 1310 | { |
| 1311 | - $this->icon = $icon; |
|
| 1311 | + $this->icon = $icon; |
|
| 1312 | 1312 | } |
| 1313 | 1313 | public function getIcon() |
| 1314 | 1314 | { |
| 1315 | - return $this->icon; |
|
| 1315 | + return $this->icon; |
|
| 1316 | 1316 | } |
| 1317 | 1317 | public function setMax($max) |
| 1318 | 1318 | { |
| 1319 | - $this->max = $max; |
|
| 1319 | + $this->max = $max; |
|
| 1320 | 1320 | } |
| 1321 | 1321 | public function getMax() |
| 1322 | 1322 | { |
| 1323 | - return $this->max; |
|
| 1323 | + return $this->max; |
|
| 1324 | 1324 | } |
| 1325 | 1325 | public function setMin($min) |
| 1326 | 1326 | { |
| 1327 | - $this->min = $min; |
|
| 1327 | + $this->min = $min; |
|
| 1328 | 1328 | } |
| 1329 | 1329 | public function getMin() |
| 1330 | 1330 | { |
| 1331 | - return $this->min; |
|
| 1331 | + return $this->min; |
|
| 1332 | 1332 | } |
| 1333 | 1333 | public function setOpacity($opacity) |
| 1334 | 1334 | { |
| 1335 | - $this->opacity = $opacity; |
|
| 1335 | + $this->opacity = $opacity; |
|
| 1336 | 1336 | } |
| 1337 | 1337 | public function getOpacity() |
| 1338 | 1338 | { |
| 1339 | - return $this->opacity; |
|
| 1339 | + return $this->opacity; |
|
| 1340 | 1340 | } |
| 1341 | 1341 | public function setWeight($weight) |
| 1342 | 1342 | { |
| 1343 | - $this->weight = $weight; |
|
| 1343 | + $this->weight = $weight; |
|
| 1344 | 1344 | } |
| 1345 | 1345 | public function getWeight() |
| 1346 | 1346 | { |
| 1347 | - return $this->weight; |
|
| 1347 | + return $this->weight; |
|
| 1348 | 1348 | } |
| 1349 | 1349 | } |
| 1350 | 1350 | |
@@ -1370,99 +1370,99 @@ discard block |
||
| 1370 | 1370 | |
| 1371 | 1371 | public function setBaseColumn(Google_Service_Fusiontables_ColumnBaseColumn $baseColumn) |
| 1372 | 1372 | { |
| 1373 | - $this->baseColumn = $baseColumn; |
|
| 1373 | + $this->baseColumn = $baseColumn; |
|
| 1374 | 1374 | } |
| 1375 | 1375 | public function getBaseColumn() |
| 1376 | 1376 | { |
| 1377 | - return $this->baseColumn; |
|
| 1377 | + return $this->baseColumn; |
|
| 1378 | 1378 | } |
| 1379 | 1379 | public function setColumnId($columnId) |
| 1380 | 1380 | { |
| 1381 | - $this->columnId = $columnId; |
|
| 1381 | + $this->columnId = $columnId; |
|
| 1382 | 1382 | } |
| 1383 | 1383 | public function getColumnId() |
| 1384 | 1384 | { |
| 1385 | - return $this->columnId; |
|
| 1385 | + return $this->columnId; |
|
| 1386 | 1386 | } |
| 1387 | 1387 | public function setColumnJsonSchema($columnJsonSchema) |
| 1388 | 1388 | { |
| 1389 | - $this->columnJsonSchema = $columnJsonSchema; |
|
| 1389 | + $this->columnJsonSchema = $columnJsonSchema; |
|
| 1390 | 1390 | } |
| 1391 | 1391 | public function getColumnJsonSchema() |
| 1392 | 1392 | { |
| 1393 | - return $this->columnJsonSchema; |
|
| 1393 | + return $this->columnJsonSchema; |
|
| 1394 | 1394 | } |
| 1395 | 1395 | public function setColumnPropertiesJson($columnPropertiesJson) |
| 1396 | 1396 | { |
| 1397 | - $this->columnPropertiesJson = $columnPropertiesJson; |
|
| 1397 | + $this->columnPropertiesJson = $columnPropertiesJson; |
|
| 1398 | 1398 | } |
| 1399 | 1399 | public function getColumnPropertiesJson() |
| 1400 | 1400 | { |
| 1401 | - return $this->columnPropertiesJson; |
|
| 1401 | + return $this->columnPropertiesJson; |
|
| 1402 | 1402 | } |
| 1403 | 1403 | public function setDescription($description) |
| 1404 | 1404 | { |
| 1405 | - $this->description = $description; |
|
| 1405 | + $this->description = $description; |
|
| 1406 | 1406 | } |
| 1407 | 1407 | public function getDescription() |
| 1408 | 1408 | { |
| 1409 | - return $this->description; |
|
| 1409 | + return $this->description; |
|
| 1410 | 1410 | } |
| 1411 | 1411 | public function setFormatPattern($formatPattern) |
| 1412 | 1412 | { |
| 1413 | - $this->formatPattern = $formatPattern; |
|
| 1413 | + $this->formatPattern = $formatPattern; |
|
| 1414 | 1414 | } |
| 1415 | 1415 | public function getFormatPattern() |
| 1416 | 1416 | { |
| 1417 | - return $this->formatPattern; |
|
| 1417 | + return $this->formatPattern; |
|
| 1418 | 1418 | } |
| 1419 | 1419 | public function setGraphPredicate($graphPredicate) |
| 1420 | 1420 | { |
| 1421 | - $this->graphPredicate = $graphPredicate; |
|
| 1421 | + $this->graphPredicate = $graphPredicate; |
|
| 1422 | 1422 | } |
| 1423 | 1423 | public function getGraphPredicate() |
| 1424 | 1424 | { |
| 1425 | - return $this->graphPredicate; |
|
| 1425 | + return $this->graphPredicate; |
|
| 1426 | 1426 | } |
| 1427 | 1427 | public function setKind($kind) |
| 1428 | 1428 | { |
| 1429 | - $this->kind = $kind; |
|
| 1429 | + $this->kind = $kind; |
|
| 1430 | 1430 | } |
| 1431 | 1431 | public function getKind() |
| 1432 | 1432 | { |
| 1433 | - return $this->kind; |
|
| 1433 | + return $this->kind; |
|
| 1434 | 1434 | } |
| 1435 | 1435 | public function setName($name) |
| 1436 | 1436 | { |
| 1437 | - $this->name = $name; |
|
| 1437 | + $this->name = $name; |
|
| 1438 | 1438 | } |
| 1439 | 1439 | public function getName() |
| 1440 | 1440 | { |
| 1441 | - return $this->name; |
|
| 1441 | + return $this->name; |
|
| 1442 | 1442 | } |
| 1443 | 1443 | public function setType($type) |
| 1444 | 1444 | { |
| 1445 | - $this->type = $type; |
|
| 1445 | + $this->type = $type; |
|
| 1446 | 1446 | } |
| 1447 | 1447 | public function getType() |
| 1448 | 1448 | { |
| 1449 | - return $this->type; |
|
| 1449 | + return $this->type; |
|
| 1450 | 1450 | } |
| 1451 | 1451 | public function setValidValues($validValues) |
| 1452 | 1452 | { |
| 1453 | - $this->validValues = $validValues; |
|
| 1453 | + $this->validValues = $validValues; |
|
| 1454 | 1454 | } |
| 1455 | 1455 | public function getValidValues() |
| 1456 | 1456 | { |
| 1457 | - return $this->validValues; |
|
| 1457 | + return $this->validValues; |
|
| 1458 | 1458 | } |
| 1459 | 1459 | public function setValidateData($validateData) |
| 1460 | 1460 | { |
| 1461 | - $this->validateData = $validateData; |
|
| 1461 | + $this->validateData = $validateData; |
|
| 1462 | 1462 | } |
| 1463 | 1463 | public function getValidateData() |
| 1464 | 1464 | { |
| 1465 | - return $this->validateData; |
|
| 1465 | + return $this->validateData; |
|
| 1466 | 1466 | } |
| 1467 | 1467 | } |
| 1468 | 1468 | |
@@ -1476,19 +1476,19 @@ discard block |
||
| 1476 | 1476 | |
| 1477 | 1477 | public function setColumnId($columnId) |
| 1478 | 1478 | { |
| 1479 | - $this->columnId = $columnId; |
|
| 1479 | + $this->columnId = $columnId; |
|
| 1480 | 1480 | } |
| 1481 | 1481 | public function getColumnId() |
| 1482 | 1482 | { |
| 1483 | - return $this->columnId; |
|
| 1483 | + return $this->columnId; |
|
| 1484 | 1484 | } |
| 1485 | 1485 | public function setTableIndex($tableIndex) |
| 1486 | 1486 | { |
| 1487 | - $this->tableIndex = $tableIndex; |
|
| 1487 | + $this->tableIndex = $tableIndex; |
|
| 1488 | 1488 | } |
| 1489 | 1489 | public function getTableIndex() |
| 1490 | 1490 | { |
| 1491 | - return $this->tableIndex; |
|
| 1491 | + return $this->tableIndex; |
|
| 1492 | 1492 | } |
| 1493 | 1493 | } |
| 1494 | 1494 | |
@@ -1506,35 +1506,35 @@ discard block |
||
| 1506 | 1506 | |
| 1507 | 1507 | public function setItems($items) |
| 1508 | 1508 | { |
| 1509 | - $this->items = $items; |
|
| 1509 | + $this->items = $items; |
|
| 1510 | 1510 | } |
| 1511 | 1511 | public function getItems() |
| 1512 | 1512 | { |
| 1513 | - return $this->items; |
|
| 1513 | + return $this->items; |
|
| 1514 | 1514 | } |
| 1515 | 1515 | public function setKind($kind) |
| 1516 | 1516 | { |
| 1517 | - $this->kind = $kind; |
|
| 1517 | + $this->kind = $kind; |
|
| 1518 | 1518 | } |
| 1519 | 1519 | public function getKind() |
| 1520 | 1520 | { |
| 1521 | - return $this->kind; |
|
| 1521 | + return $this->kind; |
|
| 1522 | 1522 | } |
| 1523 | 1523 | public function setNextPageToken($nextPageToken) |
| 1524 | 1524 | { |
| 1525 | - $this->nextPageToken = $nextPageToken; |
|
| 1525 | + $this->nextPageToken = $nextPageToken; |
|
| 1526 | 1526 | } |
| 1527 | 1527 | public function getNextPageToken() |
| 1528 | 1528 | { |
| 1529 | - return $this->nextPageToken; |
|
| 1529 | + return $this->nextPageToken; |
|
| 1530 | 1530 | } |
| 1531 | 1531 | public function setTotalItems($totalItems) |
| 1532 | 1532 | { |
| 1533 | - $this->totalItems = $totalItems; |
|
| 1533 | + $this->totalItems = $totalItems; |
|
| 1534 | 1534 | } |
| 1535 | 1535 | public function getTotalItems() |
| 1536 | 1536 | { |
| 1537 | - return $this->totalItems; |
|
| 1537 | + return $this->totalItems; |
|
| 1538 | 1538 | } |
| 1539 | 1539 | } |
| 1540 | 1540 | |
@@ -1550,27 +1550,27 @@ discard block |
||
| 1550 | 1550 | |
| 1551 | 1551 | public function setGeometries($geometries) |
| 1552 | 1552 | { |
| 1553 | - $this->geometries = $geometries; |
|
| 1553 | + $this->geometries = $geometries; |
|
| 1554 | 1554 | } |
| 1555 | 1555 | public function getGeometries() |
| 1556 | 1556 | { |
| 1557 | - return $this->geometries; |
|
| 1557 | + return $this->geometries; |
|
| 1558 | 1558 | } |
| 1559 | 1559 | public function setGeometry($geometry) |
| 1560 | 1560 | { |
| 1561 | - $this->geometry = $geometry; |
|
| 1561 | + $this->geometry = $geometry; |
|
| 1562 | 1562 | } |
| 1563 | 1563 | public function getGeometry() |
| 1564 | 1564 | { |
| 1565 | - return $this->geometry; |
|
| 1565 | + return $this->geometry; |
|
| 1566 | 1566 | } |
| 1567 | 1567 | public function setType($type) |
| 1568 | 1568 | { |
| 1569 | - $this->type = $type; |
|
| 1569 | + $this->type = $type; |
|
| 1570 | 1570 | } |
| 1571 | 1571 | public function getType() |
| 1572 | 1572 | { |
| 1573 | - return $this->type; |
|
| 1573 | + return $this->type; |
|
| 1574 | 1574 | } |
| 1575 | 1575 | } |
| 1576 | 1576 | |
@@ -1584,19 +1584,19 @@ discard block |
||
| 1584 | 1584 | |
| 1585 | 1585 | public function setKind($kind) |
| 1586 | 1586 | { |
| 1587 | - $this->kind = $kind; |
|
| 1587 | + $this->kind = $kind; |
|
| 1588 | 1588 | } |
| 1589 | 1589 | public function getKind() |
| 1590 | 1590 | { |
| 1591 | - return $this->kind; |
|
| 1591 | + return $this->kind; |
|
| 1592 | 1592 | } |
| 1593 | 1593 | public function setNumRowsReceived($numRowsReceived) |
| 1594 | 1594 | { |
| 1595 | - $this->numRowsReceived = $numRowsReceived; |
|
| 1595 | + $this->numRowsReceived = $numRowsReceived; |
|
| 1596 | 1596 | } |
| 1597 | 1597 | public function getNumRowsReceived() |
| 1598 | 1598 | { |
| 1599 | - return $this->numRowsReceived; |
|
| 1599 | + return $this->numRowsReceived; |
|
| 1600 | 1600 | } |
| 1601 | 1601 | } |
| 1602 | 1602 | |
@@ -1611,19 +1611,19 @@ discard block |
||
| 1611 | 1611 | |
| 1612 | 1612 | public function setCoordinates($coordinates) |
| 1613 | 1613 | { |
| 1614 | - $this->coordinates = $coordinates; |
|
| 1614 | + $this->coordinates = $coordinates; |
|
| 1615 | 1615 | } |
| 1616 | 1616 | public function getCoordinates() |
| 1617 | 1617 | { |
| 1618 | - return $this->coordinates; |
|
| 1618 | + return $this->coordinates; |
|
| 1619 | 1619 | } |
| 1620 | 1620 | public function setType($type) |
| 1621 | 1621 | { |
| 1622 | - $this->type = $type; |
|
| 1622 | + $this->type = $type; |
|
| 1623 | 1623 | } |
| 1624 | 1624 | public function getType() |
| 1625 | 1625 | { |
| 1626 | - return $this->type; |
|
| 1626 | + return $this->type; |
|
| 1627 | 1627 | } |
| 1628 | 1628 | } |
| 1629 | 1629 | |
@@ -1642,43 +1642,43 @@ discard block |
||
| 1642 | 1642 | |
| 1643 | 1643 | public function setStrokeColor($strokeColor) |
| 1644 | 1644 | { |
| 1645 | - $this->strokeColor = $strokeColor; |
|
| 1645 | + $this->strokeColor = $strokeColor; |
|
| 1646 | 1646 | } |
| 1647 | 1647 | public function getStrokeColor() |
| 1648 | 1648 | { |
| 1649 | - return $this->strokeColor; |
|
| 1649 | + return $this->strokeColor; |
|
| 1650 | 1650 | } |
| 1651 | 1651 | public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $strokeColorStyler) |
| 1652 | 1652 | { |
| 1653 | - $this->strokeColorStyler = $strokeColorStyler; |
|
| 1653 | + $this->strokeColorStyler = $strokeColorStyler; |
|
| 1654 | 1654 | } |
| 1655 | 1655 | public function getStrokeColorStyler() |
| 1656 | 1656 | { |
| 1657 | - return $this->strokeColorStyler; |
|
| 1657 | + return $this->strokeColorStyler; |
|
| 1658 | 1658 | } |
| 1659 | 1659 | public function setStrokeOpacity($strokeOpacity) |
| 1660 | 1660 | { |
| 1661 | - $this->strokeOpacity = $strokeOpacity; |
|
| 1661 | + $this->strokeOpacity = $strokeOpacity; |
|
| 1662 | 1662 | } |
| 1663 | 1663 | public function getStrokeOpacity() |
| 1664 | 1664 | { |
| 1665 | - return $this->strokeOpacity; |
|
| 1665 | + return $this->strokeOpacity; |
|
| 1666 | 1666 | } |
| 1667 | 1667 | public function setStrokeWeight($strokeWeight) |
| 1668 | 1668 | { |
| 1669 | - $this->strokeWeight = $strokeWeight; |
|
| 1669 | + $this->strokeWeight = $strokeWeight; |
|
| 1670 | 1670 | } |
| 1671 | 1671 | public function getStrokeWeight() |
| 1672 | 1672 | { |
| 1673 | - return $this->strokeWeight; |
|
| 1673 | + return $this->strokeWeight; |
|
| 1674 | 1674 | } |
| 1675 | 1675 | public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction $strokeWeightStyler) |
| 1676 | 1676 | { |
| 1677 | - $this->strokeWeightStyler = $strokeWeightStyler; |
|
| 1677 | + $this->strokeWeightStyler = $strokeWeightStyler; |
|
| 1678 | 1678 | } |
| 1679 | 1679 | public function getStrokeWeightStyler() |
| 1680 | 1680 | { |
| 1681 | - return $this->strokeWeightStyler; |
|
| 1681 | + return $this->strokeWeightStyler; |
|
| 1682 | 1682 | } |
| 1683 | 1683 | } |
| 1684 | 1684 | |
@@ -1693,19 +1693,19 @@ discard block |
||
| 1693 | 1693 | |
| 1694 | 1694 | public function setCoordinates($coordinates) |
| 1695 | 1695 | { |
| 1696 | - $this->coordinates = $coordinates; |
|
| 1696 | + $this->coordinates = $coordinates; |
|
| 1697 | 1697 | } |
| 1698 | 1698 | public function getCoordinates() |
| 1699 | 1699 | { |
| 1700 | - return $this->coordinates; |
|
| 1700 | + return $this->coordinates; |
|
| 1701 | 1701 | } |
| 1702 | 1702 | public function setType($type) |
| 1703 | 1703 | { |
| 1704 | - $this->type = $type; |
|
| 1704 | + $this->type = $type; |
|
| 1705 | 1705 | } |
| 1706 | 1706 | public function getType() |
| 1707 | 1707 | { |
| 1708 | - return $this->type; |
|
| 1708 | + return $this->type; |
|
| 1709 | 1709 | } |
| 1710 | 1710 | } |
| 1711 | 1711 | |
@@ -1720,19 +1720,19 @@ discard block |
||
| 1720 | 1720 | |
| 1721 | 1721 | public function setIconName($iconName) |
| 1722 | 1722 | { |
| 1723 | - $this->iconName = $iconName; |
|
| 1723 | + $this->iconName = $iconName; |
|
| 1724 | 1724 | } |
| 1725 | 1725 | public function getIconName() |
| 1726 | 1726 | { |
| 1727 | - return $this->iconName; |
|
| 1727 | + return $this->iconName; |
|
| 1728 | 1728 | } |
| 1729 | 1729 | public function setIconStyler(Google_Service_Fusiontables_StyleFunction $iconStyler) |
| 1730 | 1730 | { |
| 1731 | - $this->iconStyler = $iconStyler; |
|
| 1731 | + $this->iconStyler = $iconStyler; |
|
| 1732 | 1732 | } |
| 1733 | 1733 | public function getIconStyler() |
| 1734 | 1734 | { |
| 1735 | - return $this->iconStyler; |
|
| 1735 | + return $this->iconStyler; |
|
| 1736 | 1736 | } |
| 1737 | 1737 | } |
| 1738 | 1738 | |
@@ -1747,19 +1747,19 @@ discard block |
||
| 1747 | 1747 | |
| 1748 | 1748 | public function setCoordinates($coordinates) |
| 1749 | 1749 | { |
| 1750 | - $this->coordinates = $coordinates; |
|
| 1750 | + $this->coordinates = $coordinates; |
|
| 1751 | 1751 | } |
| 1752 | 1752 | public function getCoordinates() |
| 1753 | 1753 | { |
| 1754 | - return $this->coordinates; |
|
| 1754 | + return $this->coordinates; |
|
| 1755 | 1755 | } |
| 1756 | 1756 | public function setType($type) |
| 1757 | 1757 | { |
| 1758 | - $this->type = $type; |
|
| 1758 | + $this->type = $type; |
|
| 1759 | 1759 | } |
| 1760 | 1760 | public function getType() |
| 1761 | 1761 | { |
| 1762 | - return $this->type; |
|
| 1762 | + return $this->type; |
|
| 1763 | 1763 | } |
| 1764 | 1764 | } |
| 1765 | 1765 | |
@@ -1782,67 +1782,67 @@ discard block |
||
| 1782 | 1782 | |
| 1783 | 1783 | public function setFillColor($fillColor) |
| 1784 | 1784 | { |
| 1785 | - $this->fillColor = $fillColor; |
|
| 1785 | + $this->fillColor = $fillColor; |
|
| 1786 | 1786 | } |
| 1787 | 1787 | public function getFillColor() |
| 1788 | 1788 | { |
| 1789 | - return $this->fillColor; |
|
| 1789 | + return $this->fillColor; |
|
| 1790 | 1790 | } |
| 1791 | 1791 | public function setFillColorStyler(Google_Service_Fusiontables_StyleFunction $fillColorStyler) |
| 1792 | 1792 | { |
| 1793 | - $this->fillColorStyler = $fillColorStyler; |
|
| 1793 | + $this->fillColorStyler = $fillColorStyler; |
|
| 1794 | 1794 | } |
| 1795 | 1795 | public function getFillColorStyler() |
| 1796 | 1796 | { |
| 1797 | - return $this->fillColorStyler; |
|
| 1797 | + return $this->fillColorStyler; |
|
| 1798 | 1798 | } |
| 1799 | 1799 | public function setFillOpacity($fillOpacity) |
| 1800 | 1800 | { |
| 1801 | - $this->fillOpacity = $fillOpacity; |
|
| 1801 | + $this->fillOpacity = $fillOpacity; |
|
| 1802 | 1802 | } |
| 1803 | 1803 | public function getFillOpacity() |
| 1804 | 1804 | { |
| 1805 | - return $this->fillOpacity; |
|
| 1805 | + return $this->fillOpacity; |
|
| 1806 | 1806 | } |
| 1807 | 1807 | public function setStrokeColor($strokeColor) |
| 1808 | 1808 | { |
| 1809 | - $this->strokeColor = $strokeColor; |
|
| 1809 | + $this->strokeColor = $strokeColor; |
|
| 1810 | 1810 | } |
| 1811 | 1811 | public function getStrokeColor() |
| 1812 | 1812 | { |
| 1813 | - return $this->strokeColor; |
|
| 1813 | + return $this->strokeColor; |
|
| 1814 | 1814 | } |
| 1815 | 1815 | public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $strokeColorStyler) |
| 1816 | 1816 | { |
| 1817 | - $this->strokeColorStyler = $strokeColorStyler; |
|
| 1817 | + $this->strokeColorStyler = $strokeColorStyler; |
|
| 1818 | 1818 | } |
| 1819 | 1819 | public function getStrokeColorStyler() |
| 1820 | 1820 | { |
| 1821 | - return $this->strokeColorStyler; |
|
| 1821 | + return $this->strokeColorStyler; |
|
| 1822 | 1822 | } |
| 1823 | 1823 | public function setStrokeOpacity($strokeOpacity) |
| 1824 | 1824 | { |
| 1825 | - $this->strokeOpacity = $strokeOpacity; |
|
| 1825 | + $this->strokeOpacity = $strokeOpacity; |
|
| 1826 | 1826 | } |
| 1827 | 1827 | public function getStrokeOpacity() |
| 1828 | 1828 | { |
| 1829 | - return $this->strokeOpacity; |
|
| 1829 | + return $this->strokeOpacity; |
|
| 1830 | 1830 | } |
| 1831 | 1831 | public function setStrokeWeight($strokeWeight) |
| 1832 | 1832 | { |
| 1833 | - $this->strokeWeight = $strokeWeight; |
|
| 1833 | + $this->strokeWeight = $strokeWeight; |
|
| 1834 | 1834 | } |
| 1835 | 1835 | public function getStrokeWeight() |
| 1836 | 1836 | { |
| 1837 | - return $this->strokeWeight; |
|
| 1837 | + return $this->strokeWeight; |
|
| 1838 | 1838 | } |
| 1839 | 1839 | public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction $strokeWeightStyler) |
| 1840 | 1840 | { |
| 1841 | - $this->strokeWeightStyler = $strokeWeightStyler; |
|
| 1841 | + $this->strokeWeightStyler = $strokeWeightStyler; |
|
| 1842 | 1842 | } |
| 1843 | 1843 | public function getStrokeWeightStyler() |
| 1844 | 1844 | { |
| 1845 | - return $this->strokeWeightStyler; |
|
| 1845 | + return $this->strokeWeightStyler; |
|
| 1846 | 1846 | } |
| 1847 | 1847 | } |
| 1848 | 1848 | |
@@ -1858,27 +1858,27 @@ discard block |
||
| 1858 | 1858 | |
| 1859 | 1859 | public function setColumns($columns) |
| 1860 | 1860 | { |
| 1861 | - $this->columns = $columns; |
|
| 1861 | + $this->columns = $columns; |
|
| 1862 | 1862 | } |
| 1863 | 1863 | public function getColumns() |
| 1864 | 1864 | { |
| 1865 | - return $this->columns; |
|
| 1865 | + return $this->columns; |
|
| 1866 | 1866 | } |
| 1867 | 1867 | public function setKind($kind) |
| 1868 | 1868 | { |
| 1869 | - $this->kind = $kind; |
|
| 1869 | + $this->kind = $kind; |
|
| 1870 | 1870 | } |
| 1871 | 1871 | public function getKind() |
| 1872 | 1872 | { |
| 1873 | - return $this->kind; |
|
| 1873 | + return $this->kind; |
|
| 1874 | 1874 | } |
| 1875 | 1875 | public function setRows($rows) |
| 1876 | 1876 | { |
| 1877 | - $this->rows = $rows; |
|
| 1877 | + $this->rows = $rows; |
|
| 1878 | 1878 | } |
| 1879 | 1879 | public function getRows() |
| 1880 | 1880 | { |
| 1881 | - return $this->rows; |
|
| 1881 | + return $this->rows; |
|
| 1882 | 1882 | } |
| 1883 | 1883 | } |
| 1884 | 1884 | |
@@ -1897,35 +1897,35 @@ discard block |
||
| 1897 | 1897 | |
| 1898 | 1898 | public function setBuckets($buckets) |
| 1899 | 1899 | { |
| 1900 | - $this->buckets = $buckets; |
|
| 1900 | + $this->buckets = $buckets; |
|
| 1901 | 1901 | } |
| 1902 | 1902 | public function getBuckets() |
| 1903 | 1903 | { |
| 1904 | - return $this->buckets; |
|
| 1904 | + return $this->buckets; |
|
| 1905 | 1905 | } |
| 1906 | 1906 | public function setColumnName($columnName) |
| 1907 | 1907 | { |
| 1908 | - $this->columnName = $columnName; |
|
| 1908 | + $this->columnName = $columnName; |
|
| 1909 | 1909 | } |
| 1910 | 1910 | public function getColumnName() |
| 1911 | 1911 | { |
| 1912 | - return $this->columnName; |
|
| 1912 | + return $this->columnName; |
|
| 1913 | 1913 | } |
| 1914 | 1914 | public function setGradient(Google_Service_Fusiontables_StyleFunctionGradient $gradient) |
| 1915 | 1915 | { |
| 1916 | - $this->gradient = $gradient; |
|
| 1916 | + $this->gradient = $gradient; |
|
| 1917 | 1917 | } |
| 1918 | 1918 | public function getGradient() |
| 1919 | 1919 | { |
| 1920 | - return $this->gradient; |
|
| 1920 | + return $this->gradient; |
|
| 1921 | 1921 | } |
| 1922 | 1922 | public function setKind($kind) |
| 1923 | 1923 | { |
| 1924 | - $this->kind = $kind; |
|
| 1924 | + $this->kind = $kind; |
|
| 1925 | 1925 | } |
| 1926 | 1926 | public function getKind() |
| 1927 | 1927 | { |
| 1928 | - return $this->kind; |
|
| 1928 | + return $this->kind; |
|
| 1929 | 1929 | } |
| 1930 | 1930 | } |
| 1931 | 1931 | |
@@ -1942,27 +1942,27 @@ discard block |
||
| 1942 | 1942 | |
| 1943 | 1943 | public function setColors($colors) |
| 1944 | 1944 | { |
| 1945 | - $this->colors = $colors; |
|
| 1945 | + $this->colors = $colors; |
|
| 1946 | 1946 | } |
| 1947 | 1947 | public function getColors() |
| 1948 | 1948 | { |
| 1949 | - return $this->colors; |
|
| 1949 | + return $this->colors; |
|
| 1950 | 1950 | } |
| 1951 | 1951 | public function setMax($max) |
| 1952 | 1952 | { |
| 1953 | - $this->max = $max; |
|
| 1953 | + $this->max = $max; |
|
| 1954 | 1954 | } |
| 1955 | 1955 | public function getMax() |
| 1956 | 1956 | { |
| 1957 | - return $this->max; |
|
| 1957 | + return $this->max; |
|
| 1958 | 1958 | } |
| 1959 | 1959 | public function setMin($min) |
| 1960 | 1960 | { |
| 1961 | - $this->min = $min; |
|
| 1961 | + $this->min = $min; |
|
| 1962 | 1962 | } |
| 1963 | 1963 | public function getMin() |
| 1964 | 1964 | { |
| 1965 | - return $this->min; |
|
| 1965 | + return $this->min; |
|
| 1966 | 1966 | } |
| 1967 | 1967 | } |
| 1968 | 1968 | |
@@ -1976,19 +1976,19 @@ discard block |
||
| 1976 | 1976 | |
| 1977 | 1977 | public function setColor($color) |
| 1978 | 1978 | { |
| 1979 | - $this->color = $color; |
|
| 1979 | + $this->color = $color; |
|
| 1980 | 1980 | } |
| 1981 | 1981 | public function getColor() |
| 1982 | 1982 | { |
| 1983 | - return $this->color; |
|
| 1983 | + return $this->color; |
|
| 1984 | 1984 | } |
| 1985 | 1985 | public function setOpacity($opacity) |
| 1986 | 1986 | { |
| 1987 | - $this->opacity = $opacity; |
|
| 1987 | + $this->opacity = $opacity; |
|
| 1988 | 1988 | } |
| 1989 | 1989 | public function getOpacity() |
| 1990 | 1990 | { |
| 1991 | - return $this->opacity; |
|
| 1991 | + return $this->opacity; |
|
| 1992 | 1992 | } |
| 1993 | 1993 | } |
| 1994 | 1994 | |
@@ -2010,59 +2010,59 @@ discard block |
||
| 2010 | 2010 | |
| 2011 | 2011 | public function setKind($kind) |
| 2012 | 2012 | { |
| 2013 | - $this->kind = $kind; |
|
| 2013 | + $this->kind = $kind; |
|
| 2014 | 2014 | } |
| 2015 | 2015 | public function getKind() |
| 2016 | 2016 | { |
| 2017 | - return $this->kind; |
|
| 2017 | + return $this->kind; |
|
| 2018 | 2018 | } |
| 2019 | 2019 | public function setMarkerOptions(Google_Service_Fusiontables_PointStyle $markerOptions) |
| 2020 | 2020 | { |
| 2021 | - $this->markerOptions = $markerOptions; |
|
| 2021 | + $this->markerOptions = $markerOptions; |
|
| 2022 | 2022 | } |
| 2023 | 2023 | public function getMarkerOptions() |
| 2024 | 2024 | { |
| 2025 | - return $this->markerOptions; |
|
| 2025 | + return $this->markerOptions; |
|
| 2026 | 2026 | } |
| 2027 | 2027 | public function setName($name) |
| 2028 | 2028 | { |
| 2029 | - $this->name = $name; |
|
| 2029 | + $this->name = $name; |
|
| 2030 | 2030 | } |
| 2031 | 2031 | public function getName() |
| 2032 | 2032 | { |
| 2033 | - return $this->name; |
|
| 2033 | + return $this->name; |
|
| 2034 | 2034 | } |
| 2035 | 2035 | public function setPolygonOptions(Google_Service_Fusiontables_PolygonStyle $polygonOptions) |
| 2036 | 2036 | { |
| 2037 | - $this->polygonOptions = $polygonOptions; |
|
| 2037 | + $this->polygonOptions = $polygonOptions; |
|
| 2038 | 2038 | } |
| 2039 | 2039 | public function getPolygonOptions() |
| 2040 | 2040 | { |
| 2041 | - return $this->polygonOptions; |
|
| 2041 | + return $this->polygonOptions; |
|
| 2042 | 2042 | } |
| 2043 | 2043 | public function setPolylineOptions(Google_Service_Fusiontables_LineStyle $polylineOptions) |
| 2044 | 2044 | { |
| 2045 | - $this->polylineOptions = $polylineOptions; |
|
| 2045 | + $this->polylineOptions = $polylineOptions; |
|
| 2046 | 2046 | } |
| 2047 | 2047 | public function getPolylineOptions() |
| 2048 | 2048 | { |
| 2049 | - return $this->polylineOptions; |
|
| 2049 | + return $this->polylineOptions; |
|
| 2050 | 2050 | } |
| 2051 | 2051 | public function setStyleId($styleId) |
| 2052 | 2052 | { |
| 2053 | - $this->styleId = $styleId; |
|
| 2053 | + $this->styleId = $styleId; |
|
| 2054 | 2054 | } |
| 2055 | 2055 | public function getStyleId() |
| 2056 | 2056 | { |
| 2057 | - return $this->styleId; |
|
| 2057 | + return $this->styleId; |
|
| 2058 | 2058 | } |
| 2059 | 2059 | public function setTableId($tableId) |
| 2060 | 2060 | { |
| 2061 | - $this->tableId = $tableId; |
|
| 2061 | + $this->tableId = $tableId; |
|
| 2062 | 2062 | } |
| 2063 | 2063 | public function getTableId() |
| 2064 | 2064 | { |
| 2065 | - return $this->tableId; |
|
| 2065 | + return $this->tableId; |
|
| 2066 | 2066 | } |
| 2067 | 2067 | } |
| 2068 | 2068 | |
@@ -2080,35 +2080,35 @@ discard block |
||
| 2080 | 2080 | |
| 2081 | 2081 | public function setItems($items) |
| 2082 | 2082 | { |
| 2083 | - $this->items = $items; |
|
| 2083 | + $this->items = $items; |
|
| 2084 | 2084 | } |
| 2085 | 2085 | public function getItems() |
| 2086 | 2086 | { |
| 2087 | - return $this->items; |
|
| 2087 | + return $this->items; |
|
| 2088 | 2088 | } |
| 2089 | 2089 | public function setKind($kind) |
| 2090 | 2090 | { |
| 2091 | - $this->kind = $kind; |
|
| 2091 | + $this->kind = $kind; |
|
| 2092 | 2092 | } |
| 2093 | 2093 | public function getKind() |
| 2094 | 2094 | { |
| 2095 | - return $this->kind; |
|
| 2095 | + return $this->kind; |
|
| 2096 | 2096 | } |
| 2097 | 2097 | public function setNextPageToken($nextPageToken) |
| 2098 | 2098 | { |
| 2099 | - $this->nextPageToken = $nextPageToken; |
|
| 2099 | + $this->nextPageToken = $nextPageToken; |
|
| 2100 | 2100 | } |
| 2101 | 2101 | public function getNextPageToken() |
| 2102 | 2102 | { |
| 2103 | - return $this->nextPageToken; |
|
| 2103 | + return $this->nextPageToken; |
|
| 2104 | 2104 | } |
| 2105 | 2105 | public function setTotalItems($totalItems) |
| 2106 | 2106 | { |
| 2107 | - $this->totalItems = $totalItems; |
|
| 2107 | + $this->totalItems = $totalItems; |
|
| 2108 | 2108 | } |
| 2109 | 2109 | public function getTotalItems() |
| 2110 | 2110 | { |
| 2111 | - return $this->totalItems; |
|
| 2111 | + return $this->totalItems; |
|
| 2112 | 2112 | } |
| 2113 | 2113 | } |
| 2114 | 2114 | |
@@ -2135,107 +2135,107 @@ discard block |
||
| 2135 | 2135 | |
| 2136 | 2136 | public function setAttribution($attribution) |
| 2137 | 2137 | { |
| 2138 | - $this->attribution = $attribution; |
|
| 2138 | + $this->attribution = $attribution; |
|
| 2139 | 2139 | } |
| 2140 | 2140 | public function getAttribution() |
| 2141 | 2141 | { |
| 2142 | - return $this->attribution; |
|
| 2142 | + return $this->attribution; |
|
| 2143 | 2143 | } |
| 2144 | 2144 | public function setAttributionLink($attributionLink) |
| 2145 | 2145 | { |
| 2146 | - $this->attributionLink = $attributionLink; |
|
| 2146 | + $this->attributionLink = $attributionLink; |
|
| 2147 | 2147 | } |
| 2148 | 2148 | public function getAttributionLink() |
| 2149 | 2149 | { |
| 2150 | - return $this->attributionLink; |
|
| 2150 | + return $this->attributionLink; |
|
| 2151 | 2151 | } |
| 2152 | 2152 | public function setBaseTableIds($baseTableIds) |
| 2153 | 2153 | { |
| 2154 | - $this->baseTableIds = $baseTableIds; |
|
| 2154 | + $this->baseTableIds = $baseTableIds; |
|
| 2155 | 2155 | } |
| 2156 | 2156 | public function getBaseTableIds() |
| 2157 | 2157 | { |
| 2158 | - return $this->baseTableIds; |
|
| 2158 | + return $this->baseTableIds; |
|
| 2159 | 2159 | } |
| 2160 | 2160 | public function setColumnPropertiesJsonSchema($columnPropertiesJsonSchema) |
| 2161 | 2161 | { |
| 2162 | - $this->columnPropertiesJsonSchema = $columnPropertiesJsonSchema; |
|
| 2162 | + $this->columnPropertiesJsonSchema = $columnPropertiesJsonSchema; |
|
| 2163 | 2163 | } |
| 2164 | 2164 | public function getColumnPropertiesJsonSchema() |
| 2165 | 2165 | { |
| 2166 | - return $this->columnPropertiesJsonSchema; |
|
| 2166 | + return $this->columnPropertiesJsonSchema; |
|
| 2167 | 2167 | } |
| 2168 | 2168 | public function setColumns($columns) |
| 2169 | 2169 | { |
| 2170 | - $this->columns = $columns; |
|
| 2170 | + $this->columns = $columns; |
|
| 2171 | 2171 | } |
| 2172 | 2172 | public function getColumns() |
| 2173 | 2173 | { |
| 2174 | - return $this->columns; |
|
| 2174 | + return $this->columns; |
|
| 2175 | 2175 | } |
| 2176 | 2176 | public function setDescription($description) |
| 2177 | 2177 | { |
| 2178 | - $this->description = $description; |
|
| 2178 | + $this->description = $description; |
|
| 2179 | 2179 | } |
| 2180 | 2180 | public function getDescription() |
| 2181 | 2181 | { |
| 2182 | - return $this->description; |
|
| 2182 | + return $this->description; |
|
| 2183 | 2183 | } |
| 2184 | 2184 | public function setIsExportable($isExportable) |
| 2185 | 2185 | { |
| 2186 | - $this->isExportable = $isExportable; |
|
| 2186 | + $this->isExportable = $isExportable; |
|
| 2187 | 2187 | } |
| 2188 | 2188 | public function getIsExportable() |
| 2189 | 2189 | { |
| 2190 | - return $this->isExportable; |
|
| 2190 | + return $this->isExportable; |
|
| 2191 | 2191 | } |
| 2192 | 2192 | public function setKind($kind) |
| 2193 | 2193 | { |
| 2194 | - $this->kind = $kind; |
|
| 2194 | + $this->kind = $kind; |
|
| 2195 | 2195 | } |
| 2196 | 2196 | public function getKind() |
| 2197 | 2197 | { |
| 2198 | - return $this->kind; |
|
| 2198 | + return $this->kind; |
|
| 2199 | 2199 | } |
| 2200 | 2200 | public function setName($name) |
| 2201 | 2201 | { |
| 2202 | - $this->name = $name; |
|
| 2202 | + $this->name = $name; |
|
| 2203 | 2203 | } |
| 2204 | 2204 | public function getName() |
| 2205 | 2205 | { |
| 2206 | - return $this->name; |
|
| 2206 | + return $this->name; |
|
| 2207 | 2207 | } |
| 2208 | 2208 | public function setSql($sql) |
| 2209 | 2209 | { |
| 2210 | - $this->sql = $sql; |
|
| 2210 | + $this->sql = $sql; |
|
| 2211 | 2211 | } |
| 2212 | 2212 | public function getSql() |
| 2213 | 2213 | { |
| 2214 | - return $this->sql; |
|
| 2214 | + return $this->sql; |
|
| 2215 | 2215 | } |
| 2216 | 2216 | public function setTableId($tableId) |
| 2217 | 2217 | { |
| 2218 | - $this->tableId = $tableId; |
|
| 2218 | + $this->tableId = $tableId; |
|
| 2219 | 2219 | } |
| 2220 | 2220 | public function getTableId() |
| 2221 | 2221 | { |
| 2222 | - return $this->tableId; |
|
| 2222 | + return $this->tableId; |
|
| 2223 | 2223 | } |
| 2224 | 2224 | public function setTablePropertiesJson($tablePropertiesJson) |
| 2225 | 2225 | { |
| 2226 | - $this->tablePropertiesJson = $tablePropertiesJson; |
|
| 2226 | + $this->tablePropertiesJson = $tablePropertiesJson; |
|
| 2227 | 2227 | } |
| 2228 | 2228 | public function getTablePropertiesJson() |
| 2229 | 2229 | { |
| 2230 | - return $this->tablePropertiesJson; |
|
| 2230 | + return $this->tablePropertiesJson; |
|
| 2231 | 2231 | } |
| 2232 | 2232 | public function setTablePropertiesJsonSchema($tablePropertiesJsonSchema) |
| 2233 | 2233 | { |
| 2234 | - $this->tablePropertiesJsonSchema = $tablePropertiesJsonSchema; |
|
| 2234 | + $this->tablePropertiesJsonSchema = $tablePropertiesJsonSchema; |
|
| 2235 | 2235 | } |
| 2236 | 2236 | public function getTablePropertiesJsonSchema() |
| 2237 | 2237 | { |
| 2238 | - return $this->tablePropertiesJsonSchema; |
|
| 2238 | + return $this->tablePropertiesJsonSchema; |
|
| 2239 | 2239 | } |
| 2240 | 2240 | } |
| 2241 | 2241 | |
@@ -2252,27 +2252,27 @@ discard block |
||
| 2252 | 2252 | |
| 2253 | 2253 | public function setItems($items) |
| 2254 | 2254 | { |
| 2255 | - $this->items = $items; |
|
| 2255 | + $this->items = $items; |
|
| 2256 | 2256 | } |
| 2257 | 2257 | public function getItems() |
| 2258 | 2258 | { |
| 2259 | - return $this->items; |
|
| 2259 | + return $this->items; |
|
| 2260 | 2260 | } |
| 2261 | 2261 | public function setKind($kind) |
| 2262 | 2262 | { |
| 2263 | - $this->kind = $kind; |
|
| 2263 | + $this->kind = $kind; |
|
| 2264 | 2264 | } |
| 2265 | 2265 | public function getKind() |
| 2266 | 2266 | { |
| 2267 | - return $this->kind; |
|
| 2267 | + return $this->kind; |
|
| 2268 | 2268 | } |
| 2269 | 2269 | public function setNextPageToken($nextPageToken) |
| 2270 | 2270 | { |
| 2271 | - $this->nextPageToken = $nextPageToken; |
|
| 2271 | + $this->nextPageToken = $nextPageToken; |
|
| 2272 | 2272 | } |
| 2273 | 2273 | public function getNextPageToken() |
| 2274 | 2274 | { |
| 2275 | - return $this->nextPageToken; |
|
| 2275 | + return $this->nextPageToken; |
|
| 2276 | 2276 | } |
| 2277 | 2277 | } |
| 2278 | 2278 | |
@@ -2289,43 +2289,43 @@ discard block |
||
| 2289 | 2289 | |
| 2290 | 2290 | public function setKind($kind) |
| 2291 | 2291 | { |
| 2292 | - $this->kind = $kind; |
|
| 2292 | + $this->kind = $kind; |
|
| 2293 | 2293 | } |
| 2294 | 2294 | public function getKind() |
| 2295 | 2295 | { |
| 2296 | - return $this->kind; |
|
| 2296 | + return $this->kind; |
|
| 2297 | 2297 | } |
| 2298 | 2298 | public function setProgress($progress) |
| 2299 | 2299 | { |
| 2300 | - $this->progress = $progress; |
|
| 2300 | + $this->progress = $progress; |
|
| 2301 | 2301 | } |
| 2302 | 2302 | public function getProgress() |
| 2303 | 2303 | { |
| 2304 | - return $this->progress; |
|
| 2304 | + return $this->progress; |
|
| 2305 | 2305 | } |
| 2306 | 2306 | public function setStarted($started) |
| 2307 | 2307 | { |
| 2308 | - $this->started = $started; |
|
| 2308 | + $this->started = $started; |
|
| 2309 | 2309 | } |
| 2310 | 2310 | public function getStarted() |
| 2311 | 2311 | { |
| 2312 | - return $this->started; |
|
| 2312 | + return $this->started; |
|
| 2313 | 2313 | } |
| 2314 | 2314 | public function setTaskId($taskId) |
| 2315 | 2315 | { |
| 2316 | - $this->taskId = $taskId; |
|
| 2316 | + $this->taskId = $taskId; |
|
| 2317 | 2317 | } |
| 2318 | 2318 | public function getTaskId() |
| 2319 | 2319 | { |
| 2320 | - return $this->taskId; |
|
| 2320 | + return $this->taskId; |
|
| 2321 | 2321 | } |
| 2322 | 2322 | public function setType($type) |
| 2323 | 2323 | { |
| 2324 | - $this->type = $type; |
|
| 2324 | + $this->type = $type; |
|
| 2325 | 2325 | } |
| 2326 | 2326 | public function getType() |
| 2327 | 2327 | { |
| 2328 | - return $this->type; |
|
| 2328 | + return $this->type; |
|
| 2329 | 2329 | } |
| 2330 | 2330 | } |
| 2331 | 2331 | |
@@ -2343,35 +2343,35 @@ discard block |
||
| 2343 | 2343 | |
| 2344 | 2344 | public function setItems($items) |
| 2345 | 2345 | { |
| 2346 | - $this->items = $items; |
|
| 2346 | + $this->items = $items; |
|
| 2347 | 2347 | } |
| 2348 | 2348 | public function getItems() |
| 2349 | 2349 | { |
| 2350 | - return $this->items; |
|
| 2350 | + return $this->items; |
|
| 2351 | 2351 | } |
| 2352 | 2352 | public function setKind($kind) |
| 2353 | 2353 | { |
| 2354 | - $this->kind = $kind; |
|
| 2354 | + $this->kind = $kind; |
|
| 2355 | 2355 | } |
| 2356 | 2356 | public function getKind() |
| 2357 | 2357 | { |
| 2358 | - return $this->kind; |
|
| 2358 | + return $this->kind; |
|
| 2359 | 2359 | } |
| 2360 | 2360 | public function setNextPageToken($nextPageToken) |
| 2361 | 2361 | { |
| 2362 | - $this->nextPageToken = $nextPageToken; |
|
| 2362 | + $this->nextPageToken = $nextPageToken; |
|
| 2363 | 2363 | } |
| 2364 | 2364 | public function getNextPageToken() |
| 2365 | 2365 | { |
| 2366 | - return $this->nextPageToken; |
|
| 2366 | + return $this->nextPageToken; |
|
| 2367 | 2367 | } |
| 2368 | 2368 | public function setTotalItems($totalItems) |
| 2369 | 2369 | { |
| 2370 | - $this->totalItems = $totalItems; |
|
| 2370 | + $this->totalItems = $totalItems; |
|
| 2371 | 2371 | } |
| 2372 | 2372 | public function getTotalItems() |
| 2373 | 2373 | { |
| 2374 | - return $this->totalItems; |
|
| 2374 | + return $this->totalItems; |
|
| 2375 | 2375 | } |
| 2376 | 2376 | } |
| 2377 | 2377 | |
@@ -2390,51 +2390,51 @@ discard block |
||
| 2390 | 2390 | |
| 2391 | 2391 | public function setAutomaticColumnNames($automaticColumnNames) |
| 2392 | 2392 | { |
| 2393 | - $this->automaticColumnNames = $automaticColumnNames; |
|
| 2393 | + $this->automaticColumnNames = $automaticColumnNames; |
|
| 2394 | 2394 | } |
| 2395 | 2395 | public function getAutomaticColumnNames() |
| 2396 | 2396 | { |
| 2397 | - return $this->automaticColumnNames; |
|
| 2397 | + return $this->automaticColumnNames; |
|
| 2398 | 2398 | } |
| 2399 | 2399 | public function setBody($body) |
| 2400 | 2400 | { |
| 2401 | - $this->body = $body; |
|
| 2401 | + $this->body = $body; |
|
| 2402 | 2402 | } |
| 2403 | 2403 | public function getBody() |
| 2404 | 2404 | { |
| 2405 | - return $this->body; |
|
| 2405 | + return $this->body; |
|
| 2406 | 2406 | } |
| 2407 | 2407 | public function setKind($kind) |
| 2408 | 2408 | { |
| 2409 | - $this->kind = $kind; |
|
| 2409 | + $this->kind = $kind; |
|
| 2410 | 2410 | } |
| 2411 | 2411 | public function getKind() |
| 2412 | 2412 | { |
| 2413 | - return $this->kind; |
|
| 2413 | + return $this->kind; |
|
| 2414 | 2414 | } |
| 2415 | 2415 | public function setName($name) |
| 2416 | 2416 | { |
| 2417 | - $this->name = $name; |
|
| 2417 | + $this->name = $name; |
|
| 2418 | 2418 | } |
| 2419 | 2419 | public function getName() |
| 2420 | 2420 | { |
| 2421 | - return $this->name; |
|
| 2421 | + return $this->name; |
|
| 2422 | 2422 | } |
| 2423 | 2423 | public function setTableId($tableId) |
| 2424 | 2424 | { |
| 2425 | - $this->tableId = $tableId; |
|
| 2425 | + $this->tableId = $tableId; |
|
| 2426 | 2426 | } |
| 2427 | 2427 | public function getTableId() |
| 2428 | 2428 | { |
| 2429 | - return $this->tableId; |
|
| 2429 | + return $this->tableId; |
|
| 2430 | 2430 | } |
| 2431 | 2431 | public function setTemplateId($templateId) |
| 2432 | 2432 | { |
| 2433 | - $this->templateId = $templateId; |
|
| 2433 | + $this->templateId = $templateId; |
|
| 2434 | 2434 | } |
| 2435 | 2435 | public function getTemplateId() |
| 2436 | 2436 | { |
| 2437 | - return $this->templateId; |
|
| 2437 | + return $this->templateId; |
|
| 2438 | 2438 | } |
| 2439 | 2439 | } |
| 2440 | 2440 | |
@@ -2452,34 +2452,34 @@ discard block |
||
| 2452 | 2452 | |
| 2453 | 2453 | public function setItems($items) |
| 2454 | 2454 | { |
| 2455 | - $this->items = $items; |
|
| 2455 | + $this->items = $items; |
|
| 2456 | 2456 | } |
| 2457 | 2457 | public function getItems() |
| 2458 | 2458 | { |
| 2459 | - return $this->items; |
|
| 2459 | + return $this->items; |
|
| 2460 | 2460 | } |
| 2461 | 2461 | public function setKind($kind) |
| 2462 | 2462 | { |
| 2463 | - $this->kind = $kind; |
|
| 2463 | + $this->kind = $kind; |
|
| 2464 | 2464 | } |
| 2465 | 2465 | public function getKind() |
| 2466 | 2466 | { |
| 2467 | - return $this->kind; |
|
| 2467 | + return $this->kind; |
|
| 2468 | 2468 | } |
| 2469 | 2469 | public function setNextPageToken($nextPageToken) |
| 2470 | 2470 | { |
| 2471 | - $this->nextPageToken = $nextPageToken; |
|
| 2471 | + $this->nextPageToken = $nextPageToken; |
|
| 2472 | 2472 | } |
| 2473 | 2473 | public function getNextPageToken() |
| 2474 | 2474 | { |
| 2475 | - return $this->nextPageToken; |
|
| 2475 | + return $this->nextPageToken; |
|
| 2476 | 2476 | } |
| 2477 | 2477 | public function setTotalItems($totalItems) |
| 2478 | 2478 | { |
| 2479 | - $this->totalItems = $totalItems; |
|
| 2479 | + $this->totalItems = $totalItems; |
|
| 2480 | 2480 | } |
| 2481 | 2481 | public function getTotalItems() |
| 2482 | 2482 | { |
| 2483 | - return $this->totalItems; |
|
| 2483 | + return $this->totalItems; |
|
| 2484 | 2484 | } |
| 2485 | 2485 | } |
@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | 'required' => true, |
| 80 | 80 | ), |
| 81 | 81 | ), |
| 82 | - ),'get' => array( |
|
| 82 | + ), 'get' => array( |
|
| 83 | 83 | 'path' => 'tables/{tableId}/columns/{columnId}', |
| 84 | 84 | 'httpMethod' => 'GET', |
| 85 | 85 | 'parameters' => array( |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | 'required' => true, |
| 95 | 95 | ), |
| 96 | 96 | ), |
| 97 | - ),'insert' => array( |
|
| 97 | + ), 'insert' => array( |
|
| 98 | 98 | 'path' => 'tables/{tableId}/columns', |
| 99 | 99 | 'httpMethod' => 'POST', |
| 100 | 100 | 'parameters' => array( |
@@ -104,7 +104,7 @@ discard block |
||
| 104 | 104 | 'required' => true, |
| 105 | 105 | ), |
| 106 | 106 | ), |
| 107 | - ),'list' => array( |
|
| 107 | + ), 'list' => array( |
|
| 108 | 108 | 'path' => 'tables/{tableId}/columns', |
| 109 | 109 | 'httpMethod' => 'GET', |
| 110 | 110 | 'parameters' => array( |
@@ -122,7 +122,7 @@ discard block |
||
| 122 | 122 | 'type' => 'integer', |
| 123 | 123 | ), |
| 124 | 124 | ), |
| 125 | - ),'patch' => array( |
|
| 125 | + ), 'patch' => array( |
|
| 126 | 126 | 'path' => 'tables/{tableId}/columns/{columnId}', |
| 127 | 127 | 'httpMethod' => 'PATCH', |
| 128 | 128 | 'parameters' => array( |
@@ -137,7 +137,7 @@ discard block |
||
| 137 | 137 | 'required' => true, |
| 138 | 138 | ), |
| 139 | 139 | ), |
| 140 | - ),'update' => array( |
|
| 140 | + ), 'update' => array( |
|
| 141 | 141 | 'path' => 'tables/{tableId}/columns/{columnId}', |
| 142 | 142 | 'httpMethod' => 'PUT', |
| 143 | 143 | 'parameters' => array( |
@@ -180,7 +180,7 @@ discard block |
||
| 180 | 180 | 'type' => 'boolean', |
| 181 | 181 | ), |
| 182 | 182 | ), |
| 183 | - ),'sqlGet' => array( |
|
| 183 | + ), 'sqlGet' => array( |
|
| 184 | 184 | 'path' => 'query', |
| 185 | 185 | 'httpMethod' => 'GET', |
| 186 | 186 | 'parameters' => array( |
@@ -223,7 +223,7 @@ discard block |
||
| 223 | 223 | 'required' => true, |
| 224 | 224 | ), |
| 225 | 225 | ), |
| 226 | - ),'get' => array( |
|
| 226 | + ), 'get' => array( |
|
| 227 | 227 | 'path' => 'tables/{tableId}/styles/{styleId}', |
| 228 | 228 | 'httpMethod' => 'GET', |
| 229 | 229 | 'parameters' => array( |
@@ -238,7 +238,7 @@ discard block |
||
| 238 | 238 | 'required' => true, |
| 239 | 239 | ), |
| 240 | 240 | ), |
| 241 | - ),'insert' => array( |
|
| 241 | + ), 'insert' => array( |
|
| 242 | 242 | 'path' => 'tables/{tableId}/styles', |
| 243 | 243 | 'httpMethod' => 'POST', |
| 244 | 244 | 'parameters' => array( |
@@ -248,7 +248,7 @@ discard block |
||
| 248 | 248 | 'required' => true, |
| 249 | 249 | ), |
| 250 | 250 | ), |
| 251 | - ),'list' => array( |
|
| 251 | + ), 'list' => array( |
|
| 252 | 252 | 'path' => 'tables/{tableId}/styles', |
| 253 | 253 | 'httpMethod' => 'GET', |
| 254 | 254 | 'parameters' => array( |
@@ -266,7 +266,7 @@ discard block |
||
| 266 | 266 | 'type' => 'integer', |
| 267 | 267 | ), |
| 268 | 268 | ), |
| 269 | - ),'patch' => array( |
|
| 269 | + ), 'patch' => array( |
|
| 270 | 270 | 'path' => 'tables/{tableId}/styles/{styleId}', |
| 271 | 271 | 'httpMethod' => 'PATCH', |
| 272 | 272 | 'parameters' => array( |
@@ -281,7 +281,7 @@ discard block |
||
| 281 | 281 | 'required' => true, |
| 282 | 282 | ), |
| 283 | 283 | ), |
| 284 | - ),'update' => array( |
|
| 284 | + ), 'update' => array( |
|
| 285 | 285 | 'path' => 'tables/{tableId}/styles/{styleId}', |
| 286 | 286 | 'httpMethod' => 'PUT', |
| 287 | 287 | 'parameters' => array( |
@@ -320,7 +320,7 @@ discard block |
||
| 320 | 320 | 'type' => 'boolean', |
| 321 | 321 | ), |
| 322 | 322 | ), |
| 323 | - ),'delete' => array( |
|
| 323 | + ), 'delete' => array( |
|
| 324 | 324 | 'path' => 'tables/{tableId}', |
| 325 | 325 | 'httpMethod' => 'DELETE', |
| 326 | 326 | 'parameters' => array( |
@@ -330,7 +330,7 @@ discard block |
||
| 330 | 330 | 'required' => true, |
| 331 | 331 | ), |
| 332 | 332 | ), |
| 333 | - ),'get' => array( |
|
| 333 | + ), 'get' => array( |
|
| 334 | 334 | 'path' => 'tables/{tableId}', |
| 335 | 335 | 'httpMethod' => 'GET', |
| 336 | 336 | 'parameters' => array( |
@@ -340,7 +340,7 @@ discard block |
||
| 340 | 340 | 'required' => true, |
| 341 | 341 | ), |
| 342 | 342 | ), |
| 343 | - ),'importRows' => array( |
|
| 343 | + ), 'importRows' => array( |
|
| 344 | 344 | 'path' => 'tables/{tableId}/import', |
| 345 | 345 | 'httpMethod' => 'POST', |
| 346 | 346 | 'parameters' => array( |
@@ -370,7 +370,7 @@ discard block |
||
| 370 | 370 | 'type' => 'integer', |
| 371 | 371 | ), |
| 372 | 372 | ), |
| 373 | - ),'importTable' => array( |
|
| 373 | + ), 'importTable' => array( |
|
| 374 | 374 | 'path' => 'tables/import', |
| 375 | 375 | 'httpMethod' => 'POST', |
| 376 | 376 | 'parameters' => array( |
@@ -388,11 +388,11 @@ discard block |
||
| 388 | 388 | 'type' => 'string', |
| 389 | 389 | ), |
| 390 | 390 | ), |
| 391 | - ),'insert' => array( |
|
| 391 | + ), 'insert' => array( |
|
| 392 | 392 | 'path' => 'tables', |
| 393 | 393 | 'httpMethod' => 'POST', |
| 394 | 394 | 'parameters' => array(), |
| 395 | - ),'list' => array( |
|
| 395 | + ), 'list' => array( |
|
| 396 | 396 | 'path' => 'tables', |
| 397 | 397 | 'httpMethod' => 'GET', |
| 398 | 398 | 'parameters' => array( |
@@ -405,7 +405,7 @@ discard block |
||
| 405 | 405 | 'type' => 'integer', |
| 406 | 406 | ), |
| 407 | 407 | ), |
| 408 | - ),'patch' => array( |
|
| 408 | + ), 'patch' => array( |
|
| 409 | 409 | 'path' => 'tables/{tableId}', |
| 410 | 410 | 'httpMethod' => 'PATCH', |
| 411 | 411 | 'parameters' => array( |
@@ -419,7 +419,7 @@ discard block |
||
| 419 | 419 | 'type' => 'boolean', |
| 420 | 420 | ), |
| 421 | 421 | ), |
| 422 | - ),'replaceRows' => array( |
|
| 422 | + ), 'replaceRows' => array( |
|
| 423 | 423 | 'path' => 'tables/{tableId}/replace', |
| 424 | 424 | 'httpMethod' => 'POST', |
| 425 | 425 | 'parameters' => array( |
@@ -449,7 +449,7 @@ discard block |
||
| 449 | 449 | 'type' => 'integer', |
| 450 | 450 | ), |
| 451 | 451 | ), |
| 452 | - ),'update' => array( |
|
| 452 | + ), 'update' => array( |
|
| 453 | 453 | 'path' => 'tables/{tableId}', |
| 454 | 454 | 'httpMethod' => 'PUT', |
| 455 | 455 | 'parameters' => array( |
@@ -488,7 +488,7 @@ discard block |
||
| 488 | 488 | 'required' => true, |
| 489 | 489 | ), |
| 490 | 490 | ), |
| 491 | - ),'get' => array( |
|
| 491 | + ), 'get' => array( |
|
| 492 | 492 | 'path' => 'tables/{tableId}/tasks/{taskId}', |
| 493 | 493 | 'httpMethod' => 'GET', |
| 494 | 494 | 'parameters' => array( |
@@ -503,7 +503,7 @@ discard block |
||
| 503 | 503 | 'required' => true, |
| 504 | 504 | ), |
| 505 | 505 | ), |
| 506 | - ),'list' => array( |
|
| 506 | + ), 'list' => array( |
|
| 507 | 507 | 'path' => 'tables/{tableId}/tasks', |
| 508 | 508 | 'httpMethod' => 'GET', |
| 509 | 509 | 'parameters' => array( |
@@ -550,7 +550,7 @@ discard block |
||
| 550 | 550 | 'required' => true, |
| 551 | 551 | ), |
| 552 | 552 | ), |
| 553 | - ),'get' => array( |
|
| 553 | + ), 'get' => array( |
|
| 554 | 554 | 'path' => 'tables/{tableId}/templates/{templateId}', |
| 555 | 555 | 'httpMethod' => 'GET', |
| 556 | 556 | 'parameters' => array( |
@@ -565,7 +565,7 @@ discard block |
||
| 565 | 565 | 'required' => true, |
| 566 | 566 | ), |
| 567 | 567 | ), |
| 568 | - ),'insert' => array( |
|
| 568 | + ), 'insert' => array( |
|
| 569 | 569 | 'path' => 'tables/{tableId}/templates', |
| 570 | 570 | 'httpMethod' => 'POST', |
| 571 | 571 | 'parameters' => array( |
@@ -575,7 +575,7 @@ discard block |
||
| 575 | 575 | 'required' => true, |
| 576 | 576 | ), |
| 577 | 577 | ), |
| 578 | - ),'list' => array( |
|
| 578 | + ), 'list' => array( |
|
| 579 | 579 | 'path' => 'tables/{tableId}/templates', |
| 580 | 580 | 'httpMethod' => 'GET', |
| 581 | 581 | 'parameters' => array( |
@@ -593,7 +593,7 @@ discard block |
||
| 593 | 593 | 'type' => 'integer', |
| 594 | 594 | ), |
| 595 | 595 | ), |
| 596 | - ),'patch' => array( |
|
| 596 | + ), 'patch' => array( |
|
| 597 | 597 | 'path' => 'tables/{tableId}/templates/{templateId}', |
| 598 | 598 | 'httpMethod' => 'PATCH', |
| 599 | 599 | 'parameters' => array( |
@@ -608,7 +608,7 @@ discard block |
||
| 608 | 608 | 'required' => true, |
| 609 | 609 | ), |
| 610 | 610 | ), |
| 611 | - ),'update' => array( |
|
| 611 | + ), 'update' => array( |
|
| 612 | 612 | 'path' => 'tables/{tableId}/templates/{templateId}', |
| 613 | 613 | 'httpMethod' => 'PUT', |
| 614 | 614 | 'parameters' => array( |
@@ -1194,7 +1194,7 @@ discard block |
||
| 1194 | 1194 | * Updates multiple achievements for the currently authenticated player. |
| 1195 | 1195 | * (achievements.updateMultiple) |
| 1196 | 1196 | * |
| 1197 | - * @param Google_AchievementUpdateMultipleRequest $postBody |
|
| 1197 | + * @param Google_Service_Games_AchievementUpdateMultipleRequest $postBody |
|
| 1198 | 1198 | * @param array $optParams Optional parameters. |
| 1199 | 1199 | * @return Google_Service_Games_AchievementUpdateMultipleResponse |
| 1200 | 1200 | */ |
@@ -1310,7 +1310,7 @@ discard block |
||
| 1310 | 1310 | * Records a batch of changes to the number of times events have occurred for |
| 1311 | 1311 | * the currently authenticated user of this application. (events.record) |
| 1312 | 1312 | * |
| 1313 | - * @param Google_EventRecordRequest $postBody |
|
| 1313 | + * @param Google_Service_Games_EventRecordRequest $postBody |
|
| 1314 | 1314 | * @param array $optParams Optional parameters. |
| 1315 | 1315 | * |
| 1316 | 1316 | * @opt_param string language The preferred language to use for strings returned |
@@ -1495,7 +1495,7 @@ discard block |
||
| 1495 | 1495 | * Removes a push token for the current user and application. Removing a non- |
| 1496 | 1496 | * existent push token will report success. (pushtokens.remove) |
| 1497 | 1497 | * |
| 1498 | - * @param Google_PushTokenId $postBody |
|
| 1498 | + * @param Google_Service_Games_PushTokenId $postBody |
|
| 1499 | 1499 | * @param array $optParams Optional parameters. |
| 1500 | 1500 | */ |
| 1501 | 1501 | public function remove(Google_Service_Games_PushTokenId $postBody, $optParams = array()) |
@@ -1509,7 +1509,7 @@ discard block |
||
| 1509 | 1509 | * Registers a push token for the current user and application. |
| 1510 | 1510 | * (pushtokens.update) |
| 1511 | 1511 | * |
| 1512 | - * @param Google_PushToken $postBody |
|
| 1512 | + * @param Google_Service_Games_PushToken $postBody |
|
| 1513 | 1513 | * @param array $optParams Optional parameters. |
| 1514 | 1514 | */ |
| 1515 | 1515 | public function update(Google_Service_Games_PushToken $postBody, $optParams = array()) |
@@ -1650,7 +1650,7 @@ discard block |
||
| 1650 | 1650 | * Create a room. For internal use by the Games SDK only. Calling this method |
| 1651 | 1651 | * directly is unsupported. (rooms.create) |
| 1652 | 1652 | * |
| 1653 | - * @param Google_RoomCreateRequest $postBody |
|
| 1653 | + * @param Google_Service_Games_RoomCreateRequest $postBody |
|
| 1654 | 1654 | * @param array $optParams Optional parameters. |
| 1655 | 1655 | * |
| 1656 | 1656 | * @opt_param string language The preferred language to use for strings returned |
@@ -1718,7 +1718,7 @@ discard block |
||
| 1718 | 1718 | * directly is unsupported. (rooms.join) |
| 1719 | 1719 | * |
| 1720 | 1720 | * @param string $roomId The ID of the room. |
| 1721 | - * @param Google_RoomJoinRequest $postBody |
|
| 1721 | + * @param Google_Service_Games_RoomJoinRequest $postBody |
|
| 1722 | 1722 | * @param array $optParams Optional parameters. |
| 1723 | 1723 | * |
| 1724 | 1724 | * @opt_param string language The preferred language to use for strings returned |
@@ -1737,7 +1737,7 @@ discard block |
||
| 1737 | 1737 | * directly is unsupported. (rooms.leave) |
| 1738 | 1738 | * |
| 1739 | 1739 | * @param string $roomId The ID of the room. |
| 1740 | - * @param Google_RoomLeaveRequest $postBody |
|
| 1740 | + * @param Google_Service_Games_RoomLeaveRequest $postBody |
|
| 1741 | 1741 | * @param array $optParams Optional parameters. |
| 1742 | 1742 | * |
| 1743 | 1743 | * @opt_param string language The preferred language to use for strings returned |
@@ -1777,7 +1777,7 @@ discard block |
||
| 1777 | 1777 | * unsupported. (rooms.reportStatus) |
| 1778 | 1778 | * |
| 1779 | 1779 | * @param string $roomId The ID of the room. |
| 1780 | - * @param Google_RoomP2PStatuses $postBody |
|
| 1780 | + * @param Google_Service_Games_RoomP2PStatuses $postBody |
|
| 1781 | 1781 | * @param array $optParams Optional parameters. |
| 1782 | 1782 | * |
| 1783 | 1783 | * @opt_param string language The preferred language to use for strings returned |
@@ -1919,7 +1919,7 @@ discard block |
||
| 1919 | 1919 | /** |
| 1920 | 1920 | * Submits multiple scores to leaderboards. (scores.submitMultiple) |
| 1921 | 1921 | * |
| 1922 | - * @param Google_PlayerScoreSubmissionList $postBody |
|
| 1922 | + * @param Google_Service_Games_PlayerScoreSubmissionList $postBody |
|
| 1923 | 1923 | * @param array $optParams Optional parameters. |
| 1924 | 1924 | * |
| 1925 | 1925 | * @opt_param string language The preferred language to use for strings returned |
@@ -2013,7 +2013,7 @@ discard block |
||
| 2013 | 2013 | /** |
| 2014 | 2014 | * Create a turn-based match. (turnBasedMatches.create) |
| 2015 | 2015 | * |
| 2016 | - * @param Google_TurnBasedMatchCreateRequest $postBody |
|
| 2016 | + * @param Google_Service_Games_TurnBasedMatchCreateRequest $postBody |
|
| 2017 | 2017 | * @param array $optParams Optional parameters. |
| 2018 | 2018 | * |
| 2019 | 2019 | * @opt_param string language The preferred language to use for strings returned |
@@ -2065,7 +2065,7 @@ discard block |
||
| 2065 | 2065 | * Finish, and can pass in the final match state. (turnBasedMatches.finish) |
| 2066 | 2066 | * |
| 2067 | 2067 | * @param string $matchId The ID of the match. |
| 2068 | - * @param Google_TurnBasedMatchResults $postBody |
|
| 2068 | + * @param Google_Service_Games_TurnBasedMatchResults $postBody |
|
| 2069 | 2069 | * @param array $optParams Optional parameters. |
| 2070 | 2070 | * |
| 2071 | 2071 | * @opt_param string language The preferred language to use for strings returned |
@@ -2242,7 +2242,7 @@ discard block |
||
| 2242 | 2242 | * Commit the results of a player turn. (turnBasedMatches.takeTurn) |
| 2243 | 2243 | * |
| 2244 | 2244 | * @param string $matchId The ID of the match. |
| 2245 | - * @param Google_TurnBasedMatchTurn $postBody |
|
| 2245 | + * @param Google_Service_Games_TurnBasedMatchTurn $postBody |
|
| 2246 | 2246 | * @param array $optParams Optional parameters. |
| 2247 | 2247 | * |
| 2248 | 2248 | * @opt_param string language The preferred language to use for strings returned |
@@ -32,13 +32,13 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** View and manage its own configuration data in your Google Drive. */ |
| 34 | 34 | const DRIVE_APPDATA = |
| 35 | - "https://www.googleapis.com/auth/drive.appdata"; |
|
| 35 | + "https://www.googleapis.com/auth/drive.appdata"; |
|
| 36 | 36 | /** Share your Google+ profile information and view and manage your game activity. */ |
| 37 | 37 | const GAMES = |
| 38 | - "https://www.googleapis.com/auth/games"; |
|
| 38 | + "https://www.googleapis.com/auth/games"; |
|
| 39 | 39 | /** Know your basic profile info and list of people in your circles.. */ |
| 40 | 40 | const PLUS_LOGIN = |
| 41 | - "https://www.googleapis.com/auth/plus.login"; |
|
| 41 | + "https://www.googleapis.com/auth/plus.login"; |
|
| 42 | 42 | |
| 43 | 43 | public $achievementDefinitions; |
| 44 | 44 | public $achievements; |
@@ -64,990 +64,990 @@ discard block |
||
| 64 | 64 | */ |
| 65 | 65 | public function __construct(Google_Client $client) |
| 66 | 66 | { |
| 67 | - parent::__construct($client); |
|
| 68 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 69 | - $this->servicePath = 'games/v1/'; |
|
| 70 | - $this->version = 'v1'; |
|
| 71 | - $this->serviceName = 'games'; |
|
| 72 | - |
|
| 73 | - $this->achievementDefinitions = new Google_Service_Games_AchievementDefinitions_Resource( |
|
| 74 | - $this, |
|
| 75 | - $this->serviceName, |
|
| 76 | - 'achievementDefinitions', |
|
| 77 | - array( |
|
| 78 | - 'methods' => array( |
|
| 79 | - 'list' => array( |
|
| 80 | - 'path' => 'achievements', |
|
| 81 | - 'httpMethod' => 'GET', |
|
| 82 | - 'parameters' => array( |
|
| 83 | - 'pageToken' => array( |
|
| 84 | - 'location' => 'query', |
|
| 85 | - 'type' => 'string', |
|
| 86 | - ), |
|
| 87 | - 'maxResults' => array( |
|
| 88 | - 'location' => 'query', |
|
| 89 | - 'type' => 'integer', |
|
| 90 | - ), |
|
| 91 | - 'language' => array( |
|
| 92 | - 'location' => 'query', |
|
| 93 | - 'type' => 'string', |
|
| 94 | - ), |
|
| 95 | - ), |
|
| 96 | - ), |
|
| 97 | - ) |
|
| 98 | - ) |
|
| 99 | - ); |
|
| 100 | - $this->achievements = new Google_Service_Games_Achievements_Resource( |
|
| 101 | - $this, |
|
| 102 | - $this->serviceName, |
|
| 103 | - 'achievements', |
|
| 104 | - array( |
|
| 105 | - 'methods' => array( |
|
| 106 | - 'increment' => array( |
|
| 107 | - 'path' => 'achievements/{achievementId}/increment', |
|
| 108 | - 'httpMethod' => 'POST', |
|
| 109 | - 'parameters' => array( |
|
| 110 | - 'achievementId' => array( |
|
| 111 | - 'location' => 'path', |
|
| 112 | - 'type' => 'string', |
|
| 113 | - 'required' => true, |
|
| 114 | - ), |
|
| 115 | - 'stepsToIncrement' => array( |
|
| 116 | - 'location' => 'query', |
|
| 117 | - 'type' => 'integer', |
|
| 118 | - 'required' => true, |
|
| 119 | - ), |
|
| 120 | - 'requestId' => array( |
|
| 121 | - 'location' => 'query', |
|
| 122 | - 'type' => 'string', |
|
| 123 | - ), |
|
| 124 | - ), |
|
| 125 | - ),'list' => array( |
|
| 126 | - 'path' => 'players/{playerId}/achievements', |
|
| 127 | - 'httpMethod' => 'GET', |
|
| 128 | - 'parameters' => array( |
|
| 129 | - 'playerId' => array( |
|
| 130 | - 'location' => 'path', |
|
| 131 | - 'type' => 'string', |
|
| 132 | - 'required' => true, |
|
| 133 | - ), |
|
| 134 | - 'pageToken' => array( |
|
| 135 | - 'location' => 'query', |
|
| 136 | - 'type' => 'string', |
|
| 137 | - ), |
|
| 138 | - 'state' => array( |
|
| 139 | - 'location' => 'query', |
|
| 140 | - 'type' => 'string', |
|
| 141 | - ), |
|
| 142 | - 'maxResults' => array( |
|
| 143 | - 'location' => 'query', |
|
| 144 | - 'type' => 'integer', |
|
| 145 | - ), |
|
| 146 | - 'language' => array( |
|
| 147 | - 'location' => 'query', |
|
| 148 | - 'type' => 'string', |
|
| 149 | - ), |
|
| 150 | - ), |
|
| 151 | - ),'reveal' => array( |
|
| 152 | - 'path' => 'achievements/{achievementId}/reveal', |
|
| 153 | - 'httpMethod' => 'POST', |
|
| 154 | - 'parameters' => array( |
|
| 155 | - 'achievementId' => array( |
|
| 156 | - 'location' => 'path', |
|
| 157 | - 'type' => 'string', |
|
| 158 | - 'required' => true, |
|
| 159 | - ), |
|
| 160 | - ), |
|
| 161 | - ),'setStepsAtLeast' => array( |
|
| 162 | - 'path' => 'achievements/{achievementId}/setStepsAtLeast', |
|
| 163 | - 'httpMethod' => 'POST', |
|
| 164 | - 'parameters' => array( |
|
| 165 | - 'achievementId' => array( |
|
| 166 | - 'location' => 'path', |
|
| 167 | - 'type' => 'string', |
|
| 168 | - 'required' => true, |
|
| 169 | - ), |
|
| 170 | - 'steps' => array( |
|
| 171 | - 'location' => 'query', |
|
| 172 | - 'type' => 'integer', |
|
| 173 | - 'required' => true, |
|
| 174 | - ), |
|
| 175 | - ), |
|
| 176 | - ),'unlock' => array( |
|
| 177 | - 'path' => 'achievements/{achievementId}/unlock', |
|
| 178 | - 'httpMethod' => 'POST', |
|
| 179 | - 'parameters' => array( |
|
| 180 | - 'achievementId' => array( |
|
| 181 | - 'location' => 'path', |
|
| 182 | - 'type' => 'string', |
|
| 183 | - 'required' => true, |
|
| 184 | - ), |
|
| 185 | - ), |
|
| 186 | - ),'updateMultiple' => array( |
|
| 187 | - 'path' => 'achievements/updateMultiple', |
|
| 188 | - 'httpMethod' => 'POST', |
|
| 189 | - 'parameters' => array(), |
|
| 190 | - ), |
|
| 191 | - ) |
|
| 192 | - ) |
|
| 193 | - ); |
|
| 194 | - $this->applications = new Google_Service_Games_Applications_Resource( |
|
| 195 | - $this, |
|
| 196 | - $this->serviceName, |
|
| 197 | - 'applications', |
|
| 198 | - array( |
|
| 199 | - 'methods' => array( |
|
| 200 | - 'get' => array( |
|
| 201 | - 'path' => 'applications/{applicationId}', |
|
| 202 | - 'httpMethod' => 'GET', |
|
| 203 | - 'parameters' => array( |
|
| 204 | - 'applicationId' => array( |
|
| 205 | - 'location' => 'path', |
|
| 206 | - 'type' => 'string', |
|
| 207 | - 'required' => true, |
|
| 208 | - ), |
|
| 209 | - 'platformType' => array( |
|
| 210 | - 'location' => 'query', |
|
| 211 | - 'type' => 'string', |
|
| 212 | - ), |
|
| 213 | - 'language' => array( |
|
| 214 | - 'location' => 'query', |
|
| 215 | - 'type' => 'string', |
|
| 216 | - ), |
|
| 217 | - ), |
|
| 218 | - ),'played' => array( |
|
| 219 | - 'path' => 'applications/played', |
|
| 220 | - 'httpMethod' => 'POST', |
|
| 221 | - 'parameters' => array(), |
|
| 222 | - ), |
|
| 223 | - ) |
|
| 224 | - ) |
|
| 225 | - ); |
|
| 226 | - $this->events = new Google_Service_Games_Events_Resource( |
|
| 227 | - $this, |
|
| 228 | - $this->serviceName, |
|
| 229 | - 'events', |
|
| 230 | - array( |
|
| 231 | - 'methods' => array( |
|
| 232 | - 'listByPlayer' => array( |
|
| 233 | - 'path' => 'events', |
|
| 234 | - 'httpMethod' => 'GET', |
|
| 235 | - 'parameters' => array( |
|
| 236 | - 'pageToken' => array( |
|
| 237 | - 'location' => 'query', |
|
| 238 | - 'type' => 'string', |
|
| 239 | - ), |
|
| 240 | - 'maxResults' => array( |
|
| 241 | - 'location' => 'query', |
|
| 242 | - 'type' => 'integer', |
|
| 243 | - ), |
|
| 244 | - 'language' => array( |
|
| 245 | - 'location' => 'query', |
|
| 246 | - 'type' => 'string', |
|
| 247 | - ), |
|
| 248 | - ), |
|
| 249 | - ),'listDefinitions' => array( |
|
| 250 | - 'path' => 'eventDefinitions', |
|
| 251 | - 'httpMethod' => 'GET', |
|
| 252 | - 'parameters' => array( |
|
| 253 | - 'pageToken' => array( |
|
| 254 | - 'location' => 'query', |
|
| 255 | - 'type' => 'string', |
|
| 256 | - ), |
|
| 257 | - 'maxResults' => array( |
|
| 258 | - 'location' => 'query', |
|
| 259 | - 'type' => 'integer', |
|
| 260 | - ), |
|
| 261 | - 'language' => array( |
|
| 262 | - 'location' => 'query', |
|
| 263 | - 'type' => 'string', |
|
| 264 | - ), |
|
| 265 | - ), |
|
| 266 | - ),'record' => array( |
|
| 267 | - 'path' => 'events', |
|
| 268 | - 'httpMethod' => 'POST', |
|
| 269 | - 'parameters' => array( |
|
| 270 | - 'language' => array( |
|
| 271 | - 'location' => 'query', |
|
| 272 | - 'type' => 'string', |
|
| 273 | - ), |
|
| 274 | - ), |
|
| 275 | - ), |
|
| 276 | - ) |
|
| 277 | - ) |
|
| 278 | - ); |
|
| 279 | - $this->leaderboards = new Google_Service_Games_Leaderboards_Resource( |
|
| 280 | - $this, |
|
| 281 | - $this->serviceName, |
|
| 282 | - 'leaderboards', |
|
| 283 | - array( |
|
| 284 | - 'methods' => array( |
|
| 285 | - 'get' => array( |
|
| 286 | - 'path' => 'leaderboards/{leaderboardId}', |
|
| 287 | - 'httpMethod' => 'GET', |
|
| 288 | - 'parameters' => array( |
|
| 289 | - 'leaderboardId' => array( |
|
| 290 | - 'location' => 'path', |
|
| 291 | - 'type' => 'string', |
|
| 292 | - 'required' => true, |
|
| 293 | - ), |
|
| 294 | - 'language' => array( |
|
| 295 | - 'location' => 'query', |
|
| 296 | - 'type' => 'string', |
|
| 297 | - ), |
|
| 298 | - ), |
|
| 299 | - ),'list' => array( |
|
| 300 | - 'path' => 'leaderboards', |
|
| 301 | - 'httpMethod' => 'GET', |
|
| 302 | - 'parameters' => array( |
|
| 303 | - 'pageToken' => array( |
|
| 304 | - 'location' => 'query', |
|
| 305 | - 'type' => 'string', |
|
| 306 | - ), |
|
| 307 | - 'maxResults' => array( |
|
| 308 | - 'location' => 'query', |
|
| 309 | - 'type' => 'integer', |
|
| 310 | - ), |
|
| 311 | - 'language' => array( |
|
| 312 | - 'location' => 'query', |
|
| 313 | - 'type' => 'string', |
|
| 314 | - ), |
|
| 315 | - ), |
|
| 316 | - ), |
|
| 317 | - ) |
|
| 318 | - ) |
|
| 319 | - ); |
|
| 320 | - $this->metagame = new Google_Service_Games_Metagame_Resource( |
|
| 321 | - $this, |
|
| 322 | - $this->serviceName, |
|
| 323 | - 'metagame', |
|
| 324 | - array( |
|
| 325 | - 'methods' => array( |
|
| 326 | - 'getMetagameConfig' => array( |
|
| 327 | - 'path' => 'metagameConfig', |
|
| 328 | - 'httpMethod' => 'GET', |
|
| 329 | - 'parameters' => array(), |
|
| 330 | - ),'listCategoriesByPlayer' => array( |
|
| 331 | - 'path' => 'players/{playerId}/categories/{collection}', |
|
| 332 | - 'httpMethod' => 'GET', |
|
| 333 | - 'parameters' => array( |
|
| 334 | - 'playerId' => array( |
|
| 335 | - 'location' => 'path', |
|
| 336 | - 'type' => 'string', |
|
| 337 | - 'required' => true, |
|
| 338 | - ), |
|
| 339 | - 'collection' => array( |
|
| 340 | - 'location' => 'path', |
|
| 341 | - 'type' => 'string', |
|
| 342 | - 'required' => true, |
|
| 343 | - ), |
|
| 344 | - 'pageToken' => array( |
|
| 345 | - 'location' => 'query', |
|
| 346 | - 'type' => 'string', |
|
| 347 | - ), |
|
| 348 | - 'maxResults' => array( |
|
| 349 | - 'location' => 'query', |
|
| 350 | - 'type' => 'integer', |
|
| 351 | - ), |
|
| 352 | - 'language' => array( |
|
| 353 | - 'location' => 'query', |
|
| 354 | - 'type' => 'string', |
|
| 355 | - ), |
|
| 356 | - ), |
|
| 357 | - ), |
|
| 358 | - ) |
|
| 359 | - ) |
|
| 360 | - ); |
|
| 361 | - $this->players = new Google_Service_Games_Players_Resource( |
|
| 362 | - $this, |
|
| 363 | - $this->serviceName, |
|
| 364 | - 'players', |
|
| 365 | - array( |
|
| 366 | - 'methods' => array( |
|
| 367 | - 'get' => array( |
|
| 368 | - 'path' => 'players/{playerId}', |
|
| 369 | - 'httpMethod' => 'GET', |
|
| 370 | - 'parameters' => array( |
|
| 371 | - 'playerId' => array( |
|
| 372 | - 'location' => 'path', |
|
| 373 | - 'type' => 'string', |
|
| 374 | - 'required' => true, |
|
| 375 | - ), |
|
| 376 | - 'language' => array( |
|
| 377 | - 'location' => 'query', |
|
| 378 | - 'type' => 'string', |
|
| 379 | - ), |
|
| 380 | - ), |
|
| 381 | - ),'list' => array( |
|
| 382 | - 'path' => 'players/me/players/{collection}', |
|
| 383 | - 'httpMethod' => 'GET', |
|
| 384 | - 'parameters' => array( |
|
| 385 | - 'collection' => array( |
|
| 386 | - 'location' => 'path', |
|
| 387 | - 'type' => 'string', |
|
| 388 | - 'required' => true, |
|
| 389 | - ), |
|
| 390 | - 'pageToken' => array( |
|
| 391 | - 'location' => 'query', |
|
| 392 | - 'type' => 'string', |
|
| 393 | - ), |
|
| 394 | - 'maxResults' => array( |
|
| 395 | - 'location' => 'query', |
|
| 396 | - 'type' => 'integer', |
|
| 397 | - ), |
|
| 398 | - 'language' => array( |
|
| 399 | - 'location' => 'query', |
|
| 400 | - 'type' => 'string', |
|
| 401 | - ), |
|
| 402 | - ), |
|
| 403 | - ), |
|
| 404 | - ) |
|
| 405 | - ) |
|
| 406 | - ); |
|
| 407 | - $this->pushtokens = new Google_Service_Games_Pushtokens_Resource( |
|
| 408 | - $this, |
|
| 409 | - $this->serviceName, |
|
| 410 | - 'pushtokens', |
|
| 411 | - array( |
|
| 412 | - 'methods' => array( |
|
| 413 | - 'remove' => array( |
|
| 414 | - 'path' => 'pushtokens/remove', |
|
| 415 | - 'httpMethod' => 'POST', |
|
| 416 | - 'parameters' => array(), |
|
| 417 | - ),'update' => array( |
|
| 418 | - 'path' => 'pushtokens', |
|
| 419 | - 'httpMethod' => 'PUT', |
|
| 420 | - 'parameters' => array(), |
|
| 421 | - ), |
|
| 422 | - ) |
|
| 423 | - ) |
|
| 424 | - ); |
|
| 425 | - $this->questMilestones = new Google_Service_Games_QuestMilestones_Resource( |
|
| 426 | - $this, |
|
| 427 | - $this->serviceName, |
|
| 428 | - 'questMilestones', |
|
| 429 | - array( |
|
| 430 | - 'methods' => array( |
|
| 431 | - 'claim' => array( |
|
| 432 | - 'path' => 'quests/{questId}/milestones/{milestoneId}/claim', |
|
| 433 | - 'httpMethod' => 'PUT', |
|
| 434 | - 'parameters' => array( |
|
| 435 | - 'questId' => array( |
|
| 436 | - 'location' => 'path', |
|
| 437 | - 'type' => 'string', |
|
| 438 | - 'required' => true, |
|
| 439 | - ), |
|
| 440 | - 'milestoneId' => array( |
|
| 441 | - 'location' => 'path', |
|
| 442 | - 'type' => 'string', |
|
| 443 | - 'required' => true, |
|
| 444 | - ), |
|
| 445 | - 'requestId' => array( |
|
| 446 | - 'location' => 'query', |
|
| 447 | - 'type' => 'string', |
|
| 448 | - 'required' => true, |
|
| 449 | - ), |
|
| 450 | - ), |
|
| 451 | - ), |
|
| 452 | - ) |
|
| 453 | - ) |
|
| 454 | - ); |
|
| 455 | - $this->quests = new Google_Service_Games_Quests_Resource( |
|
| 456 | - $this, |
|
| 457 | - $this->serviceName, |
|
| 458 | - 'quests', |
|
| 459 | - array( |
|
| 460 | - 'methods' => array( |
|
| 461 | - 'accept' => array( |
|
| 462 | - 'path' => 'quests/{questId}/accept', |
|
| 463 | - 'httpMethod' => 'POST', |
|
| 464 | - 'parameters' => array( |
|
| 465 | - 'questId' => array( |
|
| 466 | - 'location' => 'path', |
|
| 467 | - 'type' => 'string', |
|
| 468 | - 'required' => true, |
|
| 469 | - ), |
|
| 470 | - 'language' => array( |
|
| 471 | - 'location' => 'query', |
|
| 472 | - 'type' => 'string', |
|
| 473 | - ), |
|
| 474 | - ), |
|
| 475 | - ),'list' => array( |
|
| 476 | - 'path' => 'players/{playerId}/quests', |
|
| 477 | - 'httpMethod' => 'GET', |
|
| 478 | - 'parameters' => array( |
|
| 479 | - 'playerId' => array( |
|
| 480 | - 'location' => 'path', |
|
| 481 | - 'type' => 'string', |
|
| 482 | - 'required' => true, |
|
| 483 | - ), |
|
| 484 | - 'pageToken' => array( |
|
| 485 | - 'location' => 'query', |
|
| 486 | - 'type' => 'string', |
|
| 487 | - ), |
|
| 488 | - 'maxResults' => array( |
|
| 489 | - 'location' => 'query', |
|
| 490 | - 'type' => 'integer', |
|
| 491 | - ), |
|
| 492 | - 'language' => array( |
|
| 493 | - 'location' => 'query', |
|
| 494 | - 'type' => 'string', |
|
| 495 | - ), |
|
| 496 | - ), |
|
| 497 | - ), |
|
| 498 | - ) |
|
| 499 | - ) |
|
| 500 | - ); |
|
| 501 | - $this->revisions = new Google_Service_Games_Revisions_Resource( |
|
| 502 | - $this, |
|
| 503 | - $this->serviceName, |
|
| 504 | - 'revisions', |
|
| 505 | - array( |
|
| 506 | - 'methods' => array( |
|
| 507 | - 'check' => array( |
|
| 508 | - 'path' => 'revisions/check', |
|
| 509 | - 'httpMethod' => 'GET', |
|
| 510 | - 'parameters' => array( |
|
| 511 | - 'clientRevision' => array( |
|
| 512 | - 'location' => 'query', |
|
| 513 | - 'type' => 'string', |
|
| 514 | - 'required' => true, |
|
| 515 | - ), |
|
| 516 | - ), |
|
| 517 | - ), |
|
| 518 | - ) |
|
| 519 | - ) |
|
| 520 | - ); |
|
| 521 | - $this->rooms = new Google_Service_Games_Rooms_Resource( |
|
| 522 | - $this, |
|
| 523 | - $this->serviceName, |
|
| 524 | - 'rooms', |
|
| 525 | - array( |
|
| 526 | - 'methods' => array( |
|
| 527 | - 'create' => array( |
|
| 528 | - 'path' => 'rooms/create', |
|
| 529 | - 'httpMethod' => 'POST', |
|
| 530 | - 'parameters' => array( |
|
| 531 | - 'language' => array( |
|
| 532 | - 'location' => 'query', |
|
| 533 | - 'type' => 'string', |
|
| 534 | - ), |
|
| 535 | - ), |
|
| 536 | - ),'decline' => array( |
|
| 537 | - 'path' => 'rooms/{roomId}/decline', |
|
| 538 | - 'httpMethod' => 'POST', |
|
| 539 | - 'parameters' => array( |
|
| 540 | - 'roomId' => array( |
|
| 541 | - 'location' => 'path', |
|
| 542 | - 'type' => 'string', |
|
| 543 | - 'required' => true, |
|
| 544 | - ), |
|
| 545 | - 'language' => array( |
|
| 546 | - 'location' => 'query', |
|
| 547 | - 'type' => 'string', |
|
| 548 | - ), |
|
| 549 | - ), |
|
| 550 | - ),'dismiss' => array( |
|
| 551 | - 'path' => 'rooms/{roomId}/dismiss', |
|
| 552 | - 'httpMethod' => 'POST', |
|
| 553 | - 'parameters' => array( |
|
| 554 | - 'roomId' => array( |
|
| 555 | - 'location' => 'path', |
|
| 556 | - 'type' => 'string', |
|
| 557 | - 'required' => true, |
|
| 558 | - ), |
|
| 559 | - ), |
|
| 560 | - ),'get' => array( |
|
| 561 | - 'path' => 'rooms/{roomId}', |
|
| 562 | - 'httpMethod' => 'GET', |
|
| 563 | - 'parameters' => array( |
|
| 564 | - 'roomId' => array( |
|
| 565 | - 'location' => 'path', |
|
| 566 | - 'type' => 'string', |
|
| 567 | - 'required' => true, |
|
| 568 | - ), |
|
| 569 | - 'language' => array( |
|
| 570 | - 'location' => 'query', |
|
| 571 | - 'type' => 'string', |
|
| 572 | - ), |
|
| 573 | - ), |
|
| 574 | - ),'join' => array( |
|
| 575 | - 'path' => 'rooms/{roomId}/join', |
|
| 576 | - 'httpMethod' => 'POST', |
|
| 577 | - 'parameters' => array( |
|
| 578 | - 'roomId' => array( |
|
| 579 | - 'location' => 'path', |
|
| 580 | - 'type' => 'string', |
|
| 581 | - 'required' => true, |
|
| 582 | - ), |
|
| 583 | - 'language' => array( |
|
| 584 | - 'location' => 'query', |
|
| 585 | - 'type' => 'string', |
|
| 586 | - ), |
|
| 587 | - ), |
|
| 588 | - ),'leave' => array( |
|
| 589 | - 'path' => 'rooms/{roomId}/leave', |
|
| 590 | - 'httpMethod' => 'POST', |
|
| 591 | - 'parameters' => array( |
|
| 592 | - 'roomId' => array( |
|
| 593 | - 'location' => 'path', |
|
| 594 | - 'type' => 'string', |
|
| 595 | - 'required' => true, |
|
| 596 | - ), |
|
| 597 | - 'language' => array( |
|
| 598 | - 'location' => 'query', |
|
| 599 | - 'type' => 'string', |
|
| 600 | - ), |
|
| 601 | - ), |
|
| 602 | - ),'list' => array( |
|
| 603 | - 'path' => 'rooms', |
|
| 604 | - 'httpMethod' => 'GET', |
|
| 605 | - 'parameters' => array( |
|
| 606 | - 'pageToken' => array( |
|
| 607 | - 'location' => 'query', |
|
| 608 | - 'type' => 'string', |
|
| 609 | - ), |
|
| 610 | - 'maxResults' => array( |
|
| 611 | - 'location' => 'query', |
|
| 612 | - 'type' => 'integer', |
|
| 613 | - ), |
|
| 614 | - 'language' => array( |
|
| 615 | - 'location' => 'query', |
|
| 616 | - 'type' => 'string', |
|
| 617 | - ), |
|
| 618 | - ), |
|
| 619 | - ),'reportStatus' => array( |
|
| 620 | - 'path' => 'rooms/{roomId}/reportstatus', |
|
| 621 | - 'httpMethod' => 'POST', |
|
| 622 | - 'parameters' => array( |
|
| 623 | - 'roomId' => array( |
|
| 624 | - 'location' => 'path', |
|
| 625 | - 'type' => 'string', |
|
| 626 | - 'required' => true, |
|
| 627 | - ), |
|
| 628 | - 'language' => array( |
|
| 629 | - 'location' => 'query', |
|
| 630 | - 'type' => 'string', |
|
| 631 | - ), |
|
| 632 | - ), |
|
| 633 | - ), |
|
| 634 | - ) |
|
| 635 | - ) |
|
| 636 | - ); |
|
| 637 | - $this->scores = new Google_Service_Games_Scores_Resource( |
|
| 638 | - $this, |
|
| 639 | - $this->serviceName, |
|
| 640 | - 'scores', |
|
| 641 | - array( |
|
| 642 | - 'methods' => array( |
|
| 643 | - 'get' => array( |
|
| 644 | - 'path' => 'players/{playerId}/leaderboards/{leaderboardId}/scores/{timeSpan}', |
|
| 645 | - 'httpMethod' => 'GET', |
|
| 646 | - 'parameters' => array( |
|
| 647 | - 'playerId' => array( |
|
| 648 | - 'location' => 'path', |
|
| 649 | - 'type' => 'string', |
|
| 650 | - 'required' => true, |
|
| 651 | - ), |
|
| 652 | - 'leaderboardId' => array( |
|
| 653 | - 'location' => 'path', |
|
| 654 | - 'type' => 'string', |
|
| 655 | - 'required' => true, |
|
| 656 | - ), |
|
| 657 | - 'timeSpan' => array( |
|
| 658 | - 'location' => 'path', |
|
| 659 | - 'type' => 'string', |
|
| 660 | - 'required' => true, |
|
| 661 | - ), |
|
| 662 | - 'includeRankType' => array( |
|
| 663 | - 'location' => 'query', |
|
| 664 | - 'type' => 'string', |
|
| 665 | - ), |
|
| 666 | - 'language' => array( |
|
| 667 | - 'location' => 'query', |
|
| 668 | - 'type' => 'string', |
|
| 669 | - ), |
|
| 670 | - 'maxResults' => array( |
|
| 671 | - 'location' => 'query', |
|
| 672 | - 'type' => 'integer', |
|
| 673 | - ), |
|
| 674 | - 'pageToken' => array( |
|
| 675 | - 'location' => 'query', |
|
| 676 | - 'type' => 'string', |
|
| 677 | - ), |
|
| 678 | - ), |
|
| 679 | - ),'list' => array( |
|
| 680 | - 'path' => 'leaderboards/{leaderboardId}/scores/{collection}', |
|
| 681 | - 'httpMethod' => 'GET', |
|
| 682 | - 'parameters' => array( |
|
| 683 | - 'leaderboardId' => array( |
|
| 684 | - 'location' => 'path', |
|
| 685 | - 'type' => 'string', |
|
| 686 | - 'required' => true, |
|
| 687 | - ), |
|
| 688 | - 'collection' => array( |
|
| 689 | - 'location' => 'path', |
|
| 690 | - 'type' => 'string', |
|
| 691 | - 'required' => true, |
|
| 692 | - ), |
|
| 693 | - 'timeSpan' => array( |
|
| 694 | - 'location' => 'query', |
|
| 695 | - 'type' => 'string', |
|
| 696 | - 'required' => true, |
|
| 697 | - ), |
|
| 698 | - 'language' => array( |
|
| 699 | - 'location' => 'query', |
|
| 700 | - 'type' => 'string', |
|
| 701 | - ), |
|
| 702 | - 'maxResults' => array( |
|
| 703 | - 'location' => 'query', |
|
| 704 | - 'type' => 'integer', |
|
| 705 | - ), |
|
| 706 | - 'pageToken' => array( |
|
| 707 | - 'location' => 'query', |
|
| 708 | - 'type' => 'string', |
|
| 709 | - ), |
|
| 710 | - ), |
|
| 711 | - ),'listWindow' => array( |
|
| 712 | - 'path' => 'leaderboards/{leaderboardId}/window/{collection}', |
|
| 713 | - 'httpMethod' => 'GET', |
|
| 714 | - 'parameters' => array( |
|
| 715 | - 'leaderboardId' => array( |
|
| 716 | - 'location' => 'path', |
|
| 717 | - 'type' => 'string', |
|
| 718 | - 'required' => true, |
|
| 719 | - ), |
|
| 720 | - 'collection' => array( |
|
| 721 | - 'location' => 'path', |
|
| 722 | - 'type' => 'string', |
|
| 723 | - 'required' => true, |
|
| 724 | - ), |
|
| 725 | - 'timeSpan' => array( |
|
| 726 | - 'location' => 'query', |
|
| 727 | - 'type' => 'string', |
|
| 728 | - 'required' => true, |
|
| 729 | - ), |
|
| 730 | - 'language' => array( |
|
| 731 | - 'location' => 'query', |
|
| 732 | - 'type' => 'string', |
|
| 733 | - ), |
|
| 734 | - 'returnTopIfAbsent' => array( |
|
| 735 | - 'location' => 'query', |
|
| 736 | - 'type' => 'boolean', |
|
| 737 | - ), |
|
| 738 | - 'resultsAbove' => array( |
|
| 739 | - 'location' => 'query', |
|
| 740 | - 'type' => 'integer', |
|
| 741 | - ), |
|
| 742 | - 'maxResults' => array( |
|
| 743 | - 'location' => 'query', |
|
| 744 | - 'type' => 'integer', |
|
| 745 | - ), |
|
| 746 | - 'pageToken' => array( |
|
| 747 | - 'location' => 'query', |
|
| 748 | - 'type' => 'string', |
|
| 749 | - ), |
|
| 750 | - ), |
|
| 751 | - ),'submit' => array( |
|
| 752 | - 'path' => 'leaderboards/{leaderboardId}/scores', |
|
| 753 | - 'httpMethod' => 'POST', |
|
| 754 | - 'parameters' => array( |
|
| 755 | - 'leaderboardId' => array( |
|
| 756 | - 'location' => 'path', |
|
| 757 | - 'type' => 'string', |
|
| 758 | - 'required' => true, |
|
| 759 | - ), |
|
| 760 | - 'score' => array( |
|
| 761 | - 'location' => 'query', |
|
| 762 | - 'type' => 'string', |
|
| 763 | - 'required' => true, |
|
| 764 | - ), |
|
| 765 | - 'language' => array( |
|
| 766 | - 'location' => 'query', |
|
| 767 | - 'type' => 'string', |
|
| 768 | - ), |
|
| 769 | - 'scoreTag' => array( |
|
| 770 | - 'location' => 'query', |
|
| 771 | - 'type' => 'string', |
|
| 772 | - ), |
|
| 773 | - ), |
|
| 774 | - ),'submitMultiple' => array( |
|
| 775 | - 'path' => 'leaderboards/scores', |
|
| 776 | - 'httpMethod' => 'POST', |
|
| 777 | - 'parameters' => array( |
|
| 778 | - 'language' => array( |
|
| 779 | - 'location' => 'query', |
|
| 780 | - 'type' => 'string', |
|
| 781 | - ), |
|
| 782 | - ), |
|
| 783 | - ), |
|
| 784 | - ) |
|
| 785 | - ) |
|
| 786 | - ); |
|
| 787 | - $this->snapshots = new Google_Service_Games_Snapshots_Resource( |
|
| 788 | - $this, |
|
| 789 | - $this->serviceName, |
|
| 790 | - 'snapshots', |
|
| 791 | - array( |
|
| 792 | - 'methods' => array( |
|
| 793 | - 'get' => array( |
|
| 794 | - 'path' => 'snapshots/{snapshotId}', |
|
| 795 | - 'httpMethod' => 'GET', |
|
| 796 | - 'parameters' => array( |
|
| 797 | - 'snapshotId' => array( |
|
| 798 | - 'location' => 'path', |
|
| 799 | - 'type' => 'string', |
|
| 800 | - 'required' => true, |
|
| 801 | - ), |
|
| 802 | - 'language' => array( |
|
| 803 | - 'location' => 'query', |
|
| 804 | - 'type' => 'string', |
|
| 805 | - ), |
|
| 806 | - ), |
|
| 807 | - ),'list' => array( |
|
| 808 | - 'path' => 'players/{playerId}/snapshots', |
|
| 809 | - 'httpMethod' => 'GET', |
|
| 810 | - 'parameters' => array( |
|
| 811 | - 'playerId' => array( |
|
| 812 | - 'location' => 'path', |
|
| 813 | - 'type' => 'string', |
|
| 814 | - 'required' => true, |
|
| 815 | - ), |
|
| 816 | - 'pageToken' => array( |
|
| 817 | - 'location' => 'query', |
|
| 818 | - 'type' => 'string', |
|
| 819 | - ), |
|
| 820 | - 'maxResults' => array( |
|
| 821 | - 'location' => 'query', |
|
| 822 | - 'type' => 'integer', |
|
| 823 | - ), |
|
| 824 | - 'language' => array( |
|
| 825 | - 'location' => 'query', |
|
| 826 | - 'type' => 'string', |
|
| 827 | - ), |
|
| 828 | - ), |
|
| 829 | - ), |
|
| 830 | - ) |
|
| 831 | - ) |
|
| 832 | - ); |
|
| 833 | - $this->turnBasedMatches = new Google_Service_Games_TurnBasedMatches_Resource( |
|
| 834 | - $this, |
|
| 835 | - $this->serviceName, |
|
| 836 | - 'turnBasedMatches', |
|
| 837 | - array( |
|
| 838 | - 'methods' => array( |
|
| 839 | - 'cancel' => array( |
|
| 840 | - 'path' => 'turnbasedmatches/{matchId}/cancel', |
|
| 841 | - 'httpMethod' => 'PUT', |
|
| 842 | - 'parameters' => array( |
|
| 843 | - 'matchId' => array( |
|
| 844 | - 'location' => 'path', |
|
| 845 | - 'type' => 'string', |
|
| 846 | - 'required' => true, |
|
| 847 | - ), |
|
| 848 | - ), |
|
| 849 | - ),'create' => array( |
|
| 850 | - 'path' => 'turnbasedmatches/create', |
|
| 851 | - 'httpMethod' => 'POST', |
|
| 852 | - 'parameters' => array( |
|
| 853 | - 'language' => array( |
|
| 854 | - 'location' => 'query', |
|
| 855 | - 'type' => 'string', |
|
| 856 | - ), |
|
| 857 | - ), |
|
| 858 | - ),'decline' => array( |
|
| 859 | - 'path' => 'turnbasedmatches/{matchId}/decline', |
|
| 860 | - 'httpMethod' => 'PUT', |
|
| 861 | - 'parameters' => array( |
|
| 862 | - 'matchId' => array( |
|
| 863 | - 'location' => 'path', |
|
| 864 | - 'type' => 'string', |
|
| 865 | - 'required' => true, |
|
| 866 | - ), |
|
| 867 | - 'language' => array( |
|
| 868 | - 'location' => 'query', |
|
| 869 | - 'type' => 'string', |
|
| 870 | - ), |
|
| 871 | - ), |
|
| 872 | - ),'dismiss' => array( |
|
| 873 | - 'path' => 'turnbasedmatches/{matchId}/dismiss', |
|
| 874 | - 'httpMethod' => 'PUT', |
|
| 875 | - 'parameters' => array( |
|
| 876 | - 'matchId' => array( |
|
| 877 | - 'location' => 'path', |
|
| 878 | - 'type' => 'string', |
|
| 879 | - 'required' => true, |
|
| 880 | - ), |
|
| 881 | - ), |
|
| 882 | - ),'finish' => array( |
|
| 883 | - 'path' => 'turnbasedmatches/{matchId}/finish', |
|
| 884 | - 'httpMethod' => 'PUT', |
|
| 885 | - 'parameters' => array( |
|
| 886 | - 'matchId' => array( |
|
| 887 | - 'location' => 'path', |
|
| 888 | - 'type' => 'string', |
|
| 889 | - 'required' => true, |
|
| 890 | - ), |
|
| 891 | - 'language' => array( |
|
| 892 | - 'location' => 'query', |
|
| 893 | - 'type' => 'string', |
|
| 894 | - ), |
|
| 895 | - ), |
|
| 896 | - ),'get' => array( |
|
| 897 | - 'path' => 'turnbasedmatches/{matchId}', |
|
| 898 | - 'httpMethod' => 'GET', |
|
| 899 | - 'parameters' => array( |
|
| 900 | - 'matchId' => array( |
|
| 901 | - 'location' => 'path', |
|
| 902 | - 'type' => 'string', |
|
| 903 | - 'required' => true, |
|
| 904 | - ), |
|
| 905 | - 'language' => array( |
|
| 906 | - 'location' => 'query', |
|
| 907 | - 'type' => 'string', |
|
| 908 | - ), |
|
| 909 | - 'includeMatchData' => array( |
|
| 910 | - 'location' => 'query', |
|
| 911 | - 'type' => 'boolean', |
|
| 912 | - ), |
|
| 913 | - ), |
|
| 914 | - ),'join' => array( |
|
| 915 | - 'path' => 'turnbasedmatches/{matchId}/join', |
|
| 916 | - 'httpMethod' => 'PUT', |
|
| 917 | - 'parameters' => array( |
|
| 918 | - 'matchId' => array( |
|
| 919 | - 'location' => 'path', |
|
| 920 | - 'type' => 'string', |
|
| 921 | - 'required' => true, |
|
| 922 | - ), |
|
| 923 | - 'language' => array( |
|
| 924 | - 'location' => 'query', |
|
| 925 | - 'type' => 'string', |
|
| 926 | - ), |
|
| 927 | - ), |
|
| 928 | - ),'leave' => array( |
|
| 929 | - 'path' => 'turnbasedmatches/{matchId}/leave', |
|
| 930 | - 'httpMethod' => 'PUT', |
|
| 931 | - 'parameters' => array( |
|
| 932 | - 'matchId' => array( |
|
| 933 | - 'location' => 'path', |
|
| 934 | - 'type' => 'string', |
|
| 935 | - 'required' => true, |
|
| 936 | - ), |
|
| 937 | - 'language' => array( |
|
| 938 | - 'location' => 'query', |
|
| 939 | - 'type' => 'string', |
|
| 940 | - ), |
|
| 941 | - ), |
|
| 942 | - ),'leaveTurn' => array( |
|
| 943 | - 'path' => 'turnbasedmatches/{matchId}/leaveTurn', |
|
| 944 | - 'httpMethod' => 'PUT', |
|
| 945 | - 'parameters' => array( |
|
| 946 | - 'matchId' => array( |
|
| 947 | - 'location' => 'path', |
|
| 948 | - 'type' => 'string', |
|
| 949 | - 'required' => true, |
|
| 950 | - ), |
|
| 951 | - 'matchVersion' => array( |
|
| 952 | - 'location' => 'query', |
|
| 953 | - 'type' => 'integer', |
|
| 954 | - 'required' => true, |
|
| 955 | - ), |
|
| 956 | - 'language' => array( |
|
| 957 | - 'location' => 'query', |
|
| 958 | - 'type' => 'string', |
|
| 959 | - ), |
|
| 960 | - 'pendingParticipantId' => array( |
|
| 961 | - 'location' => 'query', |
|
| 962 | - 'type' => 'string', |
|
| 963 | - ), |
|
| 964 | - ), |
|
| 965 | - ),'list' => array( |
|
| 966 | - 'path' => 'turnbasedmatches', |
|
| 967 | - 'httpMethod' => 'GET', |
|
| 968 | - 'parameters' => array( |
|
| 969 | - 'pageToken' => array( |
|
| 970 | - 'location' => 'query', |
|
| 971 | - 'type' => 'string', |
|
| 972 | - ), |
|
| 973 | - 'maxCompletedMatches' => array( |
|
| 974 | - 'location' => 'query', |
|
| 975 | - 'type' => 'integer', |
|
| 976 | - ), |
|
| 977 | - 'maxResults' => array( |
|
| 978 | - 'location' => 'query', |
|
| 979 | - 'type' => 'integer', |
|
| 980 | - ), |
|
| 981 | - 'language' => array( |
|
| 982 | - 'location' => 'query', |
|
| 983 | - 'type' => 'string', |
|
| 984 | - ), |
|
| 985 | - 'includeMatchData' => array( |
|
| 986 | - 'location' => 'query', |
|
| 987 | - 'type' => 'boolean', |
|
| 988 | - ), |
|
| 989 | - ), |
|
| 990 | - ),'rematch' => array( |
|
| 991 | - 'path' => 'turnbasedmatches/{matchId}/rematch', |
|
| 992 | - 'httpMethod' => 'POST', |
|
| 993 | - 'parameters' => array( |
|
| 994 | - 'matchId' => array( |
|
| 995 | - 'location' => 'path', |
|
| 996 | - 'type' => 'string', |
|
| 997 | - 'required' => true, |
|
| 998 | - ), |
|
| 999 | - 'requestId' => array( |
|
| 1000 | - 'location' => 'query', |
|
| 1001 | - 'type' => 'string', |
|
| 1002 | - ), |
|
| 1003 | - 'language' => array( |
|
| 1004 | - 'location' => 'query', |
|
| 1005 | - 'type' => 'string', |
|
| 1006 | - ), |
|
| 1007 | - ), |
|
| 1008 | - ),'sync' => array( |
|
| 1009 | - 'path' => 'turnbasedmatches/sync', |
|
| 1010 | - 'httpMethod' => 'GET', |
|
| 1011 | - 'parameters' => array( |
|
| 1012 | - 'pageToken' => array( |
|
| 1013 | - 'location' => 'query', |
|
| 1014 | - 'type' => 'string', |
|
| 1015 | - ), |
|
| 1016 | - 'maxCompletedMatches' => array( |
|
| 1017 | - 'location' => 'query', |
|
| 1018 | - 'type' => 'integer', |
|
| 1019 | - ), |
|
| 1020 | - 'maxResults' => array( |
|
| 1021 | - 'location' => 'query', |
|
| 1022 | - 'type' => 'integer', |
|
| 1023 | - ), |
|
| 1024 | - 'language' => array( |
|
| 1025 | - 'location' => 'query', |
|
| 1026 | - 'type' => 'string', |
|
| 1027 | - ), |
|
| 1028 | - 'includeMatchData' => array( |
|
| 1029 | - 'location' => 'query', |
|
| 1030 | - 'type' => 'boolean', |
|
| 1031 | - ), |
|
| 1032 | - ), |
|
| 1033 | - ),'takeTurn' => array( |
|
| 1034 | - 'path' => 'turnbasedmatches/{matchId}/turn', |
|
| 1035 | - 'httpMethod' => 'PUT', |
|
| 1036 | - 'parameters' => array( |
|
| 1037 | - 'matchId' => array( |
|
| 1038 | - 'location' => 'path', |
|
| 1039 | - 'type' => 'string', |
|
| 1040 | - 'required' => true, |
|
| 1041 | - ), |
|
| 1042 | - 'language' => array( |
|
| 1043 | - 'location' => 'query', |
|
| 1044 | - 'type' => 'string', |
|
| 1045 | - ), |
|
| 1046 | - ), |
|
| 1047 | - ), |
|
| 1048 | - ) |
|
| 1049 | - ) |
|
| 1050 | - ); |
|
| 67 | + parent::__construct($client); |
|
| 68 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 69 | + $this->servicePath = 'games/v1/'; |
|
| 70 | + $this->version = 'v1'; |
|
| 71 | + $this->serviceName = 'games'; |
|
| 72 | + |
|
| 73 | + $this->achievementDefinitions = new Google_Service_Games_AchievementDefinitions_Resource( |
|
| 74 | + $this, |
|
| 75 | + $this->serviceName, |
|
| 76 | + 'achievementDefinitions', |
|
| 77 | + array( |
|
| 78 | + 'methods' => array( |
|
| 79 | + 'list' => array( |
|
| 80 | + 'path' => 'achievements', |
|
| 81 | + 'httpMethod' => 'GET', |
|
| 82 | + 'parameters' => array( |
|
| 83 | + 'pageToken' => array( |
|
| 84 | + 'location' => 'query', |
|
| 85 | + 'type' => 'string', |
|
| 86 | + ), |
|
| 87 | + 'maxResults' => array( |
|
| 88 | + 'location' => 'query', |
|
| 89 | + 'type' => 'integer', |
|
| 90 | + ), |
|
| 91 | + 'language' => array( |
|
| 92 | + 'location' => 'query', |
|
| 93 | + 'type' => 'string', |
|
| 94 | + ), |
|
| 95 | + ), |
|
| 96 | + ), |
|
| 97 | + ) |
|
| 98 | + ) |
|
| 99 | + ); |
|
| 100 | + $this->achievements = new Google_Service_Games_Achievements_Resource( |
|
| 101 | + $this, |
|
| 102 | + $this->serviceName, |
|
| 103 | + 'achievements', |
|
| 104 | + array( |
|
| 105 | + 'methods' => array( |
|
| 106 | + 'increment' => array( |
|
| 107 | + 'path' => 'achievements/{achievementId}/increment', |
|
| 108 | + 'httpMethod' => 'POST', |
|
| 109 | + 'parameters' => array( |
|
| 110 | + 'achievementId' => array( |
|
| 111 | + 'location' => 'path', |
|
| 112 | + 'type' => 'string', |
|
| 113 | + 'required' => true, |
|
| 114 | + ), |
|
| 115 | + 'stepsToIncrement' => array( |
|
| 116 | + 'location' => 'query', |
|
| 117 | + 'type' => 'integer', |
|
| 118 | + 'required' => true, |
|
| 119 | + ), |
|
| 120 | + 'requestId' => array( |
|
| 121 | + 'location' => 'query', |
|
| 122 | + 'type' => 'string', |
|
| 123 | + ), |
|
| 124 | + ), |
|
| 125 | + ),'list' => array( |
|
| 126 | + 'path' => 'players/{playerId}/achievements', |
|
| 127 | + 'httpMethod' => 'GET', |
|
| 128 | + 'parameters' => array( |
|
| 129 | + 'playerId' => array( |
|
| 130 | + 'location' => 'path', |
|
| 131 | + 'type' => 'string', |
|
| 132 | + 'required' => true, |
|
| 133 | + ), |
|
| 134 | + 'pageToken' => array( |
|
| 135 | + 'location' => 'query', |
|
| 136 | + 'type' => 'string', |
|
| 137 | + ), |
|
| 138 | + 'state' => array( |
|
| 139 | + 'location' => 'query', |
|
| 140 | + 'type' => 'string', |
|
| 141 | + ), |
|
| 142 | + 'maxResults' => array( |
|
| 143 | + 'location' => 'query', |
|
| 144 | + 'type' => 'integer', |
|
| 145 | + ), |
|
| 146 | + 'language' => array( |
|
| 147 | + 'location' => 'query', |
|
| 148 | + 'type' => 'string', |
|
| 149 | + ), |
|
| 150 | + ), |
|
| 151 | + ),'reveal' => array( |
|
| 152 | + 'path' => 'achievements/{achievementId}/reveal', |
|
| 153 | + 'httpMethod' => 'POST', |
|
| 154 | + 'parameters' => array( |
|
| 155 | + 'achievementId' => array( |
|
| 156 | + 'location' => 'path', |
|
| 157 | + 'type' => 'string', |
|
| 158 | + 'required' => true, |
|
| 159 | + ), |
|
| 160 | + ), |
|
| 161 | + ),'setStepsAtLeast' => array( |
|
| 162 | + 'path' => 'achievements/{achievementId}/setStepsAtLeast', |
|
| 163 | + 'httpMethod' => 'POST', |
|
| 164 | + 'parameters' => array( |
|
| 165 | + 'achievementId' => array( |
|
| 166 | + 'location' => 'path', |
|
| 167 | + 'type' => 'string', |
|
| 168 | + 'required' => true, |
|
| 169 | + ), |
|
| 170 | + 'steps' => array( |
|
| 171 | + 'location' => 'query', |
|
| 172 | + 'type' => 'integer', |
|
| 173 | + 'required' => true, |
|
| 174 | + ), |
|
| 175 | + ), |
|
| 176 | + ),'unlock' => array( |
|
| 177 | + 'path' => 'achievements/{achievementId}/unlock', |
|
| 178 | + 'httpMethod' => 'POST', |
|
| 179 | + 'parameters' => array( |
|
| 180 | + 'achievementId' => array( |
|
| 181 | + 'location' => 'path', |
|
| 182 | + 'type' => 'string', |
|
| 183 | + 'required' => true, |
|
| 184 | + ), |
|
| 185 | + ), |
|
| 186 | + ),'updateMultiple' => array( |
|
| 187 | + 'path' => 'achievements/updateMultiple', |
|
| 188 | + 'httpMethod' => 'POST', |
|
| 189 | + 'parameters' => array(), |
|
| 190 | + ), |
|
| 191 | + ) |
|
| 192 | + ) |
|
| 193 | + ); |
|
| 194 | + $this->applications = new Google_Service_Games_Applications_Resource( |
|
| 195 | + $this, |
|
| 196 | + $this->serviceName, |
|
| 197 | + 'applications', |
|
| 198 | + array( |
|
| 199 | + 'methods' => array( |
|
| 200 | + 'get' => array( |
|
| 201 | + 'path' => 'applications/{applicationId}', |
|
| 202 | + 'httpMethod' => 'GET', |
|
| 203 | + 'parameters' => array( |
|
| 204 | + 'applicationId' => array( |
|
| 205 | + 'location' => 'path', |
|
| 206 | + 'type' => 'string', |
|
| 207 | + 'required' => true, |
|
| 208 | + ), |
|
| 209 | + 'platformType' => array( |
|
| 210 | + 'location' => 'query', |
|
| 211 | + 'type' => 'string', |
|
| 212 | + ), |
|
| 213 | + 'language' => array( |
|
| 214 | + 'location' => 'query', |
|
| 215 | + 'type' => 'string', |
|
| 216 | + ), |
|
| 217 | + ), |
|
| 218 | + ),'played' => array( |
|
| 219 | + 'path' => 'applications/played', |
|
| 220 | + 'httpMethod' => 'POST', |
|
| 221 | + 'parameters' => array(), |
|
| 222 | + ), |
|
| 223 | + ) |
|
| 224 | + ) |
|
| 225 | + ); |
|
| 226 | + $this->events = new Google_Service_Games_Events_Resource( |
|
| 227 | + $this, |
|
| 228 | + $this->serviceName, |
|
| 229 | + 'events', |
|
| 230 | + array( |
|
| 231 | + 'methods' => array( |
|
| 232 | + 'listByPlayer' => array( |
|
| 233 | + 'path' => 'events', |
|
| 234 | + 'httpMethod' => 'GET', |
|
| 235 | + 'parameters' => array( |
|
| 236 | + 'pageToken' => array( |
|
| 237 | + 'location' => 'query', |
|
| 238 | + 'type' => 'string', |
|
| 239 | + ), |
|
| 240 | + 'maxResults' => array( |
|
| 241 | + 'location' => 'query', |
|
| 242 | + 'type' => 'integer', |
|
| 243 | + ), |
|
| 244 | + 'language' => array( |
|
| 245 | + 'location' => 'query', |
|
| 246 | + 'type' => 'string', |
|
| 247 | + ), |
|
| 248 | + ), |
|
| 249 | + ),'listDefinitions' => array( |
|
| 250 | + 'path' => 'eventDefinitions', |
|
| 251 | + 'httpMethod' => 'GET', |
|
| 252 | + 'parameters' => array( |
|
| 253 | + 'pageToken' => array( |
|
| 254 | + 'location' => 'query', |
|
| 255 | + 'type' => 'string', |
|
| 256 | + ), |
|
| 257 | + 'maxResults' => array( |
|
| 258 | + 'location' => 'query', |
|
| 259 | + 'type' => 'integer', |
|
| 260 | + ), |
|
| 261 | + 'language' => array( |
|
| 262 | + 'location' => 'query', |
|
| 263 | + 'type' => 'string', |
|
| 264 | + ), |
|
| 265 | + ), |
|
| 266 | + ),'record' => array( |
|
| 267 | + 'path' => 'events', |
|
| 268 | + 'httpMethod' => 'POST', |
|
| 269 | + 'parameters' => array( |
|
| 270 | + 'language' => array( |
|
| 271 | + 'location' => 'query', |
|
| 272 | + 'type' => 'string', |
|
| 273 | + ), |
|
| 274 | + ), |
|
| 275 | + ), |
|
| 276 | + ) |
|
| 277 | + ) |
|
| 278 | + ); |
|
| 279 | + $this->leaderboards = new Google_Service_Games_Leaderboards_Resource( |
|
| 280 | + $this, |
|
| 281 | + $this->serviceName, |
|
| 282 | + 'leaderboards', |
|
| 283 | + array( |
|
| 284 | + 'methods' => array( |
|
| 285 | + 'get' => array( |
|
| 286 | + 'path' => 'leaderboards/{leaderboardId}', |
|
| 287 | + 'httpMethod' => 'GET', |
|
| 288 | + 'parameters' => array( |
|
| 289 | + 'leaderboardId' => array( |
|
| 290 | + 'location' => 'path', |
|
| 291 | + 'type' => 'string', |
|
| 292 | + 'required' => true, |
|
| 293 | + ), |
|
| 294 | + 'language' => array( |
|
| 295 | + 'location' => 'query', |
|
| 296 | + 'type' => 'string', |
|
| 297 | + ), |
|
| 298 | + ), |
|
| 299 | + ),'list' => array( |
|
| 300 | + 'path' => 'leaderboards', |
|
| 301 | + 'httpMethod' => 'GET', |
|
| 302 | + 'parameters' => array( |
|
| 303 | + 'pageToken' => array( |
|
| 304 | + 'location' => 'query', |
|
| 305 | + 'type' => 'string', |
|
| 306 | + ), |
|
| 307 | + 'maxResults' => array( |
|
| 308 | + 'location' => 'query', |
|
| 309 | + 'type' => 'integer', |
|
| 310 | + ), |
|
| 311 | + 'language' => array( |
|
| 312 | + 'location' => 'query', |
|
| 313 | + 'type' => 'string', |
|
| 314 | + ), |
|
| 315 | + ), |
|
| 316 | + ), |
|
| 317 | + ) |
|
| 318 | + ) |
|
| 319 | + ); |
|
| 320 | + $this->metagame = new Google_Service_Games_Metagame_Resource( |
|
| 321 | + $this, |
|
| 322 | + $this->serviceName, |
|
| 323 | + 'metagame', |
|
| 324 | + array( |
|
| 325 | + 'methods' => array( |
|
| 326 | + 'getMetagameConfig' => array( |
|
| 327 | + 'path' => 'metagameConfig', |
|
| 328 | + 'httpMethod' => 'GET', |
|
| 329 | + 'parameters' => array(), |
|
| 330 | + ),'listCategoriesByPlayer' => array( |
|
| 331 | + 'path' => 'players/{playerId}/categories/{collection}', |
|
| 332 | + 'httpMethod' => 'GET', |
|
| 333 | + 'parameters' => array( |
|
| 334 | + 'playerId' => array( |
|
| 335 | + 'location' => 'path', |
|
| 336 | + 'type' => 'string', |
|
| 337 | + 'required' => true, |
|
| 338 | + ), |
|
| 339 | + 'collection' => array( |
|
| 340 | + 'location' => 'path', |
|
| 341 | + 'type' => 'string', |
|
| 342 | + 'required' => true, |
|
| 343 | + ), |
|
| 344 | + 'pageToken' => array( |
|
| 345 | + 'location' => 'query', |
|
| 346 | + 'type' => 'string', |
|
| 347 | + ), |
|
| 348 | + 'maxResults' => array( |
|
| 349 | + 'location' => 'query', |
|
| 350 | + 'type' => 'integer', |
|
| 351 | + ), |
|
| 352 | + 'language' => array( |
|
| 353 | + 'location' => 'query', |
|
| 354 | + 'type' => 'string', |
|
| 355 | + ), |
|
| 356 | + ), |
|
| 357 | + ), |
|
| 358 | + ) |
|
| 359 | + ) |
|
| 360 | + ); |
|
| 361 | + $this->players = new Google_Service_Games_Players_Resource( |
|
| 362 | + $this, |
|
| 363 | + $this->serviceName, |
|
| 364 | + 'players', |
|
| 365 | + array( |
|
| 366 | + 'methods' => array( |
|
| 367 | + 'get' => array( |
|
| 368 | + 'path' => 'players/{playerId}', |
|
| 369 | + 'httpMethod' => 'GET', |
|
| 370 | + 'parameters' => array( |
|
| 371 | + 'playerId' => array( |
|
| 372 | + 'location' => 'path', |
|
| 373 | + 'type' => 'string', |
|
| 374 | + 'required' => true, |
|
| 375 | + ), |
|
| 376 | + 'language' => array( |
|
| 377 | + 'location' => 'query', |
|
| 378 | + 'type' => 'string', |
|
| 379 | + ), |
|
| 380 | + ), |
|
| 381 | + ),'list' => array( |
|
| 382 | + 'path' => 'players/me/players/{collection}', |
|
| 383 | + 'httpMethod' => 'GET', |
|
| 384 | + 'parameters' => array( |
|
| 385 | + 'collection' => array( |
|
| 386 | + 'location' => 'path', |
|
| 387 | + 'type' => 'string', |
|
| 388 | + 'required' => true, |
|
| 389 | + ), |
|
| 390 | + 'pageToken' => array( |
|
| 391 | + 'location' => 'query', |
|
| 392 | + 'type' => 'string', |
|
| 393 | + ), |
|
| 394 | + 'maxResults' => array( |
|
| 395 | + 'location' => 'query', |
|
| 396 | + 'type' => 'integer', |
|
| 397 | + ), |
|
| 398 | + 'language' => array( |
|
| 399 | + 'location' => 'query', |
|
| 400 | + 'type' => 'string', |
|
| 401 | + ), |
|
| 402 | + ), |
|
| 403 | + ), |
|
| 404 | + ) |
|
| 405 | + ) |
|
| 406 | + ); |
|
| 407 | + $this->pushtokens = new Google_Service_Games_Pushtokens_Resource( |
|
| 408 | + $this, |
|
| 409 | + $this->serviceName, |
|
| 410 | + 'pushtokens', |
|
| 411 | + array( |
|
| 412 | + 'methods' => array( |
|
| 413 | + 'remove' => array( |
|
| 414 | + 'path' => 'pushtokens/remove', |
|
| 415 | + 'httpMethod' => 'POST', |
|
| 416 | + 'parameters' => array(), |
|
| 417 | + ),'update' => array( |
|
| 418 | + 'path' => 'pushtokens', |
|
| 419 | + 'httpMethod' => 'PUT', |
|
| 420 | + 'parameters' => array(), |
|
| 421 | + ), |
|
| 422 | + ) |
|
| 423 | + ) |
|
| 424 | + ); |
|
| 425 | + $this->questMilestones = new Google_Service_Games_QuestMilestones_Resource( |
|
| 426 | + $this, |
|
| 427 | + $this->serviceName, |
|
| 428 | + 'questMilestones', |
|
| 429 | + array( |
|
| 430 | + 'methods' => array( |
|
| 431 | + 'claim' => array( |
|
| 432 | + 'path' => 'quests/{questId}/milestones/{milestoneId}/claim', |
|
| 433 | + 'httpMethod' => 'PUT', |
|
| 434 | + 'parameters' => array( |
|
| 435 | + 'questId' => array( |
|
| 436 | + 'location' => 'path', |
|
| 437 | + 'type' => 'string', |
|
| 438 | + 'required' => true, |
|
| 439 | + ), |
|
| 440 | + 'milestoneId' => array( |
|
| 441 | + 'location' => 'path', |
|
| 442 | + 'type' => 'string', |
|
| 443 | + 'required' => true, |
|
| 444 | + ), |
|
| 445 | + 'requestId' => array( |
|
| 446 | + 'location' => 'query', |
|
| 447 | + 'type' => 'string', |
|
| 448 | + 'required' => true, |
|
| 449 | + ), |
|
| 450 | + ), |
|
| 451 | + ), |
|
| 452 | + ) |
|
| 453 | + ) |
|
| 454 | + ); |
|
| 455 | + $this->quests = new Google_Service_Games_Quests_Resource( |
|
| 456 | + $this, |
|
| 457 | + $this->serviceName, |
|
| 458 | + 'quests', |
|
| 459 | + array( |
|
| 460 | + 'methods' => array( |
|
| 461 | + 'accept' => array( |
|
| 462 | + 'path' => 'quests/{questId}/accept', |
|
| 463 | + 'httpMethod' => 'POST', |
|
| 464 | + 'parameters' => array( |
|
| 465 | + 'questId' => array( |
|
| 466 | + 'location' => 'path', |
|
| 467 | + 'type' => 'string', |
|
| 468 | + 'required' => true, |
|
| 469 | + ), |
|
| 470 | + 'language' => array( |
|
| 471 | + 'location' => 'query', |
|
| 472 | + 'type' => 'string', |
|
| 473 | + ), |
|
| 474 | + ), |
|
| 475 | + ),'list' => array( |
|
| 476 | + 'path' => 'players/{playerId}/quests', |
|
| 477 | + 'httpMethod' => 'GET', |
|
| 478 | + 'parameters' => array( |
|
| 479 | + 'playerId' => array( |
|
| 480 | + 'location' => 'path', |
|
| 481 | + 'type' => 'string', |
|
| 482 | + 'required' => true, |
|
| 483 | + ), |
|
| 484 | + 'pageToken' => array( |
|
| 485 | + 'location' => 'query', |
|
| 486 | + 'type' => 'string', |
|
| 487 | + ), |
|
| 488 | + 'maxResults' => array( |
|
| 489 | + 'location' => 'query', |
|
| 490 | + 'type' => 'integer', |
|
| 491 | + ), |
|
| 492 | + 'language' => array( |
|
| 493 | + 'location' => 'query', |
|
| 494 | + 'type' => 'string', |
|
| 495 | + ), |
|
| 496 | + ), |
|
| 497 | + ), |
|
| 498 | + ) |
|
| 499 | + ) |
|
| 500 | + ); |
|
| 501 | + $this->revisions = new Google_Service_Games_Revisions_Resource( |
|
| 502 | + $this, |
|
| 503 | + $this->serviceName, |
|
| 504 | + 'revisions', |
|
| 505 | + array( |
|
| 506 | + 'methods' => array( |
|
| 507 | + 'check' => array( |
|
| 508 | + 'path' => 'revisions/check', |
|
| 509 | + 'httpMethod' => 'GET', |
|
| 510 | + 'parameters' => array( |
|
| 511 | + 'clientRevision' => array( |
|
| 512 | + 'location' => 'query', |
|
| 513 | + 'type' => 'string', |
|
| 514 | + 'required' => true, |
|
| 515 | + ), |
|
| 516 | + ), |
|
| 517 | + ), |
|
| 518 | + ) |
|
| 519 | + ) |
|
| 520 | + ); |
|
| 521 | + $this->rooms = new Google_Service_Games_Rooms_Resource( |
|
| 522 | + $this, |
|
| 523 | + $this->serviceName, |
|
| 524 | + 'rooms', |
|
| 525 | + array( |
|
| 526 | + 'methods' => array( |
|
| 527 | + 'create' => array( |
|
| 528 | + 'path' => 'rooms/create', |
|
| 529 | + 'httpMethod' => 'POST', |
|
| 530 | + 'parameters' => array( |
|
| 531 | + 'language' => array( |
|
| 532 | + 'location' => 'query', |
|
| 533 | + 'type' => 'string', |
|
| 534 | + ), |
|
| 535 | + ), |
|
| 536 | + ),'decline' => array( |
|
| 537 | + 'path' => 'rooms/{roomId}/decline', |
|
| 538 | + 'httpMethod' => 'POST', |
|
| 539 | + 'parameters' => array( |
|
| 540 | + 'roomId' => array( |
|
| 541 | + 'location' => 'path', |
|
| 542 | + 'type' => 'string', |
|
| 543 | + 'required' => true, |
|
| 544 | + ), |
|
| 545 | + 'language' => array( |
|
| 546 | + 'location' => 'query', |
|
| 547 | + 'type' => 'string', |
|
| 548 | + ), |
|
| 549 | + ), |
|
| 550 | + ),'dismiss' => array( |
|
| 551 | + 'path' => 'rooms/{roomId}/dismiss', |
|
| 552 | + 'httpMethod' => 'POST', |
|
| 553 | + 'parameters' => array( |
|
| 554 | + 'roomId' => array( |
|
| 555 | + 'location' => 'path', |
|
| 556 | + 'type' => 'string', |
|
| 557 | + 'required' => true, |
|
| 558 | + ), |
|
| 559 | + ), |
|
| 560 | + ),'get' => array( |
|
| 561 | + 'path' => 'rooms/{roomId}', |
|
| 562 | + 'httpMethod' => 'GET', |
|
| 563 | + 'parameters' => array( |
|
| 564 | + 'roomId' => array( |
|
| 565 | + 'location' => 'path', |
|
| 566 | + 'type' => 'string', |
|
| 567 | + 'required' => true, |
|
| 568 | + ), |
|
| 569 | + 'language' => array( |
|
| 570 | + 'location' => 'query', |
|
| 571 | + 'type' => 'string', |
|
| 572 | + ), |
|
| 573 | + ), |
|
| 574 | + ),'join' => array( |
|
| 575 | + 'path' => 'rooms/{roomId}/join', |
|
| 576 | + 'httpMethod' => 'POST', |
|
| 577 | + 'parameters' => array( |
|
| 578 | + 'roomId' => array( |
|
| 579 | + 'location' => 'path', |
|
| 580 | + 'type' => 'string', |
|
| 581 | + 'required' => true, |
|
| 582 | + ), |
|
| 583 | + 'language' => array( |
|
| 584 | + 'location' => 'query', |
|
| 585 | + 'type' => 'string', |
|
| 586 | + ), |
|
| 587 | + ), |
|
| 588 | + ),'leave' => array( |
|
| 589 | + 'path' => 'rooms/{roomId}/leave', |
|
| 590 | + 'httpMethod' => 'POST', |
|
| 591 | + 'parameters' => array( |
|
| 592 | + 'roomId' => array( |
|
| 593 | + 'location' => 'path', |
|
| 594 | + 'type' => 'string', |
|
| 595 | + 'required' => true, |
|
| 596 | + ), |
|
| 597 | + 'language' => array( |
|
| 598 | + 'location' => 'query', |
|
| 599 | + 'type' => 'string', |
|
| 600 | + ), |
|
| 601 | + ), |
|
| 602 | + ),'list' => array( |
|
| 603 | + 'path' => 'rooms', |
|
| 604 | + 'httpMethod' => 'GET', |
|
| 605 | + 'parameters' => array( |
|
| 606 | + 'pageToken' => array( |
|
| 607 | + 'location' => 'query', |
|
| 608 | + 'type' => 'string', |
|
| 609 | + ), |
|
| 610 | + 'maxResults' => array( |
|
| 611 | + 'location' => 'query', |
|
| 612 | + 'type' => 'integer', |
|
| 613 | + ), |
|
| 614 | + 'language' => array( |
|
| 615 | + 'location' => 'query', |
|
| 616 | + 'type' => 'string', |
|
| 617 | + ), |
|
| 618 | + ), |
|
| 619 | + ),'reportStatus' => array( |
|
| 620 | + 'path' => 'rooms/{roomId}/reportstatus', |
|
| 621 | + 'httpMethod' => 'POST', |
|
| 622 | + 'parameters' => array( |
|
| 623 | + 'roomId' => array( |
|
| 624 | + 'location' => 'path', |
|
| 625 | + 'type' => 'string', |
|
| 626 | + 'required' => true, |
|
| 627 | + ), |
|
| 628 | + 'language' => array( |
|
| 629 | + 'location' => 'query', |
|
| 630 | + 'type' => 'string', |
|
| 631 | + ), |
|
| 632 | + ), |
|
| 633 | + ), |
|
| 634 | + ) |
|
| 635 | + ) |
|
| 636 | + ); |
|
| 637 | + $this->scores = new Google_Service_Games_Scores_Resource( |
|
| 638 | + $this, |
|
| 639 | + $this->serviceName, |
|
| 640 | + 'scores', |
|
| 641 | + array( |
|
| 642 | + 'methods' => array( |
|
| 643 | + 'get' => array( |
|
| 644 | + 'path' => 'players/{playerId}/leaderboards/{leaderboardId}/scores/{timeSpan}', |
|
| 645 | + 'httpMethod' => 'GET', |
|
| 646 | + 'parameters' => array( |
|
| 647 | + 'playerId' => array( |
|
| 648 | + 'location' => 'path', |
|
| 649 | + 'type' => 'string', |
|
| 650 | + 'required' => true, |
|
| 651 | + ), |
|
| 652 | + 'leaderboardId' => array( |
|
| 653 | + 'location' => 'path', |
|
| 654 | + 'type' => 'string', |
|
| 655 | + 'required' => true, |
|
| 656 | + ), |
|
| 657 | + 'timeSpan' => array( |
|
| 658 | + 'location' => 'path', |
|
| 659 | + 'type' => 'string', |
|
| 660 | + 'required' => true, |
|
| 661 | + ), |
|
| 662 | + 'includeRankType' => array( |
|
| 663 | + 'location' => 'query', |
|
| 664 | + 'type' => 'string', |
|
| 665 | + ), |
|
| 666 | + 'language' => array( |
|
| 667 | + 'location' => 'query', |
|
| 668 | + 'type' => 'string', |
|
| 669 | + ), |
|
| 670 | + 'maxResults' => array( |
|
| 671 | + 'location' => 'query', |
|
| 672 | + 'type' => 'integer', |
|
| 673 | + ), |
|
| 674 | + 'pageToken' => array( |
|
| 675 | + 'location' => 'query', |
|
| 676 | + 'type' => 'string', |
|
| 677 | + ), |
|
| 678 | + ), |
|
| 679 | + ),'list' => array( |
|
| 680 | + 'path' => 'leaderboards/{leaderboardId}/scores/{collection}', |
|
| 681 | + 'httpMethod' => 'GET', |
|
| 682 | + 'parameters' => array( |
|
| 683 | + 'leaderboardId' => array( |
|
| 684 | + 'location' => 'path', |
|
| 685 | + 'type' => 'string', |
|
| 686 | + 'required' => true, |
|
| 687 | + ), |
|
| 688 | + 'collection' => array( |
|
| 689 | + 'location' => 'path', |
|
| 690 | + 'type' => 'string', |
|
| 691 | + 'required' => true, |
|
| 692 | + ), |
|
| 693 | + 'timeSpan' => array( |
|
| 694 | + 'location' => 'query', |
|
| 695 | + 'type' => 'string', |
|
| 696 | + 'required' => true, |
|
| 697 | + ), |
|
| 698 | + 'language' => array( |
|
| 699 | + 'location' => 'query', |
|
| 700 | + 'type' => 'string', |
|
| 701 | + ), |
|
| 702 | + 'maxResults' => array( |
|
| 703 | + 'location' => 'query', |
|
| 704 | + 'type' => 'integer', |
|
| 705 | + ), |
|
| 706 | + 'pageToken' => array( |
|
| 707 | + 'location' => 'query', |
|
| 708 | + 'type' => 'string', |
|
| 709 | + ), |
|
| 710 | + ), |
|
| 711 | + ),'listWindow' => array( |
|
| 712 | + 'path' => 'leaderboards/{leaderboardId}/window/{collection}', |
|
| 713 | + 'httpMethod' => 'GET', |
|
| 714 | + 'parameters' => array( |
|
| 715 | + 'leaderboardId' => array( |
|
| 716 | + 'location' => 'path', |
|
| 717 | + 'type' => 'string', |
|
| 718 | + 'required' => true, |
|
| 719 | + ), |
|
| 720 | + 'collection' => array( |
|
| 721 | + 'location' => 'path', |
|
| 722 | + 'type' => 'string', |
|
| 723 | + 'required' => true, |
|
| 724 | + ), |
|
| 725 | + 'timeSpan' => array( |
|
| 726 | + 'location' => 'query', |
|
| 727 | + 'type' => 'string', |
|
| 728 | + 'required' => true, |
|
| 729 | + ), |
|
| 730 | + 'language' => array( |
|
| 731 | + 'location' => 'query', |
|
| 732 | + 'type' => 'string', |
|
| 733 | + ), |
|
| 734 | + 'returnTopIfAbsent' => array( |
|
| 735 | + 'location' => 'query', |
|
| 736 | + 'type' => 'boolean', |
|
| 737 | + ), |
|
| 738 | + 'resultsAbove' => array( |
|
| 739 | + 'location' => 'query', |
|
| 740 | + 'type' => 'integer', |
|
| 741 | + ), |
|
| 742 | + 'maxResults' => array( |
|
| 743 | + 'location' => 'query', |
|
| 744 | + 'type' => 'integer', |
|
| 745 | + ), |
|
| 746 | + 'pageToken' => array( |
|
| 747 | + 'location' => 'query', |
|
| 748 | + 'type' => 'string', |
|
| 749 | + ), |
|
| 750 | + ), |
|
| 751 | + ),'submit' => array( |
|
| 752 | + 'path' => 'leaderboards/{leaderboardId}/scores', |
|
| 753 | + 'httpMethod' => 'POST', |
|
| 754 | + 'parameters' => array( |
|
| 755 | + 'leaderboardId' => array( |
|
| 756 | + 'location' => 'path', |
|
| 757 | + 'type' => 'string', |
|
| 758 | + 'required' => true, |
|
| 759 | + ), |
|
| 760 | + 'score' => array( |
|
| 761 | + 'location' => 'query', |
|
| 762 | + 'type' => 'string', |
|
| 763 | + 'required' => true, |
|
| 764 | + ), |
|
| 765 | + 'language' => array( |
|
| 766 | + 'location' => 'query', |
|
| 767 | + 'type' => 'string', |
|
| 768 | + ), |
|
| 769 | + 'scoreTag' => array( |
|
| 770 | + 'location' => 'query', |
|
| 771 | + 'type' => 'string', |
|
| 772 | + ), |
|
| 773 | + ), |
|
| 774 | + ),'submitMultiple' => array( |
|
| 775 | + 'path' => 'leaderboards/scores', |
|
| 776 | + 'httpMethod' => 'POST', |
|
| 777 | + 'parameters' => array( |
|
| 778 | + 'language' => array( |
|
| 779 | + 'location' => 'query', |
|
| 780 | + 'type' => 'string', |
|
| 781 | + ), |
|
| 782 | + ), |
|
| 783 | + ), |
|
| 784 | + ) |
|
| 785 | + ) |
|
| 786 | + ); |
|
| 787 | + $this->snapshots = new Google_Service_Games_Snapshots_Resource( |
|
| 788 | + $this, |
|
| 789 | + $this->serviceName, |
|
| 790 | + 'snapshots', |
|
| 791 | + array( |
|
| 792 | + 'methods' => array( |
|
| 793 | + 'get' => array( |
|
| 794 | + 'path' => 'snapshots/{snapshotId}', |
|
| 795 | + 'httpMethod' => 'GET', |
|
| 796 | + 'parameters' => array( |
|
| 797 | + 'snapshotId' => array( |
|
| 798 | + 'location' => 'path', |
|
| 799 | + 'type' => 'string', |
|
| 800 | + 'required' => true, |
|
| 801 | + ), |
|
| 802 | + 'language' => array( |
|
| 803 | + 'location' => 'query', |
|
| 804 | + 'type' => 'string', |
|
| 805 | + ), |
|
| 806 | + ), |
|
| 807 | + ),'list' => array( |
|
| 808 | + 'path' => 'players/{playerId}/snapshots', |
|
| 809 | + 'httpMethod' => 'GET', |
|
| 810 | + 'parameters' => array( |
|
| 811 | + 'playerId' => array( |
|
| 812 | + 'location' => 'path', |
|
| 813 | + 'type' => 'string', |
|
| 814 | + 'required' => true, |
|
| 815 | + ), |
|
| 816 | + 'pageToken' => array( |
|
| 817 | + 'location' => 'query', |
|
| 818 | + 'type' => 'string', |
|
| 819 | + ), |
|
| 820 | + 'maxResults' => array( |
|
| 821 | + 'location' => 'query', |
|
| 822 | + 'type' => 'integer', |
|
| 823 | + ), |
|
| 824 | + 'language' => array( |
|
| 825 | + 'location' => 'query', |
|
| 826 | + 'type' => 'string', |
|
| 827 | + ), |
|
| 828 | + ), |
|
| 829 | + ), |
|
| 830 | + ) |
|
| 831 | + ) |
|
| 832 | + ); |
|
| 833 | + $this->turnBasedMatches = new Google_Service_Games_TurnBasedMatches_Resource( |
|
| 834 | + $this, |
|
| 835 | + $this->serviceName, |
|
| 836 | + 'turnBasedMatches', |
|
| 837 | + array( |
|
| 838 | + 'methods' => array( |
|
| 839 | + 'cancel' => array( |
|
| 840 | + 'path' => 'turnbasedmatches/{matchId}/cancel', |
|
| 841 | + 'httpMethod' => 'PUT', |
|
| 842 | + 'parameters' => array( |
|
| 843 | + 'matchId' => array( |
|
| 844 | + 'location' => 'path', |
|
| 845 | + 'type' => 'string', |
|
| 846 | + 'required' => true, |
|
| 847 | + ), |
|
| 848 | + ), |
|
| 849 | + ),'create' => array( |
|
| 850 | + 'path' => 'turnbasedmatches/create', |
|
| 851 | + 'httpMethod' => 'POST', |
|
| 852 | + 'parameters' => array( |
|
| 853 | + 'language' => array( |
|
| 854 | + 'location' => 'query', |
|
| 855 | + 'type' => 'string', |
|
| 856 | + ), |
|
| 857 | + ), |
|
| 858 | + ),'decline' => array( |
|
| 859 | + 'path' => 'turnbasedmatches/{matchId}/decline', |
|
| 860 | + 'httpMethod' => 'PUT', |
|
| 861 | + 'parameters' => array( |
|
| 862 | + 'matchId' => array( |
|
| 863 | + 'location' => 'path', |
|
| 864 | + 'type' => 'string', |
|
| 865 | + 'required' => true, |
|
| 866 | + ), |
|
| 867 | + 'language' => array( |
|
| 868 | + 'location' => 'query', |
|
| 869 | + 'type' => 'string', |
|
| 870 | + ), |
|
| 871 | + ), |
|
| 872 | + ),'dismiss' => array( |
|
| 873 | + 'path' => 'turnbasedmatches/{matchId}/dismiss', |
|
| 874 | + 'httpMethod' => 'PUT', |
|
| 875 | + 'parameters' => array( |
|
| 876 | + 'matchId' => array( |
|
| 877 | + 'location' => 'path', |
|
| 878 | + 'type' => 'string', |
|
| 879 | + 'required' => true, |
|
| 880 | + ), |
|
| 881 | + ), |
|
| 882 | + ),'finish' => array( |
|
| 883 | + 'path' => 'turnbasedmatches/{matchId}/finish', |
|
| 884 | + 'httpMethod' => 'PUT', |
|
| 885 | + 'parameters' => array( |
|
| 886 | + 'matchId' => array( |
|
| 887 | + 'location' => 'path', |
|
| 888 | + 'type' => 'string', |
|
| 889 | + 'required' => true, |
|
| 890 | + ), |
|
| 891 | + 'language' => array( |
|
| 892 | + 'location' => 'query', |
|
| 893 | + 'type' => 'string', |
|
| 894 | + ), |
|
| 895 | + ), |
|
| 896 | + ),'get' => array( |
|
| 897 | + 'path' => 'turnbasedmatches/{matchId}', |
|
| 898 | + 'httpMethod' => 'GET', |
|
| 899 | + 'parameters' => array( |
|
| 900 | + 'matchId' => array( |
|
| 901 | + 'location' => 'path', |
|
| 902 | + 'type' => 'string', |
|
| 903 | + 'required' => true, |
|
| 904 | + ), |
|
| 905 | + 'language' => array( |
|
| 906 | + 'location' => 'query', |
|
| 907 | + 'type' => 'string', |
|
| 908 | + ), |
|
| 909 | + 'includeMatchData' => array( |
|
| 910 | + 'location' => 'query', |
|
| 911 | + 'type' => 'boolean', |
|
| 912 | + ), |
|
| 913 | + ), |
|
| 914 | + ),'join' => array( |
|
| 915 | + 'path' => 'turnbasedmatches/{matchId}/join', |
|
| 916 | + 'httpMethod' => 'PUT', |
|
| 917 | + 'parameters' => array( |
|
| 918 | + 'matchId' => array( |
|
| 919 | + 'location' => 'path', |
|
| 920 | + 'type' => 'string', |
|
| 921 | + 'required' => true, |
|
| 922 | + ), |
|
| 923 | + 'language' => array( |
|
| 924 | + 'location' => 'query', |
|
| 925 | + 'type' => 'string', |
|
| 926 | + ), |
|
| 927 | + ), |
|
| 928 | + ),'leave' => array( |
|
| 929 | + 'path' => 'turnbasedmatches/{matchId}/leave', |
|
| 930 | + 'httpMethod' => 'PUT', |
|
| 931 | + 'parameters' => array( |
|
| 932 | + 'matchId' => array( |
|
| 933 | + 'location' => 'path', |
|
| 934 | + 'type' => 'string', |
|
| 935 | + 'required' => true, |
|
| 936 | + ), |
|
| 937 | + 'language' => array( |
|
| 938 | + 'location' => 'query', |
|
| 939 | + 'type' => 'string', |
|
| 940 | + ), |
|
| 941 | + ), |
|
| 942 | + ),'leaveTurn' => array( |
|
| 943 | + 'path' => 'turnbasedmatches/{matchId}/leaveTurn', |
|
| 944 | + 'httpMethod' => 'PUT', |
|
| 945 | + 'parameters' => array( |
|
| 946 | + 'matchId' => array( |
|
| 947 | + 'location' => 'path', |
|
| 948 | + 'type' => 'string', |
|
| 949 | + 'required' => true, |
|
| 950 | + ), |
|
| 951 | + 'matchVersion' => array( |
|
| 952 | + 'location' => 'query', |
|
| 953 | + 'type' => 'integer', |
|
| 954 | + 'required' => true, |
|
| 955 | + ), |
|
| 956 | + 'language' => array( |
|
| 957 | + 'location' => 'query', |
|
| 958 | + 'type' => 'string', |
|
| 959 | + ), |
|
| 960 | + 'pendingParticipantId' => array( |
|
| 961 | + 'location' => 'query', |
|
| 962 | + 'type' => 'string', |
|
| 963 | + ), |
|
| 964 | + ), |
|
| 965 | + ),'list' => array( |
|
| 966 | + 'path' => 'turnbasedmatches', |
|
| 967 | + 'httpMethod' => 'GET', |
|
| 968 | + 'parameters' => array( |
|
| 969 | + 'pageToken' => array( |
|
| 970 | + 'location' => 'query', |
|
| 971 | + 'type' => 'string', |
|
| 972 | + ), |
|
| 973 | + 'maxCompletedMatches' => array( |
|
| 974 | + 'location' => 'query', |
|
| 975 | + 'type' => 'integer', |
|
| 976 | + ), |
|
| 977 | + 'maxResults' => array( |
|
| 978 | + 'location' => 'query', |
|
| 979 | + 'type' => 'integer', |
|
| 980 | + ), |
|
| 981 | + 'language' => array( |
|
| 982 | + 'location' => 'query', |
|
| 983 | + 'type' => 'string', |
|
| 984 | + ), |
|
| 985 | + 'includeMatchData' => array( |
|
| 986 | + 'location' => 'query', |
|
| 987 | + 'type' => 'boolean', |
|
| 988 | + ), |
|
| 989 | + ), |
|
| 990 | + ),'rematch' => array( |
|
| 991 | + 'path' => 'turnbasedmatches/{matchId}/rematch', |
|
| 992 | + 'httpMethod' => 'POST', |
|
| 993 | + 'parameters' => array( |
|
| 994 | + 'matchId' => array( |
|
| 995 | + 'location' => 'path', |
|
| 996 | + 'type' => 'string', |
|
| 997 | + 'required' => true, |
|
| 998 | + ), |
|
| 999 | + 'requestId' => array( |
|
| 1000 | + 'location' => 'query', |
|
| 1001 | + 'type' => 'string', |
|
| 1002 | + ), |
|
| 1003 | + 'language' => array( |
|
| 1004 | + 'location' => 'query', |
|
| 1005 | + 'type' => 'string', |
|
| 1006 | + ), |
|
| 1007 | + ), |
|
| 1008 | + ),'sync' => array( |
|
| 1009 | + 'path' => 'turnbasedmatches/sync', |
|
| 1010 | + 'httpMethod' => 'GET', |
|
| 1011 | + 'parameters' => array( |
|
| 1012 | + 'pageToken' => array( |
|
| 1013 | + 'location' => 'query', |
|
| 1014 | + 'type' => 'string', |
|
| 1015 | + ), |
|
| 1016 | + 'maxCompletedMatches' => array( |
|
| 1017 | + 'location' => 'query', |
|
| 1018 | + 'type' => 'integer', |
|
| 1019 | + ), |
|
| 1020 | + 'maxResults' => array( |
|
| 1021 | + 'location' => 'query', |
|
| 1022 | + 'type' => 'integer', |
|
| 1023 | + ), |
|
| 1024 | + 'language' => array( |
|
| 1025 | + 'location' => 'query', |
|
| 1026 | + 'type' => 'string', |
|
| 1027 | + ), |
|
| 1028 | + 'includeMatchData' => array( |
|
| 1029 | + 'location' => 'query', |
|
| 1030 | + 'type' => 'boolean', |
|
| 1031 | + ), |
|
| 1032 | + ), |
|
| 1033 | + ),'takeTurn' => array( |
|
| 1034 | + 'path' => 'turnbasedmatches/{matchId}/turn', |
|
| 1035 | + 'httpMethod' => 'PUT', |
|
| 1036 | + 'parameters' => array( |
|
| 1037 | + 'matchId' => array( |
|
| 1038 | + 'location' => 'path', |
|
| 1039 | + 'type' => 'string', |
|
| 1040 | + 'required' => true, |
|
| 1041 | + ), |
|
| 1042 | + 'language' => array( |
|
| 1043 | + 'location' => 'query', |
|
| 1044 | + 'type' => 'string', |
|
| 1045 | + ), |
|
| 1046 | + ), |
|
| 1047 | + ), |
|
| 1048 | + ) |
|
| 1049 | + ) |
|
| 1050 | + ); |
|
| 1051 | 1051 | } |
| 1052 | 1052 | } |
| 1053 | 1053 | |
@@ -1079,9 +1079,9 @@ discard block |
||
| 1079 | 1079 | */ |
| 1080 | 1080 | public function listAchievementDefinitions($optParams = array()) |
| 1081 | 1081 | { |
| 1082 | - $params = array(); |
|
| 1083 | - $params = array_merge($params, $optParams); |
|
| 1084 | - return $this->call('list', array($params), "Google_Service_Games_AchievementDefinitionsListResponse"); |
|
| 1082 | + $params = array(); |
|
| 1083 | + $params = array_merge($params, $optParams); |
|
| 1084 | + return $this->call('list', array($params), "Google_Service_Games_AchievementDefinitionsListResponse"); |
|
| 1085 | 1085 | } |
| 1086 | 1086 | } |
| 1087 | 1087 | |
@@ -1111,9 +1111,9 @@ discard block |
||
| 1111 | 1111 | */ |
| 1112 | 1112 | public function increment($achievementId, $stepsToIncrement, $optParams = array()) |
| 1113 | 1113 | { |
| 1114 | - $params = array('achievementId' => $achievementId, 'stepsToIncrement' => $stepsToIncrement); |
|
| 1115 | - $params = array_merge($params, $optParams); |
|
| 1116 | - return $this->call('increment', array($params), "Google_Service_Games_AchievementIncrementResponse"); |
|
| 1114 | + $params = array('achievementId' => $achievementId, 'stepsToIncrement' => $stepsToIncrement); |
|
| 1115 | + $params = array_merge($params, $optParams); |
|
| 1116 | + return $this->call('increment', array($params), "Google_Service_Games_AchievementIncrementResponse"); |
|
| 1117 | 1117 | } |
| 1118 | 1118 | |
| 1119 | 1119 | /** |
@@ -1137,9 +1137,9 @@ discard block |
||
| 1137 | 1137 | */ |
| 1138 | 1138 | public function listAchievements($playerId, $optParams = array()) |
| 1139 | 1139 | { |
| 1140 | - $params = array('playerId' => $playerId); |
|
| 1141 | - $params = array_merge($params, $optParams); |
|
| 1142 | - return $this->call('list', array($params), "Google_Service_Games_PlayerAchievementListResponse"); |
|
| 1140 | + $params = array('playerId' => $playerId); |
|
| 1141 | + $params = array_merge($params, $optParams); |
|
| 1142 | + return $this->call('list', array($params), "Google_Service_Games_PlayerAchievementListResponse"); |
|
| 1143 | 1143 | } |
| 1144 | 1144 | |
| 1145 | 1145 | /** |
@@ -1152,9 +1152,9 @@ discard block |
||
| 1152 | 1152 | */ |
| 1153 | 1153 | public function reveal($achievementId, $optParams = array()) |
| 1154 | 1154 | { |
| 1155 | - $params = array('achievementId' => $achievementId); |
|
| 1156 | - $params = array_merge($params, $optParams); |
|
| 1157 | - return $this->call('reveal', array($params), "Google_Service_Games_AchievementRevealResponse"); |
|
| 1155 | + $params = array('achievementId' => $achievementId); |
|
| 1156 | + $params = array_merge($params, $optParams); |
|
| 1157 | + return $this->call('reveal', array($params), "Google_Service_Games_AchievementRevealResponse"); |
|
| 1158 | 1158 | } |
| 1159 | 1159 | |
| 1160 | 1160 | /** |
@@ -1170,9 +1170,9 @@ discard block |
||
| 1170 | 1170 | */ |
| 1171 | 1171 | public function setStepsAtLeast($achievementId, $steps, $optParams = array()) |
| 1172 | 1172 | { |
| 1173 | - $params = array('achievementId' => $achievementId, 'steps' => $steps); |
|
| 1174 | - $params = array_merge($params, $optParams); |
|
| 1175 | - return $this->call('setStepsAtLeast', array($params), "Google_Service_Games_AchievementSetStepsAtLeastResponse"); |
|
| 1173 | + $params = array('achievementId' => $achievementId, 'steps' => $steps); |
|
| 1174 | + $params = array_merge($params, $optParams); |
|
| 1175 | + return $this->call('setStepsAtLeast', array($params), "Google_Service_Games_AchievementSetStepsAtLeastResponse"); |
|
| 1176 | 1176 | } |
| 1177 | 1177 | |
| 1178 | 1178 | /** |
@@ -1185,9 +1185,9 @@ discard block |
||
| 1185 | 1185 | */ |
| 1186 | 1186 | public function unlock($achievementId, $optParams = array()) |
| 1187 | 1187 | { |
| 1188 | - $params = array('achievementId' => $achievementId); |
|
| 1189 | - $params = array_merge($params, $optParams); |
|
| 1190 | - return $this->call('unlock', array($params), "Google_Service_Games_AchievementUnlockResponse"); |
|
| 1188 | + $params = array('achievementId' => $achievementId); |
|
| 1189 | + $params = array_merge($params, $optParams); |
|
| 1190 | + return $this->call('unlock', array($params), "Google_Service_Games_AchievementUnlockResponse"); |
|
| 1191 | 1191 | } |
| 1192 | 1192 | |
| 1193 | 1193 | /** |
@@ -1200,9 +1200,9 @@ discard block |
||
| 1200 | 1200 | */ |
| 1201 | 1201 | public function updateMultiple(Google_Service_Games_AchievementUpdateMultipleRequest $postBody, $optParams = array()) |
| 1202 | 1202 | { |
| 1203 | - $params = array('postBody' => $postBody); |
|
| 1204 | - $params = array_merge($params, $optParams); |
|
| 1205 | - return $this->call('updateMultiple', array($params), "Google_Service_Games_AchievementUpdateMultipleResponse"); |
|
| 1203 | + $params = array('postBody' => $postBody); |
|
| 1204 | + $params = array_merge($params, $optParams); |
|
| 1205 | + return $this->call('updateMultiple', array($params), "Google_Service_Games_AchievementUpdateMultipleResponse"); |
|
| 1206 | 1206 | } |
| 1207 | 1207 | } |
| 1208 | 1208 | |
@@ -1234,9 +1234,9 @@ discard block |
||
| 1234 | 1234 | */ |
| 1235 | 1235 | public function get($applicationId, $optParams = array()) |
| 1236 | 1236 | { |
| 1237 | - $params = array('applicationId' => $applicationId); |
|
| 1238 | - $params = array_merge($params, $optParams); |
|
| 1239 | - return $this->call('get', array($params), "Google_Service_Games_Application"); |
|
| 1237 | + $params = array('applicationId' => $applicationId); |
|
| 1238 | + $params = array_merge($params, $optParams); |
|
| 1239 | + return $this->call('get', array($params), "Google_Service_Games_Application"); |
|
| 1240 | 1240 | } |
| 1241 | 1241 | |
| 1242 | 1242 | /** |
@@ -1247,9 +1247,9 @@ discard block |
||
| 1247 | 1247 | */ |
| 1248 | 1248 | public function played($optParams = array()) |
| 1249 | 1249 | { |
| 1250 | - $params = array(); |
|
| 1251 | - $params = array_merge($params, $optParams); |
|
| 1252 | - return $this->call('played', array($params)); |
|
| 1250 | + $params = array(); |
|
| 1251 | + $params = array_merge($params, $optParams); |
|
| 1252 | + return $this->call('played', array($params)); |
|
| 1253 | 1253 | } |
| 1254 | 1254 | } |
| 1255 | 1255 | |
@@ -1280,9 +1280,9 @@ discard block |
||
| 1280 | 1280 | */ |
| 1281 | 1281 | public function listByPlayer($optParams = array()) |
| 1282 | 1282 | { |
| 1283 | - $params = array(); |
|
| 1284 | - $params = array_merge($params, $optParams); |
|
| 1285 | - return $this->call('listByPlayer', array($params), "Google_Service_Games_PlayerEventListResponse"); |
|
| 1283 | + $params = array(); |
|
| 1284 | + $params = array_merge($params, $optParams); |
|
| 1285 | + return $this->call('listByPlayer', array($params), "Google_Service_Games_PlayerEventListResponse"); |
|
| 1286 | 1286 | } |
| 1287 | 1287 | |
| 1288 | 1288 | /** |
@@ -1301,9 +1301,9 @@ discard block |
||
| 1301 | 1301 | */ |
| 1302 | 1302 | public function listDefinitions($optParams = array()) |
| 1303 | 1303 | { |
| 1304 | - $params = array(); |
|
| 1305 | - $params = array_merge($params, $optParams); |
|
| 1306 | - return $this->call('listDefinitions', array($params), "Google_Service_Games_EventDefinitionListResponse"); |
|
| 1304 | + $params = array(); |
|
| 1305 | + $params = array_merge($params, $optParams); |
|
| 1306 | + return $this->call('listDefinitions', array($params), "Google_Service_Games_EventDefinitionListResponse"); |
|
| 1307 | 1307 | } |
| 1308 | 1308 | |
| 1309 | 1309 | /** |
@@ -1319,9 +1319,9 @@ discard block |
||
| 1319 | 1319 | */ |
| 1320 | 1320 | public function record(Google_Service_Games_EventRecordRequest $postBody, $optParams = array()) |
| 1321 | 1321 | { |
| 1322 | - $params = array('postBody' => $postBody); |
|
| 1323 | - $params = array_merge($params, $optParams); |
|
| 1324 | - return $this->call('record', array($params), "Google_Service_Games_EventUpdateResponse"); |
|
| 1322 | + $params = array('postBody' => $postBody); |
|
| 1323 | + $params = array_merge($params, $optParams); |
|
| 1324 | + return $this->call('record', array($params), "Google_Service_Games_EventUpdateResponse"); |
|
| 1325 | 1325 | } |
| 1326 | 1326 | } |
| 1327 | 1327 | |
@@ -1349,9 +1349,9 @@ discard block |
||
| 1349 | 1349 | */ |
| 1350 | 1350 | public function get($leaderboardId, $optParams = array()) |
| 1351 | 1351 | { |
| 1352 | - $params = array('leaderboardId' => $leaderboardId); |
|
| 1353 | - $params = array_merge($params, $optParams); |
|
| 1354 | - return $this->call('get', array($params), "Google_Service_Games_Leaderboard"); |
|
| 1352 | + $params = array('leaderboardId' => $leaderboardId); |
|
| 1353 | + $params = array_merge($params, $optParams); |
|
| 1354 | + return $this->call('get', array($params), "Google_Service_Games_Leaderboard"); |
|
| 1355 | 1355 | } |
| 1356 | 1356 | |
| 1357 | 1357 | /** |
@@ -1370,9 +1370,9 @@ discard block |
||
| 1370 | 1370 | */ |
| 1371 | 1371 | public function listLeaderboards($optParams = array()) |
| 1372 | 1372 | { |
| 1373 | - $params = array(); |
|
| 1374 | - $params = array_merge($params, $optParams); |
|
| 1375 | - return $this->call('list', array($params), "Google_Service_Games_LeaderboardListResponse"); |
|
| 1373 | + $params = array(); |
|
| 1374 | + $params = array_merge($params, $optParams); |
|
| 1375 | + return $this->call('list', array($params), "Google_Service_Games_LeaderboardListResponse"); |
|
| 1376 | 1376 | } |
| 1377 | 1377 | } |
| 1378 | 1378 | |
@@ -1396,9 +1396,9 @@ discard block |
||
| 1396 | 1396 | */ |
| 1397 | 1397 | public function getMetagameConfig($optParams = array()) |
| 1398 | 1398 | { |
| 1399 | - $params = array(); |
|
| 1400 | - $params = array_merge($params, $optParams); |
|
| 1401 | - return $this->call('getMetagameConfig', array($params), "Google_Service_Games_MetagameConfig"); |
|
| 1399 | + $params = array(); |
|
| 1400 | + $params = array_merge($params, $optParams); |
|
| 1401 | + return $this->call('getMetagameConfig', array($params), "Google_Service_Games_MetagameConfig"); |
|
| 1402 | 1402 | } |
| 1403 | 1403 | |
| 1404 | 1404 | /** |
@@ -1421,9 +1421,9 @@ discard block |
||
| 1421 | 1421 | */ |
| 1422 | 1422 | public function listCategoriesByPlayer($playerId, $collection, $optParams = array()) |
| 1423 | 1423 | { |
| 1424 | - $params = array('playerId' => $playerId, 'collection' => $collection); |
|
| 1425 | - $params = array_merge($params, $optParams); |
|
| 1426 | - return $this->call('listCategoriesByPlayer', array($params), "Google_Service_Games_CategoryListResponse"); |
|
| 1424 | + $params = array('playerId' => $playerId, 'collection' => $collection); |
|
| 1425 | + $params = array_merge($params, $optParams); |
|
| 1426 | + return $this->call('listCategoriesByPlayer', array($params), "Google_Service_Games_CategoryListResponse"); |
|
| 1427 | 1427 | } |
| 1428 | 1428 | } |
| 1429 | 1429 | |
@@ -1452,9 +1452,9 @@ discard block |
||
| 1452 | 1452 | */ |
| 1453 | 1453 | public function get($playerId, $optParams = array()) |
| 1454 | 1454 | { |
| 1455 | - $params = array('playerId' => $playerId); |
|
| 1456 | - $params = array_merge($params, $optParams); |
|
| 1457 | - return $this->call('get', array($params), "Google_Service_Games_Player"); |
|
| 1455 | + $params = array('playerId' => $playerId); |
|
| 1456 | + $params = array_merge($params, $optParams); |
|
| 1457 | + return $this->call('get', array($params), "Google_Service_Games_Player"); |
|
| 1458 | 1458 | } |
| 1459 | 1459 | |
| 1460 | 1460 | /** |
@@ -1474,9 +1474,9 @@ discard block |
||
| 1474 | 1474 | */ |
| 1475 | 1475 | public function listPlayers($collection, $optParams = array()) |
| 1476 | 1476 | { |
| 1477 | - $params = array('collection' => $collection); |
|
| 1478 | - $params = array_merge($params, $optParams); |
|
| 1479 | - return $this->call('list', array($params), "Google_Service_Games_PlayerListResponse"); |
|
| 1477 | + $params = array('collection' => $collection); |
|
| 1478 | + $params = array_merge($params, $optParams); |
|
| 1479 | + return $this->call('list', array($params), "Google_Service_Games_PlayerListResponse"); |
|
| 1480 | 1480 | } |
| 1481 | 1481 | } |
| 1482 | 1482 | |
@@ -1500,9 +1500,9 @@ discard block |
||
| 1500 | 1500 | */ |
| 1501 | 1501 | public function remove(Google_Service_Games_PushTokenId $postBody, $optParams = array()) |
| 1502 | 1502 | { |
| 1503 | - $params = array('postBody' => $postBody); |
|
| 1504 | - $params = array_merge($params, $optParams); |
|
| 1505 | - return $this->call('remove', array($params)); |
|
| 1503 | + $params = array('postBody' => $postBody); |
|
| 1504 | + $params = array_merge($params, $optParams); |
|
| 1505 | + return $this->call('remove', array($params)); |
|
| 1506 | 1506 | } |
| 1507 | 1507 | |
| 1508 | 1508 | /** |
@@ -1514,9 +1514,9 @@ discard block |
||
| 1514 | 1514 | */ |
| 1515 | 1515 | public function update(Google_Service_Games_PushToken $postBody, $optParams = array()) |
| 1516 | 1516 | { |
| 1517 | - $params = array('postBody' => $postBody); |
|
| 1518 | - $params = array_merge($params, $optParams); |
|
| 1519 | - return $this->call('update', array($params)); |
|
| 1517 | + $params = array('postBody' => $postBody); |
|
| 1518 | + $params = array_merge($params, $optParams); |
|
| 1519 | + return $this->call('update', array($params)); |
|
| 1520 | 1520 | } |
| 1521 | 1521 | } |
| 1522 | 1522 | |
@@ -1545,9 +1545,9 @@ discard block |
||
| 1545 | 1545 | */ |
| 1546 | 1546 | public function claim($questId, $milestoneId, $requestId, $optParams = array()) |
| 1547 | 1547 | { |
| 1548 | - $params = array('questId' => $questId, 'milestoneId' => $milestoneId, 'requestId' => $requestId); |
|
| 1549 | - $params = array_merge($params, $optParams); |
|
| 1550 | - return $this->call('claim', array($params)); |
|
| 1548 | + $params = array('questId' => $questId, 'milestoneId' => $milestoneId, 'requestId' => $requestId); |
|
| 1549 | + $params = array_merge($params, $optParams); |
|
| 1550 | + return $this->call('claim', array($params)); |
|
| 1551 | 1551 | } |
| 1552 | 1552 | } |
| 1553 | 1553 | |
@@ -1575,9 +1575,9 @@ discard block |
||
| 1575 | 1575 | */ |
| 1576 | 1576 | public function accept($questId, $optParams = array()) |
| 1577 | 1577 | { |
| 1578 | - $params = array('questId' => $questId); |
|
| 1579 | - $params = array_merge($params, $optParams); |
|
| 1580 | - return $this->call('accept', array($params), "Google_Service_Games_Quest"); |
|
| 1578 | + $params = array('questId' => $questId); |
|
| 1579 | + $params = array_merge($params, $optParams); |
|
| 1580 | + return $this->call('accept', array($params), "Google_Service_Games_Quest"); |
|
| 1581 | 1581 | } |
| 1582 | 1582 | |
| 1583 | 1583 | /** |
@@ -1599,9 +1599,9 @@ discard block |
||
| 1599 | 1599 | */ |
| 1600 | 1600 | public function listQuests($playerId, $optParams = array()) |
| 1601 | 1601 | { |
| 1602 | - $params = array('playerId' => $playerId); |
|
| 1603 | - $params = array_merge($params, $optParams); |
|
| 1604 | - return $this->call('list', array($params), "Google_Service_Games_QuestListResponse"); |
|
| 1602 | + $params = array('playerId' => $playerId); |
|
| 1603 | + $params = array_merge($params, $optParams); |
|
| 1604 | + return $this->call('list', array($params), "Google_Service_Games_QuestListResponse"); |
|
| 1605 | 1605 | } |
| 1606 | 1606 | } |
| 1607 | 1607 | |
@@ -1629,9 +1629,9 @@ discard block |
||
| 1629 | 1629 | */ |
| 1630 | 1630 | public function check($clientRevision, $optParams = array()) |
| 1631 | 1631 | { |
| 1632 | - $params = array('clientRevision' => $clientRevision); |
|
| 1633 | - $params = array_merge($params, $optParams); |
|
| 1634 | - return $this->call('check', array($params), "Google_Service_Games_RevisionCheckResponse"); |
|
| 1632 | + $params = array('clientRevision' => $clientRevision); |
|
| 1633 | + $params = array_merge($params, $optParams); |
|
| 1634 | + return $this->call('check', array($params), "Google_Service_Games_RevisionCheckResponse"); |
|
| 1635 | 1635 | } |
| 1636 | 1636 | } |
| 1637 | 1637 | |
@@ -1659,9 +1659,9 @@ discard block |
||
| 1659 | 1659 | */ |
| 1660 | 1660 | public function create(Google_Service_Games_RoomCreateRequest $postBody, $optParams = array()) |
| 1661 | 1661 | { |
| 1662 | - $params = array('postBody' => $postBody); |
|
| 1663 | - $params = array_merge($params, $optParams); |
|
| 1664 | - return $this->call('create', array($params), "Google_Service_Games_Room"); |
|
| 1662 | + $params = array('postBody' => $postBody); |
|
| 1663 | + $params = array_merge($params, $optParams); |
|
| 1664 | + return $this->call('create', array($params), "Google_Service_Games_Room"); |
|
| 1665 | 1665 | } |
| 1666 | 1666 | |
| 1667 | 1667 | /** |
@@ -1677,9 +1677,9 @@ discard block |
||
| 1677 | 1677 | */ |
| 1678 | 1678 | public function decline($roomId, $optParams = array()) |
| 1679 | 1679 | { |
| 1680 | - $params = array('roomId' => $roomId); |
|
| 1681 | - $params = array_merge($params, $optParams); |
|
| 1682 | - return $this->call('decline', array($params), "Google_Service_Games_Room"); |
|
| 1680 | + $params = array('roomId' => $roomId); |
|
| 1681 | + $params = array_merge($params, $optParams); |
|
| 1682 | + return $this->call('decline', array($params), "Google_Service_Games_Room"); |
|
| 1683 | 1683 | } |
| 1684 | 1684 | |
| 1685 | 1685 | /** |
@@ -1691,9 +1691,9 @@ discard block |
||
| 1691 | 1691 | */ |
| 1692 | 1692 | public function dismiss($roomId, $optParams = array()) |
| 1693 | 1693 | { |
| 1694 | - $params = array('roomId' => $roomId); |
|
| 1695 | - $params = array_merge($params, $optParams); |
|
| 1696 | - return $this->call('dismiss', array($params)); |
|
| 1694 | + $params = array('roomId' => $roomId); |
|
| 1695 | + $params = array_merge($params, $optParams); |
|
| 1696 | + return $this->call('dismiss', array($params)); |
|
| 1697 | 1697 | } |
| 1698 | 1698 | |
| 1699 | 1699 | /** |
@@ -1708,9 +1708,9 @@ discard block |
||
| 1708 | 1708 | */ |
| 1709 | 1709 | public function get($roomId, $optParams = array()) |
| 1710 | 1710 | { |
| 1711 | - $params = array('roomId' => $roomId); |
|
| 1712 | - $params = array_merge($params, $optParams); |
|
| 1713 | - return $this->call('get', array($params), "Google_Service_Games_Room"); |
|
| 1711 | + $params = array('roomId' => $roomId); |
|
| 1712 | + $params = array_merge($params, $optParams); |
|
| 1713 | + return $this->call('get', array($params), "Google_Service_Games_Room"); |
|
| 1714 | 1714 | } |
| 1715 | 1715 | |
| 1716 | 1716 | /** |
@@ -1727,9 +1727,9 @@ discard block |
||
| 1727 | 1727 | */ |
| 1728 | 1728 | public function join($roomId, Google_Service_Games_RoomJoinRequest $postBody, $optParams = array()) |
| 1729 | 1729 | { |
| 1730 | - $params = array('roomId' => $roomId, 'postBody' => $postBody); |
|
| 1731 | - $params = array_merge($params, $optParams); |
|
| 1732 | - return $this->call('join', array($params), "Google_Service_Games_Room"); |
|
| 1730 | + $params = array('roomId' => $roomId, 'postBody' => $postBody); |
|
| 1731 | + $params = array_merge($params, $optParams); |
|
| 1732 | + return $this->call('join', array($params), "Google_Service_Games_Room"); |
|
| 1733 | 1733 | } |
| 1734 | 1734 | |
| 1735 | 1735 | /** |
@@ -1746,9 +1746,9 @@ discard block |
||
| 1746 | 1746 | */ |
| 1747 | 1747 | public function leave($roomId, Google_Service_Games_RoomLeaveRequest $postBody, $optParams = array()) |
| 1748 | 1748 | { |
| 1749 | - $params = array('roomId' => $roomId, 'postBody' => $postBody); |
|
| 1750 | - $params = array_merge($params, $optParams); |
|
| 1751 | - return $this->call('leave', array($params), "Google_Service_Games_Room"); |
|
| 1749 | + $params = array('roomId' => $roomId, 'postBody' => $postBody); |
|
| 1750 | + $params = array_merge($params, $optParams); |
|
| 1751 | + return $this->call('leave', array($params), "Google_Service_Games_Room"); |
|
| 1752 | 1752 | } |
| 1753 | 1753 | |
| 1754 | 1754 | /** |
@@ -1766,9 +1766,9 @@ discard block |
||
| 1766 | 1766 | */ |
| 1767 | 1767 | public function listRooms($optParams = array()) |
| 1768 | 1768 | { |
| 1769 | - $params = array(); |
|
| 1770 | - $params = array_merge($params, $optParams); |
|
| 1771 | - return $this->call('list', array($params), "Google_Service_Games_RoomList"); |
|
| 1769 | + $params = array(); |
|
| 1770 | + $params = array_merge($params, $optParams); |
|
| 1771 | + return $this->call('list', array($params), "Google_Service_Games_RoomList"); |
|
| 1772 | 1772 | } |
| 1773 | 1773 | |
| 1774 | 1774 | /** |
@@ -1786,9 +1786,9 @@ discard block |
||
| 1786 | 1786 | */ |
| 1787 | 1787 | public function reportStatus($roomId, Google_Service_Games_RoomP2PStatuses $postBody, $optParams = array()) |
| 1788 | 1788 | { |
| 1789 | - $params = array('roomId' => $roomId, 'postBody' => $postBody); |
|
| 1790 | - $params = array_merge($params, $optParams); |
|
| 1791 | - return $this->call('reportStatus', array($params), "Google_Service_Games_RoomStatus"); |
|
| 1789 | + $params = array('roomId' => $roomId, 'postBody' => $postBody); |
|
| 1790 | + $params = array_merge($params, $optParams); |
|
| 1791 | + return $this->call('reportStatus', array($params), "Google_Service_Games_RoomStatus"); |
|
| 1792 | 1792 | } |
| 1793 | 1793 | } |
| 1794 | 1794 | |
@@ -1830,9 +1830,9 @@ discard block |
||
| 1830 | 1830 | */ |
| 1831 | 1831 | public function get($playerId, $leaderboardId, $timeSpan, $optParams = array()) |
| 1832 | 1832 | { |
| 1833 | - $params = array('playerId' => $playerId, 'leaderboardId' => $leaderboardId, 'timeSpan' => $timeSpan); |
|
| 1834 | - $params = array_merge($params, $optParams); |
|
| 1835 | - return $this->call('get', array($params), "Google_Service_Games_PlayerLeaderboardScoreListResponse"); |
|
| 1833 | + $params = array('playerId' => $playerId, 'leaderboardId' => $leaderboardId, 'timeSpan' => $timeSpan); |
|
| 1834 | + $params = array_merge($params, $optParams); |
|
| 1835 | + return $this->call('get', array($params), "Google_Service_Games_PlayerLeaderboardScoreListResponse"); |
|
| 1836 | 1836 | } |
| 1837 | 1837 | |
| 1838 | 1838 | /** |
@@ -1854,9 +1854,9 @@ discard block |
||
| 1854 | 1854 | */ |
| 1855 | 1855 | public function listScores($leaderboardId, $collection, $timeSpan, $optParams = array()) |
| 1856 | 1856 | { |
| 1857 | - $params = array('leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan); |
|
| 1858 | - $params = array_merge($params, $optParams); |
|
| 1859 | - return $this->call('list', array($params), "Google_Service_Games_LeaderboardScores"); |
|
| 1857 | + $params = array('leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan); |
|
| 1858 | + $params = array_merge($params, $optParams); |
|
| 1859 | + return $this->call('list', array($params), "Google_Service_Games_LeaderboardScores"); |
|
| 1860 | 1860 | } |
| 1861 | 1861 | |
| 1862 | 1862 | /** |
@@ -1885,9 +1885,9 @@ discard block |
||
| 1885 | 1885 | */ |
| 1886 | 1886 | public function listWindow($leaderboardId, $collection, $timeSpan, $optParams = array()) |
| 1887 | 1887 | { |
| 1888 | - $params = array('leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan); |
|
| 1889 | - $params = array_merge($params, $optParams); |
|
| 1890 | - return $this->call('listWindow', array($params), "Google_Service_Games_LeaderboardScores"); |
|
| 1888 | + $params = array('leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan); |
|
| 1889 | + $params = array_merge($params, $optParams); |
|
| 1890 | + return $this->call('listWindow', array($params), "Google_Service_Games_LeaderboardScores"); |
|
| 1891 | 1891 | } |
| 1892 | 1892 | |
| 1893 | 1893 | /** |
@@ -1911,9 +1911,9 @@ discard block |
||
| 1911 | 1911 | */ |
| 1912 | 1912 | public function submit($leaderboardId, $score, $optParams = array()) |
| 1913 | 1913 | { |
| 1914 | - $params = array('leaderboardId' => $leaderboardId, 'score' => $score); |
|
| 1915 | - $params = array_merge($params, $optParams); |
|
| 1916 | - return $this->call('submit', array($params), "Google_Service_Games_PlayerScoreResponse"); |
|
| 1914 | + $params = array('leaderboardId' => $leaderboardId, 'score' => $score); |
|
| 1915 | + $params = array_merge($params, $optParams); |
|
| 1916 | + return $this->call('submit', array($params), "Google_Service_Games_PlayerScoreResponse"); |
|
| 1917 | 1917 | } |
| 1918 | 1918 | |
| 1919 | 1919 | /** |
@@ -1928,9 +1928,9 @@ discard block |
||
| 1928 | 1928 | */ |
| 1929 | 1929 | public function submitMultiple(Google_Service_Games_PlayerScoreSubmissionList $postBody, $optParams = array()) |
| 1930 | 1930 | { |
| 1931 | - $params = array('postBody' => $postBody); |
|
| 1932 | - $params = array_merge($params, $optParams); |
|
| 1933 | - return $this->call('submitMultiple', array($params), "Google_Service_Games_PlayerScoreListResponse"); |
|
| 1931 | + $params = array('postBody' => $postBody); |
|
| 1932 | + $params = array_merge($params, $optParams); |
|
| 1933 | + return $this->call('submitMultiple', array($params), "Google_Service_Games_PlayerScoreListResponse"); |
|
| 1934 | 1934 | } |
| 1935 | 1935 | } |
| 1936 | 1936 | |
@@ -1957,9 +1957,9 @@ discard block |
||
| 1957 | 1957 | */ |
| 1958 | 1958 | public function get($snapshotId, $optParams = array()) |
| 1959 | 1959 | { |
| 1960 | - $params = array('snapshotId' => $snapshotId); |
|
| 1961 | - $params = array_merge($params, $optParams); |
|
| 1962 | - return $this->call('get', array($params), "Google_Service_Games_Snapshot"); |
|
| 1960 | + $params = array('snapshotId' => $snapshotId); |
|
| 1961 | + $params = array_merge($params, $optParams); |
|
| 1962 | + return $this->call('get', array($params), "Google_Service_Games_Snapshot"); |
|
| 1963 | 1963 | } |
| 1964 | 1964 | |
| 1965 | 1965 | /** |
@@ -1980,9 +1980,9 @@ discard block |
||
| 1980 | 1980 | */ |
| 1981 | 1981 | public function listSnapshots($playerId, $optParams = array()) |
| 1982 | 1982 | { |
| 1983 | - $params = array('playerId' => $playerId); |
|
| 1984 | - $params = array_merge($params, $optParams); |
|
| 1985 | - return $this->call('list', array($params), "Google_Service_Games_SnapshotListResponse"); |
|
| 1983 | + $params = array('playerId' => $playerId); |
|
| 1984 | + $params = array_merge($params, $optParams); |
|
| 1985 | + return $this->call('list', array($params), "Google_Service_Games_SnapshotListResponse"); |
|
| 1986 | 1986 | } |
| 1987 | 1987 | } |
| 1988 | 1988 | |
@@ -2005,9 +2005,9 @@ discard block |
||
| 2005 | 2005 | */ |
| 2006 | 2006 | public function cancel($matchId, $optParams = array()) |
| 2007 | 2007 | { |
| 2008 | - $params = array('matchId' => $matchId); |
|
| 2009 | - $params = array_merge($params, $optParams); |
|
| 2010 | - return $this->call('cancel', array($params)); |
|
| 2008 | + $params = array('matchId' => $matchId); |
|
| 2009 | + $params = array_merge($params, $optParams); |
|
| 2010 | + return $this->call('cancel', array($params)); |
|
| 2011 | 2011 | } |
| 2012 | 2012 | |
| 2013 | 2013 | /** |
@@ -2022,9 +2022,9 @@ discard block |
||
| 2022 | 2022 | */ |
| 2023 | 2023 | public function create(Google_Service_Games_TurnBasedMatchCreateRequest $postBody, $optParams = array()) |
| 2024 | 2024 | { |
| 2025 | - $params = array('postBody' => $postBody); |
|
| 2026 | - $params = array_merge($params, $optParams); |
|
| 2027 | - return $this->call('create', array($params), "Google_Service_Games_TurnBasedMatch"); |
|
| 2025 | + $params = array('postBody' => $postBody); |
|
| 2026 | + $params = array_merge($params, $optParams); |
|
| 2027 | + return $this->call('create', array($params), "Google_Service_Games_TurnBasedMatch"); |
|
| 2028 | 2028 | } |
| 2029 | 2029 | |
| 2030 | 2030 | /** |
@@ -2039,9 +2039,9 @@ discard block |
||
| 2039 | 2039 | */ |
| 2040 | 2040 | public function decline($matchId, $optParams = array()) |
| 2041 | 2041 | { |
| 2042 | - $params = array('matchId' => $matchId); |
|
| 2043 | - $params = array_merge($params, $optParams); |
|
| 2044 | - return $this->call('decline', array($params), "Google_Service_Games_TurnBasedMatch"); |
|
| 2042 | + $params = array('matchId' => $matchId); |
|
| 2043 | + $params = array_merge($params, $optParams); |
|
| 2044 | + return $this->call('decline', array($params), "Google_Service_Games_TurnBasedMatch"); |
|
| 2045 | 2045 | } |
| 2046 | 2046 | |
| 2047 | 2047 | /** |
@@ -2054,9 +2054,9 @@ discard block |
||
| 2054 | 2054 | */ |
| 2055 | 2055 | public function dismiss($matchId, $optParams = array()) |
| 2056 | 2056 | { |
| 2057 | - $params = array('matchId' => $matchId); |
|
| 2058 | - $params = array_merge($params, $optParams); |
|
| 2059 | - return $this->call('dismiss', array($params)); |
|
| 2057 | + $params = array('matchId' => $matchId); |
|
| 2058 | + $params = array_merge($params, $optParams); |
|
| 2059 | + return $this->call('dismiss', array($params)); |
|
| 2060 | 2060 | } |
| 2061 | 2061 | |
| 2062 | 2062 | /** |
@@ -2074,9 +2074,9 @@ discard block |
||
| 2074 | 2074 | */ |
| 2075 | 2075 | public function finish($matchId, Google_Service_Games_TurnBasedMatchResults $postBody, $optParams = array()) |
| 2076 | 2076 | { |
| 2077 | - $params = array('matchId' => $matchId, 'postBody' => $postBody); |
|
| 2078 | - $params = array_merge($params, $optParams); |
|
| 2079 | - return $this->call('finish', array($params), "Google_Service_Games_TurnBasedMatch"); |
|
| 2077 | + $params = array('matchId' => $matchId, 'postBody' => $postBody); |
|
| 2078 | + $params = array_merge($params, $optParams); |
|
| 2079 | + return $this->call('finish', array($params), "Google_Service_Games_TurnBasedMatch"); |
|
| 2080 | 2080 | } |
| 2081 | 2081 | |
| 2082 | 2082 | /** |
@@ -2092,9 +2092,9 @@ discard block |
||
| 2092 | 2092 | */ |
| 2093 | 2093 | public function get($matchId, $optParams = array()) |
| 2094 | 2094 | { |
| 2095 | - $params = array('matchId' => $matchId); |
|
| 2096 | - $params = array_merge($params, $optParams); |
|
| 2097 | - return $this->call('get', array($params), "Google_Service_Games_TurnBasedMatch"); |
|
| 2095 | + $params = array('matchId' => $matchId); |
|
| 2096 | + $params = array_merge($params, $optParams); |
|
| 2097 | + return $this->call('get', array($params), "Google_Service_Games_TurnBasedMatch"); |
|
| 2098 | 2098 | } |
| 2099 | 2099 | |
| 2100 | 2100 | /** |
@@ -2109,9 +2109,9 @@ discard block |
||
| 2109 | 2109 | */ |
| 2110 | 2110 | public function join($matchId, $optParams = array()) |
| 2111 | 2111 | { |
| 2112 | - $params = array('matchId' => $matchId); |
|
| 2113 | - $params = array_merge($params, $optParams); |
|
| 2114 | - return $this->call('join', array($params), "Google_Service_Games_TurnBasedMatch"); |
|
| 2112 | + $params = array('matchId' => $matchId); |
|
| 2113 | + $params = array_merge($params, $optParams); |
|
| 2114 | + return $this->call('join', array($params), "Google_Service_Games_TurnBasedMatch"); |
|
| 2115 | 2115 | } |
| 2116 | 2116 | |
| 2117 | 2117 | /** |
@@ -2127,9 +2127,9 @@ discard block |
||
| 2127 | 2127 | */ |
| 2128 | 2128 | public function leave($matchId, $optParams = array()) |
| 2129 | 2129 | { |
| 2130 | - $params = array('matchId' => $matchId); |
|
| 2131 | - $params = array_merge($params, $optParams); |
|
| 2132 | - return $this->call('leave', array($params), "Google_Service_Games_TurnBasedMatch"); |
|
| 2130 | + $params = array('matchId' => $matchId); |
|
| 2131 | + $params = array_merge($params, $optParams); |
|
| 2132 | + return $this->call('leave', array($params), "Google_Service_Games_TurnBasedMatch"); |
|
| 2133 | 2133 | } |
| 2134 | 2134 | |
| 2135 | 2135 | /** |
@@ -2150,9 +2150,9 @@ discard block |
||
| 2150 | 2150 | */ |
| 2151 | 2151 | public function leaveTurn($matchId, $matchVersion, $optParams = array()) |
| 2152 | 2152 | { |
| 2153 | - $params = array('matchId' => $matchId, 'matchVersion' => $matchVersion); |
|
| 2154 | - $params = array_merge($params, $optParams); |
|
| 2155 | - return $this->call('leaveTurn', array($params), "Google_Service_Games_TurnBasedMatch"); |
|
| 2153 | + $params = array('matchId' => $matchId, 'matchVersion' => $matchVersion); |
|
| 2154 | + $params = array_merge($params, $optParams); |
|
| 2155 | + return $this->call('leaveTurn', array($params), "Google_Service_Games_TurnBasedMatch"); |
|
| 2156 | 2156 | } |
| 2157 | 2157 | |
| 2158 | 2158 | /** |
@@ -2179,9 +2179,9 @@ discard block |
||
| 2179 | 2179 | */ |
| 2180 | 2180 | public function listTurnBasedMatches($optParams = array()) |
| 2181 | 2181 | { |
| 2182 | - $params = array(); |
|
| 2183 | - $params = array_merge($params, $optParams); |
|
| 2184 | - return $this->call('list', array($params), "Google_Service_Games_TurnBasedMatchList"); |
|
| 2182 | + $params = array(); |
|
| 2183 | + $params = array_merge($params, $optParams); |
|
| 2184 | + return $this->call('list', array($params), "Google_Service_Games_TurnBasedMatchList"); |
|
| 2185 | 2185 | } |
| 2186 | 2186 | |
| 2187 | 2187 | /** |
@@ -2202,9 +2202,9 @@ discard block |
||
| 2202 | 2202 | */ |
| 2203 | 2203 | public function rematch($matchId, $optParams = array()) |
| 2204 | 2204 | { |
| 2205 | - $params = array('matchId' => $matchId); |
|
| 2206 | - $params = array_merge($params, $optParams); |
|
| 2207 | - return $this->call('rematch', array($params), "Google_Service_Games_TurnBasedMatchRematch"); |
|
| 2205 | + $params = array('matchId' => $matchId); |
|
| 2206 | + $params = array_merge($params, $optParams); |
|
| 2207 | + return $this->call('rematch', array($params), "Google_Service_Games_TurnBasedMatchRematch"); |
|
| 2208 | 2208 | } |
| 2209 | 2209 | |
| 2210 | 2210 | /** |
@@ -2233,9 +2233,9 @@ discard block |
||
| 2233 | 2233 | */ |
| 2234 | 2234 | public function sync($optParams = array()) |
| 2235 | 2235 | { |
| 2236 | - $params = array(); |
|
| 2237 | - $params = array_merge($params, $optParams); |
|
| 2238 | - return $this->call('sync', array($params), "Google_Service_Games_TurnBasedMatchSync"); |
|
| 2236 | + $params = array(); |
|
| 2237 | + $params = array_merge($params, $optParams); |
|
| 2238 | + return $this->call('sync', array($params), "Google_Service_Games_TurnBasedMatchSync"); |
|
| 2239 | 2239 | } |
| 2240 | 2240 | |
| 2241 | 2241 | /** |
@@ -2251,9 +2251,9 @@ discard block |
||
| 2251 | 2251 | */ |
| 2252 | 2252 | public function takeTurn($matchId, Google_Service_Games_TurnBasedMatchTurn $postBody, $optParams = array()) |
| 2253 | 2253 | { |
| 2254 | - $params = array('matchId' => $matchId, 'postBody' => $postBody); |
|
| 2255 | - $params = array_merge($params, $optParams); |
|
| 2256 | - return $this->call('takeTurn', array($params), "Google_Service_Games_TurnBasedMatch"); |
|
| 2254 | + $params = array('matchId' => $matchId, 'postBody' => $postBody); |
|
| 2255 | + $params = array_merge($params, $optParams); |
|
| 2256 | + return $this->call('takeTurn', array($params), "Google_Service_Games_TurnBasedMatch"); |
|
| 2257 | 2257 | } |
| 2258 | 2258 | } |
| 2259 | 2259 | |
@@ -2281,107 +2281,107 @@ discard block |
||
| 2281 | 2281 | |
| 2282 | 2282 | public function setAchievementType($achievementType) |
| 2283 | 2283 | { |
| 2284 | - $this->achievementType = $achievementType; |
|
| 2284 | + $this->achievementType = $achievementType; |
|
| 2285 | 2285 | } |
| 2286 | 2286 | public function getAchievementType() |
| 2287 | 2287 | { |
| 2288 | - return $this->achievementType; |
|
| 2288 | + return $this->achievementType; |
|
| 2289 | 2289 | } |
| 2290 | 2290 | public function setDescription($description) |
| 2291 | 2291 | { |
| 2292 | - $this->description = $description; |
|
| 2292 | + $this->description = $description; |
|
| 2293 | 2293 | } |
| 2294 | 2294 | public function getDescription() |
| 2295 | 2295 | { |
| 2296 | - return $this->description; |
|
| 2296 | + return $this->description; |
|
| 2297 | 2297 | } |
| 2298 | 2298 | public function setExperiencePoints($experiencePoints) |
| 2299 | 2299 | { |
| 2300 | - $this->experiencePoints = $experiencePoints; |
|
| 2300 | + $this->experiencePoints = $experiencePoints; |
|
| 2301 | 2301 | } |
| 2302 | 2302 | public function getExperiencePoints() |
| 2303 | 2303 | { |
| 2304 | - return $this->experiencePoints; |
|
| 2304 | + return $this->experiencePoints; |
|
| 2305 | 2305 | } |
| 2306 | 2306 | public function setFormattedTotalSteps($formattedTotalSteps) |
| 2307 | 2307 | { |
| 2308 | - $this->formattedTotalSteps = $formattedTotalSteps; |
|
| 2308 | + $this->formattedTotalSteps = $formattedTotalSteps; |
|
| 2309 | 2309 | } |
| 2310 | 2310 | public function getFormattedTotalSteps() |
| 2311 | 2311 | { |
| 2312 | - return $this->formattedTotalSteps; |
|
| 2312 | + return $this->formattedTotalSteps; |
|
| 2313 | 2313 | } |
| 2314 | 2314 | public function setId($id) |
| 2315 | 2315 | { |
| 2316 | - $this->id = $id; |
|
| 2316 | + $this->id = $id; |
|
| 2317 | 2317 | } |
| 2318 | 2318 | public function getId() |
| 2319 | 2319 | { |
| 2320 | - return $this->id; |
|
| 2320 | + return $this->id; |
|
| 2321 | 2321 | } |
| 2322 | 2322 | public function setInitialState($initialState) |
| 2323 | 2323 | { |
| 2324 | - $this->initialState = $initialState; |
|
| 2324 | + $this->initialState = $initialState; |
|
| 2325 | 2325 | } |
| 2326 | 2326 | public function getInitialState() |
| 2327 | 2327 | { |
| 2328 | - return $this->initialState; |
|
| 2328 | + return $this->initialState; |
|
| 2329 | 2329 | } |
| 2330 | 2330 | public function setIsRevealedIconUrlDefault($isRevealedIconUrlDefault) |
| 2331 | 2331 | { |
| 2332 | - $this->isRevealedIconUrlDefault = $isRevealedIconUrlDefault; |
|
| 2332 | + $this->isRevealedIconUrlDefault = $isRevealedIconUrlDefault; |
|
| 2333 | 2333 | } |
| 2334 | 2334 | public function getIsRevealedIconUrlDefault() |
| 2335 | 2335 | { |
| 2336 | - return $this->isRevealedIconUrlDefault; |
|
| 2336 | + return $this->isRevealedIconUrlDefault; |
|
| 2337 | 2337 | } |
| 2338 | 2338 | public function setIsUnlockedIconUrlDefault($isUnlockedIconUrlDefault) |
| 2339 | 2339 | { |
| 2340 | - $this->isUnlockedIconUrlDefault = $isUnlockedIconUrlDefault; |
|
| 2340 | + $this->isUnlockedIconUrlDefault = $isUnlockedIconUrlDefault; |
|
| 2341 | 2341 | } |
| 2342 | 2342 | public function getIsUnlockedIconUrlDefault() |
| 2343 | 2343 | { |
| 2344 | - return $this->isUnlockedIconUrlDefault; |
|
| 2344 | + return $this->isUnlockedIconUrlDefault; |
|
| 2345 | 2345 | } |
| 2346 | 2346 | public function setKind($kind) |
| 2347 | 2347 | { |
| 2348 | - $this->kind = $kind; |
|
| 2348 | + $this->kind = $kind; |
|
| 2349 | 2349 | } |
| 2350 | 2350 | public function getKind() |
| 2351 | 2351 | { |
| 2352 | - return $this->kind; |
|
| 2352 | + return $this->kind; |
|
| 2353 | 2353 | } |
| 2354 | 2354 | public function setName($name) |
| 2355 | 2355 | { |
| 2356 | - $this->name = $name; |
|
| 2356 | + $this->name = $name; |
|
| 2357 | 2357 | } |
| 2358 | 2358 | public function getName() |
| 2359 | 2359 | { |
| 2360 | - return $this->name; |
|
| 2360 | + return $this->name; |
|
| 2361 | 2361 | } |
| 2362 | 2362 | public function setRevealedIconUrl($revealedIconUrl) |
| 2363 | 2363 | { |
| 2364 | - $this->revealedIconUrl = $revealedIconUrl; |
|
| 2364 | + $this->revealedIconUrl = $revealedIconUrl; |
|
| 2365 | 2365 | } |
| 2366 | 2366 | public function getRevealedIconUrl() |
| 2367 | 2367 | { |
| 2368 | - return $this->revealedIconUrl; |
|
| 2368 | + return $this->revealedIconUrl; |
|
| 2369 | 2369 | } |
| 2370 | 2370 | public function setTotalSteps($totalSteps) |
| 2371 | 2371 | { |
| 2372 | - $this->totalSteps = $totalSteps; |
|
| 2372 | + $this->totalSteps = $totalSteps; |
|
| 2373 | 2373 | } |
| 2374 | 2374 | public function getTotalSteps() |
| 2375 | 2375 | { |
| 2376 | - return $this->totalSteps; |
|
| 2376 | + return $this->totalSteps; |
|
| 2377 | 2377 | } |
| 2378 | 2378 | public function setUnlockedIconUrl($unlockedIconUrl) |
| 2379 | 2379 | { |
| 2380 | - $this->unlockedIconUrl = $unlockedIconUrl; |
|
| 2380 | + $this->unlockedIconUrl = $unlockedIconUrl; |
|
| 2381 | 2381 | } |
| 2382 | 2382 | public function getUnlockedIconUrl() |
| 2383 | 2383 | { |
| 2384 | - return $this->unlockedIconUrl; |
|
| 2384 | + return $this->unlockedIconUrl; |
|
| 2385 | 2385 | } |
| 2386 | 2386 | } |
| 2387 | 2387 | |
@@ -2398,27 +2398,27 @@ discard block |
||
| 2398 | 2398 | |
| 2399 | 2399 | public function setItems($items) |
| 2400 | 2400 | { |
| 2401 | - $this->items = $items; |
|
| 2401 | + $this->items = $items; |
|
| 2402 | 2402 | } |
| 2403 | 2403 | public function getItems() |
| 2404 | 2404 | { |
| 2405 | - return $this->items; |
|
| 2405 | + return $this->items; |
|
| 2406 | 2406 | } |
| 2407 | 2407 | public function setKind($kind) |
| 2408 | 2408 | { |
| 2409 | - $this->kind = $kind; |
|
| 2409 | + $this->kind = $kind; |
|
| 2410 | 2410 | } |
| 2411 | 2411 | public function getKind() |
| 2412 | 2412 | { |
| 2413 | - return $this->kind; |
|
| 2413 | + return $this->kind; |
|
| 2414 | 2414 | } |
| 2415 | 2415 | public function setNextPageToken($nextPageToken) |
| 2416 | 2416 | { |
| 2417 | - $this->nextPageToken = $nextPageToken; |
|
| 2417 | + $this->nextPageToken = $nextPageToken; |
|
| 2418 | 2418 | } |
| 2419 | 2419 | public function getNextPageToken() |
| 2420 | 2420 | { |
| 2421 | - return $this->nextPageToken; |
|
| 2421 | + return $this->nextPageToken; |
|
| 2422 | 2422 | } |
| 2423 | 2423 | } |
| 2424 | 2424 | |
@@ -2433,27 +2433,27 @@ discard block |
||
| 2433 | 2433 | |
| 2434 | 2434 | public function setCurrentSteps($currentSteps) |
| 2435 | 2435 | { |
| 2436 | - $this->currentSteps = $currentSteps; |
|
| 2436 | + $this->currentSteps = $currentSteps; |
|
| 2437 | 2437 | } |
| 2438 | 2438 | public function getCurrentSteps() |
| 2439 | 2439 | { |
| 2440 | - return $this->currentSteps; |
|
| 2440 | + return $this->currentSteps; |
|
| 2441 | 2441 | } |
| 2442 | 2442 | public function setKind($kind) |
| 2443 | 2443 | { |
| 2444 | - $this->kind = $kind; |
|
| 2444 | + $this->kind = $kind; |
|
| 2445 | 2445 | } |
| 2446 | 2446 | public function getKind() |
| 2447 | 2447 | { |
| 2448 | - return $this->kind; |
|
| 2448 | + return $this->kind; |
|
| 2449 | 2449 | } |
| 2450 | 2450 | public function setNewlyUnlocked($newlyUnlocked) |
| 2451 | 2451 | { |
| 2452 | - $this->newlyUnlocked = $newlyUnlocked; |
|
| 2452 | + $this->newlyUnlocked = $newlyUnlocked; |
|
| 2453 | 2453 | } |
| 2454 | 2454 | public function getNewlyUnlocked() |
| 2455 | 2455 | { |
| 2456 | - return $this->newlyUnlocked; |
|
| 2456 | + return $this->newlyUnlocked; |
|
| 2457 | 2457 | } |
| 2458 | 2458 | } |
| 2459 | 2459 | |
@@ -2467,19 +2467,19 @@ discard block |
||
| 2467 | 2467 | |
| 2468 | 2468 | public function setCurrentState($currentState) |
| 2469 | 2469 | { |
| 2470 | - $this->currentState = $currentState; |
|
| 2470 | + $this->currentState = $currentState; |
|
| 2471 | 2471 | } |
| 2472 | 2472 | public function getCurrentState() |
| 2473 | 2473 | { |
| 2474 | - return $this->currentState; |
|
| 2474 | + return $this->currentState; |
|
| 2475 | 2475 | } |
| 2476 | 2476 | public function setKind($kind) |
| 2477 | 2477 | { |
| 2478 | - $this->kind = $kind; |
|
| 2478 | + $this->kind = $kind; |
|
| 2479 | 2479 | } |
| 2480 | 2480 | public function getKind() |
| 2481 | 2481 | { |
| 2482 | - return $this->kind; |
|
| 2482 | + return $this->kind; |
|
| 2483 | 2483 | } |
| 2484 | 2484 | } |
| 2485 | 2485 | |
@@ -2494,27 +2494,27 @@ discard block |
||
| 2494 | 2494 | |
| 2495 | 2495 | public function setCurrentSteps($currentSteps) |
| 2496 | 2496 | { |
| 2497 | - $this->currentSteps = $currentSteps; |
|
| 2497 | + $this->currentSteps = $currentSteps; |
|
| 2498 | 2498 | } |
| 2499 | 2499 | public function getCurrentSteps() |
| 2500 | 2500 | { |
| 2501 | - return $this->currentSteps; |
|
| 2501 | + return $this->currentSteps; |
|
| 2502 | 2502 | } |
| 2503 | 2503 | public function setKind($kind) |
| 2504 | 2504 | { |
| 2505 | - $this->kind = $kind; |
|
| 2505 | + $this->kind = $kind; |
|
| 2506 | 2506 | } |
| 2507 | 2507 | public function getKind() |
| 2508 | 2508 | { |
| 2509 | - return $this->kind; |
|
| 2509 | + return $this->kind; |
|
| 2510 | 2510 | } |
| 2511 | 2511 | public function setNewlyUnlocked($newlyUnlocked) |
| 2512 | 2512 | { |
| 2513 | - $this->newlyUnlocked = $newlyUnlocked; |
|
| 2513 | + $this->newlyUnlocked = $newlyUnlocked; |
|
| 2514 | 2514 | } |
| 2515 | 2515 | public function getNewlyUnlocked() |
| 2516 | 2516 | { |
| 2517 | - return $this->newlyUnlocked; |
|
| 2517 | + return $this->newlyUnlocked; |
|
| 2518 | 2518 | } |
| 2519 | 2519 | } |
| 2520 | 2520 | |
@@ -2528,19 +2528,19 @@ discard block |
||
| 2528 | 2528 | |
| 2529 | 2529 | public function setKind($kind) |
| 2530 | 2530 | { |
| 2531 | - $this->kind = $kind; |
|
| 2531 | + $this->kind = $kind; |
|
| 2532 | 2532 | } |
| 2533 | 2533 | public function getKind() |
| 2534 | 2534 | { |
| 2535 | - return $this->kind; |
|
| 2535 | + return $this->kind; |
|
| 2536 | 2536 | } |
| 2537 | 2537 | public function setNewlyUnlocked($newlyUnlocked) |
| 2538 | 2538 | { |
| 2539 | - $this->newlyUnlocked = $newlyUnlocked; |
|
| 2539 | + $this->newlyUnlocked = $newlyUnlocked; |
|
| 2540 | 2540 | } |
| 2541 | 2541 | public function getNewlyUnlocked() |
| 2542 | 2542 | { |
| 2543 | - return $this->newlyUnlocked; |
|
| 2543 | + return $this->newlyUnlocked; |
|
| 2544 | 2544 | } |
| 2545 | 2545 | } |
| 2546 | 2546 | |
@@ -2556,19 +2556,19 @@ discard block |
||
| 2556 | 2556 | |
| 2557 | 2557 | public function setKind($kind) |
| 2558 | 2558 | { |
| 2559 | - $this->kind = $kind; |
|
| 2559 | + $this->kind = $kind; |
|
| 2560 | 2560 | } |
| 2561 | 2561 | public function getKind() |
| 2562 | 2562 | { |
| 2563 | - return $this->kind; |
|
| 2563 | + return $this->kind; |
|
| 2564 | 2564 | } |
| 2565 | 2565 | public function setUpdates($updates) |
| 2566 | 2566 | { |
| 2567 | - $this->updates = $updates; |
|
| 2567 | + $this->updates = $updates; |
|
| 2568 | 2568 | } |
| 2569 | 2569 | public function getUpdates() |
| 2570 | 2570 | { |
| 2571 | - return $this->updates; |
|
| 2571 | + return $this->updates; |
|
| 2572 | 2572 | } |
| 2573 | 2573 | } |
| 2574 | 2574 | |
@@ -2584,19 +2584,19 @@ discard block |
||
| 2584 | 2584 | |
| 2585 | 2585 | public function setKind($kind) |
| 2586 | 2586 | { |
| 2587 | - $this->kind = $kind; |
|
| 2587 | + $this->kind = $kind; |
|
| 2588 | 2588 | } |
| 2589 | 2589 | public function getKind() |
| 2590 | 2590 | { |
| 2591 | - return $this->kind; |
|
| 2591 | + return $this->kind; |
|
| 2592 | 2592 | } |
| 2593 | 2593 | public function setUpdatedAchievements($updatedAchievements) |
| 2594 | 2594 | { |
| 2595 | - $this->updatedAchievements = $updatedAchievements; |
|
| 2595 | + $this->updatedAchievements = $updatedAchievements; |
|
| 2596 | 2596 | } |
| 2597 | 2597 | public function getUpdatedAchievements() |
| 2598 | 2598 | { |
| 2599 | - return $this->updatedAchievements; |
|
| 2599 | + return $this->updatedAchievements; |
|
| 2600 | 2600 | } |
| 2601 | 2601 | } |
| 2602 | 2602 | |
@@ -2615,43 +2615,43 @@ discard block |
||
| 2615 | 2615 | |
| 2616 | 2616 | public function setAchievementId($achievementId) |
| 2617 | 2617 | { |
| 2618 | - $this->achievementId = $achievementId; |
|
| 2618 | + $this->achievementId = $achievementId; |
|
| 2619 | 2619 | } |
| 2620 | 2620 | public function getAchievementId() |
| 2621 | 2621 | { |
| 2622 | - return $this->achievementId; |
|
| 2622 | + return $this->achievementId; |
|
| 2623 | 2623 | } |
| 2624 | 2624 | public function setIncrementPayload(Google_Service_Games_GamesAchievementIncrement $incrementPayload) |
| 2625 | 2625 | { |
| 2626 | - $this->incrementPayload = $incrementPayload; |
|
| 2626 | + $this->incrementPayload = $incrementPayload; |
|
| 2627 | 2627 | } |
| 2628 | 2628 | public function getIncrementPayload() |
| 2629 | 2629 | { |
| 2630 | - return $this->incrementPayload; |
|
| 2630 | + return $this->incrementPayload; |
|
| 2631 | 2631 | } |
| 2632 | 2632 | public function setKind($kind) |
| 2633 | 2633 | { |
| 2634 | - $this->kind = $kind; |
|
| 2634 | + $this->kind = $kind; |
|
| 2635 | 2635 | } |
| 2636 | 2636 | public function getKind() |
| 2637 | 2637 | { |
| 2638 | - return $this->kind; |
|
| 2638 | + return $this->kind; |
|
| 2639 | 2639 | } |
| 2640 | 2640 | public function setSetStepsAtLeastPayload(Google_Service_Games_GamesAchievementSetStepsAtLeast $setStepsAtLeastPayload) |
| 2641 | 2641 | { |
| 2642 | - $this->setStepsAtLeastPayload = $setStepsAtLeastPayload; |
|
| 2642 | + $this->setStepsAtLeastPayload = $setStepsAtLeastPayload; |
|
| 2643 | 2643 | } |
| 2644 | 2644 | public function getSetStepsAtLeastPayload() |
| 2645 | 2645 | { |
| 2646 | - return $this->setStepsAtLeastPayload; |
|
| 2646 | + return $this->setStepsAtLeastPayload; |
|
| 2647 | 2647 | } |
| 2648 | 2648 | public function setUpdateType($updateType) |
| 2649 | 2649 | { |
| 2650 | - $this->updateType = $updateType; |
|
| 2650 | + $this->updateType = $updateType; |
|
| 2651 | 2651 | } |
| 2652 | 2652 | public function getUpdateType() |
| 2653 | 2653 | { |
| 2654 | - return $this->updateType; |
|
| 2654 | + return $this->updateType; |
|
| 2655 | 2655 | } |
| 2656 | 2656 | } |
| 2657 | 2657 | |
@@ -2669,51 +2669,51 @@ discard block |
||
| 2669 | 2669 | |
| 2670 | 2670 | public function setAchievementId($achievementId) |
| 2671 | 2671 | { |
| 2672 | - $this->achievementId = $achievementId; |
|
| 2672 | + $this->achievementId = $achievementId; |
|
| 2673 | 2673 | } |
| 2674 | 2674 | public function getAchievementId() |
| 2675 | 2675 | { |
| 2676 | - return $this->achievementId; |
|
| 2676 | + return $this->achievementId; |
|
| 2677 | 2677 | } |
| 2678 | 2678 | public function setCurrentState($currentState) |
| 2679 | 2679 | { |
| 2680 | - $this->currentState = $currentState; |
|
| 2680 | + $this->currentState = $currentState; |
|
| 2681 | 2681 | } |
| 2682 | 2682 | public function getCurrentState() |
| 2683 | 2683 | { |
| 2684 | - return $this->currentState; |
|
| 2684 | + return $this->currentState; |
|
| 2685 | 2685 | } |
| 2686 | 2686 | public function setCurrentSteps($currentSteps) |
| 2687 | 2687 | { |
| 2688 | - $this->currentSteps = $currentSteps; |
|
| 2688 | + $this->currentSteps = $currentSteps; |
|
| 2689 | 2689 | } |
| 2690 | 2690 | public function getCurrentSteps() |
| 2691 | 2691 | { |
| 2692 | - return $this->currentSteps; |
|
| 2692 | + return $this->currentSteps; |
|
| 2693 | 2693 | } |
| 2694 | 2694 | public function setKind($kind) |
| 2695 | 2695 | { |
| 2696 | - $this->kind = $kind; |
|
| 2696 | + $this->kind = $kind; |
|
| 2697 | 2697 | } |
| 2698 | 2698 | public function getKind() |
| 2699 | 2699 | { |
| 2700 | - return $this->kind; |
|
| 2700 | + return $this->kind; |
|
| 2701 | 2701 | } |
| 2702 | 2702 | public function setNewlyUnlocked($newlyUnlocked) |
| 2703 | 2703 | { |
| 2704 | - $this->newlyUnlocked = $newlyUnlocked; |
|
| 2704 | + $this->newlyUnlocked = $newlyUnlocked; |
|
| 2705 | 2705 | } |
| 2706 | 2706 | public function getNewlyUnlocked() |
| 2707 | 2707 | { |
| 2708 | - return $this->newlyUnlocked; |
|
| 2708 | + return $this->newlyUnlocked; |
|
| 2709 | 2709 | } |
| 2710 | 2710 | public function setUpdateOccurred($updateOccurred) |
| 2711 | 2711 | { |
| 2712 | - $this->updateOccurred = $updateOccurred; |
|
| 2712 | + $this->updateOccurred = $updateOccurred; |
|
| 2713 | 2713 | } |
| 2714 | 2714 | public function getUpdateOccurred() |
| 2715 | 2715 | { |
| 2716 | - return $this->updateOccurred; |
|
| 2716 | + return $this->updateOccurred; |
|
| 2717 | 2717 | } |
| 2718 | 2718 | } |
| 2719 | 2719 | |
@@ -2730,43 +2730,43 @@ discard block |
||
| 2730 | 2730 | |
| 2731 | 2731 | public function setCount($count) |
| 2732 | 2732 | { |
| 2733 | - $this->count = $count; |
|
| 2733 | + $this->count = $count; |
|
| 2734 | 2734 | } |
| 2735 | 2735 | public function getCount() |
| 2736 | 2736 | { |
| 2737 | - return $this->count; |
|
| 2737 | + return $this->count; |
|
| 2738 | 2738 | } |
| 2739 | 2739 | public function setKind($kind) |
| 2740 | 2740 | { |
| 2741 | - $this->kind = $kind; |
|
| 2741 | + $this->kind = $kind; |
|
| 2742 | 2742 | } |
| 2743 | 2743 | public function getKind() |
| 2744 | 2744 | { |
| 2745 | - return $this->kind; |
|
| 2745 | + return $this->kind; |
|
| 2746 | 2746 | } |
| 2747 | 2747 | public function setMax($max) |
| 2748 | 2748 | { |
| 2749 | - $this->max = $max; |
|
| 2749 | + $this->max = $max; |
|
| 2750 | 2750 | } |
| 2751 | 2751 | public function getMax() |
| 2752 | 2752 | { |
| 2753 | - return $this->max; |
|
| 2753 | + return $this->max; |
|
| 2754 | 2754 | } |
| 2755 | 2755 | public function setMin($min) |
| 2756 | 2756 | { |
| 2757 | - $this->min = $min; |
|
| 2757 | + $this->min = $min; |
|
| 2758 | 2758 | } |
| 2759 | 2759 | public function getMin() |
| 2760 | 2760 | { |
| 2761 | - return $this->min; |
|
| 2761 | + return $this->min; |
|
| 2762 | 2762 | } |
| 2763 | 2763 | public function setSum($sum) |
| 2764 | 2764 | { |
| 2765 | - $this->sum = $sum; |
|
| 2765 | + $this->sum = $sum; |
|
| 2766 | 2766 | } |
| 2767 | 2767 | public function getSum() |
| 2768 | 2768 | { |
| 2769 | - return $this->sum; |
|
| 2769 | + return $this->sum; |
|
| 2770 | 2770 | } |
| 2771 | 2771 | } |
| 2772 | 2772 | |
@@ -2781,27 +2781,27 @@ discard block |
||
| 2781 | 2781 | |
| 2782 | 2782 | public function setAvatarImageUrl($avatarImageUrl) |
| 2783 | 2783 | { |
| 2784 | - $this->avatarImageUrl = $avatarImageUrl; |
|
| 2784 | + $this->avatarImageUrl = $avatarImageUrl; |
|
| 2785 | 2785 | } |
| 2786 | 2786 | public function getAvatarImageUrl() |
| 2787 | 2787 | { |
| 2788 | - return $this->avatarImageUrl; |
|
| 2788 | + return $this->avatarImageUrl; |
|
| 2789 | 2789 | } |
| 2790 | 2790 | public function setDisplayName($displayName) |
| 2791 | 2791 | { |
| 2792 | - $this->displayName = $displayName; |
|
| 2792 | + $this->displayName = $displayName; |
|
| 2793 | 2793 | } |
| 2794 | 2794 | public function getDisplayName() |
| 2795 | 2795 | { |
| 2796 | - return $this->displayName; |
|
| 2796 | + return $this->displayName; |
|
| 2797 | 2797 | } |
| 2798 | 2798 | public function setKind($kind) |
| 2799 | 2799 | { |
| 2800 | - $this->kind = $kind; |
|
| 2800 | + $this->kind = $kind; |
|
| 2801 | 2801 | } |
| 2802 | 2802 | public function getKind() |
| 2803 | 2803 | { |
| 2804 | - return $this->kind; |
|
| 2804 | + return $this->kind; |
|
| 2805 | 2805 | } |
| 2806 | 2806 | } |
| 2807 | 2807 | |
@@ -2809,8 +2809,8 @@ discard block |
||
| 2809 | 2809 | { |
| 2810 | 2810 | protected $collection_key = 'instances'; |
| 2811 | 2811 | protected $internal_gapi_mappings = array( |
| 2812 | - "achievementCount" => "achievement_count", |
|
| 2813 | - "leaderboardCount" => "leaderboard_count", |
|
| 2812 | + "achievementCount" => "achievement_count", |
|
| 2813 | + "leaderboardCount" => "leaderboard_count", |
|
| 2814 | 2814 | ); |
| 2815 | 2815 | public $achievementCount; |
| 2816 | 2816 | protected $assetsType = 'Google_Service_Games_ImageAsset'; |
@@ -2832,107 +2832,107 @@ discard block |
||
| 2832 | 2832 | |
| 2833 | 2833 | public function setAchievementCount($achievementCount) |
| 2834 | 2834 | { |
| 2835 | - $this->achievementCount = $achievementCount; |
|
| 2835 | + $this->achievementCount = $achievementCount; |
|
| 2836 | 2836 | } |
| 2837 | 2837 | public function getAchievementCount() |
| 2838 | 2838 | { |
| 2839 | - return $this->achievementCount; |
|
| 2839 | + return $this->achievementCount; |
|
| 2840 | 2840 | } |
| 2841 | 2841 | public function setAssets($assets) |
| 2842 | 2842 | { |
| 2843 | - $this->assets = $assets; |
|
| 2843 | + $this->assets = $assets; |
|
| 2844 | 2844 | } |
| 2845 | 2845 | public function getAssets() |
| 2846 | 2846 | { |
| 2847 | - return $this->assets; |
|
| 2847 | + return $this->assets; |
|
| 2848 | 2848 | } |
| 2849 | 2849 | public function setAuthor($author) |
| 2850 | 2850 | { |
| 2851 | - $this->author = $author; |
|
| 2851 | + $this->author = $author; |
|
| 2852 | 2852 | } |
| 2853 | 2853 | public function getAuthor() |
| 2854 | 2854 | { |
| 2855 | - return $this->author; |
|
| 2855 | + return $this->author; |
|
| 2856 | 2856 | } |
| 2857 | 2857 | public function setCategory(Google_Service_Games_ApplicationCategory $category) |
| 2858 | 2858 | { |
| 2859 | - $this->category = $category; |
|
| 2859 | + $this->category = $category; |
|
| 2860 | 2860 | } |
| 2861 | 2861 | public function getCategory() |
| 2862 | 2862 | { |
| 2863 | - return $this->category; |
|
| 2863 | + return $this->category; |
|
| 2864 | 2864 | } |
| 2865 | 2865 | public function setDescription($description) |
| 2866 | 2866 | { |
| 2867 | - $this->description = $description; |
|
| 2867 | + $this->description = $description; |
|
| 2868 | 2868 | } |
| 2869 | 2869 | public function getDescription() |
| 2870 | 2870 | { |
| 2871 | - return $this->description; |
|
| 2871 | + return $this->description; |
|
| 2872 | 2872 | } |
| 2873 | 2873 | public function setEnabledFeatures($enabledFeatures) |
| 2874 | 2874 | { |
| 2875 | - $this->enabledFeatures = $enabledFeatures; |
|
| 2875 | + $this->enabledFeatures = $enabledFeatures; |
|
| 2876 | 2876 | } |
| 2877 | 2877 | public function getEnabledFeatures() |
| 2878 | 2878 | { |
| 2879 | - return $this->enabledFeatures; |
|
| 2879 | + return $this->enabledFeatures; |
|
| 2880 | 2880 | } |
| 2881 | 2881 | public function setId($id) |
| 2882 | 2882 | { |
| 2883 | - $this->id = $id; |
|
| 2883 | + $this->id = $id; |
|
| 2884 | 2884 | } |
| 2885 | 2885 | public function getId() |
| 2886 | 2886 | { |
| 2887 | - return $this->id; |
|
| 2887 | + return $this->id; |
|
| 2888 | 2888 | } |
| 2889 | 2889 | public function setInstances($instances) |
| 2890 | 2890 | { |
| 2891 | - $this->instances = $instances; |
|
| 2891 | + $this->instances = $instances; |
|
| 2892 | 2892 | } |
| 2893 | 2893 | public function getInstances() |
| 2894 | 2894 | { |
| 2895 | - return $this->instances; |
|
| 2895 | + return $this->instances; |
|
| 2896 | 2896 | } |
| 2897 | 2897 | public function setKind($kind) |
| 2898 | 2898 | { |
| 2899 | - $this->kind = $kind; |
|
| 2899 | + $this->kind = $kind; |
|
| 2900 | 2900 | } |
| 2901 | 2901 | public function getKind() |
| 2902 | 2902 | { |
| 2903 | - return $this->kind; |
|
| 2903 | + return $this->kind; |
|
| 2904 | 2904 | } |
| 2905 | 2905 | public function setLastUpdatedTimestamp($lastUpdatedTimestamp) |
| 2906 | 2906 | { |
| 2907 | - $this->lastUpdatedTimestamp = $lastUpdatedTimestamp; |
|
| 2907 | + $this->lastUpdatedTimestamp = $lastUpdatedTimestamp; |
|
| 2908 | 2908 | } |
| 2909 | 2909 | public function getLastUpdatedTimestamp() |
| 2910 | 2910 | { |
| 2911 | - return $this->lastUpdatedTimestamp; |
|
| 2911 | + return $this->lastUpdatedTimestamp; |
|
| 2912 | 2912 | } |
| 2913 | 2913 | public function setLeaderboardCount($leaderboardCount) |
| 2914 | 2914 | { |
| 2915 | - $this->leaderboardCount = $leaderboardCount; |
|
| 2915 | + $this->leaderboardCount = $leaderboardCount; |
|
| 2916 | 2916 | } |
| 2917 | 2917 | public function getLeaderboardCount() |
| 2918 | 2918 | { |
| 2919 | - return $this->leaderboardCount; |
|
| 2919 | + return $this->leaderboardCount; |
|
| 2920 | 2920 | } |
| 2921 | 2921 | public function setName($name) |
| 2922 | 2922 | { |
| 2923 | - $this->name = $name; |
|
| 2923 | + $this->name = $name; |
|
| 2924 | 2924 | } |
| 2925 | 2925 | public function getName() |
| 2926 | 2926 | { |
| 2927 | - return $this->name; |
|
| 2927 | + return $this->name; |
|
| 2928 | 2928 | } |
| 2929 | 2929 | public function setThemeColor($themeColor) |
| 2930 | 2930 | { |
| 2931 | - $this->themeColor = $themeColor; |
|
| 2931 | + $this->themeColor = $themeColor; |
|
| 2932 | 2932 | } |
| 2933 | 2933 | public function getThemeColor() |
| 2934 | 2934 | { |
| 2935 | - return $this->themeColor; |
|
| 2935 | + return $this->themeColor; |
|
| 2936 | 2936 | } |
| 2937 | 2937 | } |
| 2938 | 2938 | |
@@ -2947,27 +2947,27 @@ discard block |
||
| 2947 | 2947 | |
| 2948 | 2948 | public function setKind($kind) |
| 2949 | 2949 | { |
| 2950 | - $this->kind = $kind; |
|
| 2950 | + $this->kind = $kind; |
|
| 2951 | 2951 | } |
| 2952 | 2952 | public function getKind() |
| 2953 | 2953 | { |
| 2954 | - return $this->kind; |
|
| 2954 | + return $this->kind; |
|
| 2955 | 2955 | } |
| 2956 | 2956 | public function setPrimary($primary) |
| 2957 | 2957 | { |
| 2958 | - $this->primary = $primary; |
|
| 2958 | + $this->primary = $primary; |
|
| 2959 | 2959 | } |
| 2960 | 2960 | public function getPrimary() |
| 2961 | 2961 | { |
| 2962 | - return $this->primary; |
|
| 2962 | + return $this->primary; |
|
| 2963 | 2963 | } |
| 2964 | 2964 | public function setSecondary($secondary) |
| 2965 | 2965 | { |
| 2966 | - $this->secondary = $secondary; |
|
| 2966 | + $this->secondary = $secondary; |
|
| 2967 | 2967 | } |
| 2968 | 2968 | public function getSecondary() |
| 2969 | 2969 | { |
| 2970 | - return $this->secondary; |
|
| 2970 | + return $this->secondary; |
|
| 2971 | 2971 | } |
| 2972 | 2972 | } |
| 2973 | 2973 | |
@@ -2982,27 +2982,27 @@ discard block |
||
| 2982 | 2982 | |
| 2983 | 2983 | public function setCategory($category) |
| 2984 | 2984 | { |
| 2985 | - $this->category = $category; |
|
| 2985 | + $this->category = $category; |
|
| 2986 | 2986 | } |
| 2987 | 2987 | public function getCategory() |
| 2988 | 2988 | { |
| 2989 | - return $this->category; |
|
| 2989 | + return $this->category; |
|
| 2990 | 2990 | } |
| 2991 | 2991 | public function setExperiencePoints($experiencePoints) |
| 2992 | 2992 | { |
| 2993 | - $this->experiencePoints = $experiencePoints; |
|
| 2993 | + $this->experiencePoints = $experiencePoints; |
|
| 2994 | 2994 | } |
| 2995 | 2995 | public function getExperiencePoints() |
| 2996 | 2996 | { |
| 2997 | - return $this->experiencePoints; |
|
| 2997 | + return $this->experiencePoints; |
|
| 2998 | 2998 | } |
| 2999 | 2999 | public function setKind($kind) |
| 3000 | 3000 | { |
| 3001 | - $this->kind = $kind; |
|
| 3001 | + $this->kind = $kind; |
|
| 3002 | 3002 | } |
| 3003 | 3003 | public function getKind() |
| 3004 | 3004 | { |
| 3005 | - return $this->kind; |
|
| 3005 | + return $this->kind; |
|
| 3006 | 3006 | } |
| 3007 | 3007 | } |
| 3008 | 3008 | |
@@ -3019,27 +3019,27 @@ discard block |
||
| 3019 | 3019 | |
| 3020 | 3020 | public function setItems($items) |
| 3021 | 3021 | { |
| 3022 | - $this->items = $items; |
|
| 3022 | + $this->items = $items; |
|
| 3023 | 3023 | } |
| 3024 | 3024 | public function getItems() |
| 3025 | 3025 | { |
| 3026 | - return $this->items; |
|
| 3026 | + return $this->items; |
|
| 3027 | 3027 | } |
| 3028 | 3028 | public function setKind($kind) |
| 3029 | 3029 | { |
| 3030 | - $this->kind = $kind; |
|
| 3030 | + $this->kind = $kind; |
|
| 3031 | 3031 | } |
| 3032 | 3032 | public function getKind() |
| 3033 | 3033 | { |
| 3034 | - return $this->kind; |
|
| 3034 | + return $this->kind; |
|
| 3035 | 3035 | } |
| 3036 | 3036 | public function setNextPageToken($nextPageToken) |
| 3037 | 3037 | { |
| 3038 | - $this->nextPageToken = $nextPageToken; |
|
| 3038 | + $this->nextPageToken = $nextPageToken; |
|
| 3039 | 3039 | } |
| 3040 | 3040 | public function getNextPageToken() |
| 3041 | 3041 | { |
| 3042 | - return $this->nextPageToken; |
|
| 3042 | + return $this->nextPageToken; |
|
| 3043 | 3043 | } |
| 3044 | 3044 | } |
| 3045 | 3045 | |
@@ -3055,27 +3055,27 @@ discard block |
||
| 3055 | 3055 | |
| 3056 | 3056 | public function setFailureCause($failureCause) |
| 3057 | 3057 | { |
| 3058 | - $this->failureCause = $failureCause; |
|
| 3058 | + $this->failureCause = $failureCause; |
|
| 3059 | 3059 | } |
| 3060 | 3060 | public function getFailureCause() |
| 3061 | 3061 | { |
| 3062 | - return $this->failureCause; |
|
| 3062 | + return $this->failureCause; |
|
| 3063 | 3063 | } |
| 3064 | 3064 | public function setKind($kind) |
| 3065 | 3065 | { |
| 3066 | - $this->kind = $kind; |
|
| 3066 | + $this->kind = $kind; |
|
| 3067 | 3067 | } |
| 3068 | 3068 | public function getKind() |
| 3069 | 3069 | { |
| 3070 | - return $this->kind; |
|
| 3070 | + return $this->kind; |
|
| 3071 | 3071 | } |
| 3072 | 3072 | public function setRange(Google_Service_Games_EventPeriodRange $range) |
| 3073 | 3073 | { |
| 3074 | - $this->range = $range; |
|
| 3074 | + $this->range = $range; |
|
| 3075 | 3075 | } |
| 3076 | 3076 | public function getRange() |
| 3077 | 3077 | { |
| 3078 | - return $this->range; |
|
| 3078 | + return $this->range; |
|
| 3079 | 3079 | } |
| 3080 | 3080 | } |
| 3081 | 3081 | |
@@ -3089,19 +3089,19 @@ discard block |
||
| 3089 | 3089 | |
| 3090 | 3090 | public function setChildId($childId) |
| 3091 | 3091 | { |
| 3092 | - $this->childId = $childId; |
|
| 3092 | + $this->childId = $childId; |
|
| 3093 | 3093 | } |
| 3094 | 3094 | public function getChildId() |
| 3095 | 3095 | { |
| 3096 | - return $this->childId; |
|
| 3096 | + return $this->childId; |
|
| 3097 | 3097 | } |
| 3098 | 3098 | public function setKind($kind) |
| 3099 | 3099 | { |
| 3100 | - $this->kind = $kind; |
|
| 3100 | + $this->kind = $kind; |
|
| 3101 | 3101 | } |
| 3102 | 3102 | public function getKind() |
| 3103 | 3103 | { |
| 3104 | - return $this->kind; |
|
| 3104 | + return $this->kind; |
|
| 3105 | 3105 | } |
| 3106 | 3106 | } |
| 3107 | 3107 | |
@@ -3123,67 +3123,67 @@ discard block |
||
| 3123 | 3123 | |
| 3124 | 3124 | public function setChildEvents($childEvents) |
| 3125 | 3125 | { |
| 3126 | - $this->childEvents = $childEvents; |
|
| 3126 | + $this->childEvents = $childEvents; |
|
| 3127 | 3127 | } |
| 3128 | 3128 | public function getChildEvents() |
| 3129 | 3129 | { |
| 3130 | - return $this->childEvents; |
|
| 3130 | + return $this->childEvents; |
|
| 3131 | 3131 | } |
| 3132 | 3132 | public function setDescription($description) |
| 3133 | 3133 | { |
| 3134 | - $this->description = $description; |
|
| 3134 | + $this->description = $description; |
|
| 3135 | 3135 | } |
| 3136 | 3136 | public function getDescription() |
| 3137 | 3137 | { |
| 3138 | - return $this->description; |
|
| 3138 | + return $this->description; |
|
| 3139 | 3139 | } |
| 3140 | 3140 | public function setDisplayName($displayName) |
| 3141 | 3141 | { |
| 3142 | - $this->displayName = $displayName; |
|
| 3142 | + $this->displayName = $displayName; |
|
| 3143 | 3143 | } |
| 3144 | 3144 | public function getDisplayName() |
| 3145 | 3145 | { |
| 3146 | - return $this->displayName; |
|
| 3146 | + return $this->displayName; |
|
| 3147 | 3147 | } |
| 3148 | 3148 | public function setId($id) |
| 3149 | 3149 | { |
| 3150 | - $this->id = $id; |
|
| 3150 | + $this->id = $id; |
|
| 3151 | 3151 | } |
| 3152 | 3152 | public function getId() |
| 3153 | 3153 | { |
| 3154 | - return $this->id; |
|
| 3154 | + return $this->id; |
|
| 3155 | 3155 | } |
| 3156 | 3156 | public function setImageUrl($imageUrl) |
| 3157 | 3157 | { |
| 3158 | - $this->imageUrl = $imageUrl; |
|
| 3158 | + $this->imageUrl = $imageUrl; |
|
| 3159 | 3159 | } |
| 3160 | 3160 | public function getImageUrl() |
| 3161 | 3161 | { |
| 3162 | - return $this->imageUrl; |
|
| 3162 | + return $this->imageUrl; |
|
| 3163 | 3163 | } |
| 3164 | 3164 | public function setIsDefaultImageUrl($isDefaultImageUrl) |
| 3165 | 3165 | { |
| 3166 | - $this->isDefaultImageUrl = $isDefaultImageUrl; |
|
| 3166 | + $this->isDefaultImageUrl = $isDefaultImageUrl; |
|
| 3167 | 3167 | } |
| 3168 | 3168 | public function getIsDefaultImageUrl() |
| 3169 | 3169 | { |
| 3170 | - return $this->isDefaultImageUrl; |
|
| 3170 | + return $this->isDefaultImageUrl; |
|
| 3171 | 3171 | } |
| 3172 | 3172 | public function setKind($kind) |
| 3173 | 3173 | { |
| 3174 | - $this->kind = $kind; |
|
| 3174 | + $this->kind = $kind; |
|
| 3175 | 3175 | } |
| 3176 | 3176 | public function getKind() |
| 3177 | 3177 | { |
| 3178 | - return $this->kind; |
|
| 3178 | + return $this->kind; |
|
| 3179 | 3179 | } |
| 3180 | 3180 | public function setVisibility($visibility) |
| 3181 | 3181 | { |
| 3182 | - $this->visibility = $visibility; |
|
| 3182 | + $this->visibility = $visibility; |
|
| 3183 | 3183 | } |
| 3184 | 3184 | public function getVisibility() |
| 3185 | 3185 | { |
| 3186 | - return $this->visibility; |
|
| 3186 | + return $this->visibility; |
|
| 3187 | 3187 | } |
| 3188 | 3188 | } |
| 3189 | 3189 | |
@@ -3200,27 +3200,27 @@ discard block |
||
| 3200 | 3200 | |
| 3201 | 3201 | public function setItems($items) |
| 3202 | 3202 | { |
| 3203 | - $this->items = $items; |
|
| 3203 | + $this->items = $items; |
|
| 3204 | 3204 | } |
| 3205 | 3205 | public function getItems() |
| 3206 | 3206 | { |
| 3207 | - return $this->items; |
|
| 3207 | + return $this->items; |
|
| 3208 | 3208 | } |
| 3209 | 3209 | public function setKind($kind) |
| 3210 | 3210 | { |
| 3211 | - $this->kind = $kind; |
|
| 3211 | + $this->kind = $kind; |
|
| 3212 | 3212 | } |
| 3213 | 3213 | public function getKind() |
| 3214 | 3214 | { |
| 3215 | - return $this->kind; |
|
| 3215 | + return $this->kind; |
|
| 3216 | 3216 | } |
| 3217 | 3217 | public function setNextPageToken($nextPageToken) |
| 3218 | 3218 | { |
| 3219 | - $this->nextPageToken = $nextPageToken; |
|
| 3219 | + $this->nextPageToken = $nextPageToken; |
|
| 3220 | 3220 | } |
| 3221 | 3221 | public function getNextPageToken() |
| 3222 | 3222 | { |
| 3223 | - return $this->nextPageToken; |
|
| 3223 | + return $this->nextPageToken; |
|
| 3224 | 3224 | } |
| 3225 | 3225 | } |
| 3226 | 3226 | |
@@ -3235,27 +3235,27 @@ discard block |
||
| 3235 | 3235 | |
| 3236 | 3236 | public function setKind($kind) |
| 3237 | 3237 | { |
| 3238 | - $this->kind = $kind; |
|
| 3238 | + $this->kind = $kind; |
|
| 3239 | 3239 | } |
| 3240 | 3240 | public function getKind() |
| 3241 | 3241 | { |
| 3242 | - return $this->kind; |
|
| 3242 | + return $this->kind; |
|
| 3243 | 3243 | } |
| 3244 | 3244 | public function setPeriodEndMillis($periodEndMillis) |
| 3245 | 3245 | { |
| 3246 | - $this->periodEndMillis = $periodEndMillis; |
|
| 3246 | + $this->periodEndMillis = $periodEndMillis; |
|
| 3247 | 3247 | } |
| 3248 | 3248 | public function getPeriodEndMillis() |
| 3249 | 3249 | { |
| 3250 | - return $this->periodEndMillis; |
|
| 3250 | + return $this->periodEndMillis; |
|
| 3251 | 3251 | } |
| 3252 | 3252 | public function setPeriodStartMillis($periodStartMillis) |
| 3253 | 3253 | { |
| 3254 | - $this->periodStartMillis = $periodStartMillis; |
|
| 3254 | + $this->periodStartMillis = $periodStartMillis; |
|
| 3255 | 3255 | } |
| 3256 | 3256 | public function getPeriodStartMillis() |
| 3257 | 3257 | { |
| 3258 | - return $this->periodStartMillis; |
|
| 3258 | + return $this->periodStartMillis; |
|
| 3259 | 3259 | } |
| 3260 | 3260 | } |
| 3261 | 3261 | |
@@ -3273,27 +3273,27 @@ discard block |
||
| 3273 | 3273 | |
| 3274 | 3274 | public function setKind($kind) |
| 3275 | 3275 | { |
| 3276 | - $this->kind = $kind; |
|
| 3276 | + $this->kind = $kind; |
|
| 3277 | 3277 | } |
| 3278 | 3278 | public function getKind() |
| 3279 | 3279 | { |
| 3280 | - return $this->kind; |
|
| 3280 | + return $this->kind; |
|
| 3281 | 3281 | } |
| 3282 | 3282 | public function setTimePeriod(Google_Service_Games_EventPeriodRange $timePeriod) |
| 3283 | 3283 | { |
| 3284 | - $this->timePeriod = $timePeriod; |
|
| 3284 | + $this->timePeriod = $timePeriod; |
|
| 3285 | 3285 | } |
| 3286 | 3286 | public function getTimePeriod() |
| 3287 | 3287 | { |
| 3288 | - return $this->timePeriod; |
|
| 3288 | + return $this->timePeriod; |
|
| 3289 | 3289 | } |
| 3290 | 3290 | public function setUpdates($updates) |
| 3291 | 3291 | { |
| 3292 | - $this->updates = $updates; |
|
| 3292 | + $this->updates = $updates; |
|
| 3293 | 3293 | } |
| 3294 | 3294 | public function getUpdates() |
| 3295 | 3295 | { |
| 3296 | - return $this->updates; |
|
| 3296 | + return $this->updates; |
|
| 3297 | 3297 | } |
| 3298 | 3298 | } |
| 3299 | 3299 | |
@@ -3308,27 +3308,27 @@ discard block |
||
| 3308 | 3308 | |
| 3309 | 3309 | public function setEventId($eventId) |
| 3310 | 3310 | { |
| 3311 | - $this->eventId = $eventId; |
|
| 3311 | + $this->eventId = $eventId; |
|
| 3312 | 3312 | } |
| 3313 | 3313 | public function getEventId() |
| 3314 | 3314 | { |
| 3315 | - return $this->eventId; |
|
| 3315 | + return $this->eventId; |
|
| 3316 | 3316 | } |
| 3317 | 3317 | public function setFailureCause($failureCause) |
| 3318 | 3318 | { |
| 3319 | - $this->failureCause = $failureCause; |
|
| 3319 | + $this->failureCause = $failureCause; |
|
| 3320 | 3320 | } |
| 3321 | 3321 | public function getFailureCause() |
| 3322 | 3322 | { |
| 3323 | - return $this->failureCause; |
|
| 3323 | + return $this->failureCause; |
|
| 3324 | 3324 | } |
| 3325 | 3325 | public function setKind($kind) |
| 3326 | 3326 | { |
| 3327 | - $this->kind = $kind; |
|
| 3327 | + $this->kind = $kind; |
|
| 3328 | 3328 | } |
| 3329 | 3329 | public function getKind() |
| 3330 | 3330 | { |
| 3331 | - return $this->kind; |
|
| 3331 | + return $this->kind; |
|
| 3332 | 3332 | } |
| 3333 | 3333 | } |
| 3334 | 3334 | |
@@ -3346,35 +3346,35 @@ discard block |
||
| 3346 | 3346 | |
| 3347 | 3347 | public function setCurrentTimeMillis($currentTimeMillis) |
| 3348 | 3348 | { |
| 3349 | - $this->currentTimeMillis = $currentTimeMillis; |
|
| 3349 | + $this->currentTimeMillis = $currentTimeMillis; |
|
| 3350 | 3350 | } |
| 3351 | 3351 | public function getCurrentTimeMillis() |
| 3352 | 3352 | { |
| 3353 | - return $this->currentTimeMillis; |
|
| 3353 | + return $this->currentTimeMillis; |
|
| 3354 | 3354 | } |
| 3355 | 3355 | public function setKind($kind) |
| 3356 | 3356 | { |
| 3357 | - $this->kind = $kind; |
|
| 3357 | + $this->kind = $kind; |
|
| 3358 | 3358 | } |
| 3359 | 3359 | public function getKind() |
| 3360 | 3360 | { |
| 3361 | - return $this->kind; |
|
| 3361 | + return $this->kind; |
|
| 3362 | 3362 | } |
| 3363 | 3363 | public function setRequestId($requestId) |
| 3364 | 3364 | { |
| 3365 | - $this->requestId = $requestId; |
|
| 3365 | + $this->requestId = $requestId; |
|
| 3366 | 3366 | } |
| 3367 | 3367 | public function getRequestId() |
| 3368 | 3368 | { |
| 3369 | - return $this->requestId; |
|
| 3369 | + return $this->requestId; |
|
| 3370 | 3370 | } |
| 3371 | 3371 | public function setTimePeriods($timePeriods) |
| 3372 | 3372 | { |
| 3373 | - $this->timePeriods = $timePeriods; |
|
| 3373 | + $this->timePeriods = $timePeriods; |
|
| 3374 | 3374 | } |
| 3375 | 3375 | public function getTimePeriods() |
| 3376 | 3376 | { |
| 3377 | - return $this->timePeriods; |
|
| 3377 | + return $this->timePeriods; |
|
| 3378 | 3378 | } |
| 3379 | 3379 | } |
| 3380 | 3380 | |
@@ -3389,27 +3389,27 @@ discard block |
||
| 3389 | 3389 | |
| 3390 | 3390 | public function setDefinitionId($definitionId) |
| 3391 | 3391 | { |
| 3392 | - $this->definitionId = $definitionId; |
|
| 3392 | + $this->definitionId = $definitionId; |
|
| 3393 | 3393 | } |
| 3394 | 3394 | public function getDefinitionId() |
| 3395 | 3395 | { |
| 3396 | - return $this->definitionId; |
|
| 3396 | + return $this->definitionId; |
|
| 3397 | 3397 | } |
| 3398 | 3398 | public function setKind($kind) |
| 3399 | 3399 | { |
| 3400 | - $this->kind = $kind; |
|
| 3400 | + $this->kind = $kind; |
|
| 3401 | 3401 | } |
| 3402 | 3402 | public function getKind() |
| 3403 | 3403 | { |
| 3404 | - return $this->kind; |
|
| 3404 | + return $this->kind; |
|
| 3405 | 3405 | } |
| 3406 | 3406 | public function setUpdateCount($updateCount) |
| 3407 | 3407 | { |
| 3408 | - $this->updateCount = $updateCount; |
|
| 3408 | + $this->updateCount = $updateCount; |
|
| 3409 | 3409 | } |
| 3410 | 3410 | public function getUpdateCount() |
| 3411 | 3411 | { |
| 3412 | - return $this->updateCount; |
|
| 3412 | + return $this->updateCount; |
|
| 3413 | 3413 | } |
| 3414 | 3414 | } |
| 3415 | 3415 | |
@@ -3429,35 +3429,35 @@ discard block |
||
| 3429 | 3429 | |
| 3430 | 3430 | public function setBatchFailures($batchFailures) |
| 3431 | 3431 | { |
| 3432 | - $this->batchFailures = $batchFailures; |
|
| 3432 | + $this->batchFailures = $batchFailures; |
|
| 3433 | 3433 | } |
| 3434 | 3434 | public function getBatchFailures() |
| 3435 | 3435 | { |
| 3436 | - return $this->batchFailures; |
|
| 3436 | + return $this->batchFailures; |
|
| 3437 | 3437 | } |
| 3438 | 3438 | public function setEventFailures($eventFailures) |
| 3439 | 3439 | { |
| 3440 | - $this->eventFailures = $eventFailures; |
|
| 3440 | + $this->eventFailures = $eventFailures; |
|
| 3441 | 3441 | } |
| 3442 | 3442 | public function getEventFailures() |
| 3443 | 3443 | { |
| 3444 | - return $this->eventFailures; |
|
| 3444 | + return $this->eventFailures; |
|
| 3445 | 3445 | } |
| 3446 | 3446 | public function setKind($kind) |
| 3447 | 3447 | { |
| 3448 | - $this->kind = $kind; |
|
| 3448 | + $this->kind = $kind; |
|
| 3449 | 3449 | } |
| 3450 | 3450 | public function getKind() |
| 3451 | 3451 | { |
| 3452 | - return $this->kind; |
|
| 3452 | + return $this->kind; |
|
| 3453 | 3453 | } |
| 3454 | 3454 | public function setPlayerEvents($playerEvents) |
| 3455 | 3455 | { |
| 3456 | - $this->playerEvents = $playerEvents; |
|
| 3456 | + $this->playerEvents = $playerEvents; |
|
| 3457 | 3457 | } |
| 3458 | 3458 | public function getPlayerEvents() |
| 3459 | 3459 | { |
| 3460 | - return $this->playerEvents; |
|
| 3460 | + return $this->playerEvents; |
|
| 3461 | 3461 | } |
| 3462 | 3462 | } |
| 3463 | 3463 | |
@@ -3472,27 +3472,27 @@ discard block |
||
| 3472 | 3472 | |
| 3473 | 3473 | public function setKind($kind) |
| 3474 | 3474 | { |
| 3475 | - $this->kind = $kind; |
|
| 3475 | + $this->kind = $kind; |
|
| 3476 | 3476 | } |
| 3477 | 3477 | public function getKind() |
| 3478 | 3478 | { |
| 3479 | - return $this->kind; |
|
| 3479 | + return $this->kind; |
|
| 3480 | 3480 | } |
| 3481 | 3481 | public function setRequestId($requestId) |
| 3482 | 3482 | { |
| 3483 | - $this->requestId = $requestId; |
|
| 3483 | + $this->requestId = $requestId; |
|
| 3484 | 3484 | } |
| 3485 | 3485 | public function getRequestId() |
| 3486 | 3486 | { |
| 3487 | - return $this->requestId; |
|
| 3487 | + return $this->requestId; |
|
| 3488 | 3488 | } |
| 3489 | 3489 | public function setSteps($steps) |
| 3490 | 3490 | { |
| 3491 | - $this->steps = $steps; |
|
| 3491 | + $this->steps = $steps; |
|
| 3492 | 3492 | } |
| 3493 | 3493 | public function getSteps() |
| 3494 | 3494 | { |
| 3495 | - return $this->steps; |
|
| 3495 | + return $this->steps; |
|
| 3496 | 3496 | } |
| 3497 | 3497 | } |
| 3498 | 3498 | |
@@ -3506,19 +3506,19 @@ discard block |
||
| 3506 | 3506 | |
| 3507 | 3507 | public function setKind($kind) |
| 3508 | 3508 | { |
| 3509 | - $this->kind = $kind; |
|
| 3509 | + $this->kind = $kind; |
|
| 3510 | 3510 | } |
| 3511 | 3511 | public function getKind() |
| 3512 | 3512 | { |
| 3513 | - return $this->kind; |
|
| 3513 | + return $this->kind; |
|
| 3514 | 3514 | } |
| 3515 | 3515 | public function setSteps($steps) |
| 3516 | 3516 | { |
| 3517 | - $this->steps = $steps; |
|
| 3517 | + $this->steps = $steps; |
|
| 3518 | 3518 | } |
| 3519 | 3519 | public function getSteps() |
| 3520 | 3520 | { |
| 3521 | - return $this->steps; |
|
| 3521 | + return $this->steps; |
|
| 3522 | 3522 | } |
| 3523 | 3523 | } |
| 3524 | 3524 | |
@@ -3535,43 +3535,43 @@ discard block |
||
| 3535 | 3535 | |
| 3536 | 3536 | public function setHeight($height) |
| 3537 | 3537 | { |
| 3538 | - $this->height = $height; |
|
| 3538 | + $this->height = $height; |
|
| 3539 | 3539 | } |
| 3540 | 3540 | public function getHeight() |
| 3541 | 3541 | { |
| 3542 | - return $this->height; |
|
| 3542 | + return $this->height; |
|
| 3543 | 3543 | } |
| 3544 | 3544 | public function setKind($kind) |
| 3545 | 3545 | { |
| 3546 | - $this->kind = $kind; |
|
| 3546 | + $this->kind = $kind; |
|
| 3547 | 3547 | } |
| 3548 | 3548 | public function getKind() |
| 3549 | 3549 | { |
| 3550 | - return $this->kind; |
|
| 3550 | + return $this->kind; |
|
| 3551 | 3551 | } |
| 3552 | 3552 | public function setName($name) |
| 3553 | 3553 | { |
| 3554 | - $this->name = $name; |
|
| 3554 | + $this->name = $name; |
|
| 3555 | 3555 | } |
| 3556 | 3556 | public function getName() |
| 3557 | 3557 | { |
| 3558 | - return $this->name; |
|
| 3558 | + return $this->name; |
|
| 3559 | 3559 | } |
| 3560 | 3560 | public function setUrl($url) |
| 3561 | 3561 | { |
| 3562 | - $this->url = $url; |
|
| 3562 | + $this->url = $url; |
|
| 3563 | 3563 | } |
| 3564 | 3564 | public function getUrl() |
| 3565 | 3565 | { |
| 3566 | - return $this->url; |
|
| 3566 | + return $this->url; |
|
| 3567 | 3567 | } |
| 3568 | 3568 | public function setWidth($width) |
| 3569 | 3569 | { |
| 3570 | - $this->width = $width; |
|
| 3570 | + $this->width = $width; |
|
| 3571 | 3571 | } |
| 3572 | 3572 | public function getWidth() |
| 3573 | 3573 | { |
| 3574 | - return $this->width; |
|
| 3574 | + return $this->width; |
|
| 3575 | 3575 | } |
| 3576 | 3576 | } |
| 3577 | 3577 | |
@@ -3595,75 +3595,75 @@ discard block |
||
| 3595 | 3595 | |
| 3596 | 3596 | public function setAcquisitionUri($acquisitionUri) |
| 3597 | 3597 | { |
| 3598 | - $this->acquisitionUri = $acquisitionUri; |
|
| 3598 | + $this->acquisitionUri = $acquisitionUri; |
|
| 3599 | 3599 | } |
| 3600 | 3600 | public function getAcquisitionUri() |
| 3601 | 3601 | { |
| 3602 | - return $this->acquisitionUri; |
|
| 3602 | + return $this->acquisitionUri; |
|
| 3603 | 3603 | } |
| 3604 | 3604 | public function setAndroidInstance(Google_Service_Games_InstanceAndroidDetails $androidInstance) |
| 3605 | 3605 | { |
| 3606 | - $this->androidInstance = $androidInstance; |
|
| 3606 | + $this->androidInstance = $androidInstance; |
|
| 3607 | 3607 | } |
| 3608 | 3608 | public function getAndroidInstance() |
| 3609 | 3609 | { |
| 3610 | - return $this->androidInstance; |
|
| 3610 | + return $this->androidInstance; |
|
| 3611 | 3611 | } |
| 3612 | 3612 | public function setIosInstance(Google_Service_Games_InstanceIosDetails $iosInstance) |
| 3613 | 3613 | { |
| 3614 | - $this->iosInstance = $iosInstance; |
|
| 3614 | + $this->iosInstance = $iosInstance; |
|
| 3615 | 3615 | } |
| 3616 | 3616 | public function getIosInstance() |
| 3617 | 3617 | { |
| 3618 | - return $this->iosInstance; |
|
| 3618 | + return $this->iosInstance; |
|
| 3619 | 3619 | } |
| 3620 | 3620 | public function setKind($kind) |
| 3621 | 3621 | { |
| 3622 | - $this->kind = $kind; |
|
| 3622 | + $this->kind = $kind; |
|
| 3623 | 3623 | } |
| 3624 | 3624 | public function getKind() |
| 3625 | 3625 | { |
| 3626 | - return $this->kind; |
|
| 3626 | + return $this->kind; |
|
| 3627 | 3627 | } |
| 3628 | 3628 | public function setName($name) |
| 3629 | 3629 | { |
| 3630 | - $this->name = $name; |
|
| 3630 | + $this->name = $name; |
|
| 3631 | 3631 | } |
| 3632 | 3632 | public function getName() |
| 3633 | 3633 | { |
| 3634 | - return $this->name; |
|
| 3634 | + return $this->name; |
|
| 3635 | 3635 | } |
| 3636 | 3636 | public function setPlatformType($platformType) |
| 3637 | 3637 | { |
| 3638 | - $this->platformType = $platformType; |
|
| 3638 | + $this->platformType = $platformType; |
|
| 3639 | 3639 | } |
| 3640 | 3640 | public function getPlatformType() |
| 3641 | 3641 | { |
| 3642 | - return $this->platformType; |
|
| 3642 | + return $this->platformType; |
|
| 3643 | 3643 | } |
| 3644 | 3644 | public function setRealtimePlay($realtimePlay) |
| 3645 | 3645 | { |
| 3646 | - $this->realtimePlay = $realtimePlay; |
|
| 3646 | + $this->realtimePlay = $realtimePlay; |
|
| 3647 | 3647 | } |
| 3648 | 3648 | public function getRealtimePlay() |
| 3649 | 3649 | { |
| 3650 | - return $this->realtimePlay; |
|
| 3650 | + return $this->realtimePlay; |
|
| 3651 | 3651 | } |
| 3652 | 3652 | public function setTurnBasedPlay($turnBasedPlay) |
| 3653 | 3653 | { |
| 3654 | - $this->turnBasedPlay = $turnBasedPlay; |
|
| 3654 | + $this->turnBasedPlay = $turnBasedPlay; |
|
| 3655 | 3655 | } |
| 3656 | 3656 | public function getTurnBasedPlay() |
| 3657 | 3657 | { |
| 3658 | - return $this->turnBasedPlay; |
|
| 3658 | + return $this->turnBasedPlay; |
|
| 3659 | 3659 | } |
| 3660 | 3660 | public function setWebInstance(Google_Service_Games_InstanceWebDetails $webInstance) |
| 3661 | 3661 | { |
| 3662 | - $this->webInstance = $webInstance; |
|
| 3662 | + $this->webInstance = $webInstance; |
|
| 3663 | 3663 | } |
| 3664 | 3664 | public function getWebInstance() |
| 3665 | 3665 | { |
| 3666 | - return $this->webInstance; |
|
| 3666 | + return $this->webInstance; |
|
| 3667 | 3667 | } |
| 3668 | 3668 | } |
| 3669 | 3669 | |
@@ -3679,35 +3679,35 @@ discard block |
||
| 3679 | 3679 | |
| 3680 | 3680 | public function setEnablePiracyCheck($enablePiracyCheck) |
| 3681 | 3681 | { |
| 3682 | - $this->enablePiracyCheck = $enablePiracyCheck; |
|
| 3682 | + $this->enablePiracyCheck = $enablePiracyCheck; |
|
| 3683 | 3683 | } |
| 3684 | 3684 | public function getEnablePiracyCheck() |
| 3685 | 3685 | { |
| 3686 | - return $this->enablePiracyCheck; |
|
| 3686 | + return $this->enablePiracyCheck; |
|
| 3687 | 3687 | } |
| 3688 | 3688 | public function setKind($kind) |
| 3689 | 3689 | { |
| 3690 | - $this->kind = $kind; |
|
| 3690 | + $this->kind = $kind; |
|
| 3691 | 3691 | } |
| 3692 | 3692 | public function getKind() |
| 3693 | 3693 | { |
| 3694 | - return $this->kind; |
|
| 3694 | + return $this->kind; |
|
| 3695 | 3695 | } |
| 3696 | 3696 | public function setPackageName($packageName) |
| 3697 | 3697 | { |
| 3698 | - $this->packageName = $packageName; |
|
| 3698 | + $this->packageName = $packageName; |
|
| 3699 | 3699 | } |
| 3700 | 3700 | public function getPackageName() |
| 3701 | 3701 | { |
| 3702 | - return $this->packageName; |
|
| 3702 | + return $this->packageName; |
|
| 3703 | 3703 | } |
| 3704 | 3704 | public function setPreferred($preferred) |
| 3705 | 3705 | { |
| 3706 | - $this->preferred = $preferred; |
|
| 3706 | + $this->preferred = $preferred; |
|
| 3707 | 3707 | } |
| 3708 | 3708 | public function getPreferred() |
| 3709 | 3709 | { |
| 3710 | - return $this->preferred; |
|
| 3710 | + return $this->preferred; |
|
| 3711 | 3711 | } |
| 3712 | 3712 | } |
| 3713 | 3713 | |
@@ -3726,59 +3726,59 @@ discard block |
||
| 3726 | 3726 | |
| 3727 | 3727 | public function setBundleIdentifier($bundleIdentifier) |
| 3728 | 3728 | { |
| 3729 | - $this->bundleIdentifier = $bundleIdentifier; |
|
| 3729 | + $this->bundleIdentifier = $bundleIdentifier; |
|
| 3730 | 3730 | } |
| 3731 | 3731 | public function getBundleIdentifier() |
| 3732 | 3732 | { |
| 3733 | - return $this->bundleIdentifier; |
|
| 3733 | + return $this->bundleIdentifier; |
|
| 3734 | 3734 | } |
| 3735 | 3735 | public function setItunesAppId($itunesAppId) |
| 3736 | 3736 | { |
| 3737 | - $this->itunesAppId = $itunesAppId; |
|
| 3737 | + $this->itunesAppId = $itunesAppId; |
|
| 3738 | 3738 | } |
| 3739 | 3739 | public function getItunesAppId() |
| 3740 | 3740 | { |
| 3741 | - return $this->itunesAppId; |
|
| 3741 | + return $this->itunesAppId; |
|
| 3742 | 3742 | } |
| 3743 | 3743 | public function setKind($kind) |
| 3744 | 3744 | { |
| 3745 | - $this->kind = $kind; |
|
| 3745 | + $this->kind = $kind; |
|
| 3746 | 3746 | } |
| 3747 | 3747 | public function getKind() |
| 3748 | 3748 | { |
| 3749 | - return $this->kind; |
|
| 3749 | + return $this->kind; |
|
| 3750 | 3750 | } |
| 3751 | 3751 | public function setPreferredForIpad($preferredForIpad) |
| 3752 | 3752 | { |
| 3753 | - $this->preferredForIpad = $preferredForIpad; |
|
| 3753 | + $this->preferredForIpad = $preferredForIpad; |
|
| 3754 | 3754 | } |
| 3755 | 3755 | public function getPreferredForIpad() |
| 3756 | 3756 | { |
| 3757 | - return $this->preferredForIpad; |
|
| 3757 | + return $this->preferredForIpad; |
|
| 3758 | 3758 | } |
| 3759 | 3759 | public function setPreferredForIphone($preferredForIphone) |
| 3760 | 3760 | { |
| 3761 | - $this->preferredForIphone = $preferredForIphone; |
|
| 3761 | + $this->preferredForIphone = $preferredForIphone; |
|
| 3762 | 3762 | } |
| 3763 | 3763 | public function getPreferredForIphone() |
| 3764 | 3764 | { |
| 3765 | - return $this->preferredForIphone; |
|
| 3765 | + return $this->preferredForIphone; |
|
| 3766 | 3766 | } |
| 3767 | 3767 | public function setSupportIpad($supportIpad) |
| 3768 | 3768 | { |
| 3769 | - $this->supportIpad = $supportIpad; |
|
| 3769 | + $this->supportIpad = $supportIpad; |
|
| 3770 | 3770 | } |
| 3771 | 3771 | public function getSupportIpad() |
| 3772 | 3772 | { |
| 3773 | - return $this->supportIpad; |
|
| 3773 | + return $this->supportIpad; |
|
| 3774 | 3774 | } |
| 3775 | 3775 | public function setSupportIphone($supportIphone) |
| 3776 | 3776 | { |
| 3777 | - $this->supportIphone = $supportIphone; |
|
| 3777 | + $this->supportIphone = $supportIphone; |
|
| 3778 | 3778 | } |
| 3779 | 3779 | public function getSupportIphone() |
| 3780 | 3780 | { |
| 3781 | - return $this->supportIphone; |
|
| 3781 | + return $this->supportIphone; |
|
| 3782 | 3782 | } |
| 3783 | 3783 | } |
| 3784 | 3784 | |
@@ -3793,27 +3793,27 @@ discard block |
||
| 3793 | 3793 | |
| 3794 | 3794 | public function setKind($kind) |
| 3795 | 3795 | { |
| 3796 | - $this->kind = $kind; |
|
| 3796 | + $this->kind = $kind; |
|
| 3797 | 3797 | } |
| 3798 | 3798 | public function getKind() |
| 3799 | 3799 | { |
| 3800 | - return $this->kind; |
|
| 3800 | + return $this->kind; |
|
| 3801 | 3801 | } |
| 3802 | 3802 | public function setLaunchUrl($launchUrl) |
| 3803 | 3803 | { |
| 3804 | - $this->launchUrl = $launchUrl; |
|
| 3804 | + $this->launchUrl = $launchUrl; |
|
| 3805 | 3805 | } |
| 3806 | 3806 | public function getLaunchUrl() |
| 3807 | 3807 | { |
| 3808 | - return $this->launchUrl; |
|
| 3808 | + return $this->launchUrl; |
|
| 3809 | 3809 | } |
| 3810 | 3810 | public function setPreferred($preferred) |
| 3811 | 3811 | { |
| 3812 | - $this->preferred = $preferred; |
|
| 3812 | + $this->preferred = $preferred; |
|
| 3813 | 3813 | } |
| 3814 | 3814 | public function getPreferred() |
| 3815 | 3815 | { |
| 3816 | - return $this->preferred; |
|
| 3816 | + return $this->preferred; |
|
| 3817 | 3817 | } |
| 3818 | 3818 | } |
| 3819 | 3819 | |
@@ -3831,51 +3831,51 @@ discard block |
||
| 3831 | 3831 | |
| 3832 | 3832 | public function setIconUrl($iconUrl) |
| 3833 | 3833 | { |
| 3834 | - $this->iconUrl = $iconUrl; |
|
| 3834 | + $this->iconUrl = $iconUrl; |
|
| 3835 | 3835 | } |
| 3836 | 3836 | public function getIconUrl() |
| 3837 | 3837 | { |
| 3838 | - return $this->iconUrl; |
|
| 3838 | + return $this->iconUrl; |
|
| 3839 | 3839 | } |
| 3840 | 3840 | public function setId($id) |
| 3841 | 3841 | { |
| 3842 | - $this->id = $id; |
|
| 3842 | + $this->id = $id; |
|
| 3843 | 3843 | } |
| 3844 | 3844 | public function getId() |
| 3845 | 3845 | { |
| 3846 | - return $this->id; |
|
| 3846 | + return $this->id; |
|
| 3847 | 3847 | } |
| 3848 | 3848 | public function setIsIconUrlDefault($isIconUrlDefault) |
| 3849 | 3849 | { |
| 3850 | - $this->isIconUrlDefault = $isIconUrlDefault; |
|
| 3850 | + $this->isIconUrlDefault = $isIconUrlDefault; |
|
| 3851 | 3851 | } |
| 3852 | 3852 | public function getIsIconUrlDefault() |
| 3853 | 3853 | { |
| 3854 | - return $this->isIconUrlDefault; |
|
| 3854 | + return $this->isIconUrlDefault; |
|
| 3855 | 3855 | } |
| 3856 | 3856 | public function setKind($kind) |
| 3857 | 3857 | { |
| 3858 | - $this->kind = $kind; |
|
| 3858 | + $this->kind = $kind; |
|
| 3859 | 3859 | } |
| 3860 | 3860 | public function getKind() |
| 3861 | 3861 | { |
| 3862 | - return $this->kind; |
|
| 3862 | + return $this->kind; |
|
| 3863 | 3863 | } |
| 3864 | 3864 | public function setName($name) |
| 3865 | 3865 | { |
| 3866 | - $this->name = $name; |
|
| 3866 | + $this->name = $name; |
|
| 3867 | 3867 | } |
| 3868 | 3868 | public function getName() |
| 3869 | 3869 | { |
| 3870 | - return $this->name; |
|
| 3870 | + return $this->name; |
|
| 3871 | 3871 | } |
| 3872 | 3872 | public function setOrder($order) |
| 3873 | 3873 | { |
| 3874 | - $this->order = $order; |
|
| 3874 | + $this->order = $order; |
|
| 3875 | 3875 | } |
| 3876 | 3876 | public function getOrder() |
| 3877 | 3877 | { |
| 3878 | - return $this->order; |
|
| 3878 | + return $this->order; |
|
| 3879 | 3879 | } |
| 3880 | 3880 | } |
| 3881 | 3881 | |
@@ -3897,75 +3897,75 @@ discard block |
||
| 3897 | 3897 | |
| 3898 | 3898 | public function setFormattedScore($formattedScore) |
| 3899 | 3899 | { |
| 3900 | - $this->formattedScore = $formattedScore; |
|
| 3900 | + $this->formattedScore = $formattedScore; |
|
| 3901 | 3901 | } |
| 3902 | 3902 | public function getFormattedScore() |
| 3903 | 3903 | { |
| 3904 | - return $this->formattedScore; |
|
| 3904 | + return $this->formattedScore; |
|
| 3905 | 3905 | } |
| 3906 | 3906 | public function setFormattedScoreRank($formattedScoreRank) |
| 3907 | 3907 | { |
| 3908 | - $this->formattedScoreRank = $formattedScoreRank; |
|
| 3908 | + $this->formattedScoreRank = $formattedScoreRank; |
|
| 3909 | 3909 | } |
| 3910 | 3910 | public function getFormattedScoreRank() |
| 3911 | 3911 | { |
| 3912 | - return $this->formattedScoreRank; |
|
| 3912 | + return $this->formattedScoreRank; |
|
| 3913 | 3913 | } |
| 3914 | 3914 | public function setKind($kind) |
| 3915 | 3915 | { |
| 3916 | - $this->kind = $kind; |
|
| 3916 | + $this->kind = $kind; |
|
| 3917 | 3917 | } |
| 3918 | 3918 | public function getKind() |
| 3919 | 3919 | { |
| 3920 | - return $this->kind; |
|
| 3920 | + return $this->kind; |
|
| 3921 | 3921 | } |
| 3922 | 3922 | public function setPlayer(Google_Service_Games_Player $player) |
| 3923 | 3923 | { |
| 3924 | - $this->player = $player; |
|
| 3924 | + $this->player = $player; |
|
| 3925 | 3925 | } |
| 3926 | 3926 | public function getPlayer() |
| 3927 | 3927 | { |
| 3928 | - return $this->player; |
|
| 3928 | + return $this->player; |
|
| 3929 | 3929 | } |
| 3930 | 3930 | public function setScoreRank($scoreRank) |
| 3931 | 3931 | { |
| 3932 | - $this->scoreRank = $scoreRank; |
|
| 3932 | + $this->scoreRank = $scoreRank; |
|
| 3933 | 3933 | } |
| 3934 | 3934 | public function getScoreRank() |
| 3935 | 3935 | { |
| 3936 | - return $this->scoreRank; |
|
| 3936 | + return $this->scoreRank; |
|
| 3937 | 3937 | } |
| 3938 | 3938 | public function setScoreTag($scoreTag) |
| 3939 | 3939 | { |
| 3940 | - $this->scoreTag = $scoreTag; |
|
| 3940 | + $this->scoreTag = $scoreTag; |
|
| 3941 | 3941 | } |
| 3942 | 3942 | public function getScoreTag() |
| 3943 | 3943 | { |
| 3944 | - return $this->scoreTag; |
|
| 3944 | + return $this->scoreTag; |
|
| 3945 | 3945 | } |
| 3946 | 3946 | public function setScoreValue($scoreValue) |
| 3947 | 3947 | { |
| 3948 | - $this->scoreValue = $scoreValue; |
|
| 3948 | + $this->scoreValue = $scoreValue; |
|
| 3949 | 3949 | } |
| 3950 | 3950 | public function getScoreValue() |
| 3951 | 3951 | { |
| 3952 | - return $this->scoreValue; |
|
| 3952 | + return $this->scoreValue; |
|
| 3953 | 3953 | } |
| 3954 | 3954 | public function setTimeSpan($timeSpan) |
| 3955 | 3955 | { |
| 3956 | - $this->timeSpan = $timeSpan; |
|
| 3956 | + $this->timeSpan = $timeSpan; |
|
| 3957 | 3957 | } |
| 3958 | 3958 | public function getTimeSpan() |
| 3959 | 3959 | { |
| 3960 | - return $this->timeSpan; |
|
| 3960 | + return $this->timeSpan; |
|
| 3961 | 3961 | } |
| 3962 | 3962 | public function setWriteTimestampMillis($writeTimestampMillis) |
| 3963 | 3963 | { |
| 3964 | - $this->writeTimestampMillis = $writeTimestampMillis; |
|
| 3964 | + $this->writeTimestampMillis = $writeTimestampMillis; |
|
| 3965 | 3965 | } |
| 3966 | 3966 | public function getWriteTimestampMillis() |
| 3967 | 3967 | { |
| 3968 | - return $this->writeTimestampMillis; |
|
| 3968 | + return $this->writeTimestampMillis; |
|
| 3969 | 3969 | } |
| 3970 | 3970 | } |
| 3971 | 3971 | |
@@ -3982,27 +3982,27 @@ discard block |
||
| 3982 | 3982 | |
| 3983 | 3983 | public function setItems($items) |
| 3984 | 3984 | { |
| 3985 | - $this->items = $items; |
|
| 3985 | + $this->items = $items; |
|
| 3986 | 3986 | } |
| 3987 | 3987 | public function getItems() |
| 3988 | 3988 | { |
| 3989 | - return $this->items; |
|
| 3989 | + return $this->items; |
|
| 3990 | 3990 | } |
| 3991 | 3991 | public function setKind($kind) |
| 3992 | 3992 | { |
| 3993 | - $this->kind = $kind; |
|
| 3993 | + $this->kind = $kind; |
|
| 3994 | 3994 | } |
| 3995 | 3995 | public function getKind() |
| 3996 | 3996 | { |
| 3997 | - return $this->kind; |
|
| 3997 | + return $this->kind; |
|
| 3998 | 3998 | } |
| 3999 | 3999 | public function setNextPageToken($nextPageToken) |
| 4000 | 4000 | { |
| 4001 | - $this->nextPageToken = $nextPageToken; |
|
| 4001 | + $this->nextPageToken = $nextPageToken; |
|
| 4002 | 4002 | } |
| 4003 | 4003 | public function getNextPageToken() |
| 4004 | 4004 | { |
| 4005 | - return $this->nextPageToken; |
|
| 4005 | + return $this->nextPageToken; |
|
| 4006 | 4006 | } |
| 4007 | 4007 | } |
| 4008 | 4008 | |
@@ -4019,43 +4019,43 @@ discard block |
||
| 4019 | 4019 | |
| 4020 | 4020 | public function setFormattedNumScores($formattedNumScores) |
| 4021 | 4021 | { |
| 4022 | - $this->formattedNumScores = $formattedNumScores; |
|
| 4022 | + $this->formattedNumScores = $formattedNumScores; |
|
| 4023 | 4023 | } |
| 4024 | 4024 | public function getFormattedNumScores() |
| 4025 | 4025 | { |
| 4026 | - return $this->formattedNumScores; |
|
| 4026 | + return $this->formattedNumScores; |
|
| 4027 | 4027 | } |
| 4028 | 4028 | public function setFormattedRank($formattedRank) |
| 4029 | 4029 | { |
| 4030 | - $this->formattedRank = $formattedRank; |
|
| 4030 | + $this->formattedRank = $formattedRank; |
|
| 4031 | 4031 | } |
| 4032 | 4032 | public function getFormattedRank() |
| 4033 | 4033 | { |
| 4034 | - return $this->formattedRank; |
|
| 4034 | + return $this->formattedRank; |
|
| 4035 | 4035 | } |
| 4036 | 4036 | public function setKind($kind) |
| 4037 | 4037 | { |
| 4038 | - $this->kind = $kind; |
|
| 4038 | + $this->kind = $kind; |
|
| 4039 | 4039 | } |
| 4040 | 4040 | public function getKind() |
| 4041 | 4041 | { |
| 4042 | - return $this->kind; |
|
| 4042 | + return $this->kind; |
|
| 4043 | 4043 | } |
| 4044 | 4044 | public function setNumScores($numScores) |
| 4045 | 4045 | { |
| 4046 | - $this->numScores = $numScores; |
|
| 4046 | + $this->numScores = $numScores; |
|
| 4047 | 4047 | } |
| 4048 | 4048 | public function getNumScores() |
| 4049 | 4049 | { |
| 4050 | - return $this->numScores; |
|
| 4050 | + return $this->numScores; |
|
| 4051 | 4051 | } |
| 4052 | 4052 | public function setRank($rank) |
| 4053 | 4053 | { |
| 4054 | - $this->rank = $rank; |
|
| 4054 | + $this->rank = $rank; |
|
| 4055 | 4055 | } |
| 4056 | 4056 | public function getRank() |
| 4057 | 4057 | { |
| 4058 | - return $this->rank; |
|
| 4058 | + return $this->rank; |
|
| 4059 | 4059 | } |
| 4060 | 4060 | } |
| 4061 | 4061 | |
@@ -4076,51 +4076,51 @@ discard block |
||
| 4076 | 4076 | |
| 4077 | 4077 | public function setItems($items) |
| 4078 | 4078 | { |
| 4079 | - $this->items = $items; |
|
| 4079 | + $this->items = $items; |
|
| 4080 | 4080 | } |
| 4081 | 4081 | public function getItems() |
| 4082 | 4082 | { |
| 4083 | - return $this->items; |
|
| 4083 | + return $this->items; |
|
| 4084 | 4084 | } |
| 4085 | 4085 | public function setKind($kind) |
| 4086 | 4086 | { |
| 4087 | - $this->kind = $kind; |
|
| 4087 | + $this->kind = $kind; |
|
| 4088 | 4088 | } |
| 4089 | 4089 | public function getKind() |
| 4090 | 4090 | { |
| 4091 | - return $this->kind; |
|
| 4091 | + return $this->kind; |
|
| 4092 | 4092 | } |
| 4093 | 4093 | public function setNextPageToken($nextPageToken) |
| 4094 | 4094 | { |
| 4095 | - $this->nextPageToken = $nextPageToken; |
|
| 4095 | + $this->nextPageToken = $nextPageToken; |
|
| 4096 | 4096 | } |
| 4097 | 4097 | public function getNextPageToken() |
| 4098 | 4098 | { |
| 4099 | - return $this->nextPageToken; |
|
| 4099 | + return $this->nextPageToken; |
|
| 4100 | 4100 | } |
| 4101 | 4101 | public function setNumScores($numScores) |
| 4102 | 4102 | { |
| 4103 | - $this->numScores = $numScores; |
|
| 4103 | + $this->numScores = $numScores; |
|
| 4104 | 4104 | } |
| 4105 | 4105 | public function getNumScores() |
| 4106 | 4106 | { |
| 4107 | - return $this->numScores; |
|
| 4107 | + return $this->numScores; |
|
| 4108 | 4108 | } |
| 4109 | 4109 | public function setPlayerScore(Google_Service_Games_LeaderboardEntry $playerScore) |
| 4110 | 4110 | { |
| 4111 | - $this->playerScore = $playerScore; |
|
| 4111 | + $this->playerScore = $playerScore; |
|
| 4112 | 4112 | } |
| 4113 | 4113 | public function getPlayerScore() |
| 4114 | 4114 | { |
| 4115 | - return $this->playerScore; |
|
| 4115 | + return $this->playerScore; |
|
| 4116 | 4116 | } |
| 4117 | 4117 | public function setPrevPageToken($prevPageToken) |
| 4118 | 4118 | { |
| 4119 | - $this->prevPageToken = $prevPageToken; |
|
| 4119 | + $this->prevPageToken = $prevPageToken; |
|
| 4120 | 4120 | } |
| 4121 | 4121 | public function getPrevPageToken() |
| 4122 | 4122 | { |
| 4123 | - return $this->prevPageToken; |
|
| 4123 | + return $this->prevPageToken; |
|
| 4124 | 4124 | } |
| 4125 | 4125 | } |
| 4126 | 4126 | |
@@ -4137,27 +4137,27 @@ discard block |
||
| 4137 | 4137 | |
| 4138 | 4138 | public function setCurrentVersion($currentVersion) |
| 4139 | 4139 | { |
| 4140 | - $this->currentVersion = $currentVersion; |
|
| 4140 | + $this->currentVersion = $currentVersion; |
|
| 4141 | 4141 | } |
| 4142 | 4142 | public function getCurrentVersion() |
| 4143 | 4143 | { |
| 4144 | - return $this->currentVersion; |
|
| 4144 | + return $this->currentVersion; |
|
| 4145 | 4145 | } |
| 4146 | 4146 | public function setKind($kind) |
| 4147 | 4147 | { |
| 4148 | - $this->kind = $kind; |
|
| 4148 | + $this->kind = $kind; |
|
| 4149 | 4149 | } |
| 4150 | 4150 | public function getKind() |
| 4151 | 4151 | { |
| 4152 | - return $this->kind; |
|
| 4152 | + return $this->kind; |
|
| 4153 | 4153 | } |
| 4154 | 4154 | public function setPlayerLevels($playerLevels) |
| 4155 | 4155 | { |
| 4156 | - $this->playerLevels = $playerLevels; |
|
| 4156 | + $this->playerLevels = $playerLevels; |
|
| 4157 | 4157 | } |
| 4158 | 4158 | public function getPlayerLevels() |
| 4159 | 4159 | { |
| 4160 | - return $this->playerLevels; |
|
| 4160 | + return $this->playerLevels; |
|
| 4161 | 4161 | } |
| 4162 | 4162 | } |
| 4163 | 4163 | |
@@ -4176,59 +4176,59 @@ discard block |
||
| 4176 | 4176 | |
| 4177 | 4177 | public function setAndroidNetworkSubtype($androidNetworkSubtype) |
| 4178 | 4178 | { |
| 4179 | - $this->androidNetworkSubtype = $androidNetworkSubtype; |
|
| 4179 | + $this->androidNetworkSubtype = $androidNetworkSubtype; |
|
| 4180 | 4180 | } |
| 4181 | 4181 | public function getAndroidNetworkSubtype() |
| 4182 | 4182 | { |
| 4183 | - return $this->androidNetworkSubtype; |
|
| 4183 | + return $this->androidNetworkSubtype; |
|
| 4184 | 4184 | } |
| 4185 | 4185 | public function setAndroidNetworkType($androidNetworkType) |
| 4186 | 4186 | { |
| 4187 | - $this->androidNetworkType = $androidNetworkType; |
|
| 4187 | + $this->androidNetworkType = $androidNetworkType; |
|
| 4188 | 4188 | } |
| 4189 | 4189 | public function getAndroidNetworkType() |
| 4190 | 4190 | { |
| 4191 | - return $this->androidNetworkType; |
|
| 4191 | + return $this->androidNetworkType; |
|
| 4192 | 4192 | } |
| 4193 | 4193 | public function setIosNetworkType($iosNetworkType) |
| 4194 | 4194 | { |
| 4195 | - $this->iosNetworkType = $iosNetworkType; |
|
| 4195 | + $this->iosNetworkType = $iosNetworkType; |
|
| 4196 | 4196 | } |
| 4197 | 4197 | public function getIosNetworkType() |
| 4198 | 4198 | { |
| 4199 | - return $this->iosNetworkType; |
|
| 4199 | + return $this->iosNetworkType; |
|
| 4200 | 4200 | } |
| 4201 | 4201 | public function setKind($kind) |
| 4202 | 4202 | { |
| 4203 | - $this->kind = $kind; |
|
| 4203 | + $this->kind = $kind; |
|
| 4204 | 4204 | } |
| 4205 | 4205 | public function getKind() |
| 4206 | 4206 | { |
| 4207 | - return $this->kind; |
|
| 4207 | + return $this->kind; |
|
| 4208 | 4208 | } |
| 4209 | 4209 | public function setNetworkOperatorCode($networkOperatorCode) |
| 4210 | 4210 | { |
| 4211 | - $this->networkOperatorCode = $networkOperatorCode; |
|
| 4211 | + $this->networkOperatorCode = $networkOperatorCode; |
|
| 4212 | 4212 | } |
| 4213 | 4213 | public function getNetworkOperatorCode() |
| 4214 | 4214 | { |
| 4215 | - return $this->networkOperatorCode; |
|
| 4215 | + return $this->networkOperatorCode; |
|
| 4216 | 4216 | } |
| 4217 | 4217 | public function setNetworkOperatorName($networkOperatorName) |
| 4218 | 4218 | { |
| 4219 | - $this->networkOperatorName = $networkOperatorName; |
|
| 4219 | + $this->networkOperatorName = $networkOperatorName; |
|
| 4220 | 4220 | } |
| 4221 | 4221 | public function getNetworkOperatorName() |
| 4222 | 4222 | { |
| 4223 | - return $this->networkOperatorName; |
|
| 4223 | + return $this->networkOperatorName; |
|
| 4224 | 4224 | } |
| 4225 | 4225 | public function setRegistrationLatencyMillis($registrationLatencyMillis) |
| 4226 | 4226 | { |
| 4227 | - $this->registrationLatencyMillis = $registrationLatencyMillis; |
|
| 4227 | + $this->registrationLatencyMillis = $registrationLatencyMillis; |
|
| 4228 | 4228 | } |
| 4229 | 4229 | public function getRegistrationLatencyMillis() |
| 4230 | 4230 | { |
| 4231 | - return $this->registrationLatencyMillis; |
|
| 4231 | + return $this->registrationLatencyMillis; |
|
| 4232 | 4232 | } |
| 4233 | 4233 | } |
| 4234 | 4234 | |
@@ -4244,35 +4244,35 @@ discard block |
||
| 4244 | 4244 | |
| 4245 | 4245 | public function setKind($kind) |
| 4246 | 4246 | { |
| 4247 | - $this->kind = $kind; |
|
| 4247 | + $this->kind = $kind; |
|
| 4248 | 4248 | } |
| 4249 | 4249 | public function getKind() |
| 4250 | 4250 | { |
| 4251 | - return $this->kind; |
|
| 4251 | + return $this->kind; |
|
| 4252 | 4252 | } |
| 4253 | 4253 | public function setParticipantId($participantId) |
| 4254 | 4254 | { |
| 4255 | - $this->participantId = $participantId; |
|
| 4255 | + $this->participantId = $participantId; |
|
| 4256 | 4256 | } |
| 4257 | 4257 | public function getParticipantId() |
| 4258 | 4258 | { |
| 4259 | - return $this->participantId; |
|
| 4259 | + return $this->participantId; |
|
| 4260 | 4260 | } |
| 4261 | 4261 | public function setPlacing($placing) |
| 4262 | 4262 | { |
| 4263 | - $this->placing = $placing; |
|
| 4263 | + $this->placing = $placing; |
|
| 4264 | 4264 | } |
| 4265 | 4265 | public function getPlacing() |
| 4266 | 4266 | { |
| 4267 | - return $this->placing; |
|
| 4267 | + return $this->placing; |
|
| 4268 | 4268 | } |
| 4269 | 4269 | public function setResult($result) |
| 4270 | 4270 | { |
| 4271 | - $this->result = $result; |
|
| 4271 | + $this->result = $result; |
|
| 4272 | 4272 | } |
| 4273 | 4273 | public function getResult() |
| 4274 | 4274 | { |
| 4275 | - return $this->result; |
|
| 4275 | + return $this->result; |
|
| 4276 | 4276 | } |
| 4277 | 4277 | } |
| 4278 | 4278 | |
@@ -4295,67 +4295,67 @@ discard block |
||
| 4295 | 4295 | |
| 4296 | 4296 | public function setBytesReceived(Google_Service_Games_AggregateStats $bytesReceived) |
| 4297 | 4297 | { |
| 4298 | - $this->bytesReceived = $bytesReceived; |
|
| 4298 | + $this->bytesReceived = $bytesReceived; |
|
| 4299 | 4299 | } |
| 4300 | 4300 | public function getBytesReceived() |
| 4301 | 4301 | { |
| 4302 | - return $this->bytesReceived; |
|
| 4302 | + return $this->bytesReceived; |
|
| 4303 | 4303 | } |
| 4304 | 4304 | public function setBytesSent(Google_Service_Games_AggregateStats $bytesSent) |
| 4305 | 4305 | { |
| 4306 | - $this->bytesSent = $bytesSent; |
|
| 4306 | + $this->bytesSent = $bytesSent; |
|
| 4307 | 4307 | } |
| 4308 | 4308 | public function getBytesSent() |
| 4309 | 4309 | { |
| 4310 | - return $this->bytesSent; |
|
| 4310 | + return $this->bytesSent; |
|
| 4311 | 4311 | } |
| 4312 | 4312 | public function setKind($kind) |
| 4313 | 4313 | { |
| 4314 | - $this->kind = $kind; |
|
| 4314 | + $this->kind = $kind; |
|
| 4315 | 4315 | } |
| 4316 | 4316 | public function getKind() |
| 4317 | 4317 | { |
| 4318 | - return $this->kind; |
|
| 4318 | + return $this->kind; |
|
| 4319 | 4319 | } |
| 4320 | 4320 | public function setNumMessagesLost($numMessagesLost) |
| 4321 | 4321 | { |
| 4322 | - $this->numMessagesLost = $numMessagesLost; |
|
| 4322 | + $this->numMessagesLost = $numMessagesLost; |
|
| 4323 | 4323 | } |
| 4324 | 4324 | public function getNumMessagesLost() |
| 4325 | 4325 | { |
| 4326 | - return $this->numMessagesLost; |
|
| 4326 | + return $this->numMessagesLost; |
|
| 4327 | 4327 | } |
| 4328 | 4328 | public function setNumMessagesReceived($numMessagesReceived) |
| 4329 | 4329 | { |
| 4330 | - $this->numMessagesReceived = $numMessagesReceived; |
|
| 4330 | + $this->numMessagesReceived = $numMessagesReceived; |
|
| 4331 | 4331 | } |
| 4332 | 4332 | public function getNumMessagesReceived() |
| 4333 | 4333 | { |
| 4334 | - return $this->numMessagesReceived; |
|
| 4334 | + return $this->numMessagesReceived; |
|
| 4335 | 4335 | } |
| 4336 | 4336 | public function setNumMessagesSent($numMessagesSent) |
| 4337 | 4337 | { |
| 4338 | - $this->numMessagesSent = $numMessagesSent; |
|
| 4338 | + $this->numMessagesSent = $numMessagesSent; |
|
| 4339 | 4339 | } |
| 4340 | 4340 | public function getNumMessagesSent() |
| 4341 | 4341 | { |
| 4342 | - return $this->numMessagesSent; |
|
| 4342 | + return $this->numMessagesSent; |
|
| 4343 | 4343 | } |
| 4344 | 4344 | public function setNumSendFailures($numSendFailures) |
| 4345 | 4345 | { |
| 4346 | - $this->numSendFailures = $numSendFailures; |
|
| 4346 | + $this->numSendFailures = $numSendFailures; |
|
| 4347 | 4347 | } |
| 4348 | 4348 | public function getNumSendFailures() |
| 4349 | 4349 | { |
| 4350 | - return $this->numSendFailures; |
|
| 4350 | + return $this->numSendFailures; |
|
| 4351 | 4351 | } |
| 4352 | 4352 | public function setRoundtripLatencyMillis(Google_Service_Games_AggregateStats $roundtripLatencyMillis) |
| 4353 | 4353 | { |
| 4354 | - $this->roundtripLatencyMillis = $roundtripLatencyMillis; |
|
| 4354 | + $this->roundtripLatencyMillis = $roundtripLatencyMillis; |
|
| 4355 | 4355 | } |
| 4356 | 4356 | public function getRoundtripLatencyMillis() |
| 4357 | 4357 | { |
| 4358 | - return $this->roundtripLatencyMillis; |
|
| 4358 | + return $this->roundtripLatencyMillis; |
|
| 4359 | 4359 | } |
| 4360 | 4360 | } |
| 4361 | 4361 | |
@@ -4374,43 +4374,43 @@ discard block |
||
| 4374 | 4374 | |
| 4375 | 4375 | public function setConnectedTimestampMillis($connectedTimestampMillis) |
| 4376 | 4376 | { |
| 4377 | - $this->connectedTimestampMillis = $connectedTimestampMillis; |
|
| 4377 | + $this->connectedTimestampMillis = $connectedTimestampMillis; |
|
| 4378 | 4378 | } |
| 4379 | 4379 | public function getConnectedTimestampMillis() |
| 4380 | 4380 | { |
| 4381 | - return $this->connectedTimestampMillis; |
|
| 4381 | + return $this->connectedTimestampMillis; |
|
| 4382 | 4382 | } |
| 4383 | 4383 | public function setKind($kind) |
| 4384 | 4384 | { |
| 4385 | - $this->kind = $kind; |
|
| 4385 | + $this->kind = $kind; |
|
| 4386 | 4386 | } |
| 4387 | 4387 | public function getKind() |
| 4388 | 4388 | { |
| 4389 | - return $this->kind; |
|
| 4389 | + return $this->kind; |
|
| 4390 | 4390 | } |
| 4391 | 4391 | public function setParticipantId($participantId) |
| 4392 | 4392 | { |
| 4393 | - $this->participantId = $participantId; |
|
| 4393 | + $this->participantId = $participantId; |
|
| 4394 | 4394 | } |
| 4395 | 4395 | public function getParticipantId() |
| 4396 | 4396 | { |
| 4397 | - return $this->participantId; |
|
| 4397 | + return $this->participantId; |
|
| 4398 | 4398 | } |
| 4399 | 4399 | public function setReliableChannel(Google_Service_Games_PeerChannelDiagnostics $reliableChannel) |
| 4400 | 4400 | { |
| 4401 | - $this->reliableChannel = $reliableChannel; |
|
| 4401 | + $this->reliableChannel = $reliableChannel; |
|
| 4402 | 4402 | } |
| 4403 | 4403 | public function getReliableChannel() |
| 4404 | 4404 | { |
| 4405 | - return $this->reliableChannel; |
|
| 4405 | + return $this->reliableChannel; |
|
| 4406 | 4406 | } |
| 4407 | 4407 | public function setUnreliableChannel(Google_Service_Games_PeerChannelDiagnostics $unreliableChannel) |
| 4408 | 4408 | { |
| 4409 | - $this->unreliableChannel = $unreliableChannel; |
|
| 4409 | + $this->unreliableChannel = $unreliableChannel; |
|
| 4410 | 4410 | } |
| 4411 | 4411 | public function getUnreliableChannel() |
| 4412 | 4412 | { |
| 4413 | - return $this->unreliableChannel; |
|
| 4413 | + return $this->unreliableChannel; |
|
| 4414 | 4414 | } |
| 4415 | 4415 | } |
| 4416 | 4416 | |
@@ -4425,27 +4425,27 @@ discard block |
||
| 4425 | 4425 | |
| 4426 | 4426 | public function setAutoMatched($autoMatched) |
| 4427 | 4427 | { |
| 4428 | - $this->autoMatched = $autoMatched; |
|
| 4428 | + $this->autoMatched = $autoMatched; |
|
| 4429 | 4429 | } |
| 4430 | 4430 | public function getAutoMatched() |
| 4431 | 4431 | { |
| 4432 | - return $this->autoMatched; |
|
| 4432 | + return $this->autoMatched; |
|
| 4433 | 4433 | } |
| 4434 | 4434 | public function setKind($kind) |
| 4435 | 4435 | { |
| 4436 | - $this->kind = $kind; |
|
| 4436 | + $this->kind = $kind; |
|
| 4437 | 4437 | } |
| 4438 | 4438 | public function getKind() |
| 4439 | 4439 | { |
| 4440 | - return $this->kind; |
|
| 4440 | + return $this->kind; |
|
| 4441 | 4441 | } |
| 4442 | 4442 | public function setTimeMillis($timeMillis) |
| 4443 | 4443 | { |
| 4444 | - $this->timeMillis = $timeMillis; |
|
| 4444 | + $this->timeMillis = $timeMillis; |
|
| 4445 | 4445 | } |
| 4446 | 4446 | public function getTimeMillis() |
| 4447 | 4447 | { |
| 4448 | - return $this->timeMillis; |
|
| 4448 | + return $this->timeMillis; |
|
| 4449 | 4449 | } |
| 4450 | 4450 | } |
| 4451 | 4451 | |
@@ -4468,67 +4468,67 @@ discard block |
||
| 4468 | 4468 | |
| 4469 | 4469 | public function setAvatarImageUrl($avatarImageUrl) |
| 4470 | 4470 | { |
| 4471 | - $this->avatarImageUrl = $avatarImageUrl; |
|
| 4471 | + $this->avatarImageUrl = $avatarImageUrl; |
|
| 4472 | 4472 | } |
| 4473 | 4473 | public function getAvatarImageUrl() |
| 4474 | 4474 | { |
| 4475 | - return $this->avatarImageUrl; |
|
| 4475 | + return $this->avatarImageUrl; |
|
| 4476 | 4476 | } |
| 4477 | 4477 | public function setDisplayName($displayName) |
| 4478 | 4478 | { |
| 4479 | - $this->displayName = $displayName; |
|
| 4479 | + $this->displayName = $displayName; |
|
| 4480 | 4480 | } |
| 4481 | 4481 | public function getDisplayName() |
| 4482 | 4482 | { |
| 4483 | - return $this->displayName; |
|
| 4483 | + return $this->displayName; |
|
| 4484 | 4484 | } |
| 4485 | 4485 | public function setExperienceInfo(Google_Service_Games_PlayerExperienceInfo $experienceInfo) |
| 4486 | 4486 | { |
| 4487 | - $this->experienceInfo = $experienceInfo; |
|
| 4487 | + $this->experienceInfo = $experienceInfo; |
|
| 4488 | 4488 | } |
| 4489 | 4489 | public function getExperienceInfo() |
| 4490 | 4490 | { |
| 4491 | - return $this->experienceInfo; |
|
| 4491 | + return $this->experienceInfo; |
|
| 4492 | 4492 | } |
| 4493 | 4493 | public function setKind($kind) |
| 4494 | 4494 | { |
| 4495 | - $this->kind = $kind; |
|
| 4495 | + $this->kind = $kind; |
|
| 4496 | 4496 | } |
| 4497 | 4497 | public function getKind() |
| 4498 | 4498 | { |
| 4499 | - return $this->kind; |
|
| 4499 | + return $this->kind; |
|
| 4500 | 4500 | } |
| 4501 | 4501 | public function setLastPlayedWith(Google_Service_Games_Played $lastPlayedWith) |
| 4502 | 4502 | { |
| 4503 | - $this->lastPlayedWith = $lastPlayedWith; |
|
| 4503 | + $this->lastPlayedWith = $lastPlayedWith; |
|
| 4504 | 4504 | } |
| 4505 | 4505 | public function getLastPlayedWith() |
| 4506 | 4506 | { |
| 4507 | - return $this->lastPlayedWith; |
|
| 4507 | + return $this->lastPlayedWith; |
|
| 4508 | 4508 | } |
| 4509 | 4509 | public function setName(Google_Service_Games_PlayerName $name) |
| 4510 | 4510 | { |
| 4511 | - $this->name = $name; |
|
| 4511 | + $this->name = $name; |
|
| 4512 | 4512 | } |
| 4513 | 4513 | public function getName() |
| 4514 | 4514 | { |
| 4515 | - return $this->name; |
|
| 4515 | + return $this->name; |
|
| 4516 | 4516 | } |
| 4517 | 4517 | public function setPlayerId($playerId) |
| 4518 | 4518 | { |
| 4519 | - $this->playerId = $playerId; |
|
| 4519 | + $this->playerId = $playerId; |
|
| 4520 | 4520 | } |
| 4521 | 4521 | public function getPlayerId() |
| 4522 | 4522 | { |
| 4523 | - return $this->playerId; |
|
| 4523 | + return $this->playerId; |
|
| 4524 | 4524 | } |
| 4525 | 4525 | public function setTitle($title) |
| 4526 | 4526 | { |
| 4527 | - $this->title = $title; |
|
| 4527 | + $this->title = $title; |
|
| 4528 | 4528 | } |
| 4529 | 4529 | public function getTitle() |
| 4530 | 4530 | { |
| 4531 | - return $this->title; |
|
| 4531 | + return $this->title; |
|
| 4532 | 4532 | } |
| 4533 | 4533 | } |
| 4534 | 4534 | |
@@ -4547,59 +4547,59 @@ discard block |
||
| 4547 | 4547 | |
| 4548 | 4548 | public function setAchievementState($achievementState) |
| 4549 | 4549 | { |
| 4550 | - $this->achievementState = $achievementState; |
|
| 4550 | + $this->achievementState = $achievementState; |
|
| 4551 | 4551 | } |
| 4552 | 4552 | public function getAchievementState() |
| 4553 | 4553 | { |
| 4554 | - return $this->achievementState; |
|
| 4554 | + return $this->achievementState; |
|
| 4555 | 4555 | } |
| 4556 | 4556 | public function setCurrentSteps($currentSteps) |
| 4557 | 4557 | { |
| 4558 | - $this->currentSteps = $currentSteps; |
|
| 4558 | + $this->currentSteps = $currentSteps; |
|
| 4559 | 4559 | } |
| 4560 | 4560 | public function getCurrentSteps() |
| 4561 | 4561 | { |
| 4562 | - return $this->currentSteps; |
|
| 4562 | + return $this->currentSteps; |
|
| 4563 | 4563 | } |
| 4564 | 4564 | public function setExperiencePoints($experiencePoints) |
| 4565 | 4565 | { |
| 4566 | - $this->experiencePoints = $experiencePoints; |
|
| 4566 | + $this->experiencePoints = $experiencePoints; |
|
| 4567 | 4567 | } |
| 4568 | 4568 | public function getExperiencePoints() |
| 4569 | 4569 | { |
| 4570 | - return $this->experiencePoints; |
|
| 4570 | + return $this->experiencePoints; |
|
| 4571 | 4571 | } |
| 4572 | 4572 | public function setFormattedCurrentStepsString($formattedCurrentStepsString) |
| 4573 | 4573 | { |
| 4574 | - $this->formattedCurrentStepsString = $formattedCurrentStepsString; |
|
| 4574 | + $this->formattedCurrentStepsString = $formattedCurrentStepsString; |
|
| 4575 | 4575 | } |
| 4576 | 4576 | public function getFormattedCurrentStepsString() |
| 4577 | 4577 | { |
| 4578 | - return $this->formattedCurrentStepsString; |
|
| 4578 | + return $this->formattedCurrentStepsString; |
|
| 4579 | 4579 | } |
| 4580 | 4580 | public function setId($id) |
| 4581 | 4581 | { |
| 4582 | - $this->id = $id; |
|
| 4582 | + $this->id = $id; |
|
| 4583 | 4583 | } |
| 4584 | 4584 | public function getId() |
| 4585 | 4585 | { |
| 4586 | - return $this->id; |
|
| 4586 | + return $this->id; |
|
| 4587 | 4587 | } |
| 4588 | 4588 | public function setKind($kind) |
| 4589 | 4589 | { |
| 4590 | - $this->kind = $kind; |
|
| 4590 | + $this->kind = $kind; |
|
| 4591 | 4591 | } |
| 4592 | 4592 | public function getKind() |
| 4593 | 4593 | { |
| 4594 | - return $this->kind; |
|
| 4594 | + return $this->kind; |
|
| 4595 | 4595 | } |
| 4596 | 4596 | public function setLastUpdatedTimestamp($lastUpdatedTimestamp) |
| 4597 | 4597 | { |
| 4598 | - $this->lastUpdatedTimestamp = $lastUpdatedTimestamp; |
|
| 4598 | + $this->lastUpdatedTimestamp = $lastUpdatedTimestamp; |
|
| 4599 | 4599 | } |
| 4600 | 4600 | public function getLastUpdatedTimestamp() |
| 4601 | 4601 | { |
| 4602 | - return $this->lastUpdatedTimestamp; |
|
| 4602 | + return $this->lastUpdatedTimestamp; |
|
| 4603 | 4603 | } |
| 4604 | 4604 | } |
| 4605 | 4605 | |
@@ -4616,27 +4616,27 @@ discard block |
||
| 4616 | 4616 | |
| 4617 | 4617 | public function setItems($items) |
| 4618 | 4618 | { |
| 4619 | - $this->items = $items; |
|
| 4619 | + $this->items = $items; |
|
| 4620 | 4620 | } |
| 4621 | 4621 | public function getItems() |
| 4622 | 4622 | { |
| 4623 | - return $this->items; |
|
| 4623 | + return $this->items; |
|
| 4624 | 4624 | } |
| 4625 | 4625 | public function setKind($kind) |
| 4626 | 4626 | { |
| 4627 | - $this->kind = $kind; |
|
| 4627 | + $this->kind = $kind; |
|
| 4628 | 4628 | } |
| 4629 | 4629 | public function getKind() |
| 4630 | 4630 | { |
| 4631 | - return $this->kind; |
|
| 4631 | + return $this->kind; |
|
| 4632 | 4632 | } |
| 4633 | 4633 | public function setNextPageToken($nextPageToken) |
| 4634 | 4634 | { |
| 4635 | - $this->nextPageToken = $nextPageToken; |
|
| 4635 | + $this->nextPageToken = $nextPageToken; |
|
| 4636 | 4636 | } |
| 4637 | 4637 | public function getNextPageToken() |
| 4638 | 4638 | { |
| 4639 | - return $this->nextPageToken; |
|
| 4639 | + return $this->nextPageToken; |
|
| 4640 | 4640 | } |
| 4641 | 4641 | } |
| 4642 | 4642 | |
@@ -4653,43 +4653,43 @@ discard block |
||
| 4653 | 4653 | |
| 4654 | 4654 | public function setDefinitionId($definitionId) |
| 4655 | 4655 | { |
| 4656 | - $this->definitionId = $definitionId; |
|
| 4656 | + $this->definitionId = $definitionId; |
|
| 4657 | 4657 | } |
| 4658 | 4658 | public function getDefinitionId() |
| 4659 | 4659 | { |
| 4660 | - return $this->definitionId; |
|
| 4660 | + return $this->definitionId; |
|
| 4661 | 4661 | } |
| 4662 | 4662 | public function setFormattedNumEvents($formattedNumEvents) |
| 4663 | 4663 | { |
| 4664 | - $this->formattedNumEvents = $formattedNumEvents; |
|
| 4664 | + $this->formattedNumEvents = $formattedNumEvents; |
|
| 4665 | 4665 | } |
| 4666 | 4666 | public function getFormattedNumEvents() |
| 4667 | 4667 | { |
| 4668 | - return $this->formattedNumEvents; |
|
| 4668 | + return $this->formattedNumEvents; |
|
| 4669 | 4669 | } |
| 4670 | 4670 | public function setKind($kind) |
| 4671 | 4671 | { |
| 4672 | - $this->kind = $kind; |
|
| 4672 | + $this->kind = $kind; |
|
| 4673 | 4673 | } |
| 4674 | 4674 | public function getKind() |
| 4675 | 4675 | { |
| 4676 | - return $this->kind; |
|
| 4676 | + return $this->kind; |
|
| 4677 | 4677 | } |
| 4678 | 4678 | public function setNumEvents($numEvents) |
| 4679 | 4679 | { |
| 4680 | - $this->numEvents = $numEvents; |
|
| 4680 | + $this->numEvents = $numEvents; |
|
| 4681 | 4681 | } |
| 4682 | 4682 | public function getNumEvents() |
| 4683 | 4683 | { |
| 4684 | - return $this->numEvents; |
|
| 4684 | + return $this->numEvents; |
|
| 4685 | 4685 | } |
| 4686 | 4686 | public function setPlayerId($playerId) |
| 4687 | 4687 | { |
| 4688 | - $this->playerId = $playerId; |
|
| 4688 | + $this->playerId = $playerId; |
|
| 4689 | 4689 | } |
| 4690 | 4690 | public function getPlayerId() |
| 4691 | 4691 | { |
| 4692 | - return $this->playerId; |
|
| 4692 | + return $this->playerId; |
|
| 4693 | 4693 | } |
| 4694 | 4694 | } |
| 4695 | 4695 | |
@@ -4706,27 +4706,27 @@ discard block |
||
| 4706 | 4706 | |
| 4707 | 4707 | public function setItems($items) |
| 4708 | 4708 | { |
| 4709 | - $this->items = $items; |
|
| 4709 | + $this->items = $items; |
|
| 4710 | 4710 | } |
| 4711 | 4711 | public function getItems() |
| 4712 | 4712 | { |
| 4713 | - return $this->items; |
|
| 4713 | + return $this->items; |
|
| 4714 | 4714 | } |
| 4715 | 4715 | public function setKind($kind) |
| 4716 | 4716 | { |
| 4717 | - $this->kind = $kind; |
|
| 4717 | + $this->kind = $kind; |
|
| 4718 | 4718 | } |
| 4719 | 4719 | public function getKind() |
| 4720 | 4720 | { |
| 4721 | - return $this->kind; |
|
| 4721 | + return $this->kind; |
|
| 4722 | 4722 | } |
| 4723 | 4723 | public function setNextPageToken($nextPageToken) |
| 4724 | 4724 | { |
| 4725 | - $this->nextPageToken = $nextPageToken; |
|
| 4725 | + $this->nextPageToken = $nextPageToken; |
|
| 4726 | 4726 | } |
| 4727 | 4727 | public function getNextPageToken() |
| 4728 | 4728 | { |
| 4729 | - return $this->nextPageToken; |
|
| 4729 | + return $this->nextPageToken; |
|
| 4730 | 4730 | } |
| 4731 | 4731 | } |
| 4732 | 4732 | |
@@ -4745,50 +4745,50 @@ discard block |
||
| 4745 | 4745 | |
| 4746 | 4746 | public function setCurrentExperiencePoints($currentExperiencePoints) |
| 4747 | 4747 | { |
| 4748 | - $this->currentExperiencePoints = $currentExperiencePoints; |
|
| 4748 | + $this->currentExperiencePoints = $currentExperiencePoints; |
|
| 4749 | 4749 | } |
| 4750 | 4750 | public function getCurrentExperiencePoints() |
| 4751 | 4751 | { |
| 4752 | - return $this->currentExperiencePoints; |
|
| 4752 | + return $this->currentExperiencePoints; |
|
| 4753 | 4753 | } |
| 4754 | 4754 | public function setCurrentLevel(Google_Service_Games_PlayerLevel $currentLevel) |
| 4755 | 4755 | { |
| 4756 | - $this->currentLevel = $currentLevel; |
|
| 4756 | + $this->currentLevel = $currentLevel; |
|
| 4757 | 4757 | } |
| 4758 | 4758 | public function getCurrentLevel() |
| 4759 | 4759 | { |
| 4760 | - return $this->currentLevel; |
|
| 4760 | + return $this->currentLevel; |
|
| 4761 | 4761 | } |
| 4762 | 4762 | public function setKind($kind) |
| 4763 | 4763 | { |
| 4764 | - $this->kind = $kind; |
|
| 4764 | + $this->kind = $kind; |
|
| 4765 | 4765 | } |
| 4766 | 4766 | public function getKind() |
| 4767 | 4767 | { |
| 4768 | - return $this->kind; |
|
| 4768 | + return $this->kind; |
|
| 4769 | 4769 | } |
| 4770 | 4770 | public function setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis) |
| 4771 | 4771 | { |
| 4772 | - $this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis; |
|
| 4772 | + $this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis; |
|
| 4773 | 4773 | } |
| 4774 | 4774 | public function getLastLevelUpTimestampMillis() |
| 4775 | 4775 | { |
| 4776 | - return $this->lastLevelUpTimestampMillis; |
|
| 4776 | + return $this->lastLevelUpTimestampMillis; |
|
| 4777 | 4777 | } |
| 4778 | 4778 | public function setNextLevel(Google_Service_Games_PlayerLevel $nextLevel) |
| 4779 | 4779 | { |
| 4780 | - $this->nextLevel = $nextLevel; |
|
| 4780 | + $this->nextLevel = $nextLevel; |
|
| 4781 | 4781 | } |
| 4782 | 4782 | public function getNextLevel() |
| 4783 | 4783 | { |
| 4784 | - return $this->nextLevel; |
|
| 4784 | + return $this->nextLevel; |
|
| 4785 | 4785 | } |
| 4786 | 4786 | } |
| 4787 | 4787 | |
| 4788 | 4788 | class Google_Service_Games_PlayerLeaderboardScore extends Google_Model |
| 4789 | 4789 | { |
| 4790 | 4790 | protected $internal_gapi_mappings = array( |
| 4791 | - "leaderboardId" => "leaderboard_id", |
|
| 4791 | + "leaderboardId" => "leaderboard_id", |
|
| 4792 | 4792 | ); |
| 4793 | 4793 | public $kind; |
| 4794 | 4794 | public $leaderboardId; |
@@ -4805,75 +4805,75 @@ discard block |
||
| 4805 | 4805 | |
| 4806 | 4806 | public function setKind($kind) |
| 4807 | 4807 | { |
| 4808 | - $this->kind = $kind; |
|
| 4808 | + $this->kind = $kind; |
|
| 4809 | 4809 | } |
| 4810 | 4810 | public function getKind() |
| 4811 | 4811 | { |
| 4812 | - return $this->kind; |
|
| 4812 | + return $this->kind; |
|
| 4813 | 4813 | } |
| 4814 | 4814 | public function setLeaderboardId($leaderboardId) |
| 4815 | 4815 | { |
| 4816 | - $this->leaderboardId = $leaderboardId; |
|
| 4816 | + $this->leaderboardId = $leaderboardId; |
|
| 4817 | 4817 | } |
| 4818 | 4818 | public function getLeaderboardId() |
| 4819 | 4819 | { |
| 4820 | - return $this->leaderboardId; |
|
| 4820 | + return $this->leaderboardId; |
|
| 4821 | 4821 | } |
| 4822 | 4822 | public function setPublicRank(Google_Service_Games_LeaderboardScoreRank $publicRank) |
| 4823 | 4823 | { |
| 4824 | - $this->publicRank = $publicRank; |
|
| 4824 | + $this->publicRank = $publicRank; |
|
| 4825 | 4825 | } |
| 4826 | 4826 | public function getPublicRank() |
| 4827 | 4827 | { |
| 4828 | - return $this->publicRank; |
|
| 4828 | + return $this->publicRank; |
|
| 4829 | 4829 | } |
| 4830 | 4830 | public function setScoreString($scoreString) |
| 4831 | 4831 | { |
| 4832 | - $this->scoreString = $scoreString; |
|
| 4832 | + $this->scoreString = $scoreString; |
|
| 4833 | 4833 | } |
| 4834 | 4834 | public function getScoreString() |
| 4835 | 4835 | { |
| 4836 | - return $this->scoreString; |
|
| 4836 | + return $this->scoreString; |
|
| 4837 | 4837 | } |
| 4838 | 4838 | public function setScoreTag($scoreTag) |
| 4839 | 4839 | { |
| 4840 | - $this->scoreTag = $scoreTag; |
|
| 4840 | + $this->scoreTag = $scoreTag; |
|
| 4841 | 4841 | } |
| 4842 | 4842 | public function getScoreTag() |
| 4843 | 4843 | { |
| 4844 | - return $this->scoreTag; |
|
| 4844 | + return $this->scoreTag; |
|
| 4845 | 4845 | } |
| 4846 | 4846 | public function setScoreValue($scoreValue) |
| 4847 | 4847 | { |
| 4848 | - $this->scoreValue = $scoreValue; |
|
| 4848 | + $this->scoreValue = $scoreValue; |
|
| 4849 | 4849 | } |
| 4850 | 4850 | public function getScoreValue() |
| 4851 | 4851 | { |
| 4852 | - return $this->scoreValue; |
|
| 4852 | + return $this->scoreValue; |
|
| 4853 | 4853 | } |
| 4854 | 4854 | public function setSocialRank(Google_Service_Games_LeaderboardScoreRank $socialRank) |
| 4855 | 4855 | { |
| 4856 | - $this->socialRank = $socialRank; |
|
| 4856 | + $this->socialRank = $socialRank; |
|
| 4857 | 4857 | } |
| 4858 | 4858 | public function getSocialRank() |
| 4859 | 4859 | { |
| 4860 | - return $this->socialRank; |
|
| 4860 | + return $this->socialRank; |
|
| 4861 | 4861 | } |
| 4862 | 4862 | public function setTimeSpan($timeSpan) |
| 4863 | 4863 | { |
| 4864 | - $this->timeSpan = $timeSpan; |
|
| 4864 | + $this->timeSpan = $timeSpan; |
|
| 4865 | 4865 | } |
| 4866 | 4866 | public function getTimeSpan() |
| 4867 | 4867 | { |
| 4868 | - return $this->timeSpan; |
|
| 4868 | + return $this->timeSpan; |
|
| 4869 | 4869 | } |
| 4870 | 4870 | public function setWriteTimestamp($writeTimestamp) |
| 4871 | 4871 | { |
| 4872 | - $this->writeTimestamp = $writeTimestamp; |
|
| 4872 | + $this->writeTimestamp = $writeTimestamp; |
|
| 4873 | 4873 | } |
| 4874 | 4874 | public function getWriteTimestamp() |
| 4875 | 4875 | { |
| 4876 | - return $this->writeTimestamp; |
|
| 4876 | + return $this->writeTimestamp; |
|
| 4877 | 4877 | } |
| 4878 | 4878 | } |
| 4879 | 4879 | |
@@ -4892,35 +4892,35 @@ discard block |
||
| 4892 | 4892 | |
| 4893 | 4893 | public function setItems($items) |
| 4894 | 4894 | { |
| 4895 | - $this->items = $items; |
|
| 4895 | + $this->items = $items; |
|
| 4896 | 4896 | } |
| 4897 | 4897 | public function getItems() |
| 4898 | 4898 | { |
| 4899 | - return $this->items; |
|
| 4899 | + return $this->items; |
|
| 4900 | 4900 | } |
| 4901 | 4901 | public function setKind($kind) |
| 4902 | 4902 | { |
| 4903 | - $this->kind = $kind; |
|
| 4903 | + $this->kind = $kind; |
|
| 4904 | 4904 | } |
| 4905 | 4905 | public function getKind() |
| 4906 | 4906 | { |
| 4907 | - return $this->kind; |
|
| 4907 | + return $this->kind; |
|
| 4908 | 4908 | } |
| 4909 | 4909 | public function setNextPageToken($nextPageToken) |
| 4910 | 4910 | { |
| 4911 | - $this->nextPageToken = $nextPageToken; |
|
| 4911 | + $this->nextPageToken = $nextPageToken; |
|
| 4912 | 4912 | } |
| 4913 | 4913 | public function getNextPageToken() |
| 4914 | 4914 | { |
| 4915 | - return $this->nextPageToken; |
|
| 4915 | + return $this->nextPageToken; |
|
| 4916 | 4916 | } |
| 4917 | 4917 | public function setPlayer(Google_Service_Games_Player $player) |
| 4918 | 4918 | { |
| 4919 | - $this->player = $player; |
|
| 4919 | + $this->player = $player; |
|
| 4920 | 4920 | } |
| 4921 | 4921 | public function getPlayer() |
| 4922 | 4922 | { |
| 4923 | - return $this->player; |
|
| 4923 | + return $this->player; |
|
| 4924 | 4924 | } |
| 4925 | 4925 | } |
| 4926 | 4926 | |
@@ -4936,35 +4936,35 @@ discard block |
||
| 4936 | 4936 | |
| 4937 | 4937 | public function setKind($kind) |
| 4938 | 4938 | { |
| 4939 | - $this->kind = $kind; |
|
| 4939 | + $this->kind = $kind; |
|
| 4940 | 4940 | } |
| 4941 | 4941 | public function getKind() |
| 4942 | 4942 | { |
| 4943 | - return $this->kind; |
|
| 4943 | + return $this->kind; |
|
| 4944 | 4944 | } |
| 4945 | 4945 | public function setLevel($level) |
| 4946 | 4946 | { |
| 4947 | - $this->level = $level; |
|
| 4947 | + $this->level = $level; |
|
| 4948 | 4948 | } |
| 4949 | 4949 | public function getLevel() |
| 4950 | 4950 | { |
| 4951 | - return $this->level; |
|
| 4951 | + return $this->level; |
|
| 4952 | 4952 | } |
| 4953 | 4953 | public function setMaxExperiencePoints($maxExperiencePoints) |
| 4954 | 4954 | { |
| 4955 | - $this->maxExperiencePoints = $maxExperiencePoints; |
|
| 4955 | + $this->maxExperiencePoints = $maxExperiencePoints; |
|
| 4956 | 4956 | } |
| 4957 | 4957 | public function getMaxExperiencePoints() |
| 4958 | 4958 | { |
| 4959 | - return $this->maxExperiencePoints; |
|
| 4959 | + return $this->maxExperiencePoints; |
|
| 4960 | 4960 | } |
| 4961 | 4961 | public function setMinExperiencePoints($minExperiencePoints) |
| 4962 | 4962 | { |
| 4963 | - $this->minExperiencePoints = $minExperiencePoints; |
|
| 4963 | + $this->minExperiencePoints = $minExperiencePoints; |
|
| 4964 | 4964 | } |
| 4965 | 4965 | public function getMinExperiencePoints() |
| 4966 | 4966 | { |
| 4967 | - return $this->minExperiencePoints; |
|
| 4967 | + return $this->minExperiencePoints; |
|
| 4968 | 4968 | } |
| 4969 | 4969 | } |
| 4970 | 4970 | |
@@ -4981,27 +4981,27 @@ discard block |
||
| 4981 | 4981 | |
| 4982 | 4982 | public function setItems($items) |
| 4983 | 4983 | { |
| 4984 | - $this->items = $items; |
|
| 4984 | + $this->items = $items; |
|
| 4985 | 4985 | } |
| 4986 | 4986 | public function getItems() |
| 4987 | 4987 | { |
| 4988 | - return $this->items; |
|
| 4988 | + return $this->items; |
|
| 4989 | 4989 | } |
| 4990 | 4990 | public function setKind($kind) |
| 4991 | 4991 | { |
| 4992 | - $this->kind = $kind; |
|
| 4992 | + $this->kind = $kind; |
|
| 4993 | 4993 | } |
| 4994 | 4994 | public function getKind() |
| 4995 | 4995 | { |
| 4996 | - return $this->kind; |
|
| 4996 | + return $this->kind; |
|
| 4997 | 4997 | } |
| 4998 | 4998 | public function setNextPageToken($nextPageToken) |
| 4999 | 4999 | { |
| 5000 | - $this->nextPageToken = $nextPageToken; |
|
| 5000 | + $this->nextPageToken = $nextPageToken; |
|
| 5001 | 5001 | } |
| 5002 | 5002 | public function getNextPageToken() |
| 5003 | 5003 | { |
| 5004 | - return $this->nextPageToken; |
|
| 5004 | + return $this->nextPageToken; |
|
| 5005 | 5005 | } |
| 5006 | 5006 | } |
| 5007 | 5007 | |
@@ -5015,19 +5015,19 @@ discard block |
||
| 5015 | 5015 | |
| 5016 | 5016 | public function setFamilyName($familyName) |
| 5017 | 5017 | { |
| 5018 | - $this->familyName = $familyName; |
|
| 5018 | + $this->familyName = $familyName; |
|
| 5019 | 5019 | } |
| 5020 | 5020 | public function getFamilyName() |
| 5021 | 5021 | { |
| 5022 | - return $this->familyName; |
|
| 5022 | + return $this->familyName; |
|
| 5023 | 5023 | } |
| 5024 | 5024 | public function setGivenName($givenName) |
| 5025 | 5025 | { |
| 5026 | - $this->givenName = $givenName; |
|
| 5026 | + $this->givenName = $givenName; |
|
| 5027 | 5027 | } |
| 5028 | 5028 | public function getGivenName() |
| 5029 | 5029 | { |
| 5030 | - return $this->givenName; |
|
| 5030 | + return $this->givenName; |
|
| 5031 | 5031 | } |
| 5032 | 5032 | } |
| 5033 | 5033 | |
@@ -5044,43 +5044,43 @@ discard block |
||
| 5044 | 5044 | |
| 5045 | 5045 | public function setFormattedScore($formattedScore) |
| 5046 | 5046 | { |
| 5047 | - $this->formattedScore = $formattedScore; |
|
| 5047 | + $this->formattedScore = $formattedScore; |
|
| 5048 | 5048 | } |
| 5049 | 5049 | public function getFormattedScore() |
| 5050 | 5050 | { |
| 5051 | - return $this->formattedScore; |
|
| 5051 | + return $this->formattedScore; |
|
| 5052 | 5052 | } |
| 5053 | 5053 | public function setKind($kind) |
| 5054 | 5054 | { |
| 5055 | - $this->kind = $kind; |
|
| 5055 | + $this->kind = $kind; |
|
| 5056 | 5056 | } |
| 5057 | 5057 | public function getKind() |
| 5058 | 5058 | { |
| 5059 | - return $this->kind; |
|
| 5059 | + return $this->kind; |
|
| 5060 | 5060 | } |
| 5061 | 5061 | public function setScore($score) |
| 5062 | 5062 | { |
| 5063 | - $this->score = $score; |
|
| 5063 | + $this->score = $score; |
|
| 5064 | 5064 | } |
| 5065 | 5065 | public function getScore() |
| 5066 | 5066 | { |
| 5067 | - return $this->score; |
|
| 5067 | + return $this->score; |
|
| 5068 | 5068 | } |
| 5069 | 5069 | public function setScoreTag($scoreTag) |
| 5070 | 5070 | { |
| 5071 | - $this->scoreTag = $scoreTag; |
|
| 5071 | + $this->scoreTag = $scoreTag; |
|
| 5072 | 5072 | } |
| 5073 | 5073 | public function getScoreTag() |
| 5074 | 5074 | { |
| 5075 | - return $this->scoreTag; |
|
| 5075 | + return $this->scoreTag; |
|
| 5076 | 5076 | } |
| 5077 | 5077 | public function setTimeSpan($timeSpan) |
| 5078 | 5078 | { |
| 5079 | - $this->timeSpan = $timeSpan; |
|
| 5079 | + $this->timeSpan = $timeSpan; |
|
| 5080 | 5080 | } |
| 5081 | 5081 | public function getTimeSpan() |
| 5082 | 5082 | { |
| 5083 | - return $this->timeSpan; |
|
| 5083 | + return $this->timeSpan; |
|
| 5084 | 5084 | } |
| 5085 | 5085 | } |
| 5086 | 5086 | |
@@ -5096,19 +5096,19 @@ discard block |
||
| 5096 | 5096 | |
| 5097 | 5097 | public function setKind($kind) |
| 5098 | 5098 | { |
| 5099 | - $this->kind = $kind; |
|
| 5099 | + $this->kind = $kind; |
|
| 5100 | 5100 | } |
| 5101 | 5101 | public function getKind() |
| 5102 | 5102 | { |
| 5103 | - return $this->kind; |
|
| 5103 | + return $this->kind; |
|
| 5104 | 5104 | } |
| 5105 | 5105 | public function setSubmittedScores($submittedScores) |
| 5106 | 5106 | { |
| 5107 | - $this->submittedScores = $submittedScores; |
|
| 5107 | + $this->submittedScores = $submittedScores; |
|
| 5108 | 5108 | } |
| 5109 | 5109 | public function getSubmittedScores() |
| 5110 | 5110 | { |
| 5111 | - return $this->submittedScores; |
|
| 5111 | + return $this->submittedScores; |
|
| 5112 | 5112 | } |
| 5113 | 5113 | } |
| 5114 | 5114 | |
@@ -5128,51 +5128,51 @@ discard block |
||
| 5128 | 5128 | |
| 5129 | 5129 | public function setBeatenScoreTimeSpans($beatenScoreTimeSpans) |
| 5130 | 5130 | { |
| 5131 | - $this->beatenScoreTimeSpans = $beatenScoreTimeSpans; |
|
| 5131 | + $this->beatenScoreTimeSpans = $beatenScoreTimeSpans; |
|
| 5132 | 5132 | } |
| 5133 | 5133 | public function getBeatenScoreTimeSpans() |
| 5134 | 5134 | { |
| 5135 | - return $this->beatenScoreTimeSpans; |
|
| 5135 | + return $this->beatenScoreTimeSpans; |
|
| 5136 | 5136 | } |
| 5137 | 5137 | public function setFormattedScore($formattedScore) |
| 5138 | 5138 | { |
| 5139 | - $this->formattedScore = $formattedScore; |
|
| 5139 | + $this->formattedScore = $formattedScore; |
|
| 5140 | 5140 | } |
| 5141 | 5141 | public function getFormattedScore() |
| 5142 | 5142 | { |
| 5143 | - return $this->formattedScore; |
|
| 5143 | + return $this->formattedScore; |
|
| 5144 | 5144 | } |
| 5145 | 5145 | public function setKind($kind) |
| 5146 | 5146 | { |
| 5147 | - $this->kind = $kind; |
|
| 5147 | + $this->kind = $kind; |
|
| 5148 | 5148 | } |
| 5149 | 5149 | public function getKind() |
| 5150 | 5150 | { |
| 5151 | - return $this->kind; |
|
| 5151 | + return $this->kind; |
|
| 5152 | 5152 | } |
| 5153 | 5153 | public function setLeaderboardId($leaderboardId) |
| 5154 | 5154 | { |
| 5155 | - $this->leaderboardId = $leaderboardId; |
|
| 5155 | + $this->leaderboardId = $leaderboardId; |
|
| 5156 | 5156 | } |
| 5157 | 5157 | public function getLeaderboardId() |
| 5158 | 5158 | { |
| 5159 | - return $this->leaderboardId; |
|
| 5159 | + return $this->leaderboardId; |
|
| 5160 | 5160 | } |
| 5161 | 5161 | public function setScoreTag($scoreTag) |
| 5162 | 5162 | { |
| 5163 | - $this->scoreTag = $scoreTag; |
|
| 5163 | + $this->scoreTag = $scoreTag; |
|
| 5164 | 5164 | } |
| 5165 | 5165 | public function getScoreTag() |
| 5166 | 5166 | { |
| 5167 | - return $this->scoreTag; |
|
| 5167 | + return $this->scoreTag; |
|
| 5168 | 5168 | } |
| 5169 | 5169 | public function setUnbeatenScores($unbeatenScores) |
| 5170 | 5170 | { |
| 5171 | - $this->unbeatenScores = $unbeatenScores; |
|
| 5171 | + $this->unbeatenScores = $unbeatenScores; |
|
| 5172 | 5172 | } |
| 5173 | 5173 | public function getUnbeatenScores() |
| 5174 | 5174 | { |
| 5175 | - return $this->unbeatenScores; |
|
| 5175 | + return $this->unbeatenScores; |
|
| 5176 | 5176 | } |
| 5177 | 5177 | } |
| 5178 | 5178 | |
@@ -5188,19 +5188,19 @@ discard block |
||
| 5188 | 5188 | |
| 5189 | 5189 | public function setKind($kind) |
| 5190 | 5190 | { |
| 5191 | - $this->kind = $kind; |
|
| 5191 | + $this->kind = $kind; |
|
| 5192 | 5192 | } |
| 5193 | 5193 | public function getKind() |
| 5194 | 5194 | { |
| 5195 | - return $this->kind; |
|
| 5195 | + return $this->kind; |
|
| 5196 | 5196 | } |
| 5197 | 5197 | public function setScores($scores) |
| 5198 | 5198 | { |
| 5199 | - $this->scores = $scores; |
|
| 5199 | + $this->scores = $scores; |
|
| 5200 | 5200 | } |
| 5201 | 5201 | public function getScores() |
| 5202 | 5202 | { |
| 5203 | - return $this->scores; |
|
| 5203 | + return $this->scores; |
|
| 5204 | 5204 | } |
| 5205 | 5205 | } |
| 5206 | 5206 | |
@@ -5217,35 +5217,35 @@ discard block |
||
| 5217 | 5217 | |
| 5218 | 5218 | public function setClientRevision($clientRevision) |
| 5219 | 5219 | { |
| 5220 | - $this->clientRevision = $clientRevision; |
|
| 5220 | + $this->clientRevision = $clientRevision; |
|
| 5221 | 5221 | } |
| 5222 | 5222 | public function getClientRevision() |
| 5223 | 5223 | { |
| 5224 | - return $this->clientRevision; |
|
| 5224 | + return $this->clientRevision; |
|
| 5225 | 5225 | } |
| 5226 | 5226 | public function setId(Google_Service_Games_PushTokenId $id) |
| 5227 | 5227 | { |
| 5228 | - $this->id = $id; |
|
| 5228 | + $this->id = $id; |
|
| 5229 | 5229 | } |
| 5230 | 5230 | public function getId() |
| 5231 | 5231 | { |
| 5232 | - return $this->id; |
|
| 5232 | + return $this->id; |
|
| 5233 | 5233 | } |
| 5234 | 5234 | public function setKind($kind) |
| 5235 | 5235 | { |
| 5236 | - $this->kind = $kind; |
|
| 5236 | + $this->kind = $kind; |
|
| 5237 | 5237 | } |
| 5238 | 5238 | public function getKind() |
| 5239 | 5239 | { |
| 5240 | - return $this->kind; |
|
| 5240 | + return $this->kind; |
|
| 5241 | 5241 | } |
| 5242 | 5242 | public function setLanguage($language) |
| 5243 | 5243 | { |
| 5244 | - $this->language = $language; |
|
| 5244 | + $this->language = $language; |
|
| 5245 | 5245 | } |
| 5246 | 5246 | public function getLanguage() |
| 5247 | 5247 | { |
| 5248 | - return $this->language; |
|
| 5248 | + return $this->language; |
|
| 5249 | 5249 | } |
| 5250 | 5250 | } |
| 5251 | 5251 | |
@@ -5260,27 +5260,27 @@ discard block |
||
| 5260 | 5260 | |
| 5261 | 5261 | public function setIos(Google_Service_Games_PushTokenIdIos $ios) |
| 5262 | 5262 | { |
| 5263 | - $this->ios = $ios; |
|
| 5263 | + $this->ios = $ios; |
|
| 5264 | 5264 | } |
| 5265 | 5265 | public function getIos() |
| 5266 | 5266 | { |
| 5267 | - return $this->ios; |
|
| 5267 | + return $this->ios; |
|
| 5268 | 5268 | } |
| 5269 | 5269 | public function setKind($kind) |
| 5270 | 5270 | { |
| 5271 | - $this->kind = $kind; |
|
| 5271 | + $this->kind = $kind; |
|
| 5272 | 5272 | } |
| 5273 | 5273 | public function getKind() |
| 5274 | 5274 | { |
| 5275 | - return $this->kind; |
|
| 5275 | + return $this->kind; |
|
| 5276 | 5276 | } |
| 5277 | 5277 | } |
| 5278 | 5278 | |
| 5279 | 5279 | class Google_Service_Games_PushTokenIdIos extends Google_Model |
| 5280 | 5280 | { |
| 5281 | 5281 | protected $internal_gapi_mappings = array( |
| 5282 | - "apnsDeviceToken" => "apns_device_token", |
|
| 5283 | - "apnsEnvironment" => "apns_environment", |
|
| 5282 | + "apnsDeviceToken" => "apns_device_token", |
|
| 5283 | + "apnsEnvironment" => "apns_environment", |
|
| 5284 | 5284 | ); |
| 5285 | 5285 | public $apnsDeviceToken; |
| 5286 | 5286 | public $apnsEnvironment; |
@@ -5288,19 +5288,19 @@ discard block |
||
| 5288 | 5288 | |
| 5289 | 5289 | public function setApnsDeviceToken($apnsDeviceToken) |
| 5290 | 5290 | { |
| 5291 | - $this->apnsDeviceToken = $apnsDeviceToken; |
|
| 5291 | + $this->apnsDeviceToken = $apnsDeviceToken; |
|
| 5292 | 5292 | } |
| 5293 | 5293 | public function getApnsDeviceToken() |
| 5294 | 5294 | { |
| 5295 | - return $this->apnsDeviceToken; |
|
| 5295 | + return $this->apnsDeviceToken; |
|
| 5296 | 5296 | } |
| 5297 | 5297 | public function setApnsEnvironment($apnsEnvironment) |
| 5298 | 5298 | { |
| 5299 | - $this->apnsEnvironment = $apnsEnvironment; |
|
| 5299 | + $this->apnsEnvironment = $apnsEnvironment; |
|
| 5300 | 5300 | } |
| 5301 | 5301 | public function getApnsEnvironment() |
| 5302 | 5302 | { |
| 5303 | - return $this->apnsEnvironment; |
|
| 5303 | + return $this->apnsEnvironment; |
|
| 5304 | 5304 | } |
| 5305 | 5305 | } |
| 5306 | 5306 | |
@@ -5330,131 +5330,131 @@ discard block |
||
| 5330 | 5330 | |
| 5331 | 5331 | public function setAcceptedTimestampMillis($acceptedTimestampMillis) |
| 5332 | 5332 | { |
| 5333 | - $this->acceptedTimestampMillis = $acceptedTimestampMillis; |
|
| 5333 | + $this->acceptedTimestampMillis = $acceptedTimestampMillis; |
|
| 5334 | 5334 | } |
| 5335 | 5335 | public function getAcceptedTimestampMillis() |
| 5336 | 5336 | { |
| 5337 | - return $this->acceptedTimestampMillis; |
|
| 5337 | + return $this->acceptedTimestampMillis; |
|
| 5338 | 5338 | } |
| 5339 | 5339 | public function setApplicationId($applicationId) |
| 5340 | 5340 | { |
| 5341 | - $this->applicationId = $applicationId; |
|
| 5341 | + $this->applicationId = $applicationId; |
|
| 5342 | 5342 | } |
| 5343 | 5343 | public function getApplicationId() |
| 5344 | 5344 | { |
| 5345 | - return $this->applicationId; |
|
| 5345 | + return $this->applicationId; |
|
| 5346 | 5346 | } |
| 5347 | 5347 | public function setBannerUrl($bannerUrl) |
| 5348 | 5348 | { |
| 5349 | - $this->bannerUrl = $bannerUrl; |
|
| 5349 | + $this->bannerUrl = $bannerUrl; |
|
| 5350 | 5350 | } |
| 5351 | 5351 | public function getBannerUrl() |
| 5352 | 5352 | { |
| 5353 | - return $this->bannerUrl; |
|
| 5353 | + return $this->bannerUrl; |
|
| 5354 | 5354 | } |
| 5355 | 5355 | public function setDescription($description) |
| 5356 | 5356 | { |
| 5357 | - $this->description = $description; |
|
| 5357 | + $this->description = $description; |
|
| 5358 | 5358 | } |
| 5359 | 5359 | public function getDescription() |
| 5360 | 5360 | { |
| 5361 | - return $this->description; |
|
| 5361 | + return $this->description; |
|
| 5362 | 5362 | } |
| 5363 | 5363 | public function setEndTimestampMillis($endTimestampMillis) |
| 5364 | 5364 | { |
| 5365 | - $this->endTimestampMillis = $endTimestampMillis; |
|
| 5365 | + $this->endTimestampMillis = $endTimestampMillis; |
|
| 5366 | 5366 | } |
| 5367 | 5367 | public function getEndTimestampMillis() |
| 5368 | 5368 | { |
| 5369 | - return $this->endTimestampMillis; |
|
| 5369 | + return $this->endTimestampMillis; |
|
| 5370 | 5370 | } |
| 5371 | 5371 | public function setIconUrl($iconUrl) |
| 5372 | 5372 | { |
| 5373 | - $this->iconUrl = $iconUrl; |
|
| 5373 | + $this->iconUrl = $iconUrl; |
|
| 5374 | 5374 | } |
| 5375 | 5375 | public function getIconUrl() |
| 5376 | 5376 | { |
| 5377 | - return $this->iconUrl; |
|
| 5377 | + return $this->iconUrl; |
|
| 5378 | 5378 | } |
| 5379 | 5379 | public function setId($id) |
| 5380 | 5380 | { |
| 5381 | - $this->id = $id; |
|
| 5381 | + $this->id = $id; |
|
| 5382 | 5382 | } |
| 5383 | 5383 | public function getId() |
| 5384 | 5384 | { |
| 5385 | - return $this->id; |
|
| 5385 | + return $this->id; |
|
| 5386 | 5386 | } |
| 5387 | 5387 | public function setIsDefaultBannerUrl($isDefaultBannerUrl) |
| 5388 | 5388 | { |
| 5389 | - $this->isDefaultBannerUrl = $isDefaultBannerUrl; |
|
| 5389 | + $this->isDefaultBannerUrl = $isDefaultBannerUrl; |
|
| 5390 | 5390 | } |
| 5391 | 5391 | public function getIsDefaultBannerUrl() |
| 5392 | 5392 | { |
| 5393 | - return $this->isDefaultBannerUrl; |
|
| 5393 | + return $this->isDefaultBannerUrl; |
|
| 5394 | 5394 | } |
| 5395 | 5395 | public function setIsDefaultIconUrl($isDefaultIconUrl) |
| 5396 | 5396 | { |
| 5397 | - $this->isDefaultIconUrl = $isDefaultIconUrl; |
|
| 5397 | + $this->isDefaultIconUrl = $isDefaultIconUrl; |
|
| 5398 | 5398 | } |
| 5399 | 5399 | public function getIsDefaultIconUrl() |
| 5400 | 5400 | { |
| 5401 | - return $this->isDefaultIconUrl; |
|
| 5401 | + return $this->isDefaultIconUrl; |
|
| 5402 | 5402 | } |
| 5403 | 5403 | public function setKind($kind) |
| 5404 | 5404 | { |
| 5405 | - $this->kind = $kind; |
|
| 5405 | + $this->kind = $kind; |
|
| 5406 | 5406 | } |
| 5407 | 5407 | public function getKind() |
| 5408 | 5408 | { |
| 5409 | - return $this->kind; |
|
| 5409 | + return $this->kind; |
|
| 5410 | 5410 | } |
| 5411 | 5411 | public function setLastUpdatedTimestampMillis($lastUpdatedTimestampMillis) |
| 5412 | 5412 | { |
| 5413 | - $this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis; |
|
| 5413 | + $this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis; |
|
| 5414 | 5414 | } |
| 5415 | 5415 | public function getLastUpdatedTimestampMillis() |
| 5416 | 5416 | { |
| 5417 | - return $this->lastUpdatedTimestampMillis; |
|
| 5417 | + return $this->lastUpdatedTimestampMillis; |
|
| 5418 | 5418 | } |
| 5419 | 5419 | public function setMilestones($milestones) |
| 5420 | 5420 | { |
| 5421 | - $this->milestones = $milestones; |
|
| 5421 | + $this->milestones = $milestones; |
|
| 5422 | 5422 | } |
| 5423 | 5423 | public function getMilestones() |
| 5424 | 5424 | { |
| 5425 | - return $this->milestones; |
|
| 5425 | + return $this->milestones; |
|
| 5426 | 5426 | } |
| 5427 | 5427 | public function setName($name) |
| 5428 | 5428 | { |
| 5429 | - $this->name = $name; |
|
| 5429 | + $this->name = $name; |
|
| 5430 | 5430 | } |
| 5431 | 5431 | public function getName() |
| 5432 | 5432 | { |
| 5433 | - return $this->name; |
|
| 5433 | + return $this->name; |
|
| 5434 | 5434 | } |
| 5435 | 5435 | public function setNotifyTimestampMillis($notifyTimestampMillis) |
| 5436 | 5436 | { |
| 5437 | - $this->notifyTimestampMillis = $notifyTimestampMillis; |
|
| 5437 | + $this->notifyTimestampMillis = $notifyTimestampMillis; |
|
| 5438 | 5438 | } |
| 5439 | 5439 | public function getNotifyTimestampMillis() |
| 5440 | 5440 | { |
| 5441 | - return $this->notifyTimestampMillis; |
|
| 5441 | + return $this->notifyTimestampMillis; |
|
| 5442 | 5442 | } |
| 5443 | 5443 | public function setStartTimestampMillis($startTimestampMillis) |
| 5444 | 5444 | { |
| 5445 | - $this->startTimestampMillis = $startTimestampMillis; |
|
| 5445 | + $this->startTimestampMillis = $startTimestampMillis; |
|
| 5446 | 5446 | } |
| 5447 | 5447 | public function getStartTimestampMillis() |
| 5448 | 5448 | { |
| 5449 | - return $this->startTimestampMillis; |
|
| 5449 | + return $this->startTimestampMillis; |
|
| 5450 | 5450 | } |
| 5451 | 5451 | public function setState($state) |
| 5452 | 5452 | { |
| 5453 | - $this->state = $state; |
|
| 5453 | + $this->state = $state; |
|
| 5454 | 5454 | } |
| 5455 | 5455 | public function getState() |
| 5456 | 5456 | { |
| 5457 | - return $this->state; |
|
| 5457 | + return $this->state; |
|
| 5458 | 5458 | } |
| 5459 | 5459 | } |
| 5460 | 5460 | |
@@ -5469,27 +5469,27 @@ discard block |
||
| 5469 | 5469 | |
| 5470 | 5470 | public function setFormattedValue($formattedValue) |
| 5471 | 5471 | { |
| 5472 | - $this->formattedValue = $formattedValue; |
|
| 5472 | + $this->formattedValue = $formattedValue; |
|
| 5473 | 5473 | } |
| 5474 | 5474 | public function getFormattedValue() |
| 5475 | 5475 | { |
| 5476 | - return $this->formattedValue; |
|
| 5476 | + return $this->formattedValue; |
|
| 5477 | 5477 | } |
| 5478 | 5478 | public function setKind($kind) |
| 5479 | 5479 | { |
| 5480 | - $this->kind = $kind; |
|
| 5480 | + $this->kind = $kind; |
|
| 5481 | 5481 | } |
| 5482 | 5482 | public function getKind() |
| 5483 | 5483 | { |
| 5484 | - return $this->kind; |
|
| 5484 | + return $this->kind; |
|
| 5485 | 5485 | } |
| 5486 | 5486 | public function setValue($value) |
| 5487 | 5487 | { |
| 5488 | - $this->value = $value; |
|
| 5488 | + $this->value = $value; |
|
| 5489 | 5489 | } |
| 5490 | 5490 | public function getValue() |
| 5491 | 5491 | { |
| 5492 | - return $this->value; |
|
| 5492 | + return $this->value; |
|
| 5493 | 5493 | } |
| 5494 | 5494 | } |
| 5495 | 5495 | |
@@ -5509,43 +5509,43 @@ discard block |
||
| 5509 | 5509 | |
| 5510 | 5510 | public function setCompletionContribution(Google_Service_Games_QuestContribution $completionContribution) |
| 5511 | 5511 | { |
| 5512 | - $this->completionContribution = $completionContribution; |
|
| 5512 | + $this->completionContribution = $completionContribution; |
|
| 5513 | 5513 | } |
| 5514 | 5514 | public function getCompletionContribution() |
| 5515 | 5515 | { |
| 5516 | - return $this->completionContribution; |
|
| 5516 | + return $this->completionContribution; |
|
| 5517 | 5517 | } |
| 5518 | 5518 | public function setCurrentContribution(Google_Service_Games_QuestContribution $currentContribution) |
| 5519 | 5519 | { |
| 5520 | - $this->currentContribution = $currentContribution; |
|
| 5520 | + $this->currentContribution = $currentContribution; |
|
| 5521 | 5521 | } |
| 5522 | 5522 | public function getCurrentContribution() |
| 5523 | 5523 | { |
| 5524 | - return $this->currentContribution; |
|
| 5524 | + return $this->currentContribution; |
|
| 5525 | 5525 | } |
| 5526 | 5526 | public function setEventId($eventId) |
| 5527 | 5527 | { |
| 5528 | - $this->eventId = $eventId; |
|
| 5528 | + $this->eventId = $eventId; |
|
| 5529 | 5529 | } |
| 5530 | 5530 | public function getEventId() |
| 5531 | 5531 | { |
| 5532 | - return $this->eventId; |
|
| 5532 | + return $this->eventId; |
|
| 5533 | 5533 | } |
| 5534 | 5534 | public function setInitialPlayerProgress(Google_Service_Games_QuestContribution $initialPlayerProgress) |
| 5535 | 5535 | { |
| 5536 | - $this->initialPlayerProgress = $initialPlayerProgress; |
|
| 5536 | + $this->initialPlayerProgress = $initialPlayerProgress; |
|
| 5537 | 5537 | } |
| 5538 | 5538 | public function getInitialPlayerProgress() |
| 5539 | 5539 | { |
| 5540 | - return $this->initialPlayerProgress; |
|
| 5540 | + return $this->initialPlayerProgress; |
|
| 5541 | 5541 | } |
| 5542 | 5542 | public function setKind($kind) |
| 5543 | 5543 | { |
| 5544 | - $this->kind = $kind; |
|
| 5544 | + $this->kind = $kind; |
|
| 5545 | 5545 | } |
| 5546 | 5546 | public function getKind() |
| 5547 | 5547 | { |
| 5548 | - return $this->kind; |
|
| 5548 | + return $this->kind; |
|
| 5549 | 5549 | } |
| 5550 | 5550 | } |
| 5551 | 5551 | |
@@ -5562,27 +5562,27 @@ discard block |
||
| 5562 | 5562 | |
| 5563 | 5563 | public function setItems($items) |
| 5564 | 5564 | { |
| 5565 | - $this->items = $items; |
|
| 5565 | + $this->items = $items; |
|
| 5566 | 5566 | } |
| 5567 | 5567 | public function getItems() |
| 5568 | 5568 | { |
| 5569 | - return $this->items; |
|
| 5569 | + return $this->items; |
|
| 5570 | 5570 | } |
| 5571 | 5571 | public function setKind($kind) |
| 5572 | 5572 | { |
| 5573 | - $this->kind = $kind; |
|
| 5573 | + $this->kind = $kind; |
|
| 5574 | 5574 | } |
| 5575 | 5575 | public function getKind() |
| 5576 | 5576 | { |
| 5577 | - return $this->kind; |
|
| 5577 | + return $this->kind; |
|
| 5578 | 5578 | } |
| 5579 | 5579 | public function setNextPageToken($nextPageToken) |
| 5580 | 5580 | { |
| 5581 | - $this->nextPageToken = $nextPageToken; |
|
| 5581 | + $this->nextPageToken = $nextPageToken; |
|
| 5582 | 5582 | } |
| 5583 | 5583 | public function getNextPageToken() |
| 5584 | 5584 | { |
| 5585 | - return $this->nextPageToken; |
|
| 5585 | + return $this->nextPageToken; |
|
| 5586 | 5586 | } |
| 5587 | 5587 | } |
| 5588 | 5588 | |
@@ -5601,43 +5601,43 @@ discard block |
||
| 5601 | 5601 | |
| 5602 | 5602 | public function setCompletionRewardData($completionRewardData) |
| 5603 | 5603 | { |
| 5604 | - $this->completionRewardData = $completionRewardData; |
|
| 5604 | + $this->completionRewardData = $completionRewardData; |
|
| 5605 | 5605 | } |
| 5606 | 5606 | public function getCompletionRewardData() |
| 5607 | 5607 | { |
| 5608 | - return $this->completionRewardData; |
|
| 5608 | + return $this->completionRewardData; |
|
| 5609 | 5609 | } |
| 5610 | 5610 | public function setCriteria($criteria) |
| 5611 | 5611 | { |
| 5612 | - $this->criteria = $criteria; |
|
| 5612 | + $this->criteria = $criteria; |
|
| 5613 | 5613 | } |
| 5614 | 5614 | public function getCriteria() |
| 5615 | 5615 | { |
| 5616 | - return $this->criteria; |
|
| 5616 | + return $this->criteria; |
|
| 5617 | 5617 | } |
| 5618 | 5618 | public function setId($id) |
| 5619 | 5619 | { |
| 5620 | - $this->id = $id; |
|
| 5620 | + $this->id = $id; |
|
| 5621 | 5621 | } |
| 5622 | 5622 | public function getId() |
| 5623 | 5623 | { |
| 5624 | - return $this->id; |
|
| 5624 | + return $this->id; |
|
| 5625 | 5625 | } |
| 5626 | 5626 | public function setKind($kind) |
| 5627 | 5627 | { |
| 5628 | - $this->kind = $kind; |
|
| 5628 | + $this->kind = $kind; |
|
| 5629 | 5629 | } |
| 5630 | 5630 | public function getKind() |
| 5631 | 5631 | { |
| 5632 | - return $this->kind; |
|
| 5632 | + return $this->kind; |
|
| 5633 | 5633 | } |
| 5634 | 5634 | public function setState($state) |
| 5635 | 5635 | { |
| 5636 | - $this->state = $state; |
|
| 5636 | + $this->state = $state; |
|
| 5637 | 5637 | } |
| 5638 | 5638 | public function getState() |
| 5639 | 5639 | { |
| 5640 | - return $this->state; |
|
| 5640 | + return $this->state; |
|
| 5641 | 5641 | } |
| 5642 | 5642 | } |
| 5643 | 5643 | |
@@ -5652,27 +5652,27 @@ discard block |
||
| 5652 | 5652 | |
| 5653 | 5653 | public function setApiVersion($apiVersion) |
| 5654 | 5654 | { |
| 5655 | - $this->apiVersion = $apiVersion; |
|
| 5655 | + $this->apiVersion = $apiVersion; |
|
| 5656 | 5656 | } |
| 5657 | 5657 | public function getApiVersion() |
| 5658 | 5658 | { |
| 5659 | - return $this->apiVersion; |
|
| 5659 | + return $this->apiVersion; |
|
| 5660 | 5660 | } |
| 5661 | 5661 | public function setKind($kind) |
| 5662 | 5662 | { |
| 5663 | - $this->kind = $kind; |
|
| 5663 | + $this->kind = $kind; |
|
| 5664 | 5664 | } |
| 5665 | 5665 | public function getKind() |
| 5666 | 5666 | { |
| 5667 | - return $this->kind; |
|
| 5667 | + return $this->kind; |
|
| 5668 | 5668 | } |
| 5669 | 5669 | public function setRevisionStatus($revisionStatus) |
| 5670 | 5670 | { |
| 5671 | - $this->revisionStatus = $revisionStatus; |
|
| 5671 | + $this->revisionStatus = $revisionStatus; |
|
| 5672 | 5672 | } |
| 5673 | 5673 | public function getRevisionStatus() |
| 5674 | 5674 | { |
| 5675 | - return $this->revisionStatus; |
|
| 5675 | + return $this->revisionStatus; |
|
| 5676 | 5676 | } |
| 5677 | 5677 | } |
| 5678 | 5678 | |
@@ -5703,107 +5703,107 @@ discard block |
||
| 5703 | 5703 | |
| 5704 | 5704 | public function setApplicationId($applicationId) |
| 5705 | 5705 | { |
| 5706 | - $this->applicationId = $applicationId; |
|
| 5706 | + $this->applicationId = $applicationId; |
|
| 5707 | 5707 | } |
| 5708 | 5708 | public function getApplicationId() |
| 5709 | 5709 | { |
| 5710 | - return $this->applicationId; |
|
| 5710 | + return $this->applicationId; |
|
| 5711 | 5711 | } |
| 5712 | 5712 | public function setAutoMatchingCriteria(Google_Service_Games_RoomAutoMatchingCriteria $autoMatchingCriteria) |
| 5713 | 5713 | { |
| 5714 | - $this->autoMatchingCriteria = $autoMatchingCriteria; |
|
| 5714 | + $this->autoMatchingCriteria = $autoMatchingCriteria; |
|
| 5715 | 5715 | } |
| 5716 | 5716 | public function getAutoMatchingCriteria() |
| 5717 | 5717 | { |
| 5718 | - return $this->autoMatchingCriteria; |
|
| 5718 | + return $this->autoMatchingCriteria; |
|
| 5719 | 5719 | } |
| 5720 | 5720 | public function setAutoMatchingStatus(Google_Service_Games_RoomAutoMatchStatus $autoMatchingStatus) |
| 5721 | 5721 | { |
| 5722 | - $this->autoMatchingStatus = $autoMatchingStatus; |
|
| 5722 | + $this->autoMatchingStatus = $autoMatchingStatus; |
|
| 5723 | 5723 | } |
| 5724 | 5724 | public function getAutoMatchingStatus() |
| 5725 | 5725 | { |
| 5726 | - return $this->autoMatchingStatus; |
|
| 5726 | + return $this->autoMatchingStatus; |
|
| 5727 | 5727 | } |
| 5728 | 5728 | public function setCreationDetails(Google_Service_Games_RoomModification $creationDetails) |
| 5729 | 5729 | { |
| 5730 | - $this->creationDetails = $creationDetails; |
|
| 5730 | + $this->creationDetails = $creationDetails; |
|
| 5731 | 5731 | } |
| 5732 | 5732 | public function getCreationDetails() |
| 5733 | 5733 | { |
| 5734 | - return $this->creationDetails; |
|
| 5734 | + return $this->creationDetails; |
|
| 5735 | 5735 | } |
| 5736 | 5736 | public function setDescription($description) |
| 5737 | 5737 | { |
| 5738 | - $this->description = $description; |
|
| 5738 | + $this->description = $description; |
|
| 5739 | 5739 | } |
| 5740 | 5740 | public function getDescription() |
| 5741 | 5741 | { |
| 5742 | - return $this->description; |
|
| 5742 | + return $this->description; |
|
| 5743 | 5743 | } |
| 5744 | 5744 | public function setInviterId($inviterId) |
| 5745 | 5745 | { |
| 5746 | - $this->inviterId = $inviterId; |
|
| 5746 | + $this->inviterId = $inviterId; |
|
| 5747 | 5747 | } |
| 5748 | 5748 | public function getInviterId() |
| 5749 | 5749 | { |
| 5750 | - return $this->inviterId; |
|
| 5750 | + return $this->inviterId; |
|
| 5751 | 5751 | } |
| 5752 | 5752 | public function setKind($kind) |
| 5753 | 5753 | { |
| 5754 | - $this->kind = $kind; |
|
| 5754 | + $this->kind = $kind; |
|
| 5755 | 5755 | } |
| 5756 | 5756 | public function getKind() |
| 5757 | 5757 | { |
| 5758 | - return $this->kind; |
|
| 5758 | + return $this->kind; |
|
| 5759 | 5759 | } |
| 5760 | 5760 | public function setLastUpdateDetails(Google_Service_Games_RoomModification $lastUpdateDetails) |
| 5761 | 5761 | { |
| 5762 | - $this->lastUpdateDetails = $lastUpdateDetails; |
|
| 5762 | + $this->lastUpdateDetails = $lastUpdateDetails; |
|
| 5763 | 5763 | } |
| 5764 | 5764 | public function getLastUpdateDetails() |
| 5765 | 5765 | { |
| 5766 | - return $this->lastUpdateDetails; |
|
| 5766 | + return $this->lastUpdateDetails; |
|
| 5767 | 5767 | } |
| 5768 | 5768 | public function setParticipants($participants) |
| 5769 | 5769 | { |
| 5770 | - $this->participants = $participants; |
|
| 5770 | + $this->participants = $participants; |
|
| 5771 | 5771 | } |
| 5772 | 5772 | public function getParticipants() |
| 5773 | 5773 | { |
| 5774 | - return $this->participants; |
|
| 5774 | + return $this->participants; |
|
| 5775 | 5775 | } |
| 5776 | 5776 | public function setRoomId($roomId) |
| 5777 | 5777 | { |
| 5778 | - $this->roomId = $roomId; |
|
| 5778 | + $this->roomId = $roomId; |
|
| 5779 | 5779 | } |
| 5780 | 5780 | public function getRoomId() |
| 5781 | 5781 | { |
| 5782 | - return $this->roomId; |
|
| 5782 | + return $this->roomId; |
|
| 5783 | 5783 | } |
| 5784 | 5784 | public function setRoomStatusVersion($roomStatusVersion) |
| 5785 | 5785 | { |
| 5786 | - $this->roomStatusVersion = $roomStatusVersion; |
|
| 5786 | + $this->roomStatusVersion = $roomStatusVersion; |
|
| 5787 | 5787 | } |
| 5788 | 5788 | public function getRoomStatusVersion() |
| 5789 | 5789 | { |
| 5790 | - return $this->roomStatusVersion; |
|
| 5790 | + return $this->roomStatusVersion; |
|
| 5791 | 5791 | } |
| 5792 | 5792 | public function setStatus($status) |
| 5793 | 5793 | { |
| 5794 | - $this->status = $status; |
|
| 5794 | + $this->status = $status; |
|
| 5795 | 5795 | } |
| 5796 | 5796 | public function getStatus() |
| 5797 | 5797 | { |
| 5798 | - return $this->status; |
|
| 5798 | + return $this->status; |
|
| 5799 | 5799 | } |
| 5800 | 5800 | public function setVariant($variant) |
| 5801 | 5801 | { |
| 5802 | - $this->variant = $variant; |
|
| 5802 | + $this->variant = $variant; |
|
| 5803 | 5803 | } |
| 5804 | 5804 | public function getVariant() |
| 5805 | 5805 | { |
| 5806 | - return $this->variant; |
|
| 5806 | + return $this->variant; |
|
| 5807 | 5807 | } |
| 5808 | 5808 | } |
| 5809 | 5809 | |
@@ -5817,19 +5817,19 @@ discard block |
||
| 5817 | 5817 | |
| 5818 | 5818 | public function setKind($kind) |
| 5819 | 5819 | { |
| 5820 | - $this->kind = $kind; |
|
| 5820 | + $this->kind = $kind; |
|
| 5821 | 5821 | } |
| 5822 | 5822 | public function getKind() |
| 5823 | 5823 | { |
| 5824 | - return $this->kind; |
|
| 5824 | + return $this->kind; |
|
| 5825 | 5825 | } |
| 5826 | 5826 | public function setWaitEstimateSeconds($waitEstimateSeconds) |
| 5827 | 5827 | { |
| 5828 | - $this->waitEstimateSeconds = $waitEstimateSeconds; |
|
| 5828 | + $this->waitEstimateSeconds = $waitEstimateSeconds; |
|
| 5829 | 5829 | } |
| 5830 | 5830 | public function getWaitEstimateSeconds() |
| 5831 | 5831 | { |
| 5832 | - return $this->waitEstimateSeconds; |
|
| 5832 | + return $this->waitEstimateSeconds; |
|
| 5833 | 5833 | } |
| 5834 | 5834 | } |
| 5835 | 5835 | |
@@ -5845,35 +5845,35 @@ discard block |
||
| 5845 | 5845 | |
| 5846 | 5846 | public function setExclusiveBitmask($exclusiveBitmask) |
| 5847 | 5847 | { |
| 5848 | - $this->exclusiveBitmask = $exclusiveBitmask; |
|
| 5848 | + $this->exclusiveBitmask = $exclusiveBitmask; |
|
| 5849 | 5849 | } |
| 5850 | 5850 | public function getExclusiveBitmask() |
| 5851 | 5851 | { |
| 5852 | - return $this->exclusiveBitmask; |
|
| 5852 | + return $this->exclusiveBitmask; |
|
| 5853 | 5853 | } |
| 5854 | 5854 | public function setKind($kind) |
| 5855 | 5855 | { |
| 5856 | - $this->kind = $kind; |
|
| 5856 | + $this->kind = $kind; |
|
| 5857 | 5857 | } |
| 5858 | 5858 | public function getKind() |
| 5859 | 5859 | { |
| 5860 | - return $this->kind; |
|
| 5860 | + return $this->kind; |
|
| 5861 | 5861 | } |
| 5862 | 5862 | public function setMaxAutoMatchingPlayers($maxAutoMatchingPlayers) |
| 5863 | 5863 | { |
| 5864 | - $this->maxAutoMatchingPlayers = $maxAutoMatchingPlayers; |
|
| 5864 | + $this->maxAutoMatchingPlayers = $maxAutoMatchingPlayers; |
|
| 5865 | 5865 | } |
| 5866 | 5866 | public function getMaxAutoMatchingPlayers() |
| 5867 | 5867 | { |
| 5868 | - return $this->maxAutoMatchingPlayers; |
|
| 5868 | + return $this->maxAutoMatchingPlayers; |
|
| 5869 | 5869 | } |
| 5870 | 5870 | public function setMinAutoMatchingPlayers($minAutoMatchingPlayers) |
| 5871 | 5871 | { |
| 5872 | - $this->minAutoMatchingPlayers = $minAutoMatchingPlayers; |
|
| 5872 | + $this->minAutoMatchingPlayers = $minAutoMatchingPlayers; |
|
| 5873 | 5873 | } |
| 5874 | 5874 | public function getMinAutoMatchingPlayers() |
| 5875 | 5875 | { |
| 5876 | - return $this->minAutoMatchingPlayers; |
|
| 5876 | + return $this->minAutoMatchingPlayers; |
|
| 5877 | 5877 | } |
| 5878 | 5878 | } |
| 5879 | 5879 | |
@@ -5887,19 +5887,19 @@ discard block |
||
| 5887 | 5887 | |
| 5888 | 5888 | public function setKind($kind) |
| 5889 | 5889 | { |
| 5890 | - $this->kind = $kind; |
|
| 5890 | + $this->kind = $kind; |
|
| 5891 | 5891 | } |
| 5892 | 5892 | public function getKind() |
| 5893 | 5893 | { |
| 5894 | - return $this->kind; |
|
| 5894 | + return $this->kind; |
|
| 5895 | 5895 | } |
| 5896 | 5896 | public function setXmppAddress($xmppAddress) |
| 5897 | 5897 | { |
| 5898 | - $this->xmppAddress = $xmppAddress; |
|
| 5898 | + $this->xmppAddress = $xmppAddress; |
|
| 5899 | 5899 | } |
| 5900 | 5900 | public function getXmppAddress() |
| 5901 | 5901 | { |
| 5902 | - return $this->xmppAddress; |
|
| 5902 | + return $this->xmppAddress; |
|
| 5903 | 5903 | } |
| 5904 | 5904 | } |
| 5905 | 5905 | |
@@ -5923,67 +5923,67 @@ discard block |
||
| 5923 | 5923 | |
| 5924 | 5924 | public function setAutoMatchingCriteria(Google_Service_Games_RoomAutoMatchingCriteria $autoMatchingCriteria) |
| 5925 | 5925 | { |
| 5926 | - $this->autoMatchingCriteria = $autoMatchingCriteria; |
|
| 5926 | + $this->autoMatchingCriteria = $autoMatchingCriteria; |
|
| 5927 | 5927 | } |
| 5928 | 5928 | public function getAutoMatchingCriteria() |
| 5929 | 5929 | { |
| 5930 | - return $this->autoMatchingCriteria; |
|
| 5930 | + return $this->autoMatchingCriteria; |
|
| 5931 | 5931 | } |
| 5932 | 5932 | public function setCapabilities($capabilities) |
| 5933 | 5933 | { |
| 5934 | - $this->capabilities = $capabilities; |
|
| 5934 | + $this->capabilities = $capabilities; |
|
| 5935 | 5935 | } |
| 5936 | 5936 | public function getCapabilities() |
| 5937 | 5937 | { |
| 5938 | - return $this->capabilities; |
|
| 5938 | + return $this->capabilities; |
|
| 5939 | 5939 | } |
| 5940 | 5940 | public function setClientAddress(Google_Service_Games_RoomClientAddress $clientAddress) |
| 5941 | 5941 | { |
| 5942 | - $this->clientAddress = $clientAddress; |
|
| 5942 | + $this->clientAddress = $clientAddress; |
|
| 5943 | 5943 | } |
| 5944 | 5944 | public function getClientAddress() |
| 5945 | 5945 | { |
| 5946 | - return $this->clientAddress; |
|
| 5946 | + return $this->clientAddress; |
|
| 5947 | 5947 | } |
| 5948 | 5948 | public function setInvitedPlayerIds($invitedPlayerIds) |
| 5949 | 5949 | { |
| 5950 | - $this->invitedPlayerIds = $invitedPlayerIds; |
|
| 5950 | + $this->invitedPlayerIds = $invitedPlayerIds; |
|
| 5951 | 5951 | } |
| 5952 | 5952 | public function getInvitedPlayerIds() |
| 5953 | 5953 | { |
| 5954 | - return $this->invitedPlayerIds; |
|
| 5954 | + return $this->invitedPlayerIds; |
|
| 5955 | 5955 | } |
| 5956 | 5956 | public function setKind($kind) |
| 5957 | 5957 | { |
| 5958 | - $this->kind = $kind; |
|
| 5958 | + $this->kind = $kind; |
|
| 5959 | 5959 | } |
| 5960 | 5960 | public function getKind() |
| 5961 | 5961 | { |
| 5962 | - return $this->kind; |
|
| 5962 | + return $this->kind; |
|
| 5963 | 5963 | } |
| 5964 | 5964 | public function setNetworkDiagnostics(Google_Service_Games_NetworkDiagnostics $networkDiagnostics) |
| 5965 | 5965 | { |
| 5966 | - $this->networkDiagnostics = $networkDiagnostics; |
|
| 5966 | + $this->networkDiagnostics = $networkDiagnostics; |
|
| 5967 | 5967 | } |
| 5968 | 5968 | public function getNetworkDiagnostics() |
| 5969 | 5969 | { |
| 5970 | - return $this->networkDiagnostics; |
|
| 5970 | + return $this->networkDiagnostics; |
|
| 5971 | 5971 | } |
| 5972 | 5972 | public function setRequestId($requestId) |
| 5973 | 5973 | { |
| 5974 | - $this->requestId = $requestId; |
|
| 5974 | + $this->requestId = $requestId; |
|
| 5975 | 5975 | } |
| 5976 | 5976 | public function getRequestId() |
| 5977 | 5977 | { |
| 5978 | - return $this->requestId; |
|
| 5978 | + return $this->requestId; |
|
| 5979 | 5979 | } |
| 5980 | 5980 | public function setVariant($variant) |
| 5981 | 5981 | { |
| 5982 | - $this->variant = $variant; |
|
| 5982 | + $this->variant = $variant; |
|
| 5983 | 5983 | } |
| 5984 | 5984 | public function getVariant() |
| 5985 | 5985 | { |
| 5986 | - return $this->variant; |
|
| 5986 | + return $this->variant; |
|
| 5987 | 5987 | } |
| 5988 | 5988 | } |
| 5989 | 5989 | |
@@ -6002,35 +6002,35 @@ discard block |
||
| 6002 | 6002 | |
| 6003 | 6003 | public function setCapabilities($capabilities) |
| 6004 | 6004 | { |
| 6005 | - $this->capabilities = $capabilities; |
|
| 6005 | + $this->capabilities = $capabilities; |
|
| 6006 | 6006 | } |
| 6007 | 6007 | public function getCapabilities() |
| 6008 | 6008 | { |
| 6009 | - return $this->capabilities; |
|
| 6009 | + return $this->capabilities; |
|
| 6010 | 6010 | } |
| 6011 | 6011 | public function setClientAddress(Google_Service_Games_RoomClientAddress $clientAddress) |
| 6012 | 6012 | { |
| 6013 | - $this->clientAddress = $clientAddress; |
|
| 6013 | + $this->clientAddress = $clientAddress; |
|
| 6014 | 6014 | } |
| 6015 | 6015 | public function getClientAddress() |
| 6016 | 6016 | { |
| 6017 | - return $this->clientAddress; |
|
| 6017 | + return $this->clientAddress; |
|
| 6018 | 6018 | } |
| 6019 | 6019 | public function setKind($kind) |
| 6020 | 6020 | { |
| 6021 | - $this->kind = $kind; |
|
| 6021 | + $this->kind = $kind; |
|
| 6022 | 6022 | } |
| 6023 | 6023 | public function getKind() |
| 6024 | 6024 | { |
| 6025 | - return $this->kind; |
|
| 6025 | + return $this->kind; |
|
| 6026 | 6026 | } |
| 6027 | 6027 | public function setNetworkDiagnostics(Google_Service_Games_NetworkDiagnostics $networkDiagnostics) |
| 6028 | 6028 | { |
| 6029 | - $this->networkDiagnostics = $networkDiagnostics; |
|
| 6029 | + $this->networkDiagnostics = $networkDiagnostics; |
|
| 6030 | 6030 | } |
| 6031 | 6031 | public function getNetworkDiagnostics() |
| 6032 | 6032 | { |
| 6033 | - return $this->networkDiagnostics; |
|
| 6033 | + return $this->networkDiagnostics; |
|
| 6034 | 6034 | } |
| 6035 | 6035 | } |
| 6036 | 6036 | |
@@ -6052,67 +6052,67 @@ discard block |
||
| 6052 | 6052 | |
| 6053 | 6053 | public function setAndroidNetworkSubtype($androidNetworkSubtype) |
| 6054 | 6054 | { |
| 6055 | - $this->androidNetworkSubtype = $androidNetworkSubtype; |
|
| 6055 | + $this->androidNetworkSubtype = $androidNetworkSubtype; |
|
| 6056 | 6056 | } |
| 6057 | 6057 | public function getAndroidNetworkSubtype() |
| 6058 | 6058 | { |
| 6059 | - return $this->androidNetworkSubtype; |
|
| 6059 | + return $this->androidNetworkSubtype; |
|
| 6060 | 6060 | } |
| 6061 | 6061 | public function setAndroidNetworkType($androidNetworkType) |
| 6062 | 6062 | { |
| 6063 | - $this->androidNetworkType = $androidNetworkType; |
|
| 6063 | + $this->androidNetworkType = $androidNetworkType; |
|
| 6064 | 6064 | } |
| 6065 | 6065 | public function getAndroidNetworkType() |
| 6066 | 6066 | { |
| 6067 | - return $this->androidNetworkType; |
|
| 6067 | + return $this->androidNetworkType; |
|
| 6068 | 6068 | } |
| 6069 | 6069 | public function setIosNetworkType($iosNetworkType) |
| 6070 | 6070 | { |
| 6071 | - $this->iosNetworkType = $iosNetworkType; |
|
| 6071 | + $this->iosNetworkType = $iosNetworkType; |
|
| 6072 | 6072 | } |
| 6073 | 6073 | public function getIosNetworkType() |
| 6074 | 6074 | { |
| 6075 | - return $this->iosNetworkType; |
|
| 6075 | + return $this->iosNetworkType; |
|
| 6076 | 6076 | } |
| 6077 | 6077 | public function setKind($kind) |
| 6078 | 6078 | { |
| 6079 | - $this->kind = $kind; |
|
| 6079 | + $this->kind = $kind; |
|
| 6080 | 6080 | } |
| 6081 | 6081 | public function getKind() |
| 6082 | 6082 | { |
| 6083 | - return $this->kind; |
|
| 6083 | + return $this->kind; |
|
| 6084 | 6084 | } |
| 6085 | 6085 | public function setNetworkOperatorCode($networkOperatorCode) |
| 6086 | 6086 | { |
| 6087 | - $this->networkOperatorCode = $networkOperatorCode; |
|
| 6087 | + $this->networkOperatorCode = $networkOperatorCode; |
|
| 6088 | 6088 | } |
| 6089 | 6089 | public function getNetworkOperatorCode() |
| 6090 | 6090 | { |
| 6091 | - return $this->networkOperatorCode; |
|
| 6091 | + return $this->networkOperatorCode; |
|
| 6092 | 6092 | } |
| 6093 | 6093 | public function setNetworkOperatorName($networkOperatorName) |
| 6094 | 6094 | { |
| 6095 | - $this->networkOperatorName = $networkOperatorName; |
|
| 6095 | + $this->networkOperatorName = $networkOperatorName; |
|
| 6096 | 6096 | } |
| 6097 | 6097 | public function getNetworkOperatorName() |
| 6098 | 6098 | { |
| 6099 | - return $this->networkOperatorName; |
|
| 6099 | + return $this->networkOperatorName; |
|
| 6100 | 6100 | } |
| 6101 | 6101 | public function setPeerSession($peerSession) |
| 6102 | 6102 | { |
| 6103 | - $this->peerSession = $peerSession; |
|
| 6103 | + $this->peerSession = $peerSession; |
|
| 6104 | 6104 | } |
| 6105 | 6105 | public function getPeerSession() |
| 6106 | 6106 | { |
| 6107 | - return $this->peerSession; |
|
| 6107 | + return $this->peerSession; |
|
| 6108 | 6108 | } |
| 6109 | 6109 | public function setSocketsUsed($socketsUsed) |
| 6110 | 6110 | { |
| 6111 | - $this->socketsUsed = $socketsUsed; |
|
| 6111 | + $this->socketsUsed = $socketsUsed; |
|
| 6112 | 6112 | } |
| 6113 | 6113 | public function getSocketsUsed() |
| 6114 | 6114 | { |
| 6115 | - return $this->socketsUsed; |
|
| 6115 | + return $this->socketsUsed; |
|
| 6116 | 6116 | } |
| 6117 | 6117 | } |
| 6118 | 6118 | |
@@ -6128,27 +6128,27 @@ discard block |
||
| 6128 | 6128 | |
| 6129 | 6129 | public function setKind($kind) |
| 6130 | 6130 | { |
| 6131 | - $this->kind = $kind; |
|
| 6131 | + $this->kind = $kind; |
|
| 6132 | 6132 | } |
| 6133 | 6133 | public function getKind() |
| 6134 | 6134 | { |
| 6135 | - return $this->kind; |
|
| 6135 | + return $this->kind; |
|
| 6136 | 6136 | } |
| 6137 | 6137 | public function setLeaveDiagnostics(Google_Service_Games_RoomLeaveDiagnostics $leaveDiagnostics) |
| 6138 | 6138 | { |
| 6139 | - $this->leaveDiagnostics = $leaveDiagnostics; |
|
| 6139 | + $this->leaveDiagnostics = $leaveDiagnostics; |
|
| 6140 | 6140 | } |
| 6141 | 6141 | public function getLeaveDiagnostics() |
| 6142 | 6142 | { |
| 6143 | - return $this->leaveDiagnostics; |
|
| 6143 | + return $this->leaveDiagnostics; |
|
| 6144 | 6144 | } |
| 6145 | 6145 | public function setReason($reason) |
| 6146 | 6146 | { |
| 6147 | - $this->reason = $reason; |
|
| 6147 | + $this->reason = $reason; |
|
| 6148 | 6148 | } |
| 6149 | 6149 | public function getReason() |
| 6150 | 6150 | { |
| 6151 | - return $this->reason; |
|
| 6151 | + return $this->reason; |
|
| 6152 | 6152 | } |
| 6153 | 6153 | } |
| 6154 | 6154 | |
@@ -6165,27 +6165,27 @@ discard block |
||
| 6165 | 6165 | |
| 6166 | 6166 | public function setItems($items) |
| 6167 | 6167 | { |
| 6168 | - $this->items = $items; |
|
| 6168 | + $this->items = $items; |
|
| 6169 | 6169 | } |
| 6170 | 6170 | public function getItems() |
| 6171 | 6171 | { |
| 6172 | - return $this->items; |
|
| 6172 | + return $this->items; |
|
| 6173 | 6173 | } |
| 6174 | 6174 | public function setKind($kind) |
| 6175 | 6175 | { |
| 6176 | - $this->kind = $kind; |
|
| 6176 | + $this->kind = $kind; |
|
| 6177 | 6177 | } |
| 6178 | 6178 | public function getKind() |
| 6179 | 6179 | { |
| 6180 | - return $this->kind; |
|
| 6180 | + return $this->kind; |
|
| 6181 | 6181 | } |
| 6182 | 6182 | public function setNextPageToken($nextPageToken) |
| 6183 | 6183 | { |
| 6184 | - $this->nextPageToken = $nextPageToken; |
|
| 6184 | + $this->nextPageToken = $nextPageToken; |
|
| 6185 | 6185 | } |
| 6186 | 6186 | public function getNextPageToken() |
| 6187 | 6187 | { |
| 6188 | - return $this->nextPageToken; |
|
| 6188 | + return $this->nextPageToken; |
|
| 6189 | 6189 | } |
| 6190 | 6190 | } |
| 6191 | 6191 | |
@@ -6200,34 +6200,34 @@ discard block |
||
| 6200 | 6200 | |
| 6201 | 6201 | public function setKind($kind) |
| 6202 | 6202 | { |
| 6203 | - $this->kind = $kind; |
|
| 6203 | + $this->kind = $kind; |
|
| 6204 | 6204 | } |
| 6205 | 6205 | public function getKind() |
| 6206 | 6206 | { |
| 6207 | - return $this->kind; |
|
| 6207 | + return $this->kind; |
|
| 6208 | 6208 | } |
| 6209 | 6209 | public function setModifiedTimestampMillis($modifiedTimestampMillis) |
| 6210 | 6210 | { |
| 6211 | - $this->modifiedTimestampMillis = $modifiedTimestampMillis; |
|
| 6211 | + $this->modifiedTimestampMillis = $modifiedTimestampMillis; |
|
| 6212 | 6212 | } |
| 6213 | 6213 | public function getModifiedTimestampMillis() |
| 6214 | 6214 | { |
| 6215 | - return $this->modifiedTimestampMillis; |
|
| 6215 | + return $this->modifiedTimestampMillis; |
|
| 6216 | 6216 | } |
| 6217 | 6217 | public function setParticipantId($participantId) |
| 6218 | 6218 | { |
| 6219 | - $this->participantId = $participantId; |
|
| 6219 | + $this->participantId = $participantId; |
|
| 6220 | 6220 | } |
| 6221 | 6221 | public function getParticipantId() |
| 6222 | 6222 | { |
| 6223 | - return $this->participantId; |
|
| 6223 | + return $this->participantId; |
|
| 6224 | 6224 | } |
| 6225 | 6225 | } |
| 6226 | 6226 | |
| 6227 | 6227 | class Google_Service_Games_RoomP2PStatus extends Google_Model |
| 6228 | 6228 | { |
| 6229 | 6229 | protected $internal_gapi_mappings = array( |
| 6230 | - "errorReason" => "error_reason", |
|
| 6230 | + "errorReason" => "error_reason", |
|
| 6231 | 6231 | ); |
| 6232 | 6232 | public $connectionSetupLatencyMillis; |
| 6233 | 6233 | public $error; |
@@ -6240,59 +6240,59 @@ discard block |
||
| 6240 | 6240 | |
| 6241 | 6241 | public function setConnectionSetupLatencyMillis($connectionSetupLatencyMillis) |
| 6242 | 6242 | { |
| 6243 | - $this->connectionSetupLatencyMillis = $connectionSetupLatencyMillis; |
|
| 6243 | + $this->connectionSetupLatencyMillis = $connectionSetupLatencyMillis; |
|
| 6244 | 6244 | } |
| 6245 | 6245 | public function getConnectionSetupLatencyMillis() |
| 6246 | 6246 | { |
| 6247 | - return $this->connectionSetupLatencyMillis; |
|
| 6247 | + return $this->connectionSetupLatencyMillis; |
|
| 6248 | 6248 | } |
| 6249 | 6249 | public function setError($error) |
| 6250 | 6250 | { |
| 6251 | - $this->error = $error; |
|
| 6251 | + $this->error = $error; |
|
| 6252 | 6252 | } |
| 6253 | 6253 | public function getError() |
| 6254 | 6254 | { |
| 6255 | - return $this->error; |
|
| 6255 | + return $this->error; |
|
| 6256 | 6256 | } |
| 6257 | 6257 | public function setErrorReason($errorReason) |
| 6258 | 6258 | { |
| 6259 | - $this->errorReason = $errorReason; |
|
| 6259 | + $this->errorReason = $errorReason; |
|
| 6260 | 6260 | } |
| 6261 | 6261 | public function getErrorReason() |
| 6262 | 6262 | { |
| 6263 | - return $this->errorReason; |
|
| 6263 | + return $this->errorReason; |
|
| 6264 | 6264 | } |
| 6265 | 6265 | public function setKind($kind) |
| 6266 | 6266 | { |
| 6267 | - $this->kind = $kind; |
|
| 6267 | + $this->kind = $kind; |
|
| 6268 | 6268 | } |
| 6269 | 6269 | public function getKind() |
| 6270 | 6270 | { |
| 6271 | - return $this->kind; |
|
| 6271 | + return $this->kind; |
|
| 6272 | 6272 | } |
| 6273 | 6273 | public function setParticipantId($participantId) |
| 6274 | 6274 | { |
| 6275 | - $this->participantId = $participantId; |
|
| 6275 | + $this->participantId = $participantId; |
|
| 6276 | 6276 | } |
| 6277 | 6277 | public function getParticipantId() |
| 6278 | 6278 | { |
| 6279 | - return $this->participantId; |
|
| 6279 | + return $this->participantId; |
|
| 6280 | 6280 | } |
| 6281 | 6281 | public function setStatus($status) |
| 6282 | 6282 | { |
| 6283 | - $this->status = $status; |
|
| 6283 | + $this->status = $status; |
|
| 6284 | 6284 | } |
| 6285 | 6285 | public function getStatus() |
| 6286 | 6286 | { |
| 6287 | - return $this->status; |
|
| 6287 | + return $this->status; |
|
| 6288 | 6288 | } |
| 6289 | 6289 | public function setUnreliableRoundtripLatencyMillis($unreliableRoundtripLatencyMillis) |
| 6290 | 6290 | { |
| 6291 | - $this->unreliableRoundtripLatencyMillis = $unreliableRoundtripLatencyMillis; |
|
| 6291 | + $this->unreliableRoundtripLatencyMillis = $unreliableRoundtripLatencyMillis; |
|
| 6292 | 6292 | } |
| 6293 | 6293 | public function getUnreliableRoundtripLatencyMillis() |
| 6294 | 6294 | { |
| 6295 | - return $this->unreliableRoundtripLatencyMillis; |
|
| 6295 | + return $this->unreliableRoundtripLatencyMillis; |
|
| 6296 | 6296 | } |
| 6297 | 6297 | } |
| 6298 | 6298 | |
@@ -6308,19 +6308,19 @@ discard block |
||
| 6308 | 6308 | |
| 6309 | 6309 | public function setKind($kind) |
| 6310 | 6310 | { |
| 6311 | - $this->kind = $kind; |
|
| 6311 | + $this->kind = $kind; |
|
| 6312 | 6312 | } |
| 6313 | 6313 | public function getKind() |
| 6314 | 6314 | { |
| 6315 | - return $this->kind; |
|
| 6315 | + return $this->kind; |
|
| 6316 | 6316 | } |
| 6317 | 6317 | public function setUpdates($updates) |
| 6318 | 6318 | { |
| 6319 | - $this->updates = $updates; |
|
| 6319 | + $this->updates = $updates; |
|
| 6320 | 6320 | } |
| 6321 | 6321 | public function getUpdates() |
| 6322 | 6322 | { |
| 6323 | - return $this->updates; |
|
| 6323 | + return $this->updates; |
|
| 6324 | 6324 | } |
| 6325 | 6325 | } |
| 6326 | 6326 | |
@@ -6346,83 +6346,83 @@ discard block |
||
| 6346 | 6346 | |
| 6347 | 6347 | public function setAutoMatched($autoMatched) |
| 6348 | 6348 | { |
| 6349 | - $this->autoMatched = $autoMatched; |
|
| 6349 | + $this->autoMatched = $autoMatched; |
|
| 6350 | 6350 | } |
| 6351 | 6351 | public function getAutoMatched() |
| 6352 | 6352 | { |
| 6353 | - return $this->autoMatched; |
|
| 6353 | + return $this->autoMatched; |
|
| 6354 | 6354 | } |
| 6355 | 6355 | public function setAutoMatchedPlayer(Google_Service_Games_AnonymousPlayer $autoMatchedPlayer) |
| 6356 | 6356 | { |
| 6357 | - $this->autoMatchedPlayer = $autoMatchedPlayer; |
|
| 6357 | + $this->autoMatchedPlayer = $autoMatchedPlayer; |
|
| 6358 | 6358 | } |
| 6359 | 6359 | public function getAutoMatchedPlayer() |
| 6360 | 6360 | { |
| 6361 | - return $this->autoMatchedPlayer; |
|
| 6361 | + return $this->autoMatchedPlayer; |
|
| 6362 | 6362 | } |
| 6363 | 6363 | public function setCapabilities($capabilities) |
| 6364 | 6364 | { |
| 6365 | - $this->capabilities = $capabilities; |
|
| 6365 | + $this->capabilities = $capabilities; |
|
| 6366 | 6366 | } |
| 6367 | 6367 | public function getCapabilities() |
| 6368 | 6368 | { |
| 6369 | - return $this->capabilities; |
|
| 6369 | + return $this->capabilities; |
|
| 6370 | 6370 | } |
| 6371 | 6371 | public function setClientAddress(Google_Service_Games_RoomClientAddress $clientAddress) |
| 6372 | 6372 | { |
| 6373 | - $this->clientAddress = $clientAddress; |
|
| 6373 | + $this->clientAddress = $clientAddress; |
|
| 6374 | 6374 | } |
| 6375 | 6375 | public function getClientAddress() |
| 6376 | 6376 | { |
| 6377 | - return $this->clientAddress; |
|
| 6377 | + return $this->clientAddress; |
|
| 6378 | 6378 | } |
| 6379 | 6379 | public function setConnected($connected) |
| 6380 | 6380 | { |
| 6381 | - $this->connected = $connected; |
|
| 6381 | + $this->connected = $connected; |
|
| 6382 | 6382 | } |
| 6383 | 6383 | public function getConnected() |
| 6384 | 6384 | { |
| 6385 | - return $this->connected; |
|
| 6385 | + return $this->connected; |
|
| 6386 | 6386 | } |
| 6387 | 6387 | public function setId($id) |
| 6388 | 6388 | { |
| 6389 | - $this->id = $id; |
|
| 6389 | + $this->id = $id; |
|
| 6390 | 6390 | } |
| 6391 | 6391 | public function getId() |
| 6392 | 6392 | { |
| 6393 | - return $this->id; |
|
| 6393 | + return $this->id; |
|
| 6394 | 6394 | } |
| 6395 | 6395 | public function setKind($kind) |
| 6396 | 6396 | { |
| 6397 | - $this->kind = $kind; |
|
| 6397 | + $this->kind = $kind; |
|
| 6398 | 6398 | } |
| 6399 | 6399 | public function getKind() |
| 6400 | 6400 | { |
| 6401 | - return $this->kind; |
|
| 6401 | + return $this->kind; |
|
| 6402 | 6402 | } |
| 6403 | 6403 | public function setLeaveReason($leaveReason) |
| 6404 | 6404 | { |
| 6405 | - $this->leaveReason = $leaveReason; |
|
| 6405 | + $this->leaveReason = $leaveReason; |
|
| 6406 | 6406 | } |
| 6407 | 6407 | public function getLeaveReason() |
| 6408 | 6408 | { |
| 6409 | - return $this->leaveReason; |
|
| 6409 | + return $this->leaveReason; |
|
| 6410 | 6410 | } |
| 6411 | 6411 | public function setPlayer(Google_Service_Games_Player $player) |
| 6412 | 6412 | { |
| 6413 | - $this->player = $player; |
|
| 6413 | + $this->player = $player; |
|
| 6414 | 6414 | } |
| 6415 | 6415 | public function getPlayer() |
| 6416 | 6416 | { |
| 6417 | - return $this->player; |
|
| 6417 | + return $this->player; |
|
| 6418 | 6418 | } |
| 6419 | 6419 | public function setStatus($status) |
| 6420 | 6420 | { |
| 6421 | - $this->status = $status; |
|
| 6421 | + $this->status = $status; |
|
| 6422 | 6422 | } |
| 6423 | 6423 | public function getStatus() |
| 6424 | 6424 | { |
| 6425 | - return $this->status; |
|
| 6425 | + return $this->status; |
|
| 6426 | 6426 | } |
| 6427 | 6427 | } |
| 6428 | 6428 | |
@@ -6443,51 +6443,51 @@ discard block |
||
| 6443 | 6443 | |
| 6444 | 6444 | public function setAutoMatchingStatus(Google_Service_Games_RoomAutoMatchStatus $autoMatchingStatus) |
| 6445 | 6445 | { |
| 6446 | - $this->autoMatchingStatus = $autoMatchingStatus; |
|
| 6446 | + $this->autoMatchingStatus = $autoMatchingStatus; |
|
| 6447 | 6447 | } |
| 6448 | 6448 | public function getAutoMatchingStatus() |
| 6449 | 6449 | { |
| 6450 | - return $this->autoMatchingStatus; |
|
| 6450 | + return $this->autoMatchingStatus; |
|
| 6451 | 6451 | } |
| 6452 | 6452 | public function setKind($kind) |
| 6453 | 6453 | { |
| 6454 | - $this->kind = $kind; |
|
| 6454 | + $this->kind = $kind; |
|
| 6455 | 6455 | } |
| 6456 | 6456 | public function getKind() |
| 6457 | 6457 | { |
| 6458 | - return $this->kind; |
|
| 6458 | + return $this->kind; |
|
| 6459 | 6459 | } |
| 6460 | 6460 | public function setParticipants($participants) |
| 6461 | 6461 | { |
| 6462 | - $this->participants = $participants; |
|
| 6462 | + $this->participants = $participants; |
|
| 6463 | 6463 | } |
| 6464 | 6464 | public function getParticipants() |
| 6465 | 6465 | { |
| 6466 | - return $this->participants; |
|
| 6466 | + return $this->participants; |
|
| 6467 | 6467 | } |
| 6468 | 6468 | public function setRoomId($roomId) |
| 6469 | 6469 | { |
| 6470 | - $this->roomId = $roomId; |
|
| 6470 | + $this->roomId = $roomId; |
|
| 6471 | 6471 | } |
| 6472 | 6472 | public function getRoomId() |
| 6473 | 6473 | { |
| 6474 | - return $this->roomId; |
|
| 6474 | + return $this->roomId; |
|
| 6475 | 6475 | } |
| 6476 | 6476 | public function setStatus($status) |
| 6477 | 6477 | { |
| 6478 | - $this->status = $status; |
|
| 6478 | + $this->status = $status; |
|
| 6479 | 6479 | } |
| 6480 | 6480 | public function getStatus() |
| 6481 | 6481 | { |
| 6482 | - return $this->status; |
|
| 6482 | + return $this->status; |
|
| 6483 | 6483 | } |
| 6484 | 6484 | public function setStatusVersion($statusVersion) |
| 6485 | 6485 | { |
| 6486 | - $this->statusVersion = $statusVersion; |
|
| 6486 | + $this->statusVersion = $statusVersion; |
|
| 6487 | 6487 | } |
| 6488 | 6488 | public function getStatusVersion() |
| 6489 | 6489 | { |
| 6490 | - return $this->statusVersion; |
|
| 6490 | + return $this->statusVersion; |
|
| 6491 | 6491 | } |
| 6492 | 6492 | } |
| 6493 | 6493 | |
@@ -6504,43 +6504,43 @@ discard block |
||
| 6504 | 6504 | |
| 6505 | 6505 | public function setKind($kind) |
| 6506 | 6506 | { |
| 6507 | - $this->kind = $kind; |
|
| 6507 | + $this->kind = $kind; |
|
| 6508 | 6508 | } |
| 6509 | 6509 | public function getKind() |
| 6510 | 6510 | { |
| 6511 | - return $this->kind; |
|
| 6511 | + return $this->kind; |
|
| 6512 | 6512 | } |
| 6513 | 6513 | public function setLeaderboardId($leaderboardId) |
| 6514 | 6514 | { |
| 6515 | - $this->leaderboardId = $leaderboardId; |
|
| 6515 | + $this->leaderboardId = $leaderboardId; |
|
| 6516 | 6516 | } |
| 6517 | 6517 | public function getLeaderboardId() |
| 6518 | 6518 | { |
| 6519 | - return $this->leaderboardId; |
|
| 6519 | + return $this->leaderboardId; |
|
| 6520 | 6520 | } |
| 6521 | 6521 | public function setScore($score) |
| 6522 | 6522 | { |
| 6523 | - $this->score = $score; |
|
| 6523 | + $this->score = $score; |
|
| 6524 | 6524 | } |
| 6525 | 6525 | public function getScore() |
| 6526 | 6526 | { |
| 6527 | - return $this->score; |
|
| 6527 | + return $this->score; |
|
| 6528 | 6528 | } |
| 6529 | 6529 | public function setScoreTag($scoreTag) |
| 6530 | 6530 | { |
| 6531 | - $this->scoreTag = $scoreTag; |
|
| 6531 | + $this->scoreTag = $scoreTag; |
|
| 6532 | 6532 | } |
| 6533 | 6533 | public function getScoreTag() |
| 6534 | 6534 | { |
| 6535 | - return $this->scoreTag; |
|
| 6535 | + return $this->scoreTag; |
|
| 6536 | 6536 | } |
| 6537 | 6537 | public function setSignature($signature) |
| 6538 | 6538 | { |
| 6539 | - $this->signature = $signature; |
|
| 6539 | + $this->signature = $signature; |
|
| 6540 | 6540 | } |
| 6541 | 6541 | public function getSignature() |
| 6542 | 6542 | { |
| 6543 | - return $this->signature; |
|
| 6543 | + return $this->signature; |
|
| 6544 | 6544 | } |
| 6545 | 6545 | } |
| 6546 | 6546 | |
@@ -6564,98 +6564,98 @@ discard block |
||
| 6564 | 6564 | |
| 6565 | 6565 | public function setCoverImage(Google_Service_Games_SnapshotImage $coverImage) |
| 6566 | 6566 | { |
| 6567 | - $this->coverImage = $coverImage; |
|
| 6567 | + $this->coverImage = $coverImage; |
|
| 6568 | 6568 | } |
| 6569 | 6569 | public function getCoverImage() |
| 6570 | 6570 | { |
| 6571 | - return $this->coverImage; |
|
| 6571 | + return $this->coverImage; |
|
| 6572 | 6572 | } |
| 6573 | 6573 | public function setDescription($description) |
| 6574 | 6574 | { |
| 6575 | - $this->description = $description; |
|
| 6575 | + $this->description = $description; |
|
| 6576 | 6576 | } |
| 6577 | 6577 | public function getDescription() |
| 6578 | 6578 | { |
| 6579 | - return $this->description; |
|
| 6579 | + return $this->description; |
|
| 6580 | 6580 | } |
| 6581 | 6581 | public function setDriveId($driveId) |
| 6582 | 6582 | { |
| 6583 | - $this->driveId = $driveId; |
|
| 6583 | + $this->driveId = $driveId; |
|
| 6584 | 6584 | } |
| 6585 | 6585 | public function getDriveId() |
| 6586 | 6586 | { |
| 6587 | - return $this->driveId; |
|
| 6587 | + return $this->driveId; |
|
| 6588 | 6588 | } |
| 6589 | 6589 | public function setDurationMillis($durationMillis) |
| 6590 | 6590 | { |
| 6591 | - $this->durationMillis = $durationMillis; |
|
| 6591 | + $this->durationMillis = $durationMillis; |
|
| 6592 | 6592 | } |
| 6593 | 6593 | public function getDurationMillis() |
| 6594 | 6594 | { |
| 6595 | - return $this->durationMillis; |
|
| 6595 | + return $this->durationMillis; |
|
| 6596 | 6596 | } |
| 6597 | 6597 | public function setId($id) |
| 6598 | 6598 | { |
| 6599 | - $this->id = $id; |
|
| 6599 | + $this->id = $id; |
|
| 6600 | 6600 | } |
| 6601 | 6601 | public function getId() |
| 6602 | 6602 | { |
| 6603 | - return $this->id; |
|
| 6603 | + return $this->id; |
|
| 6604 | 6604 | } |
| 6605 | 6605 | public function setKind($kind) |
| 6606 | 6606 | { |
| 6607 | - $this->kind = $kind; |
|
| 6607 | + $this->kind = $kind; |
|
| 6608 | 6608 | } |
| 6609 | 6609 | public function getKind() |
| 6610 | 6610 | { |
| 6611 | - return $this->kind; |
|
| 6611 | + return $this->kind; |
|
| 6612 | 6612 | } |
| 6613 | 6613 | public function setLastModifiedMillis($lastModifiedMillis) |
| 6614 | 6614 | { |
| 6615 | - $this->lastModifiedMillis = $lastModifiedMillis; |
|
| 6615 | + $this->lastModifiedMillis = $lastModifiedMillis; |
|
| 6616 | 6616 | } |
| 6617 | 6617 | public function getLastModifiedMillis() |
| 6618 | 6618 | { |
| 6619 | - return $this->lastModifiedMillis; |
|
| 6619 | + return $this->lastModifiedMillis; |
|
| 6620 | 6620 | } |
| 6621 | 6621 | public function setProgressValue($progressValue) |
| 6622 | 6622 | { |
| 6623 | - $this->progressValue = $progressValue; |
|
| 6623 | + $this->progressValue = $progressValue; |
|
| 6624 | 6624 | } |
| 6625 | 6625 | public function getProgressValue() |
| 6626 | 6626 | { |
| 6627 | - return $this->progressValue; |
|
| 6627 | + return $this->progressValue; |
|
| 6628 | 6628 | } |
| 6629 | 6629 | public function setTitle($title) |
| 6630 | 6630 | { |
| 6631 | - $this->title = $title; |
|
| 6631 | + $this->title = $title; |
|
| 6632 | 6632 | } |
| 6633 | 6633 | public function getTitle() |
| 6634 | 6634 | { |
| 6635 | - return $this->title; |
|
| 6635 | + return $this->title; |
|
| 6636 | 6636 | } |
| 6637 | 6637 | public function setType($type) |
| 6638 | 6638 | { |
| 6639 | - $this->type = $type; |
|
| 6639 | + $this->type = $type; |
|
| 6640 | 6640 | } |
| 6641 | 6641 | public function getType() |
| 6642 | 6642 | { |
| 6643 | - return $this->type; |
|
| 6643 | + return $this->type; |
|
| 6644 | 6644 | } |
| 6645 | 6645 | public function setUniqueName($uniqueName) |
| 6646 | 6646 | { |
| 6647 | - $this->uniqueName = $uniqueName; |
|
| 6647 | + $this->uniqueName = $uniqueName; |
|
| 6648 | 6648 | } |
| 6649 | 6649 | public function getUniqueName() |
| 6650 | 6650 | { |
| 6651 | - return $this->uniqueName; |
|
| 6651 | + return $this->uniqueName; |
|
| 6652 | 6652 | } |
| 6653 | 6653 | } |
| 6654 | 6654 | |
| 6655 | 6655 | class Google_Service_Games_SnapshotImage extends Google_Model |
| 6656 | 6656 | { |
| 6657 | 6657 | protected $internal_gapi_mappings = array( |
| 6658 | - "mimeType" => "mime_type", |
|
| 6658 | + "mimeType" => "mime_type", |
|
| 6659 | 6659 | ); |
| 6660 | 6660 | public $height; |
| 6661 | 6661 | public $kind; |
@@ -6666,43 +6666,43 @@ discard block |
||
| 6666 | 6666 | |
| 6667 | 6667 | public function setHeight($height) |
| 6668 | 6668 | { |
| 6669 | - $this->height = $height; |
|
| 6669 | + $this->height = $height; |
|
| 6670 | 6670 | } |
| 6671 | 6671 | public function getHeight() |
| 6672 | 6672 | { |
| 6673 | - return $this->height; |
|
| 6673 | + return $this->height; |
|
| 6674 | 6674 | } |
| 6675 | 6675 | public function setKind($kind) |
| 6676 | 6676 | { |
| 6677 | - $this->kind = $kind; |
|
| 6677 | + $this->kind = $kind; |
|
| 6678 | 6678 | } |
| 6679 | 6679 | public function getKind() |
| 6680 | 6680 | { |
| 6681 | - return $this->kind; |
|
| 6681 | + return $this->kind; |
|
| 6682 | 6682 | } |
| 6683 | 6683 | public function setMimeType($mimeType) |
| 6684 | 6684 | { |
| 6685 | - $this->mimeType = $mimeType; |
|
| 6685 | + $this->mimeType = $mimeType; |
|
| 6686 | 6686 | } |
| 6687 | 6687 | public function getMimeType() |
| 6688 | 6688 | { |
| 6689 | - return $this->mimeType; |
|
| 6689 | + return $this->mimeType; |
|
| 6690 | 6690 | } |
| 6691 | 6691 | public function setUrl($url) |
| 6692 | 6692 | { |
| 6693 | - $this->url = $url; |
|
| 6693 | + $this->url = $url; |
|
| 6694 | 6694 | } |
| 6695 | 6695 | public function getUrl() |
| 6696 | 6696 | { |
| 6697 | - return $this->url; |
|
| 6697 | + return $this->url; |
|
| 6698 | 6698 | } |
| 6699 | 6699 | public function setWidth($width) |
| 6700 | 6700 | { |
| 6701 | - $this->width = $width; |
|
| 6701 | + $this->width = $width; |
|
| 6702 | 6702 | } |
| 6703 | 6703 | public function getWidth() |
| 6704 | 6704 | { |
| 6705 | - return $this->width; |
|
| 6705 | + return $this->width; |
|
| 6706 | 6706 | } |
| 6707 | 6707 | } |
| 6708 | 6708 | |
@@ -6719,27 +6719,27 @@ discard block |
||
| 6719 | 6719 | |
| 6720 | 6720 | public function setItems($items) |
| 6721 | 6721 | { |
| 6722 | - $this->items = $items; |
|
| 6722 | + $this->items = $items; |
|
| 6723 | 6723 | } |
| 6724 | 6724 | public function getItems() |
| 6725 | 6725 | { |
| 6726 | - return $this->items; |
|
| 6726 | + return $this->items; |
|
| 6727 | 6727 | } |
| 6728 | 6728 | public function setKind($kind) |
| 6729 | 6729 | { |
| 6730 | - $this->kind = $kind; |
|
| 6730 | + $this->kind = $kind; |
|
| 6731 | 6731 | } |
| 6732 | 6732 | public function getKind() |
| 6733 | 6733 | { |
| 6734 | - return $this->kind; |
|
| 6734 | + return $this->kind; |
|
| 6735 | 6735 | } |
| 6736 | 6736 | public function setNextPageToken($nextPageToken) |
| 6737 | 6737 | { |
| 6738 | - $this->nextPageToken = $nextPageToken; |
|
| 6738 | + $this->nextPageToken = $nextPageToken; |
|
| 6739 | 6739 | } |
| 6740 | 6740 | public function getNextPageToken() |
| 6741 | 6741 | { |
| 6742 | - return $this->nextPageToken; |
|
| 6742 | + return $this->nextPageToken; |
|
| 6743 | 6743 | } |
| 6744 | 6744 | } |
| 6745 | 6745 | |
@@ -6755,35 +6755,35 @@ discard block |
||
| 6755 | 6755 | |
| 6756 | 6756 | public function setExclusiveBitmask($exclusiveBitmask) |
| 6757 | 6757 | { |
| 6758 | - $this->exclusiveBitmask = $exclusiveBitmask; |
|
| 6758 | + $this->exclusiveBitmask = $exclusiveBitmask; |
|
| 6759 | 6759 | } |
| 6760 | 6760 | public function getExclusiveBitmask() |
| 6761 | 6761 | { |
| 6762 | - return $this->exclusiveBitmask; |
|
| 6762 | + return $this->exclusiveBitmask; |
|
| 6763 | 6763 | } |
| 6764 | 6764 | public function setKind($kind) |
| 6765 | 6765 | { |
| 6766 | - $this->kind = $kind; |
|
| 6766 | + $this->kind = $kind; |
|
| 6767 | 6767 | } |
| 6768 | 6768 | public function getKind() |
| 6769 | 6769 | { |
| 6770 | - return $this->kind; |
|
| 6770 | + return $this->kind; |
|
| 6771 | 6771 | } |
| 6772 | 6772 | public function setMaxAutoMatchingPlayers($maxAutoMatchingPlayers) |
| 6773 | 6773 | { |
| 6774 | - $this->maxAutoMatchingPlayers = $maxAutoMatchingPlayers; |
|
| 6774 | + $this->maxAutoMatchingPlayers = $maxAutoMatchingPlayers; |
|
| 6775 | 6775 | } |
| 6776 | 6776 | public function getMaxAutoMatchingPlayers() |
| 6777 | 6777 | { |
| 6778 | - return $this->maxAutoMatchingPlayers; |
|
| 6778 | + return $this->maxAutoMatchingPlayers; |
|
| 6779 | 6779 | } |
| 6780 | 6780 | public function setMinAutoMatchingPlayers($minAutoMatchingPlayers) |
| 6781 | 6781 | { |
| 6782 | - $this->minAutoMatchingPlayers = $minAutoMatchingPlayers; |
|
| 6782 | + $this->minAutoMatchingPlayers = $minAutoMatchingPlayers; |
|
| 6783 | 6783 | } |
| 6784 | 6784 | public function getMinAutoMatchingPlayers() |
| 6785 | 6785 | { |
| 6786 | - return $this->minAutoMatchingPlayers; |
|
| 6786 | + return $this->minAutoMatchingPlayers; |
|
| 6787 | 6787 | } |
| 6788 | 6788 | } |
| 6789 | 6789 | |
@@ -6823,163 +6823,163 @@ discard block |
||
| 6823 | 6823 | |
| 6824 | 6824 | public function setApplicationId($applicationId) |
| 6825 | 6825 | { |
| 6826 | - $this->applicationId = $applicationId; |
|
| 6826 | + $this->applicationId = $applicationId; |
|
| 6827 | 6827 | } |
| 6828 | 6828 | public function getApplicationId() |
| 6829 | 6829 | { |
| 6830 | - return $this->applicationId; |
|
| 6830 | + return $this->applicationId; |
|
| 6831 | 6831 | } |
| 6832 | 6832 | public function setAutoMatchingCriteria(Google_Service_Games_TurnBasedAutoMatchingCriteria $autoMatchingCriteria) |
| 6833 | 6833 | { |
| 6834 | - $this->autoMatchingCriteria = $autoMatchingCriteria; |
|
| 6834 | + $this->autoMatchingCriteria = $autoMatchingCriteria; |
|
| 6835 | 6835 | } |
| 6836 | 6836 | public function getAutoMatchingCriteria() |
| 6837 | 6837 | { |
| 6838 | - return $this->autoMatchingCriteria; |
|
| 6838 | + return $this->autoMatchingCriteria; |
|
| 6839 | 6839 | } |
| 6840 | 6840 | public function setCreationDetails(Google_Service_Games_TurnBasedMatchModification $creationDetails) |
| 6841 | 6841 | { |
| 6842 | - $this->creationDetails = $creationDetails; |
|
| 6842 | + $this->creationDetails = $creationDetails; |
|
| 6843 | 6843 | } |
| 6844 | 6844 | public function getCreationDetails() |
| 6845 | 6845 | { |
| 6846 | - return $this->creationDetails; |
|
| 6846 | + return $this->creationDetails; |
|
| 6847 | 6847 | } |
| 6848 | 6848 | public function setData(Google_Service_Games_TurnBasedMatchData $data) |
| 6849 | 6849 | { |
| 6850 | - $this->data = $data; |
|
| 6850 | + $this->data = $data; |
|
| 6851 | 6851 | } |
| 6852 | 6852 | public function getData() |
| 6853 | 6853 | { |
| 6854 | - return $this->data; |
|
| 6854 | + return $this->data; |
|
| 6855 | 6855 | } |
| 6856 | 6856 | public function setDescription($description) |
| 6857 | 6857 | { |
| 6858 | - $this->description = $description; |
|
| 6858 | + $this->description = $description; |
|
| 6859 | 6859 | } |
| 6860 | 6860 | public function getDescription() |
| 6861 | 6861 | { |
| 6862 | - return $this->description; |
|
| 6862 | + return $this->description; |
|
| 6863 | 6863 | } |
| 6864 | 6864 | public function setInviterId($inviterId) |
| 6865 | 6865 | { |
| 6866 | - $this->inviterId = $inviterId; |
|
| 6866 | + $this->inviterId = $inviterId; |
|
| 6867 | 6867 | } |
| 6868 | 6868 | public function getInviterId() |
| 6869 | 6869 | { |
| 6870 | - return $this->inviterId; |
|
| 6870 | + return $this->inviterId; |
|
| 6871 | 6871 | } |
| 6872 | 6872 | public function setKind($kind) |
| 6873 | 6873 | { |
| 6874 | - $this->kind = $kind; |
|
| 6874 | + $this->kind = $kind; |
|
| 6875 | 6875 | } |
| 6876 | 6876 | public function getKind() |
| 6877 | 6877 | { |
| 6878 | - return $this->kind; |
|
| 6878 | + return $this->kind; |
|
| 6879 | 6879 | } |
| 6880 | 6880 | public function setLastUpdateDetails(Google_Service_Games_TurnBasedMatchModification $lastUpdateDetails) |
| 6881 | 6881 | { |
| 6882 | - $this->lastUpdateDetails = $lastUpdateDetails; |
|
| 6882 | + $this->lastUpdateDetails = $lastUpdateDetails; |
|
| 6883 | 6883 | } |
| 6884 | 6884 | public function getLastUpdateDetails() |
| 6885 | 6885 | { |
| 6886 | - return $this->lastUpdateDetails; |
|
| 6886 | + return $this->lastUpdateDetails; |
|
| 6887 | 6887 | } |
| 6888 | 6888 | public function setMatchId($matchId) |
| 6889 | 6889 | { |
| 6890 | - $this->matchId = $matchId; |
|
| 6890 | + $this->matchId = $matchId; |
|
| 6891 | 6891 | } |
| 6892 | 6892 | public function getMatchId() |
| 6893 | 6893 | { |
| 6894 | - return $this->matchId; |
|
| 6894 | + return $this->matchId; |
|
| 6895 | 6895 | } |
| 6896 | 6896 | public function setMatchNumber($matchNumber) |
| 6897 | 6897 | { |
| 6898 | - $this->matchNumber = $matchNumber; |
|
| 6898 | + $this->matchNumber = $matchNumber; |
|
| 6899 | 6899 | } |
| 6900 | 6900 | public function getMatchNumber() |
| 6901 | 6901 | { |
| 6902 | - return $this->matchNumber; |
|
| 6902 | + return $this->matchNumber; |
|
| 6903 | 6903 | } |
| 6904 | 6904 | public function setMatchVersion($matchVersion) |
| 6905 | 6905 | { |
| 6906 | - $this->matchVersion = $matchVersion; |
|
| 6906 | + $this->matchVersion = $matchVersion; |
|
| 6907 | 6907 | } |
| 6908 | 6908 | public function getMatchVersion() |
| 6909 | 6909 | { |
| 6910 | - return $this->matchVersion; |
|
| 6910 | + return $this->matchVersion; |
|
| 6911 | 6911 | } |
| 6912 | 6912 | public function setParticipants($participants) |
| 6913 | 6913 | { |
| 6914 | - $this->participants = $participants; |
|
| 6914 | + $this->participants = $participants; |
|
| 6915 | 6915 | } |
| 6916 | 6916 | public function getParticipants() |
| 6917 | 6917 | { |
| 6918 | - return $this->participants; |
|
| 6918 | + return $this->participants; |
|
| 6919 | 6919 | } |
| 6920 | 6920 | public function setPendingParticipantId($pendingParticipantId) |
| 6921 | 6921 | { |
| 6922 | - $this->pendingParticipantId = $pendingParticipantId; |
|
| 6922 | + $this->pendingParticipantId = $pendingParticipantId; |
|
| 6923 | 6923 | } |
| 6924 | 6924 | public function getPendingParticipantId() |
| 6925 | 6925 | { |
| 6926 | - return $this->pendingParticipantId; |
|
| 6926 | + return $this->pendingParticipantId; |
|
| 6927 | 6927 | } |
| 6928 | 6928 | public function setPreviousMatchData(Google_Service_Games_TurnBasedMatchData $previousMatchData) |
| 6929 | 6929 | { |
| 6930 | - $this->previousMatchData = $previousMatchData; |
|
| 6930 | + $this->previousMatchData = $previousMatchData; |
|
| 6931 | 6931 | } |
| 6932 | 6932 | public function getPreviousMatchData() |
| 6933 | 6933 | { |
| 6934 | - return $this->previousMatchData; |
|
| 6934 | + return $this->previousMatchData; |
|
| 6935 | 6935 | } |
| 6936 | 6936 | public function setRematchId($rematchId) |
| 6937 | 6937 | { |
| 6938 | - $this->rematchId = $rematchId; |
|
| 6938 | + $this->rematchId = $rematchId; |
|
| 6939 | 6939 | } |
| 6940 | 6940 | public function getRematchId() |
| 6941 | 6941 | { |
| 6942 | - return $this->rematchId; |
|
| 6942 | + return $this->rematchId; |
|
| 6943 | 6943 | } |
| 6944 | 6944 | public function setResults($results) |
| 6945 | 6945 | { |
| 6946 | - $this->results = $results; |
|
| 6946 | + $this->results = $results; |
|
| 6947 | 6947 | } |
| 6948 | 6948 | public function getResults() |
| 6949 | 6949 | { |
| 6950 | - return $this->results; |
|
| 6950 | + return $this->results; |
|
| 6951 | 6951 | } |
| 6952 | 6952 | public function setStatus($status) |
| 6953 | 6953 | { |
| 6954 | - $this->status = $status; |
|
| 6954 | + $this->status = $status; |
|
| 6955 | 6955 | } |
| 6956 | 6956 | public function getStatus() |
| 6957 | 6957 | { |
| 6958 | - return $this->status; |
|
| 6958 | + return $this->status; |
|
| 6959 | 6959 | } |
| 6960 | 6960 | public function setUserMatchStatus($userMatchStatus) |
| 6961 | 6961 | { |
| 6962 | - $this->userMatchStatus = $userMatchStatus; |
|
| 6962 | + $this->userMatchStatus = $userMatchStatus; |
|
| 6963 | 6963 | } |
| 6964 | 6964 | public function getUserMatchStatus() |
| 6965 | 6965 | { |
| 6966 | - return $this->userMatchStatus; |
|
| 6966 | + return $this->userMatchStatus; |
|
| 6967 | 6967 | } |
| 6968 | 6968 | public function setVariant($variant) |
| 6969 | 6969 | { |
| 6970 | - $this->variant = $variant; |
|
| 6970 | + $this->variant = $variant; |
|
| 6971 | 6971 | } |
| 6972 | 6972 | public function getVariant() |
| 6973 | 6973 | { |
| 6974 | - return $this->variant; |
|
| 6974 | + return $this->variant; |
|
| 6975 | 6975 | } |
| 6976 | 6976 | public function setWithParticipantId($withParticipantId) |
| 6977 | 6977 | { |
| 6978 | - $this->withParticipantId = $withParticipantId; |
|
| 6978 | + $this->withParticipantId = $withParticipantId; |
|
| 6979 | 6979 | } |
| 6980 | 6980 | public function getWithParticipantId() |
| 6981 | 6981 | { |
| 6982 | - return $this->withParticipantId; |
|
| 6982 | + return $this->withParticipantId; |
|
| 6983 | 6983 | } |
| 6984 | 6984 | } |
| 6985 | 6985 | |
@@ -6998,43 +6998,43 @@ discard block |
||
| 6998 | 6998 | |
| 6999 | 6999 | public function setAutoMatchingCriteria(Google_Service_Games_TurnBasedAutoMatchingCriteria $autoMatchingCriteria) |
| 7000 | 7000 | { |
| 7001 | - $this->autoMatchingCriteria = $autoMatchingCriteria; |
|
| 7001 | + $this->autoMatchingCriteria = $autoMatchingCriteria; |
|
| 7002 | 7002 | } |
| 7003 | 7003 | public function getAutoMatchingCriteria() |
| 7004 | 7004 | { |
| 7005 | - return $this->autoMatchingCriteria; |
|
| 7005 | + return $this->autoMatchingCriteria; |
|
| 7006 | 7006 | } |
| 7007 | 7007 | public function setInvitedPlayerIds($invitedPlayerIds) |
| 7008 | 7008 | { |
| 7009 | - $this->invitedPlayerIds = $invitedPlayerIds; |
|
| 7009 | + $this->invitedPlayerIds = $invitedPlayerIds; |
|
| 7010 | 7010 | } |
| 7011 | 7011 | public function getInvitedPlayerIds() |
| 7012 | 7012 | { |
| 7013 | - return $this->invitedPlayerIds; |
|
| 7013 | + return $this->invitedPlayerIds; |
|
| 7014 | 7014 | } |
| 7015 | 7015 | public function setKind($kind) |
| 7016 | 7016 | { |
| 7017 | - $this->kind = $kind; |
|
| 7017 | + $this->kind = $kind; |
|
| 7018 | 7018 | } |
| 7019 | 7019 | public function getKind() |
| 7020 | 7020 | { |
| 7021 | - return $this->kind; |
|
| 7021 | + return $this->kind; |
|
| 7022 | 7022 | } |
| 7023 | 7023 | public function setRequestId($requestId) |
| 7024 | 7024 | { |
| 7025 | - $this->requestId = $requestId; |
|
| 7025 | + $this->requestId = $requestId; |
|
| 7026 | 7026 | } |
| 7027 | 7027 | public function getRequestId() |
| 7028 | 7028 | { |
| 7029 | - return $this->requestId; |
|
| 7029 | + return $this->requestId; |
|
| 7030 | 7030 | } |
| 7031 | 7031 | public function setVariant($variant) |
| 7032 | 7032 | { |
| 7033 | - $this->variant = $variant; |
|
| 7033 | + $this->variant = $variant; |
|
| 7034 | 7034 | } |
| 7035 | 7035 | public function getVariant() |
| 7036 | 7036 | { |
| 7037 | - return $this->variant; |
|
| 7037 | + return $this->variant; |
|
| 7038 | 7038 | } |
| 7039 | 7039 | } |
| 7040 | 7040 | |
@@ -7049,27 +7049,27 @@ discard block |
||
| 7049 | 7049 | |
| 7050 | 7050 | public function setData($data) |
| 7051 | 7051 | { |
| 7052 | - $this->data = $data; |
|
| 7052 | + $this->data = $data; |
|
| 7053 | 7053 | } |
| 7054 | 7054 | public function getData() |
| 7055 | 7055 | { |
| 7056 | - return $this->data; |
|
| 7056 | + return $this->data; |
|
| 7057 | 7057 | } |
| 7058 | 7058 | public function setDataAvailable($dataAvailable) |
| 7059 | 7059 | { |
| 7060 | - $this->dataAvailable = $dataAvailable; |
|
| 7060 | + $this->dataAvailable = $dataAvailable; |
|
| 7061 | 7061 | } |
| 7062 | 7062 | public function getDataAvailable() |
| 7063 | 7063 | { |
| 7064 | - return $this->dataAvailable; |
|
| 7064 | + return $this->dataAvailable; |
|
| 7065 | 7065 | } |
| 7066 | 7066 | public function setKind($kind) |
| 7067 | 7067 | { |
| 7068 | - $this->kind = $kind; |
|
| 7068 | + $this->kind = $kind; |
|
| 7069 | 7069 | } |
| 7070 | 7070 | public function getKind() |
| 7071 | 7071 | { |
| 7072 | - return $this->kind; |
|
| 7072 | + return $this->kind; |
|
| 7073 | 7073 | } |
| 7074 | 7074 | } |
| 7075 | 7075 | |
@@ -7083,19 +7083,19 @@ discard block |
||
| 7083 | 7083 | |
| 7084 | 7084 | public function setData($data) |
| 7085 | 7085 | { |
| 7086 | - $this->data = $data; |
|
| 7086 | + $this->data = $data; |
|
| 7087 | 7087 | } |
| 7088 | 7088 | public function getData() |
| 7089 | 7089 | { |
| 7090 | - return $this->data; |
|
| 7090 | + return $this->data; |
|
| 7091 | 7091 | } |
| 7092 | 7092 | public function setKind($kind) |
| 7093 | 7093 | { |
| 7094 | - $this->kind = $kind; |
|
| 7094 | + $this->kind = $kind; |
|
| 7095 | 7095 | } |
| 7096 | 7096 | public function getKind() |
| 7097 | 7097 | { |
| 7098 | - return $this->kind; |
|
| 7098 | + return $this->kind; |
|
| 7099 | 7099 | } |
| 7100 | 7100 | } |
| 7101 | 7101 | |
@@ -7112,27 +7112,27 @@ discard block |
||
| 7112 | 7112 | |
| 7113 | 7113 | public function setItems($items) |
| 7114 | 7114 | { |
| 7115 | - $this->items = $items; |
|
| 7115 | + $this->items = $items; |
|
| 7116 | 7116 | } |
| 7117 | 7117 | public function getItems() |
| 7118 | 7118 | { |
| 7119 | - return $this->items; |
|
| 7119 | + return $this->items; |
|
| 7120 | 7120 | } |
| 7121 | 7121 | public function setKind($kind) |
| 7122 | 7122 | { |
| 7123 | - $this->kind = $kind; |
|
| 7123 | + $this->kind = $kind; |
|
| 7124 | 7124 | } |
| 7125 | 7125 | public function getKind() |
| 7126 | 7126 | { |
| 7127 | - return $this->kind; |
|
| 7127 | + return $this->kind; |
|
| 7128 | 7128 | } |
| 7129 | 7129 | public function setNextPageToken($nextPageToken) |
| 7130 | 7130 | { |
| 7131 | - $this->nextPageToken = $nextPageToken; |
|
| 7131 | + $this->nextPageToken = $nextPageToken; |
|
| 7132 | 7132 | } |
| 7133 | 7133 | public function getNextPageToken() |
| 7134 | 7134 | { |
| 7135 | - return $this->nextPageToken; |
|
| 7135 | + return $this->nextPageToken; |
|
| 7136 | 7136 | } |
| 7137 | 7137 | } |
| 7138 | 7138 | |
@@ -7147,27 +7147,27 @@ discard block |
||
| 7147 | 7147 | |
| 7148 | 7148 | public function setKind($kind) |
| 7149 | 7149 | { |
| 7150 | - $this->kind = $kind; |
|
| 7150 | + $this->kind = $kind; |
|
| 7151 | 7151 | } |
| 7152 | 7152 | public function getKind() |
| 7153 | 7153 | { |
| 7154 | - return $this->kind; |
|
| 7154 | + return $this->kind; |
|
| 7155 | 7155 | } |
| 7156 | 7156 | public function setModifiedTimestampMillis($modifiedTimestampMillis) |
| 7157 | 7157 | { |
| 7158 | - $this->modifiedTimestampMillis = $modifiedTimestampMillis; |
|
| 7158 | + $this->modifiedTimestampMillis = $modifiedTimestampMillis; |
|
| 7159 | 7159 | } |
| 7160 | 7160 | public function getModifiedTimestampMillis() |
| 7161 | 7161 | { |
| 7162 | - return $this->modifiedTimestampMillis; |
|
| 7162 | + return $this->modifiedTimestampMillis; |
|
| 7163 | 7163 | } |
| 7164 | 7164 | public function setParticipantId($participantId) |
| 7165 | 7165 | { |
| 7166 | - $this->participantId = $participantId; |
|
| 7166 | + $this->participantId = $participantId; |
|
| 7167 | 7167 | } |
| 7168 | 7168 | public function getParticipantId() |
| 7169 | 7169 | { |
| 7170 | - return $this->participantId; |
|
| 7170 | + return $this->participantId; |
|
| 7171 | 7171 | } |
| 7172 | 7172 | } |
| 7173 | 7173 | |
@@ -7187,51 +7187,51 @@ discard block |
||
| 7187 | 7187 | |
| 7188 | 7188 | public function setAutoMatched($autoMatched) |
| 7189 | 7189 | { |
| 7190 | - $this->autoMatched = $autoMatched; |
|
| 7190 | + $this->autoMatched = $autoMatched; |
|
| 7191 | 7191 | } |
| 7192 | 7192 | public function getAutoMatched() |
| 7193 | 7193 | { |
| 7194 | - return $this->autoMatched; |
|
| 7194 | + return $this->autoMatched; |
|
| 7195 | 7195 | } |
| 7196 | 7196 | public function setAutoMatchedPlayer(Google_Service_Games_AnonymousPlayer $autoMatchedPlayer) |
| 7197 | 7197 | { |
| 7198 | - $this->autoMatchedPlayer = $autoMatchedPlayer; |
|
| 7198 | + $this->autoMatchedPlayer = $autoMatchedPlayer; |
|
| 7199 | 7199 | } |
| 7200 | 7200 | public function getAutoMatchedPlayer() |
| 7201 | 7201 | { |
| 7202 | - return $this->autoMatchedPlayer; |
|
| 7202 | + return $this->autoMatchedPlayer; |
|
| 7203 | 7203 | } |
| 7204 | 7204 | public function setId($id) |
| 7205 | 7205 | { |
| 7206 | - $this->id = $id; |
|
| 7206 | + $this->id = $id; |
|
| 7207 | 7207 | } |
| 7208 | 7208 | public function getId() |
| 7209 | 7209 | { |
| 7210 | - return $this->id; |
|
| 7210 | + return $this->id; |
|
| 7211 | 7211 | } |
| 7212 | 7212 | public function setKind($kind) |
| 7213 | 7213 | { |
| 7214 | - $this->kind = $kind; |
|
| 7214 | + $this->kind = $kind; |
|
| 7215 | 7215 | } |
| 7216 | 7216 | public function getKind() |
| 7217 | 7217 | { |
| 7218 | - return $this->kind; |
|
| 7218 | + return $this->kind; |
|
| 7219 | 7219 | } |
| 7220 | 7220 | public function setPlayer(Google_Service_Games_Player $player) |
| 7221 | 7221 | { |
| 7222 | - $this->player = $player; |
|
| 7222 | + $this->player = $player; |
|
| 7223 | 7223 | } |
| 7224 | 7224 | public function getPlayer() |
| 7225 | 7225 | { |
| 7226 | - return $this->player; |
|
| 7226 | + return $this->player; |
|
| 7227 | 7227 | } |
| 7228 | 7228 | public function setStatus($status) |
| 7229 | 7229 | { |
| 7230 | - $this->status = $status; |
|
| 7230 | + $this->status = $status; |
|
| 7231 | 7231 | } |
| 7232 | 7232 | public function getStatus() |
| 7233 | 7233 | { |
| 7234 | - return $this->status; |
|
| 7234 | + return $this->status; |
|
| 7235 | 7235 | } |
| 7236 | 7236 | } |
| 7237 | 7237 | |
@@ -7248,27 +7248,27 @@ discard block |
||
| 7248 | 7248 | |
| 7249 | 7249 | public function setKind($kind) |
| 7250 | 7250 | { |
| 7251 | - $this->kind = $kind; |
|
| 7251 | + $this->kind = $kind; |
|
| 7252 | 7252 | } |
| 7253 | 7253 | public function getKind() |
| 7254 | 7254 | { |
| 7255 | - return $this->kind; |
|
| 7255 | + return $this->kind; |
|
| 7256 | 7256 | } |
| 7257 | 7257 | public function setPreviousMatch(Google_Service_Games_TurnBasedMatch $previousMatch) |
| 7258 | 7258 | { |
| 7259 | - $this->previousMatch = $previousMatch; |
|
| 7259 | + $this->previousMatch = $previousMatch; |
|
| 7260 | 7260 | } |
| 7261 | 7261 | public function getPreviousMatch() |
| 7262 | 7262 | { |
| 7263 | - return $this->previousMatch; |
|
| 7263 | + return $this->previousMatch; |
|
| 7264 | 7264 | } |
| 7265 | 7265 | public function setRematch(Google_Service_Games_TurnBasedMatch $rematch) |
| 7266 | 7266 | { |
| 7267 | - $this->rematch = $rematch; |
|
| 7267 | + $this->rematch = $rematch; |
|
| 7268 | 7268 | } |
| 7269 | 7269 | public function getRematch() |
| 7270 | 7270 | { |
| 7271 | - return $this->rematch; |
|
| 7271 | + return $this->rematch; |
|
| 7272 | 7272 | } |
| 7273 | 7273 | } |
| 7274 | 7274 | |
@@ -7287,35 +7287,35 @@ discard block |
||
| 7287 | 7287 | |
| 7288 | 7288 | public function setData(Google_Service_Games_TurnBasedMatchDataRequest $data) |
| 7289 | 7289 | { |
| 7290 | - $this->data = $data; |
|
| 7290 | + $this->data = $data; |
|
| 7291 | 7291 | } |
| 7292 | 7292 | public function getData() |
| 7293 | 7293 | { |
| 7294 | - return $this->data; |
|
| 7294 | + return $this->data; |
|
| 7295 | 7295 | } |
| 7296 | 7296 | public function setKind($kind) |
| 7297 | 7297 | { |
| 7298 | - $this->kind = $kind; |
|
| 7298 | + $this->kind = $kind; |
|
| 7299 | 7299 | } |
| 7300 | 7300 | public function getKind() |
| 7301 | 7301 | { |
| 7302 | - return $this->kind; |
|
| 7302 | + return $this->kind; |
|
| 7303 | 7303 | } |
| 7304 | 7304 | public function setMatchVersion($matchVersion) |
| 7305 | 7305 | { |
| 7306 | - $this->matchVersion = $matchVersion; |
|
| 7306 | + $this->matchVersion = $matchVersion; |
|
| 7307 | 7307 | } |
| 7308 | 7308 | public function getMatchVersion() |
| 7309 | 7309 | { |
| 7310 | - return $this->matchVersion; |
|
| 7310 | + return $this->matchVersion; |
|
| 7311 | 7311 | } |
| 7312 | 7312 | public function setResults($results) |
| 7313 | 7313 | { |
| 7314 | - $this->results = $results; |
|
| 7314 | + $this->results = $results; |
|
| 7315 | 7315 | } |
| 7316 | 7316 | public function getResults() |
| 7317 | 7317 | { |
| 7318 | - return $this->results; |
|
| 7318 | + return $this->results; |
|
| 7319 | 7319 | } |
| 7320 | 7320 | } |
| 7321 | 7321 | |
@@ -7333,35 +7333,35 @@ discard block |
||
| 7333 | 7333 | |
| 7334 | 7334 | public function setItems($items) |
| 7335 | 7335 | { |
| 7336 | - $this->items = $items; |
|
| 7336 | + $this->items = $items; |
|
| 7337 | 7337 | } |
| 7338 | 7338 | public function getItems() |
| 7339 | 7339 | { |
| 7340 | - return $this->items; |
|
| 7340 | + return $this->items; |
|
| 7341 | 7341 | } |
| 7342 | 7342 | public function setKind($kind) |
| 7343 | 7343 | { |
| 7344 | - $this->kind = $kind; |
|
| 7344 | + $this->kind = $kind; |
|
| 7345 | 7345 | } |
| 7346 | 7346 | public function getKind() |
| 7347 | 7347 | { |
| 7348 | - return $this->kind; |
|
| 7348 | + return $this->kind; |
|
| 7349 | 7349 | } |
| 7350 | 7350 | public function setMoreAvailable($moreAvailable) |
| 7351 | 7351 | { |
| 7352 | - $this->moreAvailable = $moreAvailable; |
|
| 7352 | + $this->moreAvailable = $moreAvailable; |
|
| 7353 | 7353 | } |
| 7354 | 7354 | public function getMoreAvailable() |
| 7355 | 7355 | { |
| 7356 | - return $this->moreAvailable; |
|
| 7356 | + return $this->moreAvailable; |
|
| 7357 | 7357 | } |
| 7358 | 7358 | public function setNextPageToken($nextPageToken) |
| 7359 | 7359 | { |
| 7360 | - $this->nextPageToken = $nextPageToken; |
|
| 7360 | + $this->nextPageToken = $nextPageToken; |
|
| 7361 | 7361 | } |
| 7362 | 7362 | public function getNextPageToken() |
| 7363 | 7363 | { |
| 7364 | - return $this->nextPageToken; |
|
| 7364 | + return $this->nextPageToken; |
|
| 7365 | 7365 | } |
| 7366 | 7366 | } |
| 7367 | 7367 | |
@@ -7381,42 +7381,42 @@ discard block |
||
| 7381 | 7381 | |
| 7382 | 7382 | public function setData(Google_Service_Games_TurnBasedMatchDataRequest $data) |
| 7383 | 7383 | { |
| 7384 | - $this->data = $data; |
|
| 7384 | + $this->data = $data; |
|
| 7385 | 7385 | } |
| 7386 | 7386 | public function getData() |
| 7387 | 7387 | { |
| 7388 | - return $this->data; |
|
| 7388 | + return $this->data; |
|
| 7389 | 7389 | } |
| 7390 | 7390 | public function setKind($kind) |
| 7391 | 7391 | { |
| 7392 | - $this->kind = $kind; |
|
| 7392 | + $this->kind = $kind; |
|
| 7393 | 7393 | } |
| 7394 | 7394 | public function getKind() |
| 7395 | 7395 | { |
| 7396 | - return $this->kind; |
|
| 7396 | + return $this->kind; |
|
| 7397 | 7397 | } |
| 7398 | 7398 | public function setMatchVersion($matchVersion) |
| 7399 | 7399 | { |
| 7400 | - $this->matchVersion = $matchVersion; |
|
| 7400 | + $this->matchVersion = $matchVersion; |
|
| 7401 | 7401 | } |
| 7402 | 7402 | public function getMatchVersion() |
| 7403 | 7403 | { |
| 7404 | - return $this->matchVersion; |
|
| 7404 | + return $this->matchVersion; |
|
| 7405 | 7405 | } |
| 7406 | 7406 | public function setPendingParticipantId($pendingParticipantId) |
| 7407 | 7407 | { |
| 7408 | - $this->pendingParticipantId = $pendingParticipantId; |
|
| 7408 | + $this->pendingParticipantId = $pendingParticipantId; |
|
| 7409 | 7409 | } |
| 7410 | 7410 | public function getPendingParticipantId() |
| 7411 | 7411 | { |
| 7412 | - return $this->pendingParticipantId; |
|
| 7412 | + return $this->pendingParticipantId; |
|
| 7413 | 7413 | } |
| 7414 | 7414 | public function setResults($results) |
| 7415 | 7415 | { |
| 7416 | - $this->results = $results; |
|
| 7416 | + $this->results = $results; |
|
| 7417 | 7417 | } |
| 7418 | 7418 | public function getResults() |
| 7419 | 7419 | { |
| 7420 | - return $this->results; |
|
| 7420 | + return $this->results; |
|
| 7421 | 7421 | } |
| 7422 | 7422 | } |
@@ -122,7 +122,7 @@ discard block |
||
| 122 | 122 | 'type' => 'string', |
| 123 | 123 | ), |
| 124 | 124 | ), |
| 125 | - ),'list' => array( |
|
| 125 | + ), 'list' => array( |
|
| 126 | 126 | 'path' => 'players/{playerId}/achievements', |
| 127 | 127 | 'httpMethod' => 'GET', |
| 128 | 128 | 'parameters' => array( |
@@ -148,7 +148,7 @@ discard block |
||
| 148 | 148 | 'type' => 'string', |
| 149 | 149 | ), |
| 150 | 150 | ), |
| 151 | - ),'reveal' => array( |
|
| 151 | + ), 'reveal' => array( |
|
| 152 | 152 | 'path' => 'achievements/{achievementId}/reveal', |
| 153 | 153 | 'httpMethod' => 'POST', |
| 154 | 154 | 'parameters' => array( |
@@ -158,7 +158,7 @@ discard block |
||
| 158 | 158 | 'required' => true, |
| 159 | 159 | ), |
| 160 | 160 | ), |
| 161 | - ),'setStepsAtLeast' => array( |
|
| 161 | + ), 'setStepsAtLeast' => array( |
|
| 162 | 162 | 'path' => 'achievements/{achievementId}/setStepsAtLeast', |
| 163 | 163 | 'httpMethod' => 'POST', |
| 164 | 164 | 'parameters' => array( |
@@ -173,7 +173,7 @@ discard block |
||
| 173 | 173 | 'required' => true, |
| 174 | 174 | ), |
| 175 | 175 | ), |
| 176 | - ),'unlock' => array( |
|
| 176 | + ), 'unlock' => array( |
|
| 177 | 177 | 'path' => 'achievements/{achievementId}/unlock', |
| 178 | 178 | 'httpMethod' => 'POST', |
| 179 | 179 | 'parameters' => array( |
@@ -183,7 +183,7 @@ discard block |
||
| 183 | 183 | 'required' => true, |
| 184 | 184 | ), |
| 185 | 185 | ), |
| 186 | - ),'updateMultiple' => array( |
|
| 186 | + ), 'updateMultiple' => array( |
|
| 187 | 187 | 'path' => 'achievements/updateMultiple', |
| 188 | 188 | 'httpMethod' => 'POST', |
| 189 | 189 | 'parameters' => array(), |
@@ -215,7 +215,7 @@ discard block |
||
| 215 | 215 | 'type' => 'string', |
| 216 | 216 | ), |
| 217 | 217 | ), |
| 218 | - ),'played' => array( |
|
| 218 | + ), 'played' => array( |
|
| 219 | 219 | 'path' => 'applications/played', |
| 220 | 220 | 'httpMethod' => 'POST', |
| 221 | 221 | 'parameters' => array(), |
@@ -246,7 +246,7 @@ discard block |
||
| 246 | 246 | 'type' => 'string', |
| 247 | 247 | ), |
| 248 | 248 | ), |
| 249 | - ),'listDefinitions' => array( |
|
| 249 | + ), 'listDefinitions' => array( |
|
| 250 | 250 | 'path' => 'eventDefinitions', |
| 251 | 251 | 'httpMethod' => 'GET', |
| 252 | 252 | 'parameters' => array( |
@@ -263,7 +263,7 @@ discard block |
||
| 263 | 263 | 'type' => 'string', |
| 264 | 264 | ), |
| 265 | 265 | ), |
| 266 | - ),'record' => array( |
|
| 266 | + ), 'record' => array( |
|
| 267 | 267 | 'path' => 'events', |
| 268 | 268 | 'httpMethod' => 'POST', |
| 269 | 269 | 'parameters' => array( |
@@ -296,7 +296,7 @@ discard block |
||
| 296 | 296 | 'type' => 'string', |
| 297 | 297 | ), |
| 298 | 298 | ), |
| 299 | - ),'list' => array( |
|
| 299 | + ), 'list' => array( |
|
| 300 | 300 | 'path' => 'leaderboards', |
| 301 | 301 | 'httpMethod' => 'GET', |
| 302 | 302 | 'parameters' => array( |
@@ -327,7 +327,7 @@ discard block |
||
| 327 | 327 | 'path' => 'metagameConfig', |
| 328 | 328 | 'httpMethod' => 'GET', |
| 329 | 329 | 'parameters' => array(), |
| 330 | - ),'listCategoriesByPlayer' => array( |
|
| 330 | + ), 'listCategoriesByPlayer' => array( |
|
| 331 | 331 | 'path' => 'players/{playerId}/categories/{collection}', |
| 332 | 332 | 'httpMethod' => 'GET', |
| 333 | 333 | 'parameters' => array( |
@@ -378,7 +378,7 @@ discard block |
||
| 378 | 378 | 'type' => 'string', |
| 379 | 379 | ), |
| 380 | 380 | ), |
| 381 | - ),'list' => array( |
|
| 381 | + ), 'list' => array( |
|
| 382 | 382 | 'path' => 'players/me/players/{collection}', |
| 383 | 383 | 'httpMethod' => 'GET', |
| 384 | 384 | 'parameters' => array( |
@@ -414,7 +414,7 @@ discard block |
||
| 414 | 414 | 'path' => 'pushtokens/remove', |
| 415 | 415 | 'httpMethod' => 'POST', |
| 416 | 416 | 'parameters' => array(), |
| 417 | - ),'update' => array( |
|
| 417 | + ), 'update' => array( |
|
| 418 | 418 | 'path' => 'pushtokens', |
| 419 | 419 | 'httpMethod' => 'PUT', |
| 420 | 420 | 'parameters' => array(), |
@@ -472,7 +472,7 @@ discard block |
||
| 472 | 472 | 'type' => 'string', |
| 473 | 473 | ), |
| 474 | 474 | ), |
| 475 | - ),'list' => array( |
|
| 475 | + ), 'list' => array( |
|
| 476 | 476 | 'path' => 'players/{playerId}/quests', |
| 477 | 477 | 'httpMethod' => 'GET', |
| 478 | 478 | 'parameters' => array( |
@@ -533,7 +533,7 @@ discard block |
||
| 533 | 533 | 'type' => 'string', |
| 534 | 534 | ), |
| 535 | 535 | ), |
| 536 | - ),'decline' => array( |
|
| 536 | + ), 'decline' => array( |
|
| 537 | 537 | 'path' => 'rooms/{roomId}/decline', |
| 538 | 538 | 'httpMethod' => 'POST', |
| 539 | 539 | 'parameters' => array( |
@@ -547,7 +547,7 @@ discard block |
||
| 547 | 547 | 'type' => 'string', |
| 548 | 548 | ), |
| 549 | 549 | ), |
| 550 | - ),'dismiss' => array( |
|
| 550 | + ), 'dismiss' => array( |
|
| 551 | 551 | 'path' => 'rooms/{roomId}/dismiss', |
| 552 | 552 | 'httpMethod' => 'POST', |
| 553 | 553 | 'parameters' => array( |
@@ -557,7 +557,7 @@ discard block |
||
| 557 | 557 | 'required' => true, |
| 558 | 558 | ), |
| 559 | 559 | ), |
| 560 | - ),'get' => array( |
|
| 560 | + ), 'get' => array( |
|
| 561 | 561 | 'path' => 'rooms/{roomId}', |
| 562 | 562 | 'httpMethod' => 'GET', |
| 563 | 563 | 'parameters' => array( |
@@ -571,7 +571,7 @@ discard block |
||
| 571 | 571 | 'type' => 'string', |
| 572 | 572 | ), |
| 573 | 573 | ), |
| 574 | - ),'join' => array( |
|
| 574 | + ), 'join' => array( |
|
| 575 | 575 | 'path' => 'rooms/{roomId}/join', |
| 576 | 576 | 'httpMethod' => 'POST', |
| 577 | 577 | 'parameters' => array( |
@@ -585,7 +585,7 @@ discard block |
||
| 585 | 585 | 'type' => 'string', |
| 586 | 586 | ), |
| 587 | 587 | ), |
| 588 | - ),'leave' => array( |
|
| 588 | + ), 'leave' => array( |
|
| 589 | 589 | 'path' => 'rooms/{roomId}/leave', |
| 590 | 590 | 'httpMethod' => 'POST', |
| 591 | 591 | 'parameters' => array( |
@@ -599,7 +599,7 @@ discard block |
||
| 599 | 599 | 'type' => 'string', |
| 600 | 600 | ), |
| 601 | 601 | ), |
| 602 | - ),'list' => array( |
|
| 602 | + ), 'list' => array( |
|
| 603 | 603 | 'path' => 'rooms', |
| 604 | 604 | 'httpMethod' => 'GET', |
| 605 | 605 | 'parameters' => array( |
@@ -616,7 +616,7 @@ discard block |
||
| 616 | 616 | 'type' => 'string', |
| 617 | 617 | ), |
| 618 | 618 | ), |
| 619 | - ),'reportStatus' => array( |
|
| 619 | + ), 'reportStatus' => array( |
|
| 620 | 620 | 'path' => 'rooms/{roomId}/reportstatus', |
| 621 | 621 | 'httpMethod' => 'POST', |
| 622 | 622 | 'parameters' => array( |
@@ -676,7 +676,7 @@ discard block |
||
| 676 | 676 | 'type' => 'string', |
| 677 | 677 | ), |
| 678 | 678 | ), |
| 679 | - ),'list' => array( |
|
| 679 | + ), 'list' => array( |
|
| 680 | 680 | 'path' => 'leaderboards/{leaderboardId}/scores/{collection}', |
| 681 | 681 | 'httpMethod' => 'GET', |
| 682 | 682 | 'parameters' => array( |
@@ -708,7 +708,7 @@ discard block |
||
| 708 | 708 | 'type' => 'string', |
| 709 | 709 | ), |
| 710 | 710 | ), |
| 711 | - ),'listWindow' => array( |
|
| 711 | + ), 'listWindow' => array( |
|
| 712 | 712 | 'path' => 'leaderboards/{leaderboardId}/window/{collection}', |
| 713 | 713 | 'httpMethod' => 'GET', |
| 714 | 714 | 'parameters' => array( |
@@ -748,7 +748,7 @@ discard block |
||
| 748 | 748 | 'type' => 'string', |
| 749 | 749 | ), |
| 750 | 750 | ), |
| 751 | - ),'submit' => array( |
|
| 751 | + ), 'submit' => array( |
|
| 752 | 752 | 'path' => 'leaderboards/{leaderboardId}/scores', |
| 753 | 753 | 'httpMethod' => 'POST', |
| 754 | 754 | 'parameters' => array( |
@@ -771,7 +771,7 @@ discard block |
||
| 771 | 771 | 'type' => 'string', |
| 772 | 772 | ), |
| 773 | 773 | ), |
| 774 | - ),'submitMultiple' => array( |
|
| 774 | + ), 'submitMultiple' => array( |
|
| 775 | 775 | 'path' => 'leaderboards/scores', |
| 776 | 776 | 'httpMethod' => 'POST', |
| 777 | 777 | 'parameters' => array( |
@@ -804,7 +804,7 @@ discard block |
||
| 804 | 804 | 'type' => 'string', |
| 805 | 805 | ), |
| 806 | 806 | ), |
| 807 | - ),'list' => array( |
|
| 807 | + ), 'list' => array( |
|
| 808 | 808 | 'path' => 'players/{playerId}/snapshots', |
| 809 | 809 | 'httpMethod' => 'GET', |
| 810 | 810 | 'parameters' => array( |
@@ -846,7 +846,7 @@ discard block |
||
| 846 | 846 | 'required' => true, |
| 847 | 847 | ), |
| 848 | 848 | ), |
| 849 | - ),'create' => array( |
|
| 849 | + ), 'create' => array( |
|
| 850 | 850 | 'path' => 'turnbasedmatches/create', |
| 851 | 851 | 'httpMethod' => 'POST', |
| 852 | 852 | 'parameters' => array( |
@@ -855,7 +855,7 @@ discard block |
||
| 855 | 855 | 'type' => 'string', |
| 856 | 856 | ), |
| 857 | 857 | ), |
| 858 | - ),'decline' => array( |
|
| 858 | + ), 'decline' => array( |
|
| 859 | 859 | 'path' => 'turnbasedmatches/{matchId}/decline', |
| 860 | 860 | 'httpMethod' => 'PUT', |
| 861 | 861 | 'parameters' => array( |
@@ -869,7 +869,7 @@ discard block |
||
| 869 | 869 | 'type' => 'string', |
| 870 | 870 | ), |
| 871 | 871 | ), |
| 872 | - ),'dismiss' => array( |
|
| 872 | + ), 'dismiss' => array( |
|
| 873 | 873 | 'path' => 'turnbasedmatches/{matchId}/dismiss', |
| 874 | 874 | 'httpMethod' => 'PUT', |
| 875 | 875 | 'parameters' => array( |
@@ -879,7 +879,7 @@ discard block |
||
| 879 | 879 | 'required' => true, |
| 880 | 880 | ), |
| 881 | 881 | ), |
| 882 | - ),'finish' => array( |
|
| 882 | + ), 'finish' => array( |
|
| 883 | 883 | 'path' => 'turnbasedmatches/{matchId}/finish', |
| 884 | 884 | 'httpMethod' => 'PUT', |
| 885 | 885 | 'parameters' => array( |
@@ -893,7 +893,7 @@ discard block |
||
| 893 | 893 | 'type' => 'string', |
| 894 | 894 | ), |
| 895 | 895 | ), |
| 896 | - ),'get' => array( |
|
| 896 | + ), 'get' => array( |
|
| 897 | 897 | 'path' => 'turnbasedmatches/{matchId}', |
| 898 | 898 | 'httpMethod' => 'GET', |
| 899 | 899 | 'parameters' => array( |
@@ -911,7 +911,7 @@ discard block |
||
| 911 | 911 | 'type' => 'boolean', |
| 912 | 912 | ), |
| 913 | 913 | ), |
| 914 | - ),'join' => array( |
|
| 914 | + ), 'join' => array( |
|
| 915 | 915 | 'path' => 'turnbasedmatches/{matchId}/join', |
| 916 | 916 | 'httpMethod' => 'PUT', |
| 917 | 917 | 'parameters' => array( |
@@ -925,7 +925,7 @@ discard block |
||
| 925 | 925 | 'type' => 'string', |
| 926 | 926 | ), |
| 927 | 927 | ), |
| 928 | - ),'leave' => array( |
|
| 928 | + ), 'leave' => array( |
|
| 929 | 929 | 'path' => 'turnbasedmatches/{matchId}/leave', |
| 930 | 930 | 'httpMethod' => 'PUT', |
| 931 | 931 | 'parameters' => array( |
@@ -939,7 +939,7 @@ discard block |
||
| 939 | 939 | 'type' => 'string', |
| 940 | 940 | ), |
| 941 | 941 | ), |
| 942 | - ),'leaveTurn' => array( |
|
| 942 | + ), 'leaveTurn' => array( |
|
| 943 | 943 | 'path' => 'turnbasedmatches/{matchId}/leaveTurn', |
| 944 | 944 | 'httpMethod' => 'PUT', |
| 945 | 945 | 'parameters' => array( |
@@ -962,7 +962,7 @@ discard block |
||
| 962 | 962 | 'type' => 'string', |
| 963 | 963 | ), |
| 964 | 964 | ), |
| 965 | - ),'list' => array( |
|
| 965 | + ), 'list' => array( |
|
| 966 | 966 | 'path' => 'turnbasedmatches', |
| 967 | 967 | 'httpMethod' => 'GET', |
| 968 | 968 | 'parameters' => array( |
@@ -987,7 +987,7 @@ discard block |
||
| 987 | 987 | 'type' => 'boolean', |
| 988 | 988 | ), |
| 989 | 989 | ), |
| 990 | - ),'rematch' => array( |
|
| 990 | + ), 'rematch' => array( |
|
| 991 | 991 | 'path' => 'turnbasedmatches/{matchId}/rematch', |
| 992 | 992 | 'httpMethod' => 'POST', |
| 993 | 993 | 'parameters' => array( |
@@ -1005,7 +1005,7 @@ discard block |
||
| 1005 | 1005 | 'type' => 'string', |
| 1006 | 1006 | ), |
| 1007 | 1007 | ), |
| 1008 | - ),'sync' => array( |
|
| 1008 | + ), 'sync' => array( |
|
| 1009 | 1009 | 'path' => 'turnbasedmatches/sync', |
| 1010 | 1010 | 'httpMethod' => 'GET', |
| 1011 | 1011 | 'parameters' => array( |
@@ -1030,7 +1030,7 @@ discard block |
||
| 1030 | 1030 | 'type' => 'boolean', |
| 1031 | 1031 | ), |
| 1032 | 1032 | ), |
| 1033 | - ),'takeTurn' => array( |
|
| 1033 | + ), 'takeTurn' => array( |
|
| 1034 | 1034 | 'path' => 'turnbasedmatches/{matchId}/turn', |
| 1035 | 1035 | 'httpMethod' => 'PUT', |
| 1036 | 1036 | 'parameters' => array( |
@@ -283,7 +283,7 @@ discard block |
||
| 283 | 283 | * |
| 284 | 284 | * @param string $applicationId The application ID from the Google Play |
| 285 | 285 | * developer console. |
| 286 | - * @param Google_AchievementConfiguration $postBody |
|
| 286 | + * @param Google_Service_GamesConfiguration_AchievementConfiguration $postBody |
|
| 287 | 287 | * @param array $optParams Optional parameters. |
| 288 | 288 | * @return Google_Service_GamesConfiguration_AchievementConfiguration |
| 289 | 289 | */ |
@@ -320,7 +320,7 @@ discard block |
||
| 320 | 320 | * method supports patch semantics. (achievementConfigurations.patch) |
| 321 | 321 | * |
| 322 | 322 | * @param string $achievementId The ID of the achievement used by this method. |
| 323 | - * @param Google_AchievementConfiguration $postBody |
|
| 323 | + * @param Google_Service_GamesConfiguration_AchievementConfiguration $postBody |
|
| 324 | 324 | * @param array $optParams Optional parameters. |
| 325 | 325 | * @return Google_Service_GamesConfiguration_AchievementConfiguration |
| 326 | 326 | */ |
@@ -336,7 +336,7 @@ discard block |
||
| 336 | 336 | * (achievementConfigurations.update) |
| 337 | 337 | * |
| 338 | 338 | * @param string $achievementId The ID of the achievement used by this method. |
| 339 | - * @param Google_AchievementConfiguration $postBody |
|
| 339 | + * @param Google_Service_GamesConfiguration_AchievementConfiguration $postBody |
|
| 340 | 340 | * @param array $optParams Optional parameters. |
| 341 | 341 | * @return Google_Service_GamesConfiguration_AchievementConfiguration |
| 342 | 342 | */ |
@@ -422,7 +422,7 @@ discard block |
||
| 422 | 422 | * |
| 423 | 423 | * @param string $applicationId The application ID from the Google Play |
| 424 | 424 | * developer console. |
| 425 | - * @param Google_LeaderboardConfiguration $postBody |
|
| 425 | + * @param Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody |
|
| 426 | 426 | * @param array $optParams Optional parameters. |
| 427 | 427 | * @return Google_Service_GamesConfiguration_LeaderboardConfiguration |
| 428 | 428 | */ |
@@ -459,7 +459,7 @@ discard block |
||
| 459 | 459 | * method supports patch semantics. (leaderboardConfigurations.patch) |
| 460 | 460 | * |
| 461 | 461 | * @param string $leaderboardId The ID of the leaderboard. |
| 462 | - * @param Google_LeaderboardConfiguration $postBody |
|
| 462 | + * @param Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody |
|
| 463 | 463 | * @param array $optParams Optional parameters. |
| 464 | 464 | * @return Google_Service_GamesConfiguration_LeaderboardConfiguration |
| 465 | 465 | */ |
@@ -475,7 +475,7 @@ discard block |
||
| 475 | 475 | * (leaderboardConfigurations.update) |
| 476 | 476 | * |
| 477 | 477 | * @param string $leaderboardId The ID of the leaderboard. |
| 478 | - * @param Google_LeaderboardConfiguration $postBody |
|
| 478 | + * @param Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody |
|
| 479 | 479 | * @param array $optParams Optional parameters. |
| 480 | 480 | * @return Google_Service_GamesConfiguration_LeaderboardConfiguration |
| 481 | 481 | */ |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** View and manage your Google Play Developer account. */ |
| 34 | 34 | const ANDROIDPUBLISHER = |
| 35 | - "https://www.googleapis.com/auth/androidpublisher"; |
|
| 35 | + "https://www.googleapis.com/auth/androidpublisher"; |
|
| 36 | 36 | |
| 37 | 37 | public $achievementConfigurations; |
| 38 | 38 | public $imageConfigurations; |
@@ -46,193 +46,193 @@ discard block |
||
| 46 | 46 | */ |
| 47 | 47 | public function __construct(Google_Client $client) |
| 48 | 48 | { |
| 49 | - parent::__construct($client); |
|
| 50 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 51 | - $this->servicePath = 'games/v1configuration/'; |
|
| 52 | - $this->version = 'v1configuration'; |
|
| 53 | - $this->serviceName = 'gamesConfiguration'; |
|
| 49 | + parent::__construct($client); |
|
| 50 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 51 | + $this->servicePath = 'games/v1configuration/'; |
|
| 52 | + $this->version = 'v1configuration'; |
|
| 53 | + $this->serviceName = 'gamesConfiguration'; |
|
| 54 | 54 | |
| 55 | - $this->achievementConfigurations = new Google_Service_GamesConfiguration_AchievementConfigurations_Resource( |
|
| 56 | - $this, |
|
| 57 | - $this->serviceName, |
|
| 58 | - 'achievementConfigurations', |
|
| 59 | - array( |
|
| 60 | - 'methods' => array( |
|
| 61 | - 'delete' => array( |
|
| 62 | - 'path' => 'achievements/{achievementId}', |
|
| 63 | - 'httpMethod' => 'DELETE', |
|
| 64 | - 'parameters' => array( |
|
| 65 | - 'achievementId' => array( |
|
| 66 | - 'location' => 'path', |
|
| 67 | - 'type' => 'string', |
|
| 68 | - 'required' => true, |
|
| 69 | - ), |
|
| 70 | - ), |
|
| 71 | - ),'get' => array( |
|
| 72 | - 'path' => 'achievements/{achievementId}', |
|
| 73 | - 'httpMethod' => 'GET', |
|
| 74 | - 'parameters' => array( |
|
| 75 | - 'achievementId' => array( |
|
| 76 | - 'location' => 'path', |
|
| 77 | - 'type' => 'string', |
|
| 78 | - 'required' => true, |
|
| 79 | - ), |
|
| 80 | - ), |
|
| 81 | - ),'insert' => array( |
|
| 82 | - 'path' => 'applications/{applicationId}/achievements', |
|
| 83 | - 'httpMethod' => 'POST', |
|
| 84 | - 'parameters' => array( |
|
| 85 | - 'applicationId' => array( |
|
| 86 | - 'location' => 'path', |
|
| 87 | - 'type' => 'string', |
|
| 88 | - 'required' => true, |
|
| 89 | - ), |
|
| 90 | - ), |
|
| 91 | - ),'list' => array( |
|
| 92 | - 'path' => 'applications/{applicationId}/achievements', |
|
| 93 | - 'httpMethod' => 'GET', |
|
| 94 | - 'parameters' => array( |
|
| 95 | - 'applicationId' => array( |
|
| 96 | - 'location' => 'path', |
|
| 97 | - 'type' => 'string', |
|
| 98 | - 'required' => true, |
|
| 99 | - ), |
|
| 100 | - 'pageToken' => array( |
|
| 101 | - 'location' => 'query', |
|
| 102 | - 'type' => 'string', |
|
| 103 | - ), |
|
| 104 | - 'maxResults' => array( |
|
| 105 | - 'location' => 'query', |
|
| 106 | - 'type' => 'integer', |
|
| 107 | - ), |
|
| 108 | - ), |
|
| 109 | - ),'patch' => array( |
|
| 110 | - 'path' => 'achievements/{achievementId}', |
|
| 111 | - 'httpMethod' => 'PATCH', |
|
| 112 | - 'parameters' => array( |
|
| 113 | - 'achievementId' => array( |
|
| 114 | - 'location' => 'path', |
|
| 115 | - 'type' => 'string', |
|
| 116 | - 'required' => true, |
|
| 117 | - ), |
|
| 118 | - ), |
|
| 119 | - ),'update' => array( |
|
| 120 | - 'path' => 'achievements/{achievementId}', |
|
| 121 | - 'httpMethod' => 'PUT', |
|
| 122 | - 'parameters' => array( |
|
| 123 | - 'achievementId' => array( |
|
| 124 | - 'location' => 'path', |
|
| 125 | - 'type' => 'string', |
|
| 126 | - 'required' => true, |
|
| 127 | - ), |
|
| 128 | - ), |
|
| 129 | - ), |
|
| 130 | - ) |
|
| 131 | - ) |
|
| 132 | - ); |
|
| 133 | - $this->imageConfigurations = new Google_Service_GamesConfiguration_ImageConfigurations_Resource( |
|
| 134 | - $this, |
|
| 135 | - $this->serviceName, |
|
| 136 | - 'imageConfigurations', |
|
| 137 | - array( |
|
| 138 | - 'methods' => array( |
|
| 139 | - 'upload' => array( |
|
| 140 | - 'path' => 'images/{resourceId}/imageType/{imageType}', |
|
| 141 | - 'httpMethod' => 'POST', |
|
| 142 | - 'parameters' => array( |
|
| 143 | - 'resourceId' => array( |
|
| 144 | - 'location' => 'path', |
|
| 145 | - 'type' => 'string', |
|
| 146 | - 'required' => true, |
|
| 147 | - ), |
|
| 148 | - 'imageType' => array( |
|
| 149 | - 'location' => 'path', |
|
| 150 | - 'type' => 'string', |
|
| 151 | - 'required' => true, |
|
| 152 | - ), |
|
| 153 | - ), |
|
| 154 | - ), |
|
| 155 | - ) |
|
| 156 | - ) |
|
| 157 | - ); |
|
| 158 | - $this->leaderboardConfigurations = new Google_Service_GamesConfiguration_LeaderboardConfigurations_Resource( |
|
| 159 | - $this, |
|
| 160 | - $this->serviceName, |
|
| 161 | - 'leaderboardConfigurations', |
|
| 162 | - array( |
|
| 163 | - 'methods' => array( |
|
| 164 | - 'delete' => array( |
|
| 165 | - 'path' => 'leaderboards/{leaderboardId}', |
|
| 166 | - 'httpMethod' => 'DELETE', |
|
| 167 | - 'parameters' => array( |
|
| 168 | - 'leaderboardId' => array( |
|
| 169 | - 'location' => 'path', |
|
| 170 | - 'type' => 'string', |
|
| 171 | - 'required' => true, |
|
| 172 | - ), |
|
| 173 | - ), |
|
| 174 | - ),'get' => array( |
|
| 175 | - 'path' => 'leaderboards/{leaderboardId}', |
|
| 176 | - 'httpMethod' => 'GET', |
|
| 177 | - 'parameters' => array( |
|
| 178 | - 'leaderboardId' => array( |
|
| 179 | - 'location' => 'path', |
|
| 180 | - 'type' => 'string', |
|
| 181 | - 'required' => true, |
|
| 182 | - ), |
|
| 183 | - ), |
|
| 184 | - ),'insert' => array( |
|
| 185 | - 'path' => 'applications/{applicationId}/leaderboards', |
|
| 186 | - 'httpMethod' => 'POST', |
|
| 187 | - 'parameters' => array( |
|
| 188 | - 'applicationId' => array( |
|
| 189 | - 'location' => 'path', |
|
| 190 | - 'type' => 'string', |
|
| 191 | - 'required' => true, |
|
| 192 | - ), |
|
| 193 | - ), |
|
| 194 | - ),'list' => array( |
|
| 195 | - 'path' => 'applications/{applicationId}/leaderboards', |
|
| 196 | - 'httpMethod' => 'GET', |
|
| 197 | - 'parameters' => array( |
|
| 198 | - 'applicationId' => array( |
|
| 199 | - 'location' => 'path', |
|
| 200 | - 'type' => 'string', |
|
| 201 | - 'required' => true, |
|
| 202 | - ), |
|
| 203 | - 'pageToken' => array( |
|
| 204 | - 'location' => 'query', |
|
| 205 | - 'type' => 'string', |
|
| 206 | - ), |
|
| 207 | - 'maxResults' => array( |
|
| 208 | - 'location' => 'query', |
|
| 209 | - 'type' => 'integer', |
|
| 210 | - ), |
|
| 211 | - ), |
|
| 212 | - ),'patch' => array( |
|
| 213 | - 'path' => 'leaderboards/{leaderboardId}', |
|
| 214 | - 'httpMethod' => 'PATCH', |
|
| 215 | - 'parameters' => array( |
|
| 216 | - 'leaderboardId' => array( |
|
| 217 | - 'location' => 'path', |
|
| 218 | - 'type' => 'string', |
|
| 219 | - 'required' => true, |
|
| 220 | - ), |
|
| 221 | - ), |
|
| 222 | - ),'update' => array( |
|
| 223 | - 'path' => 'leaderboards/{leaderboardId}', |
|
| 224 | - 'httpMethod' => 'PUT', |
|
| 225 | - 'parameters' => array( |
|
| 226 | - 'leaderboardId' => array( |
|
| 227 | - 'location' => 'path', |
|
| 228 | - 'type' => 'string', |
|
| 229 | - 'required' => true, |
|
| 230 | - ), |
|
| 231 | - ), |
|
| 232 | - ), |
|
| 233 | - ) |
|
| 234 | - ) |
|
| 235 | - ); |
|
| 55 | + $this->achievementConfigurations = new Google_Service_GamesConfiguration_AchievementConfigurations_Resource( |
|
| 56 | + $this, |
|
| 57 | + $this->serviceName, |
|
| 58 | + 'achievementConfigurations', |
|
| 59 | + array( |
|
| 60 | + 'methods' => array( |
|
| 61 | + 'delete' => array( |
|
| 62 | + 'path' => 'achievements/{achievementId}', |
|
| 63 | + 'httpMethod' => 'DELETE', |
|
| 64 | + 'parameters' => array( |
|
| 65 | + 'achievementId' => array( |
|
| 66 | + 'location' => 'path', |
|
| 67 | + 'type' => 'string', |
|
| 68 | + 'required' => true, |
|
| 69 | + ), |
|
| 70 | + ), |
|
| 71 | + ),'get' => array( |
|
| 72 | + 'path' => 'achievements/{achievementId}', |
|
| 73 | + 'httpMethod' => 'GET', |
|
| 74 | + 'parameters' => array( |
|
| 75 | + 'achievementId' => array( |
|
| 76 | + 'location' => 'path', |
|
| 77 | + 'type' => 'string', |
|
| 78 | + 'required' => true, |
|
| 79 | + ), |
|
| 80 | + ), |
|
| 81 | + ),'insert' => array( |
|
| 82 | + 'path' => 'applications/{applicationId}/achievements', |
|
| 83 | + 'httpMethod' => 'POST', |
|
| 84 | + 'parameters' => array( |
|
| 85 | + 'applicationId' => array( |
|
| 86 | + 'location' => 'path', |
|
| 87 | + 'type' => 'string', |
|
| 88 | + 'required' => true, |
|
| 89 | + ), |
|
| 90 | + ), |
|
| 91 | + ),'list' => array( |
|
| 92 | + 'path' => 'applications/{applicationId}/achievements', |
|
| 93 | + 'httpMethod' => 'GET', |
|
| 94 | + 'parameters' => array( |
|
| 95 | + 'applicationId' => array( |
|
| 96 | + 'location' => 'path', |
|
| 97 | + 'type' => 'string', |
|
| 98 | + 'required' => true, |
|
| 99 | + ), |
|
| 100 | + 'pageToken' => array( |
|
| 101 | + 'location' => 'query', |
|
| 102 | + 'type' => 'string', |
|
| 103 | + ), |
|
| 104 | + 'maxResults' => array( |
|
| 105 | + 'location' => 'query', |
|
| 106 | + 'type' => 'integer', |
|
| 107 | + ), |
|
| 108 | + ), |
|
| 109 | + ),'patch' => array( |
|
| 110 | + 'path' => 'achievements/{achievementId}', |
|
| 111 | + 'httpMethod' => 'PATCH', |
|
| 112 | + 'parameters' => array( |
|
| 113 | + 'achievementId' => array( |
|
| 114 | + 'location' => 'path', |
|
| 115 | + 'type' => 'string', |
|
| 116 | + 'required' => true, |
|
| 117 | + ), |
|
| 118 | + ), |
|
| 119 | + ),'update' => array( |
|
| 120 | + 'path' => 'achievements/{achievementId}', |
|
| 121 | + 'httpMethod' => 'PUT', |
|
| 122 | + 'parameters' => array( |
|
| 123 | + 'achievementId' => array( |
|
| 124 | + 'location' => 'path', |
|
| 125 | + 'type' => 'string', |
|
| 126 | + 'required' => true, |
|
| 127 | + ), |
|
| 128 | + ), |
|
| 129 | + ), |
|
| 130 | + ) |
|
| 131 | + ) |
|
| 132 | + ); |
|
| 133 | + $this->imageConfigurations = new Google_Service_GamesConfiguration_ImageConfigurations_Resource( |
|
| 134 | + $this, |
|
| 135 | + $this->serviceName, |
|
| 136 | + 'imageConfigurations', |
|
| 137 | + array( |
|
| 138 | + 'methods' => array( |
|
| 139 | + 'upload' => array( |
|
| 140 | + 'path' => 'images/{resourceId}/imageType/{imageType}', |
|
| 141 | + 'httpMethod' => 'POST', |
|
| 142 | + 'parameters' => array( |
|
| 143 | + 'resourceId' => array( |
|
| 144 | + 'location' => 'path', |
|
| 145 | + 'type' => 'string', |
|
| 146 | + 'required' => true, |
|
| 147 | + ), |
|
| 148 | + 'imageType' => array( |
|
| 149 | + 'location' => 'path', |
|
| 150 | + 'type' => 'string', |
|
| 151 | + 'required' => true, |
|
| 152 | + ), |
|
| 153 | + ), |
|
| 154 | + ), |
|
| 155 | + ) |
|
| 156 | + ) |
|
| 157 | + ); |
|
| 158 | + $this->leaderboardConfigurations = new Google_Service_GamesConfiguration_LeaderboardConfigurations_Resource( |
|
| 159 | + $this, |
|
| 160 | + $this->serviceName, |
|
| 161 | + 'leaderboardConfigurations', |
|
| 162 | + array( |
|
| 163 | + 'methods' => array( |
|
| 164 | + 'delete' => array( |
|
| 165 | + 'path' => 'leaderboards/{leaderboardId}', |
|
| 166 | + 'httpMethod' => 'DELETE', |
|
| 167 | + 'parameters' => array( |
|
| 168 | + 'leaderboardId' => array( |
|
| 169 | + 'location' => 'path', |
|
| 170 | + 'type' => 'string', |
|
| 171 | + 'required' => true, |
|
| 172 | + ), |
|
| 173 | + ), |
|
| 174 | + ),'get' => array( |
|
| 175 | + 'path' => 'leaderboards/{leaderboardId}', |
|
| 176 | + 'httpMethod' => 'GET', |
|
| 177 | + 'parameters' => array( |
|
| 178 | + 'leaderboardId' => array( |
|
| 179 | + 'location' => 'path', |
|
| 180 | + 'type' => 'string', |
|
| 181 | + 'required' => true, |
|
| 182 | + ), |
|
| 183 | + ), |
|
| 184 | + ),'insert' => array( |
|
| 185 | + 'path' => 'applications/{applicationId}/leaderboards', |
|
| 186 | + 'httpMethod' => 'POST', |
|
| 187 | + 'parameters' => array( |
|
| 188 | + 'applicationId' => array( |
|
| 189 | + 'location' => 'path', |
|
| 190 | + 'type' => 'string', |
|
| 191 | + 'required' => true, |
|
| 192 | + ), |
|
| 193 | + ), |
|
| 194 | + ),'list' => array( |
|
| 195 | + 'path' => 'applications/{applicationId}/leaderboards', |
|
| 196 | + 'httpMethod' => 'GET', |
|
| 197 | + 'parameters' => array( |
|
| 198 | + 'applicationId' => array( |
|
| 199 | + 'location' => 'path', |
|
| 200 | + 'type' => 'string', |
|
| 201 | + 'required' => true, |
|
| 202 | + ), |
|
| 203 | + 'pageToken' => array( |
|
| 204 | + 'location' => 'query', |
|
| 205 | + 'type' => 'string', |
|
| 206 | + ), |
|
| 207 | + 'maxResults' => array( |
|
| 208 | + 'location' => 'query', |
|
| 209 | + 'type' => 'integer', |
|
| 210 | + ), |
|
| 211 | + ), |
|
| 212 | + ),'patch' => array( |
|
| 213 | + 'path' => 'leaderboards/{leaderboardId}', |
|
| 214 | + 'httpMethod' => 'PATCH', |
|
| 215 | + 'parameters' => array( |
|
| 216 | + 'leaderboardId' => array( |
|
| 217 | + 'location' => 'path', |
|
| 218 | + 'type' => 'string', |
|
| 219 | + 'required' => true, |
|
| 220 | + ), |
|
| 221 | + ), |
|
| 222 | + ),'update' => array( |
|
| 223 | + 'path' => 'leaderboards/{leaderboardId}', |
|
| 224 | + 'httpMethod' => 'PUT', |
|
| 225 | + 'parameters' => array( |
|
| 226 | + 'leaderboardId' => array( |
|
| 227 | + 'location' => 'path', |
|
| 228 | + 'type' => 'string', |
|
| 229 | + 'required' => true, |
|
| 230 | + ), |
|
| 231 | + ), |
|
| 232 | + ), |
|
| 233 | + ) |
|
| 234 | + ) |
|
| 235 | + ); |
|
| 236 | 236 | } |
| 237 | 237 | } |
| 238 | 238 | |
@@ -257,9 +257,9 @@ discard block |
||
| 257 | 257 | */ |
| 258 | 258 | public function delete($achievementId, $optParams = array()) |
| 259 | 259 | { |
| 260 | - $params = array('achievementId' => $achievementId); |
|
| 261 | - $params = array_merge($params, $optParams); |
|
| 262 | - return $this->call('delete', array($params)); |
|
| 260 | + $params = array('achievementId' => $achievementId); |
|
| 261 | + $params = array_merge($params, $optParams); |
|
| 262 | + return $this->call('delete', array($params)); |
|
| 263 | 263 | } |
| 264 | 264 | |
| 265 | 265 | /** |
@@ -272,9 +272,9 @@ discard block |
||
| 272 | 272 | */ |
| 273 | 273 | public function get($achievementId, $optParams = array()) |
| 274 | 274 | { |
| 275 | - $params = array('achievementId' => $achievementId); |
|
| 276 | - $params = array_merge($params, $optParams); |
|
| 277 | - return $this->call('get', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); |
|
| 275 | + $params = array('achievementId' => $achievementId); |
|
| 276 | + $params = array_merge($params, $optParams); |
|
| 277 | + return $this->call('get', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); |
|
| 278 | 278 | } |
| 279 | 279 | |
| 280 | 280 | /** |
@@ -289,9 +289,9 @@ discard block |
||
| 289 | 289 | */ |
| 290 | 290 | public function insert($applicationId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array()) |
| 291 | 291 | { |
| 292 | - $params = array('applicationId' => $applicationId, 'postBody' => $postBody); |
|
| 293 | - $params = array_merge($params, $optParams); |
|
| 294 | - return $this->call('insert', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); |
|
| 292 | + $params = array('applicationId' => $applicationId, 'postBody' => $postBody); |
|
| 293 | + $params = array_merge($params, $optParams); |
|
| 294 | + return $this->call('insert', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); |
|
| 295 | 295 | } |
| 296 | 296 | |
| 297 | 297 | /** |
@@ -310,9 +310,9 @@ discard block |
||
| 310 | 310 | */ |
| 311 | 311 | public function listAchievementConfigurations($applicationId, $optParams = array()) |
| 312 | 312 | { |
| 313 | - $params = array('applicationId' => $applicationId); |
|
| 314 | - $params = array_merge($params, $optParams); |
|
| 315 | - return $this->call('list', array($params), "Google_Service_GamesConfiguration_AchievementConfigurationListResponse"); |
|
| 313 | + $params = array('applicationId' => $applicationId); |
|
| 314 | + $params = array_merge($params, $optParams); |
|
| 315 | + return $this->call('list', array($params), "Google_Service_GamesConfiguration_AchievementConfigurationListResponse"); |
|
| 316 | 316 | } |
| 317 | 317 | |
| 318 | 318 | /** |
@@ -326,9 +326,9 @@ discard block |
||
| 326 | 326 | */ |
| 327 | 327 | public function patch($achievementId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array()) |
| 328 | 328 | { |
| 329 | - $params = array('achievementId' => $achievementId, 'postBody' => $postBody); |
|
| 330 | - $params = array_merge($params, $optParams); |
|
| 331 | - return $this->call('patch', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); |
|
| 329 | + $params = array('achievementId' => $achievementId, 'postBody' => $postBody); |
|
| 330 | + $params = array_merge($params, $optParams); |
|
| 331 | + return $this->call('patch', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); |
|
| 332 | 332 | } |
| 333 | 333 | |
| 334 | 334 | /** |
@@ -342,9 +342,9 @@ discard block |
||
| 342 | 342 | */ |
| 343 | 343 | public function update($achievementId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array()) |
| 344 | 344 | { |
| 345 | - $params = array('achievementId' => $achievementId, 'postBody' => $postBody); |
|
| 346 | - $params = array_merge($params, $optParams); |
|
| 347 | - return $this->call('update', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); |
|
| 345 | + $params = array('achievementId' => $achievementId, 'postBody' => $postBody); |
|
| 346 | + $params = array_merge($params, $optParams); |
|
| 347 | + return $this->call('update', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); |
|
| 348 | 348 | } |
| 349 | 349 | } |
| 350 | 350 | |
@@ -370,9 +370,9 @@ discard block |
||
| 370 | 370 | */ |
| 371 | 371 | public function upload($resourceId, $imageType, $optParams = array()) |
| 372 | 372 | { |
| 373 | - $params = array('resourceId' => $resourceId, 'imageType' => $imageType); |
|
| 374 | - $params = array_merge($params, $optParams); |
|
| 375 | - return $this->call('upload', array($params), "Google_Service_GamesConfiguration_ImageConfiguration"); |
|
| 373 | + $params = array('resourceId' => $resourceId, 'imageType' => $imageType); |
|
| 374 | + $params = array_merge($params, $optParams); |
|
| 375 | + return $this->call('upload', array($params), "Google_Service_GamesConfiguration_ImageConfiguration"); |
|
| 376 | 376 | } |
| 377 | 377 | } |
| 378 | 378 | |
@@ -396,9 +396,9 @@ discard block |
||
| 396 | 396 | */ |
| 397 | 397 | public function delete($leaderboardId, $optParams = array()) |
| 398 | 398 | { |
| 399 | - $params = array('leaderboardId' => $leaderboardId); |
|
| 400 | - $params = array_merge($params, $optParams); |
|
| 401 | - return $this->call('delete', array($params)); |
|
| 399 | + $params = array('leaderboardId' => $leaderboardId); |
|
| 400 | + $params = array_merge($params, $optParams); |
|
| 401 | + return $this->call('delete', array($params)); |
|
| 402 | 402 | } |
| 403 | 403 | |
| 404 | 404 | /** |
@@ -411,9 +411,9 @@ discard block |
||
| 411 | 411 | */ |
| 412 | 412 | public function get($leaderboardId, $optParams = array()) |
| 413 | 413 | { |
| 414 | - $params = array('leaderboardId' => $leaderboardId); |
|
| 415 | - $params = array_merge($params, $optParams); |
|
| 416 | - return $this->call('get', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); |
|
| 414 | + $params = array('leaderboardId' => $leaderboardId); |
|
| 415 | + $params = array_merge($params, $optParams); |
|
| 416 | + return $this->call('get', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); |
|
| 417 | 417 | } |
| 418 | 418 | |
| 419 | 419 | /** |
@@ -428,9 +428,9 @@ discard block |
||
| 428 | 428 | */ |
| 429 | 429 | public function insert($applicationId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array()) |
| 430 | 430 | { |
| 431 | - $params = array('applicationId' => $applicationId, 'postBody' => $postBody); |
|
| 432 | - $params = array_merge($params, $optParams); |
|
| 433 | - return $this->call('insert', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); |
|
| 431 | + $params = array('applicationId' => $applicationId, 'postBody' => $postBody); |
|
| 432 | + $params = array_merge($params, $optParams); |
|
| 433 | + return $this->call('insert', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); |
|
| 434 | 434 | } |
| 435 | 435 | |
| 436 | 436 | /** |
@@ -449,9 +449,9 @@ discard block |
||
| 449 | 449 | */ |
| 450 | 450 | public function listLeaderboardConfigurations($applicationId, $optParams = array()) |
| 451 | 451 | { |
| 452 | - $params = array('applicationId' => $applicationId); |
|
| 453 | - $params = array_merge($params, $optParams); |
|
| 454 | - return $this->call('list', array($params), "Google_Service_GamesConfiguration_LeaderboardConfigurationListResponse"); |
|
| 452 | + $params = array('applicationId' => $applicationId); |
|
| 453 | + $params = array_merge($params, $optParams); |
|
| 454 | + return $this->call('list', array($params), "Google_Service_GamesConfiguration_LeaderboardConfigurationListResponse"); |
|
| 455 | 455 | } |
| 456 | 456 | |
| 457 | 457 | /** |
@@ -465,9 +465,9 @@ discard block |
||
| 465 | 465 | */ |
| 466 | 466 | public function patch($leaderboardId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array()) |
| 467 | 467 | { |
| 468 | - $params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody); |
|
| 469 | - $params = array_merge($params, $optParams); |
|
| 470 | - return $this->call('patch', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); |
|
| 468 | + $params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody); |
|
| 469 | + $params = array_merge($params, $optParams); |
|
| 470 | + return $this->call('patch', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); |
|
| 471 | 471 | } |
| 472 | 472 | |
| 473 | 473 | /** |
@@ -481,9 +481,9 @@ discard block |
||
| 481 | 481 | */ |
| 482 | 482 | public function update($leaderboardId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array()) |
| 483 | 483 | { |
| 484 | - $params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody); |
|
| 485 | - $params = array_merge($params, $optParams); |
|
| 486 | - return $this->call('update', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); |
|
| 484 | + $params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody); |
|
| 485 | + $params = array_merge($params, $optParams); |
|
| 486 | + return $this->call('update', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); |
|
| 487 | 487 | } |
| 488 | 488 | } |
| 489 | 489 | |
@@ -508,67 +508,67 @@ discard block |
||
| 508 | 508 | |
| 509 | 509 | public function setAchievementType($achievementType) |
| 510 | 510 | { |
| 511 | - $this->achievementType = $achievementType; |
|
| 511 | + $this->achievementType = $achievementType; |
|
| 512 | 512 | } |
| 513 | 513 | public function getAchievementType() |
| 514 | 514 | { |
| 515 | - return $this->achievementType; |
|
| 515 | + return $this->achievementType; |
|
| 516 | 516 | } |
| 517 | 517 | public function setDraft(Google_Service_GamesConfiguration_AchievementConfigurationDetail $draft) |
| 518 | 518 | { |
| 519 | - $this->draft = $draft; |
|
| 519 | + $this->draft = $draft; |
|
| 520 | 520 | } |
| 521 | 521 | public function getDraft() |
| 522 | 522 | { |
| 523 | - return $this->draft; |
|
| 523 | + return $this->draft; |
|
| 524 | 524 | } |
| 525 | 525 | public function setId($id) |
| 526 | 526 | { |
| 527 | - $this->id = $id; |
|
| 527 | + $this->id = $id; |
|
| 528 | 528 | } |
| 529 | 529 | public function getId() |
| 530 | 530 | { |
| 531 | - return $this->id; |
|
| 531 | + return $this->id; |
|
| 532 | 532 | } |
| 533 | 533 | public function setInitialState($initialState) |
| 534 | 534 | { |
| 535 | - $this->initialState = $initialState; |
|
| 535 | + $this->initialState = $initialState; |
|
| 536 | 536 | } |
| 537 | 537 | public function getInitialState() |
| 538 | 538 | { |
| 539 | - return $this->initialState; |
|
| 539 | + return $this->initialState; |
|
| 540 | 540 | } |
| 541 | 541 | public function setKind($kind) |
| 542 | 542 | { |
| 543 | - $this->kind = $kind; |
|
| 543 | + $this->kind = $kind; |
|
| 544 | 544 | } |
| 545 | 545 | public function getKind() |
| 546 | 546 | { |
| 547 | - return $this->kind; |
|
| 547 | + return $this->kind; |
|
| 548 | 548 | } |
| 549 | 549 | public function setPublished(Google_Service_GamesConfiguration_AchievementConfigurationDetail $published) |
| 550 | 550 | { |
| 551 | - $this->published = $published; |
|
| 551 | + $this->published = $published; |
|
| 552 | 552 | } |
| 553 | 553 | public function getPublished() |
| 554 | 554 | { |
| 555 | - return $this->published; |
|
| 555 | + return $this->published; |
|
| 556 | 556 | } |
| 557 | 557 | public function setStepsToUnlock($stepsToUnlock) |
| 558 | 558 | { |
| 559 | - $this->stepsToUnlock = $stepsToUnlock; |
|
| 559 | + $this->stepsToUnlock = $stepsToUnlock; |
|
| 560 | 560 | } |
| 561 | 561 | public function getStepsToUnlock() |
| 562 | 562 | { |
| 563 | - return $this->stepsToUnlock; |
|
| 563 | + return $this->stepsToUnlock; |
|
| 564 | 564 | } |
| 565 | 565 | public function setToken($token) |
| 566 | 566 | { |
| 567 | - $this->token = $token; |
|
| 567 | + $this->token = $token; |
|
| 568 | 568 | } |
| 569 | 569 | public function getToken() |
| 570 | 570 | { |
| 571 | - return $this->token; |
|
| 571 | + return $this->token; |
|
| 572 | 572 | } |
| 573 | 573 | } |
| 574 | 574 | |
@@ -588,51 +588,51 @@ discard block |
||
| 588 | 588 | |
| 589 | 589 | public function setDescription(Google_Service_GamesConfiguration_LocalizedStringBundle $description) |
| 590 | 590 | { |
| 591 | - $this->description = $description; |
|
| 591 | + $this->description = $description; |
|
| 592 | 592 | } |
| 593 | 593 | public function getDescription() |
| 594 | 594 | { |
| 595 | - return $this->description; |
|
| 595 | + return $this->description; |
|
| 596 | 596 | } |
| 597 | 597 | public function setIconUrl($iconUrl) |
| 598 | 598 | { |
| 599 | - $this->iconUrl = $iconUrl; |
|
| 599 | + $this->iconUrl = $iconUrl; |
|
| 600 | 600 | } |
| 601 | 601 | public function getIconUrl() |
| 602 | 602 | { |
| 603 | - return $this->iconUrl; |
|
| 603 | + return $this->iconUrl; |
|
| 604 | 604 | } |
| 605 | 605 | public function setKind($kind) |
| 606 | 606 | { |
| 607 | - $this->kind = $kind; |
|
| 607 | + $this->kind = $kind; |
|
| 608 | 608 | } |
| 609 | 609 | public function getKind() |
| 610 | 610 | { |
| 611 | - return $this->kind; |
|
| 611 | + return $this->kind; |
|
| 612 | 612 | } |
| 613 | 613 | public function setName(Google_Service_GamesConfiguration_LocalizedStringBundle $name) |
| 614 | 614 | { |
| 615 | - $this->name = $name; |
|
| 615 | + $this->name = $name; |
|
| 616 | 616 | } |
| 617 | 617 | public function getName() |
| 618 | 618 | { |
| 619 | - return $this->name; |
|
| 619 | + return $this->name; |
|
| 620 | 620 | } |
| 621 | 621 | public function setPointValue($pointValue) |
| 622 | 622 | { |
| 623 | - $this->pointValue = $pointValue; |
|
| 623 | + $this->pointValue = $pointValue; |
|
| 624 | 624 | } |
| 625 | 625 | public function getPointValue() |
| 626 | 626 | { |
| 627 | - return $this->pointValue; |
|
| 627 | + return $this->pointValue; |
|
| 628 | 628 | } |
| 629 | 629 | public function setSortRank($sortRank) |
| 630 | 630 | { |
| 631 | - $this->sortRank = $sortRank; |
|
| 631 | + $this->sortRank = $sortRank; |
|
| 632 | 632 | } |
| 633 | 633 | public function getSortRank() |
| 634 | 634 | { |
| 635 | - return $this->sortRank; |
|
| 635 | + return $this->sortRank; |
|
| 636 | 636 | } |
| 637 | 637 | } |
| 638 | 638 | |
@@ -649,27 +649,27 @@ discard block |
||
| 649 | 649 | |
| 650 | 650 | public function setItems($items) |
| 651 | 651 | { |
| 652 | - $this->items = $items; |
|
| 652 | + $this->items = $items; |
|
| 653 | 653 | } |
| 654 | 654 | public function getItems() |
| 655 | 655 | { |
| 656 | - return $this->items; |
|
| 656 | + return $this->items; |
|
| 657 | 657 | } |
| 658 | 658 | public function setKind($kind) |
| 659 | 659 | { |
| 660 | - $this->kind = $kind; |
|
| 660 | + $this->kind = $kind; |
|
| 661 | 661 | } |
| 662 | 662 | public function getKind() |
| 663 | 663 | { |
| 664 | - return $this->kind; |
|
| 664 | + return $this->kind; |
|
| 665 | 665 | } |
| 666 | 666 | public function setNextPageToken($nextPageToken) |
| 667 | 667 | { |
| 668 | - $this->nextPageToken = $nextPageToken; |
|
| 668 | + $this->nextPageToken = $nextPageToken; |
|
| 669 | 669 | } |
| 670 | 670 | public function getNextPageToken() |
| 671 | 671 | { |
| 672 | - return $this->nextPageToken; |
|
| 672 | + return $this->nextPageToken; |
|
| 673 | 673 | } |
| 674 | 674 | } |
| 675 | 675 | |
@@ -693,51 +693,51 @@ discard block |
||
| 693 | 693 | |
| 694 | 694 | public function setFew(Google_Service_GamesConfiguration_LocalizedStringBundle $few) |
| 695 | 695 | { |
| 696 | - $this->few = $few; |
|
| 696 | + $this->few = $few; |
|
| 697 | 697 | } |
| 698 | 698 | public function getFew() |
| 699 | 699 | { |
| 700 | - return $this->few; |
|
| 700 | + return $this->few; |
|
| 701 | 701 | } |
| 702 | 702 | public function setMany(Google_Service_GamesConfiguration_LocalizedStringBundle $many) |
| 703 | 703 | { |
| 704 | - $this->many = $many; |
|
| 704 | + $this->many = $many; |
|
| 705 | 705 | } |
| 706 | 706 | public function getMany() |
| 707 | 707 | { |
| 708 | - return $this->many; |
|
| 708 | + return $this->many; |
|
| 709 | 709 | } |
| 710 | 710 | public function setOne(Google_Service_GamesConfiguration_LocalizedStringBundle $one) |
| 711 | 711 | { |
| 712 | - $this->one = $one; |
|
| 712 | + $this->one = $one; |
|
| 713 | 713 | } |
| 714 | 714 | public function getOne() |
| 715 | 715 | { |
| 716 | - return $this->one; |
|
| 716 | + return $this->one; |
|
| 717 | 717 | } |
| 718 | 718 | public function setOther(Google_Service_GamesConfiguration_LocalizedStringBundle $other) |
| 719 | 719 | { |
| 720 | - $this->other = $other; |
|
| 720 | + $this->other = $other; |
|
| 721 | 721 | } |
| 722 | 722 | public function getOther() |
| 723 | 723 | { |
| 724 | - return $this->other; |
|
| 724 | + return $this->other; |
|
| 725 | 725 | } |
| 726 | 726 | public function setTwo(Google_Service_GamesConfiguration_LocalizedStringBundle $two) |
| 727 | 727 | { |
| 728 | - $this->two = $two; |
|
| 728 | + $this->two = $two; |
|
| 729 | 729 | } |
| 730 | 730 | public function getTwo() |
| 731 | 731 | { |
| 732 | - return $this->two; |
|
| 732 | + return $this->two; |
|
| 733 | 733 | } |
| 734 | 734 | public function setZero(Google_Service_GamesConfiguration_LocalizedStringBundle $zero) |
| 735 | 735 | { |
| 736 | - $this->zero = $zero; |
|
| 736 | + $this->zero = $zero; |
|
| 737 | 737 | } |
| 738 | 738 | public function getZero() |
| 739 | 739 | { |
| 740 | - return $this->zero; |
|
| 740 | + return $this->zero; |
|
| 741 | 741 | } |
| 742 | 742 | } |
| 743 | 743 | |
@@ -754,35 +754,35 @@ discard block |
||
| 754 | 754 | |
| 755 | 755 | public function setCurrencyCode($currencyCode) |
| 756 | 756 | { |
| 757 | - $this->currencyCode = $currencyCode; |
|
| 757 | + $this->currencyCode = $currencyCode; |
|
| 758 | 758 | } |
| 759 | 759 | public function getCurrencyCode() |
| 760 | 760 | { |
| 761 | - return $this->currencyCode; |
|
| 761 | + return $this->currencyCode; |
|
| 762 | 762 | } |
| 763 | 763 | public function setNumDecimalPlaces($numDecimalPlaces) |
| 764 | 764 | { |
| 765 | - $this->numDecimalPlaces = $numDecimalPlaces; |
|
| 765 | + $this->numDecimalPlaces = $numDecimalPlaces; |
|
| 766 | 766 | } |
| 767 | 767 | public function getNumDecimalPlaces() |
| 768 | 768 | { |
| 769 | - return $this->numDecimalPlaces; |
|
| 769 | + return $this->numDecimalPlaces; |
|
| 770 | 770 | } |
| 771 | 771 | public function setNumberFormatType($numberFormatType) |
| 772 | 772 | { |
| 773 | - $this->numberFormatType = $numberFormatType; |
|
| 773 | + $this->numberFormatType = $numberFormatType; |
|
| 774 | 774 | } |
| 775 | 775 | public function getNumberFormatType() |
| 776 | 776 | { |
| 777 | - return $this->numberFormatType; |
|
| 777 | + return $this->numberFormatType; |
|
| 778 | 778 | } |
| 779 | 779 | public function setSuffix(Google_Service_GamesConfiguration_GamesNumberAffixConfiguration $suffix) |
| 780 | 780 | { |
| 781 | - $this->suffix = $suffix; |
|
| 781 | + $this->suffix = $suffix; |
|
| 782 | 782 | } |
| 783 | 783 | public function getSuffix() |
| 784 | 784 | { |
| 785 | - return $this->suffix; |
|
| 785 | + return $this->suffix; |
|
| 786 | 786 | } |
| 787 | 787 | } |
| 788 | 788 | |
@@ -798,35 +798,35 @@ discard block |
||
| 798 | 798 | |
| 799 | 799 | public function setImageType($imageType) |
| 800 | 800 | { |
| 801 | - $this->imageType = $imageType; |
|
| 801 | + $this->imageType = $imageType; |
|
| 802 | 802 | } |
| 803 | 803 | public function getImageType() |
| 804 | 804 | { |
| 805 | - return $this->imageType; |
|
| 805 | + return $this->imageType; |
|
| 806 | 806 | } |
| 807 | 807 | public function setKind($kind) |
| 808 | 808 | { |
| 809 | - $this->kind = $kind; |
|
| 809 | + $this->kind = $kind; |
|
| 810 | 810 | } |
| 811 | 811 | public function getKind() |
| 812 | 812 | { |
| 813 | - return $this->kind; |
|
| 813 | + return $this->kind; |
|
| 814 | 814 | } |
| 815 | 815 | public function setResourceId($resourceId) |
| 816 | 816 | { |
| 817 | - $this->resourceId = $resourceId; |
|
| 817 | + $this->resourceId = $resourceId; |
|
| 818 | 818 | } |
| 819 | 819 | public function getResourceId() |
| 820 | 820 | { |
| 821 | - return $this->resourceId; |
|
| 821 | + return $this->resourceId; |
|
| 822 | 822 | } |
| 823 | 823 | public function setUrl($url) |
| 824 | 824 | { |
| 825 | - $this->url = $url; |
|
| 825 | + $this->url = $url; |
|
| 826 | 826 | } |
| 827 | 827 | public function getUrl() |
| 828 | 828 | { |
| 829 | - return $this->url; |
|
| 829 | + return $this->url; |
|
| 830 | 830 | } |
| 831 | 831 | } |
| 832 | 832 | |
@@ -848,67 +848,67 @@ discard block |
||
| 848 | 848 | |
| 849 | 849 | public function setDraft(Google_Service_GamesConfiguration_LeaderboardConfigurationDetail $draft) |
| 850 | 850 | { |
| 851 | - $this->draft = $draft; |
|
| 851 | + $this->draft = $draft; |
|
| 852 | 852 | } |
| 853 | 853 | public function getDraft() |
| 854 | 854 | { |
| 855 | - return $this->draft; |
|
| 855 | + return $this->draft; |
|
| 856 | 856 | } |
| 857 | 857 | public function setId($id) |
| 858 | 858 | { |
| 859 | - $this->id = $id; |
|
| 859 | + $this->id = $id; |
|
| 860 | 860 | } |
| 861 | 861 | public function getId() |
| 862 | 862 | { |
| 863 | - return $this->id; |
|
| 863 | + return $this->id; |
|
| 864 | 864 | } |
| 865 | 865 | public function setKind($kind) |
| 866 | 866 | { |
| 867 | - $this->kind = $kind; |
|
| 867 | + $this->kind = $kind; |
|
| 868 | 868 | } |
| 869 | 869 | public function getKind() |
| 870 | 870 | { |
| 871 | - return $this->kind; |
|
| 871 | + return $this->kind; |
|
| 872 | 872 | } |
| 873 | 873 | public function setPublished(Google_Service_GamesConfiguration_LeaderboardConfigurationDetail $published) |
| 874 | 874 | { |
| 875 | - $this->published = $published; |
|
| 875 | + $this->published = $published; |
|
| 876 | 876 | } |
| 877 | 877 | public function getPublished() |
| 878 | 878 | { |
| 879 | - return $this->published; |
|
| 879 | + return $this->published; |
|
| 880 | 880 | } |
| 881 | 881 | public function setScoreMax($scoreMax) |
| 882 | 882 | { |
| 883 | - $this->scoreMax = $scoreMax; |
|
| 883 | + $this->scoreMax = $scoreMax; |
|
| 884 | 884 | } |
| 885 | 885 | public function getScoreMax() |
| 886 | 886 | { |
| 887 | - return $this->scoreMax; |
|
| 887 | + return $this->scoreMax; |
|
| 888 | 888 | } |
| 889 | 889 | public function setScoreMin($scoreMin) |
| 890 | 890 | { |
| 891 | - $this->scoreMin = $scoreMin; |
|
| 891 | + $this->scoreMin = $scoreMin; |
|
| 892 | 892 | } |
| 893 | 893 | public function getScoreMin() |
| 894 | 894 | { |
| 895 | - return $this->scoreMin; |
|
| 895 | + return $this->scoreMin; |
|
| 896 | 896 | } |
| 897 | 897 | public function setScoreOrder($scoreOrder) |
| 898 | 898 | { |
| 899 | - $this->scoreOrder = $scoreOrder; |
|
| 899 | + $this->scoreOrder = $scoreOrder; |
|
| 900 | 900 | } |
| 901 | 901 | public function getScoreOrder() |
| 902 | 902 | { |
| 903 | - return $this->scoreOrder; |
|
| 903 | + return $this->scoreOrder; |
|
| 904 | 904 | } |
| 905 | 905 | public function setToken($token) |
| 906 | 906 | { |
| 907 | - $this->token = $token; |
|
| 907 | + $this->token = $token; |
|
| 908 | 908 | } |
| 909 | 909 | public function getToken() |
| 910 | 910 | { |
| 911 | - return $this->token; |
|
| 911 | + return $this->token; |
|
| 912 | 912 | } |
| 913 | 913 | } |
| 914 | 914 | |
@@ -927,43 +927,43 @@ discard block |
||
| 927 | 927 | |
| 928 | 928 | public function setIconUrl($iconUrl) |
| 929 | 929 | { |
| 930 | - $this->iconUrl = $iconUrl; |
|
| 930 | + $this->iconUrl = $iconUrl; |
|
| 931 | 931 | } |
| 932 | 932 | public function getIconUrl() |
| 933 | 933 | { |
| 934 | - return $this->iconUrl; |
|
| 934 | + return $this->iconUrl; |
|
| 935 | 935 | } |
| 936 | 936 | public function setKind($kind) |
| 937 | 937 | { |
| 938 | - $this->kind = $kind; |
|
| 938 | + $this->kind = $kind; |
|
| 939 | 939 | } |
| 940 | 940 | public function getKind() |
| 941 | 941 | { |
| 942 | - return $this->kind; |
|
| 942 | + return $this->kind; |
|
| 943 | 943 | } |
| 944 | 944 | public function setName(Google_Service_GamesConfiguration_LocalizedStringBundle $name) |
| 945 | 945 | { |
| 946 | - $this->name = $name; |
|
| 946 | + $this->name = $name; |
|
| 947 | 947 | } |
| 948 | 948 | public function getName() |
| 949 | 949 | { |
| 950 | - return $this->name; |
|
| 950 | + return $this->name; |
|
| 951 | 951 | } |
| 952 | 952 | public function setScoreFormat(Google_Service_GamesConfiguration_GamesNumberFormatConfiguration $scoreFormat) |
| 953 | 953 | { |
| 954 | - $this->scoreFormat = $scoreFormat; |
|
| 954 | + $this->scoreFormat = $scoreFormat; |
|
| 955 | 955 | } |
| 956 | 956 | public function getScoreFormat() |
| 957 | 957 | { |
| 958 | - return $this->scoreFormat; |
|
| 958 | + return $this->scoreFormat; |
|
| 959 | 959 | } |
| 960 | 960 | public function setSortRank($sortRank) |
| 961 | 961 | { |
| 962 | - $this->sortRank = $sortRank; |
|
| 962 | + $this->sortRank = $sortRank; |
|
| 963 | 963 | } |
| 964 | 964 | public function getSortRank() |
| 965 | 965 | { |
| 966 | - return $this->sortRank; |
|
| 966 | + return $this->sortRank; |
|
| 967 | 967 | } |
| 968 | 968 | } |
| 969 | 969 | |
@@ -980,27 +980,27 @@ discard block |
||
| 980 | 980 | |
| 981 | 981 | public function setItems($items) |
| 982 | 982 | { |
| 983 | - $this->items = $items; |
|
| 983 | + $this->items = $items; |
|
| 984 | 984 | } |
| 985 | 985 | public function getItems() |
| 986 | 986 | { |
| 987 | - return $this->items; |
|
| 987 | + return $this->items; |
|
| 988 | 988 | } |
| 989 | 989 | public function setKind($kind) |
| 990 | 990 | { |
| 991 | - $this->kind = $kind; |
|
| 991 | + $this->kind = $kind; |
|
| 992 | 992 | } |
| 993 | 993 | public function getKind() |
| 994 | 994 | { |
| 995 | - return $this->kind; |
|
| 995 | + return $this->kind; |
|
| 996 | 996 | } |
| 997 | 997 | public function setNextPageToken($nextPageToken) |
| 998 | 998 | { |
| 999 | - $this->nextPageToken = $nextPageToken; |
|
| 999 | + $this->nextPageToken = $nextPageToken; |
|
| 1000 | 1000 | } |
| 1001 | 1001 | public function getNextPageToken() |
| 1002 | 1002 | { |
| 1003 | - return $this->nextPageToken; |
|
| 1003 | + return $this->nextPageToken; |
|
| 1004 | 1004 | } |
| 1005 | 1005 | } |
| 1006 | 1006 | |
@@ -1015,27 +1015,27 @@ discard block |
||
| 1015 | 1015 | |
| 1016 | 1016 | public function setKind($kind) |
| 1017 | 1017 | { |
| 1018 | - $this->kind = $kind; |
|
| 1018 | + $this->kind = $kind; |
|
| 1019 | 1019 | } |
| 1020 | 1020 | public function getKind() |
| 1021 | 1021 | { |
| 1022 | - return $this->kind; |
|
| 1022 | + return $this->kind; |
|
| 1023 | 1023 | } |
| 1024 | 1024 | public function setLocale($locale) |
| 1025 | 1025 | { |
| 1026 | - $this->locale = $locale; |
|
| 1026 | + $this->locale = $locale; |
|
| 1027 | 1027 | } |
| 1028 | 1028 | public function getLocale() |
| 1029 | 1029 | { |
| 1030 | - return $this->locale; |
|
| 1030 | + return $this->locale; |
|
| 1031 | 1031 | } |
| 1032 | 1032 | public function setValue($value) |
| 1033 | 1033 | { |
| 1034 | - $this->value = $value; |
|
| 1034 | + $this->value = $value; |
|
| 1035 | 1035 | } |
| 1036 | 1036 | public function getValue() |
| 1037 | 1037 | { |
| 1038 | - return $this->value; |
|
| 1038 | + return $this->value; |
|
| 1039 | 1039 | } |
| 1040 | 1040 | } |
| 1041 | 1041 | |
@@ -1051,18 +1051,18 @@ discard block |
||
| 1051 | 1051 | |
| 1052 | 1052 | public function setKind($kind) |
| 1053 | 1053 | { |
| 1054 | - $this->kind = $kind; |
|
| 1054 | + $this->kind = $kind; |
|
| 1055 | 1055 | } |
| 1056 | 1056 | public function getKind() |
| 1057 | 1057 | { |
| 1058 | - return $this->kind; |
|
| 1058 | + return $this->kind; |
|
| 1059 | 1059 | } |
| 1060 | 1060 | public function setTranslations($translations) |
| 1061 | 1061 | { |
| 1062 | - $this->translations = $translations; |
|
| 1062 | + $this->translations = $translations; |
|
| 1063 | 1063 | } |
| 1064 | 1064 | public function getTranslations() |
| 1065 | 1065 | { |
| 1066 | - return $this->translations; |
|
| 1066 | + return $this->translations; |
|
| 1067 | 1067 | } |
| 1068 | 1068 | } |
@@ -68,7 +68,7 @@ discard block |
||
| 68 | 68 | 'required' => true, |
| 69 | 69 | ), |
| 70 | 70 | ), |
| 71 | - ),'get' => array( |
|
| 71 | + ), 'get' => array( |
|
| 72 | 72 | 'path' => 'achievements/{achievementId}', |
| 73 | 73 | 'httpMethod' => 'GET', |
| 74 | 74 | 'parameters' => array( |
@@ -78,7 +78,7 @@ discard block |
||
| 78 | 78 | 'required' => true, |
| 79 | 79 | ), |
| 80 | 80 | ), |
| 81 | - ),'insert' => array( |
|
| 81 | + ), 'insert' => array( |
|
| 82 | 82 | 'path' => 'applications/{applicationId}/achievements', |
| 83 | 83 | 'httpMethod' => 'POST', |
| 84 | 84 | 'parameters' => array( |
@@ -88,7 +88,7 @@ discard block |
||
| 88 | 88 | 'required' => true, |
| 89 | 89 | ), |
| 90 | 90 | ), |
| 91 | - ),'list' => array( |
|
| 91 | + ), 'list' => array( |
|
| 92 | 92 | 'path' => 'applications/{applicationId}/achievements', |
| 93 | 93 | 'httpMethod' => 'GET', |
| 94 | 94 | 'parameters' => array( |
@@ -106,7 +106,7 @@ discard block |
||
| 106 | 106 | 'type' => 'integer', |
| 107 | 107 | ), |
| 108 | 108 | ), |
| 109 | - ),'patch' => array( |
|
| 109 | + ), 'patch' => array( |
|
| 110 | 110 | 'path' => 'achievements/{achievementId}', |
| 111 | 111 | 'httpMethod' => 'PATCH', |
| 112 | 112 | 'parameters' => array( |
@@ -116,7 +116,7 @@ discard block |
||
| 116 | 116 | 'required' => true, |
| 117 | 117 | ), |
| 118 | 118 | ), |
| 119 | - ),'update' => array( |
|
| 119 | + ), 'update' => array( |
|
| 120 | 120 | 'path' => 'achievements/{achievementId}', |
| 121 | 121 | 'httpMethod' => 'PUT', |
| 122 | 122 | 'parameters' => array( |
@@ -171,7 +171,7 @@ discard block |
||
| 171 | 171 | 'required' => true, |
| 172 | 172 | ), |
| 173 | 173 | ), |
| 174 | - ),'get' => array( |
|
| 174 | + ), 'get' => array( |
|
| 175 | 175 | 'path' => 'leaderboards/{leaderboardId}', |
| 176 | 176 | 'httpMethod' => 'GET', |
| 177 | 177 | 'parameters' => array( |
@@ -181,7 +181,7 @@ discard block |
||
| 181 | 181 | 'required' => true, |
| 182 | 182 | ), |
| 183 | 183 | ), |
| 184 | - ),'insert' => array( |
|
| 184 | + ), 'insert' => array( |
|
| 185 | 185 | 'path' => 'applications/{applicationId}/leaderboards', |
| 186 | 186 | 'httpMethod' => 'POST', |
| 187 | 187 | 'parameters' => array( |
@@ -191,7 +191,7 @@ discard block |
||
| 191 | 191 | 'required' => true, |
| 192 | 192 | ), |
| 193 | 193 | ), |
| 194 | - ),'list' => array( |
|
| 194 | + ), 'list' => array( |
|
| 195 | 195 | 'path' => 'applications/{applicationId}/leaderboards', |
| 196 | 196 | 'httpMethod' => 'GET', |
| 197 | 197 | 'parameters' => array( |
@@ -209,7 +209,7 @@ discard block |
||
| 209 | 209 | 'type' => 'integer', |
| 210 | 210 | ), |
| 211 | 211 | ), |
| 212 | - ),'patch' => array( |
|
| 212 | + ), 'patch' => array( |
|
| 213 | 213 | 'path' => 'leaderboards/{leaderboardId}', |
| 214 | 214 | 'httpMethod' => 'PATCH', |
| 215 | 215 | 'parameters' => array( |
@@ -219,7 +219,7 @@ discard block |
||
| 219 | 219 | 'required' => true, |
| 220 | 220 | ), |
| 221 | 221 | ), |
| 222 | - ),'update' => array( |
|
| 222 | + ), 'update' => array( |
|
| 223 | 223 | 'path' => 'leaderboards/{leaderboardId}', |
| 224 | 224 | 'httpMethod' => 'PUT', |
| 225 | 225 | 'parameters' => array( |
@@ -412,7 +412,7 @@ discard block |
||
| 412 | 412 | * available to user accounts for your developer console. Only draft |
| 413 | 413 | * achievements may be reset. (achievements.resetMultipleForAllPlayers) |
| 414 | 414 | * |
| 415 | - * @param Google_AchievementResetMultipleForAllRequest $postBody |
|
| 415 | + * @param Google_Service_GamesManagement_AchievementResetMultipleForAllRequest $postBody |
|
| 416 | 416 | * @param array $optParams Optional parameters. |
| 417 | 417 | */ |
| 418 | 418 | public function resetMultipleForAllPlayers(Google_Service_GamesManagement_AchievementResetMultipleForAllRequest $postBody, $optParams = array()) |
@@ -535,7 +535,7 @@ discard block |
||
| 535 | 535 | * be reset. All quests that use any of the events will also be reset. |
| 536 | 536 | * (events.resetMultipleForAllPlayers) |
| 537 | 537 | * |
| 538 | - * @param Google_EventsResetMultipleForAllRequest $postBody |
|
| 538 | + * @param Google_Service_GamesManagement_EventsResetMultipleForAllRequest $postBody |
|
| 539 | 539 | * @param array $optParams Optional parameters. |
| 540 | 540 | */ |
| 541 | 541 | public function resetMultipleForAllPlayers(Google_Service_GamesManagement_EventsResetMultipleForAllRequest $postBody, $optParams = array()) |
@@ -667,7 +667,7 @@ discard block |
||
| 667 | 667 | * available to user accounts for your developer console. Only draft quests may |
| 668 | 668 | * be reset. (quests.resetMultipleForAllPlayers) |
| 669 | 669 | * |
| 670 | - * @param Google_QuestsResetMultipleForAllRequest $postBody |
|
| 670 | + * @param Google_Service_GamesManagement_QuestsResetMultipleForAllRequest $postBody |
|
| 671 | 671 | * @param array $optParams Optional parameters. |
| 672 | 672 | */ |
| 673 | 673 | public function resetMultipleForAllPlayers(Google_Service_GamesManagement_QuestsResetMultipleForAllRequest $postBody, $optParams = array()) |
@@ -794,7 +794,7 @@ discard block |
||
| 794 | 794 | * method is only available to user accounts for your developer console. Only |
| 795 | 795 | * draft leaderboards may be reset. (scores.resetMultipleForAllPlayers) |
| 796 | 796 | * |
| 797 | - * @param Google_ScoresResetMultipleForAllRequest $postBody |
|
| 797 | + * @param Google_Service_GamesManagement_ScoresResetMultipleForAllRequest $postBody |
|
| 798 | 798 | * @param array $optParams Optional parameters. |
| 799 | 799 | */ |
| 800 | 800 | public function resetMultipleForAllPlayers(Google_Service_GamesManagement_ScoresResetMultipleForAllRequest $postBody, $optParams = array()) |
@@ -32,10 +32,10 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** Share your Google+ profile information and view and manage your game activity. */ |
| 34 | 34 | const GAMES = |
| 35 | - "https://www.googleapis.com/auth/games"; |
|
| 35 | + "https://www.googleapis.com/auth/games"; |
|
| 36 | 36 | /** Know your basic profile info and list of people in your circles.. */ |
| 37 | 37 | const PLUS_LOGIN = |
| 38 | - "https://www.googleapis.com/auth/plus.login"; |
|
| 38 | + "https://www.googleapis.com/auth/plus.login"; |
|
| 39 | 39 | |
| 40 | 40 | public $achievements; |
| 41 | 41 | public $applications; |
@@ -54,284 +54,284 @@ discard block |
||
| 54 | 54 | */ |
| 55 | 55 | public function __construct(Google_Client $client) |
| 56 | 56 | { |
| 57 | - parent::__construct($client); |
|
| 58 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 59 | - $this->servicePath = 'games/v1management/'; |
|
| 60 | - $this->version = 'v1management'; |
|
| 61 | - $this->serviceName = 'gamesManagement'; |
|
| 62 | - |
|
| 63 | - $this->achievements = new Google_Service_GamesManagement_Achievements_Resource( |
|
| 64 | - $this, |
|
| 65 | - $this->serviceName, |
|
| 66 | - 'achievements', |
|
| 67 | - array( |
|
| 68 | - 'methods' => array( |
|
| 69 | - 'reset' => array( |
|
| 70 | - 'path' => 'achievements/{achievementId}/reset', |
|
| 71 | - 'httpMethod' => 'POST', |
|
| 72 | - 'parameters' => array( |
|
| 73 | - 'achievementId' => array( |
|
| 74 | - 'location' => 'path', |
|
| 75 | - 'type' => 'string', |
|
| 76 | - 'required' => true, |
|
| 77 | - ), |
|
| 78 | - ), |
|
| 79 | - ),'resetAll' => array( |
|
| 80 | - 'path' => 'achievements/reset', |
|
| 81 | - 'httpMethod' => 'POST', |
|
| 82 | - 'parameters' => array(), |
|
| 83 | - ),'resetAllForAllPlayers' => array( |
|
| 84 | - 'path' => 'achievements/resetAllForAllPlayers', |
|
| 85 | - 'httpMethod' => 'POST', |
|
| 86 | - 'parameters' => array(), |
|
| 87 | - ),'resetForAllPlayers' => array( |
|
| 88 | - 'path' => 'achievements/{achievementId}/resetForAllPlayers', |
|
| 89 | - 'httpMethod' => 'POST', |
|
| 90 | - 'parameters' => array( |
|
| 91 | - 'achievementId' => array( |
|
| 92 | - 'location' => 'path', |
|
| 93 | - 'type' => 'string', |
|
| 94 | - 'required' => true, |
|
| 95 | - ), |
|
| 96 | - ), |
|
| 97 | - ),'resetMultipleForAllPlayers' => array( |
|
| 98 | - 'path' => 'achievements/resetMultipleForAllPlayers', |
|
| 99 | - 'httpMethod' => 'POST', |
|
| 100 | - 'parameters' => array(), |
|
| 101 | - ), |
|
| 102 | - ) |
|
| 103 | - ) |
|
| 104 | - ); |
|
| 105 | - $this->applications = new Google_Service_GamesManagement_Applications_Resource( |
|
| 106 | - $this, |
|
| 107 | - $this->serviceName, |
|
| 108 | - 'applications', |
|
| 109 | - array( |
|
| 110 | - 'methods' => array( |
|
| 111 | - 'listHidden' => array( |
|
| 112 | - 'path' => 'applications/{applicationId}/players/hidden', |
|
| 113 | - 'httpMethod' => 'GET', |
|
| 114 | - 'parameters' => array( |
|
| 115 | - 'applicationId' => array( |
|
| 116 | - 'location' => 'path', |
|
| 117 | - 'type' => 'string', |
|
| 118 | - 'required' => true, |
|
| 119 | - ), |
|
| 120 | - 'pageToken' => array( |
|
| 121 | - 'location' => 'query', |
|
| 122 | - 'type' => 'string', |
|
| 123 | - ), |
|
| 124 | - 'maxResults' => array( |
|
| 125 | - 'location' => 'query', |
|
| 126 | - 'type' => 'integer', |
|
| 127 | - ), |
|
| 128 | - ), |
|
| 129 | - ), |
|
| 130 | - ) |
|
| 131 | - ) |
|
| 132 | - ); |
|
| 133 | - $this->events = new Google_Service_GamesManagement_Events_Resource( |
|
| 134 | - $this, |
|
| 135 | - $this->serviceName, |
|
| 136 | - 'events', |
|
| 137 | - array( |
|
| 138 | - 'methods' => array( |
|
| 139 | - 'reset' => array( |
|
| 140 | - 'path' => 'events/{eventId}/reset', |
|
| 141 | - 'httpMethod' => 'POST', |
|
| 142 | - 'parameters' => array( |
|
| 143 | - 'eventId' => array( |
|
| 144 | - 'location' => 'path', |
|
| 145 | - 'type' => 'string', |
|
| 146 | - 'required' => true, |
|
| 147 | - ), |
|
| 148 | - ), |
|
| 149 | - ),'resetAll' => array( |
|
| 150 | - 'path' => 'events/reset', |
|
| 151 | - 'httpMethod' => 'POST', |
|
| 152 | - 'parameters' => array(), |
|
| 153 | - ),'resetAllForAllPlayers' => array( |
|
| 154 | - 'path' => 'events/resetAllForAllPlayers', |
|
| 155 | - 'httpMethod' => 'POST', |
|
| 156 | - 'parameters' => array(), |
|
| 157 | - ),'resetForAllPlayers' => array( |
|
| 158 | - 'path' => 'events/{eventId}/resetForAllPlayers', |
|
| 159 | - 'httpMethod' => 'POST', |
|
| 160 | - 'parameters' => array( |
|
| 161 | - 'eventId' => array( |
|
| 162 | - 'location' => 'path', |
|
| 163 | - 'type' => 'string', |
|
| 164 | - 'required' => true, |
|
| 165 | - ), |
|
| 166 | - ), |
|
| 167 | - ),'resetMultipleForAllPlayers' => array( |
|
| 168 | - 'path' => 'events/resetMultipleForAllPlayers', |
|
| 169 | - 'httpMethod' => 'POST', |
|
| 170 | - 'parameters' => array(), |
|
| 171 | - ), |
|
| 172 | - ) |
|
| 173 | - ) |
|
| 174 | - ); |
|
| 175 | - $this->players = new Google_Service_GamesManagement_Players_Resource( |
|
| 176 | - $this, |
|
| 177 | - $this->serviceName, |
|
| 178 | - 'players', |
|
| 179 | - array( |
|
| 180 | - 'methods' => array( |
|
| 181 | - 'hide' => array( |
|
| 182 | - 'path' => 'applications/{applicationId}/players/hidden/{playerId}', |
|
| 183 | - 'httpMethod' => 'POST', |
|
| 184 | - 'parameters' => array( |
|
| 185 | - 'applicationId' => array( |
|
| 186 | - 'location' => 'path', |
|
| 187 | - 'type' => 'string', |
|
| 188 | - 'required' => true, |
|
| 189 | - ), |
|
| 190 | - 'playerId' => array( |
|
| 191 | - 'location' => 'path', |
|
| 192 | - 'type' => 'string', |
|
| 193 | - 'required' => true, |
|
| 194 | - ), |
|
| 195 | - ), |
|
| 196 | - ),'unhide' => array( |
|
| 197 | - 'path' => 'applications/{applicationId}/players/hidden/{playerId}', |
|
| 198 | - 'httpMethod' => 'DELETE', |
|
| 199 | - 'parameters' => array( |
|
| 200 | - 'applicationId' => array( |
|
| 201 | - 'location' => 'path', |
|
| 202 | - 'type' => 'string', |
|
| 203 | - 'required' => true, |
|
| 204 | - ), |
|
| 205 | - 'playerId' => array( |
|
| 206 | - 'location' => 'path', |
|
| 207 | - 'type' => 'string', |
|
| 208 | - 'required' => true, |
|
| 209 | - ), |
|
| 210 | - ), |
|
| 211 | - ), |
|
| 212 | - ) |
|
| 213 | - ) |
|
| 214 | - ); |
|
| 215 | - $this->quests = new Google_Service_GamesManagement_Quests_Resource( |
|
| 216 | - $this, |
|
| 217 | - $this->serviceName, |
|
| 218 | - 'quests', |
|
| 219 | - array( |
|
| 220 | - 'methods' => array( |
|
| 221 | - 'reset' => array( |
|
| 222 | - 'path' => 'quests/{questId}/reset', |
|
| 223 | - 'httpMethod' => 'POST', |
|
| 224 | - 'parameters' => array( |
|
| 225 | - 'questId' => array( |
|
| 226 | - 'location' => 'path', |
|
| 227 | - 'type' => 'string', |
|
| 228 | - 'required' => true, |
|
| 229 | - ), |
|
| 230 | - ), |
|
| 231 | - ),'resetAll' => array( |
|
| 232 | - 'path' => 'quests/reset', |
|
| 233 | - 'httpMethod' => 'POST', |
|
| 234 | - 'parameters' => array(), |
|
| 235 | - ),'resetAllForAllPlayers' => array( |
|
| 236 | - 'path' => 'quests/resetAllForAllPlayers', |
|
| 237 | - 'httpMethod' => 'POST', |
|
| 238 | - 'parameters' => array(), |
|
| 239 | - ),'resetForAllPlayers' => array( |
|
| 240 | - 'path' => 'quests/{questId}/resetForAllPlayers', |
|
| 241 | - 'httpMethod' => 'POST', |
|
| 242 | - 'parameters' => array( |
|
| 243 | - 'questId' => array( |
|
| 244 | - 'location' => 'path', |
|
| 245 | - 'type' => 'string', |
|
| 246 | - 'required' => true, |
|
| 247 | - ), |
|
| 248 | - ), |
|
| 249 | - ),'resetMultipleForAllPlayers' => array( |
|
| 250 | - 'path' => 'quests/resetMultipleForAllPlayers', |
|
| 251 | - 'httpMethod' => 'POST', |
|
| 252 | - 'parameters' => array(), |
|
| 253 | - ), |
|
| 254 | - ) |
|
| 255 | - ) |
|
| 256 | - ); |
|
| 257 | - $this->rooms = new Google_Service_GamesManagement_Rooms_Resource( |
|
| 258 | - $this, |
|
| 259 | - $this->serviceName, |
|
| 260 | - 'rooms', |
|
| 261 | - array( |
|
| 262 | - 'methods' => array( |
|
| 263 | - 'reset' => array( |
|
| 264 | - 'path' => 'rooms/reset', |
|
| 265 | - 'httpMethod' => 'POST', |
|
| 266 | - 'parameters' => array(), |
|
| 267 | - ),'resetForAllPlayers' => array( |
|
| 268 | - 'path' => 'rooms/resetForAllPlayers', |
|
| 269 | - 'httpMethod' => 'POST', |
|
| 270 | - 'parameters' => array(), |
|
| 271 | - ), |
|
| 272 | - ) |
|
| 273 | - ) |
|
| 274 | - ); |
|
| 275 | - $this->scores = new Google_Service_GamesManagement_Scores_Resource( |
|
| 276 | - $this, |
|
| 277 | - $this->serviceName, |
|
| 278 | - 'scores', |
|
| 279 | - array( |
|
| 280 | - 'methods' => array( |
|
| 281 | - 'reset' => array( |
|
| 282 | - 'path' => 'leaderboards/{leaderboardId}/scores/reset', |
|
| 283 | - 'httpMethod' => 'POST', |
|
| 284 | - 'parameters' => array( |
|
| 285 | - 'leaderboardId' => array( |
|
| 286 | - 'location' => 'path', |
|
| 287 | - 'type' => 'string', |
|
| 288 | - 'required' => true, |
|
| 289 | - ), |
|
| 290 | - ), |
|
| 291 | - ),'resetAll' => array( |
|
| 292 | - 'path' => 'scores/reset', |
|
| 293 | - 'httpMethod' => 'POST', |
|
| 294 | - 'parameters' => array(), |
|
| 295 | - ),'resetAllForAllPlayers' => array( |
|
| 296 | - 'path' => 'scores/resetAllForAllPlayers', |
|
| 297 | - 'httpMethod' => 'POST', |
|
| 298 | - 'parameters' => array(), |
|
| 299 | - ),'resetForAllPlayers' => array( |
|
| 300 | - 'path' => 'leaderboards/{leaderboardId}/scores/resetForAllPlayers', |
|
| 301 | - 'httpMethod' => 'POST', |
|
| 302 | - 'parameters' => array( |
|
| 303 | - 'leaderboardId' => array( |
|
| 304 | - 'location' => 'path', |
|
| 305 | - 'type' => 'string', |
|
| 306 | - 'required' => true, |
|
| 307 | - ), |
|
| 308 | - ), |
|
| 309 | - ),'resetMultipleForAllPlayers' => array( |
|
| 310 | - 'path' => 'scores/resetMultipleForAllPlayers', |
|
| 311 | - 'httpMethod' => 'POST', |
|
| 312 | - 'parameters' => array(), |
|
| 313 | - ), |
|
| 314 | - ) |
|
| 315 | - ) |
|
| 316 | - ); |
|
| 317 | - $this->turnBasedMatches = new Google_Service_GamesManagement_TurnBasedMatches_Resource( |
|
| 318 | - $this, |
|
| 319 | - $this->serviceName, |
|
| 320 | - 'turnBasedMatches', |
|
| 321 | - array( |
|
| 322 | - 'methods' => array( |
|
| 323 | - 'reset' => array( |
|
| 324 | - 'path' => 'turnbasedmatches/reset', |
|
| 325 | - 'httpMethod' => 'POST', |
|
| 326 | - 'parameters' => array(), |
|
| 327 | - ),'resetForAllPlayers' => array( |
|
| 328 | - 'path' => 'turnbasedmatches/resetForAllPlayers', |
|
| 329 | - 'httpMethod' => 'POST', |
|
| 330 | - 'parameters' => array(), |
|
| 331 | - ), |
|
| 332 | - ) |
|
| 333 | - ) |
|
| 334 | - ); |
|
| 57 | + parent::__construct($client); |
|
| 58 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 59 | + $this->servicePath = 'games/v1management/'; |
|
| 60 | + $this->version = 'v1management'; |
|
| 61 | + $this->serviceName = 'gamesManagement'; |
|
| 62 | + |
|
| 63 | + $this->achievements = new Google_Service_GamesManagement_Achievements_Resource( |
|
| 64 | + $this, |
|
| 65 | + $this->serviceName, |
|
| 66 | + 'achievements', |
|
| 67 | + array( |
|
| 68 | + 'methods' => array( |
|
| 69 | + 'reset' => array( |
|
| 70 | + 'path' => 'achievements/{achievementId}/reset', |
|
| 71 | + 'httpMethod' => 'POST', |
|
| 72 | + 'parameters' => array( |
|
| 73 | + 'achievementId' => array( |
|
| 74 | + 'location' => 'path', |
|
| 75 | + 'type' => 'string', |
|
| 76 | + 'required' => true, |
|
| 77 | + ), |
|
| 78 | + ), |
|
| 79 | + ),'resetAll' => array( |
|
| 80 | + 'path' => 'achievements/reset', |
|
| 81 | + 'httpMethod' => 'POST', |
|
| 82 | + 'parameters' => array(), |
|
| 83 | + ),'resetAllForAllPlayers' => array( |
|
| 84 | + 'path' => 'achievements/resetAllForAllPlayers', |
|
| 85 | + 'httpMethod' => 'POST', |
|
| 86 | + 'parameters' => array(), |
|
| 87 | + ),'resetForAllPlayers' => array( |
|
| 88 | + 'path' => 'achievements/{achievementId}/resetForAllPlayers', |
|
| 89 | + 'httpMethod' => 'POST', |
|
| 90 | + 'parameters' => array( |
|
| 91 | + 'achievementId' => array( |
|
| 92 | + 'location' => 'path', |
|
| 93 | + 'type' => 'string', |
|
| 94 | + 'required' => true, |
|
| 95 | + ), |
|
| 96 | + ), |
|
| 97 | + ),'resetMultipleForAllPlayers' => array( |
|
| 98 | + 'path' => 'achievements/resetMultipleForAllPlayers', |
|
| 99 | + 'httpMethod' => 'POST', |
|
| 100 | + 'parameters' => array(), |
|
| 101 | + ), |
|
| 102 | + ) |
|
| 103 | + ) |
|
| 104 | + ); |
|
| 105 | + $this->applications = new Google_Service_GamesManagement_Applications_Resource( |
|
| 106 | + $this, |
|
| 107 | + $this->serviceName, |
|
| 108 | + 'applications', |
|
| 109 | + array( |
|
| 110 | + 'methods' => array( |
|
| 111 | + 'listHidden' => array( |
|
| 112 | + 'path' => 'applications/{applicationId}/players/hidden', |
|
| 113 | + 'httpMethod' => 'GET', |
|
| 114 | + 'parameters' => array( |
|
| 115 | + 'applicationId' => array( |
|
| 116 | + 'location' => 'path', |
|
| 117 | + 'type' => 'string', |
|
| 118 | + 'required' => true, |
|
| 119 | + ), |
|
| 120 | + 'pageToken' => array( |
|
| 121 | + 'location' => 'query', |
|
| 122 | + 'type' => 'string', |
|
| 123 | + ), |
|
| 124 | + 'maxResults' => array( |
|
| 125 | + 'location' => 'query', |
|
| 126 | + 'type' => 'integer', |
|
| 127 | + ), |
|
| 128 | + ), |
|
| 129 | + ), |
|
| 130 | + ) |
|
| 131 | + ) |
|
| 132 | + ); |
|
| 133 | + $this->events = new Google_Service_GamesManagement_Events_Resource( |
|
| 134 | + $this, |
|
| 135 | + $this->serviceName, |
|
| 136 | + 'events', |
|
| 137 | + array( |
|
| 138 | + 'methods' => array( |
|
| 139 | + 'reset' => array( |
|
| 140 | + 'path' => 'events/{eventId}/reset', |
|
| 141 | + 'httpMethod' => 'POST', |
|
| 142 | + 'parameters' => array( |
|
| 143 | + 'eventId' => array( |
|
| 144 | + 'location' => 'path', |
|
| 145 | + 'type' => 'string', |
|
| 146 | + 'required' => true, |
|
| 147 | + ), |
|
| 148 | + ), |
|
| 149 | + ),'resetAll' => array( |
|
| 150 | + 'path' => 'events/reset', |
|
| 151 | + 'httpMethod' => 'POST', |
|
| 152 | + 'parameters' => array(), |
|
| 153 | + ),'resetAllForAllPlayers' => array( |
|
| 154 | + 'path' => 'events/resetAllForAllPlayers', |
|
| 155 | + 'httpMethod' => 'POST', |
|
| 156 | + 'parameters' => array(), |
|
| 157 | + ),'resetForAllPlayers' => array( |
|
| 158 | + 'path' => 'events/{eventId}/resetForAllPlayers', |
|
| 159 | + 'httpMethod' => 'POST', |
|
| 160 | + 'parameters' => array( |
|
| 161 | + 'eventId' => array( |
|
| 162 | + 'location' => 'path', |
|
| 163 | + 'type' => 'string', |
|
| 164 | + 'required' => true, |
|
| 165 | + ), |
|
| 166 | + ), |
|
| 167 | + ),'resetMultipleForAllPlayers' => array( |
|
| 168 | + 'path' => 'events/resetMultipleForAllPlayers', |
|
| 169 | + 'httpMethod' => 'POST', |
|
| 170 | + 'parameters' => array(), |
|
| 171 | + ), |
|
| 172 | + ) |
|
| 173 | + ) |
|
| 174 | + ); |
|
| 175 | + $this->players = new Google_Service_GamesManagement_Players_Resource( |
|
| 176 | + $this, |
|
| 177 | + $this->serviceName, |
|
| 178 | + 'players', |
|
| 179 | + array( |
|
| 180 | + 'methods' => array( |
|
| 181 | + 'hide' => array( |
|
| 182 | + 'path' => 'applications/{applicationId}/players/hidden/{playerId}', |
|
| 183 | + 'httpMethod' => 'POST', |
|
| 184 | + 'parameters' => array( |
|
| 185 | + 'applicationId' => array( |
|
| 186 | + 'location' => 'path', |
|
| 187 | + 'type' => 'string', |
|
| 188 | + 'required' => true, |
|
| 189 | + ), |
|
| 190 | + 'playerId' => array( |
|
| 191 | + 'location' => 'path', |
|
| 192 | + 'type' => 'string', |
|
| 193 | + 'required' => true, |
|
| 194 | + ), |
|
| 195 | + ), |
|
| 196 | + ),'unhide' => array( |
|
| 197 | + 'path' => 'applications/{applicationId}/players/hidden/{playerId}', |
|
| 198 | + 'httpMethod' => 'DELETE', |
|
| 199 | + 'parameters' => array( |
|
| 200 | + 'applicationId' => array( |
|
| 201 | + 'location' => 'path', |
|
| 202 | + 'type' => 'string', |
|
| 203 | + 'required' => true, |
|
| 204 | + ), |
|
| 205 | + 'playerId' => array( |
|
| 206 | + 'location' => 'path', |
|
| 207 | + 'type' => 'string', |
|
| 208 | + 'required' => true, |
|
| 209 | + ), |
|
| 210 | + ), |
|
| 211 | + ), |
|
| 212 | + ) |
|
| 213 | + ) |
|
| 214 | + ); |
|
| 215 | + $this->quests = new Google_Service_GamesManagement_Quests_Resource( |
|
| 216 | + $this, |
|
| 217 | + $this->serviceName, |
|
| 218 | + 'quests', |
|
| 219 | + array( |
|
| 220 | + 'methods' => array( |
|
| 221 | + 'reset' => array( |
|
| 222 | + 'path' => 'quests/{questId}/reset', |
|
| 223 | + 'httpMethod' => 'POST', |
|
| 224 | + 'parameters' => array( |
|
| 225 | + 'questId' => array( |
|
| 226 | + 'location' => 'path', |
|
| 227 | + 'type' => 'string', |
|
| 228 | + 'required' => true, |
|
| 229 | + ), |
|
| 230 | + ), |
|
| 231 | + ),'resetAll' => array( |
|
| 232 | + 'path' => 'quests/reset', |
|
| 233 | + 'httpMethod' => 'POST', |
|
| 234 | + 'parameters' => array(), |
|
| 235 | + ),'resetAllForAllPlayers' => array( |
|
| 236 | + 'path' => 'quests/resetAllForAllPlayers', |
|
| 237 | + 'httpMethod' => 'POST', |
|
| 238 | + 'parameters' => array(), |
|
| 239 | + ),'resetForAllPlayers' => array( |
|
| 240 | + 'path' => 'quests/{questId}/resetForAllPlayers', |
|
| 241 | + 'httpMethod' => 'POST', |
|
| 242 | + 'parameters' => array( |
|
| 243 | + 'questId' => array( |
|
| 244 | + 'location' => 'path', |
|
| 245 | + 'type' => 'string', |
|
| 246 | + 'required' => true, |
|
| 247 | + ), |
|
| 248 | + ), |
|
| 249 | + ),'resetMultipleForAllPlayers' => array( |
|
| 250 | + 'path' => 'quests/resetMultipleForAllPlayers', |
|
| 251 | + 'httpMethod' => 'POST', |
|
| 252 | + 'parameters' => array(), |
|
| 253 | + ), |
|
| 254 | + ) |
|
| 255 | + ) |
|
| 256 | + ); |
|
| 257 | + $this->rooms = new Google_Service_GamesManagement_Rooms_Resource( |
|
| 258 | + $this, |
|
| 259 | + $this->serviceName, |
|
| 260 | + 'rooms', |
|
| 261 | + array( |
|
| 262 | + 'methods' => array( |
|
| 263 | + 'reset' => array( |
|
| 264 | + 'path' => 'rooms/reset', |
|
| 265 | + 'httpMethod' => 'POST', |
|
| 266 | + 'parameters' => array(), |
|
| 267 | + ),'resetForAllPlayers' => array( |
|
| 268 | + 'path' => 'rooms/resetForAllPlayers', |
|
| 269 | + 'httpMethod' => 'POST', |
|
| 270 | + 'parameters' => array(), |
|
| 271 | + ), |
|
| 272 | + ) |
|
| 273 | + ) |
|
| 274 | + ); |
|
| 275 | + $this->scores = new Google_Service_GamesManagement_Scores_Resource( |
|
| 276 | + $this, |
|
| 277 | + $this->serviceName, |
|
| 278 | + 'scores', |
|
| 279 | + array( |
|
| 280 | + 'methods' => array( |
|
| 281 | + 'reset' => array( |
|
| 282 | + 'path' => 'leaderboards/{leaderboardId}/scores/reset', |
|
| 283 | + 'httpMethod' => 'POST', |
|
| 284 | + 'parameters' => array( |
|
| 285 | + 'leaderboardId' => array( |
|
| 286 | + 'location' => 'path', |
|
| 287 | + 'type' => 'string', |
|
| 288 | + 'required' => true, |
|
| 289 | + ), |
|
| 290 | + ), |
|
| 291 | + ),'resetAll' => array( |
|
| 292 | + 'path' => 'scores/reset', |
|
| 293 | + 'httpMethod' => 'POST', |
|
| 294 | + 'parameters' => array(), |
|
| 295 | + ),'resetAllForAllPlayers' => array( |
|
| 296 | + 'path' => 'scores/resetAllForAllPlayers', |
|
| 297 | + 'httpMethod' => 'POST', |
|
| 298 | + 'parameters' => array(), |
|
| 299 | + ),'resetForAllPlayers' => array( |
|
| 300 | + 'path' => 'leaderboards/{leaderboardId}/scores/resetForAllPlayers', |
|
| 301 | + 'httpMethod' => 'POST', |
|
| 302 | + 'parameters' => array( |
|
| 303 | + 'leaderboardId' => array( |
|
| 304 | + 'location' => 'path', |
|
| 305 | + 'type' => 'string', |
|
| 306 | + 'required' => true, |
|
| 307 | + ), |
|
| 308 | + ), |
|
| 309 | + ),'resetMultipleForAllPlayers' => array( |
|
| 310 | + 'path' => 'scores/resetMultipleForAllPlayers', |
|
| 311 | + 'httpMethod' => 'POST', |
|
| 312 | + 'parameters' => array(), |
|
| 313 | + ), |
|
| 314 | + ) |
|
| 315 | + ) |
|
| 316 | + ); |
|
| 317 | + $this->turnBasedMatches = new Google_Service_GamesManagement_TurnBasedMatches_Resource( |
|
| 318 | + $this, |
|
| 319 | + $this->serviceName, |
|
| 320 | + 'turnBasedMatches', |
|
| 321 | + array( |
|
| 322 | + 'methods' => array( |
|
| 323 | + 'reset' => array( |
|
| 324 | + 'path' => 'turnbasedmatches/reset', |
|
| 325 | + 'httpMethod' => 'POST', |
|
| 326 | + 'parameters' => array(), |
|
| 327 | + ),'resetForAllPlayers' => array( |
|
| 328 | + 'path' => 'turnbasedmatches/resetForAllPlayers', |
|
| 329 | + 'httpMethod' => 'POST', |
|
| 330 | + 'parameters' => array(), |
|
| 331 | + ), |
|
| 332 | + ) |
|
| 333 | + ) |
|
| 334 | + ); |
|
| 335 | 335 | } |
| 336 | 336 | } |
| 337 | 337 | |
@@ -358,9 +358,9 @@ discard block |
||
| 358 | 358 | */ |
| 359 | 359 | public function reset($achievementId, $optParams = array()) |
| 360 | 360 | { |
| 361 | - $params = array('achievementId' => $achievementId); |
|
| 362 | - $params = array_merge($params, $optParams); |
|
| 363 | - return $this->call('reset', array($params), "Google_Service_GamesManagement_AchievementResetResponse"); |
|
| 361 | + $params = array('achievementId' => $achievementId); |
|
| 362 | + $params = array_merge($params, $optParams); |
|
| 363 | + return $this->call('reset', array($params), "Google_Service_GamesManagement_AchievementResetResponse"); |
|
| 364 | 364 | } |
| 365 | 365 | |
| 366 | 366 | /** |
@@ -373,9 +373,9 @@ discard block |
||
| 373 | 373 | */ |
| 374 | 374 | public function resetAll($optParams = array()) |
| 375 | 375 | { |
| 376 | - $params = array(); |
|
| 377 | - $params = array_merge($params, $optParams); |
|
| 378 | - return $this->call('resetAll', array($params), "Google_Service_GamesManagement_AchievementResetAllResponse"); |
|
| 376 | + $params = array(); |
|
| 377 | + $params = array_merge($params, $optParams); |
|
| 378 | + return $this->call('resetAll', array($params), "Google_Service_GamesManagement_AchievementResetAllResponse"); |
|
| 379 | 379 | } |
| 380 | 380 | |
| 381 | 381 | /** |
@@ -387,9 +387,9 @@ discard block |
||
| 387 | 387 | */ |
| 388 | 388 | public function resetAllForAllPlayers($optParams = array()) |
| 389 | 389 | { |
| 390 | - $params = array(); |
|
| 391 | - $params = array_merge($params, $optParams); |
|
| 392 | - return $this->call('resetAllForAllPlayers', array($params)); |
|
| 390 | + $params = array(); |
|
| 391 | + $params = array_merge($params, $optParams); |
|
| 392 | + return $this->call('resetAllForAllPlayers', array($params)); |
|
| 393 | 393 | } |
| 394 | 394 | |
| 395 | 395 | /** |
@@ -402,9 +402,9 @@ discard block |
||
| 402 | 402 | */ |
| 403 | 403 | public function resetForAllPlayers($achievementId, $optParams = array()) |
| 404 | 404 | { |
| 405 | - $params = array('achievementId' => $achievementId); |
|
| 406 | - $params = array_merge($params, $optParams); |
|
| 407 | - return $this->call('resetForAllPlayers', array($params)); |
|
| 405 | + $params = array('achievementId' => $achievementId); |
|
| 406 | + $params = array_merge($params, $optParams); |
|
| 407 | + return $this->call('resetForAllPlayers', array($params)); |
|
| 408 | 408 | } |
| 409 | 409 | |
| 410 | 410 | /** |
@@ -417,9 +417,9 @@ discard block |
||
| 417 | 417 | */ |
| 418 | 418 | public function resetMultipleForAllPlayers(Google_Service_GamesManagement_AchievementResetMultipleForAllRequest $postBody, $optParams = array()) |
| 419 | 419 | { |
| 420 | - $params = array('postBody' => $postBody); |
|
| 421 | - $params = array_merge($params, $optParams); |
|
| 422 | - return $this->call('resetMultipleForAllPlayers', array($params)); |
|
| 420 | + $params = array('postBody' => $postBody); |
|
| 421 | + $params = array_merge($params, $optParams); |
|
| 422 | + return $this->call('resetMultipleForAllPlayers', array($params)); |
|
| 423 | 423 | } |
| 424 | 424 | } |
| 425 | 425 | |
@@ -451,9 +451,9 @@ discard block |
||
| 451 | 451 | */ |
| 452 | 452 | public function listHidden($applicationId, $optParams = array()) |
| 453 | 453 | { |
| 454 | - $params = array('applicationId' => $applicationId); |
|
| 455 | - $params = array_merge($params, $optParams); |
|
| 456 | - return $this->call('listHidden', array($params), "Google_Service_GamesManagement_HiddenPlayerList"); |
|
| 454 | + $params = array('applicationId' => $applicationId); |
|
| 455 | + $params = array_merge($params, $optParams); |
|
| 456 | + return $this->call('listHidden', array($params), "Google_Service_GamesManagement_HiddenPlayerList"); |
|
| 457 | 457 | } |
| 458 | 458 | } |
| 459 | 459 | |
@@ -479,9 +479,9 @@ discard block |
||
| 479 | 479 | */ |
| 480 | 480 | public function reset($eventId, $optParams = array()) |
| 481 | 481 | { |
| 482 | - $params = array('eventId' => $eventId); |
|
| 483 | - $params = array_merge($params, $optParams); |
|
| 484 | - return $this->call('reset', array($params)); |
|
| 482 | + $params = array('eventId' => $eventId); |
|
| 483 | + $params = array_merge($params, $optParams); |
|
| 484 | + return $this->call('reset', array($params)); |
|
| 485 | 485 | } |
| 486 | 486 | |
| 487 | 487 | /** |
@@ -494,9 +494,9 @@ discard block |
||
| 494 | 494 | */ |
| 495 | 495 | public function resetAll($optParams = array()) |
| 496 | 496 | { |
| 497 | - $params = array(); |
|
| 498 | - $params = array_merge($params, $optParams); |
|
| 499 | - return $this->call('resetAll', array($params)); |
|
| 497 | + $params = array(); |
|
| 498 | + $params = array_merge($params, $optParams); |
|
| 499 | + return $this->call('resetAll', array($params)); |
|
| 500 | 500 | } |
| 501 | 501 | |
| 502 | 502 | /** |
@@ -508,9 +508,9 @@ discard block |
||
| 508 | 508 | */ |
| 509 | 509 | public function resetAllForAllPlayers($optParams = array()) |
| 510 | 510 | { |
| 511 | - $params = array(); |
|
| 512 | - $params = array_merge($params, $optParams); |
|
| 513 | - return $this->call('resetAllForAllPlayers', array($params)); |
|
| 511 | + $params = array(); |
|
| 512 | + $params = array_merge($params, $optParams); |
|
| 513 | + return $this->call('resetAllForAllPlayers', array($params)); |
|
| 514 | 514 | } |
| 515 | 515 | |
| 516 | 516 | /** |
@@ -524,9 +524,9 @@ discard block |
||
| 524 | 524 | */ |
| 525 | 525 | public function resetForAllPlayers($eventId, $optParams = array()) |
| 526 | 526 | { |
| 527 | - $params = array('eventId' => $eventId); |
|
| 528 | - $params = array_merge($params, $optParams); |
|
| 529 | - return $this->call('resetForAllPlayers', array($params)); |
|
| 527 | + $params = array('eventId' => $eventId); |
|
| 528 | + $params = array_merge($params, $optParams); |
|
| 529 | + return $this->call('resetForAllPlayers', array($params)); |
|
| 530 | 530 | } |
| 531 | 531 | |
| 532 | 532 | /** |
@@ -540,9 +540,9 @@ discard block |
||
| 540 | 540 | */ |
| 541 | 541 | public function resetMultipleForAllPlayers(Google_Service_GamesManagement_EventsResetMultipleForAllRequest $postBody, $optParams = array()) |
| 542 | 542 | { |
| 543 | - $params = array('postBody' => $postBody); |
|
| 544 | - $params = array_merge($params, $optParams); |
|
| 545 | - return $this->call('resetMultipleForAllPlayers', array($params)); |
|
| 543 | + $params = array('postBody' => $postBody); |
|
| 544 | + $params = array_merge($params, $optParams); |
|
| 545 | + return $this->call('resetMultipleForAllPlayers', array($params)); |
|
| 546 | 546 | } |
| 547 | 547 | } |
| 548 | 548 | |
@@ -570,9 +570,9 @@ discard block |
||
| 570 | 570 | */ |
| 571 | 571 | public function hide($applicationId, $playerId, $optParams = array()) |
| 572 | 572 | { |
| 573 | - $params = array('applicationId' => $applicationId, 'playerId' => $playerId); |
|
| 574 | - $params = array_merge($params, $optParams); |
|
| 575 | - return $this->call('hide', array($params)); |
|
| 573 | + $params = array('applicationId' => $applicationId, 'playerId' => $playerId); |
|
| 574 | + $params = array_merge($params, $optParams); |
|
| 575 | + return $this->call('hide', array($params)); |
|
| 576 | 576 | } |
| 577 | 577 | |
| 578 | 578 | /** |
@@ -588,9 +588,9 @@ discard block |
||
| 588 | 588 | */ |
| 589 | 589 | public function unhide($applicationId, $playerId, $optParams = array()) |
| 590 | 590 | { |
| 591 | - $params = array('applicationId' => $applicationId, 'playerId' => $playerId); |
|
| 592 | - $params = array_merge($params, $optParams); |
|
| 593 | - return $this->call('unhide', array($params)); |
|
| 591 | + $params = array('applicationId' => $applicationId, 'playerId' => $playerId); |
|
| 592 | + $params = array_merge($params, $optParams); |
|
| 593 | + return $this->call('unhide', array($params)); |
|
| 594 | 594 | } |
| 595 | 595 | } |
| 596 | 596 | |
@@ -615,9 +615,9 @@ discard block |
||
| 615 | 615 | */ |
| 616 | 616 | public function reset($questId, $optParams = array()) |
| 617 | 617 | { |
| 618 | - $params = array('questId' => $questId); |
|
| 619 | - $params = array_merge($params, $optParams); |
|
| 620 | - return $this->call('reset', array($params)); |
|
| 618 | + $params = array('questId' => $questId); |
|
| 619 | + $params = array_merge($params, $optParams); |
|
| 620 | + return $this->call('reset', array($params)); |
|
| 621 | 621 | } |
| 622 | 622 | |
| 623 | 623 | /** |
@@ -629,9 +629,9 @@ discard block |
||
| 629 | 629 | */ |
| 630 | 630 | public function resetAll($optParams = array()) |
| 631 | 631 | { |
| 632 | - $params = array(); |
|
| 633 | - $params = array_merge($params, $optParams); |
|
| 634 | - return $this->call('resetAll', array($params)); |
|
| 632 | + $params = array(); |
|
| 633 | + $params = array_merge($params, $optParams); |
|
| 634 | + return $this->call('resetAll', array($params)); |
|
| 635 | 635 | } |
| 636 | 636 | |
| 637 | 637 | /** |
@@ -642,9 +642,9 @@ discard block |
||
| 642 | 642 | */ |
| 643 | 643 | public function resetAllForAllPlayers($optParams = array()) |
| 644 | 644 | { |
| 645 | - $params = array(); |
|
| 646 | - $params = array_merge($params, $optParams); |
|
| 647 | - return $this->call('resetAllForAllPlayers', array($params)); |
|
| 645 | + $params = array(); |
|
| 646 | + $params = array_merge($params, $optParams); |
|
| 647 | + return $this->call('resetAllForAllPlayers', array($params)); |
|
| 648 | 648 | } |
| 649 | 649 | |
| 650 | 650 | /** |
@@ -657,9 +657,9 @@ discard block |
||
| 657 | 657 | */ |
| 658 | 658 | public function resetForAllPlayers($questId, $optParams = array()) |
| 659 | 659 | { |
| 660 | - $params = array('questId' => $questId); |
|
| 661 | - $params = array_merge($params, $optParams); |
|
| 662 | - return $this->call('resetForAllPlayers', array($params)); |
|
| 660 | + $params = array('questId' => $questId); |
|
| 661 | + $params = array_merge($params, $optParams); |
|
| 662 | + return $this->call('resetForAllPlayers', array($params)); |
|
| 663 | 663 | } |
| 664 | 664 | |
| 665 | 665 | /** |
@@ -672,9 +672,9 @@ discard block |
||
| 672 | 672 | */ |
| 673 | 673 | public function resetMultipleForAllPlayers(Google_Service_GamesManagement_QuestsResetMultipleForAllRequest $postBody, $optParams = array()) |
| 674 | 674 | { |
| 675 | - $params = array('postBody' => $postBody); |
|
| 676 | - $params = array_merge($params, $optParams); |
|
| 677 | - return $this->call('resetMultipleForAllPlayers', array($params)); |
|
| 675 | + $params = array('postBody' => $postBody); |
|
| 676 | + $params = array_merge($params, $optParams); |
|
| 677 | + return $this->call('resetMultipleForAllPlayers', array($params)); |
|
| 678 | 678 | } |
| 679 | 679 | } |
| 680 | 680 | |
@@ -698,9 +698,9 @@ discard block |
||
| 698 | 698 | */ |
| 699 | 699 | public function reset($optParams = array()) |
| 700 | 700 | { |
| 701 | - $params = array(); |
|
| 702 | - $params = array_merge($params, $optParams); |
|
| 703 | - return $this->call('reset', array($params)); |
|
| 701 | + $params = array(); |
|
| 702 | + $params = array_merge($params, $optParams); |
|
| 703 | + return $this->call('reset', array($params)); |
|
| 704 | 704 | } |
| 705 | 705 | |
| 706 | 706 | /** |
@@ -712,9 +712,9 @@ discard block |
||
| 712 | 712 | */ |
| 713 | 713 | public function resetForAllPlayers($optParams = array()) |
| 714 | 714 | { |
| 715 | - $params = array(); |
|
| 716 | - $params = array_merge($params, $optParams); |
|
| 717 | - return $this->call('resetForAllPlayers', array($params)); |
|
| 715 | + $params = array(); |
|
| 716 | + $params = array_merge($params, $optParams); |
|
| 717 | + return $this->call('resetForAllPlayers', array($params)); |
|
| 718 | 718 | } |
| 719 | 719 | } |
| 720 | 720 | |
@@ -740,9 +740,9 @@ discard block |
||
| 740 | 740 | */ |
| 741 | 741 | public function reset($leaderboardId, $optParams = array()) |
| 742 | 742 | { |
| 743 | - $params = array('leaderboardId' => $leaderboardId); |
|
| 744 | - $params = array_merge($params, $optParams); |
|
| 745 | - return $this->call('reset', array($params), "Google_Service_GamesManagement_PlayerScoreResetResponse"); |
|
| 743 | + $params = array('leaderboardId' => $leaderboardId); |
|
| 744 | + $params = array_merge($params, $optParams); |
|
| 745 | + return $this->call('reset', array($params), "Google_Service_GamesManagement_PlayerScoreResetResponse"); |
|
| 746 | 746 | } |
| 747 | 747 | |
| 748 | 748 | /** |
@@ -755,9 +755,9 @@ discard block |
||
| 755 | 755 | */ |
| 756 | 756 | public function resetAll($optParams = array()) |
| 757 | 757 | { |
| 758 | - $params = array(); |
|
| 759 | - $params = array_merge($params, $optParams); |
|
| 760 | - return $this->call('resetAll', array($params), "Google_Service_GamesManagement_PlayerScoreResetAllResponse"); |
|
| 758 | + $params = array(); |
|
| 759 | + $params = array_merge($params, $optParams); |
|
| 760 | + return $this->call('resetAll', array($params), "Google_Service_GamesManagement_PlayerScoreResetAllResponse"); |
|
| 761 | 761 | } |
| 762 | 762 | |
| 763 | 763 | /** |
@@ -769,9 +769,9 @@ discard block |
||
| 769 | 769 | */ |
| 770 | 770 | public function resetAllForAllPlayers($optParams = array()) |
| 771 | 771 | { |
| 772 | - $params = array(); |
|
| 773 | - $params = array_merge($params, $optParams); |
|
| 774 | - return $this->call('resetAllForAllPlayers', array($params)); |
|
| 772 | + $params = array(); |
|
| 773 | + $params = array_merge($params, $optParams); |
|
| 774 | + return $this->call('resetAllForAllPlayers', array($params)); |
|
| 775 | 775 | } |
| 776 | 776 | |
| 777 | 777 | /** |
@@ -784,9 +784,9 @@ discard block |
||
| 784 | 784 | */ |
| 785 | 785 | public function resetForAllPlayers($leaderboardId, $optParams = array()) |
| 786 | 786 | { |
| 787 | - $params = array('leaderboardId' => $leaderboardId); |
|
| 788 | - $params = array_merge($params, $optParams); |
|
| 789 | - return $this->call('resetForAllPlayers', array($params)); |
|
| 787 | + $params = array('leaderboardId' => $leaderboardId); |
|
| 788 | + $params = array_merge($params, $optParams); |
|
| 789 | + return $this->call('resetForAllPlayers', array($params)); |
|
| 790 | 790 | } |
| 791 | 791 | |
| 792 | 792 | /** |
@@ -799,9 +799,9 @@ discard block |
||
| 799 | 799 | */ |
| 800 | 800 | public function resetMultipleForAllPlayers(Google_Service_GamesManagement_ScoresResetMultipleForAllRequest $postBody, $optParams = array()) |
| 801 | 801 | { |
| 802 | - $params = array('postBody' => $postBody); |
|
| 803 | - $params = array_merge($params, $optParams); |
|
| 804 | - return $this->call('resetMultipleForAllPlayers', array($params)); |
|
| 802 | + $params = array('postBody' => $postBody); |
|
| 803 | + $params = array_merge($params, $optParams); |
|
| 804 | + return $this->call('resetMultipleForAllPlayers', array($params)); |
|
| 805 | 805 | } |
| 806 | 806 | } |
| 807 | 807 | |
@@ -824,9 +824,9 @@ discard block |
||
| 824 | 824 | */ |
| 825 | 825 | public function reset($optParams = array()) |
| 826 | 826 | { |
| 827 | - $params = array(); |
|
| 828 | - $params = array_merge($params, $optParams); |
|
| 829 | - return $this->call('reset', array($params)); |
|
| 827 | + $params = array(); |
|
| 828 | + $params = array_merge($params, $optParams); |
|
| 829 | + return $this->call('reset', array($params)); |
|
| 830 | 830 | } |
| 831 | 831 | |
| 832 | 832 | /** |
@@ -839,9 +839,9 @@ discard block |
||
| 839 | 839 | */ |
| 840 | 840 | public function resetForAllPlayers($optParams = array()) |
| 841 | 841 | { |
| 842 | - $params = array(); |
|
| 843 | - $params = array_merge($params, $optParams); |
|
| 844 | - return $this->call('resetForAllPlayers', array($params)); |
|
| 842 | + $params = array(); |
|
| 843 | + $params = array_merge($params, $optParams); |
|
| 844 | + return $this->call('resetForAllPlayers', array($params)); |
|
| 845 | 845 | } |
| 846 | 846 | } |
| 847 | 847 | |
@@ -860,19 +860,19 @@ discard block |
||
| 860 | 860 | |
| 861 | 861 | public function setKind($kind) |
| 862 | 862 | { |
| 863 | - $this->kind = $kind; |
|
| 863 | + $this->kind = $kind; |
|
| 864 | 864 | } |
| 865 | 865 | public function getKind() |
| 866 | 866 | { |
| 867 | - return $this->kind; |
|
| 867 | + return $this->kind; |
|
| 868 | 868 | } |
| 869 | 869 | public function setResults($results) |
| 870 | 870 | { |
| 871 | - $this->results = $results; |
|
| 871 | + $this->results = $results; |
|
| 872 | 872 | } |
| 873 | 873 | public function getResults() |
| 874 | 874 | { |
| 875 | - return $this->results; |
|
| 875 | + return $this->results; |
|
| 876 | 876 | } |
| 877 | 877 | } |
| 878 | 878 | |
@@ -880,7 +880,7 @@ discard block |
||
| 880 | 880 | { |
| 881 | 881 | protected $collection_key = 'achievement_ids'; |
| 882 | 882 | protected $internal_gapi_mappings = array( |
| 883 | - "achievementIds" => "achievement_ids", |
|
| 883 | + "achievementIds" => "achievement_ids", |
|
| 884 | 884 | ); |
| 885 | 885 | public $achievementIds; |
| 886 | 886 | public $kind; |
@@ -888,19 +888,19 @@ discard block |
||
| 888 | 888 | |
| 889 | 889 | public function setAchievementIds($achievementIds) |
| 890 | 890 | { |
| 891 | - $this->achievementIds = $achievementIds; |
|
| 891 | + $this->achievementIds = $achievementIds; |
|
| 892 | 892 | } |
| 893 | 893 | public function getAchievementIds() |
| 894 | 894 | { |
| 895 | - return $this->achievementIds; |
|
| 895 | + return $this->achievementIds; |
|
| 896 | 896 | } |
| 897 | 897 | public function setKind($kind) |
| 898 | 898 | { |
| 899 | - $this->kind = $kind; |
|
| 899 | + $this->kind = $kind; |
|
| 900 | 900 | } |
| 901 | 901 | public function getKind() |
| 902 | 902 | { |
| 903 | - return $this->kind; |
|
| 903 | + return $this->kind; |
|
| 904 | 904 | } |
| 905 | 905 | } |
| 906 | 906 | |
@@ -916,35 +916,35 @@ discard block |
||
| 916 | 916 | |
| 917 | 917 | public function setCurrentState($currentState) |
| 918 | 918 | { |
| 919 | - $this->currentState = $currentState; |
|
| 919 | + $this->currentState = $currentState; |
|
| 920 | 920 | } |
| 921 | 921 | public function getCurrentState() |
| 922 | 922 | { |
| 923 | - return $this->currentState; |
|
| 923 | + return $this->currentState; |
|
| 924 | 924 | } |
| 925 | 925 | public function setDefinitionId($definitionId) |
| 926 | 926 | { |
| 927 | - $this->definitionId = $definitionId; |
|
| 927 | + $this->definitionId = $definitionId; |
|
| 928 | 928 | } |
| 929 | 929 | public function getDefinitionId() |
| 930 | 930 | { |
| 931 | - return $this->definitionId; |
|
| 931 | + return $this->definitionId; |
|
| 932 | 932 | } |
| 933 | 933 | public function setKind($kind) |
| 934 | 934 | { |
| 935 | - $this->kind = $kind; |
|
| 935 | + $this->kind = $kind; |
|
| 936 | 936 | } |
| 937 | 937 | public function getKind() |
| 938 | 938 | { |
| 939 | - return $this->kind; |
|
| 939 | + return $this->kind; |
|
| 940 | 940 | } |
| 941 | 941 | public function setUpdateOccurred($updateOccurred) |
| 942 | 942 | { |
| 943 | - $this->updateOccurred = $updateOccurred; |
|
| 943 | + $this->updateOccurred = $updateOccurred; |
|
| 944 | 944 | } |
| 945 | 945 | public function getUpdateOccurred() |
| 946 | 946 | { |
| 947 | - return $this->updateOccurred; |
|
| 947 | + return $this->updateOccurred; |
|
| 948 | 948 | } |
| 949 | 949 | } |
| 950 | 950 | |
@@ -952,7 +952,7 @@ discard block |
||
| 952 | 952 | { |
| 953 | 953 | protected $collection_key = 'event_ids'; |
| 954 | 954 | protected $internal_gapi_mappings = array( |
| 955 | - "eventIds" => "event_ids", |
|
| 955 | + "eventIds" => "event_ids", |
|
| 956 | 956 | ); |
| 957 | 957 | public $eventIds; |
| 958 | 958 | public $kind; |
@@ -960,19 +960,19 @@ discard block |
||
| 960 | 960 | |
| 961 | 961 | public function setEventIds($eventIds) |
| 962 | 962 | { |
| 963 | - $this->eventIds = $eventIds; |
|
| 963 | + $this->eventIds = $eventIds; |
|
| 964 | 964 | } |
| 965 | 965 | public function getEventIds() |
| 966 | 966 | { |
| 967 | - return $this->eventIds; |
|
| 967 | + return $this->eventIds; |
|
| 968 | 968 | } |
| 969 | 969 | public function setKind($kind) |
| 970 | 970 | { |
| 971 | - $this->kind = $kind; |
|
| 971 | + $this->kind = $kind; |
|
| 972 | 972 | } |
| 973 | 973 | public function getKind() |
| 974 | 974 | { |
| 975 | - return $this->kind; |
|
| 975 | + return $this->kind; |
|
| 976 | 976 | } |
| 977 | 977 | } |
| 978 | 978 | |
@@ -986,19 +986,19 @@ discard block |
||
| 986 | 986 | |
| 987 | 987 | public function setAutoMatched($autoMatched) |
| 988 | 988 | { |
| 989 | - $this->autoMatched = $autoMatched; |
|
| 989 | + $this->autoMatched = $autoMatched; |
|
| 990 | 990 | } |
| 991 | 991 | public function getAutoMatched() |
| 992 | 992 | { |
| 993 | - return $this->autoMatched; |
|
| 993 | + return $this->autoMatched; |
|
| 994 | 994 | } |
| 995 | 995 | public function setTimeMillis($timeMillis) |
| 996 | 996 | { |
| 997 | - $this->timeMillis = $timeMillis; |
|
| 997 | + $this->timeMillis = $timeMillis; |
|
| 998 | 998 | } |
| 999 | 999 | public function getTimeMillis() |
| 1000 | 1000 | { |
| 1001 | - return $this->timeMillis; |
|
| 1001 | + return $this->timeMillis; |
|
| 1002 | 1002 | } |
| 1003 | 1003 | } |
| 1004 | 1004 | |
@@ -1016,35 +1016,35 @@ discard block |
||
| 1016 | 1016 | |
| 1017 | 1017 | public function setCurrentExperiencePoints($currentExperiencePoints) |
| 1018 | 1018 | { |
| 1019 | - $this->currentExperiencePoints = $currentExperiencePoints; |
|
| 1019 | + $this->currentExperiencePoints = $currentExperiencePoints; |
|
| 1020 | 1020 | } |
| 1021 | 1021 | public function getCurrentExperiencePoints() |
| 1022 | 1022 | { |
| 1023 | - return $this->currentExperiencePoints; |
|
| 1023 | + return $this->currentExperiencePoints; |
|
| 1024 | 1024 | } |
| 1025 | 1025 | public function setCurrentLevel(Google_Service_GamesManagement_GamesPlayerLevelResource $currentLevel) |
| 1026 | 1026 | { |
| 1027 | - $this->currentLevel = $currentLevel; |
|
| 1027 | + $this->currentLevel = $currentLevel; |
|
| 1028 | 1028 | } |
| 1029 | 1029 | public function getCurrentLevel() |
| 1030 | 1030 | { |
| 1031 | - return $this->currentLevel; |
|
| 1031 | + return $this->currentLevel; |
|
| 1032 | 1032 | } |
| 1033 | 1033 | public function setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis) |
| 1034 | 1034 | { |
| 1035 | - $this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis; |
|
| 1035 | + $this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis; |
|
| 1036 | 1036 | } |
| 1037 | 1037 | public function getLastLevelUpTimestampMillis() |
| 1038 | 1038 | { |
| 1039 | - return $this->lastLevelUpTimestampMillis; |
|
| 1039 | + return $this->lastLevelUpTimestampMillis; |
|
| 1040 | 1040 | } |
| 1041 | 1041 | public function setNextLevel(Google_Service_GamesManagement_GamesPlayerLevelResource $nextLevel) |
| 1042 | 1042 | { |
| 1043 | - $this->nextLevel = $nextLevel; |
|
| 1043 | + $this->nextLevel = $nextLevel; |
|
| 1044 | 1044 | } |
| 1045 | 1045 | public function getNextLevel() |
| 1046 | 1046 | { |
| 1047 | - return $this->nextLevel; |
|
| 1047 | + return $this->nextLevel; |
|
| 1048 | 1048 | } |
| 1049 | 1049 | } |
| 1050 | 1050 | |
@@ -1059,27 +1059,27 @@ discard block |
||
| 1059 | 1059 | |
| 1060 | 1060 | public function setLevel($level) |
| 1061 | 1061 | { |
| 1062 | - $this->level = $level; |
|
| 1062 | + $this->level = $level; |
|
| 1063 | 1063 | } |
| 1064 | 1064 | public function getLevel() |
| 1065 | 1065 | { |
| 1066 | - return $this->level; |
|
| 1066 | + return $this->level; |
|
| 1067 | 1067 | } |
| 1068 | 1068 | public function setMaxExperiencePoints($maxExperiencePoints) |
| 1069 | 1069 | { |
| 1070 | - $this->maxExperiencePoints = $maxExperiencePoints; |
|
| 1070 | + $this->maxExperiencePoints = $maxExperiencePoints; |
|
| 1071 | 1071 | } |
| 1072 | 1072 | public function getMaxExperiencePoints() |
| 1073 | 1073 | { |
| 1074 | - return $this->maxExperiencePoints; |
|
| 1074 | + return $this->maxExperiencePoints; |
|
| 1075 | 1075 | } |
| 1076 | 1076 | public function setMinExperiencePoints($minExperiencePoints) |
| 1077 | 1077 | { |
| 1078 | - $this->minExperiencePoints = $minExperiencePoints; |
|
| 1078 | + $this->minExperiencePoints = $minExperiencePoints; |
|
| 1079 | 1079 | } |
| 1080 | 1080 | public function getMinExperiencePoints() |
| 1081 | 1081 | { |
| 1082 | - return $this->minExperiencePoints; |
|
| 1082 | + return $this->minExperiencePoints; |
|
| 1083 | 1083 | } |
| 1084 | 1084 | } |
| 1085 | 1085 | |
@@ -1095,27 +1095,27 @@ discard block |
||
| 1095 | 1095 | |
| 1096 | 1096 | public function setHiddenTimeMillis($hiddenTimeMillis) |
| 1097 | 1097 | { |
| 1098 | - $this->hiddenTimeMillis = $hiddenTimeMillis; |
|
| 1098 | + $this->hiddenTimeMillis = $hiddenTimeMillis; |
|
| 1099 | 1099 | } |
| 1100 | 1100 | public function getHiddenTimeMillis() |
| 1101 | 1101 | { |
| 1102 | - return $this->hiddenTimeMillis; |
|
| 1102 | + return $this->hiddenTimeMillis; |
|
| 1103 | 1103 | } |
| 1104 | 1104 | public function setKind($kind) |
| 1105 | 1105 | { |
| 1106 | - $this->kind = $kind; |
|
| 1106 | + $this->kind = $kind; |
|
| 1107 | 1107 | } |
| 1108 | 1108 | public function getKind() |
| 1109 | 1109 | { |
| 1110 | - return $this->kind; |
|
| 1110 | + return $this->kind; |
|
| 1111 | 1111 | } |
| 1112 | 1112 | public function setPlayer(Google_Service_GamesManagement_Player $player) |
| 1113 | 1113 | { |
| 1114 | - $this->player = $player; |
|
| 1114 | + $this->player = $player; |
|
| 1115 | 1115 | } |
| 1116 | 1116 | public function getPlayer() |
| 1117 | 1117 | { |
| 1118 | - return $this->player; |
|
| 1118 | + return $this->player; |
|
| 1119 | 1119 | } |
| 1120 | 1120 | } |
| 1121 | 1121 | |
@@ -1132,27 +1132,27 @@ discard block |
||
| 1132 | 1132 | |
| 1133 | 1133 | public function setItems($items) |
| 1134 | 1134 | { |
| 1135 | - $this->items = $items; |
|
| 1135 | + $this->items = $items; |
|
| 1136 | 1136 | } |
| 1137 | 1137 | public function getItems() |
| 1138 | 1138 | { |
| 1139 | - return $this->items; |
|
| 1139 | + return $this->items; |
|
| 1140 | 1140 | } |
| 1141 | 1141 | public function setKind($kind) |
| 1142 | 1142 | { |
| 1143 | - $this->kind = $kind; |
|
| 1143 | + $this->kind = $kind; |
|
| 1144 | 1144 | } |
| 1145 | 1145 | public function getKind() |
| 1146 | 1146 | { |
| 1147 | - return $this->kind; |
|
| 1147 | + return $this->kind; |
|
| 1148 | 1148 | } |
| 1149 | 1149 | public function setNextPageToken($nextPageToken) |
| 1150 | 1150 | { |
| 1151 | - $this->nextPageToken = $nextPageToken; |
|
| 1151 | + $this->nextPageToken = $nextPageToken; |
|
| 1152 | 1152 | } |
| 1153 | 1153 | public function getNextPageToken() |
| 1154 | 1154 | { |
| 1155 | - return $this->nextPageToken; |
|
| 1155 | + return $this->nextPageToken; |
|
| 1156 | 1156 | } |
| 1157 | 1157 | } |
| 1158 | 1158 | |
@@ -1175,67 +1175,67 @@ discard block |
||
| 1175 | 1175 | |
| 1176 | 1176 | public function setAvatarImageUrl($avatarImageUrl) |
| 1177 | 1177 | { |
| 1178 | - $this->avatarImageUrl = $avatarImageUrl; |
|
| 1178 | + $this->avatarImageUrl = $avatarImageUrl; |
|
| 1179 | 1179 | } |
| 1180 | 1180 | public function getAvatarImageUrl() |
| 1181 | 1181 | { |
| 1182 | - return $this->avatarImageUrl; |
|
| 1182 | + return $this->avatarImageUrl; |
|
| 1183 | 1183 | } |
| 1184 | 1184 | public function setDisplayName($displayName) |
| 1185 | 1185 | { |
| 1186 | - $this->displayName = $displayName; |
|
| 1186 | + $this->displayName = $displayName; |
|
| 1187 | 1187 | } |
| 1188 | 1188 | public function getDisplayName() |
| 1189 | 1189 | { |
| 1190 | - return $this->displayName; |
|
| 1190 | + return $this->displayName; |
|
| 1191 | 1191 | } |
| 1192 | 1192 | public function setExperienceInfo(Google_Service_GamesManagement_GamesPlayerExperienceInfoResource $experienceInfo) |
| 1193 | 1193 | { |
| 1194 | - $this->experienceInfo = $experienceInfo; |
|
| 1194 | + $this->experienceInfo = $experienceInfo; |
|
| 1195 | 1195 | } |
| 1196 | 1196 | public function getExperienceInfo() |
| 1197 | 1197 | { |
| 1198 | - return $this->experienceInfo; |
|
| 1198 | + return $this->experienceInfo; |
|
| 1199 | 1199 | } |
| 1200 | 1200 | public function setKind($kind) |
| 1201 | 1201 | { |
| 1202 | - $this->kind = $kind; |
|
| 1202 | + $this->kind = $kind; |
|
| 1203 | 1203 | } |
| 1204 | 1204 | public function getKind() |
| 1205 | 1205 | { |
| 1206 | - return $this->kind; |
|
| 1206 | + return $this->kind; |
|
| 1207 | 1207 | } |
| 1208 | 1208 | public function setLastPlayedWith(Google_Service_GamesManagement_GamesPlayedResource $lastPlayedWith) |
| 1209 | 1209 | { |
| 1210 | - $this->lastPlayedWith = $lastPlayedWith; |
|
| 1210 | + $this->lastPlayedWith = $lastPlayedWith; |
|
| 1211 | 1211 | } |
| 1212 | 1212 | public function getLastPlayedWith() |
| 1213 | 1213 | { |
| 1214 | - return $this->lastPlayedWith; |
|
| 1214 | + return $this->lastPlayedWith; |
|
| 1215 | 1215 | } |
| 1216 | 1216 | public function setName(Google_Service_GamesManagement_PlayerName $name) |
| 1217 | 1217 | { |
| 1218 | - $this->name = $name; |
|
| 1218 | + $this->name = $name; |
|
| 1219 | 1219 | } |
| 1220 | 1220 | public function getName() |
| 1221 | 1221 | { |
| 1222 | - return $this->name; |
|
| 1222 | + return $this->name; |
|
| 1223 | 1223 | } |
| 1224 | 1224 | public function setPlayerId($playerId) |
| 1225 | 1225 | { |
| 1226 | - $this->playerId = $playerId; |
|
| 1226 | + $this->playerId = $playerId; |
|
| 1227 | 1227 | } |
| 1228 | 1228 | public function getPlayerId() |
| 1229 | 1229 | { |
| 1230 | - return $this->playerId; |
|
| 1230 | + return $this->playerId; |
|
| 1231 | 1231 | } |
| 1232 | 1232 | public function setTitle($title) |
| 1233 | 1233 | { |
| 1234 | - $this->title = $title; |
|
| 1234 | + $this->title = $title; |
|
| 1235 | 1235 | } |
| 1236 | 1236 | public function getTitle() |
| 1237 | 1237 | { |
| 1238 | - return $this->title; |
|
| 1238 | + return $this->title; |
|
| 1239 | 1239 | } |
| 1240 | 1240 | } |
| 1241 | 1241 | |
@@ -1249,19 +1249,19 @@ discard block |
||
| 1249 | 1249 | |
| 1250 | 1250 | public function setFamilyName($familyName) |
| 1251 | 1251 | { |
| 1252 | - $this->familyName = $familyName; |
|
| 1252 | + $this->familyName = $familyName; |
|
| 1253 | 1253 | } |
| 1254 | 1254 | public function getFamilyName() |
| 1255 | 1255 | { |
| 1256 | - return $this->familyName; |
|
| 1256 | + return $this->familyName; |
|
| 1257 | 1257 | } |
| 1258 | 1258 | public function setGivenName($givenName) |
| 1259 | 1259 | { |
| 1260 | - $this->givenName = $givenName; |
|
| 1260 | + $this->givenName = $givenName; |
|
| 1261 | 1261 | } |
| 1262 | 1262 | public function getGivenName() |
| 1263 | 1263 | { |
| 1264 | - return $this->givenName; |
|
| 1264 | + return $this->givenName; |
|
| 1265 | 1265 | } |
| 1266 | 1266 | } |
| 1267 | 1267 | |
@@ -1277,19 +1277,19 @@ discard block |
||
| 1277 | 1277 | |
| 1278 | 1278 | public function setKind($kind) |
| 1279 | 1279 | { |
| 1280 | - $this->kind = $kind; |
|
| 1280 | + $this->kind = $kind; |
|
| 1281 | 1281 | } |
| 1282 | 1282 | public function getKind() |
| 1283 | 1283 | { |
| 1284 | - return $this->kind; |
|
| 1284 | + return $this->kind; |
|
| 1285 | 1285 | } |
| 1286 | 1286 | public function setResults($results) |
| 1287 | 1287 | { |
| 1288 | - $this->results = $results; |
|
| 1288 | + $this->results = $results; |
|
| 1289 | 1289 | } |
| 1290 | 1290 | public function getResults() |
| 1291 | 1291 | { |
| 1292 | - return $this->results; |
|
| 1292 | + return $this->results; |
|
| 1293 | 1293 | } |
| 1294 | 1294 | } |
| 1295 | 1295 | |
@@ -1305,27 +1305,27 @@ discard block |
||
| 1305 | 1305 | |
| 1306 | 1306 | public function setDefinitionId($definitionId) |
| 1307 | 1307 | { |
| 1308 | - $this->definitionId = $definitionId; |
|
| 1308 | + $this->definitionId = $definitionId; |
|
| 1309 | 1309 | } |
| 1310 | 1310 | public function getDefinitionId() |
| 1311 | 1311 | { |
| 1312 | - return $this->definitionId; |
|
| 1312 | + return $this->definitionId; |
|
| 1313 | 1313 | } |
| 1314 | 1314 | public function setKind($kind) |
| 1315 | 1315 | { |
| 1316 | - $this->kind = $kind; |
|
| 1316 | + $this->kind = $kind; |
|
| 1317 | 1317 | } |
| 1318 | 1318 | public function getKind() |
| 1319 | 1319 | { |
| 1320 | - return $this->kind; |
|
| 1320 | + return $this->kind; |
|
| 1321 | 1321 | } |
| 1322 | 1322 | public function setResetScoreTimeSpans($resetScoreTimeSpans) |
| 1323 | 1323 | { |
| 1324 | - $this->resetScoreTimeSpans = $resetScoreTimeSpans; |
|
| 1324 | + $this->resetScoreTimeSpans = $resetScoreTimeSpans; |
|
| 1325 | 1325 | } |
| 1326 | 1326 | public function getResetScoreTimeSpans() |
| 1327 | 1327 | { |
| 1328 | - return $this->resetScoreTimeSpans; |
|
| 1328 | + return $this->resetScoreTimeSpans; |
|
| 1329 | 1329 | } |
| 1330 | 1330 | } |
| 1331 | 1331 | |
@@ -1333,7 +1333,7 @@ discard block |
||
| 1333 | 1333 | { |
| 1334 | 1334 | protected $collection_key = 'quest_ids'; |
| 1335 | 1335 | protected $internal_gapi_mappings = array( |
| 1336 | - "questIds" => "quest_ids", |
|
| 1336 | + "questIds" => "quest_ids", |
|
| 1337 | 1337 | ); |
| 1338 | 1338 | public $kind; |
| 1339 | 1339 | public $questIds; |
@@ -1341,19 +1341,19 @@ discard block |
||
| 1341 | 1341 | |
| 1342 | 1342 | public function setKind($kind) |
| 1343 | 1343 | { |
| 1344 | - $this->kind = $kind; |
|
| 1344 | + $this->kind = $kind; |
|
| 1345 | 1345 | } |
| 1346 | 1346 | public function getKind() |
| 1347 | 1347 | { |
| 1348 | - return $this->kind; |
|
| 1348 | + return $this->kind; |
|
| 1349 | 1349 | } |
| 1350 | 1350 | public function setQuestIds($questIds) |
| 1351 | 1351 | { |
| 1352 | - $this->questIds = $questIds; |
|
| 1352 | + $this->questIds = $questIds; |
|
| 1353 | 1353 | } |
| 1354 | 1354 | public function getQuestIds() |
| 1355 | 1355 | { |
| 1356 | - return $this->questIds; |
|
| 1356 | + return $this->questIds; |
|
| 1357 | 1357 | } |
| 1358 | 1358 | } |
| 1359 | 1359 | |
@@ -1361,7 +1361,7 @@ discard block |
||
| 1361 | 1361 | { |
| 1362 | 1362 | protected $collection_key = 'leaderboard_ids'; |
| 1363 | 1363 | protected $internal_gapi_mappings = array( |
| 1364 | - "leaderboardIds" => "leaderboard_ids", |
|
| 1364 | + "leaderboardIds" => "leaderboard_ids", |
|
| 1365 | 1365 | ); |
| 1366 | 1366 | public $kind; |
| 1367 | 1367 | public $leaderboardIds; |
@@ -1369,18 +1369,18 @@ discard block |
||
| 1369 | 1369 | |
| 1370 | 1370 | public function setKind($kind) |
| 1371 | 1371 | { |
| 1372 | - $this->kind = $kind; |
|
| 1372 | + $this->kind = $kind; |
|
| 1373 | 1373 | } |
| 1374 | 1374 | public function getKind() |
| 1375 | 1375 | { |
| 1376 | - return $this->kind; |
|
| 1376 | + return $this->kind; |
|
| 1377 | 1377 | } |
| 1378 | 1378 | public function setLeaderboardIds($leaderboardIds) |
| 1379 | 1379 | { |
| 1380 | - $this->leaderboardIds = $leaderboardIds; |
|
| 1380 | + $this->leaderboardIds = $leaderboardIds; |
|
| 1381 | 1381 | } |
| 1382 | 1382 | public function getLeaderboardIds() |
| 1383 | 1383 | { |
| 1384 | - return $this->leaderboardIds; |
|
| 1384 | + return $this->leaderboardIds; |
|
| 1385 | 1385 | } |
| 1386 | 1386 | } |
@@ -76,15 +76,15 @@ discard block |
||
| 76 | 76 | 'required' => true, |
| 77 | 77 | ), |
| 78 | 78 | ), |
| 79 | - ),'resetAll' => array( |
|
| 79 | + ), 'resetAll' => array( |
|
| 80 | 80 | 'path' => 'achievements/reset', |
| 81 | 81 | 'httpMethod' => 'POST', |
| 82 | 82 | 'parameters' => array(), |
| 83 | - ),'resetAllForAllPlayers' => array( |
|
| 83 | + ), 'resetAllForAllPlayers' => array( |
|
| 84 | 84 | 'path' => 'achievements/resetAllForAllPlayers', |
| 85 | 85 | 'httpMethod' => 'POST', |
| 86 | 86 | 'parameters' => array(), |
| 87 | - ),'resetForAllPlayers' => array( |
|
| 87 | + ), 'resetForAllPlayers' => array( |
|
| 88 | 88 | 'path' => 'achievements/{achievementId}/resetForAllPlayers', |
| 89 | 89 | 'httpMethod' => 'POST', |
| 90 | 90 | 'parameters' => array( |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | 'required' => true, |
| 95 | 95 | ), |
| 96 | 96 | ), |
| 97 | - ),'resetMultipleForAllPlayers' => array( |
|
| 97 | + ), 'resetMultipleForAllPlayers' => array( |
|
| 98 | 98 | 'path' => 'achievements/resetMultipleForAllPlayers', |
| 99 | 99 | 'httpMethod' => 'POST', |
| 100 | 100 | 'parameters' => array(), |
@@ -146,15 +146,15 @@ discard block |
||
| 146 | 146 | 'required' => true, |
| 147 | 147 | ), |
| 148 | 148 | ), |
| 149 | - ),'resetAll' => array( |
|
| 149 | + ), 'resetAll' => array( |
|
| 150 | 150 | 'path' => 'events/reset', |
| 151 | 151 | 'httpMethod' => 'POST', |
| 152 | 152 | 'parameters' => array(), |
| 153 | - ),'resetAllForAllPlayers' => array( |
|
| 153 | + ), 'resetAllForAllPlayers' => array( |
|
| 154 | 154 | 'path' => 'events/resetAllForAllPlayers', |
| 155 | 155 | 'httpMethod' => 'POST', |
| 156 | 156 | 'parameters' => array(), |
| 157 | - ),'resetForAllPlayers' => array( |
|
| 157 | + ), 'resetForAllPlayers' => array( |
|
| 158 | 158 | 'path' => 'events/{eventId}/resetForAllPlayers', |
| 159 | 159 | 'httpMethod' => 'POST', |
| 160 | 160 | 'parameters' => array( |
@@ -164,7 +164,7 @@ discard block |
||
| 164 | 164 | 'required' => true, |
| 165 | 165 | ), |
| 166 | 166 | ), |
| 167 | - ),'resetMultipleForAllPlayers' => array( |
|
| 167 | + ), 'resetMultipleForAllPlayers' => array( |
|
| 168 | 168 | 'path' => 'events/resetMultipleForAllPlayers', |
| 169 | 169 | 'httpMethod' => 'POST', |
| 170 | 170 | 'parameters' => array(), |
@@ -193,7 +193,7 @@ discard block |
||
| 193 | 193 | 'required' => true, |
| 194 | 194 | ), |
| 195 | 195 | ), |
| 196 | - ),'unhide' => array( |
|
| 196 | + ), 'unhide' => array( |
|
| 197 | 197 | 'path' => 'applications/{applicationId}/players/hidden/{playerId}', |
| 198 | 198 | 'httpMethod' => 'DELETE', |
| 199 | 199 | 'parameters' => array( |
@@ -228,15 +228,15 @@ discard block |
||
| 228 | 228 | 'required' => true, |
| 229 | 229 | ), |
| 230 | 230 | ), |
| 231 | - ),'resetAll' => array( |
|
| 231 | + ), 'resetAll' => array( |
|
| 232 | 232 | 'path' => 'quests/reset', |
| 233 | 233 | 'httpMethod' => 'POST', |
| 234 | 234 | 'parameters' => array(), |
| 235 | - ),'resetAllForAllPlayers' => array( |
|
| 235 | + ), 'resetAllForAllPlayers' => array( |
|
| 236 | 236 | 'path' => 'quests/resetAllForAllPlayers', |
| 237 | 237 | 'httpMethod' => 'POST', |
| 238 | 238 | 'parameters' => array(), |
| 239 | - ),'resetForAllPlayers' => array( |
|
| 239 | + ), 'resetForAllPlayers' => array( |
|
| 240 | 240 | 'path' => 'quests/{questId}/resetForAllPlayers', |
| 241 | 241 | 'httpMethod' => 'POST', |
| 242 | 242 | 'parameters' => array( |
@@ -246,7 +246,7 @@ discard block |
||
| 246 | 246 | 'required' => true, |
| 247 | 247 | ), |
| 248 | 248 | ), |
| 249 | - ),'resetMultipleForAllPlayers' => array( |
|
| 249 | + ), 'resetMultipleForAllPlayers' => array( |
|
| 250 | 250 | 'path' => 'quests/resetMultipleForAllPlayers', |
| 251 | 251 | 'httpMethod' => 'POST', |
| 252 | 252 | 'parameters' => array(), |
@@ -264,7 +264,7 @@ discard block |
||
| 264 | 264 | 'path' => 'rooms/reset', |
| 265 | 265 | 'httpMethod' => 'POST', |
| 266 | 266 | 'parameters' => array(), |
| 267 | - ),'resetForAllPlayers' => array( |
|
| 267 | + ), 'resetForAllPlayers' => array( |
|
| 268 | 268 | 'path' => 'rooms/resetForAllPlayers', |
| 269 | 269 | 'httpMethod' => 'POST', |
| 270 | 270 | 'parameters' => array(), |
@@ -288,15 +288,15 @@ discard block |
||
| 288 | 288 | 'required' => true, |
| 289 | 289 | ), |
| 290 | 290 | ), |
| 291 | - ),'resetAll' => array( |
|
| 291 | + ), 'resetAll' => array( |
|
| 292 | 292 | 'path' => 'scores/reset', |
| 293 | 293 | 'httpMethod' => 'POST', |
| 294 | 294 | 'parameters' => array(), |
| 295 | - ),'resetAllForAllPlayers' => array( |
|
| 295 | + ), 'resetAllForAllPlayers' => array( |
|
| 296 | 296 | 'path' => 'scores/resetAllForAllPlayers', |
| 297 | 297 | 'httpMethod' => 'POST', |
| 298 | 298 | 'parameters' => array(), |
| 299 | - ),'resetForAllPlayers' => array( |
|
| 299 | + ), 'resetForAllPlayers' => array( |
|
| 300 | 300 | 'path' => 'leaderboards/{leaderboardId}/scores/resetForAllPlayers', |
| 301 | 301 | 'httpMethod' => 'POST', |
| 302 | 302 | 'parameters' => array( |
@@ -306,7 +306,7 @@ discard block |
||
| 306 | 306 | 'required' => true, |
| 307 | 307 | ), |
| 308 | 308 | ), |
| 309 | - ),'resetMultipleForAllPlayers' => array( |
|
| 309 | + ), 'resetMultipleForAllPlayers' => array( |
|
| 310 | 310 | 'path' => 'scores/resetMultipleForAllPlayers', |
| 311 | 311 | 'httpMethod' => 'POST', |
| 312 | 312 | 'parameters' => array(), |
@@ -324,7 +324,7 @@ discard block |
||
| 324 | 324 | 'path' => 'turnbasedmatches/reset', |
| 325 | 325 | 'httpMethod' => 'POST', |
| 326 | 326 | 'parameters' => array(), |
| 327 | - ),'resetForAllPlayers' => array( |
|
| 327 | + ), 'resetForAllPlayers' => array( |
|
| 328 | 328 | 'path' => 'turnbasedmatches/resetForAllPlayers', |
| 329 | 329 | 'httpMethod' => 'POST', |
| 330 | 330 | 'parameters' => array(), |
@@ -718,7 +718,7 @@ discard block |
||
| 718 | 718 | * |
| 719 | 719 | * @param string $userId The user's email address. The special value me can be |
| 720 | 720 | * used to indicate the authenticated user. |
| 721 | - * @param Google_WatchRequest $postBody |
|
| 721 | + * @param Google_Service_Gmail_WatchRequest $postBody |
|
| 722 | 722 | * @param array $optParams Optional parameters. |
| 723 | 723 | * @return Google_Service_Gmail_WatchResponse |
| 724 | 724 | */ |
@@ -746,7 +746,7 @@ discard block |
||
| 746 | 746 | * |
| 747 | 747 | * @param string $userId The user's email address. The special value me can be |
| 748 | 748 | * used to indicate the authenticated user. |
| 749 | - * @param Google_Draft $postBody |
|
| 749 | + * @param Google_Service_Gmail_Draft $postBody |
|
| 750 | 750 | * @param array $optParams Optional parameters. |
| 751 | 751 | * @return Google_Service_Gmail_Draft |
| 752 | 752 | */ |
@@ -816,7 +816,7 @@ discard block |
||
| 816 | 816 | * |
| 817 | 817 | * @param string $userId The user's email address. The special value me can be |
| 818 | 818 | * used to indicate the authenticated user. |
| 819 | - * @param Google_Draft $postBody |
|
| 819 | + * @param Google_Service_Gmail_Draft $postBody |
|
| 820 | 820 | * @param array $optParams Optional parameters. |
| 821 | 821 | * @return Google_Service_Gmail_Message |
| 822 | 822 | */ |
@@ -833,7 +833,7 @@ discard block |
||
| 833 | 833 | * @param string $userId The user's email address. The special value me can be |
| 834 | 834 | * used to indicate the authenticated user. |
| 835 | 835 | * @param string $id The ID of the draft to update. |
| 836 | - * @param Google_Draft $postBody |
|
| 836 | + * @param Google_Service_Gmail_Draft $postBody |
|
| 837 | 837 | * @param array $optParams Optional parameters. |
| 838 | 838 | * @return Google_Service_Gmail_Draft |
| 839 | 839 | */ |
@@ -904,7 +904,7 @@ discard block |
||
| 904 | 904 | * |
| 905 | 905 | * @param string $userId The user's email address. The special value me can be |
| 906 | 906 | * used to indicate the authenticated user. |
| 907 | - * @param Google_Label $postBody |
|
| 907 | + * @param Google_Service_Gmail_Label $postBody |
|
| 908 | 908 | * @param array $optParams Optional parameters. |
| 909 | 909 | * @return Google_Service_Gmail_Label |
| 910 | 910 | */ |
@@ -969,7 +969,7 @@ discard block |
||
| 969 | 969 | * @param string $userId The user's email address. The special value me can be |
| 970 | 970 | * used to indicate the authenticated user. |
| 971 | 971 | * @param string $id The ID of the label to update. |
| 972 | - * @param Google_Label $postBody |
|
| 972 | + * @param Google_Service_Gmail_Label $postBody |
|
| 973 | 973 | * @param array $optParams Optional parameters. |
| 974 | 974 | * @return Google_Service_Gmail_Label |
| 975 | 975 | */ |
@@ -986,7 +986,7 @@ discard block |
||
| 986 | 986 | * @param string $userId The user's email address. The special value me can be |
| 987 | 987 | * used to indicate the authenticated user. |
| 988 | 988 | * @param string $id The ID of the label to update. |
| 989 | - * @param Google_Label $postBody |
|
| 989 | + * @param Google_Service_Gmail_Label $postBody |
|
| 990 | 990 | * @param array $optParams Optional parameters. |
| 991 | 991 | * @return Google_Service_Gmail_Label |
| 992 | 992 | */ |
@@ -1051,7 +1051,7 @@ discard block |
||
| 1051 | 1051 | * |
| 1052 | 1052 | * @param string $userId The user's email address. The special value me can be |
| 1053 | 1053 | * used to indicate the authenticated user. |
| 1054 | - * @param Google_Message $postBody |
|
| 1054 | + * @param Google_Service_Gmail_Message $postBody |
|
| 1055 | 1055 | * @param array $optParams Optional parameters. |
| 1056 | 1056 | * |
| 1057 | 1057 | * @opt_param bool deleted Mark the email as permanently deleted (not TRASH) and |
@@ -1079,7 +1079,7 @@ discard block |
||
| 1079 | 1079 | * |
| 1080 | 1080 | * @param string $userId The user's email address. The special value me can be |
| 1081 | 1081 | * used to indicate the authenticated user. |
| 1082 | - * @param Google_Message $postBody |
|
| 1082 | + * @param Google_Service_Gmail_Message $postBody |
|
| 1083 | 1083 | * @param array $optParams Optional parameters. |
| 1084 | 1084 | * |
| 1085 | 1085 | * @opt_param bool deleted Mark the email as permanently deleted (not TRASH) and |
@@ -1128,7 +1128,7 @@ discard block |
||
| 1128 | 1128 | * @param string $userId The user's email address. The special value me can be |
| 1129 | 1129 | * used to indicate the authenticated user. |
| 1130 | 1130 | * @param string $id The ID of the message to modify. |
| 1131 | - * @param Google_ModifyMessageRequest $postBody |
|
| 1131 | + * @param Google_Service_Gmail_ModifyMessageRequest $postBody |
|
| 1132 | 1132 | * @param array $optParams Optional parameters. |
| 1133 | 1133 | * @return Google_Service_Gmail_Message |
| 1134 | 1134 | */ |
@@ -1145,7 +1145,7 @@ discard block |
||
| 1145 | 1145 | * |
| 1146 | 1146 | * @param string $userId The user's email address. The special value me can be |
| 1147 | 1147 | * used to indicate the authenticated user. |
| 1148 | - * @param Google_Message $postBody |
|
| 1148 | + * @param Google_Service_Gmail_Message $postBody |
|
| 1149 | 1149 | * @param array $optParams Optional parameters. |
| 1150 | 1150 | * @return Google_Service_Gmail_Message |
| 1151 | 1151 | */ |
@@ -1297,7 +1297,7 @@ discard block |
||
| 1297 | 1297 | * @param string $userId The user's email address. The special value me can be |
| 1298 | 1298 | * used to indicate the authenticated user. |
| 1299 | 1299 | * @param string $id The ID of the thread to modify. |
| 1300 | - * @param Google_ModifyThreadRequest $postBody |
|
| 1300 | + * @param Google_Service_Gmail_ModifyThreadRequest $postBody |
|
| 1301 | 1301 | * @param array $optParams Optional parameters. |
| 1302 | 1302 | * @return Google_Service_Gmail_Thread |
| 1303 | 1303 | */ |
@@ -32,22 +32,22 @@ discard block |
||
| 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 drafts and send emails. */ |
| 37 | 37 | const GMAIL_COMPOSE = |
| 38 | - "https://www.googleapis.com/auth/gmail.compose"; |
|
| 38 | + "https://www.googleapis.com/auth/gmail.compose"; |
|
| 39 | 39 | /** Insert mail into your mailbox. */ |
| 40 | 40 | const GMAIL_INSERT = |
| 41 | - "https://www.googleapis.com/auth/gmail.insert"; |
|
| 41 | + "https://www.googleapis.com/auth/gmail.insert"; |
|
| 42 | 42 | /** Manage mailbox labels. */ |
| 43 | 43 | const GMAIL_LABELS = |
| 44 | - "https://www.googleapis.com/auth/gmail.labels"; |
|
| 44 | + "https://www.googleapis.com/auth/gmail.labels"; |
|
| 45 | 45 | /** View and modify but not delete your email. */ |
| 46 | 46 | const GMAIL_MODIFY = |
| 47 | - "https://www.googleapis.com/auth/gmail.modify"; |
|
| 47 | + "https://www.googleapis.com/auth/gmail.modify"; |
|
| 48 | 48 | /** View your emails messages and settings. */ |
| 49 | 49 | const GMAIL_READONLY = |
| 50 | - "https://www.googleapis.com/auth/gmail.readonly"; |
|
| 50 | + "https://www.googleapis.com/auth/gmail.readonly"; |
|
| 51 | 51 | |
| 52 | 52 | public $users; |
| 53 | 53 | public $users_drafts; |
@@ -65,609 +65,609 @@ discard block |
||
| 65 | 65 | */ |
| 66 | 66 | public function __construct(Google_Client $client) |
| 67 | 67 | { |
| 68 | - parent::__construct($client); |
|
| 69 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 70 | - $this->servicePath = 'gmail/v1/users/'; |
|
| 71 | - $this->version = 'v1'; |
|
| 72 | - $this->serviceName = 'gmail'; |
|
| 73 | - |
|
| 74 | - $this->users = new Google_Service_Gmail_Users_Resource( |
|
| 75 | - $this, |
|
| 76 | - $this->serviceName, |
|
| 77 | - 'users', |
|
| 78 | - array( |
|
| 79 | - 'methods' => array( |
|
| 80 | - 'getProfile' => array( |
|
| 81 | - 'path' => '{userId}/profile', |
|
| 82 | - 'httpMethod' => 'GET', |
|
| 83 | - 'parameters' => array( |
|
| 84 | - 'userId' => array( |
|
| 85 | - 'location' => 'path', |
|
| 86 | - 'type' => 'string', |
|
| 87 | - 'required' => true, |
|
| 88 | - ), |
|
| 89 | - ), |
|
| 90 | - ),'stop' => array( |
|
| 91 | - 'path' => '{userId}/stop', |
|
| 92 | - 'httpMethod' => 'POST', |
|
| 93 | - 'parameters' => array( |
|
| 94 | - 'userId' => array( |
|
| 95 | - 'location' => 'path', |
|
| 96 | - 'type' => 'string', |
|
| 97 | - 'required' => true, |
|
| 98 | - ), |
|
| 99 | - ), |
|
| 100 | - ),'watch' => array( |
|
| 101 | - 'path' => '{userId}/watch', |
|
| 102 | - 'httpMethod' => 'POST', |
|
| 103 | - 'parameters' => array( |
|
| 104 | - 'userId' => array( |
|
| 105 | - 'location' => 'path', |
|
| 106 | - 'type' => 'string', |
|
| 107 | - 'required' => true, |
|
| 108 | - ), |
|
| 109 | - ), |
|
| 110 | - ), |
|
| 111 | - ) |
|
| 112 | - ) |
|
| 113 | - ); |
|
| 114 | - $this->users_drafts = new Google_Service_Gmail_UsersDrafts_Resource( |
|
| 115 | - $this, |
|
| 116 | - $this->serviceName, |
|
| 117 | - 'drafts', |
|
| 118 | - array( |
|
| 119 | - 'methods' => array( |
|
| 120 | - 'create' => array( |
|
| 121 | - 'path' => '{userId}/drafts', |
|
| 122 | - 'httpMethod' => 'POST', |
|
| 123 | - 'parameters' => array( |
|
| 124 | - 'userId' => array( |
|
| 125 | - 'location' => 'path', |
|
| 126 | - 'type' => 'string', |
|
| 127 | - 'required' => true, |
|
| 128 | - ), |
|
| 129 | - ), |
|
| 130 | - ),'delete' => array( |
|
| 131 | - 'path' => '{userId}/drafts/{id}', |
|
| 132 | - 'httpMethod' => 'DELETE', |
|
| 133 | - 'parameters' => array( |
|
| 134 | - 'userId' => array( |
|
| 135 | - 'location' => 'path', |
|
| 136 | - 'type' => 'string', |
|
| 137 | - 'required' => true, |
|
| 138 | - ), |
|
| 139 | - 'id' => array( |
|
| 140 | - 'location' => 'path', |
|
| 141 | - 'type' => 'string', |
|
| 142 | - 'required' => true, |
|
| 143 | - ), |
|
| 144 | - ), |
|
| 145 | - ),'get' => array( |
|
| 146 | - 'path' => '{userId}/drafts/{id}', |
|
| 147 | - 'httpMethod' => 'GET', |
|
| 148 | - 'parameters' => array( |
|
| 149 | - 'userId' => array( |
|
| 150 | - 'location' => 'path', |
|
| 151 | - 'type' => 'string', |
|
| 152 | - 'required' => true, |
|
| 153 | - ), |
|
| 154 | - 'id' => array( |
|
| 155 | - 'location' => 'path', |
|
| 156 | - 'type' => 'string', |
|
| 157 | - 'required' => true, |
|
| 158 | - ), |
|
| 159 | - 'format' => array( |
|
| 160 | - 'location' => 'query', |
|
| 161 | - 'type' => 'string', |
|
| 162 | - ), |
|
| 163 | - ), |
|
| 164 | - ),'list' => array( |
|
| 165 | - 'path' => '{userId}/drafts', |
|
| 166 | - 'httpMethod' => 'GET', |
|
| 167 | - 'parameters' => array( |
|
| 168 | - 'userId' => array( |
|
| 169 | - 'location' => 'path', |
|
| 170 | - 'type' => 'string', |
|
| 171 | - 'required' => true, |
|
| 172 | - ), |
|
| 173 | - 'pageToken' => array( |
|
| 174 | - 'location' => 'query', |
|
| 175 | - 'type' => 'string', |
|
| 176 | - ), |
|
| 177 | - 'maxResults' => array( |
|
| 178 | - 'location' => 'query', |
|
| 179 | - 'type' => 'integer', |
|
| 180 | - ), |
|
| 181 | - ), |
|
| 182 | - ),'send' => array( |
|
| 183 | - 'path' => '{userId}/drafts/send', |
|
| 184 | - 'httpMethod' => 'POST', |
|
| 185 | - 'parameters' => array( |
|
| 186 | - 'userId' => array( |
|
| 187 | - 'location' => 'path', |
|
| 188 | - 'type' => 'string', |
|
| 189 | - 'required' => true, |
|
| 190 | - ), |
|
| 191 | - ), |
|
| 192 | - ),'update' => array( |
|
| 193 | - 'path' => '{userId}/drafts/{id}', |
|
| 194 | - 'httpMethod' => 'PUT', |
|
| 195 | - 'parameters' => array( |
|
| 196 | - 'userId' => array( |
|
| 197 | - 'location' => 'path', |
|
| 198 | - 'type' => 'string', |
|
| 199 | - 'required' => true, |
|
| 200 | - ), |
|
| 201 | - 'id' => array( |
|
| 202 | - 'location' => 'path', |
|
| 203 | - 'type' => 'string', |
|
| 204 | - 'required' => true, |
|
| 205 | - ), |
|
| 206 | - ), |
|
| 207 | - ), |
|
| 208 | - ) |
|
| 209 | - ) |
|
| 210 | - ); |
|
| 211 | - $this->users_history = new Google_Service_Gmail_UsersHistory_Resource( |
|
| 212 | - $this, |
|
| 213 | - $this->serviceName, |
|
| 214 | - 'history', |
|
| 215 | - array( |
|
| 216 | - 'methods' => array( |
|
| 217 | - 'list' => array( |
|
| 218 | - 'path' => '{userId}/history', |
|
| 219 | - 'httpMethod' => 'GET', |
|
| 220 | - 'parameters' => array( |
|
| 221 | - 'userId' => array( |
|
| 222 | - 'location' => 'path', |
|
| 223 | - 'type' => 'string', |
|
| 224 | - 'required' => true, |
|
| 225 | - ), |
|
| 226 | - 'pageToken' => array( |
|
| 227 | - 'location' => 'query', |
|
| 228 | - 'type' => 'string', |
|
| 229 | - ), |
|
| 230 | - 'maxResults' => array( |
|
| 231 | - 'location' => 'query', |
|
| 232 | - 'type' => 'integer', |
|
| 233 | - ), |
|
| 234 | - 'labelId' => array( |
|
| 235 | - 'location' => 'query', |
|
| 236 | - 'type' => 'string', |
|
| 237 | - ), |
|
| 238 | - 'startHistoryId' => array( |
|
| 239 | - 'location' => 'query', |
|
| 240 | - 'type' => 'string', |
|
| 241 | - ), |
|
| 242 | - ), |
|
| 243 | - ), |
|
| 244 | - ) |
|
| 245 | - ) |
|
| 246 | - ); |
|
| 247 | - $this->users_labels = new Google_Service_Gmail_UsersLabels_Resource( |
|
| 248 | - $this, |
|
| 249 | - $this->serviceName, |
|
| 250 | - 'labels', |
|
| 251 | - array( |
|
| 252 | - 'methods' => array( |
|
| 253 | - 'create' => array( |
|
| 254 | - 'path' => '{userId}/labels', |
|
| 255 | - 'httpMethod' => 'POST', |
|
| 256 | - 'parameters' => array( |
|
| 257 | - 'userId' => array( |
|
| 258 | - 'location' => 'path', |
|
| 259 | - 'type' => 'string', |
|
| 260 | - 'required' => true, |
|
| 261 | - ), |
|
| 262 | - ), |
|
| 263 | - ),'delete' => array( |
|
| 264 | - 'path' => '{userId}/labels/{id}', |
|
| 265 | - 'httpMethod' => 'DELETE', |
|
| 266 | - 'parameters' => array( |
|
| 267 | - 'userId' => array( |
|
| 268 | - 'location' => 'path', |
|
| 269 | - 'type' => 'string', |
|
| 270 | - 'required' => true, |
|
| 271 | - ), |
|
| 272 | - 'id' => array( |
|
| 273 | - 'location' => 'path', |
|
| 274 | - 'type' => 'string', |
|
| 275 | - 'required' => true, |
|
| 276 | - ), |
|
| 277 | - ), |
|
| 278 | - ),'get' => array( |
|
| 279 | - 'path' => '{userId}/labels/{id}', |
|
| 280 | - 'httpMethod' => 'GET', |
|
| 281 | - 'parameters' => array( |
|
| 282 | - 'userId' => array( |
|
| 283 | - 'location' => 'path', |
|
| 284 | - 'type' => 'string', |
|
| 285 | - 'required' => true, |
|
| 286 | - ), |
|
| 287 | - 'id' => array( |
|
| 288 | - 'location' => 'path', |
|
| 289 | - 'type' => 'string', |
|
| 290 | - 'required' => true, |
|
| 291 | - ), |
|
| 292 | - ), |
|
| 293 | - ),'list' => array( |
|
| 294 | - 'path' => '{userId}/labels', |
|
| 295 | - 'httpMethod' => 'GET', |
|
| 296 | - 'parameters' => array( |
|
| 297 | - 'userId' => array( |
|
| 298 | - 'location' => 'path', |
|
| 299 | - 'type' => 'string', |
|
| 300 | - 'required' => true, |
|
| 301 | - ), |
|
| 302 | - ), |
|
| 303 | - ),'patch' => array( |
|
| 304 | - 'path' => '{userId}/labels/{id}', |
|
| 305 | - 'httpMethod' => 'PATCH', |
|
| 306 | - 'parameters' => array( |
|
| 307 | - 'userId' => array( |
|
| 308 | - 'location' => 'path', |
|
| 309 | - 'type' => 'string', |
|
| 310 | - 'required' => true, |
|
| 311 | - ), |
|
| 312 | - 'id' => array( |
|
| 313 | - 'location' => 'path', |
|
| 314 | - 'type' => 'string', |
|
| 315 | - 'required' => true, |
|
| 316 | - ), |
|
| 317 | - ), |
|
| 318 | - ),'update' => array( |
|
| 319 | - 'path' => '{userId}/labels/{id}', |
|
| 320 | - 'httpMethod' => 'PUT', |
|
| 321 | - 'parameters' => array( |
|
| 322 | - 'userId' => array( |
|
| 323 | - 'location' => 'path', |
|
| 324 | - 'type' => 'string', |
|
| 325 | - 'required' => true, |
|
| 326 | - ), |
|
| 327 | - 'id' => array( |
|
| 328 | - 'location' => 'path', |
|
| 329 | - 'type' => 'string', |
|
| 330 | - 'required' => true, |
|
| 331 | - ), |
|
| 332 | - ), |
|
| 333 | - ), |
|
| 334 | - ) |
|
| 335 | - ) |
|
| 336 | - ); |
|
| 337 | - $this->users_messages = new Google_Service_Gmail_UsersMessages_Resource( |
|
| 338 | - $this, |
|
| 339 | - $this->serviceName, |
|
| 340 | - 'messages', |
|
| 341 | - array( |
|
| 342 | - 'methods' => array( |
|
| 343 | - 'delete' => array( |
|
| 344 | - 'path' => '{userId}/messages/{id}', |
|
| 345 | - 'httpMethod' => 'DELETE', |
|
| 346 | - 'parameters' => array( |
|
| 347 | - 'userId' => array( |
|
| 348 | - 'location' => 'path', |
|
| 349 | - 'type' => 'string', |
|
| 350 | - 'required' => true, |
|
| 351 | - ), |
|
| 352 | - 'id' => array( |
|
| 353 | - 'location' => 'path', |
|
| 354 | - 'type' => 'string', |
|
| 355 | - 'required' => true, |
|
| 356 | - ), |
|
| 357 | - ), |
|
| 358 | - ),'get' => array( |
|
| 359 | - 'path' => '{userId}/messages/{id}', |
|
| 360 | - 'httpMethod' => 'GET', |
|
| 361 | - 'parameters' => array( |
|
| 362 | - 'userId' => array( |
|
| 363 | - 'location' => 'path', |
|
| 364 | - 'type' => 'string', |
|
| 365 | - 'required' => true, |
|
| 366 | - ), |
|
| 367 | - 'id' => array( |
|
| 368 | - 'location' => 'path', |
|
| 369 | - 'type' => 'string', |
|
| 370 | - 'required' => true, |
|
| 371 | - ), |
|
| 372 | - 'metadataHeaders' => array( |
|
| 373 | - 'location' => 'query', |
|
| 374 | - 'type' => 'string', |
|
| 375 | - 'repeated' => true, |
|
| 376 | - ), |
|
| 377 | - 'format' => array( |
|
| 378 | - 'location' => 'query', |
|
| 379 | - 'type' => 'string', |
|
| 380 | - ), |
|
| 381 | - ), |
|
| 382 | - ),'import' => array( |
|
| 383 | - 'path' => '{userId}/messages/import', |
|
| 384 | - 'httpMethod' => 'POST', |
|
| 385 | - 'parameters' => array( |
|
| 386 | - 'userId' => array( |
|
| 387 | - 'location' => 'path', |
|
| 388 | - 'type' => 'string', |
|
| 389 | - 'required' => true, |
|
| 390 | - ), |
|
| 391 | - 'deleted' => array( |
|
| 392 | - 'location' => 'query', |
|
| 393 | - 'type' => 'boolean', |
|
| 394 | - ), |
|
| 395 | - 'processForCalendar' => array( |
|
| 396 | - 'location' => 'query', |
|
| 397 | - 'type' => 'boolean', |
|
| 398 | - ), |
|
| 399 | - 'internalDateSource' => array( |
|
| 400 | - 'location' => 'query', |
|
| 401 | - 'type' => 'string', |
|
| 402 | - ), |
|
| 403 | - 'neverMarkSpam' => array( |
|
| 404 | - 'location' => 'query', |
|
| 405 | - 'type' => 'boolean', |
|
| 406 | - ), |
|
| 407 | - ), |
|
| 408 | - ),'insert' => array( |
|
| 409 | - 'path' => '{userId}/messages', |
|
| 410 | - 'httpMethod' => 'POST', |
|
| 411 | - 'parameters' => array( |
|
| 412 | - 'userId' => array( |
|
| 413 | - 'location' => 'path', |
|
| 414 | - 'type' => 'string', |
|
| 415 | - 'required' => true, |
|
| 416 | - ), |
|
| 417 | - 'deleted' => array( |
|
| 418 | - 'location' => 'query', |
|
| 419 | - 'type' => 'boolean', |
|
| 420 | - ), |
|
| 421 | - 'internalDateSource' => array( |
|
| 422 | - 'location' => 'query', |
|
| 423 | - 'type' => 'string', |
|
| 424 | - ), |
|
| 425 | - ), |
|
| 426 | - ),'list' => array( |
|
| 427 | - 'path' => '{userId}/messages', |
|
| 428 | - 'httpMethod' => 'GET', |
|
| 429 | - 'parameters' => array( |
|
| 430 | - 'userId' => array( |
|
| 431 | - 'location' => 'path', |
|
| 432 | - 'type' => 'string', |
|
| 433 | - 'required' => true, |
|
| 434 | - ), |
|
| 435 | - 'maxResults' => array( |
|
| 436 | - 'location' => 'query', |
|
| 437 | - 'type' => 'integer', |
|
| 438 | - ), |
|
| 439 | - 'q' => array( |
|
| 440 | - 'location' => 'query', |
|
| 441 | - 'type' => 'string', |
|
| 442 | - ), |
|
| 443 | - 'pageToken' => array( |
|
| 444 | - 'location' => 'query', |
|
| 445 | - 'type' => 'string', |
|
| 446 | - ), |
|
| 447 | - 'includeSpamTrash' => array( |
|
| 448 | - 'location' => 'query', |
|
| 449 | - 'type' => 'boolean', |
|
| 450 | - ), |
|
| 451 | - 'labelIds' => array( |
|
| 452 | - 'location' => 'query', |
|
| 453 | - 'type' => 'string', |
|
| 454 | - 'repeated' => true, |
|
| 455 | - ), |
|
| 456 | - ), |
|
| 457 | - ),'modify' => array( |
|
| 458 | - 'path' => '{userId}/messages/{id}/modify', |
|
| 459 | - 'httpMethod' => 'POST', |
|
| 460 | - 'parameters' => array( |
|
| 461 | - 'userId' => array( |
|
| 462 | - 'location' => 'path', |
|
| 463 | - 'type' => 'string', |
|
| 464 | - 'required' => true, |
|
| 465 | - ), |
|
| 466 | - 'id' => array( |
|
| 467 | - 'location' => 'path', |
|
| 468 | - 'type' => 'string', |
|
| 469 | - 'required' => true, |
|
| 470 | - ), |
|
| 471 | - ), |
|
| 472 | - ),'send' => array( |
|
| 473 | - 'path' => '{userId}/messages/send', |
|
| 474 | - 'httpMethod' => 'POST', |
|
| 475 | - 'parameters' => array( |
|
| 476 | - 'userId' => array( |
|
| 477 | - 'location' => 'path', |
|
| 478 | - 'type' => 'string', |
|
| 479 | - 'required' => true, |
|
| 480 | - ), |
|
| 481 | - ), |
|
| 482 | - ),'trash' => array( |
|
| 483 | - 'path' => '{userId}/messages/{id}/trash', |
|
| 484 | - 'httpMethod' => 'POST', |
|
| 485 | - 'parameters' => array( |
|
| 486 | - 'userId' => array( |
|
| 487 | - 'location' => 'path', |
|
| 488 | - 'type' => 'string', |
|
| 489 | - 'required' => true, |
|
| 490 | - ), |
|
| 491 | - 'id' => array( |
|
| 492 | - 'location' => 'path', |
|
| 493 | - 'type' => 'string', |
|
| 494 | - 'required' => true, |
|
| 495 | - ), |
|
| 496 | - ), |
|
| 497 | - ),'untrash' => array( |
|
| 498 | - 'path' => '{userId}/messages/{id}/untrash', |
|
| 499 | - 'httpMethod' => 'POST', |
|
| 500 | - 'parameters' => array( |
|
| 501 | - 'userId' => array( |
|
| 502 | - 'location' => 'path', |
|
| 503 | - 'type' => 'string', |
|
| 504 | - 'required' => true, |
|
| 505 | - ), |
|
| 506 | - 'id' => array( |
|
| 507 | - 'location' => 'path', |
|
| 508 | - 'type' => 'string', |
|
| 509 | - 'required' => true, |
|
| 510 | - ), |
|
| 511 | - ), |
|
| 512 | - ), |
|
| 513 | - ) |
|
| 514 | - ) |
|
| 515 | - ); |
|
| 516 | - $this->users_messages_attachments = new Google_Service_Gmail_UsersMessagesAttachments_Resource( |
|
| 517 | - $this, |
|
| 518 | - $this->serviceName, |
|
| 519 | - 'attachments', |
|
| 520 | - array( |
|
| 521 | - 'methods' => array( |
|
| 522 | - 'get' => array( |
|
| 523 | - 'path' => '{userId}/messages/{messageId}/attachments/{id}', |
|
| 524 | - 'httpMethod' => 'GET', |
|
| 525 | - 'parameters' => array( |
|
| 526 | - 'userId' => array( |
|
| 527 | - 'location' => 'path', |
|
| 528 | - 'type' => 'string', |
|
| 529 | - 'required' => true, |
|
| 530 | - ), |
|
| 531 | - 'messageId' => array( |
|
| 532 | - 'location' => 'path', |
|
| 533 | - 'type' => 'string', |
|
| 534 | - 'required' => true, |
|
| 535 | - ), |
|
| 536 | - 'id' => array( |
|
| 537 | - 'location' => 'path', |
|
| 538 | - 'type' => 'string', |
|
| 539 | - 'required' => true, |
|
| 540 | - ), |
|
| 541 | - ), |
|
| 542 | - ), |
|
| 543 | - ) |
|
| 544 | - ) |
|
| 545 | - ); |
|
| 546 | - $this->users_threads = new Google_Service_Gmail_UsersThreads_Resource( |
|
| 547 | - $this, |
|
| 548 | - $this->serviceName, |
|
| 549 | - 'threads', |
|
| 550 | - array( |
|
| 551 | - 'methods' => array( |
|
| 552 | - 'delete' => array( |
|
| 553 | - 'path' => '{userId}/threads/{id}', |
|
| 554 | - 'httpMethod' => 'DELETE', |
|
| 555 | - 'parameters' => array( |
|
| 556 | - 'userId' => array( |
|
| 557 | - 'location' => 'path', |
|
| 558 | - 'type' => 'string', |
|
| 559 | - 'required' => true, |
|
| 560 | - ), |
|
| 561 | - 'id' => array( |
|
| 562 | - 'location' => 'path', |
|
| 563 | - 'type' => 'string', |
|
| 564 | - 'required' => true, |
|
| 565 | - ), |
|
| 566 | - ), |
|
| 567 | - ),'get' => array( |
|
| 568 | - 'path' => '{userId}/threads/{id}', |
|
| 569 | - 'httpMethod' => 'GET', |
|
| 570 | - 'parameters' => array( |
|
| 571 | - 'userId' => array( |
|
| 572 | - 'location' => 'path', |
|
| 573 | - 'type' => 'string', |
|
| 574 | - 'required' => true, |
|
| 575 | - ), |
|
| 576 | - 'id' => array( |
|
| 577 | - 'location' => 'path', |
|
| 578 | - 'type' => 'string', |
|
| 579 | - 'required' => true, |
|
| 580 | - ), |
|
| 581 | - 'metadataHeaders' => array( |
|
| 582 | - 'location' => 'query', |
|
| 583 | - 'type' => 'string', |
|
| 584 | - 'repeated' => true, |
|
| 585 | - ), |
|
| 586 | - 'format' => array( |
|
| 587 | - 'location' => 'query', |
|
| 588 | - 'type' => 'string', |
|
| 589 | - ), |
|
| 590 | - ), |
|
| 591 | - ),'list' => array( |
|
| 592 | - 'path' => '{userId}/threads', |
|
| 593 | - 'httpMethod' => 'GET', |
|
| 594 | - 'parameters' => array( |
|
| 595 | - 'userId' => array( |
|
| 596 | - 'location' => 'path', |
|
| 597 | - 'type' => 'string', |
|
| 598 | - 'required' => true, |
|
| 599 | - ), |
|
| 600 | - 'maxResults' => array( |
|
| 601 | - 'location' => 'query', |
|
| 602 | - 'type' => 'integer', |
|
| 603 | - ), |
|
| 604 | - 'q' => array( |
|
| 605 | - 'location' => 'query', |
|
| 606 | - 'type' => 'string', |
|
| 607 | - ), |
|
| 608 | - 'pageToken' => array( |
|
| 609 | - 'location' => 'query', |
|
| 610 | - 'type' => 'string', |
|
| 611 | - ), |
|
| 612 | - 'includeSpamTrash' => array( |
|
| 613 | - 'location' => 'query', |
|
| 614 | - 'type' => 'boolean', |
|
| 615 | - ), |
|
| 616 | - 'labelIds' => array( |
|
| 617 | - 'location' => 'query', |
|
| 618 | - 'type' => 'string', |
|
| 619 | - 'repeated' => true, |
|
| 620 | - ), |
|
| 621 | - ), |
|
| 622 | - ),'modify' => array( |
|
| 623 | - 'path' => '{userId}/threads/{id}/modify', |
|
| 624 | - 'httpMethod' => 'POST', |
|
| 625 | - 'parameters' => array( |
|
| 626 | - 'userId' => array( |
|
| 627 | - 'location' => 'path', |
|
| 628 | - 'type' => 'string', |
|
| 629 | - 'required' => true, |
|
| 630 | - ), |
|
| 631 | - 'id' => array( |
|
| 632 | - 'location' => 'path', |
|
| 633 | - 'type' => 'string', |
|
| 634 | - 'required' => true, |
|
| 635 | - ), |
|
| 636 | - ), |
|
| 637 | - ),'trash' => array( |
|
| 638 | - 'path' => '{userId}/threads/{id}/trash', |
|
| 639 | - 'httpMethod' => 'POST', |
|
| 640 | - 'parameters' => array( |
|
| 641 | - 'userId' => array( |
|
| 642 | - 'location' => 'path', |
|
| 643 | - 'type' => 'string', |
|
| 644 | - 'required' => true, |
|
| 645 | - ), |
|
| 646 | - 'id' => array( |
|
| 647 | - 'location' => 'path', |
|
| 648 | - 'type' => 'string', |
|
| 649 | - 'required' => true, |
|
| 650 | - ), |
|
| 651 | - ), |
|
| 652 | - ),'untrash' => array( |
|
| 653 | - 'path' => '{userId}/threads/{id}/untrash', |
|
| 654 | - 'httpMethod' => 'POST', |
|
| 655 | - 'parameters' => array( |
|
| 656 | - 'userId' => array( |
|
| 657 | - 'location' => 'path', |
|
| 658 | - 'type' => 'string', |
|
| 659 | - 'required' => true, |
|
| 660 | - ), |
|
| 661 | - 'id' => array( |
|
| 662 | - 'location' => 'path', |
|
| 663 | - 'type' => 'string', |
|
| 664 | - 'required' => true, |
|
| 665 | - ), |
|
| 666 | - ), |
|
| 667 | - ), |
|
| 668 | - ) |
|
| 669 | - ) |
|
| 670 | - ); |
|
| 68 | + parent::__construct($client); |
|
| 69 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 70 | + $this->servicePath = 'gmail/v1/users/'; |
|
| 71 | + $this->version = 'v1'; |
|
| 72 | + $this->serviceName = 'gmail'; |
|
| 73 | + |
|
| 74 | + $this->users = new Google_Service_Gmail_Users_Resource( |
|
| 75 | + $this, |
|
| 76 | + $this->serviceName, |
|
| 77 | + 'users', |
|
| 78 | + array( |
|
| 79 | + 'methods' => array( |
|
| 80 | + 'getProfile' => array( |
|
| 81 | + 'path' => '{userId}/profile', |
|
| 82 | + 'httpMethod' => 'GET', |
|
| 83 | + 'parameters' => array( |
|
| 84 | + 'userId' => array( |
|
| 85 | + 'location' => 'path', |
|
| 86 | + 'type' => 'string', |
|
| 87 | + 'required' => true, |
|
| 88 | + ), |
|
| 89 | + ), |
|
| 90 | + ),'stop' => array( |
|
| 91 | + 'path' => '{userId}/stop', |
|
| 92 | + 'httpMethod' => 'POST', |
|
| 93 | + 'parameters' => array( |
|
| 94 | + 'userId' => array( |
|
| 95 | + 'location' => 'path', |
|
| 96 | + 'type' => 'string', |
|
| 97 | + 'required' => true, |
|
| 98 | + ), |
|
| 99 | + ), |
|
| 100 | + ),'watch' => array( |
|
| 101 | + 'path' => '{userId}/watch', |
|
| 102 | + 'httpMethod' => 'POST', |
|
| 103 | + 'parameters' => array( |
|
| 104 | + 'userId' => array( |
|
| 105 | + 'location' => 'path', |
|
| 106 | + 'type' => 'string', |
|
| 107 | + 'required' => true, |
|
| 108 | + ), |
|
| 109 | + ), |
|
| 110 | + ), |
|
| 111 | + ) |
|
| 112 | + ) |
|
| 113 | + ); |
|
| 114 | + $this->users_drafts = new Google_Service_Gmail_UsersDrafts_Resource( |
|
| 115 | + $this, |
|
| 116 | + $this->serviceName, |
|
| 117 | + 'drafts', |
|
| 118 | + array( |
|
| 119 | + 'methods' => array( |
|
| 120 | + 'create' => array( |
|
| 121 | + 'path' => '{userId}/drafts', |
|
| 122 | + 'httpMethod' => 'POST', |
|
| 123 | + 'parameters' => array( |
|
| 124 | + 'userId' => array( |
|
| 125 | + 'location' => 'path', |
|
| 126 | + 'type' => 'string', |
|
| 127 | + 'required' => true, |
|
| 128 | + ), |
|
| 129 | + ), |
|
| 130 | + ),'delete' => array( |
|
| 131 | + 'path' => '{userId}/drafts/{id}', |
|
| 132 | + 'httpMethod' => 'DELETE', |
|
| 133 | + 'parameters' => array( |
|
| 134 | + 'userId' => array( |
|
| 135 | + 'location' => 'path', |
|
| 136 | + 'type' => 'string', |
|
| 137 | + 'required' => true, |
|
| 138 | + ), |
|
| 139 | + 'id' => array( |
|
| 140 | + 'location' => 'path', |
|
| 141 | + 'type' => 'string', |
|
| 142 | + 'required' => true, |
|
| 143 | + ), |
|
| 144 | + ), |
|
| 145 | + ),'get' => array( |
|
| 146 | + 'path' => '{userId}/drafts/{id}', |
|
| 147 | + 'httpMethod' => 'GET', |
|
| 148 | + 'parameters' => array( |
|
| 149 | + 'userId' => array( |
|
| 150 | + 'location' => 'path', |
|
| 151 | + 'type' => 'string', |
|
| 152 | + 'required' => true, |
|
| 153 | + ), |
|
| 154 | + 'id' => array( |
|
| 155 | + 'location' => 'path', |
|
| 156 | + 'type' => 'string', |
|
| 157 | + 'required' => true, |
|
| 158 | + ), |
|
| 159 | + 'format' => array( |
|
| 160 | + 'location' => 'query', |
|
| 161 | + 'type' => 'string', |
|
| 162 | + ), |
|
| 163 | + ), |
|
| 164 | + ),'list' => array( |
|
| 165 | + 'path' => '{userId}/drafts', |
|
| 166 | + 'httpMethod' => 'GET', |
|
| 167 | + 'parameters' => array( |
|
| 168 | + 'userId' => array( |
|
| 169 | + 'location' => 'path', |
|
| 170 | + 'type' => 'string', |
|
| 171 | + 'required' => true, |
|
| 172 | + ), |
|
| 173 | + 'pageToken' => array( |
|
| 174 | + 'location' => 'query', |
|
| 175 | + 'type' => 'string', |
|
| 176 | + ), |
|
| 177 | + 'maxResults' => array( |
|
| 178 | + 'location' => 'query', |
|
| 179 | + 'type' => 'integer', |
|
| 180 | + ), |
|
| 181 | + ), |
|
| 182 | + ),'send' => array( |
|
| 183 | + 'path' => '{userId}/drafts/send', |
|
| 184 | + 'httpMethod' => 'POST', |
|
| 185 | + 'parameters' => array( |
|
| 186 | + 'userId' => array( |
|
| 187 | + 'location' => 'path', |
|
| 188 | + 'type' => 'string', |
|
| 189 | + 'required' => true, |
|
| 190 | + ), |
|
| 191 | + ), |
|
| 192 | + ),'update' => array( |
|
| 193 | + 'path' => '{userId}/drafts/{id}', |
|
| 194 | + 'httpMethod' => 'PUT', |
|
| 195 | + 'parameters' => array( |
|
| 196 | + 'userId' => array( |
|
| 197 | + 'location' => 'path', |
|
| 198 | + 'type' => 'string', |
|
| 199 | + 'required' => true, |
|
| 200 | + ), |
|
| 201 | + 'id' => array( |
|
| 202 | + 'location' => 'path', |
|
| 203 | + 'type' => 'string', |
|
| 204 | + 'required' => true, |
|
| 205 | + ), |
|
| 206 | + ), |
|
| 207 | + ), |
|
| 208 | + ) |
|
| 209 | + ) |
|
| 210 | + ); |
|
| 211 | + $this->users_history = new Google_Service_Gmail_UsersHistory_Resource( |
|
| 212 | + $this, |
|
| 213 | + $this->serviceName, |
|
| 214 | + 'history', |
|
| 215 | + array( |
|
| 216 | + 'methods' => array( |
|
| 217 | + 'list' => array( |
|
| 218 | + 'path' => '{userId}/history', |
|
| 219 | + 'httpMethod' => 'GET', |
|
| 220 | + 'parameters' => array( |
|
| 221 | + 'userId' => array( |
|
| 222 | + 'location' => 'path', |
|
| 223 | + 'type' => 'string', |
|
| 224 | + 'required' => true, |
|
| 225 | + ), |
|
| 226 | + 'pageToken' => array( |
|
| 227 | + 'location' => 'query', |
|
| 228 | + 'type' => 'string', |
|
| 229 | + ), |
|
| 230 | + 'maxResults' => array( |
|
| 231 | + 'location' => 'query', |
|
| 232 | + 'type' => 'integer', |
|
| 233 | + ), |
|
| 234 | + 'labelId' => array( |
|
| 235 | + 'location' => 'query', |
|
| 236 | + 'type' => 'string', |
|
| 237 | + ), |
|
| 238 | + 'startHistoryId' => array( |
|
| 239 | + 'location' => 'query', |
|
| 240 | + 'type' => 'string', |
|
| 241 | + ), |
|
| 242 | + ), |
|
| 243 | + ), |
|
| 244 | + ) |
|
| 245 | + ) |
|
| 246 | + ); |
|
| 247 | + $this->users_labels = new Google_Service_Gmail_UsersLabels_Resource( |
|
| 248 | + $this, |
|
| 249 | + $this->serviceName, |
|
| 250 | + 'labels', |
|
| 251 | + array( |
|
| 252 | + 'methods' => array( |
|
| 253 | + 'create' => array( |
|
| 254 | + 'path' => '{userId}/labels', |
|
| 255 | + 'httpMethod' => 'POST', |
|
| 256 | + 'parameters' => array( |
|
| 257 | + 'userId' => array( |
|
| 258 | + 'location' => 'path', |
|
| 259 | + 'type' => 'string', |
|
| 260 | + 'required' => true, |
|
| 261 | + ), |
|
| 262 | + ), |
|
| 263 | + ),'delete' => array( |
|
| 264 | + 'path' => '{userId}/labels/{id}', |
|
| 265 | + 'httpMethod' => 'DELETE', |
|
| 266 | + 'parameters' => array( |
|
| 267 | + 'userId' => array( |
|
| 268 | + 'location' => 'path', |
|
| 269 | + 'type' => 'string', |
|
| 270 | + 'required' => true, |
|
| 271 | + ), |
|
| 272 | + 'id' => array( |
|
| 273 | + 'location' => 'path', |
|
| 274 | + 'type' => 'string', |
|
| 275 | + 'required' => true, |
|
| 276 | + ), |
|
| 277 | + ), |
|
| 278 | + ),'get' => array( |
|
| 279 | + 'path' => '{userId}/labels/{id}', |
|
| 280 | + 'httpMethod' => 'GET', |
|
| 281 | + 'parameters' => array( |
|
| 282 | + 'userId' => array( |
|
| 283 | + 'location' => 'path', |
|
| 284 | + 'type' => 'string', |
|
| 285 | + 'required' => true, |
|
| 286 | + ), |
|
| 287 | + 'id' => array( |
|
| 288 | + 'location' => 'path', |
|
| 289 | + 'type' => 'string', |
|
| 290 | + 'required' => true, |
|
| 291 | + ), |
|
| 292 | + ), |
|
| 293 | + ),'list' => array( |
|
| 294 | + 'path' => '{userId}/labels', |
|
| 295 | + 'httpMethod' => 'GET', |
|
| 296 | + 'parameters' => array( |
|
| 297 | + 'userId' => array( |
|
| 298 | + 'location' => 'path', |
|
| 299 | + 'type' => 'string', |
|
| 300 | + 'required' => true, |
|
| 301 | + ), |
|
| 302 | + ), |
|
| 303 | + ),'patch' => array( |
|
| 304 | + 'path' => '{userId}/labels/{id}', |
|
| 305 | + 'httpMethod' => 'PATCH', |
|
| 306 | + 'parameters' => array( |
|
| 307 | + 'userId' => array( |
|
| 308 | + 'location' => 'path', |
|
| 309 | + 'type' => 'string', |
|
| 310 | + 'required' => true, |
|
| 311 | + ), |
|
| 312 | + 'id' => array( |
|
| 313 | + 'location' => 'path', |
|
| 314 | + 'type' => 'string', |
|
| 315 | + 'required' => true, |
|
| 316 | + ), |
|
| 317 | + ), |
|
| 318 | + ),'update' => array( |
|
| 319 | + 'path' => '{userId}/labels/{id}', |
|
| 320 | + 'httpMethod' => 'PUT', |
|
| 321 | + 'parameters' => array( |
|
| 322 | + 'userId' => array( |
|
| 323 | + 'location' => 'path', |
|
| 324 | + 'type' => 'string', |
|
| 325 | + 'required' => true, |
|
| 326 | + ), |
|
| 327 | + 'id' => array( |
|
| 328 | + 'location' => 'path', |
|
| 329 | + 'type' => 'string', |
|
| 330 | + 'required' => true, |
|
| 331 | + ), |
|
| 332 | + ), |
|
| 333 | + ), |
|
| 334 | + ) |
|
| 335 | + ) |
|
| 336 | + ); |
|
| 337 | + $this->users_messages = new Google_Service_Gmail_UsersMessages_Resource( |
|
| 338 | + $this, |
|
| 339 | + $this->serviceName, |
|
| 340 | + 'messages', |
|
| 341 | + array( |
|
| 342 | + 'methods' => array( |
|
| 343 | + 'delete' => array( |
|
| 344 | + 'path' => '{userId}/messages/{id}', |
|
| 345 | + 'httpMethod' => 'DELETE', |
|
| 346 | + 'parameters' => array( |
|
| 347 | + 'userId' => array( |
|
| 348 | + 'location' => 'path', |
|
| 349 | + 'type' => 'string', |
|
| 350 | + 'required' => true, |
|
| 351 | + ), |
|
| 352 | + 'id' => array( |
|
| 353 | + 'location' => 'path', |
|
| 354 | + 'type' => 'string', |
|
| 355 | + 'required' => true, |
|
| 356 | + ), |
|
| 357 | + ), |
|
| 358 | + ),'get' => array( |
|
| 359 | + 'path' => '{userId}/messages/{id}', |
|
| 360 | + 'httpMethod' => 'GET', |
|
| 361 | + 'parameters' => array( |
|
| 362 | + 'userId' => array( |
|
| 363 | + 'location' => 'path', |
|
| 364 | + 'type' => 'string', |
|
| 365 | + 'required' => true, |
|
| 366 | + ), |
|
| 367 | + 'id' => array( |
|
| 368 | + 'location' => 'path', |
|
| 369 | + 'type' => 'string', |
|
| 370 | + 'required' => true, |
|
| 371 | + ), |
|
| 372 | + 'metadataHeaders' => array( |
|
| 373 | + 'location' => 'query', |
|
| 374 | + 'type' => 'string', |
|
| 375 | + 'repeated' => true, |
|
| 376 | + ), |
|
| 377 | + 'format' => array( |
|
| 378 | + 'location' => 'query', |
|
| 379 | + 'type' => 'string', |
|
| 380 | + ), |
|
| 381 | + ), |
|
| 382 | + ),'import' => array( |
|
| 383 | + 'path' => '{userId}/messages/import', |
|
| 384 | + 'httpMethod' => 'POST', |
|
| 385 | + 'parameters' => array( |
|
| 386 | + 'userId' => array( |
|
| 387 | + 'location' => 'path', |
|
| 388 | + 'type' => 'string', |
|
| 389 | + 'required' => true, |
|
| 390 | + ), |
|
| 391 | + 'deleted' => array( |
|
| 392 | + 'location' => 'query', |
|
| 393 | + 'type' => 'boolean', |
|
| 394 | + ), |
|
| 395 | + 'processForCalendar' => array( |
|
| 396 | + 'location' => 'query', |
|
| 397 | + 'type' => 'boolean', |
|
| 398 | + ), |
|
| 399 | + 'internalDateSource' => array( |
|
| 400 | + 'location' => 'query', |
|
| 401 | + 'type' => 'string', |
|
| 402 | + ), |
|
| 403 | + 'neverMarkSpam' => array( |
|
| 404 | + 'location' => 'query', |
|
| 405 | + 'type' => 'boolean', |
|
| 406 | + ), |
|
| 407 | + ), |
|
| 408 | + ),'insert' => array( |
|
| 409 | + 'path' => '{userId}/messages', |
|
| 410 | + 'httpMethod' => 'POST', |
|
| 411 | + 'parameters' => array( |
|
| 412 | + 'userId' => array( |
|
| 413 | + 'location' => 'path', |
|
| 414 | + 'type' => 'string', |
|
| 415 | + 'required' => true, |
|
| 416 | + ), |
|
| 417 | + 'deleted' => array( |
|
| 418 | + 'location' => 'query', |
|
| 419 | + 'type' => 'boolean', |
|
| 420 | + ), |
|
| 421 | + 'internalDateSource' => array( |
|
| 422 | + 'location' => 'query', |
|
| 423 | + 'type' => 'string', |
|
| 424 | + ), |
|
| 425 | + ), |
|
| 426 | + ),'list' => array( |
|
| 427 | + 'path' => '{userId}/messages', |
|
| 428 | + 'httpMethod' => 'GET', |
|
| 429 | + 'parameters' => array( |
|
| 430 | + 'userId' => array( |
|
| 431 | + 'location' => 'path', |
|
| 432 | + 'type' => 'string', |
|
| 433 | + 'required' => true, |
|
| 434 | + ), |
|
| 435 | + 'maxResults' => array( |
|
| 436 | + 'location' => 'query', |
|
| 437 | + 'type' => 'integer', |
|
| 438 | + ), |
|
| 439 | + 'q' => array( |
|
| 440 | + 'location' => 'query', |
|
| 441 | + 'type' => 'string', |
|
| 442 | + ), |
|
| 443 | + 'pageToken' => array( |
|
| 444 | + 'location' => 'query', |
|
| 445 | + 'type' => 'string', |
|
| 446 | + ), |
|
| 447 | + 'includeSpamTrash' => array( |
|
| 448 | + 'location' => 'query', |
|
| 449 | + 'type' => 'boolean', |
|
| 450 | + ), |
|
| 451 | + 'labelIds' => array( |
|
| 452 | + 'location' => 'query', |
|
| 453 | + 'type' => 'string', |
|
| 454 | + 'repeated' => true, |
|
| 455 | + ), |
|
| 456 | + ), |
|
| 457 | + ),'modify' => array( |
|
| 458 | + 'path' => '{userId}/messages/{id}/modify', |
|
| 459 | + 'httpMethod' => 'POST', |
|
| 460 | + 'parameters' => array( |
|
| 461 | + 'userId' => array( |
|
| 462 | + 'location' => 'path', |
|
| 463 | + 'type' => 'string', |
|
| 464 | + 'required' => true, |
|
| 465 | + ), |
|
| 466 | + 'id' => array( |
|
| 467 | + 'location' => 'path', |
|
| 468 | + 'type' => 'string', |
|
| 469 | + 'required' => true, |
|
| 470 | + ), |
|
| 471 | + ), |
|
| 472 | + ),'send' => array( |
|
| 473 | + 'path' => '{userId}/messages/send', |
|
| 474 | + 'httpMethod' => 'POST', |
|
| 475 | + 'parameters' => array( |
|
| 476 | + 'userId' => array( |
|
| 477 | + 'location' => 'path', |
|
| 478 | + 'type' => 'string', |
|
| 479 | + 'required' => true, |
|
| 480 | + ), |
|
| 481 | + ), |
|
| 482 | + ),'trash' => array( |
|
| 483 | + 'path' => '{userId}/messages/{id}/trash', |
|
| 484 | + 'httpMethod' => 'POST', |
|
| 485 | + 'parameters' => array( |
|
| 486 | + 'userId' => array( |
|
| 487 | + 'location' => 'path', |
|
| 488 | + 'type' => 'string', |
|
| 489 | + 'required' => true, |
|
| 490 | + ), |
|
| 491 | + 'id' => array( |
|
| 492 | + 'location' => 'path', |
|
| 493 | + 'type' => 'string', |
|
| 494 | + 'required' => true, |
|
| 495 | + ), |
|
| 496 | + ), |
|
| 497 | + ),'untrash' => array( |
|
| 498 | + 'path' => '{userId}/messages/{id}/untrash', |
|
| 499 | + 'httpMethod' => 'POST', |
|
| 500 | + 'parameters' => array( |
|
| 501 | + 'userId' => array( |
|
| 502 | + 'location' => 'path', |
|
| 503 | + 'type' => 'string', |
|
| 504 | + 'required' => true, |
|
| 505 | + ), |
|
| 506 | + 'id' => array( |
|
| 507 | + 'location' => 'path', |
|
| 508 | + 'type' => 'string', |
|
| 509 | + 'required' => true, |
|
| 510 | + ), |
|
| 511 | + ), |
|
| 512 | + ), |
|
| 513 | + ) |
|
| 514 | + ) |
|
| 515 | + ); |
|
| 516 | + $this->users_messages_attachments = new Google_Service_Gmail_UsersMessagesAttachments_Resource( |
|
| 517 | + $this, |
|
| 518 | + $this->serviceName, |
|
| 519 | + 'attachments', |
|
| 520 | + array( |
|
| 521 | + 'methods' => array( |
|
| 522 | + 'get' => array( |
|
| 523 | + 'path' => '{userId}/messages/{messageId}/attachments/{id}', |
|
| 524 | + 'httpMethod' => 'GET', |
|
| 525 | + 'parameters' => array( |
|
| 526 | + 'userId' => array( |
|
| 527 | + 'location' => 'path', |
|
| 528 | + 'type' => 'string', |
|
| 529 | + 'required' => true, |
|
| 530 | + ), |
|
| 531 | + 'messageId' => array( |
|
| 532 | + 'location' => 'path', |
|
| 533 | + 'type' => 'string', |
|
| 534 | + 'required' => true, |
|
| 535 | + ), |
|
| 536 | + 'id' => array( |
|
| 537 | + 'location' => 'path', |
|
| 538 | + 'type' => 'string', |
|
| 539 | + 'required' => true, |
|
| 540 | + ), |
|
| 541 | + ), |
|
| 542 | + ), |
|
| 543 | + ) |
|
| 544 | + ) |
|
| 545 | + ); |
|
| 546 | + $this->users_threads = new Google_Service_Gmail_UsersThreads_Resource( |
|
| 547 | + $this, |
|
| 548 | + $this->serviceName, |
|
| 549 | + 'threads', |
|
| 550 | + array( |
|
| 551 | + 'methods' => array( |
|
| 552 | + 'delete' => array( |
|
| 553 | + 'path' => '{userId}/threads/{id}', |
|
| 554 | + 'httpMethod' => 'DELETE', |
|
| 555 | + 'parameters' => array( |
|
| 556 | + 'userId' => array( |
|
| 557 | + 'location' => 'path', |
|
| 558 | + 'type' => 'string', |
|
| 559 | + 'required' => true, |
|
| 560 | + ), |
|
| 561 | + 'id' => array( |
|
| 562 | + 'location' => 'path', |
|
| 563 | + 'type' => 'string', |
|
| 564 | + 'required' => true, |
|
| 565 | + ), |
|
| 566 | + ), |
|
| 567 | + ),'get' => array( |
|
| 568 | + 'path' => '{userId}/threads/{id}', |
|
| 569 | + 'httpMethod' => 'GET', |
|
| 570 | + 'parameters' => array( |
|
| 571 | + 'userId' => array( |
|
| 572 | + 'location' => 'path', |
|
| 573 | + 'type' => 'string', |
|
| 574 | + 'required' => true, |
|
| 575 | + ), |
|
| 576 | + 'id' => array( |
|
| 577 | + 'location' => 'path', |
|
| 578 | + 'type' => 'string', |
|
| 579 | + 'required' => true, |
|
| 580 | + ), |
|
| 581 | + 'metadataHeaders' => array( |
|
| 582 | + 'location' => 'query', |
|
| 583 | + 'type' => 'string', |
|
| 584 | + 'repeated' => true, |
|
| 585 | + ), |
|
| 586 | + 'format' => array( |
|
| 587 | + 'location' => 'query', |
|
| 588 | + 'type' => 'string', |
|
| 589 | + ), |
|
| 590 | + ), |
|
| 591 | + ),'list' => array( |
|
| 592 | + 'path' => '{userId}/threads', |
|
| 593 | + 'httpMethod' => 'GET', |
|
| 594 | + 'parameters' => array( |
|
| 595 | + 'userId' => array( |
|
| 596 | + 'location' => 'path', |
|
| 597 | + 'type' => 'string', |
|
| 598 | + 'required' => true, |
|
| 599 | + ), |
|
| 600 | + 'maxResults' => array( |
|
| 601 | + 'location' => 'query', |
|
| 602 | + 'type' => 'integer', |
|
| 603 | + ), |
|
| 604 | + 'q' => array( |
|
| 605 | + 'location' => 'query', |
|
| 606 | + 'type' => 'string', |
|
| 607 | + ), |
|
| 608 | + 'pageToken' => array( |
|
| 609 | + 'location' => 'query', |
|
| 610 | + 'type' => 'string', |
|
| 611 | + ), |
|
| 612 | + 'includeSpamTrash' => array( |
|
| 613 | + 'location' => 'query', |
|
| 614 | + 'type' => 'boolean', |
|
| 615 | + ), |
|
| 616 | + 'labelIds' => array( |
|
| 617 | + 'location' => 'query', |
|
| 618 | + 'type' => 'string', |
|
| 619 | + 'repeated' => true, |
|
| 620 | + ), |
|
| 621 | + ), |
|
| 622 | + ),'modify' => array( |
|
| 623 | + 'path' => '{userId}/threads/{id}/modify', |
|
| 624 | + 'httpMethod' => 'POST', |
|
| 625 | + 'parameters' => array( |
|
| 626 | + 'userId' => array( |
|
| 627 | + 'location' => 'path', |
|
| 628 | + 'type' => 'string', |
|
| 629 | + 'required' => true, |
|
| 630 | + ), |
|
| 631 | + 'id' => array( |
|
| 632 | + 'location' => 'path', |
|
| 633 | + 'type' => 'string', |
|
| 634 | + 'required' => true, |
|
| 635 | + ), |
|
| 636 | + ), |
|
| 637 | + ),'trash' => array( |
|
| 638 | + 'path' => '{userId}/threads/{id}/trash', |
|
| 639 | + 'httpMethod' => 'POST', |
|
| 640 | + 'parameters' => array( |
|
| 641 | + 'userId' => array( |
|
| 642 | + 'location' => 'path', |
|
| 643 | + 'type' => 'string', |
|
| 644 | + 'required' => true, |
|
| 645 | + ), |
|
| 646 | + 'id' => array( |
|
| 647 | + 'location' => 'path', |
|
| 648 | + 'type' => 'string', |
|
| 649 | + 'required' => true, |
|
| 650 | + ), |
|
| 651 | + ), |
|
| 652 | + ),'untrash' => array( |
|
| 653 | + 'path' => '{userId}/threads/{id}/untrash', |
|
| 654 | + 'httpMethod' => 'POST', |
|
| 655 | + 'parameters' => array( |
|
| 656 | + 'userId' => array( |
|
| 657 | + 'location' => 'path', |
|
| 658 | + 'type' => 'string', |
|
| 659 | + 'required' => true, |
|
| 660 | + ), |
|
| 661 | + 'id' => array( |
|
| 662 | + 'location' => 'path', |
|
| 663 | + 'type' => 'string', |
|
| 664 | + 'required' => true, |
|
| 665 | + ), |
|
| 666 | + ), |
|
| 667 | + ), |
|
| 668 | + ) |
|
| 669 | + ) |
|
| 670 | + ); |
|
| 671 | 671 | } |
| 672 | 672 | } |
| 673 | 673 | |
@@ -693,9 +693,9 @@ discard block |
||
| 693 | 693 | */ |
| 694 | 694 | public function getProfile($userId, $optParams = array()) |
| 695 | 695 | { |
| 696 | - $params = array('userId' => $userId); |
|
| 697 | - $params = array_merge($params, $optParams); |
|
| 698 | - return $this->call('getProfile', array($params), "Google_Service_Gmail_Profile"); |
|
| 696 | + $params = array('userId' => $userId); |
|
| 697 | + $params = array_merge($params, $optParams); |
|
| 698 | + return $this->call('getProfile', array($params), "Google_Service_Gmail_Profile"); |
|
| 699 | 699 | } |
| 700 | 700 | |
| 701 | 701 | /** |
@@ -707,9 +707,9 @@ discard block |
||
| 707 | 707 | */ |
| 708 | 708 | public function stop($userId, $optParams = array()) |
| 709 | 709 | { |
| 710 | - $params = array('userId' => $userId); |
|
| 711 | - $params = array_merge($params, $optParams); |
|
| 712 | - return $this->call('stop', array($params)); |
|
| 710 | + $params = array('userId' => $userId); |
|
| 711 | + $params = array_merge($params, $optParams); |
|
| 712 | + return $this->call('stop', array($params)); |
|
| 713 | 713 | } |
| 714 | 714 | |
| 715 | 715 | /** |
@@ -724,9 +724,9 @@ discard block |
||
| 724 | 724 | */ |
| 725 | 725 | public function watch($userId, Google_Service_Gmail_WatchRequest $postBody, $optParams = array()) |
| 726 | 726 | { |
| 727 | - $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 728 | - $params = array_merge($params, $optParams); |
|
| 729 | - return $this->call('watch', array($params), "Google_Service_Gmail_WatchResponse"); |
|
| 727 | + $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 728 | + $params = array_merge($params, $optParams); |
|
| 729 | + return $this->call('watch', array($params), "Google_Service_Gmail_WatchResponse"); |
|
| 730 | 730 | } |
| 731 | 731 | } |
| 732 | 732 | |
@@ -752,9 +752,9 @@ discard block |
||
| 752 | 752 | */ |
| 753 | 753 | public function create($userId, Google_Service_Gmail_Draft $postBody, $optParams = array()) |
| 754 | 754 | { |
| 755 | - $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 756 | - $params = array_merge($params, $optParams); |
|
| 757 | - return $this->call('create', array($params), "Google_Service_Gmail_Draft"); |
|
| 755 | + $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 756 | + $params = array_merge($params, $optParams); |
|
| 757 | + return $this->call('create', array($params), "Google_Service_Gmail_Draft"); |
|
| 758 | 758 | } |
| 759 | 759 | |
| 760 | 760 | /** |
@@ -768,9 +768,9 @@ discard block |
||
| 768 | 768 | */ |
| 769 | 769 | public function delete($userId, $id, $optParams = array()) |
| 770 | 770 | { |
| 771 | - $params = array('userId' => $userId, 'id' => $id); |
|
| 772 | - $params = array_merge($params, $optParams); |
|
| 773 | - return $this->call('delete', array($params)); |
|
| 771 | + $params = array('userId' => $userId, 'id' => $id); |
|
| 772 | + $params = array_merge($params, $optParams); |
|
| 773 | + return $this->call('delete', array($params)); |
|
| 774 | 774 | } |
| 775 | 775 | |
| 776 | 776 | /** |
@@ -786,9 +786,9 @@ discard block |
||
| 786 | 786 | */ |
| 787 | 787 | public function get($userId, $id, $optParams = array()) |
| 788 | 788 | { |
| 789 | - $params = array('userId' => $userId, 'id' => $id); |
|
| 790 | - $params = array_merge($params, $optParams); |
|
| 791 | - return $this->call('get', array($params), "Google_Service_Gmail_Draft"); |
|
| 789 | + $params = array('userId' => $userId, 'id' => $id); |
|
| 790 | + $params = array_merge($params, $optParams); |
|
| 791 | + return $this->call('get', array($params), "Google_Service_Gmail_Draft"); |
|
| 792 | 792 | } |
| 793 | 793 | |
| 794 | 794 | /** |
@@ -805,9 +805,9 @@ discard block |
||
| 805 | 805 | */ |
| 806 | 806 | public function listUsersDrafts($userId, $optParams = array()) |
| 807 | 807 | { |
| 808 | - $params = array('userId' => $userId); |
|
| 809 | - $params = array_merge($params, $optParams); |
|
| 810 | - return $this->call('list', array($params), "Google_Service_Gmail_ListDraftsResponse"); |
|
| 808 | + $params = array('userId' => $userId); |
|
| 809 | + $params = array_merge($params, $optParams); |
|
| 810 | + return $this->call('list', array($params), "Google_Service_Gmail_ListDraftsResponse"); |
|
| 811 | 811 | } |
| 812 | 812 | |
| 813 | 813 | /** |
@@ -822,9 +822,9 @@ discard block |
||
| 822 | 822 | */ |
| 823 | 823 | public function send($userId, Google_Service_Gmail_Draft $postBody, $optParams = array()) |
| 824 | 824 | { |
| 825 | - $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 826 | - $params = array_merge($params, $optParams); |
|
| 827 | - return $this->call('send', array($params), "Google_Service_Gmail_Message"); |
|
| 825 | + $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 826 | + $params = array_merge($params, $optParams); |
|
| 827 | + return $this->call('send', array($params), "Google_Service_Gmail_Message"); |
|
| 828 | 828 | } |
| 829 | 829 | |
| 830 | 830 | /** |
@@ -839,9 +839,9 @@ discard block |
||
| 839 | 839 | */ |
| 840 | 840 | public function update($userId, $id, Google_Service_Gmail_Draft $postBody, $optParams = array()) |
| 841 | 841 | { |
| 842 | - $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); |
|
| 843 | - $params = array_merge($params, $optParams); |
|
| 844 | - return $this->call('update', array($params), "Google_Service_Gmail_Draft"); |
|
| 842 | + $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); |
|
| 843 | + $params = array_merge($params, $optParams); |
|
| 844 | + return $this->call('update', array($params), "Google_Service_Gmail_Draft"); |
|
| 845 | 845 | } |
| 846 | 846 | } |
| 847 | 847 | /** |
@@ -883,9 +883,9 @@ discard block |
||
| 883 | 883 | */ |
| 884 | 884 | public function listUsersHistory($userId, $optParams = array()) |
| 885 | 885 | { |
| 886 | - $params = array('userId' => $userId); |
|
| 887 | - $params = array_merge($params, $optParams); |
|
| 888 | - return $this->call('list', array($params), "Google_Service_Gmail_ListHistoryResponse"); |
|
| 886 | + $params = array('userId' => $userId); |
|
| 887 | + $params = array_merge($params, $optParams); |
|
| 888 | + return $this->call('list', array($params), "Google_Service_Gmail_ListHistoryResponse"); |
|
| 889 | 889 | } |
| 890 | 890 | } |
| 891 | 891 | /** |
@@ -910,9 +910,9 @@ discard block |
||
| 910 | 910 | */ |
| 911 | 911 | public function create($userId, Google_Service_Gmail_Label $postBody, $optParams = array()) |
| 912 | 912 | { |
| 913 | - $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 914 | - $params = array_merge($params, $optParams); |
|
| 915 | - return $this->call('create', array($params), "Google_Service_Gmail_Label"); |
|
| 913 | + $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 914 | + $params = array_merge($params, $optParams); |
|
| 915 | + return $this->call('create', array($params), "Google_Service_Gmail_Label"); |
|
| 916 | 916 | } |
| 917 | 917 | |
| 918 | 918 | /** |
@@ -926,9 +926,9 @@ discard block |
||
| 926 | 926 | */ |
| 927 | 927 | public function delete($userId, $id, $optParams = array()) |
| 928 | 928 | { |
| 929 | - $params = array('userId' => $userId, 'id' => $id); |
|
| 930 | - $params = array_merge($params, $optParams); |
|
| 931 | - return $this->call('delete', array($params)); |
|
| 929 | + $params = array('userId' => $userId, 'id' => $id); |
|
| 930 | + $params = array_merge($params, $optParams); |
|
| 931 | + return $this->call('delete', array($params)); |
|
| 932 | 932 | } |
| 933 | 933 | |
| 934 | 934 | /** |
@@ -942,9 +942,9 @@ discard block |
||
| 942 | 942 | */ |
| 943 | 943 | public function get($userId, $id, $optParams = array()) |
| 944 | 944 | { |
| 945 | - $params = array('userId' => $userId, 'id' => $id); |
|
| 946 | - $params = array_merge($params, $optParams); |
|
| 947 | - return $this->call('get', array($params), "Google_Service_Gmail_Label"); |
|
| 945 | + $params = array('userId' => $userId, 'id' => $id); |
|
| 946 | + $params = array_merge($params, $optParams); |
|
| 947 | + return $this->call('get', array($params), "Google_Service_Gmail_Label"); |
|
| 948 | 948 | } |
| 949 | 949 | |
| 950 | 950 | /** |
@@ -957,9 +957,9 @@ discard block |
||
| 957 | 957 | */ |
| 958 | 958 | public function listUsersLabels($userId, $optParams = array()) |
| 959 | 959 | { |
| 960 | - $params = array('userId' => $userId); |
|
| 961 | - $params = array_merge($params, $optParams); |
|
| 962 | - return $this->call('list', array($params), "Google_Service_Gmail_ListLabelsResponse"); |
|
| 960 | + $params = array('userId' => $userId); |
|
| 961 | + $params = array_merge($params, $optParams); |
|
| 962 | + return $this->call('list', array($params), "Google_Service_Gmail_ListLabelsResponse"); |
|
| 963 | 963 | } |
| 964 | 964 | |
| 965 | 965 | /** |
@@ -975,9 +975,9 @@ discard block |
||
| 975 | 975 | */ |
| 976 | 976 | public function patch($userId, $id, Google_Service_Gmail_Label $postBody, $optParams = array()) |
| 977 | 977 | { |
| 978 | - $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); |
|
| 979 | - $params = array_merge($params, $optParams); |
|
| 980 | - return $this->call('patch', array($params), "Google_Service_Gmail_Label"); |
|
| 978 | + $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); |
|
| 979 | + $params = array_merge($params, $optParams); |
|
| 980 | + return $this->call('patch', array($params), "Google_Service_Gmail_Label"); |
|
| 981 | 981 | } |
| 982 | 982 | |
| 983 | 983 | /** |
@@ -992,9 +992,9 @@ discard block |
||
| 992 | 992 | */ |
| 993 | 993 | public function update($userId, $id, Google_Service_Gmail_Label $postBody, $optParams = array()) |
| 994 | 994 | { |
| 995 | - $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); |
|
| 996 | - $params = array_merge($params, $optParams); |
|
| 997 | - return $this->call('update', array($params), "Google_Service_Gmail_Label"); |
|
| 995 | + $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); |
|
| 996 | + $params = array_merge($params, $optParams); |
|
| 997 | + return $this->call('update', array($params), "Google_Service_Gmail_Label"); |
|
| 998 | 998 | } |
| 999 | 999 | } |
| 1000 | 1000 | /** |
@@ -1019,9 +1019,9 @@ discard block |
||
| 1019 | 1019 | */ |
| 1020 | 1020 | public function delete($userId, $id, $optParams = array()) |
| 1021 | 1021 | { |
| 1022 | - $params = array('userId' => $userId, 'id' => $id); |
|
| 1023 | - $params = array_merge($params, $optParams); |
|
| 1024 | - return $this->call('delete', array($params)); |
|
| 1022 | + $params = array('userId' => $userId, 'id' => $id); |
|
| 1023 | + $params = array_merge($params, $optParams); |
|
| 1024 | + return $this->call('delete', array($params)); |
|
| 1025 | 1025 | } |
| 1026 | 1026 | |
| 1027 | 1027 | /** |
@@ -1039,9 +1039,9 @@ discard block |
||
| 1039 | 1039 | */ |
| 1040 | 1040 | public function get($userId, $id, $optParams = array()) |
| 1041 | 1041 | { |
| 1042 | - $params = array('userId' => $userId, 'id' => $id); |
|
| 1043 | - $params = array_merge($params, $optParams); |
|
| 1044 | - return $this->call('get', array($params), "Google_Service_Gmail_Message"); |
|
| 1042 | + $params = array('userId' => $userId, 'id' => $id); |
|
| 1043 | + $params = array_merge($params, $optParams); |
|
| 1044 | + return $this->call('get', array($params), "Google_Service_Gmail_Message"); |
|
| 1045 | 1045 | } |
| 1046 | 1046 | |
| 1047 | 1047 | /** |
@@ -1067,9 +1067,9 @@ discard block |
||
| 1067 | 1067 | */ |
| 1068 | 1068 | public function import($userId, Google_Service_Gmail_Message $postBody, $optParams = array()) |
| 1069 | 1069 | { |
| 1070 | - $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 1071 | - $params = array_merge($params, $optParams); |
|
| 1072 | - return $this->call('import', array($params), "Google_Service_Gmail_Message"); |
|
| 1070 | + $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 1071 | + $params = array_merge($params, $optParams); |
|
| 1072 | + return $this->call('import', array($params), "Google_Service_Gmail_Message"); |
|
| 1073 | 1073 | } |
| 1074 | 1074 | |
| 1075 | 1075 | /** |
@@ -1091,9 +1091,9 @@ discard block |
||
| 1091 | 1091 | */ |
| 1092 | 1092 | public function insert($userId, Google_Service_Gmail_Message $postBody, $optParams = array()) |
| 1093 | 1093 | { |
| 1094 | - $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 1095 | - $params = array_merge($params, $optParams); |
|
| 1096 | - return $this->call('insert', array($params), "Google_Service_Gmail_Message"); |
|
| 1094 | + $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 1095 | + $params = array_merge($params, $optParams); |
|
| 1096 | + return $this->call('insert', array($params), "Google_Service_Gmail_Message"); |
|
| 1097 | 1097 | } |
| 1098 | 1098 | |
| 1099 | 1099 | /** |
@@ -1117,9 +1117,9 @@ discard block |
||
| 1117 | 1117 | */ |
| 1118 | 1118 | public function listUsersMessages($userId, $optParams = array()) |
| 1119 | 1119 | { |
| 1120 | - $params = array('userId' => $userId); |
|
| 1121 | - $params = array_merge($params, $optParams); |
|
| 1122 | - return $this->call('list', array($params), "Google_Service_Gmail_ListMessagesResponse"); |
|
| 1120 | + $params = array('userId' => $userId); |
|
| 1121 | + $params = array_merge($params, $optParams); |
|
| 1122 | + return $this->call('list', array($params), "Google_Service_Gmail_ListMessagesResponse"); |
|
| 1123 | 1123 | } |
| 1124 | 1124 | |
| 1125 | 1125 | /** |
@@ -1134,9 +1134,9 @@ discard block |
||
| 1134 | 1134 | */ |
| 1135 | 1135 | public function modify($userId, $id, Google_Service_Gmail_ModifyMessageRequest $postBody, $optParams = array()) |
| 1136 | 1136 | { |
| 1137 | - $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); |
|
| 1138 | - $params = array_merge($params, $optParams); |
|
| 1139 | - return $this->call('modify', array($params), "Google_Service_Gmail_Message"); |
|
| 1137 | + $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); |
|
| 1138 | + $params = array_merge($params, $optParams); |
|
| 1139 | + return $this->call('modify', array($params), "Google_Service_Gmail_Message"); |
|
| 1140 | 1140 | } |
| 1141 | 1141 | |
| 1142 | 1142 | /** |
@@ -1151,9 +1151,9 @@ discard block |
||
| 1151 | 1151 | */ |
| 1152 | 1152 | public function send($userId, Google_Service_Gmail_Message $postBody, $optParams = array()) |
| 1153 | 1153 | { |
| 1154 | - $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 1155 | - $params = array_merge($params, $optParams); |
|
| 1156 | - return $this->call('send', array($params), "Google_Service_Gmail_Message"); |
|
| 1154 | + $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 1155 | + $params = array_merge($params, $optParams); |
|
| 1156 | + return $this->call('send', array($params), "Google_Service_Gmail_Message"); |
|
| 1157 | 1157 | } |
| 1158 | 1158 | |
| 1159 | 1159 | /** |
@@ -1167,9 +1167,9 @@ discard block |
||
| 1167 | 1167 | */ |
| 1168 | 1168 | public function trash($userId, $id, $optParams = array()) |
| 1169 | 1169 | { |
| 1170 | - $params = array('userId' => $userId, 'id' => $id); |
|
| 1171 | - $params = array_merge($params, $optParams); |
|
| 1172 | - return $this->call('trash', array($params), "Google_Service_Gmail_Message"); |
|
| 1170 | + $params = array('userId' => $userId, 'id' => $id); |
|
| 1171 | + $params = array_merge($params, $optParams); |
|
| 1172 | + return $this->call('trash', array($params), "Google_Service_Gmail_Message"); |
|
| 1173 | 1173 | } |
| 1174 | 1174 | |
| 1175 | 1175 | /** |
@@ -1183,9 +1183,9 @@ discard block |
||
| 1183 | 1183 | */ |
| 1184 | 1184 | public function untrash($userId, $id, $optParams = array()) |
| 1185 | 1185 | { |
| 1186 | - $params = array('userId' => $userId, 'id' => $id); |
|
| 1187 | - $params = array_merge($params, $optParams); |
|
| 1188 | - return $this->call('untrash', array($params), "Google_Service_Gmail_Message"); |
|
| 1186 | + $params = array('userId' => $userId, 'id' => $id); |
|
| 1187 | + $params = array_merge($params, $optParams); |
|
| 1188 | + return $this->call('untrash', array($params), "Google_Service_Gmail_Message"); |
|
| 1189 | 1189 | } |
| 1190 | 1190 | } |
| 1191 | 1191 | |
@@ -1212,9 +1212,9 @@ discard block |
||
| 1212 | 1212 | */ |
| 1213 | 1213 | public function get($userId, $messageId, $id, $optParams = array()) |
| 1214 | 1214 | { |
| 1215 | - $params = array('userId' => $userId, 'messageId' => $messageId, 'id' => $id); |
|
| 1216 | - $params = array_merge($params, $optParams); |
|
| 1217 | - return $this->call('get', array($params), "Google_Service_Gmail_MessagePartBody"); |
|
| 1215 | + $params = array('userId' => $userId, 'messageId' => $messageId, 'id' => $id); |
|
| 1216 | + $params = array_merge($params, $optParams); |
|
| 1217 | + return $this->call('get', array($params), "Google_Service_Gmail_MessagePartBody"); |
|
| 1218 | 1218 | } |
| 1219 | 1219 | } |
| 1220 | 1220 | /** |
@@ -1239,9 +1239,9 @@ discard block |
||
| 1239 | 1239 | */ |
| 1240 | 1240 | public function delete($userId, $id, $optParams = array()) |
| 1241 | 1241 | { |
| 1242 | - $params = array('userId' => $userId, 'id' => $id); |
|
| 1243 | - $params = array_merge($params, $optParams); |
|
| 1244 | - return $this->call('delete', array($params)); |
|
| 1242 | + $params = array('userId' => $userId, 'id' => $id); |
|
| 1243 | + $params = array_merge($params, $optParams); |
|
| 1244 | + return $this->call('delete', array($params)); |
|
| 1245 | 1245 | } |
| 1246 | 1246 | |
| 1247 | 1247 | /** |
@@ -1259,9 +1259,9 @@ discard block |
||
| 1259 | 1259 | */ |
| 1260 | 1260 | public function get($userId, $id, $optParams = array()) |
| 1261 | 1261 | { |
| 1262 | - $params = array('userId' => $userId, 'id' => $id); |
|
| 1263 | - $params = array_merge($params, $optParams); |
|
| 1264 | - return $this->call('get', array($params), "Google_Service_Gmail_Thread"); |
|
| 1262 | + $params = array('userId' => $userId, 'id' => $id); |
|
| 1263 | + $params = array_merge($params, $optParams); |
|
| 1264 | + return $this->call('get', array($params), "Google_Service_Gmail_Thread"); |
|
| 1265 | 1265 | } |
| 1266 | 1266 | |
| 1267 | 1267 | /** |
@@ -1285,9 +1285,9 @@ discard block |
||
| 1285 | 1285 | */ |
| 1286 | 1286 | public function listUsersThreads($userId, $optParams = array()) |
| 1287 | 1287 | { |
| 1288 | - $params = array('userId' => $userId); |
|
| 1289 | - $params = array_merge($params, $optParams); |
|
| 1290 | - return $this->call('list', array($params), "Google_Service_Gmail_ListThreadsResponse"); |
|
| 1288 | + $params = array('userId' => $userId); |
|
| 1289 | + $params = array_merge($params, $optParams); |
|
| 1290 | + return $this->call('list', array($params), "Google_Service_Gmail_ListThreadsResponse"); |
|
| 1291 | 1291 | } |
| 1292 | 1292 | |
| 1293 | 1293 | /** |
@@ -1303,9 +1303,9 @@ discard block |
||
| 1303 | 1303 | */ |
| 1304 | 1304 | public function modify($userId, $id, Google_Service_Gmail_ModifyThreadRequest $postBody, $optParams = array()) |
| 1305 | 1305 | { |
| 1306 | - $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); |
|
| 1307 | - $params = array_merge($params, $optParams); |
|
| 1308 | - return $this->call('modify', array($params), "Google_Service_Gmail_Thread"); |
|
| 1306 | + $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody); |
|
| 1307 | + $params = array_merge($params, $optParams); |
|
| 1308 | + return $this->call('modify', array($params), "Google_Service_Gmail_Thread"); |
|
| 1309 | 1309 | } |
| 1310 | 1310 | |
| 1311 | 1311 | /** |
@@ -1319,9 +1319,9 @@ discard block |
||
| 1319 | 1319 | */ |
| 1320 | 1320 | public function trash($userId, $id, $optParams = array()) |
| 1321 | 1321 | { |
| 1322 | - $params = array('userId' => $userId, 'id' => $id); |
|
| 1323 | - $params = array_merge($params, $optParams); |
|
| 1324 | - return $this->call('trash', array($params), "Google_Service_Gmail_Thread"); |
|
| 1322 | + $params = array('userId' => $userId, 'id' => $id); |
|
| 1323 | + $params = array_merge($params, $optParams); |
|
| 1324 | + return $this->call('trash', array($params), "Google_Service_Gmail_Thread"); |
|
| 1325 | 1325 | } |
| 1326 | 1326 | |
| 1327 | 1327 | /** |
@@ -1335,9 +1335,9 @@ discard block |
||
| 1335 | 1335 | */ |
| 1336 | 1336 | public function untrash($userId, $id, $optParams = array()) |
| 1337 | 1337 | { |
| 1338 | - $params = array('userId' => $userId, 'id' => $id); |
|
| 1339 | - $params = array_merge($params, $optParams); |
|
| 1340 | - return $this->call('untrash', array($params), "Google_Service_Gmail_Thread"); |
|
| 1338 | + $params = array('userId' => $userId, 'id' => $id); |
|
| 1339 | + $params = array_merge($params, $optParams); |
|
| 1340 | + return $this->call('untrash', array($params), "Google_Service_Gmail_Thread"); |
|
| 1341 | 1341 | } |
| 1342 | 1342 | } |
| 1343 | 1343 | |
@@ -1355,19 +1355,19 @@ discard block |
||
| 1355 | 1355 | |
| 1356 | 1356 | public function setId($id) |
| 1357 | 1357 | { |
| 1358 | - $this->id = $id; |
|
| 1358 | + $this->id = $id; |
|
| 1359 | 1359 | } |
| 1360 | 1360 | public function getId() |
| 1361 | 1361 | { |
| 1362 | - return $this->id; |
|
| 1362 | + return $this->id; |
|
| 1363 | 1363 | } |
| 1364 | 1364 | public function setMessage(Google_Service_Gmail_Message $message) |
| 1365 | 1365 | { |
| 1366 | - $this->message = $message; |
|
| 1366 | + $this->message = $message; |
|
| 1367 | 1367 | } |
| 1368 | 1368 | public function getMessage() |
| 1369 | 1369 | { |
| 1370 | - return $this->message; |
|
| 1370 | + return $this->message; |
|
| 1371 | 1371 | } |
| 1372 | 1372 | } |
| 1373 | 1373 | |
@@ -1391,51 +1391,51 @@ discard block |
||
| 1391 | 1391 | |
| 1392 | 1392 | public function setId($id) |
| 1393 | 1393 | { |
| 1394 | - $this->id = $id; |
|
| 1394 | + $this->id = $id; |
|
| 1395 | 1395 | } |
| 1396 | 1396 | public function getId() |
| 1397 | 1397 | { |
| 1398 | - return $this->id; |
|
| 1398 | + return $this->id; |
|
| 1399 | 1399 | } |
| 1400 | 1400 | public function setLabelsAdded($labelsAdded) |
| 1401 | 1401 | { |
| 1402 | - $this->labelsAdded = $labelsAdded; |
|
| 1402 | + $this->labelsAdded = $labelsAdded; |
|
| 1403 | 1403 | } |
| 1404 | 1404 | public function getLabelsAdded() |
| 1405 | 1405 | { |
| 1406 | - return $this->labelsAdded; |
|
| 1406 | + return $this->labelsAdded; |
|
| 1407 | 1407 | } |
| 1408 | 1408 | public function setLabelsRemoved($labelsRemoved) |
| 1409 | 1409 | { |
| 1410 | - $this->labelsRemoved = $labelsRemoved; |
|
| 1410 | + $this->labelsRemoved = $labelsRemoved; |
|
| 1411 | 1411 | } |
| 1412 | 1412 | public function getLabelsRemoved() |
| 1413 | 1413 | { |
| 1414 | - return $this->labelsRemoved; |
|
| 1414 | + return $this->labelsRemoved; |
|
| 1415 | 1415 | } |
| 1416 | 1416 | public function setMessages($messages) |
| 1417 | 1417 | { |
| 1418 | - $this->messages = $messages; |
|
| 1418 | + $this->messages = $messages; |
|
| 1419 | 1419 | } |
| 1420 | 1420 | public function getMessages() |
| 1421 | 1421 | { |
| 1422 | - return $this->messages; |
|
| 1422 | + return $this->messages; |
|
| 1423 | 1423 | } |
| 1424 | 1424 | public function setMessagesAdded($messagesAdded) |
| 1425 | 1425 | { |
| 1426 | - $this->messagesAdded = $messagesAdded; |
|
| 1426 | + $this->messagesAdded = $messagesAdded; |
|
| 1427 | 1427 | } |
| 1428 | 1428 | public function getMessagesAdded() |
| 1429 | 1429 | { |
| 1430 | - return $this->messagesAdded; |
|
| 1430 | + return $this->messagesAdded; |
|
| 1431 | 1431 | } |
| 1432 | 1432 | public function setMessagesDeleted($messagesDeleted) |
| 1433 | 1433 | { |
| 1434 | - $this->messagesDeleted = $messagesDeleted; |
|
| 1434 | + $this->messagesDeleted = $messagesDeleted; |
|
| 1435 | 1435 | } |
| 1436 | 1436 | public function getMessagesDeleted() |
| 1437 | 1437 | { |
| 1438 | - return $this->messagesDeleted; |
|
| 1438 | + return $this->messagesDeleted; |
|
| 1439 | 1439 | } |
| 1440 | 1440 | } |
| 1441 | 1441 | |
@@ -1451,19 +1451,19 @@ discard block |
||
| 1451 | 1451 | |
| 1452 | 1452 | public function setLabelIds($labelIds) |
| 1453 | 1453 | { |
| 1454 | - $this->labelIds = $labelIds; |
|
| 1454 | + $this->labelIds = $labelIds; |
|
| 1455 | 1455 | } |
| 1456 | 1456 | public function getLabelIds() |
| 1457 | 1457 | { |
| 1458 | - return $this->labelIds; |
|
| 1458 | + return $this->labelIds; |
|
| 1459 | 1459 | } |
| 1460 | 1460 | public function setMessage(Google_Service_Gmail_Message $message) |
| 1461 | 1461 | { |
| 1462 | - $this->message = $message; |
|
| 1462 | + $this->message = $message; |
|
| 1463 | 1463 | } |
| 1464 | 1464 | public function getMessage() |
| 1465 | 1465 | { |
| 1466 | - return $this->message; |
|
| 1466 | + return $this->message; |
|
| 1467 | 1467 | } |
| 1468 | 1468 | } |
| 1469 | 1469 | |
@@ -1479,19 +1479,19 @@ discard block |
||
| 1479 | 1479 | |
| 1480 | 1480 | public function setLabelIds($labelIds) |
| 1481 | 1481 | { |
| 1482 | - $this->labelIds = $labelIds; |
|
| 1482 | + $this->labelIds = $labelIds; |
|
| 1483 | 1483 | } |
| 1484 | 1484 | public function getLabelIds() |
| 1485 | 1485 | { |
| 1486 | - return $this->labelIds; |
|
| 1486 | + return $this->labelIds; |
|
| 1487 | 1487 | } |
| 1488 | 1488 | public function setMessage(Google_Service_Gmail_Message $message) |
| 1489 | 1489 | { |
| 1490 | - $this->message = $message; |
|
| 1490 | + $this->message = $message; |
|
| 1491 | 1491 | } |
| 1492 | 1492 | public function getMessage() |
| 1493 | 1493 | { |
| 1494 | - return $this->message; |
|
| 1494 | + return $this->message; |
|
| 1495 | 1495 | } |
| 1496 | 1496 | } |
| 1497 | 1497 | |
@@ -1505,11 +1505,11 @@ discard block |
||
| 1505 | 1505 | |
| 1506 | 1506 | public function setMessage(Google_Service_Gmail_Message $message) |
| 1507 | 1507 | { |
| 1508 | - $this->message = $message; |
|
| 1508 | + $this->message = $message; |
|
| 1509 | 1509 | } |
| 1510 | 1510 | public function getMessage() |
| 1511 | 1511 | { |
| 1512 | - return $this->message; |
|
| 1512 | + return $this->message; |
|
| 1513 | 1513 | } |
| 1514 | 1514 | } |
| 1515 | 1515 | |
@@ -1523,11 +1523,11 @@ discard block |
||
| 1523 | 1523 | |
| 1524 | 1524 | public function setMessage(Google_Service_Gmail_Message $message) |
| 1525 | 1525 | { |
| 1526 | - $this->message = $message; |
|
| 1526 | + $this->message = $message; |
|
| 1527 | 1527 | } |
| 1528 | 1528 | public function getMessage() |
| 1529 | 1529 | { |
| 1530 | - return $this->message; |
|
| 1530 | + return $this->message; |
|
| 1531 | 1531 | } |
| 1532 | 1532 | } |
| 1533 | 1533 | |
@@ -1548,75 +1548,75 @@ discard block |
||
| 1548 | 1548 | |
| 1549 | 1549 | public function setId($id) |
| 1550 | 1550 | { |
| 1551 | - $this->id = $id; |
|
| 1551 | + $this->id = $id; |
|
| 1552 | 1552 | } |
| 1553 | 1553 | public function getId() |
| 1554 | 1554 | { |
| 1555 | - return $this->id; |
|
| 1555 | + return $this->id; |
|
| 1556 | 1556 | } |
| 1557 | 1557 | public function setLabelListVisibility($labelListVisibility) |
| 1558 | 1558 | { |
| 1559 | - $this->labelListVisibility = $labelListVisibility; |
|
| 1559 | + $this->labelListVisibility = $labelListVisibility; |
|
| 1560 | 1560 | } |
| 1561 | 1561 | public function getLabelListVisibility() |
| 1562 | 1562 | { |
| 1563 | - return $this->labelListVisibility; |
|
| 1563 | + return $this->labelListVisibility; |
|
| 1564 | 1564 | } |
| 1565 | 1565 | public function setMessageListVisibility($messageListVisibility) |
| 1566 | 1566 | { |
| 1567 | - $this->messageListVisibility = $messageListVisibility; |
|
| 1567 | + $this->messageListVisibility = $messageListVisibility; |
|
| 1568 | 1568 | } |
| 1569 | 1569 | public function getMessageListVisibility() |
| 1570 | 1570 | { |
| 1571 | - return $this->messageListVisibility; |
|
| 1571 | + return $this->messageListVisibility; |
|
| 1572 | 1572 | } |
| 1573 | 1573 | public function setMessagesTotal($messagesTotal) |
| 1574 | 1574 | { |
| 1575 | - $this->messagesTotal = $messagesTotal; |
|
| 1575 | + $this->messagesTotal = $messagesTotal; |
|
| 1576 | 1576 | } |
| 1577 | 1577 | public function getMessagesTotal() |
| 1578 | 1578 | { |
| 1579 | - return $this->messagesTotal; |
|
| 1579 | + return $this->messagesTotal; |
|
| 1580 | 1580 | } |
| 1581 | 1581 | public function setMessagesUnread($messagesUnread) |
| 1582 | 1582 | { |
| 1583 | - $this->messagesUnread = $messagesUnread; |
|
| 1583 | + $this->messagesUnread = $messagesUnread; |
|
| 1584 | 1584 | } |
| 1585 | 1585 | public function getMessagesUnread() |
| 1586 | 1586 | { |
| 1587 | - return $this->messagesUnread; |
|
| 1587 | + return $this->messagesUnread; |
|
| 1588 | 1588 | } |
| 1589 | 1589 | public function setName($name) |
| 1590 | 1590 | { |
| 1591 | - $this->name = $name; |
|
| 1591 | + $this->name = $name; |
|
| 1592 | 1592 | } |
| 1593 | 1593 | public function getName() |
| 1594 | 1594 | { |
| 1595 | - return $this->name; |
|
| 1595 | + return $this->name; |
|
| 1596 | 1596 | } |
| 1597 | 1597 | public function setThreadsTotal($threadsTotal) |
| 1598 | 1598 | { |
| 1599 | - $this->threadsTotal = $threadsTotal; |
|
| 1599 | + $this->threadsTotal = $threadsTotal; |
|
| 1600 | 1600 | } |
| 1601 | 1601 | public function getThreadsTotal() |
| 1602 | 1602 | { |
| 1603 | - return $this->threadsTotal; |
|
| 1603 | + return $this->threadsTotal; |
|
| 1604 | 1604 | } |
| 1605 | 1605 | public function setThreadsUnread($threadsUnread) |
| 1606 | 1606 | { |
| 1607 | - $this->threadsUnread = $threadsUnread; |
|
| 1607 | + $this->threadsUnread = $threadsUnread; |
|
| 1608 | 1608 | } |
| 1609 | 1609 | public function getThreadsUnread() |
| 1610 | 1610 | { |
| 1611 | - return $this->threadsUnread; |
|
| 1611 | + return $this->threadsUnread; |
|
| 1612 | 1612 | } |
| 1613 | 1613 | public function setType($type) |
| 1614 | 1614 | { |
| 1615 | - $this->type = $type; |
|
| 1615 | + $this->type = $type; |
|
| 1616 | 1616 | } |
| 1617 | 1617 | public function getType() |
| 1618 | 1618 | { |
| 1619 | - return $this->type; |
|
| 1619 | + return $this->type; |
|
| 1620 | 1620 | } |
| 1621 | 1621 | } |
| 1622 | 1622 | |
@@ -1633,27 +1633,27 @@ discard block |
||
| 1633 | 1633 | |
| 1634 | 1634 | public function setDrafts($drafts) |
| 1635 | 1635 | { |
| 1636 | - $this->drafts = $drafts; |
|
| 1636 | + $this->drafts = $drafts; |
|
| 1637 | 1637 | } |
| 1638 | 1638 | public function getDrafts() |
| 1639 | 1639 | { |
| 1640 | - return $this->drafts; |
|
| 1640 | + return $this->drafts; |
|
| 1641 | 1641 | } |
| 1642 | 1642 | public function setNextPageToken($nextPageToken) |
| 1643 | 1643 | { |
| 1644 | - $this->nextPageToken = $nextPageToken; |
|
| 1644 | + $this->nextPageToken = $nextPageToken; |
|
| 1645 | 1645 | } |
| 1646 | 1646 | public function getNextPageToken() |
| 1647 | 1647 | { |
| 1648 | - return $this->nextPageToken; |
|
| 1648 | + return $this->nextPageToken; |
|
| 1649 | 1649 | } |
| 1650 | 1650 | public function setResultSizeEstimate($resultSizeEstimate) |
| 1651 | 1651 | { |
| 1652 | - $this->resultSizeEstimate = $resultSizeEstimate; |
|
| 1652 | + $this->resultSizeEstimate = $resultSizeEstimate; |
|
| 1653 | 1653 | } |
| 1654 | 1654 | public function getResultSizeEstimate() |
| 1655 | 1655 | { |
| 1656 | - return $this->resultSizeEstimate; |
|
| 1656 | + return $this->resultSizeEstimate; |
|
| 1657 | 1657 | } |
| 1658 | 1658 | } |
| 1659 | 1659 | |
@@ -1670,27 +1670,27 @@ discard block |
||
| 1670 | 1670 | |
| 1671 | 1671 | public function setHistory($history) |
| 1672 | 1672 | { |
| 1673 | - $this->history = $history; |
|
| 1673 | + $this->history = $history; |
|
| 1674 | 1674 | } |
| 1675 | 1675 | public function getHistory() |
| 1676 | 1676 | { |
| 1677 | - return $this->history; |
|
| 1677 | + return $this->history; |
|
| 1678 | 1678 | } |
| 1679 | 1679 | public function setHistoryId($historyId) |
| 1680 | 1680 | { |
| 1681 | - $this->historyId = $historyId; |
|
| 1681 | + $this->historyId = $historyId; |
|
| 1682 | 1682 | } |
| 1683 | 1683 | public function getHistoryId() |
| 1684 | 1684 | { |
| 1685 | - return $this->historyId; |
|
| 1685 | + return $this->historyId; |
|
| 1686 | 1686 | } |
| 1687 | 1687 | public function setNextPageToken($nextPageToken) |
| 1688 | 1688 | { |
| 1689 | - $this->nextPageToken = $nextPageToken; |
|
| 1689 | + $this->nextPageToken = $nextPageToken; |
|
| 1690 | 1690 | } |
| 1691 | 1691 | public function getNextPageToken() |
| 1692 | 1692 | { |
| 1693 | - return $this->nextPageToken; |
|
| 1693 | + return $this->nextPageToken; |
|
| 1694 | 1694 | } |
| 1695 | 1695 | } |
| 1696 | 1696 | |
@@ -1705,11 +1705,11 @@ discard block |
||
| 1705 | 1705 | |
| 1706 | 1706 | public function setLabels($labels) |
| 1707 | 1707 | { |
| 1708 | - $this->labels = $labels; |
|
| 1708 | + $this->labels = $labels; |
|
| 1709 | 1709 | } |
| 1710 | 1710 | public function getLabels() |
| 1711 | 1711 | { |
| 1712 | - return $this->labels; |
|
| 1712 | + return $this->labels; |
|
| 1713 | 1713 | } |
| 1714 | 1714 | } |
| 1715 | 1715 | |
@@ -1726,27 +1726,27 @@ discard block |
||
| 1726 | 1726 | |
| 1727 | 1727 | public function setMessages($messages) |
| 1728 | 1728 | { |
| 1729 | - $this->messages = $messages; |
|
| 1729 | + $this->messages = $messages; |
|
| 1730 | 1730 | } |
| 1731 | 1731 | public function getMessages() |
| 1732 | 1732 | { |
| 1733 | - return $this->messages; |
|
| 1733 | + return $this->messages; |
|
| 1734 | 1734 | } |
| 1735 | 1735 | public function setNextPageToken($nextPageToken) |
| 1736 | 1736 | { |
| 1737 | - $this->nextPageToken = $nextPageToken; |
|
| 1737 | + $this->nextPageToken = $nextPageToken; |
|
| 1738 | 1738 | } |
| 1739 | 1739 | public function getNextPageToken() |
| 1740 | 1740 | { |
| 1741 | - return $this->nextPageToken; |
|
| 1741 | + return $this->nextPageToken; |
|
| 1742 | 1742 | } |
| 1743 | 1743 | public function setResultSizeEstimate($resultSizeEstimate) |
| 1744 | 1744 | { |
| 1745 | - $this->resultSizeEstimate = $resultSizeEstimate; |
|
| 1745 | + $this->resultSizeEstimate = $resultSizeEstimate; |
|
| 1746 | 1746 | } |
| 1747 | 1747 | public function getResultSizeEstimate() |
| 1748 | 1748 | { |
| 1749 | - return $this->resultSizeEstimate; |
|
| 1749 | + return $this->resultSizeEstimate; |
|
| 1750 | 1750 | } |
| 1751 | 1751 | } |
| 1752 | 1752 | |
@@ -1763,27 +1763,27 @@ discard block |
||
| 1763 | 1763 | |
| 1764 | 1764 | public function setNextPageToken($nextPageToken) |
| 1765 | 1765 | { |
| 1766 | - $this->nextPageToken = $nextPageToken; |
|
| 1766 | + $this->nextPageToken = $nextPageToken; |
|
| 1767 | 1767 | } |
| 1768 | 1768 | public function getNextPageToken() |
| 1769 | 1769 | { |
| 1770 | - return $this->nextPageToken; |
|
| 1770 | + return $this->nextPageToken; |
|
| 1771 | 1771 | } |
| 1772 | 1772 | public function setResultSizeEstimate($resultSizeEstimate) |
| 1773 | 1773 | { |
| 1774 | - $this->resultSizeEstimate = $resultSizeEstimate; |
|
| 1774 | + $this->resultSizeEstimate = $resultSizeEstimate; |
|
| 1775 | 1775 | } |
| 1776 | 1776 | public function getResultSizeEstimate() |
| 1777 | 1777 | { |
| 1778 | - return $this->resultSizeEstimate; |
|
| 1778 | + return $this->resultSizeEstimate; |
|
| 1779 | 1779 | } |
| 1780 | 1780 | public function setThreads($threads) |
| 1781 | 1781 | { |
| 1782 | - $this->threads = $threads; |
|
| 1782 | + $this->threads = $threads; |
|
| 1783 | 1783 | } |
| 1784 | 1784 | public function getThreads() |
| 1785 | 1785 | { |
| 1786 | - return $this->threads; |
|
| 1786 | + return $this->threads; |
|
| 1787 | 1787 | } |
| 1788 | 1788 | } |
| 1789 | 1789 | |
@@ -1806,75 +1806,75 @@ discard block |
||
| 1806 | 1806 | |
| 1807 | 1807 | public function setHistoryId($historyId) |
| 1808 | 1808 | { |
| 1809 | - $this->historyId = $historyId; |
|
| 1809 | + $this->historyId = $historyId; |
|
| 1810 | 1810 | } |
| 1811 | 1811 | public function getHistoryId() |
| 1812 | 1812 | { |
| 1813 | - return $this->historyId; |
|
| 1813 | + return $this->historyId; |
|
| 1814 | 1814 | } |
| 1815 | 1815 | public function setId($id) |
| 1816 | 1816 | { |
| 1817 | - $this->id = $id; |
|
| 1817 | + $this->id = $id; |
|
| 1818 | 1818 | } |
| 1819 | 1819 | public function getId() |
| 1820 | 1820 | { |
| 1821 | - return $this->id; |
|
| 1821 | + return $this->id; |
|
| 1822 | 1822 | } |
| 1823 | 1823 | public function setInternalDate($internalDate) |
| 1824 | 1824 | { |
| 1825 | - $this->internalDate = $internalDate; |
|
| 1825 | + $this->internalDate = $internalDate; |
|
| 1826 | 1826 | } |
| 1827 | 1827 | public function getInternalDate() |
| 1828 | 1828 | { |
| 1829 | - return $this->internalDate; |
|
| 1829 | + return $this->internalDate; |
|
| 1830 | 1830 | } |
| 1831 | 1831 | public function setLabelIds($labelIds) |
| 1832 | 1832 | { |
| 1833 | - $this->labelIds = $labelIds; |
|
| 1833 | + $this->labelIds = $labelIds; |
|
| 1834 | 1834 | } |
| 1835 | 1835 | public function getLabelIds() |
| 1836 | 1836 | { |
| 1837 | - return $this->labelIds; |
|
| 1837 | + return $this->labelIds; |
|
| 1838 | 1838 | } |
| 1839 | 1839 | public function setPayload(Google_Service_Gmail_MessagePart $payload) |
| 1840 | 1840 | { |
| 1841 | - $this->payload = $payload; |
|
| 1841 | + $this->payload = $payload; |
|
| 1842 | 1842 | } |
| 1843 | 1843 | public function getPayload() |
| 1844 | 1844 | { |
| 1845 | - return $this->payload; |
|
| 1845 | + return $this->payload; |
|
| 1846 | 1846 | } |
| 1847 | 1847 | public function setRaw($raw) |
| 1848 | 1848 | { |
| 1849 | - $this->raw = $raw; |
|
| 1849 | + $this->raw = $raw; |
|
| 1850 | 1850 | } |
| 1851 | 1851 | public function getRaw() |
| 1852 | 1852 | { |
| 1853 | - return $this->raw; |
|
| 1853 | + return $this->raw; |
|
| 1854 | 1854 | } |
| 1855 | 1855 | public function setSizeEstimate($sizeEstimate) |
| 1856 | 1856 | { |
| 1857 | - $this->sizeEstimate = $sizeEstimate; |
|
| 1857 | + $this->sizeEstimate = $sizeEstimate; |
|
| 1858 | 1858 | } |
| 1859 | 1859 | public function getSizeEstimate() |
| 1860 | 1860 | { |
| 1861 | - return $this->sizeEstimate; |
|
| 1861 | + return $this->sizeEstimate; |
|
| 1862 | 1862 | } |
| 1863 | 1863 | public function setSnippet($snippet) |
| 1864 | 1864 | { |
| 1865 | - $this->snippet = $snippet; |
|
| 1865 | + $this->snippet = $snippet; |
|
| 1866 | 1866 | } |
| 1867 | 1867 | public function getSnippet() |
| 1868 | 1868 | { |
| 1869 | - return $this->snippet; |
|
| 1869 | + return $this->snippet; |
|
| 1870 | 1870 | } |
| 1871 | 1871 | public function setThreadId($threadId) |
| 1872 | 1872 | { |
| 1873 | - $this->threadId = $threadId; |
|
| 1873 | + $this->threadId = $threadId; |
|
| 1874 | 1874 | } |
| 1875 | 1875 | public function getThreadId() |
| 1876 | 1876 | { |
| 1877 | - return $this->threadId; |
|
| 1877 | + return $this->threadId; |
|
| 1878 | 1878 | } |
| 1879 | 1879 | } |
| 1880 | 1880 | |
@@ -1896,51 +1896,51 @@ discard block |
||
| 1896 | 1896 | |
| 1897 | 1897 | public function setBody(Google_Service_Gmail_MessagePartBody $body) |
| 1898 | 1898 | { |
| 1899 | - $this->body = $body; |
|
| 1899 | + $this->body = $body; |
|
| 1900 | 1900 | } |
| 1901 | 1901 | public function getBody() |
| 1902 | 1902 | { |
| 1903 | - return $this->body; |
|
| 1903 | + return $this->body; |
|
| 1904 | 1904 | } |
| 1905 | 1905 | public function setFilename($filename) |
| 1906 | 1906 | { |
| 1907 | - $this->filename = $filename; |
|
| 1907 | + $this->filename = $filename; |
|
| 1908 | 1908 | } |
| 1909 | 1909 | public function getFilename() |
| 1910 | 1910 | { |
| 1911 | - return $this->filename; |
|
| 1911 | + return $this->filename; |
|
| 1912 | 1912 | } |
| 1913 | 1913 | public function setHeaders($headers) |
| 1914 | 1914 | { |
| 1915 | - $this->headers = $headers; |
|
| 1915 | + $this->headers = $headers; |
|
| 1916 | 1916 | } |
| 1917 | 1917 | public function getHeaders() |
| 1918 | 1918 | { |
| 1919 | - return $this->headers; |
|
| 1919 | + return $this->headers; |
|
| 1920 | 1920 | } |
| 1921 | 1921 | public function setMimeType($mimeType) |
| 1922 | 1922 | { |
| 1923 | - $this->mimeType = $mimeType; |
|
| 1923 | + $this->mimeType = $mimeType; |
|
| 1924 | 1924 | } |
| 1925 | 1925 | public function getMimeType() |
| 1926 | 1926 | { |
| 1927 | - return $this->mimeType; |
|
| 1927 | + return $this->mimeType; |
|
| 1928 | 1928 | } |
| 1929 | 1929 | public function setPartId($partId) |
| 1930 | 1930 | { |
| 1931 | - $this->partId = $partId; |
|
| 1931 | + $this->partId = $partId; |
|
| 1932 | 1932 | } |
| 1933 | 1933 | public function getPartId() |
| 1934 | 1934 | { |
| 1935 | - return $this->partId; |
|
| 1935 | + return $this->partId; |
|
| 1936 | 1936 | } |
| 1937 | 1937 | public function setParts($parts) |
| 1938 | 1938 | { |
| 1939 | - $this->parts = $parts; |
|
| 1939 | + $this->parts = $parts; |
|
| 1940 | 1940 | } |
| 1941 | 1941 | public function getParts() |
| 1942 | 1942 | { |
| 1943 | - return $this->parts; |
|
| 1943 | + return $this->parts; |
|
| 1944 | 1944 | } |
| 1945 | 1945 | } |
| 1946 | 1946 | |
@@ -1955,27 +1955,27 @@ discard block |
||
| 1955 | 1955 | |
| 1956 | 1956 | public function setAttachmentId($attachmentId) |
| 1957 | 1957 | { |
| 1958 | - $this->attachmentId = $attachmentId; |
|
| 1958 | + $this->attachmentId = $attachmentId; |
|
| 1959 | 1959 | } |
| 1960 | 1960 | public function getAttachmentId() |
| 1961 | 1961 | { |
| 1962 | - return $this->attachmentId; |
|
| 1962 | + return $this->attachmentId; |
|
| 1963 | 1963 | } |
| 1964 | 1964 | public function setData($data) |
| 1965 | 1965 | { |
| 1966 | - $this->data = $data; |
|
| 1966 | + $this->data = $data; |
|
| 1967 | 1967 | } |
| 1968 | 1968 | public function getData() |
| 1969 | 1969 | { |
| 1970 | - return $this->data; |
|
| 1970 | + return $this->data; |
|
| 1971 | 1971 | } |
| 1972 | 1972 | public function setSize($size) |
| 1973 | 1973 | { |
| 1974 | - $this->size = $size; |
|
| 1974 | + $this->size = $size; |
|
| 1975 | 1975 | } |
| 1976 | 1976 | public function getSize() |
| 1977 | 1977 | { |
| 1978 | - return $this->size; |
|
| 1978 | + return $this->size; |
|
| 1979 | 1979 | } |
| 1980 | 1980 | } |
| 1981 | 1981 | |
@@ -1989,19 +1989,19 @@ discard block |
||
| 1989 | 1989 | |
| 1990 | 1990 | public function setName($name) |
| 1991 | 1991 | { |
| 1992 | - $this->name = $name; |
|
| 1992 | + $this->name = $name; |
|
| 1993 | 1993 | } |
| 1994 | 1994 | public function getName() |
| 1995 | 1995 | { |
| 1996 | - return $this->name; |
|
| 1996 | + return $this->name; |
|
| 1997 | 1997 | } |
| 1998 | 1998 | public function setValue($value) |
| 1999 | 1999 | { |
| 2000 | - $this->value = $value; |
|
| 2000 | + $this->value = $value; |
|
| 2001 | 2001 | } |
| 2002 | 2002 | public function getValue() |
| 2003 | 2003 | { |
| 2004 | - return $this->value; |
|
| 2004 | + return $this->value; |
|
| 2005 | 2005 | } |
| 2006 | 2006 | } |
| 2007 | 2007 | |
@@ -2016,19 +2016,19 @@ discard block |
||
| 2016 | 2016 | |
| 2017 | 2017 | public function setAddLabelIds($addLabelIds) |
| 2018 | 2018 | { |
| 2019 | - $this->addLabelIds = $addLabelIds; |
|
| 2019 | + $this->addLabelIds = $addLabelIds; |
|
| 2020 | 2020 | } |
| 2021 | 2021 | public function getAddLabelIds() |
| 2022 | 2022 | { |
| 2023 | - return $this->addLabelIds; |
|
| 2023 | + return $this->addLabelIds; |
|
| 2024 | 2024 | } |
| 2025 | 2025 | public function setRemoveLabelIds($removeLabelIds) |
| 2026 | 2026 | { |
| 2027 | - $this->removeLabelIds = $removeLabelIds; |
|
| 2027 | + $this->removeLabelIds = $removeLabelIds; |
|
| 2028 | 2028 | } |
| 2029 | 2029 | public function getRemoveLabelIds() |
| 2030 | 2030 | { |
| 2031 | - return $this->removeLabelIds; |
|
| 2031 | + return $this->removeLabelIds; |
|
| 2032 | 2032 | } |
| 2033 | 2033 | } |
| 2034 | 2034 | |
@@ -2043,19 +2043,19 @@ discard block |
||
| 2043 | 2043 | |
| 2044 | 2044 | public function setAddLabelIds($addLabelIds) |
| 2045 | 2045 | { |
| 2046 | - $this->addLabelIds = $addLabelIds; |
|
| 2046 | + $this->addLabelIds = $addLabelIds; |
|
| 2047 | 2047 | } |
| 2048 | 2048 | public function getAddLabelIds() |
| 2049 | 2049 | { |
| 2050 | - return $this->addLabelIds; |
|
| 2050 | + return $this->addLabelIds; |
|
| 2051 | 2051 | } |
| 2052 | 2052 | public function setRemoveLabelIds($removeLabelIds) |
| 2053 | 2053 | { |
| 2054 | - $this->removeLabelIds = $removeLabelIds; |
|
| 2054 | + $this->removeLabelIds = $removeLabelIds; |
|
| 2055 | 2055 | } |
| 2056 | 2056 | public function getRemoveLabelIds() |
| 2057 | 2057 | { |
| 2058 | - return $this->removeLabelIds; |
|
| 2058 | + return $this->removeLabelIds; |
|
| 2059 | 2059 | } |
| 2060 | 2060 | } |
| 2061 | 2061 | |
@@ -2071,35 +2071,35 @@ discard block |
||
| 2071 | 2071 | |
| 2072 | 2072 | public function setEmailAddress($emailAddress) |
| 2073 | 2073 | { |
| 2074 | - $this->emailAddress = $emailAddress; |
|
| 2074 | + $this->emailAddress = $emailAddress; |
|
| 2075 | 2075 | } |
| 2076 | 2076 | public function getEmailAddress() |
| 2077 | 2077 | { |
| 2078 | - return $this->emailAddress; |
|
| 2078 | + return $this->emailAddress; |
|
| 2079 | 2079 | } |
| 2080 | 2080 | public function setHistoryId($historyId) |
| 2081 | 2081 | { |
| 2082 | - $this->historyId = $historyId; |
|
| 2082 | + $this->historyId = $historyId; |
|
| 2083 | 2083 | } |
| 2084 | 2084 | public function getHistoryId() |
| 2085 | 2085 | { |
| 2086 | - return $this->historyId; |
|
| 2086 | + return $this->historyId; |
|
| 2087 | 2087 | } |
| 2088 | 2088 | public function setMessagesTotal($messagesTotal) |
| 2089 | 2089 | { |
| 2090 | - $this->messagesTotal = $messagesTotal; |
|
| 2090 | + $this->messagesTotal = $messagesTotal; |
|
| 2091 | 2091 | } |
| 2092 | 2092 | public function getMessagesTotal() |
| 2093 | 2093 | { |
| 2094 | - return $this->messagesTotal; |
|
| 2094 | + return $this->messagesTotal; |
|
| 2095 | 2095 | } |
| 2096 | 2096 | public function setThreadsTotal($threadsTotal) |
| 2097 | 2097 | { |
| 2098 | - $this->threadsTotal = $threadsTotal; |
|
| 2098 | + $this->threadsTotal = $threadsTotal; |
|
| 2099 | 2099 | } |
| 2100 | 2100 | public function getThreadsTotal() |
| 2101 | 2101 | { |
| 2102 | - return $this->threadsTotal; |
|
| 2102 | + return $this->threadsTotal; |
|
| 2103 | 2103 | } |
| 2104 | 2104 | } |
| 2105 | 2105 | |
@@ -2117,35 +2117,35 @@ discard block |
||
| 2117 | 2117 | |
| 2118 | 2118 | public function setHistoryId($historyId) |
| 2119 | 2119 | { |
| 2120 | - $this->historyId = $historyId; |
|
| 2120 | + $this->historyId = $historyId; |
|
| 2121 | 2121 | } |
| 2122 | 2122 | public function getHistoryId() |
| 2123 | 2123 | { |
| 2124 | - return $this->historyId; |
|
| 2124 | + return $this->historyId; |
|
| 2125 | 2125 | } |
| 2126 | 2126 | public function setId($id) |
| 2127 | 2127 | { |
| 2128 | - $this->id = $id; |
|
| 2128 | + $this->id = $id; |
|
| 2129 | 2129 | } |
| 2130 | 2130 | public function getId() |
| 2131 | 2131 | { |
| 2132 | - return $this->id; |
|
| 2132 | + return $this->id; |
|
| 2133 | 2133 | } |
| 2134 | 2134 | public function setMessages($messages) |
| 2135 | 2135 | { |
| 2136 | - $this->messages = $messages; |
|
| 2136 | + $this->messages = $messages; |
|
| 2137 | 2137 | } |
| 2138 | 2138 | public function getMessages() |
| 2139 | 2139 | { |
| 2140 | - return $this->messages; |
|
| 2140 | + return $this->messages; |
|
| 2141 | 2141 | } |
| 2142 | 2142 | public function setSnippet($snippet) |
| 2143 | 2143 | { |
| 2144 | - $this->snippet = $snippet; |
|
| 2144 | + $this->snippet = $snippet; |
|
| 2145 | 2145 | } |
| 2146 | 2146 | public function getSnippet() |
| 2147 | 2147 | { |
| 2148 | - return $this->snippet; |
|
| 2148 | + return $this->snippet; |
|
| 2149 | 2149 | } |
| 2150 | 2150 | } |
| 2151 | 2151 | |
@@ -2161,27 +2161,27 @@ discard block |
||
| 2161 | 2161 | |
| 2162 | 2162 | public function setLabelFilterAction($labelFilterAction) |
| 2163 | 2163 | { |
| 2164 | - $this->labelFilterAction = $labelFilterAction; |
|
| 2164 | + $this->labelFilterAction = $labelFilterAction; |
|
| 2165 | 2165 | } |
| 2166 | 2166 | public function getLabelFilterAction() |
| 2167 | 2167 | { |
| 2168 | - return $this->labelFilterAction; |
|
| 2168 | + return $this->labelFilterAction; |
|
| 2169 | 2169 | } |
| 2170 | 2170 | public function setLabelIds($labelIds) |
| 2171 | 2171 | { |
| 2172 | - $this->labelIds = $labelIds; |
|
| 2172 | + $this->labelIds = $labelIds; |
|
| 2173 | 2173 | } |
| 2174 | 2174 | public function getLabelIds() |
| 2175 | 2175 | { |
| 2176 | - return $this->labelIds; |
|
| 2176 | + return $this->labelIds; |
|
| 2177 | 2177 | } |
| 2178 | 2178 | public function setTopicName($topicName) |
| 2179 | 2179 | { |
| 2180 | - $this->topicName = $topicName; |
|
| 2180 | + $this->topicName = $topicName; |
|
| 2181 | 2181 | } |
| 2182 | 2182 | public function getTopicName() |
| 2183 | 2183 | { |
| 2184 | - return $this->topicName; |
|
| 2184 | + return $this->topicName; |
|
| 2185 | 2185 | } |
| 2186 | 2186 | } |
| 2187 | 2187 | |
@@ -2195,18 +2195,18 @@ discard block |
||
| 2195 | 2195 | |
| 2196 | 2196 | public function setExpiration($expiration) |
| 2197 | 2197 | { |
| 2198 | - $this->expiration = $expiration; |
|
| 2198 | + $this->expiration = $expiration; |
|
| 2199 | 2199 | } |
| 2200 | 2200 | public function getExpiration() |
| 2201 | 2201 | { |
| 2202 | - return $this->expiration; |
|
| 2202 | + return $this->expiration; |
|
| 2203 | 2203 | } |
| 2204 | 2204 | public function setHistoryId($historyId) |
| 2205 | 2205 | { |
| 2206 | - $this->historyId = $historyId; |
|
| 2206 | + $this->historyId = $historyId; |
|
| 2207 | 2207 | } |
| 2208 | 2208 | public function getHistoryId() |
| 2209 | 2209 | { |
| 2210 | - return $this->historyId; |
|
| 2210 | + return $this->historyId; |
|
| 2211 | 2211 | } |
| 2212 | 2212 | } |
@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | 'required' => true, |
| 88 | 88 | ), |
| 89 | 89 | ), |
| 90 | - ),'stop' => array( |
|
| 90 | + ), 'stop' => array( |
|
| 91 | 91 | 'path' => '{userId}/stop', |
| 92 | 92 | 'httpMethod' => 'POST', |
| 93 | 93 | 'parameters' => array( |
@@ -97,7 +97,7 @@ discard block |
||
| 97 | 97 | 'required' => true, |
| 98 | 98 | ), |
| 99 | 99 | ), |
| 100 | - ),'watch' => array( |
|
| 100 | + ), 'watch' => array( |
|
| 101 | 101 | 'path' => '{userId}/watch', |
| 102 | 102 | 'httpMethod' => 'POST', |
| 103 | 103 | 'parameters' => array( |
@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | 'required' => true, |
| 128 | 128 | ), |
| 129 | 129 | ), |
| 130 | - ),'delete' => array( |
|
| 130 | + ), 'delete' => array( |
|
| 131 | 131 | 'path' => '{userId}/drafts/{id}', |
| 132 | 132 | 'httpMethod' => 'DELETE', |
| 133 | 133 | 'parameters' => array( |
@@ -142,7 +142,7 @@ discard block |
||
| 142 | 142 | 'required' => true, |
| 143 | 143 | ), |
| 144 | 144 | ), |
| 145 | - ),'get' => array( |
|
| 145 | + ), 'get' => array( |
|
| 146 | 146 | 'path' => '{userId}/drafts/{id}', |
| 147 | 147 | 'httpMethod' => 'GET', |
| 148 | 148 | 'parameters' => array( |
@@ -161,7 +161,7 @@ discard block |
||
| 161 | 161 | 'type' => 'string', |
| 162 | 162 | ), |
| 163 | 163 | ), |
| 164 | - ),'list' => array( |
|
| 164 | + ), 'list' => array( |
|
| 165 | 165 | 'path' => '{userId}/drafts', |
| 166 | 166 | 'httpMethod' => 'GET', |
| 167 | 167 | 'parameters' => array( |
@@ -179,7 +179,7 @@ discard block |
||
| 179 | 179 | 'type' => 'integer', |
| 180 | 180 | ), |
| 181 | 181 | ), |
| 182 | - ),'send' => array( |
|
| 182 | + ), 'send' => array( |
|
| 183 | 183 | 'path' => '{userId}/drafts/send', |
| 184 | 184 | 'httpMethod' => 'POST', |
| 185 | 185 | 'parameters' => array( |
@@ -189,7 +189,7 @@ discard block |
||
| 189 | 189 | 'required' => true, |
| 190 | 190 | ), |
| 191 | 191 | ), |
| 192 | - ),'update' => array( |
|
| 192 | + ), 'update' => array( |
|
| 193 | 193 | 'path' => '{userId}/drafts/{id}', |
| 194 | 194 | 'httpMethod' => 'PUT', |
| 195 | 195 | 'parameters' => array( |
@@ -260,7 +260,7 @@ discard block |
||
| 260 | 260 | 'required' => true, |
| 261 | 261 | ), |
| 262 | 262 | ), |
| 263 | - ),'delete' => array( |
|
| 263 | + ), 'delete' => array( |
|
| 264 | 264 | 'path' => '{userId}/labels/{id}', |
| 265 | 265 | 'httpMethod' => 'DELETE', |
| 266 | 266 | 'parameters' => array( |
@@ -275,7 +275,7 @@ discard block |
||
| 275 | 275 | 'required' => true, |
| 276 | 276 | ), |
| 277 | 277 | ), |
| 278 | - ),'get' => array( |
|
| 278 | + ), 'get' => array( |
|
| 279 | 279 | 'path' => '{userId}/labels/{id}', |
| 280 | 280 | 'httpMethod' => 'GET', |
| 281 | 281 | 'parameters' => array( |
@@ -290,7 +290,7 @@ discard block |
||
| 290 | 290 | 'required' => true, |
| 291 | 291 | ), |
| 292 | 292 | ), |
| 293 | - ),'list' => array( |
|
| 293 | + ), 'list' => array( |
|
| 294 | 294 | 'path' => '{userId}/labels', |
| 295 | 295 | 'httpMethod' => 'GET', |
| 296 | 296 | 'parameters' => array( |
@@ -300,7 +300,7 @@ discard block |
||
| 300 | 300 | 'required' => true, |
| 301 | 301 | ), |
| 302 | 302 | ), |
| 303 | - ),'patch' => array( |
|
| 303 | + ), 'patch' => array( |
|
| 304 | 304 | 'path' => '{userId}/labels/{id}', |
| 305 | 305 | 'httpMethod' => 'PATCH', |
| 306 | 306 | 'parameters' => array( |
@@ -315,7 +315,7 @@ discard block |
||
| 315 | 315 | 'required' => true, |
| 316 | 316 | ), |
| 317 | 317 | ), |
| 318 | - ),'update' => array( |
|
| 318 | + ), 'update' => array( |
|
| 319 | 319 | 'path' => '{userId}/labels/{id}', |
| 320 | 320 | 'httpMethod' => 'PUT', |
| 321 | 321 | 'parameters' => array( |
@@ -355,7 +355,7 @@ discard block |
||
| 355 | 355 | 'required' => true, |
| 356 | 356 | ), |
| 357 | 357 | ), |
| 358 | - ),'get' => array( |
|
| 358 | + ), 'get' => array( |
|
| 359 | 359 | 'path' => '{userId}/messages/{id}', |
| 360 | 360 | 'httpMethod' => 'GET', |
| 361 | 361 | 'parameters' => array( |
@@ -379,7 +379,7 @@ discard block |
||
| 379 | 379 | 'type' => 'string', |
| 380 | 380 | ), |
| 381 | 381 | ), |
| 382 | - ),'import' => array( |
|
| 382 | + ), 'import' => array( |
|
| 383 | 383 | 'path' => '{userId}/messages/import', |
| 384 | 384 | 'httpMethod' => 'POST', |
| 385 | 385 | 'parameters' => array( |
@@ -405,7 +405,7 @@ discard block |
||
| 405 | 405 | 'type' => 'boolean', |
| 406 | 406 | ), |
| 407 | 407 | ), |
| 408 | - ),'insert' => array( |
|
| 408 | + ), 'insert' => array( |
|
| 409 | 409 | 'path' => '{userId}/messages', |
| 410 | 410 | 'httpMethod' => 'POST', |
| 411 | 411 | 'parameters' => array( |
@@ -423,7 +423,7 @@ discard block |
||
| 423 | 423 | 'type' => 'string', |
| 424 | 424 | ), |
| 425 | 425 | ), |
| 426 | - ),'list' => array( |
|
| 426 | + ), 'list' => array( |
|
| 427 | 427 | 'path' => '{userId}/messages', |
| 428 | 428 | 'httpMethod' => 'GET', |
| 429 | 429 | 'parameters' => array( |
@@ -454,7 +454,7 @@ discard block |
||
| 454 | 454 | 'repeated' => true, |
| 455 | 455 | ), |
| 456 | 456 | ), |
| 457 | - ),'modify' => array( |
|
| 457 | + ), 'modify' => array( |
|
| 458 | 458 | 'path' => '{userId}/messages/{id}/modify', |
| 459 | 459 | 'httpMethod' => 'POST', |
| 460 | 460 | 'parameters' => array( |
@@ -469,7 +469,7 @@ discard block |
||
| 469 | 469 | 'required' => true, |
| 470 | 470 | ), |
| 471 | 471 | ), |
| 472 | - ),'send' => array( |
|
| 472 | + ), 'send' => array( |
|
| 473 | 473 | 'path' => '{userId}/messages/send', |
| 474 | 474 | 'httpMethod' => 'POST', |
| 475 | 475 | 'parameters' => array( |
@@ -479,7 +479,7 @@ discard block |
||
| 479 | 479 | 'required' => true, |
| 480 | 480 | ), |
| 481 | 481 | ), |
| 482 | - ),'trash' => array( |
|
| 482 | + ), 'trash' => array( |
|
| 483 | 483 | 'path' => '{userId}/messages/{id}/trash', |
| 484 | 484 | 'httpMethod' => 'POST', |
| 485 | 485 | 'parameters' => array( |
@@ -494,7 +494,7 @@ discard block |
||
| 494 | 494 | 'required' => true, |
| 495 | 495 | ), |
| 496 | 496 | ), |
| 497 | - ),'untrash' => array( |
|
| 497 | + ), 'untrash' => array( |
|
| 498 | 498 | 'path' => '{userId}/messages/{id}/untrash', |
| 499 | 499 | 'httpMethod' => 'POST', |
| 500 | 500 | 'parameters' => array( |
@@ -564,7 +564,7 @@ discard block |
||
| 564 | 564 | 'required' => true, |
| 565 | 565 | ), |
| 566 | 566 | ), |
| 567 | - ),'get' => array( |
|
| 567 | + ), 'get' => array( |
|
| 568 | 568 | 'path' => '{userId}/threads/{id}', |
| 569 | 569 | 'httpMethod' => 'GET', |
| 570 | 570 | 'parameters' => array( |
@@ -588,7 +588,7 @@ discard block |
||
| 588 | 588 | 'type' => 'string', |
| 589 | 589 | ), |
| 590 | 590 | ), |
| 591 | - ),'list' => array( |
|
| 591 | + ), 'list' => array( |
|
| 592 | 592 | 'path' => '{userId}/threads', |
| 593 | 593 | 'httpMethod' => 'GET', |
| 594 | 594 | 'parameters' => array( |
@@ -619,7 +619,7 @@ discard block |
||
| 619 | 619 | 'repeated' => true, |
| 620 | 620 | ), |
| 621 | 621 | ), |
| 622 | - ),'modify' => array( |
|
| 622 | + ), 'modify' => array( |
|
| 623 | 623 | 'path' => '{userId}/threads/{id}/modify', |
| 624 | 624 | 'httpMethod' => 'POST', |
| 625 | 625 | 'parameters' => array( |
@@ -634,7 +634,7 @@ discard block |
||
| 634 | 634 | 'required' => true, |
| 635 | 635 | ), |
| 636 | 636 | ), |
| 637 | - ),'trash' => array( |
|
| 637 | + ), 'trash' => array( |
|
| 638 | 638 | 'path' => '{userId}/threads/{id}/trash', |
| 639 | 639 | 'httpMethod' => 'POST', |
| 640 | 640 | 'parameters' => array( |
@@ -649,7 +649,7 @@ discard block |
||
| 649 | 649 | 'required' => true, |
| 650 | 650 | ), |
| 651 | 651 | ), |
| 652 | - ),'untrash' => array( |
|
| 652 | + ), 'untrash' => array( |
|
| 653 | 653 | 'path' => '{userId}/threads/{id}/untrash', |
| 654 | 654 | 'httpMethod' => 'POST', |
| 655 | 655 | 'parameters' => array( |
@@ -124,7 +124,7 @@ discard block |
||
| 124 | 124 | * (groups.patch) |
| 125 | 125 | * |
| 126 | 126 | * @param string $groupUniqueId The resource ID |
| 127 | - * @param Google_Groups $postBody |
|
| 127 | + * @param Google_Service_Groupssettings_Groups $postBody |
|
| 128 | 128 | * @param array $optParams Optional parameters. |
| 129 | 129 | * @return Google_Service_Groupssettings_Groups |
| 130 | 130 | */ |
@@ -139,7 +139,7 @@ discard block |
||
| 139 | 139 | * Updates an existing resource. (groups.update) |
| 140 | 140 | * |
| 141 | 141 | * @param string $groupUniqueId The resource ID |
| 142 | - * @param Google_Groups $postBody |
|
| 142 | + * @param Google_Service_Groupssettings_Groups $postBody |
|
| 143 | 143 | * @param array $optParams Optional parameters. |
| 144 | 144 | * @return Google_Service_Groupssettings_Groups |
| 145 | 145 | */ |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** View and manage the settings of a Google Apps Group. */ |
| 34 | 34 | const APPS_GROUPS_SETTINGS = |
| 35 | - "https://www.googleapis.com/auth/apps.groups.settings"; |
|
| 35 | + "https://www.googleapis.com/auth/apps.groups.settings"; |
|
| 36 | 36 | |
| 37 | 37 | public $groups; |
| 38 | 38 | |
@@ -44,52 +44,52 @@ discard block |
||
| 44 | 44 | */ |
| 45 | 45 | public function __construct(Google_Client $client) |
| 46 | 46 | { |
| 47 | - parent::__construct($client); |
|
| 48 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 49 | - $this->servicePath = 'groups/v1/groups/'; |
|
| 50 | - $this->version = 'v1'; |
|
| 51 | - $this->serviceName = 'groupssettings'; |
|
| 47 | + parent::__construct($client); |
|
| 48 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 49 | + $this->servicePath = 'groups/v1/groups/'; |
|
| 50 | + $this->version = 'v1'; |
|
| 51 | + $this->serviceName = 'groupssettings'; |
|
| 52 | 52 | |
| 53 | - $this->groups = new Google_Service_Groupssettings_Groups_Resource( |
|
| 54 | - $this, |
|
| 55 | - $this->serviceName, |
|
| 56 | - 'groups', |
|
| 57 | - array( |
|
| 58 | - 'methods' => array( |
|
| 59 | - 'get' => array( |
|
| 60 | - 'path' => '{groupUniqueId}', |
|
| 61 | - 'httpMethod' => 'GET', |
|
| 62 | - 'parameters' => array( |
|
| 63 | - 'groupUniqueId' => array( |
|
| 64 | - 'location' => 'path', |
|
| 65 | - 'type' => 'string', |
|
| 66 | - 'required' => true, |
|
| 67 | - ), |
|
| 68 | - ), |
|
| 69 | - ),'patch' => array( |
|
| 70 | - 'path' => '{groupUniqueId}', |
|
| 71 | - 'httpMethod' => 'PATCH', |
|
| 72 | - 'parameters' => array( |
|
| 73 | - 'groupUniqueId' => array( |
|
| 74 | - 'location' => 'path', |
|
| 75 | - 'type' => 'string', |
|
| 76 | - 'required' => true, |
|
| 77 | - ), |
|
| 78 | - ), |
|
| 79 | - ),'update' => array( |
|
| 80 | - 'path' => '{groupUniqueId}', |
|
| 81 | - 'httpMethod' => 'PUT', |
|
| 82 | - 'parameters' => array( |
|
| 83 | - 'groupUniqueId' => array( |
|
| 84 | - 'location' => 'path', |
|
| 85 | - 'type' => 'string', |
|
| 86 | - 'required' => true, |
|
| 87 | - ), |
|
| 88 | - ), |
|
| 89 | - ), |
|
| 90 | - ) |
|
| 91 | - ) |
|
| 92 | - ); |
|
| 53 | + $this->groups = new Google_Service_Groupssettings_Groups_Resource( |
|
| 54 | + $this, |
|
| 55 | + $this->serviceName, |
|
| 56 | + 'groups', |
|
| 57 | + array( |
|
| 58 | + 'methods' => array( |
|
| 59 | + 'get' => array( |
|
| 60 | + 'path' => '{groupUniqueId}', |
|
| 61 | + 'httpMethod' => 'GET', |
|
| 62 | + 'parameters' => array( |
|
| 63 | + 'groupUniqueId' => array( |
|
| 64 | + 'location' => 'path', |
|
| 65 | + 'type' => 'string', |
|
| 66 | + 'required' => true, |
|
| 67 | + ), |
|
| 68 | + ), |
|
| 69 | + ),'patch' => array( |
|
| 70 | + 'path' => '{groupUniqueId}', |
|
| 71 | + 'httpMethod' => 'PATCH', |
|
| 72 | + 'parameters' => array( |
|
| 73 | + 'groupUniqueId' => array( |
|
| 74 | + 'location' => 'path', |
|
| 75 | + 'type' => 'string', |
|
| 76 | + 'required' => true, |
|
| 77 | + ), |
|
| 78 | + ), |
|
| 79 | + ),'update' => array( |
|
| 80 | + 'path' => '{groupUniqueId}', |
|
| 81 | + 'httpMethod' => 'PUT', |
|
| 82 | + 'parameters' => array( |
|
| 83 | + 'groupUniqueId' => array( |
|
| 84 | + 'location' => 'path', |
|
| 85 | + 'type' => 'string', |
|
| 86 | + 'required' => true, |
|
| 87 | + ), |
|
| 88 | + ), |
|
| 89 | + ), |
|
| 90 | + ) |
|
| 91 | + ) |
|
| 92 | + ); |
|
| 93 | 93 | } |
| 94 | 94 | } |
| 95 | 95 | |
@@ -114,9 +114,9 @@ discard block |
||
| 114 | 114 | */ |
| 115 | 115 | public function get($groupUniqueId, $optParams = array()) |
| 116 | 116 | { |
| 117 | - $params = array('groupUniqueId' => $groupUniqueId); |
|
| 118 | - $params = array_merge($params, $optParams); |
|
| 119 | - return $this->call('get', array($params), "Google_Service_Groupssettings_Groups"); |
|
| 117 | + $params = array('groupUniqueId' => $groupUniqueId); |
|
| 118 | + $params = array_merge($params, $optParams); |
|
| 119 | + return $this->call('get', array($params), "Google_Service_Groupssettings_Groups"); |
|
| 120 | 120 | } |
| 121 | 121 | |
| 122 | 122 | /** |
@@ -130,9 +130,9 @@ discard block |
||
| 130 | 130 | */ |
| 131 | 131 | public function patch($groupUniqueId, Google_Service_Groupssettings_Groups $postBody, $optParams = array()) |
| 132 | 132 | { |
| 133 | - $params = array('groupUniqueId' => $groupUniqueId, 'postBody' => $postBody); |
|
| 134 | - $params = array_merge($params, $optParams); |
|
| 135 | - return $this->call('patch', array($params), "Google_Service_Groupssettings_Groups"); |
|
| 133 | + $params = array('groupUniqueId' => $groupUniqueId, 'postBody' => $postBody); |
|
| 134 | + $params = array_merge($params, $optParams); |
|
| 135 | + return $this->call('patch', array($params), "Google_Service_Groupssettings_Groups"); |
|
| 136 | 136 | } |
| 137 | 137 | |
| 138 | 138 | /** |
@@ -145,9 +145,9 @@ discard block |
||
| 145 | 145 | */ |
| 146 | 146 | public function update($groupUniqueId, Google_Service_Groupssettings_Groups $postBody, $optParams = array()) |
| 147 | 147 | { |
| 148 | - $params = array('groupUniqueId' => $groupUniqueId, 'postBody' => $postBody); |
|
| 149 | - $params = array_merge($params, $optParams); |
|
| 150 | - return $this->call('update', array($params), "Google_Service_Groupssettings_Groups"); |
|
| 148 | + $params = array('groupUniqueId' => $groupUniqueId, 'postBody' => $postBody); |
|
| 149 | + $params = array_merge($params, $optParams); |
|
| 150 | + return $this->call('update', array($params), "Google_Service_Groupssettings_Groups"); |
|
| 151 | 151 | } |
| 152 | 152 | } |
| 153 | 153 | |
@@ -190,226 +190,226 @@ discard block |
||
| 190 | 190 | |
| 191 | 191 | public function setAllowExternalMembers($allowExternalMembers) |
| 192 | 192 | { |
| 193 | - $this->allowExternalMembers = $allowExternalMembers; |
|
| 193 | + $this->allowExternalMembers = $allowExternalMembers; |
|
| 194 | 194 | } |
| 195 | 195 | public function getAllowExternalMembers() |
| 196 | 196 | { |
| 197 | - return $this->allowExternalMembers; |
|
| 197 | + return $this->allowExternalMembers; |
|
| 198 | 198 | } |
| 199 | 199 | public function setAllowGoogleCommunication($allowGoogleCommunication) |
| 200 | 200 | { |
| 201 | - $this->allowGoogleCommunication = $allowGoogleCommunication; |
|
| 201 | + $this->allowGoogleCommunication = $allowGoogleCommunication; |
|
| 202 | 202 | } |
| 203 | 203 | public function getAllowGoogleCommunication() |
| 204 | 204 | { |
| 205 | - return $this->allowGoogleCommunication; |
|
| 205 | + return $this->allowGoogleCommunication; |
|
| 206 | 206 | } |
| 207 | 207 | public function setAllowWebPosting($allowWebPosting) |
| 208 | 208 | { |
| 209 | - $this->allowWebPosting = $allowWebPosting; |
|
| 209 | + $this->allowWebPosting = $allowWebPosting; |
|
| 210 | 210 | } |
| 211 | 211 | public function getAllowWebPosting() |
| 212 | 212 | { |
| 213 | - return $this->allowWebPosting; |
|
| 213 | + return $this->allowWebPosting; |
|
| 214 | 214 | } |
| 215 | 215 | public function setArchiveOnly($archiveOnly) |
| 216 | 216 | { |
| 217 | - $this->archiveOnly = $archiveOnly; |
|
| 217 | + $this->archiveOnly = $archiveOnly; |
|
| 218 | 218 | } |
| 219 | 219 | public function getArchiveOnly() |
| 220 | 220 | { |
| 221 | - return $this->archiveOnly; |
|
| 221 | + return $this->archiveOnly; |
|
| 222 | 222 | } |
| 223 | 223 | public function setCustomReplyTo($customReplyTo) |
| 224 | 224 | { |
| 225 | - $this->customReplyTo = $customReplyTo; |
|
| 225 | + $this->customReplyTo = $customReplyTo; |
|
| 226 | 226 | } |
| 227 | 227 | public function getCustomReplyTo() |
| 228 | 228 | { |
| 229 | - return $this->customReplyTo; |
|
| 229 | + return $this->customReplyTo; |
|
| 230 | 230 | } |
| 231 | 231 | public function setDefaultMessageDenyNotificationText($defaultMessageDenyNotificationText) |
| 232 | 232 | { |
| 233 | - $this->defaultMessageDenyNotificationText = $defaultMessageDenyNotificationText; |
|
| 233 | + $this->defaultMessageDenyNotificationText = $defaultMessageDenyNotificationText; |
|
| 234 | 234 | } |
| 235 | 235 | public function getDefaultMessageDenyNotificationText() |
| 236 | 236 | { |
| 237 | - return $this->defaultMessageDenyNotificationText; |
|
| 237 | + return $this->defaultMessageDenyNotificationText; |
|
| 238 | 238 | } |
| 239 | 239 | public function setDescription($description) |
| 240 | 240 | { |
| 241 | - $this->description = $description; |
|
| 241 | + $this->description = $description; |
|
| 242 | 242 | } |
| 243 | 243 | public function getDescription() |
| 244 | 244 | { |
| 245 | - return $this->description; |
|
| 245 | + return $this->description; |
|
| 246 | 246 | } |
| 247 | 247 | public function setEmail($email) |
| 248 | 248 | { |
| 249 | - $this->email = $email; |
|
| 249 | + $this->email = $email; |
|
| 250 | 250 | } |
| 251 | 251 | public function getEmail() |
| 252 | 252 | { |
| 253 | - return $this->email; |
|
| 253 | + return $this->email; |
|
| 254 | 254 | } |
| 255 | 255 | public function setIncludeInGlobalAddressList($includeInGlobalAddressList) |
| 256 | 256 | { |
| 257 | - $this->includeInGlobalAddressList = $includeInGlobalAddressList; |
|
| 257 | + $this->includeInGlobalAddressList = $includeInGlobalAddressList; |
|
| 258 | 258 | } |
| 259 | 259 | public function getIncludeInGlobalAddressList() |
| 260 | 260 | { |
| 261 | - return $this->includeInGlobalAddressList; |
|
| 261 | + return $this->includeInGlobalAddressList; |
|
| 262 | 262 | } |
| 263 | 263 | public function setIsArchived($isArchived) |
| 264 | 264 | { |
| 265 | - $this->isArchived = $isArchived; |
|
| 265 | + $this->isArchived = $isArchived; |
|
| 266 | 266 | } |
| 267 | 267 | public function getIsArchived() |
| 268 | 268 | { |
| 269 | - return $this->isArchived; |
|
| 269 | + return $this->isArchived; |
|
| 270 | 270 | } |
| 271 | 271 | public function setKind($kind) |
| 272 | 272 | { |
| 273 | - $this->kind = $kind; |
|
| 273 | + $this->kind = $kind; |
|
| 274 | 274 | } |
| 275 | 275 | public function getKind() |
| 276 | 276 | { |
| 277 | - return $this->kind; |
|
| 277 | + return $this->kind; |
|
| 278 | 278 | } |
| 279 | 279 | public function setMaxMessageBytes($maxMessageBytes) |
| 280 | 280 | { |
| 281 | - $this->maxMessageBytes = $maxMessageBytes; |
|
| 281 | + $this->maxMessageBytes = $maxMessageBytes; |
|
| 282 | 282 | } |
| 283 | 283 | public function getMaxMessageBytes() |
| 284 | 284 | { |
| 285 | - return $this->maxMessageBytes; |
|
| 285 | + return $this->maxMessageBytes; |
|
| 286 | 286 | } |
| 287 | 287 | public function setMembersCanPostAsTheGroup($membersCanPostAsTheGroup) |
| 288 | 288 | { |
| 289 | - $this->membersCanPostAsTheGroup = $membersCanPostAsTheGroup; |
|
| 289 | + $this->membersCanPostAsTheGroup = $membersCanPostAsTheGroup; |
|
| 290 | 290 | } |
| 291 | 291 | public function getMembersCanPostAsTheGroup() |
| 292 | 292 | { |
| 293 | - return $this->membersCanPostAsTheGroup; |
|
| 293 | + return $this->membersCanPostAsTheGroup; |
|
| 294 | 294 | } |
| 295 | 295 | public function setMessageDisplayFont($messageDisplayFont) |
| 296 | 296 | { |
| 297 | - $this->messageDisplayFont = $messageDisplayFont; |
|
| 297 | + $this->messageDisplayFont = $messageDisplayFont; |
|
| 298 | 298 | } |
| 299 | 299 | public function getMessageDisplayFont() |
| 300 | 300 | { |
| 301 | - return $this->messageDisplayFont; |
|
| 301 | + return $this->messageDisplayFont; |
|
| 302 | 302 | } |
| 303 | 303 | public function setMessageModerationLevel($messageModerationLevel) |
| 304 | 304 | { |
| 305 | - $this->messageModerationLevel = $messageModerationLevel; |
|
| 305 | + $this->messageModerationLevel = $messageModerationLevel; |
|
| 306 | 306 | } |
| 307 | 307 | public function getMessageModerationLevel() |
| 308 | 308 | { |
| 309 | - return $this->messageModerationLevel; |
|
| 309 | + return $this->messageModerationLevel; |
|
| 310 | 310 | } |
| 311 | 311 | public function setName($name) |
| 312 | 312 | { |
| 313 | - $this->name = $name; |
|
| 313 | + $this->name = $name; |
|
| 314 | 314 | } |
| 315 | 315 | public function getName() |
| 316 | 316 | { |
| 317 | - return $this->name; |
|
| 317 | + return $this->name; |
|
| 318 | 318 | } |
| 319 | 319 | public function setPrimaryLanguage($primaryLanguage) |
| 320 | 320 | { |
| 321 | - $this->primaryLanguage = $primaryLanguage; |
|
| 321 | + $this->primaryLanguage = $primaryLanguage; |
|
| 322 | 322 | } |
| 323 | 323 | public function getPrimaryLanguage() |
| 324 | 324 | { |
| 325 | - return $this->primaryLanguage; |
|
| 325 | + return $this->primaryLanguage; |
|
| 326 | 326 | } |
| 327 | 327 | public function setReplyTo($replyTo) |
| 328 | 328 | { |
| 329 | - $this->replyTo = $replyTo; |
|
| 329 | + $this->replyTo = $replyTo; |
|
| 330 | 330 | } |
| 331 | 331 | public function getReplyTo() |
| 332 | 332 | { |
| 333 | - return $this->replyTo; |
|
| 333 | + return $this->replyTo; |
|
| 334 | 334 | } |
| 335 | 335 | public function setSendMessageDenyNotification($sendMessageDenyNotification) |
| 336 | 336 | { |
| 337 | - $this->sendMessageDenyNotification = $sendMessageDenyNotification; |
|
| 337 | + $this->sendMessageDenyNotification = $sendMessageDenyNotification; |
|
| 338 | 338 | } |
| 339 | 339 | public function getSendMessageDenyNotification() |
| 340 | 340 | { |
| 341 | - return $this->sendMessageDenyNotification; |
|
| 341 | + return $this->sendMessageDenyNotification; |
|
| 342 | 342 | } |
| 343 | 343 | public function setShowInGroupDirectory($showInGroupDirectory) |
| 344 | 344 | { |
| 345 | - $this->showInGroupDirectory = $showInGroupDirectory; |
|
| 345 | + $this->showInGroupDirectory = $showInGroupDirectory; |
|
| 346 | 346 | } |
| 347 | 347 | public function getShowInGroupDirectory() |
| 348 | 348 | { |
| 349 | - return $this->showInGroupDirectory; |
|
| 349 | + return $this->showInGroupDirectory; |
|
| 350 | 350 | } |
| 351 | 351 | public function setSpamModerationLevel($spamModerationLevel) |
| 352 | 352 | { |
| 353 | - $this->spamModerationLevel = $spamModerationLevel; |
|
| 353 | + $this->spamModerationLevel = $spamModerationLevel; |
|
| 354 | 354 | } |
| 355 | 355 | public function getSpamModerationLevel() |
| 356 | 356 | { |
| 357 | - return $this->spamModerationLevel; |
|
| 357 | + return $this->spamModerationLevel; |
|
| 358 | 358 | } |
| 359 | 359 | public function setWhoCanContactOwner($whoCanContactOwner) |
| 360 | 360 | { |
| 361 | - $this->whoCanContactOwner = $whoCanContactOwner; |
|
| 361 | + $this->whoCanContactOwner = $whoCanContactOwner; |
|
| 362 | 362 | } |
| 363 | 363 | public function getWhoCanContactOwner() |
| 364 | 364 | { |
| 365 | - return $this->whoCanContactOwner; |
|
| 365 | + return $this->whoCanContactOwner; |
|
| 366 | 366 | } |
| 367 | 367 | public function setWhoCanInvite($whoCanInvite) |
| 368 | 368 | { |
| 369 | - $this->whoCanInvite = $whoCanInvite; |
|
| 369 | + $this->whoCanInvite = $whoCanInvite; |
|
| 370 | 370 | } |
| 371 | 371 | public function getWhoCanInvite() |
| 372 | 372 | { |
| 373 | - return $this->whoCanInvite; |
|
| 373 | + return $this->whoCanInvite; |
|
| 374 | 374 | } |
| 375 | 375 | public function setWhoCanJoin($whoCanJoin) |
| 376 | 376 | { |
| 377 | - $this->whoCanJoin = $whoCanJoin; |
|
| 377 | + $this->whoCanJoin = $whoCanJoin; |
|
| 378 | 378 | } |
| 379 | 379 | public function getWhoCanJoin() |
| 380 | 380 | { |
| 381 | - return $this->whoCanJoin; |
|
| 381 | + return $this->whoCanJoin; |
|
| 382 | 382 | } |
| 383 | 383 | public function setWhoCanLeaveGroup($whoCanLeaveGroup) |
| 384 | 384 | { |
| 385 | - $this->whoCanLeaveGroup = $whoCanLeaveGroup; |
|
| 385 | + $this->whoCanLeaveGroup = $whoCanLeaveGroup; |
|
| 386 | 386 | } |
| 387 | 387 | public function getWhoCanLeaveGroup() |
| 388 | 388 | { |
| 389 | - return $this->whoCanLeaveGroup; |
|
| 389 | + return $this->whoCanLeaveGroup; |
|
| 390 | 390 | } |
| 391 | 391 | public function setWhoCanPostMessage($whoCanPostMessage) |
| 392 | 392 | { |
| 393 | - $this->whoCanPostMessage = $whoCanPostMessage; |
|
| 393 | + $this->whoCanPostMessage = $whoCanPostMessage; |
|
| 394 | 394 | } |
| 395 | 395 | public function getWhoCanPostMessage() |
| 396 | 396 | { |
| 397 | - return $this->whoCanPostMessage; |
|
| 397 | + return $this->whoCanPostMessage; |
|
| 398 | 398 | } |
| 399 | 399 | public function setWhoCanViewGroup($whoCanViewGroup) |
| 400 | 400 | { |
| 401 | - $this->whoCanViewGroup = $whoCanViewGroup; |
|
| 401 | + $this->whoCanViewGroup = $whoCanViewGroup; |
|
| 402 | 402 | } |
| 403 | 403 | public function getWhoCanViewGroup() |
| 404 | 404 | { |
| 405 | - return $this->whoCanViewGroup; |
|
| 405 | + return $this->whoCanViewGroup; |
|
| 406 | 406 | } |
| 407 | 407 | public function setWhoCanViewMembership($whoCanViewMembership) |
| 408 | 408 | { |
| 409 | - $this->whoCanViewMembership = $whoCanViewMembership; |
|
| 409 | + $this->whoCanViewMembership = $whoCanViewMembership; |
|
| 410 | 410 | } |
| 411 | 411 | public function getWhoCanViewMembership() |
| 412 | 412 | { |
| 413 | - return $this->whoCanViewMembership; |
|
| 413 | + return $this->whoCanViewMembership; |
|
| 414 | 414 | } |
| 415 | 415 | } |
@@ -66,7 +66,7 @@ discard block |
||
| 66 | 66 | 'required' => true, |
| 67 | 67 | ), |
| 68 | 68 | ), |
| 69 | - ),'patch' => array( |
|
| 69 | + ), 'patch' => array( |
|
| 70 | 70 | 'path' => '{groupUniqueId}', |
| 71 | 71 | 'httpMethod' => 'PATCH', |
| 72 | 72 | 'parameters' => array( |
@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | 'required' => true, |
| 77 | 77 | ), |
| 78 | 78 | ), |
| 79 | - ),'update' => array( |
|
| 79 | + ), 'update' => array( |
|
| 80 | 80 | 'path' => '{groupUniqueId}', |
| 81 | 81 | 'httpMethod' => 'PUT', |
| 82 | 82 | 'parameters' => array( |
@@ -125,7 +125,7 @@ discard block |
||
| 125 | 125 | * Creates the URI used by the IdP to authenticate the user. |
| 126 | 126 | * (relyingparty.createAuthUri) |
| 127 | 127 | * |
| 128 | - * @param Google_IdentitytoolkitRelyingpartyCreateAuthUriRequest $postBody |
|
| 128 | + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest $postBody |
|
| 129 | 129 | * @param array $optParams Optional parameters. |
| 130 | 130 | * @return Google_Service_IdentityToolkit_CreateAuthUriResponse |
| 131 | 131 | */ |
@@ -139,7 +139,7 @@ discard block |
||
| 139 | 139 | /** |
| 140 | 140 | * Delete user account. (relyingparty.deleteAccount) |
| 141 | 141 | * |
| 142 | - * @param Google_IdentitytoolkitRelyingpartyDeleteAccountRequest $postBody |
|
| 142 | + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountRequest $postBody |
|
| 143 | 143 | * @param array $optParams Optional parameters. |
| 144 | 144 | * @return Google_Service_IdentityToolkit_DeleteAccountResponse |
| 145 | 145 | */ |
@@ -153,7 +153,7 @@ discard block |
||
| 153 | 153 | /** |
| 154 | 154 | * Batch download user accounts. (relyingparty.downloadAccount) |
| 155 | 155 | * |
| 156 | - * @param Google_IdentitytoolkitRelyingpartyDownloadAccountRequest $postBody |
|
| 156 | + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountRequest $postBody |
|
| 157 | 157 | * @param array $optParams Optional parameters. |
| 158 | 158 | * @return Google_Service_IdentityToolkit_DownloadAccountResponse |
| 159 | 159 | */ |
@@ -167,7 +167,7 @@ discard block |
||
| 167 | 167 | /** |
| 168 | 168 | * Returns the account info. (relyingparty.getAccountInfo) |
| 169 | 169 | * |
| 170 | - * @param Google_IdentitytoolkitRelyingpartyGetAccountInfoRequest $postBody |
|
| 170 | + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest $postBody |
|
| 171 | 171 | * @param array $optParams Optional parameters. |
| 172 | 172 | * @return Google_Service_IdentityToolkit_GetAccountInfoResponse |
| 173 | 173 | */ |
@@ -182,7 +182,7 @@ discard block |
||
| 182 | 182 | * Get a code for user action confirmation. |
| 183 | 183 | * (relyingparty.getOobConfirmationCode) |
| 184 | 184 | * |
| 185 | - * @param Google_Relyingparty $postBody |
|
| 185 | + * @param Google_Service_IdentityToolkit_Relyingparty $postBody |
|
| 186 | 186 | * @param array $optParams Optional parameters. |
| 187 | 187 | * @return Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse |
| 188 | 188 | */ |
@@ -222,7 +222,7 @@ discard block |
||
| 222 | 222 | /** |
| 223 | 223 | * Reset password for a user. (relyingparty.resetPassword) |
| 224 | 224 | * |
| 225 | - * @param Google_IdentitytoolkitRelyingpartyResetPasswordRequest $postBody |
|
| 225 | + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest $postBody |
|
| 226 | 226 | * @param array $optParams Optional parameters. |
| 227 | 227 | * @return Google_Service_IdentityToolkit_ResetPasswordResponse |
| 228 | 228 | */ |
@@ -236,7 +236,7 @@ discard block |
||
| 236 | 236 | /** |
| 237 | 237 | * Set account info for a user. (relyingparty.setAccountInfo) |
| 238 | 238 | * |
| 239 | - * @param Google_IdentitytoolkitRelyingpartySetAccountInfoRequest $postBody |
|
| 239 | + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest $postBody |
|
| 240 | 240 | * @param array $optParams Optional parameters. |
| 241 | 241 | * @return Google_Service_IdentityToolkit_SetAccountInfoResponse |
| 242 | 242 | */ |
@@ -250,7 +250,7 @@ discard block |
||
| 250 | 250 | /** |
| 251 | 251 | * Batch upload existing user accounts. (relyingparty.uploadAccount) |
| 252 | 252 | * |
| 253 | - * @param Google_IdentitytoolkitRelyingpartyUploadAccountRequest $postBody |
|
| 253 | + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest $postBody |
|
| 254 | 254 | * @param array $optParams Optional parameters. |
| 255 | 255 | * @return Google_Service_IdentityToolkit_UploadAccountResponse |
| 256 | 256 | */ |
@@ -264,7 +264,7 @@ discard block |
||
| 264 | 264 | /** |
| 265 | 265 | * Verifies the assertion returned by the IdP. (relyingparty.verifyAssertion) |
| 266 | 266 | * |
| 267 | - * @param Google_IdentitytoolkitRelyingpartyVerifyAssertionRequest $postBody |
|
| 267 | + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest $postBody |
|
| 268 | 268 | * @param array $optParams Optional parameters. |
| 269 | 269 | * @return Google_Service_IdentityToolkit_VerifyAssertionResponse |
| 270 | 270 | */ |
@@ -278,7 +278,7 @@ discard block |
||
| 278 | 278 | /** |
| 279 | 279 | * Verifies the user entered password. (relyingparty.verifyPassword) |
| 280 | 280 | * |
| 281 | - * @param Google_IdentitytoolkitRelyingpartyVerifyPasswordRequest $postBody |
|
| 281 | + * @param Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRequest $postBody |
|
| 282 | 282 | * @param array $optParams Optional parameters. |
| 283 | 283 | * @return Google_Service_IdentityToolkit_VerifyPasswordResponse |
| 284 | 284 | */ |
@@ -42,70 +42,70 @@ discard block |
||
| 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 = 'identitytoolkit/v3/relyingparty/'; |
|
| 48 | - $this->version = 'v3'; |
|
| 49 | - $this->serviceName = 'identitytoolkit'; |
|
| 50 | - |
|
| 51 | - $this->relyingparty = new Google_Service_IdentityToolkit_Relyingparty_Resource( |
|
| 52 | - $this, |
|
| 53 | - $this->serviceName, |
|
| 54 | - 'relyingparty', |
|
| 55 | - array( |
|
| 56 | - 'methods' => array( |
|
| 57 | - 'createAuthUri' => array( |
|
| 58 | - 'path' => 'createAuthUri', |
|
| 59 | - 'httpMethod' => 'POST', |
|
| 60 | - 'parameters' => array(), |
|
| 61 | - ),'deleteAccount' => array( |
|
| 62 | - 'path' => 'deleteAccount', |
|
| 63 | - 'httpMethod' => 'POST', |
|
| 64 | - 'parameters' => array(), |
|
| 65 | - ),'downloadAccount' => array( |
|
| 66 | - 'path' => 'downloadAccount', |
|
| 67 | - 'httpMethod' => 'POST', |
|
| 68 | - 'parameters' => array(), |
|
| 69 | - ),'getAccountInfo' => array( |
|
| 70 | - 'path' => 'getAccountInfo', |
|
| 71 | - 'httpMethod' => 'POST', |
|
| 72 | - 'parameters' => array(), |
|
| 73 | - ),'getOobConfirmationCode' => array( |
|
| 74 | - 'path' => 'getOobConfirmationCode', |
|
| 75 | - 'httpMethod' => 'POST', |
|
| 76 | - 'parameters' => array(), |
|
| 77 | - ),'getPublicKeys' => array( |
|
| 78 | - 'path' => 'publicKeys', |
|
| 79 | - 'httpMethod' => 'GET', |
|
| 80 | - 'parameters' => array(), |
|
| 81 | - ),'getRecaptchaParam' => array( |
|
| 82 | - 'path' => 'getRecaptchaParam', |
|
| 83 | - 'httpMethod' => 'GET', |
|
| 84 | - 'parameters' => array(), |
|
| 85 | - ),'resetPassword' => array( |
|
| 86 | - 'path' => 'resetPassword', |
|
| 87 | - 'httpMethod' => 'POST', |
|
| 88 | - 'parameters' => array(), |
|
| 89 | - ),'setAccountInfo' => array( |
|
| 90 | - 'path' => 'setAccountInfo', |
|
| 91 | - 'httpMethod' => 'POST', |
|
| 92 | - 'parameters' => array(), |
|
| 93 | - ),'uploadAccount' => array( |
|
| 94 | - 'path' => 'uploadAccount', |
|
| 95 | - 'httpMethod' => 'POST', |
|
| 96 | - 'parameters' => array(), |
|
| 97 | - ),'verifyAssertion' => array( |
|
| 98 | - 'path' => 'verifyAssertion', |
|
| 99 | - 'httpMethod' => 'POST', |
|
| 100 | - 'parameters' => array(), |
|
| 101 | - ),'verifyPassword' => array( |
|
| 102 | - 'path' => 'verifyPassword', |
|
| 103 | - 'httpMethod' => 'POST', |
|
| 104 | - 'parameters' => array(), |
|
| 105 | - ), |
|
| 106 | - ) |
|
| 107 | - ) |
|
| 108 | - ); |
|
| 45 | + parent::__construct($client); |
|
| 46 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 47 | + $this->servicePath = 'identitytoolkit/v3/relyingparty/'; |
|
| 48 | + $this->version = 'v3'; |
|
| 49 | + $this->serviceName = 'identitytoolkit'; |
|
| 50 | + |
|
| 51 | + $this->relyingparty = new Google_Service_IdentityToolkit_Relyingparty_Resource( |
|
| 52 | + $this, |
|
| 53 | + $this->serviceName, |
|
| 54 | + 'relyingparty', |
|
| 55 | + array( |
|
| 56 | + 'methods' => array( |
|
| 57 | + 'createAuthUri' => array( |
|
| 58 | + 'path' => 'createAuthUri', |
|
| 59 | + 'httpMethod' => 'POST', |
|
| 60 | + 'parameters' => array(), |
|
| 61 | + ),'deleteAccount' => array( |
|
| 62 | + 'path' => 'deleteAccount', |
|
| 63 | + 'httpMethod' => 'POST', |
|
| 64 | + 'parameters' => array(), |
|
| 65 | + ),'downloadAccount' => array( |
|
| 66 | + 'path' => 'downloadAccount', |
|
| 67 | + 'httpMethod' => 'POST', |
|
| 68 | + 'parameters' => array(), |
|
| 69 | + ),'getAccountInfo' => array( |
|
| 70 | + 'path' => 'getAccountInfo', |
|
| 71 | + 'httpMethod' => 'POST', |
|
| 72 | + 'parameters' => array(), |
|
| 73 | + ),'getOobConfirmationCode' => array( |
|
| 74 | + 'path' => 'getOobConfirmationCode', |
|
| 75 | + 'httpMethod' => 'POST', |
|
| 76 | + 'parameters' => array(), |
|
| 77 | + ),'getPublicKeys' => array( |
|
| 78 | + 'path' => 'publicKeys', |
|
| 79 | + 'httpMethod' => 'GET', |
|
| 80 | + 'parameters' => array(), |
|
| 81 | + ),'getRecaptchaParam' => array( |
|
| 82 | + 'path' => 'getRecaptchaParam', |
|
| 83 | + 'httpMethod' => 'GET', |
|
| 84 | + 'parameters' => array(), |
|
| 85 | + ),'resetPassword' => array( |
|
| 86 | + 'path' => 'resetPassword', |
|
| 87 | + 'httpMethod' => 'POST', |
|
| 88 | + 'parameters' => array(), |
|
| 89 | + ),'setAccountInfo' => array( |
|
| 90 | + 'path' => 'setAccountInfo', |
|
| 91 | + 'httpMethod' => 'POST', |
|
| 92 | + 'parameters' => array(), |
|
| 93 | + ),'uploadAccount' => array( |
|
| 94 | + 'path' => 'uploadAccount', |
|
| 95 | + 'httpMethod' => 'POST', |
|
| 96 | + 'parameters' => array(), |
|
| 97 | + ),'verifyAssertion' => array( |
|
| 98 | + 'path' => 'verifyAssertion', |
|
| 99 | + 'httpMethod' => 'POST', |
|
| 100 | + 'parameters' => array(), |
|
| 101 | + ),'verifyPassword' => array( |
|
| 102 | + 'path' => 'verifyPassword', |
|
| 103 | + 'httpMethod' => 'POST', |
|
| 104 | + 'parameters' => array(), |
|
| 105 | + ), |
|
| 106 | + ) |
|
| 107 | + ) |
|
| 108 | + ); |
|
| 109 | 109 | } |
| 110 | 110 | } |
| 111 | 111 | |
@@ -131,9 +131,9 @@ discard block |
||
| 131 | 131 | */ |
| 132 | 132 | public function createAuthUri(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest $postBody, $optParams = array()) |
| 133 | 133 | { |
| 134 | - $params = array('postBody' => $postBody); |
|
| 135 | - $params = array_merge($params, $optParams); |
|
| 136 | - return $this->call('createAuthUri', array($params), "Google_Service_IdentityToolkit_CreateAuthUriResponse"); |
|
| 134 | + $params = array('postBody' => $postBody); |
|
| 135 | + $params = array_merge($params, $optParams); |
|
| 136 | + return $this->call('createAuthUri', array($params), "Google_Service_IdentityToolkit_CreateAuthUriResponse"); |
|
| 137 | 137 | } |
| 138 | 138 | |
| 139 | 139 | /** |
@@ -145,9 +145,9 @@ discard block |
||
| 145 | 145 | */ |
| 146 | 146 | public function deleteAccount(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountRequest $postBody, $optParams = array()) |
| 147 | 147 | { |
| 148 | - $params = array('postBody' => $postBody); |
|
| 149 | - $params = array_merge($params, $optParams); |
|
| 150 | - return $this->call('deleteAccount', array($params), "Google_Service_IdentityToolkit_DeleteAccountResponse"); |
|
| 148 | + $params = array('postBody' => $postBody); |
|
| 149 | + $params = array_merge($params, $optParams); |
|
| 150 | + return $this->call('deleteAccount', array($params), "Google_Service_IdentityToolkit_DeleteAccountResponse"); |
|
| 151 | 151 | } |
| 152 | 152 | |
| 153 | 153 | /** |
@@ -159,9 +159,9 @@ discard block |
||
| 159 | 159 | */ |
| 160 | 160 | public function downloadAccount(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountRequest $postBody, $optParams = array()) |
| 161 | 161 | { |
| 162 | - $params = array('postBody' => $postBody); |
|
| 163 | - $params = array_merge($params, $optParams); |
|
| 164 | - return $this->call('downloadAccount', array($params), "Google_Service_IdentityToolkit_DownloadAccountResponse"); |
|
| 162 | + $params = array('postBody' => $postBody); |
|
| 163 | + $params = array_merge($params, $optParams); |
|
| 164 | + return $this->call('downloadAccount', array($params), "Google_Service_IdentityToolkit_DownloadAccountResponse"); |
|
| 165 | 165 | } |
| 166 | 166 | |
| 167 | 167 | /** |
@@ -173,9 +173,9 @@ discard block |
||
| 173 | 173 | */ |
| 174 | 174 | public function getAccountInfo(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest $postBody, $optParams = array()) |
| 175 | 175 | { |
| 176 | - $params = array('postBody' => $postBody); |
|
| 177 | - $params = array_merge($params, $optParams); |
|
| 178 | - return $this->call('getAccountInfo', array($params), "Google_Service_IdentityToolkit_GetAccountInfoResponse"); |
|
| 176 | + $params = array('postBody' => $postBody); |
|
| 177 | + $params = array_merge($params, $optParams); |
|
| 178 | + return $this->call('getAccountInfo', array($params), "Google_Service_IdentityToolkit_GetAccountInfoResponse"); |
|
| 179 | 179 | } |
| 180 | 180 | |
| 181 | 181 | /** |
@@ -188,9 +188,9 @@ discard block |
||
| 188 | 188 | */ |
| 189 | 189 | public function getOobConfirmationCode(Google_Service_IdentityToolkit_Relyingparty $postBody, $optParams = array()) |
| 190 | 190 | { |
| 191 | - $params = array('postBody' => $postBody); |
|
| 192 | - $params = array_merge($params, $optParams); |
|
| 193 | - return $this->call('getOobConfirmationCode', array($params), "Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse"); |
|
| 191 | + $params = array('postBody' => $postBody); |
|
| 192 | + $params = array_merge($params, $optParams); |
|
| 193 | + return $this->call('getOobConfirmationCode', array($params), "Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse"); |
|
| 194 | 194 | } |
| 195 | 195 | |
| 196 | 196 | /** |
@@ -201,9 +201,9 @@ discard block |
||
| 201 | 201 | */ |
| 202 | 202 | public function getPublicKeys($optParams = array()) |
| 203 | 203 | { |
| 204 | - $params = array(); |
|
| 205 | - $params = array_merge($params, $optParams); |
|
| 206 | - return $this->call('getPublicKeys', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse"); |
|
| 204 | + $params = array(); |
|
| 205 | + $params = array_merge($params, $optParams); |
|
| 206 | + return $this->call('getPublicKeys', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse"); |
|
| 207 | 207 | } |
| 208 | 208 | |
| 209 | 209 | /** |
@@ -214,9 +214,9 @@ discard block |
||
| 214 | 214 | */ |
| 215 | 215 | public function getRecaptchaParam($optParams = array()) |
| 216 | 216 | { |
| 217 | - $params = array(); |
|
| 218 | - $params = array_merge($params, $optParams); |
|
| 219 | - return $this->call('getRecaptchaParam', array($params), "Google_Service_IdentityToolkit_GetRecaptchaParamResponse"); |
|
| 217 | + $params = array(); |
|
| 218 | + $params = array_merge($params, $optParams); |
|
| 219 | + return $this->call('getRecaptchaParam', array($params), "Google_Service_IdentityToolkit_GetRecaptchaParamResponse"); |
|
| 220 | 220 | } |
| 221 | 221 | |
| 222 | 222 | /** |
@@ -228,9 +228,9 @@ discard block |
||
| 228 | 228 | */ |
| 229 | 229 | public function resetPassword(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest $postBody, $optParams = array()) |
| 230 | 230 | { |
| 231 | - $params = array('postBody' => $postBody); |
|
| 232 | - $params = array_merge($params, $optParams); |
|
| 233 | - return $this->call('resetPassword', array($params), "Google_Service_IdentityToolkit_ResetPasswordResponse"); |
|
| 231 | + $params = array('postBody' => $postBody); |
|
| 232 | + $params = array_merge($params, $optParams); |
|
| 233 | + return $this->call('resetPassword', array($params), "Google_Service_IdentityToolkit_ResetPasswordResponse"); |
|
| 234 | 234 | } |
| 235 | 235 | |
| 236 | 236 | /** |
@@ -242,9 +242,9 @@ discard block |
||
| 242 | 242 | */ |
| 243 | 243 | public function setAccountInfo(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest $postBody, $optParams = array()) |
| 244 | 244 | { |
| 245 | - $params = array('postBody' => $postBody); |
|
| 246 | - $params = array_merge($params, $optParams); |
|
| 247 | - return $this->call('setAccountInfo', array($params), "Google_Service_IdentityToolkit_SetAccountInfoResponse"); |
|
| 245 | + $params = array('postBody' => $postBody); |
|
| 246 | + $params = array_merge($params, $optParams); |
|
| 247 | + return $this->call('setAccountInfo', array($params), "Google_Service_IdentityToolkit_SetAccountInfoResponse"); |
|
| 248 | 248 | } |
| 249 | 249 | |
| 250 | 250 | /** |
@@ -256,9 +256,9 @@ discard block |
||
| 256 | 256 | */ |
| 257 | 257 | public function uploadAccount(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest $postBody, $optParams = array()) |
| 258 | 258 | { |
| 259 | - $params = array('postBody' => $postBody); |
|
| 260 | - $params = array_merge($params, $optParams); |
|
| 261 | - return $this->call('uploadAccount', array($params), "Google_Service_IdentityToolkit_UploadAccountResponse"); |
|
| 259 | + $params = array('postBody' => $postBody); |
|
| 260 | + $params = array_merge($params, $optParams); |
|
| 261 | + return $this->call('uploadAccount', array($params), "Google_Service_IdentityToolkit_UploadAccountResponse"); |
|
| 262 | 262 | } |
| 263 | 263 | |
| 264 | 264 | /** |
@@ -270,9 +270,9 @@ discard block |
||
| 270 | 270 | */ |
| 271 | 271 | public function verifyAssertion(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest $postBody, $optParams = array()) |
| 272 | 272 | { |
| 273 | - $params = array('postBody' => $postBody); |
|
| 274 | - $params = array_merge($params, $optParams); |
|
| 275 | - return $this->call('verifyAssertion', array($params), "Google_Service_IdentityToolkit_VerifyAssertionResponse"); |
|
| 273 | + $params = array('postBody' => $postBody); |
|
| 274 | + $params = array_merge($params, $optParams); |
|
| 275 | + return $this->call('verifyAssertion', array($params), "Google_Service_IdentityToolkit_VerifyAssertionResponse"); |
|
| 276 | 276 | } |
| 277 | 277 | |
| 278 | 278 | /** |
@@ -284,9 +284,9 @@ discard block |
||
| 284 | 284 | */ |
| 285 | 285 | public function verifyPassword(Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRequest $postBody, $optParams = array()) |
| 286 | 286 | { |
| 287 | - $params = array('postBody' => $postBody); |
|
| 288 | - $params = array_merge($params, $optParams); |
|
| 289 | - return $this->call('verifyPassword', array($params), "Google_Service_IdentityToolkit_VerifyPasswordResponse"); |
|
| 287 | + $params = array('postBody' => $postBody); |
|
| 288 | + $params = array_merge($params, $optParams); |
|
| 289 | + return $this->call('verifyPassword', array($params), "Google_Service_IdentityToolkit_VerifyPasswordResponse"); |
|
| 290 | 290 | } |
| 291 | 291 | } |
| 292 | 292 | |
@@ -307,51 +307,51 @@ discard block |
||
| 307 | 307 | |
| 308 | 308 | public function setAuthUri($authUri) |
| 309 | 309 | { |
| 310 | - $this->authUri = $authUri; |
|
| 310 | + $this->authUri = $authUri; |
|
| 311 | 311 | } |
| 312 | 312 | public function getAuthUri() |
| 313 | 313 | { |
| 314 | - return $this->authUri; |
|
| 314 | + return $this->authUri; |
|
| 315 | 315 | } |
| 316 | 316 | public function setCaptchaRequired($captchaRequired) |
| 317 | 317 | { |
| 318 | - $this->captchaRequired = $captchaRequired; |
|
| 318 | + $this->captchaRequired = $captchaRequired; |
|
| 319 | 319 | } |
| 320 | 320 | public function getCaptchaRequired() |
| 321 | 321 | { |
| 322 | - return $this->captchaRequired; |
|
| 322 | + return $this->captchaRequired; |
|
| 323 | 323 | } |
| 324 | 324 | public function setForExistingProvider($forExistingProvider) |
| 325 | 325 | { |
| 326 | - $this->forExistingProvider = $forExistingProvider; |
|
| 326 | + $this->forExistingProvider = $forExistingProvider; |
|
| 327 | 327 | } |
| 328 | 328 | public function getForExistingProvider() |
| 329 | 329 | { |
| 330 | - return $this->forExistingProvider; |
|
| 330 | + return $this->forExistingProvider; |
|
| 331 | 331 | } |
| 332 | 332 | public function setKind($kind) |
| 333 | 333 | { |
| 334 | - $this->kind = $kind; |
|
| 334 | + $this->kind = $kind; |
|
| 335 | 335 | } |
| 336 | 336 | public function getKind() |
| 337 | 337 | { |
| 338 | - return $this->kind; |
|
| 338 | + return $this->kind; |
|
| 339 | 339 | } |
| 340 | 340 | public function setProviderId($providerId) |
| 341 | 341 | { |
| 342 | - $this->providerId = $providerId; |
|
| 342 | + $this->providerId = $providerId; |
|
| 343 | 343 | } |
| 344 | 344 | public function getProviderId() |
| 345 | 345 | { |
| 346 | - return $this->providerId; |
|
| 346 | + return $this->providerId; |
|
| 347 | 347 | } |
| 348 | 348 | public function setRegistered($registered) |
| 349 | 349 | { |
| 350 | - $this->registered = $registered; |
|
| 350 | + $this->registered = $registered; |
|
| 351 | 351 | } |
| 352 | 352 | public function getRegistered() |
| 353 | 353 | { |
| 354 | - return $this->registered; |
|
| 354 | + return $this->registered; |
|
| 355 | 355 | } |
| 356 | 356 | } |
| 357 | 357 | |
@@ -364,11 +364,11 @@ discard block |
||
| 364 | 364 | |
| 365 | 365 | public function setKind($kind) |
| 366 | 366 | { |
| 367 | - $this->kind = $kind; |
|
| 367 | + $this->kind = $kind; |
|
| 368 | 368 | } |
| 369 | 369 | public function getKind() |
| 370 | 370 | { |
| 371 | - return $this->kind; |
|
| 371 | + return $this->kind; |
|
| 372 | 372 | } |
| 373 | 373 | } |
| 374 | 374 | |
@@ -385,27 +385,27 @@ discard block |
||
| 385 | 385 | |
| 386 | 386 | public function setKind($kind) |
| 387 | 387 | { |
| 388 | - $this->kind = $kind; |
|
| 388 | + $this->kind = $kind; |
|
| 389 | 389 | } |
| 390 | 390 | public function getKind() |
| 391 | 391 | { |
| 392 | - return $this->kind; |
|
| 392 | + return $this->kind; |
|
| 393 | 393 | } |
| 394 | 394 | public function setNextPageToken($nextPageToken) |
| 395 | 395 | { |
| 396 | - $this->nextPageToken = $nextPageToken; |
|
| 396 | + $this->nextPageToken = $nextPageToken; |
|
| 397 | 397 | } |
| 398 | 398 | public function getNextPageToken() |
| 399 | 399 | { |
| 400 | - return $this->nextPageToken; |
|
| 400 | + return $this->nextPageToken; |
|
| 401 | 401 | } |
| 402 | 402 | public function setUsers($users) |
| 403 | 403 | { |
| 404 | - $this->users = $users; |
|
| 404 | + $this->users = $users; |
|
| 405 | 405 | } |
| 406 | 406 | public function getUsers() |
| 407 | 407 | { |
| 408 | - return $this->users; |
|
| 408 | + return $this->users; |
|
| 409 | 409 | } |
| 410 | 410 | } |
| 411 | 411 | |
@@ -421,19 +421,19 @@ discard block |
||
| 421 | 421 | |
| 422 | 422 | public function setKind($kind) |
| 423 | 423 | { |
| 424 | - $this->kind = $kind; |
|
| 424 | + $this->kind = $kind; |
|
| 425 | 425 | } |
| 426 | 426 | public function getKind() |
| 427 | 427 | { |
| 428 | - return $this->kind; |
|
| 428 | + return $this->kind; |
|
| 429 | 429 | } |
| 430 | 430 | public function setUsers($users) |
| 431 | 431 | { |
| 432 | - $this->users = $users; |
|
| 432 | + $this->users = $users; |
|
| 433 | 433 | } |
| 434 | 434 | public function getUsers() |
| 435 | 435 | { |
| 436 | - return $this->users; |
|
| 436 | + return $this->users; |
|
| 437 | 437 | } |
| 438 | 438 | } |
| 439 | 439 | |
@@ -447,19 +447,19 @@ discard block |
||
| 447 | 447 | |
| 448 | 448 | public function setKind($kind) |
| 449 | 449 | { |
| 450 | - $this->kind = $kind; |
|
| 450 | + $this->kind = $kind; |
|
| 451 | 451 | } |
| 452 | 452 | public function getKind() |
| 453 | 453 | { |
| 454 | - return $this->kind; |
|
| 454 | + return $this->kind; |
|
| 455 | 455 | } |
| 456 | 456 | public function setOobCode($oobCode) |
| 457 | 457 | { |
| 458 | - $this->oobCode = $oobCode; |
|
| 458 | + $this->oobCode = $oobCode; |
|
| 459 | 459 | } |
| 460 | 460 | public function getOobCode() |
| 461 | 461 | { |
| 462 | - return $this->oobCode; |
|
| 462 | + return $this->oobCode; |
|
| 463 | 463 | } |
| 464 | 464 | } |
| 465 | 465 | |
@@ -474,27 +474,27 @@ discard block |
||
| 474 | 474 | |
| 475 | 475 | public function setKind($kind) |
| 476 | 476 | { |
| 477 | - $this->kind = $kind; |
|
| 477 | + $this->kind = $kind; |
|
| 478 | 478 | } |
| 479 | 479 | public function getKind() |
| 480 | 480 | { |
| 481 | - return $this->kind; |
|
| 481 | + return $this->kind; |
|
| 482 | 482 | } |
| 483 | 483 | public function setRecaptchaSiteKey($recaptchaSiteKey) |
| 484 | 484 | { |
| 485 | - $this->recaptchaSiteKey = $recaptchaSiteKey; |
|
| 485 | + $this->recaptchaSiteKey = $recaptchaSiteKey; |
|
| 486 | 486 | } |
| 487 | 487 | public function getRecaptchaSiteKey() |
| 488 | 488 | { |
| 489 | - return $this->recaptchaSiteKey; |
|
| 489 | + return $this->recaptchaSiteKey; |
|
| 490 | 490 | } |
| 491 | 491 | public function setRecaptchaStoken($recaptchaStoken) |
| 492 | 492 | { |
| 493 | - $this->recaptchaStoken = $recaptchaStoken; |
|
| 493 | + $this->recaptchaStoken = $recaptchaStoken; |
|
| 494 | 494 | } |
| 495 | 495 | public function getRecaptchaStoken() |
| 496 | 496 | { |
| 497 | - return $this->recaptchaStoken; |
|
| 497 | + return $this->recaptchaStoken; |
|
| 498 | 498 | } |
| 499 | 499 | } |
| 500 | 500 | |
@@ -516,83 +516,83 @@ discard block |
||
| 516 | 516 | |
| 517 | 517 | public function setAppId($appId) |
| 518 | 518 | { |
| 519 | - $this->appId = $appId; |
|
| 519 | + $this->appId = $appId; |
|
| 520 | 520 | } |
| 521 | 521 | public function getAppId() |
| 522 | 522 | { |
| 523 | - return $this->appId; |
|
| 523 | + return $this->appId; |
|
| 524 | 524 | } |
| 525 | 525 | public function setClientId($clientId) |
| 526 | 526 | { |
| 527 | - $this->clientId = $clientId; |
|
| 527 | + $this->clientId = $clientId; |
|
| 528 | 528 | } |
| 529 | 529 | public function getClientId() |
| 530 | 530 | { |
| 531 | - return $this->clientId; |
|
| 531 | + return $this->clientId; |
|
| 532 | 532 | } |
| 533 | 533 | public function setContext($context) |
| 534 | 534 | { |
| 535 | - $this->context = $context; |
|
| 535 | + $this->context = $context; |
|
| 536 | 536 | } |
| 537 | 537 | public function getContext() |
| 538 | 538 | { |
| 539 | - return $this->context; |
|
| 539 | + return $this->context; |
|
| 540 | 540 | } |
| 541 | 541 | public function setContinueUri($continueUri) |
| 542 | 542 | { |
| 543 | - $this->continueUri = $continueUri; |
|
| 543 | + $this->continueUri = $continueUri; |
|
| 544 | 544 | } |
| 545 | 545 | public function getContinueUri() |
| 546 | 546 | { |
| 547 | - return $this->continueUri; |
|
| 547 | + return $this->continueUri; |
|
| 548 | 548 | } |
| 549 | 549 | public function setIdentifier($identifier) |
| 550 | 550 | { |
| 551 | - $this->identifier = $identifier; |
|
| 551 | + $this->identifier = $identifier; |
|
| 552 | 552 | } |
| 553 | 553 | public function getIdentifier() |
| 554 | 554 | { |
| 555 | - return $this->identifier; |
|
| 555 | + return $this->identifier; |
|
| 556 | 556 | } |
| 557 | 557 | public function setOauthConsumerKey($oauthConsumerKey) |
| 558 | 558 | { |
| 559 | - $this->oauthConsumerKey = $oauthConsumerKey; |
|
| 559 | + $this->oauthConsumerKey = $oauthConsumerKey; |
|
| 560 | 560 | } |
| 561 | 561 | public function getOauthConsumerKey() |
| 562 | 562 | { |
| 563 | - return $this->oauthConsumerKey; |
|
| 563 | + return $this->oauthConsumerKey; |
|
| 564 | 564 | } |
| 565 | 565 | public function setOauthScope($oauthScope) |
| 566 | 566 | { |
| 567 | - $this->oauthScope = $oauthScope; |
|
| 567 | + $this->oauthScope = $oauthScope; |
|
| 568 | 568 | } |
| 569 | 569 | public function getOauthScope() |
| 570 | 570 | { |
| 571 | - return $this->oauthScope; |
|
| 571 | + return $this->oauthScope; |
|
| 572 | 572 | } |
| 573 | 573 | public function setOpenidRealm($openidRealm) |
| 574 | 574 | { |
| 575 | - $this->openidRealm = $openidRealm; |
|
| 575 | + $this->openidRealm = $openidRealm; |
|
| 576 | 576 | } |
| 577 | 577 | public function getOpenidRealm() |
| 578 | 578 | { |
| 579 | - return $this->openidRealm; |
|
| 579 | + return $this->openidRealm; |
|
| 580 | 580 | } |
| 581 | 581 | public function setOtaApp($otaApp) |
| 582 | 582 | { |
| 583 | - $this->otaApp = $otaApp; |
|
| 583 | + $this->otaApp = $otaApp; |
|
| 584 | 584 | } |
| 585 | 585 | public function getOtaApp() |
| 586 | 586 | { |
| 587 | - return $this->otaApp; |
|
| 587 | + return $this->otaApp; |
|
| 588 | 588 | } |
| 589 | 589 | public function setProviderId($providerId) |
| 590 | 590 | { |
| 591 | - $this->providerId = $providerId; |
|
| 591 | + $this->providerId = $providerId; |
|
| 592 | 592 | } |
| 593 | 593 | public function getProviderId() |
| 594 | 594 | { |
| 595 | - return $this->providerId; |
|
| 595 | + return $this->providerId; |
|
| 596 | 596 | } |
| 597 | 597 | } |
| 598 | 598 | |
@@ -605,11 +605,11 @@ discard block |
||
| 605 | 605 | |
| 606 | 606 | public function setLocalId($localId) |
| 607 | 607 | { |
| 608 | - $this->localId = $localId; |
|
| 608 | + $this->localId = $localId; |
|
| 609 | 609 | } |
| 610 | 610 | public function getLocalId() |
| 611 | 611 | { |
| 612 | - return $this->localId; |
|
| 612 | + return $this->localId; |
|
| 613 | 613 | } |
| 614 | 614 | } |
| 615 | 615 | |
@@ -623,19 +623,19 @@ discard block |
||
| 623 | 623 | |
| 624 | 624 | public function setMaxResults($maxResults) |
| 625 | 625 | { |
| 626 | - $this->maxResults = $maxResults; |
|
| 626 | + $this->maxResults = $maxResults; |
|
| 627 | 627 | } |
| 628 | 628 | public function getMaxResults() |
| 629 | 629 | { |
| 630 | - return $this->maxResults; |
|
| 630 | + return $this->maxResults; |
|
| 631 | 631 | } |
| 632 | 632 | public function setNextPageToken($nextPageToken) |
| 633 | 633 | { |
| 634 | - $this->nextPageToken = $nextPageToken; |
|
| 634 | + $this->nextPageToken = $nextPageToken; |
|
| 635 | 635 | } |
| 636 | 636 | public function getNextPageToken() |
| 637 | 637 | { |
| 638 | - return $this->nextPageToken; |
|
| 638 | + return $this->nextPageToken; |
|
| 639 | 639 | } |
| 640 | 640 | } |
| 641 | 641 | |
@@ -651,27 +651,27 @@ discard block |
||
| 651 | 651 | |
| 652 | 652 | public function setEmail($email) |
| 653 | 653 | { |
| 654 | - $this->email = $email; |
|
| 654 | + $this->email = $email; |
|
| 655 | 655 | } |
| 656 | 656 | public function getEmail() |
| 657 | 657 | { |
| 658 | - return $this->email; |
|
| 658 | + return $this->email; |
|
| 659 | 659 | } |
| 660 | 660 | public function setIdToken($idToken) |
| 661 | 661 | { |
| 662 | - $this->idToken = $idToken; |
|
| 662 | + $this->idToken = $idToken; |
|
| 663 | 663 | } |
| 664 | 664 | public function getIdToken() |
| 665 | 665 | { |
| 666 | - return $this->idToken; |
|
| 666 | + return $this->idToken; |
|
| 667 | 667 | } |
| 668 | 668 | public function setLocalId($localId) |
| 669 | 669 | { |
| 670 | - $this->localId = $localId; |
|
| 670 | + $this->localId = $localId; |
|
| 671 | 671 | } |
| 672 | 672 | public function getLocalId() |
| 673 | 673 | { |
| 674 | - return $this->localId; |
|
| 674 | + return $this->localId; |
|
| 675 | 675 | } |
| 676 | 676 | } |
| 677 | 677 | |
@@ -691,35 +691,35 @@ discard block |
||
| 691 | 691 | |
| 692 | 692 | public function setEmail($email) |
| 693 | 693 | { |
| 694 | - $this->email = $email; |
|
| 694 | + $this->email = $email; |
|
| 695 | 695 | } |
| 696 | 696 | public function getEmail() |
| 697 | 697 | { |
| 698 | - return $this->email; |
|
| 698 | + return $this->email; |
|
| 699 | 699 | } |
| 700 | 700 | public function setNewPassword($newPassword) |
| 701 | 701 | { |
| 702 | - $this->newPassword = $newPassword; |
|
| 702 | + $this->newPassword = $newPassword; |
|
| 703 | 703 | } |
| 704 | 704 | public function getNewPassword() |
| 705 | 705 | { |
| 706 | - return $this->newPassword; |
|
| 706 | + return $this->newPassword; |
|
| 707 | 707 | } |
| 708 | 708 | public function setOldPassword($oldPassword) |
| 709 | 709 | { |
| 710 | - $this->oldPassword = $oldPassword; |
|
| 710 | + $this->oldPassword = $oldPassword; |
|
| 711 | 711 | } |
| 712 | 712 | public function getOldPassword() |
| 713 | 713 | { |
| 714 | - return $this->oldPassword; |
|
| 714 | + return $this->oldPassword; |
|
| 715 | 715 | } |
| 716 | 716 | public function setOobCode($oobCode) |
| 717 | 717 | { |
| 718 | - $this->oobCode = $oobCode; |
|
| 718 | + $this->oobCode = $oobCode; |
|
| 719 | 719 | } |
| 720 | 720 | public function getOobCode() |
| 721 | 721 | { |
| 722 | - return $this->oobCode; |
|
| 722 | + return $this->oobCode; |
|
| 723 | 723 | } |
| 724 | 724 | } |
| 725 | 725 | |
@@ -745,107 +745,107 @@ discard block |
||
| 745 | 745 | |
| 746 | 746 | public function setCaptchaChallenge($captchaChallenge) |
| 747 | 747 | { |
| 748 | - $this->captchaChallenge = $captchaChallenge; |
|
| 748 | + $this->captchaChallenge = $captchaChallenge; |
|
| 749 | 749 | } |
| 750 | 750 | public function getCaptchaChallenge() |
| 751 | 751 | { |
| 752 | - return $this->captchaChallenge; |
|
| 752 | + return $this->captchaChallenge; |
|
| 753 | 753 | } |
| 754 | 754 | public function setCaptchaResponse($captchaResponse) |
| 755 | 755 | { |
| 756 | - $this->captchaResponse = $captchaResponse; |
|
| 756 | + $this->captchaResponse = $captchaResponse; |
|
| 757 | 757 | } |
| 758 | 758 | public function getCaptchaResponse() |
| 759 | 759 | { |
| 760 | - return $this->captchaResponse; |
|
| 760 | + return $this->captchaResponse; |
|
| 761 | 761 | } |
| 762 | 762 | public function setDisableUser($disableUser) |
| 763 | 763 | { |
| 764 | - $this->disableUser = $disableUser; |
|
| 764 | + $this->disableUser = $disableUser; |
|
| 765 | 765 | } |
| 766 | 766 | public function getDisableUser() |
| 767 | 767 | { |
| 768 | - return $this->disableUser; |
|
| 768 | + return $this->disableUser; |
|
| 769 | 769 | } |
| 770 | 770 | public function setDisplayName($displayName) |
| 771 | 771 | { |
| 772 | - $this->displayName = $displayName; |
|
| 772 | + $this->displayName = $displayName; |
|
| 773 | 773 | } |
| 774 | 774 | public function getDisplayName() |
| 775 | 775 | { |
| 776 | - return $this->displayName; |
|
| 776 | + return $this->displayName; |
|
| 777 | 777 | } |
| 778 | 778 | public function setEmail($email) |
| 779 | 779 | { |
| 780 | - $this->email = $email; |
|
| 780 | + $this->email = $email; |
|
| 781 | 781 | } |
| 782 | 782 | public function getEmail() |
| 783 | 783 | { |
| 784 | - return $this->email; |
|
| 784 | + return $this->email; |
|
| 785 | 785 | } |
| 786 | 786 | public function setEmailVerified($emailVerified) |
| 787 | 787 | { |
| 788 | - $this->emailVerified = $emailVerified; |
|
| 788 | + $this->emailVerified = $emailVerified; |
|
| 789 | 789 | } |
| 790 | 790 | public function getEmailVerified() |
| 791 | 791 | { |
| 792 | - return $this->emailVerified; |
|
| 792 | + return $this->emailVerified; |
|
| 793 | 793 | } |
| 794 | 794 | public function setIdToken($idToken) |
| 795 | 795 | { |
| 796 | - $this->idToken = $idToken; |
|
| 796 | + $this->idToken = $idToken; |
|
| 797 | 797 | } |
| 798 | 798 | public function getIdToken() |
| 799 | 799 | { |
| 800 | - return $this->idToken; |
|
| 800 | + return $this->idToken; |
|
| 801 | 801 | } |
| 802 | 802 | public function setLocalId($localId) |
| 803 | 803 | { |
| 804 | - $this->localId = $localId; |
|
| 804 | + $this->localId = $localId; |
|
| 805 | 805 | } |
| 806 | 806 | public function getLocalId() |
| 807 | 807 | { |
| 808 | - return $this->localId; |
|
| 808 | + return $this->localId; |
|
| 809 | 809 | } |
| 810 | 810 | public function setOobCode($oobCode) |
| 811 | 811 | { |
| 812 | - $this->oobCode = $oobCode; |
|
| 812 | + $this->oobCode = $oobCode; |
|
| 813 | 813 | } |
| 814 | 814 | public function getOobCode() |
| 815 | 815 | { |
| 816 | - return $this->oobCode; |
|
| 816 | + return $this->oobCode; |
|
| 817 | 817 | } |
| 818 | 818 | public function setPassword($password) |
| 819 | 819 | { |
| 820 | - $this->password = $password; |
|
| 820 | + $this->password = $password; |
|
| 821 | 821 | } |
| 822 | 822 | public function getPassword() |
| 823 | 823 | { |
| 824 | - return $this->password; |
|
| 824 | + return $this->password; |
|
| 825 | 825 | } |
| 826 | 826 | public function setProvider($provider) |
| 827 | 827 | { |
| 828 | - $this->provider = $provider; |
|
| 828 | + $this->provider = $provider; |
|
| 829 | 829 | } |
| 830 | 830 | public function getProvider() |
| 831 | 831 | { |
| 832 | - return $this->provider; |
|
| 832 | + return $this->provider; |
|
| 833 | 833 | } |
| 834 | 834 | public function setUpgradeToFederatedLogin($upgradeToFederatedLogin) |
| 835 | 835 | { |
| 836 | - $this->upgradeToFederatedLogin = $upgradeToFederatedLogin; |
|
| 836 | + $this->upgradeToFederatedLogin = $upgradeToFederatedLogin; |
|
| 837 | 837 | } |
| 838 | 838 | public function getUpgradeToFederatedLogin() |
| 839 | 839 | { |
| 840 | - return $this->upgradeToFederatedLogin; |
|
| 840 | + return $this->upgradeToFederatedLogin; |
|
| 841 | 841 | } |
| 842 | 842 | public function setValidSince($validSince) |
| 843 | 843 | { |
| 844 | - $this->validSince = $validSince; |
|
| 844 | + $this->validSince = $validSince; |
|
| 845 | 845 | } |
| 846 | 846 | public function getValidSince() |
| 847 | 847 | { |
| 848 | - return $this->validSince; |
|
| 848 | + return $this->validSince; |
|
| 849 | 849 | } |
| 850 | 850 | } |
| 851 | 851 | |
@@ -865,51 +865,51 @@ discard block |
||
| 865 | 865 | |
| 866 | 866 | public function setHashAlgorithm($hashAlgorithm) |
| 867 | 867 | { |
| 868 | - $this->hashAlgorithm = $hashAlgorithm; |
|
| 868 | + $this->hashAlgorithm = $hashAlgorithm; |
|
| 869 | 869 | } |
| 870 | 870 | public function getHashAlgorithm() |
| 871 | 871 | { |
| 872 | - return $this->hashAlgorithm; |
|
| 872 | + return $this->hashAlgorithm; |
|
| 873 | 873 | } |
| 874 | 874 | public function setMemoryCost($memoryCost) |
| 875 | 875 | { |
| 876 | - $this->memoryCost = $memoryCost; |
|
| 876 | + $this->memoryCost = $memoryCost; |
|
| 877 | 877 | } |
| 878 | 878 | public function getMemoryCost() |
| 879 | 879 | { |
| 880 | - return $this->memoryCost; |
|
| 880 | + return $this->memoryCost; |
|
| 881 | 881 | } |
| 882 | 882 | public function setRounds($rounds) |
| 883 | 883 | { |
| 884 | - $this->rounds = $rounds; |
|
| 884 | + $this->rounds = $rounds; |
|
| 885 | 885 | } |
| 886 | 886 | public function getRounds() |
| 887 | 887 | { |
| 888 | - return $this->rounds; |
|
| 888 | + return $this->rounds; |
|
| 889 | 889 | } |
| 890 | 890 | public function setSaltSeparator($saltSeparator) |
| 891 | 891 | { |
| 892 | - $this->saltSeparator = $saltSeparator; |
|
| 892 | + $this->saltSeparator = $saltSeparator; |
|
| 893 | 893 | } |
| 894 | 894 | public function getSaltSeparator() |
| 895 | 895 | { |
| 896 | - return $this->saltSeparator; |
|
| 896 | + return $this->saltSeparator; |
|
| 897 | 897 | } |
| 898 | 898 | public function setSignerKey($signerKey) |
| 899 | 899 | { |
| 900 | - $this->signerKey = $signerKey; |
|
| 900 | + $this->signerKey = $signerKey; |
|
| 901 | 901 | } |
| 902 | 902 | public function getSignerKey() |
| 903 | 903 | { |
| 904 | - return $this->signerKey; |
|
| 904 | + return $this->signerKey; |
|
| 905 | 905 | } |
| 906 | 906 | public function setUsers($users) |
| 907 | 907 | { |
| 908 | - $this->users = $users; |
|
| 908 | + $this->users = $users; |
|
| 909 | 909 | } |
| 910 | 910 | public function getUsers() |
| 911 | 911 | { |
| 912 | - return $this->users; |
|
| 912 | + return $this->users; |
|
| 913 | 913 | } |
| 914 | 914 | } |
| 915 | 915 | |
@@ -925,35 +925,35 @@ discard block |
||
| 925 | 925 | |
| 926 | 926 | public function setPendingIdToken($pendingIdToken) |
| 927 | 927 | { |
| 928 | - $this->pendingIdToken = $pendingIdToken; |
|
| 928 | + $this->pendingIdToken = $pendingIdToken; |
|
| 929 | 929 | } |
| 930 | 930 | public function getPendingIdToken() |
| 931 | 931 | { |
| 932 | - return $this->pendingIdToken; |
|
| 932 | + return $this->pendingIdToken; |
|
| 933 | 933 | } |
| 934 | 934 | public function setPostBody($postBody) |
| 935 | 935 | { |
| 936 | - $this->postBody = $postBody; |
|
| 936 | + $this->postBody = $postBody; |
|
| 937 | 937 | } |
| 938 | 938 | public function getPostBody() |
| 939 | 939 | { |
| 940 | - return $this->postBody; |
|
| 940 | + return $this->postBody; |
|
| 941 | 941 | } |
| 942 | 942 | public function setRequestUri($requestUri) |
| 943 | 943 | { |
| 944 | - $this->requestUri = $requestUri; |
|
| 944 | + $this->requestUri = $requestUri; |
|
| 945 | 945 | } |
| 946 | 946 | public function getRequestUri() |
| 947 | 947 | { |
| 948 | - return $this->requestUri; |
|
| 948 | + return $this->requestUri; |
|
| 949 | 949 | } |
| 950 | 950 | public function setReturnRefreshToken($returnRefreshToken) |
| 951 | 951 | { |
| 952 | - $this->returnRefreshToken = $returnRefreshToken; |
|
| 952 | + $this->returnRefreshToken = $returnRefreshToken; |
|
| 953 | 953 | } |
| 954 | 954 | public function getReturnRefreshToken() |
| 955 | 955 | { |
| 956 | - return $this->returnRefreshToken; |
|
| 956 | + return $this->returnRefreshToken; |
|
| 957 | 957 | } |
| 958 | 958 | } |
| 959 | 959 | |
@@ -970,43 +970,43 @@ discard block |
||
| 970 | 970 | |
| 971 | 971 | public function setCaptchaChallenge($captchaChallenge) |
| 972 | 972 | { |
| 973 | - $this->captchaChallenge = $captchaChallenge; |
|
| 973 | + $this->captchaChallenge = $captchaChallenge; |
|
| 974 | 974 | } |
| 975 | 975 | public function getCaptchaChallenge() |
| 976 | 976 | { |
| 977 | - return $this->captchaChallenge; |
|
| 977 | + return $this->captchaChallenge; |
|
| 978 | 978 | } |
| 979 | 979 | public function setCaptchaResponse($captchaResponse) |
| 980 | 980 | { |
| 981 | - $this->captchaResponse = $captchaResponse; |
|
| 981 | + $this->captchaResponse = $captchaResponse; |
|
| 982 | 982 | } |
| 983 | 983 | public function getCaptchaResponse() |
| 984 | 984 | { |
| 985 | - return $this->captchaResponse; |
|
| 985 | + return $this->captchaResponse; |
|
| 986 | 986 | } |
| 987 | 987 | public function setEmail($email) |
| 988 | 988 | { |
| 989 | - $this->email = $email; |
|
| 989 | + $this->email = $email; |
|
| 990 | 990 | } |
| 991 | 991 | public function getEmail() |
| 992 | 992 | { |
| 993 | - return $this->email; |
|
| 993 | + return $this->email; |
|
| 994 | 994 | } |
| 995 | 995 | public function setPassword($password) |
| 996 | 996 | { |
| 997 | - $this->password = $password; |
|
| 997 | + $this->password = $password; |
|
| 998 | 998 | } |
| 999 | 999 | public function getPassword() |
| 1000 | 1000 | { |
| 1001 | - return $this->password; |
|
| 1001 | + return $this->password; |
|
| 1002 | 1002 | } |
| 1003 | 1003 | public function setPendingIdToken($pendingIdToken) |
| 1004 | 1004 | { |
| 1005 | - $this->pendingIdToken = $pendingIdToken; |
|
| 1005 | + $this->pendingIdToken = $pendingIdToken; |
|
| 1006 | 1006 | } |
| 1007 | 1007 | public function getPendingIdToken() |
| 1008 | 1008 | { |
| 1009 | - return $this->pendingIdToken; |
|
| 1009 | + return $this->pendingIdToken; |
|
| 1010 | 1010 | } |
| 1011 | 1011 | } |
| 1012 | 1012 | |
@@ -1026,67 +1026,67 @@ discard block |
||
| 1026 | 1026 | |
| 1027 | 1027 | public function setCaptchaResp($captchaResp) |
| 1028 | 1028 | { |
| 1029 | - $this->captchaResp = $captchaResp; |
|
| 1029 | + $this->captchaResp = $captchaResp; |
|
| 1030 | 1030 | } |
| 1031 | 1031 | public function getCaptchaResp() |
| 1032 | 1032 | { |
| 1033 | - return $this->captchaResp; |
|
| 1033 | + return $this->captchaResp; |
|
| 1034 | 1034 | } |
| 1035 | 1035 | public function setChallenge($challenge) |
| 1036 | 1036 | { |
| 1037 | - $this->challenge = $challenge; |
|
| 1037 | + $this->challenge = $challenge; |
|
| 1038 | 1038 | } |
| 1039 | 1039 | public function getChallenge() |
| 1040 | 1040 | { |
| 1041 | - return $this->challenge; |
|
| 1041 | + return $this->challenge; |
|
| 1042 | 1042 | } |
| 1043 | 1043 | public function setEmail($email) |
| 1044 | 1044 | { |
| 1045 | - $this->email = $email; |
|
| 1045 | + $this->email = $email; |
|
| 1046 | 1046 | } |
| 1047 | 1047 | public function getEmail() |
| 1048 | 1048 | { |
| 1049 | - return $this->email; |
|
| 1049 | + return $this->email; |
|
| 1050 | 1050 | } |
| 1051 | 1051 | public function setIdToken($idToken) |
| 1052 | 1052 | { |
| 1053 | - $this->idToken = $idToken; |
|
| 1053 | + $this->idToken = $idToken; |
|
| 1054 | 1054 | } |
| 1055 | 1055 | public function getIdToken() |
| 1056 | 1056 | { |
| 1057 | - return $this->idToken; |
|
| 1057 | + return $this->idToken; |
|
| 1058 | 1058 | } |
| 1059 | 1059 | public function setKind($kind) |
| 1060 | 1060 | { |
| 1061 | - $this->kind = $kind; |
|
| 1061 | + $this->kind = $kind; |
|
| 1062 | 1062 | } |
| 1063 | 1063 | public function getKind() |
| 1064 | 1064 | { |
| 1065 | - return $this->kind; |
|
| 1065 | + return $this->kind; |
|
| 1066 | 1066 | } |
| 1067 | 1067 | public function setNewEmail($newEmail) |
| 1068 | 1068 | { |
| 1069 | - $this->newEmail = $newEmail; |
|
| 1069 | + $this->newEmail = $newEmail; |
|
| 1070 | 1070 | } |
| 1071 | 1071 | public function getNewEmail() |
| 1072 | 1072 | { |
| 1073 | - return $this->newEmail; |
|
| 1073 | + return $this->newEmail; |
|
| 1074 | 1074 | } |
| 1075 | 1075 | public function setRequestType($requestType) |
| 1076 | 1076 | { |
| 1077 | - $this->requestType = $requestType; |
|
| 1077 | + $this->requestType = $requestType; |
|
| 1078 | 1078 | } |
| 1079 | 1079 | public function getRequestType() |
| 1080 | 1080 | { |
| 1081 | - return $this->requestType; |
|
| 1081 | + return $this->requestType; |
|
| 1082 | 1082 | } |
| 1083 | 1083 | public function setUserIp($userIp) |
| 1084 | 1084 | { |
| 1085 | - $this->userIp = $userIp; |
|
| 1085 | + $this->userIp = $userIp; |
|
| 1086 | 1086 | } |
| 1087 | 1087 | public function getUserIp() |
| 1088 | 1088 | { |
| 1089 | - return $this->userIp; |
|
| 1089 | + return $this->userIp; |
|
| 1090 | 1090 | } |
| 1091 | 1091 | } |
| 1092 | 1092 | |
@@ -1100,19 +1100,19 @@ discard block |
||
| 1100 | 1100 | |
| 1101 | 1101 | public function setEmail($email) |
| 1102 | 1102 | { |
| 1103 | - $this->email = $email; |
|
| 1103 | + $this->email = $email; |
|
| 1104 | 1104 | } |
| 1105 | 1105 | public function getEmail() |
| 1106 | 1106 | { |
| 1107 | - return $this->email; |
|
| 1107 | + return $this->email; |
|
| 1108 | 1108 | } |
| 1109 | 1109 | public function setKind($kind) |
| 1110 | 1110 | { |
| 1111 | - $this->kind = $kind; |
|
| 1111 | + $this->kind = $kind; |
|
| 1112 | 1112 | } |
| 1113 | 1113 | public function getKind() |
| 1114 | 1114 | { |
| 1115 | - return $this->kind; |
|
| 1115 | + return $this->kind; |
|
| 1116 | 1116 | } |
| 1117 | 1117 | } |
| 1118 | 1118 | |
@@ -1131,43 +1131,43 @@ discard block |
||
| 1131 | 1131 | |
| 1132 | 1132 | public function setDisplayName($displayName) |
| 1133 | 1133 | { |
| 1134 | - $this->displayName = $displayName; |
|
| 1134 | + $this->displayName = $displayName; |
|
| 1135 | 1135 | } |
| 1136 | 1136 | public function getDisplayName() |
| 1137 | 1137 | { |
| 1138 | - return $this->displayName; |
|
| 1138 | + return $this->displayName; |
|
| 1139 | 1139 | } |
| 1140 | 1140 | public function setEmail($email) |
| 1141 | 1141 | { |
| 1142 | - $this->email = $email; |
|
| 1142 | + $this->email = $email; |
|
| 1143 | 1143 | } |
| 1144 | 1144 | public function getEmail() |
| 1145 | 1145 | { |
| 1146 | - return $this->email; |
|
| 1146 | + return $this->email; |
|
| 1147 | 1147 | } |
| 1148 | 1148 | public function setIdToken($idToken) |
| 1149 | 1149 | { |
| 1150 | - $this->idToken = $idToken; |
|
| 1150 | + $this->idToken = $idToken; |
|
| 1151 | 1151 | } |
| 1152 | 1152 | public function getIdToken() |
| 1153 | 1153 | { |
| 1154 | - return $this->idToken; |
|
| 1154 | + return $this->idToken; |
|
| 1155 | 1155 | } |
| 1156 | 1156 | public function setKind($kind) |
| 1157 | 1157 | { |
| 1158 | - $this->kind = $kind; |
|
| 1158 | + $this->kind = $kind; |
|
| 1159 | 1159 | } |
| 1160 | 1160 | public function getKind() |
| 1161 | 1161 | { |
| 1162 | - return $this->kind; |
|
| 1162 | + return $this->kind; |
|
| 1163 | 1163 | } |
| 1164 | 1164 | public function setProviderUserInfo($providerUserInfo) |
| 1165 | 1165 | { |
| 1166 | - $this->providerUserInfo = $providerUserInfo; |
|
| 1166 | + $this->providerUserInfo = $providerUserInfo; |
|
| 1167 | 1167 | } |
| 1168 | 1168 | public function getProviderUserInfo() |
| 1169 | 1169 | { |
| 1170 | - return $this->providerUserInfo; |
|
| 1170 | + return $this->providerUserInfo; |
|
| 1171 | 1171 | } |
| 1172 | 1172 | } |
| 1173 | 1173 | |
@@ -1182,27 +1182,27 @@ discard block |
||
| 1182 | 1182 | |
| 1183 | 1183 | public function setDisplayName($displayName) |
| 1184 | 1184 | { |
| 1185 | - $this->displayName = $displayName; |
|
| 1185 | + $this->displayName = $displayName; |
|
| 1186 | 1186 | } |
| 1187 | 1187 | public function getDisplayName() |
| 1188 | 1188 | { |
| 1189 | - return $this->displayName; |
|
| 1189 | + return $this->displayName; |
|
| 1190 | 1190 | } |
| 1191 | 1191 | public function setPhotoUrl($photoUrl) |
| 1192 | 1192 | { |
| 1193 | - $this->photoUrl = $photoUrl; |
|
| 1193 | + $this->photoUrl = $photoUrl; |
|
| 1194 | 1194 | } |
| 1195 | 1195 | public function getPhotoUrl() |
| 1196 | 1196 | { |
| 1197 | - return $this->photoUrl; |
|
| 1197 | + return $this->photoUrl; |
|
| 1198 | 1198 | } |
| 1199 | 1199 | public function setProviderId($providerId) |
| 1200 | 1200 | { |
| 1201 | - $this->providerId = $providerId; |
|
| 1201 | + $this->providerId = $providerId; |
|
| 1202 | 1202 | } |
| 1203 | 1203 | public function getProviderId() |
| 1204 | 1204 | { |
| 1205 | - return $this->providerId; |
|
| 1205 | + return $this->providerId; |
|
| 1206 | 1206 | } |
| 1207 | 1207 | } |
| 1208 | 1208 | |
@@ -1218,19 +1218,19 @@ discard block |
||
| 1218 | 1218 | |
| 1219 | 1219 | public function setError($error) |
| 1220 | 1220 | { |
| 1221 | - $this->error = $error; |
|
| 1221 | + $this->error = $error; |
|
| 1222 | 1222 | } |
| 1223 | 1223 | public function getError() |
| 1224 | 1224 | { |
| 1225 | - return $this->error; |
|
| 1225 | + return $this->error; |
|
| 1226 | 1226 | } |
| 1227 | 1227 | public function setKind($kind) |
| 1228 | 1228 | { |
| 1229 | - $this->kind = $kind; |
|
| 1229 | + $this->kind = $kind; |
|
| 1230 | 1230 | } |
| 1231 | 1231 | public function getKind() |
| 1232 | 1232 | { |
| 1233 | - return $this->kind; |
|
| 1233 | + return $this->kind; |
|
| 1234 | 1234 | } |
| 1235 | 1235 | } |
| 1236 | 1236 | |
@@ -1244,19 +1244,19 @@ discard block |
||
| 1244 | 1244 | |
| 1245 | 1245 | public function setIndex($index) |
| 1246 | 1246 | { |
| 1247 | - $this->index = $index; |
|
| 1247 | + $this->index = $index; |
|
| 1248 | 1248 | } |
| 1249 | 1249 | public function getIndex() |
| 1250 | 1250 | { |
| 1251 | - return $this->index; |
|
| 1251 | + return $this->index; |
|
| 1252 | 1252 | } |
| 1253 | 1253 | public function setMessage($message) |
| 1254 | 1254 | { |
| 1255 | - $this->message = $message; |
|
| 1255 | + $this->message = $message; |
|
| 1256 | 1256 | } |
| 1257 | 1257 | public function getMessage() |
| 1258 | 1258 | { |
| 1259 | - return $this->message; |
|
| 1259 | + return $this->message; |
|
| 1260 | 1260 | } |
| 1261 | 1261 | } |
| 1262 | 1262 | |
@@ -1282,99 +1282,99 @@ discard block |
||
| 1282 | 1282 | |
| 1283 | 1283 | public function setDisabled($disabled) |
| 1284 | 1284 | { |
| 1285 | - $this->disabled = $disabled; |
|
| 1285 | + $this->disabled = $disabled; |
|
| 1286 | 1286 | } |
| 1287 | 1287 | public function getDisabled() |
| 1288 | 1288 | { |
| 1289 | - return $this->disabled; |
|
| 1289 | + return $this->disabled; |
|
| 1290 | 1290 | } |
| 1291 | 1291 | public function setDisplayName($displayName) |
| 1292 | 1292 | { |
| 1293 | - $this->displayName = $displayName; |
|
| 1293 | + $this->displayName = $displayName; |
|
| 1294 | 1294 | } |
| 1295 | 1295 | public function getDisplayName() |
| 1296 | 1296 | { |
| 1297 | - return $this->displayName; |
|
| 1297 | + return $this->displayName; |
|
| 1298 | 1298 | } |
| 1299 | 1299 | public function setEmail($email) |
| 1300 | 1300 | { |
| 1301 | - $this->email = $email; |
|
| 1301 | + $this->email = $email; |
|
| 1302 | 1302 | } |
| 1303 | 1303 | public function getEmail() |
| 1304 | 1304 | { |
| 1305 | - return $this->email; |
|
| 1305 | + return $this->email; |
|
| 1306 | 1306 | } |
| 1307 | 1307 | public function setEmailVerified($emailVerified) |
| 1308 | 1308 | { |
| 1309 | - $this->emailVerified = $emailVerified; |
|
| 1309 | + $this->emailVerified = $emailVerified; |
|
| 1310 | 1310 | } |
| 1311 | 1311 | public function getEmailVerified() |
| 1312 | 1312 | { |
| 1313 | - return $this->emailVerified; |
|
| 1313 | + return $this->emailVerified; |
|
| 1314 | 1314 | } |
| 1315 | 1315 | public function setLocalId($localId) |
| 1316 | 1316 | { |
| 1317 | - $this->localId = $localId; |
|
| 1317 | + $this->localId = $localId; |
|
| 1318 | 1318 | } |
| 1319 | 1319 | public function getLocalId() |
| 1320 | 1320 | { |
| 1321 | - return $this->localId; |
|
| 1321 | + return $this->localId; |
|
| 1322 | 1322 | } |
| 1323 | 1323 | public function setPasswordHash($passwordHash) |
| 1324 | 1324 | { |
| 1325 | - $this->passwordHash = $passwordHash; |
|
| 1325 | + $this->passwordHash = $passwordHash; |
|
| 1326 | 1326 | } |
| 1327 | 1327 | public function getPasswordHash() |
| 1328 | 1328 | { |
| 1329 | - return $this->passwordHash; |
|
| 1329 | + return $this->passwordHash; |
|
| 1330 | 1330 | } |
| 1331 | 1331 | public function setPasswordUpdatedAt($passwordUpdatedAt) |
| 1332 | 1332 | { |
| 1333 | - $this->passwordUpdatedAt = $passwordUpdatedAt; |
|
| 1333 | + $this->passwordUpdatedAt = $passwordUpdatedAt; |
|
| 1334 | 1334 | } |
| 1335 | 1335 | public function getPasswordUpdatedAt() |
| 1336 | 1336 | { |
| 1337 | - return $this->passwordUpdatedAt; |
|
| 1337 | + return $this->passwordUpdatedAt; |
|
| 1338 | 1338 | } |
| 1339 | 1339 | public function setPhotoUrl($photoUrl) |
| 1340 | 1340 | { |
| 1341 | - $this->photoUrl = $photoUrl; |
|
| 1341 | + $this->photoUrl = $photoUrl; |
|
| 1342 | 1342 | } |
| 1343 | 1343 | public function getPhotoUrl() |
| 1344 | 1344 | { |
| 1345 | - return $this->photoUrl; |
|
| 1345 | + return $this->photoUrl; |
|
| 1346 | 1346 | } |
| 1347 | 1347 | public function setProviderUserInfo($providerUserInfo) |
| 1348 | 1348 | { |
| 1349 | - $this->providerUserInfo = $providerUserInfo; |
|
| 1349 | + $this->providerUserInfo = $providerUserInfo; |
|
| 1350 | 1350 | } |
| 1351 | 1351 | public function getProviderUserInfo() |
| 1352 | 1352 | { |
| 1353 | - return $this->providerUserInfo; |
|
| 1353 | + return $this->providerUserInfo; |
|
| 1354 | 1354 | } |
| 1355 | 1355 | public function setSalt($salt) |
| 1356 | 1356 | { |
| 1357 | - $this->salt = $salt; |
|
| 1357 | + $this->salt = $salt; |
|
| 1358 | 1358 | } |
| 1359 | 1359 | public function getSalt() |
| 1360 | 1360 | { |
| 1361 | - return $this->salt; |
|
| 1361 | + return $this->salt; |
|
| 1362 | 1362 | } |
| 1363 | 1363 | public function setValidSince($validSince) |
| 1364 | 1364 | { |
| 1365 | - $this->validSince = $validSince; |
|
| 1365 | + $this->validSince = $validSince; |
|
| 1366 | 1366 | } |
| 1367 | 1367 | public function getValidSince() |
| 1368 | 1368 | { |
| 1369 | - return $this->validSince; |
|
| 1369 | + return $this->validSince; |
|
| 1370 | 1370 | } |
| 1371 | 1371 | public function setVersion($version) |
| 1372 | 1372 | { |
| 1373 | - $this->version = $version; |
|
| 1373 | + $this->version = $version; |
|
| 1374 | 1374 | } |
| 1375 | 1375 | public function getVersion() |
| 1376 | 1376 | { |
| 1377 | - return $this->version; |
|
| 1377 | + return $this->version; |
|
| 1378 | 1378 | } |
| 1379 | 1379 | } |
| 1380 | 1380 | |
@@ -1390,35 +1390,35 @@ discard block |
||
| 1390 | 1390 | |
| 1391 | 1391 | public function setDisplayName($displayName) |
| 1392 | 1392 | { |
| 1393 | - $this->displayName = $displayName; |
|
| 1393 | + $this->displayName = $displayName; |
|
| 1394 | 1394 | } |
| 1395 | 1395 | public function getDisplayName() |
| 1396 | 1396 | { |
| 1397 | - return $this->displayName; |
|
| 1397 | + return $this->displayName; |
|
| 1398 | 1398 | } |
| 1399 | 1399 | public function setFederatedId($federatedId) |
| 1400 | 1400 | { |
| 1401 | - $this->federatedId = $federatedId; |
|
| 1401 | + $this->federatedId = $federatedId; |
|
| 1402 | 1402 | } |
| 1403 | 1403 | public function getFederatedId() |
| 1404 | 1404 | { |
| 1405 | - return $this->federatedId; |
|
| 1405 | + return $this->federatedId; |
|
| 1406 | 1406 | } |
| 1407 | 1407 | public function setPhotoUrl($photoUrl) |
| 1408 | 1408 | { |
| 1409 | - $this->photoUrl = $photoUrl; |
|
| 1409 | + $this->photoUrl = $photoUrl; |
|
| 1410 | 1410 | } |
| 1411 | 1411 | public function getPhotoUrl() |
| 1412 | 1412 | { |
| 1413 | - return $this->photoUrl; |
|
| 1413 | + return $this->photoUrl; |
|
| 1414 | 1414 | } |
| 1415 | 1415 | public function setProviderId($providerId) |
| 1416 | 1416 | { |
| 1417 | - $this->providerId = $providerId; |
|
| 1417 | + $this->providerId = $providerId; |
|
| 1418 | 1418 | } |
| 1419 | 1419 | public function getProviderId() |
| 1420 | 1420 | { |
| 1421 | - return $this->providerId; |
|
| 1421 | + return $this->providerId; |
|
| 1422 | 1422 | } |
| 1423 | 1423 | } |
| 1424 | 1424 | |
@@ -1461,243 +1461,243 @@ discard block |
||
| 1461 | 1461 | |
| 1462 | 1462 | public function setAction($action) |
| 1463 | 1463 | { |
| 1464 | - $this->action = $action; |
|
| 1464 | + $this->action = $action; |
|
| 1465 | 1465 | } |
| 1466 | 1466 | public function getAction() |
| 1467 | 1467 | { |
| 1468 | - return $this->action; |
|
| 1468 | + return $this->action; |
|
| 1469 | 1469 | } |
| 1470 | 1470 | public function setAppInstallationUrl($appInstallationUrl) |
| 1471 | 1471 | { |
| 1472 | - $this->appInstallationUrl = $appInstallationUrl; |
|
| 1472 | + $this->appInstallationUrl = $appInstallationUrl; |
|
| 1473 | 1473 | } |
| 1474 | 1474 | public function getAppInstallationUrl() |
| 1475 | 1475 | { |
| 1476 | - return $this->appInstallationUrl; |
|
| 1476 | + return $this->appInstallationUrl; |
|
| 1477 | 1477 | } |
| 1478 | 1478 | public function setAppScheme($appScheme) |
| 1479 | 1479 | { |
| 1480 | - $this->appScheme = $appScheme; |
|
| 1480 | + $this->appScheme = $appScheme; |
|
| 1481 | 1481 | } |
| 1482 | 1482 | public function getAppScheme() |
| 1483 | 1483 | { |
| 1484 | - return $this->appScheme; |
|
| 1484 | + return $this->appScheme; |
|
| 1485 | 1485 | } |
| 1486 | 1486 | public function setContext($context) |
| 1487 | 1487 | { |
| 1488 | - $this->context = $context; |
|
| 1488 | + $this->context = $context; |
|
| 1489 | 1489 | } |
| 1490 | 1490 | public function getContext() |
| 1491 | 1491 | { |
| 1492 | - return $this->context; |
|
| 1492 | + return $this->context; |
|
| 1493 | 1493 | } |
| 1494 | 1494 | public function setDateOfBirth($dateOfBirth) |
| 1495 | 1495 | { |
| 1496 | - $this->dateOfBirth = $dateOfBirth; |
|
| 1496 | + $this->dateOfBirth = $dateOfBirth; |
|
| 1497 | 1497 | } |
| 1498 | 1498 | public function getDateOfBirth() |
| 1499 | 1499 | { |
| 1500 | - return $this->dateOfBirth; |
|
| 1500 | + return $this->dateOfBirth; |
|
| 1501 | 1501 | } |
| 1502 | 1502 | public function setDisplayName($displayName) |
| 1503 | 1503 | { |
| 1504 | - $this->displayName = $displayName; |
|
| 1504 | + $this->displayName = $displayName; |
|
| 1505 | 1505 | } |
| 1506 | 1506 | public function getDisplayName() |
| 1507 | 1507 | { |
| 1508 | - return $this->displayName; |
|
| 1508 | + return $this->displayName; |
|
| 1509 | 1509 | } |
| 1510 | 1510 | public function setEmail($email) |
| 1511 | 1511 | { |
| 1512 | - $this->email = $email; |
|
| 1512 | + $this->email = $email; |
|
| 1513 | 1513 | } |
| 1514 | 1514 | public function getEmail() |
| 1515 | 1515 | { |
| 1516 | - return $this->email; |
|
| 1516 | + return $this->email; |
|
| 1517 | 1517 | } |
| 1518 | 1518 | public function setEmailRecycled($emailRecycled) |
| 1519 | 1519 | { |
| 1520 | - $this->emailRecycled = $emailRecycled; |
|
| 1520 | + $this->emailRecycled = $emailRecycled; |
|
| 1521 | 1521 | } |
| 1522 | 1522 | public function getEmailRecycled() |
| 1523 | 1523 | { |
| 1524 | - return $this->emailRecycled; |
|
| 1524 | + return $this->emailRecycled; |
|
| 1525 | 1525 | } |
| 1526 | 1526 | public function setEmailVerified($emailVerified) |
| 1527 | 1527 | { |
| 1528 | - $this->emailVerified = $emailVerified; |
|
| 1528 | + $this->emailVerified = $emailVerified; |
|
| 1529 | 1529 | } |
| 1530 | 1530 | public function getEmailVerified() |
| 1531 | 1531 | { |
| 1532 | - return $this->emailVerified; |
|
| 1532 | + return $this->emailVerified; |
|
| 1533 | 1533 | } |
| 1534 | 1534 | public function setFederatedId($federatedId) |
| 1535 | 1535 | { |
| 1536 | - $this->federatedId = $federatedId; |
|
| 1536 | + $this->federatedId = $federatedId; |
|
| 1537 | 1537 | } |
| 1538 | 1538 | public function getFederatedId() |
| 1539 | 1539 | { |
| 1540 | - return $this->federatedId; |
|
| 1540 | + return $this->federatedId; |
|
| 1541 | 1541 | } |
| 1542 | 1542 | public function setFirstName($firstName) |
| 1543 | 1543 | { |
| 1544 | - $this->firstName = $firstName; |
|
| 1544 | + $this->firstName = $firstName; |
|
| 1545 | 1545 | } |
| 1546 | 1546 | public function getFirstName() |
| 1547 | 1547 | { |
| 1548 | - return $this->firstName; |
|
| 1548 | + return $this->firstName; |
|
| 1549 | 1549 | } |
| 1550 | 1550 | public function setFullName($fullName) |
| 1551 | 1551 | { |
| 1552 | - $this->fullName = $fullName; |
|
| 1552 | + $this->fullName = $fullName; |
|
| 1553 | 1553 | } |
| 1554 | 1554 | public function getFullName() |
| 1555 | 1555 | { |
| 1556 | - return $this->fullName; |
|
| 1556 | + return $this->fullName; |
|
| 1557 | 1557 | } |
| 1558 | 1558 | public function setIdToken($idToken) |
| 1559 | 1559 | { |
| 1560 | - $this->idToken = $idToken; |
|
| 1560 | + $this->idToken = $idToken; |
|
| 1561 | 1561 | } |
| 1562 | 1562 | public function getIdToken() |
| 1563 | 1563 | { |
| 1564 | - return $this->idToken; |
|
| 1564 | + return $this->idToken; |
|
| 1565 | 1565 | } |
| 1566 | 1566 | public function setInputEmail($inputEmail) |
| 1567 | 1567 | { |
| 1568 | - $this->inputEmail = $inputEmail; |
|
| 1568 | + $this->inputEmail = $inputEmail; |
|
| 1569 | 1569 | } |
| 1570 | 1570 | public function getInputEmail() |
| 1571 | 1571 | { |
| 1572 | - return $this->inputEmail; |
|
| 1572 | + return $this->inputEmail; |
|
| 1573 | 1573 | } |
| 1574 | 1574 | public function setKind($kind) |
| 1575 | 1575 | { |
| 1576 | - $this->kind = $kind; |
|
| 1576 | + $this->kind = $kind; |
|
| 1577 | 1577 | } |
| 1578 | 1578 | public function getKind() |
| 1579 | 1579 | { |
| 1580 | - return $this->kind; |
|
| 1580 | + return $this->kind; |
|
| 1581 | 1581 | } |
| 1582 | 1582 | public function setLanguage($language) |
| 1583 | 1583 | { |
| 1584 | - $this->language = $language; |
|
| 1584 | + $this->language = $language; |
|
| 1585 | 1585 | } |
| 1586 | 1586 | public function getLanguage() |
| 1587 | 1587 | { |
| 1588 | - return $this->language; |
|
| 1588 | + return $this->language; |
|
| 1589 | 1589 | } |
| 1590 | 1590 | public function setLastName($lastName) |
| 1591 | 1591 | { |
| 1592 | - $this->lastName = $lastName; |
|
| 1592 | + $this->lastName = $lastName; |
|
| 1593 | 1593 | } |
| 1594 | 1594 | public function getLastName() |
| 1595 | 1595 | { |
| 1596 | - return $this->lastName; |
|
| 1596 | + return $this->lastName; |
|
| 1597 | 1597 | } |
| 1598 | 1598 | public function setLocalId($localId) |
| 1599 | 1599 | { |
| 1600 | - $this->localId = $localId; |
|
| 1600 | + $this->localId = $localId; |
|
| 1601 | 1601 | } |
| 1602 | 1602 | public function getLocalId() |
| 1603 | 1603 | { |
| 1604 | - return $this->localId; |
|
| 1604 | + return $this->localId; |
|
| 1605 | 1605 | } |
| 1606 | 1606 | public function setNeedConfirmation($needConfirmation) |
| 1607 | 1607 | { |
| 1608 | - $this->needConfirmation = $needConfirmation; |
|
| 1608 | + $this->needConfirmation = $needConfirmation; |
|
| 1609 | 1609 | } |
| 1610 | 1610 | public function getNeedConfirmation() |
| 1611 | 1611 | { |
| 1612 | - return $this->needConfirmation; |
|
| 1612 | + return $this->needConfirmation; |
|
| 1613 | 1613 | } |
| 1614 | 1614 | public function setNickName($nickName) |
| 1615 | 1615 | { |
| 1616 | - $this->nickName = $nickName; |
|
| 1616 | + $this->nickName = $nickName; |
|
| 1617 | 1617 | } |
| 1618 | 1618 | public function getNickName() |
| 1619 | 1619 | { |
| 1620 | - return $this->nickName; |
|
| 1620 | + return $this->nickName; |
|
| 1621 | 1621 | } |
| 1622 | 1622 | public function setOauthAccessToken($oauthAccessToken) |
| 1623 | 1623 | { |
| 1624 | - $this->oauthAccessToken = $oauthAccessToken; |
|
| 1624 | + $this->oauthAccessToken = $oauthAccessToken; |
|
| 1625 | 1625 | } |
| 1626 | 1626 | public function getOauthAccessToken() |
| 1627 | 1627 | { |
| 1628 | - return $this->oauthAccessToken; |
|
| 1628 | + return $this->oauthAccessToken; |
|
| 1629 | 1629 | } |
| 1630 | 1630 | public function setOauthAuthorizationCode($oauthAuthorizationCode) |
| 1631 | 1631 | { |
| 1632 | - $this->oauthAuthorizationCode = $oauthAuthorizationCode; |
|
| 1632 | + $this->oauthAuthorizationCode = $oauthAuthorizationCode; |
|
| 1633 | 1633 | } |
| 1634 | 1634 | public function getOauthAuthorizationCode() |
| 1635 | 1635 | { |
| 1636 | - return $this->oauthAuthorizationCode; |
|
| 1636 | + return $this->oauthAuthorizationCode; |
|
| 1637 | 1637 | } |
| 1638 | 1638 | public function setOauthExpireIn($oauthExpireIn) |
| 1639 | 1639 | { |
| 1640 | - $this->oauthExpireIn = $oauthExpireIn; |
|
| 1640 | + $this->oauthExpireIn = $oauthExpireIn; |
|
| 1641 | 1641 | } |
| 1642 | 1642 | public function getOauthExpireIn() |
| 1643 | 1643 | { |
| 1644 | - return $this->oauthExpireIn; |
|
| 1644 | + return $this->oauthExpireIn; |
|
| 1645 | 1645 | } |
| 1646 | 1646 | public function setOauthRequestToken($oauthRequestToken) |
| 1647 | 1647 | { |
| 1648 | - $this->oauthRequestToken = $oauthRequestToken; |
|
| 1648 | + $this->oauthRequestToken = $oauthRequestToken; |
|
| 1649 | 1649 | } |
| 1650 | 1650 | public function getOauthRequestToken() |
| 1651 | 1651 | { |
| 1652 | - return $this->oauthRequestToken; |
|
| 1652 | + return $this->oauthRequestToken; |
|
| 1653 | 1653 | } |
| 1654 | 1654 | public function setOauthScope($oauthScope) |
| 1655 | 1655 | { |
| 1656 | - $this->oauthScope = $oauthScope; |
|
| 1656 | + $this->oauthScope = $oauthScope; |
|
| 1657 | 1657 | } |
| 1658 | 1658 | public function getOauthScope() |
| 1659 | 1659 | { |
| 1660 | - return $this->oauthScope; |
|
| 1660 | + return $this->oauthScope; |
|
| 1661 | 1661 | } |
| 1662 | 1662 | public function setOriginalEmail($originalEmail) |
| 1663 | 1663 | { |
| 1664 | - $this->originalEmail = $originalEmail; |
|
| 1664 | + $this->originalEmail = $originalEmail; |
|
| 1665 | 1665 | } |
| 1666 | 1666 | public function getOriginalEmail() |
| 1667 | 1667 | { |
| 1668 | - return $this->originalEmail; |
|
| 1668 | + return $this->originalEmail; |
|
| 1669 | 1669 | } |
| 1670 | 1670 | public function setPhotoUrl($photoUrl) |
| 1671 | 1671 | { |
| 1672 | - $this->photoUrl = $photoUrl; |
|
| 1672 | + $this->photoUrl = $photoUrl; |
|
| 1673 | 1673 | } |
| 1674 | 1674 | public function getPhotoUrl() |
| 1675 | 1675 | { |
| 1676 | - return $this->photoUrl; |
|
| 1676 | + return $this->photoUrl; |
|
| 1677 | 1677 | } |
| 1678 | 1678 | public function setProviderId($providerId) |
| 1679 | 1679 | { |
| 1680 | - $this->providerId = $providerId; |
|
| 1680 | + $this->providerId = $providerId; |
|
| 1681 | 1681 | } |
| 1682 | 1682 | public function getProviderId() |
| 1683 | 1683 | { |
| 1684 | - return $this->providerId; |
|
| 1684 | + return $this->providerId; |
|
| 1685 | 1685 | } |
| 1686 | 1686 | public function setTimeZone($timeZone) |
| 1687 | 1687 | { |
| 1688 | - $this->timeZone = $timeZone; |
|
| 1688 | + $this->timeZone = $timeZone; |
|
| 1689 | 1689 | } |
| 1690 | 1690 | public function getTimeZone() |
| 1691 | 1691 | { |
| 1692 | - return $this->timeZone; |
|
| 1692 | + return $this->timeZone; |
|
| 1693 | 1693 | } |
| 1694 | 1694 | public function setVerifiedProvider($verifiedProvider) |
| 1695 | 1695 | { |
| 1696 | - $this->verifiedProvider = $verifiedProvider; |
|
| 1696 | + $this->verifiedProvider = $verifiedProvider; |
|
| 1697 | 1697 | } |
| 1698 | 1698 | public function getVerifiedProvider() |
| 1699 | 1699 | { |
| 1700 | - return $this->verifiedProvider; |
|
| 1700 | + return $this->verifiedProvider; |
|
| 1701 | 1701 | } |
| 1702 | 1702 | } |
| 1703 | 1703 | |
@@ -1716,58 +1716,58 @@ discard block |
||
| 1716 | 1716 | |
| 1717 | 1717 | public function setDisplayName($displayName) |
| 1718 | 1718 | { |
| 1719 | - $this->displayName = $displayName; |
|
| 1719 | + $this->displayName = $displayName; |
|
| 1720 | 1720 | } |
| 1721 | 1721 | public function getDisplayName() |
| 1722 | 1722 | { |
| 1723 | - return $this->displayName; |
|
| 1723 | + return $this->displayName; |
|
| 1724 | 1724 | } |
| 1725 | 1725 | public function setEmail($email) |
| 1726 | 1726 | { |
| 1727 | - $this->email = $email; |
|
| 1727 | + $this->email = $email; |
|
| 1728 | 1728 | } |
| 1729 | 1729 | public function getEmail() |
| 1730 | 1730 | { |
| 1731 | - return $this->email; |
|
| 1731 | + return $this->email; |
|
| 1732 | 1732 | } |
| 1733 | 1733 | public function setIdToken($idToken) |
| 1734 | 1734 | { |
| 1735 | - $this->idToken = $idToken; |
|
| 1735 | + $this->idToken = $idToken; |
|
| 1736 | 1736 | } |
| 1737 | 1737 | public function getIdToken() |
| 1738 | 1738 | { |
| 1739 | - return $this->idToken; |
|
| 1739 | + return $this->idToken; |
|
| 1740 | 1740 | } |
| 1741 | 1741 | public function setKind($kind) |
| 1742 | 1742 | { |
| 1743 | - $this->kind = $kind; |
|
| 1743 | + $this->kind = $kind; |
|
| 1744 | 1744 | } |
| 1745 | 1745 | public function getKind() |
| 1746 | 1746 | { |
| 1747 | - return $this->kind; |
|
| 1747 | + return $this->kind; |
|
| 1748 | 1748 | } |
| 1749 | 1749 | public function setLocalId($localId) |
| 1750 | 1750 | { |
| 1751 | - $this->localId = $localId; |
|
| 1751 | + $this->localId = $localId; |
|
| 1752 | 1752 | } |
| 1753 | 1753 | public function getLocalId() |
| 1754 | 1754 | { |
| 1755 | - return $this->localId; |
|
| 1755 | + return $this->localId; |
|
| 1756 | 1756 | } |
| 1757 | 1757 | public function setPhotoUrl($photoUrl) |
| 1758 | 1758 | { |
| 1759 | - $this->photoUrl = $photoUrl; |
|
| 1759 | + $this->photoUrl = $photoUrl; |
|
| 1760 | 1760 | } |
| 1761 | 1761 | public function getPhotoUrl() |
| 1762 | 1762 | { |
| 1763 | - return $this->photoUrl; |
|
| 1763 | + return $this->photoUrl; |
|
| 1764 | 1764 | } |
| 1765 | 1765 | public function setRegistered($registered) |
| 1766 | 1766 | { |
| 1767 | - $this->registered = $registered; |
|
| 1767 | + $this->registered = $registered; |
|
| 1768 | 1768 | } |
| 1769 | 1769 | public function getRegistered() |
| 1770 | 1770 | { |
| 1771 | - return $this->registered; |
|
| 1771 | + return $this->registered; |
|
| 1772 | 1772 | } |
| 1773 | 1773 | } |
@@ -58,47 +58,47 @@ |
||
| 58 | 58 | 'path' => 'createAuthUri', |
| 59 | 59 | 'httpMethod' => 'POST', |
| 60 | 60 | 'parameters' => array(), |
| 61 | - ),'deleteAccount' => array( |
|
| 61 | + ), 'deleteAccount' => array( |
|
| 62 | 62 | 'path' => 'deleteAccount', |
| 63 | 63 | 'httpMethod' => 'POST', |
| 64 | 64 | 'parameters' => array(), |
| 65 | - ),'downloadAccount' => array( |
|
| 65 | + ), 'downloadAccount' => array( |
|
| 66 | 66 | 'path' => 'downloadAccount', |
| 67 | 67 | 'httpMethod' => 'POST', |
| 68 | 68 | 'parameters' => array(), |
| 69 | - ),'getAccountInfo' => array( |
|
| 69 | + ), 'getAccountInfo' => array( |
|
| 70 | 70 | 'path' => 'getAccountInfo', |
| 71 | 71 | 'httpMethod' => 'POST', |
| 72 | 72 | 'parameters' => array(), |
| 73 | - ),'getOobConfirmationCode' => array( |
|
| 73 | + ), 'getOobConfirmationCode' => array( |
|
| 74 | 74 | 'path' => 'getOobConfirmationCode', |
| 75 | 75 | 'httpMethod' => 'POST', |
| 76 | 76 | 'parameters' => array(), |
| 77 | - ),'getPublicKeys' => array( |
|
| 77 | + ), 'getPublicKeys' => array( |
|
| 78 | 78 | 'path' => 'publicKeys', |
| 79 | 79 | 'httpMethod' => 'GET', |
| 80 | 80 | 'parameters' => array(), |
| 81 | - ),'getRecaptchaParam' => array( |
|
| 81 | + ), 'getRecaptchaParam' => array( |
|
| 82 | 82 | 'path' => 'getRecaptchaParam', |
| 83 | 83 | 'httpMethod' => 'GET', |
| 84 | 84 | 'parameters' => array(), |
| 85 | - ),'resetPassword' => array( |
|
| 85 | + ), 'resetPassword' => array( |
|
| 86 | 86 | 'path' => 'resetPassword', |
| 87 | 87 | 'httpMethod' => 'POST', |
| 88 | 88 | 'parameters' => array(), |
| 89 | - ),'setAccountInfo' => array( |
|
| 89 | + ), 'setAccountInfo' => array( |
|
| 90 | 90 | 'path' => 'setAccountInfo', |
| 91 | 91 | 'httpMethod' => 'POST', |
| 92 | 92 | 'parameters' => array(), |
| 93 | - ),'uploadAccount' => array( |
|
| 93 | + ), 'uploadAccount' => array( |
|
| 94 | 94 | 'path' => 'uploadAccount', |
| 95 | 95 | 'httpMethod' => 'POST', |
| 96 | 96 | 'parameters' => array(), |
| 97 | - ),'verifyAssertion' => array( |
|
| 97 | + ), 'verifyAssertion' => array( |
|
| 98 | 98 | 'path' => 'verifyAssertion', |
| 99 | 99 | 'httpMethod' => 'POST', |
| 100 | 100 | 'parameters' => array(), |
| 101 | - ),'verifyPassword' => array( |
|
| 101 | + ), 'verifyPassword' => array( |
|
| 102 | 102 | 'path' => 'verifyPassword', |
| 103 | 103 | 'httpMethod' => 'POST', |
| 104 | 104 | 'parameters' => array(), |
@@ -258,7 +258,7 @@ discard block |
||
| 258 | 258 | * |
| 259 | 259 | * @param string $productId Name for product |
| 260 | 260 | * @param string $skuId Name for sku |
| 261 | - * @param Google_LicenseAssignmentInsert $postBody |
|
| 261 | + * @param Google_Service_Licensing_LicenseAssignmentInsert $postBody |
|
| 262 | 262 | * @param array $optParams Optional parameters. |
| 263 | 263 | * @return Google_Service_Licensing_LicenseAssignment |
| 264 | 264 | */ |
@@ -321,7 +321,7 @@ discard block |
||
| 321 | 321 | * @param string $productId Name for product |
| 322 | 322 | * @param string $skuId Name for sku for which license would be revoked |
| 323 | 323 | * @param string $userId email id or unique Id of the user |
| 324 | - * @param Google_LicenseAssignment $postBody |
|
| 324 | + * @param Google_Service_Licensing_LicenseAssignment $postBody |
|
| 325 | 325 | * @param array $optParams Optional parameters. |
| 326 | 326 | * @return Google_Service_Licensing_LicenseAssignment |
| 327 | 327 | */ |
@@ -338,7 +338,7 @@ discard block |
||
| 338 | 338 | * @param string $productId Name for product |
| 339 | 339 | * @param string $skuId Name for sku for which license would be revoked |
| 340 | 340 | * @param string $userId email id or unique Id of the user |
| 341 | - * @param Google_LicenseAssignment $postBody |
|
| 341 | + * @param Google_Service_Licensing_LicenseAssignment $postBody |
|
| 342 | 342 | * @param array $optParams Optional parameters. |
| 343 | 343 | * @return Google_Service_Licensing_LicenseAssignment |
| 344 | 344 | */ |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** View and manage Google Apps licenses for your domain. */ |
| 34 | 34 | const APPS_LICENSING = |
| 35 | - "https://www.googleapis.com/auth/apps.licensing"; |
|
| 35 | + "https://www.googleapis.com/auth/apps.licensing"; |
|
| 36 | 36 | |
| 37 | 37 | public $licenseAssignments; |
| 38 | 38 | |
@@ -44,168 +44,168 @@ discard block |
||
| 44 | 44 | */ |
| 45 | 45 | public function __construct(Google_Client $client) |
| 46 | 46 | { |
| 47 | - parent::__construct($client); |
|
| 48 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 49 | - $this->servicePath = 'apps/licensing/v1/product/'; |
|
| 50 | - $this->version = 'v1'; |
|
| 51 | - $this->serviceName = 'licensing'; |
|
| 47 | + parent::__construct($client); |
|
| 48 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 49 | + $this->servicePath = 'apps/licensing/v1/product/'; |
|
| 50 | + $this->version = 'v1'; |
|
| 51 | + $this->serviceName = 'licensing'; |
|
| 52 | 52 | |
| 53 | - $this->licenseAssignments = new Google_Service_Licensing_LicenseAssignments_Resource( |
|
| 54 | - $this, |
|
| 55 | - $this->serviceName, |
|
| 56 | - 'licenseAssignments', |
|
| 57 | - array( |
|
| 58 | - 'methods' => array( |
|
| 59 | - 'delete' => array( |
|
| 60 | - 'path' => '{productId}/sku/{skuId}/user/{userId}', |
|
| 61 | - 'httpMethod' => 'DELETE', |
|
| 62 | - 'parameters' => array( |
|
| 63 | - 'productId' => array( |
|
| 64 | - 'location' => 'path', |
|
| 65 | - 'type' => 'string', |
|
| 66 | - 'required' => true, |
|
| 67 | - ), |
|
| 68 | - 'skuId' => array( |
|
| 69 | - 'location' => 'path', |
|
| 70 | - 'type' => 'string', |
|
| 71 | - 'required' => true, |
|
| 72 | - ), |
|
| 73 | - 'userId' => array( |
|
| 74 | - 'location' => 'path', |
|
| 75 | - 'type' => 'string', |
|
| 76 | - 'required' => true, |
|
| 77 | - ), |
|
| 78 | - ), |
|
| 79 | - ),'get' => array( |
|
| 80 | - 'path' => '{productId}/sku/{skuId}/user/{userId}', |
|
| 81 | - 'httpMethod' => 'GET', |
|
| 82 | - 'parameters' => array( |
|
| 83 | - 'productId' => array( |
|
| 84 | - 'location' => 'path', |
|
| 85 | - 'type' => 'string', |
|
| 86 | - 'required' => true, |
|
| 87 | - ), |
|
| 88 | - 'skuId' => array( |
|
| 89 | - 'location' => 'path', |
|
| 90 | - 'type' => 'string', |
|
| 91 | - 'required' => true, |
|
| 92 | - ), |
|
| 93 | - 'userId' => array( |
|
| 94 | - 'location' => 'path', |
|
| 95 | - 'type' => 'string', |
|
| 96 | - 'required' => true, |
|
| 97 | - ), |
|
| 98 | - ), |
|
| 99 | - ),'insert' => array( |
|
| 100 | - 'path' => '{productId}/sku/{skuId}/user', |
|
| 101 | - 'httpMethod' => 'POST', |
|
| 102 | - 'parameters' => array( |
|
| 103 | - 'productId' => array( |
|
| 104 | - 'location' => 'path', |
|
| 105 | - 'type' => 'string', |
|
| 106 | - 'required' => true, |
|
| 107 | - ), |
|
| 108 | - 'skuId' => array( |
|
| 109 | - 'location' => 'path', |
|
| 110 | - 'type' => 'string', |
|
| 111 | - 'required' => true, |
|
| 112 | - ), |
|
| 113 | - ), |
|
| 114 | - ),'listForProduct' => array( |
|
| 115 | - 'path' => '{productId}/users', |
|
| 116 | - 'httpMethod' => 'GET', |
|
| 117 | - 'parameters' => array( |
|
| 118 | - 'productId' => array( |
|
| 119 | - 'location' => 'path', |
|
| 120 | - 'type' => 'string', |
|
| 121 | - 'required' => true, |
|
| 122 | - ), |
|
| 123 | - 'customerId' => array( |
|
| 124 | - 'location' => 'query', |
|
| 125 | - 'type' => 'string', |
|
| 126 | - 'required' => true, |
|
| 127 | - ), |
|
| 128 | - 'pageToken' => array( |
|
| 129 | - 'location' => 'query', |
|
| 130 | - 'type' => 'string', |
|
| 131 | - ), |
|
| 132 | - 'maxResults' => array( |
|
| 133 | - 'location' => 'query', |
|
| 134 | - 'type' => 'integer', |
|
| 135 | - ), |
|
| 136 | - ), |
|
| 137 | - ),'listForProductAndSku' => array( |
|
| 138 | - 'path' => '{productId}/sku/{skuId}/users', |
|
| 139 | - 'httpMethod' => 'GET', |
|
| 140 | - 'parameters' => array( |
|
| 141 | - 'productId' => array( |
|
| 142 | - 'location' => 'path', |
|
| 143 | - 'type' => 'string', |
|
| 144 | - 'required' => true, |
|
| 145 | - ), |
|
| 146 | - 'skuId' => array( |
|
| 147 | - 'location' => 'path', |
|
| 148 | - 'type' => 'string', |
|
| 149 | - 'required' => true, |
|
| 150 | - ), |
|
| 151 | - 'customerId' => array( |
|
| 152 | - 'location' => 'query', |
|
| 153 | - 'type' => 'string', |
|
| 154 | - 'required' => true, |
|
| 155 | - ), |
|
| 156 | - 'pageToken' => array( |
|
| 157 | - 'location' => 'query', |
|
| 158 | - 'type' => 'string', |
|
| 159 | - ), |
|
| 160 | - 'maxResults' => array( |
|
| 161 | - 'location' => 'query', |
|
| 162 | - 'type' => 'integer', |
|
| 163 | - ), |
|
| 164 | - ), |
|
| 165 | - ),'patch' => array( |
|
| 166 | - 'path' => '{productId}/sku/{skuId}/user/{userId}', |
|
| 167 | - 'httpMethod' => 'PATCH', |
|
| 168 | - 'parameters' => array( |
|
| 169 | - 'productId' => array( |
|
| 170 | - 'location' => 'path', |
|
| 171 | - 'type' => 'string', |
|
| 172 | - 'required' => true, |
|
| 173 | - ), |
|
| 174 | - 'skuId' => array( |
|
| 175 | - 'location' => 'path', |
|
| 176 | - 'type' => 'string', |
|
| 177 | - 'required' => true, |
|
| 178 | - ), |
|
| 179 | - 'userId' => array( |
|
| 180 | - 'location' => 'path', |
|
| 181 | - 'type' => 'string', |
|
| 182 | - 'required' => true, |
|
| 183 | - ), |
|
| 184 | - ), |
|
| 185 | - ),'update' => array( |
|
| 186 | - 'path' => '{productId}/sku/{skuId}/user/{userId}', |
|
| 187 | - 'httpMethod' => 'PUT', |
|
| 188 | - 'parameters' => array( |
|
| 189 | - 'productId' => array( |
|
| 190 | - 'location' => 'path', |
|
| 191 | - 'type' => 'string', |
|
| 192 | - 'required' => true, |
|
| 193 | - ), |
|
| 194 | - 'skuId' => array( |
|
| 195 | - 'location' => 'path', |
|
| 196 | - 'type' => 'string', |
|
| 197 | - 'required' => true, |
|
| 198 | - ), |
|
| 199 | - 'userId' => array( |
|
| 200 | - 'location' => 'path', |
|
| 201 | - 'type' => 'string', |
|
| 202 | - 'required' => true, |
|
| 203 | - ), |
|
| 204 | - ), |
|
| 205 | - ), |
|
| 206 | - ) |
|
| 207 | - ) |
|
| 208 | - ); |
|
| 53 | + $this->licenseAssignments = new Google_Service_Licensing_LicenseAssignments_Resource( |
|
| 54 | + $this, |
|
| 55 | + $this->serviceName, |
|
| 56 | + 'licenseAssignments', |
|
| 57 | + array( |
|
| 58 | + 'methods' => array( |
|
| 59 | + 'delete' => array( |
|
| 60 | + 'path' => '{productId}/sku/{skuId}/user/{userId}', |
|
| 61 | + 'httpMethod' => 'DELETE', |
|
| 62 | + 'parameters' => array( |
|
| 63 | + 'productId' => array( |
|
| 64 | + 'location' => 'path', |
|
| 65 | + 'type' => 'string', |
|
| 66 | + 'required' => true, |
|
| 67 | + ), |
|
| 68 | + 'skuId' => array( |
|
| 69 | + 'location' => 'path', |
|
| 70 | + 'type' => 'string', |
|
| 71 | + 'required' => true, |
|
| 72 | + ), |
|
| 73 | + 'userId' => array( |
|
| 74 | + 'location' => 'path', |
|
| 75 | + 'type' => 'string', |
|
| 76 | + 'required' => true, |
|
| 77 | + ), |
|
| 78 | + ), |
|
| 79 | + ),'get' => array( |
|
| 80 | + 'path' => '{productId}/sku/{skuId}/user/{userId}', |
|
| 81 | + 'httpMethod' => 'GET', |
|
| 82 | + 'parameters' => array( |
|
| 83 | + 'productId' => array( |
|
| 84 | + 'location' => 'path', |
|
| 85 | + 'type' => 'string', |
|
| 86 | + 'required' => true, |
|
| 87 | + ), |
|
| 88 | + 'skuId' => array( |
|
| 89 | + 'location' => 'path', |
|
| 90 | + 'type' => 'string', |
|
| 91 | + 'required' => true, |
|
| 92 | + ), |
|
| 93 | + 'userId' => array( |
|
| 94 | + 'location' => 'path', |
|
| 95 | + 'type' => 'string', |
|
| 96 | + 'required' => true, |
|
| 97 | + ), |
|
| 98 | + ), |
|
| 99 | + ),'insert' => array( |
|
| 100 | + 'path' => '{productId}/sku/{skuId}/user', |
|
| 101 | + 'httpMethod' => 'POST', |
|
| 102 | + 'parameters' => array( |
|
| 103 | + 'productId' => array( |
|
| 104 | + 'location' => 'path', |
|
| 105 | + 'type' => 'string', |
|
| 106 | + 'required' => true, |
|
| 107 | + ), |
|
| 108 | + 'skuId' => array( |
|
| 109 | + 'location' => 'path', |
|
| 110 | + 'type' => 'string', |
|
| 111 | + 'required' => true, |
|
| 112 | + ), |
|
| 113 | + ), |
|
| 114 | + ),'listForProduct' => array( |
|
| 115 | + 'path' => '{productId}/users', |
|
| 116 | + 'httpMethod' => 'GET', |
|
| 117 | + 'parameters' => array( |
|
| 118 | + 'productId' => array( |
|
| 119 | + 'location' => 'path', |
|
| 120 | + 'type' => 'string', |
|
| 121 | + 'required' => true, |
|
| 122 | + ), |
|
| 123 | + 'customerId' => array( |
|
| 124 | + 'location' => 'query', |
|
| 125 | + 'type' => 'string', |
|
| 126 | + 'required' => true, |
|
| 127 | + ), |
|
| 128 | + 'pageToken' => array( |
|
| 129 | + 'location' => 'query', |
|
| 130 | + 'type' => 'string', |
|
| 131 | + ), |
|
| 132 | + 'maxResults' => array( |
|
| 133 | + 'location' => 'query', |
|
| 134 | + 'type' => 'integer', |
|
| 135 | + ), |
|
| 136 | + ), |
|
| 137 | + ),'listForProductAndSku' => array( |
|
| 138 | + 'path' => '{productId}/sku/{skuId}/users', |
|
| 139 | + 'httpMethod' => 'GET', |
|
| 140 | + 'parameters' => array( |
|
| 141 | + 'productId' => array( |
|
| 142 | + 'location' => 'path', |
|
| 143 | + 'type' => 'string', |
|
| 144 | + 'required' => true, |
|
| 145 | + ), |
|
| 146 | + 'skuId' => array( |
|
| 147 | + 'location' => 'path', |
|
| 148 | + 'type' => 'string', |
|
| 149 | + 'required' => true, |
|
| 150 | + ), |
|
| 151 | + 'customerId' => array( |
|
| 152 | + 'location' => 'query', |
|
| 153 | + 'type' => 'string', |
|
| 154 | + 'required' => true, |
|
| 155 | + ), |
|
| 156 | + 'pageToken' => array( |
|
| 157 | + 'location' => 'query', |
|
| 158 | + 'type' => 'string', |
|
| 159 | + ), |
|
| 160 | + 'maxResults' => array( |
|
| 161 | + 'location' => 'query', |
|
| 162 | + 'type' => 'integer', |
|
| 163 | + ), |
|
| 164 | + ), |
|
| 165 | + ),'patch' => array( |
|
| 166 | + 'path' => '{productId}/sku/{skuId}/user/{userId}', |
|
| 167 | + 'httpMethod' => 'PATCH', |
|
| 168 | + 'parameters' => array( |
|
| 169 | + 'productId' => array( |
|
| 170 | + 'location' => 'path', |
|
| 171 | + 'type' => 'string', |
|
| 172 | + 'required' => true, |
|
| 173 | + ), |
|
| 174 | + 'skuId' => array( |
|
| 175 | + 'location' => 'path', |
|
| 176 | + 'type' => 'string', |
|
| 177 | + 'required' => true, |
|
| 178 | + ), |
|
| 179 | + 'userId' => array( |
|
| 180 | + 'location' => 'path', |
|
| 181 | + 'type' => 'string', |
|
| 182 | + 'required' => true, |
|
| 183 | + ), |
|
| 184 | + ), |
|
| 185 | + ),'update' => array( |
|
| 186 | + 'path' => '{productId}/sku/{skuId}/user/{userId}', |
|
| 187 | + 'httpMethod' => 'PUT', |
|
| 188 | + 'parameters' => array( |
|
| 189 | + 'productId' => array( |
|
| 190 | + 'location' => 'path', |
|
| 191 | + 'type' => 'string', |
|
| 192 | + 'required' => true, |
|
| 193 | + ), |
|
| 194 | + 'skuId' => array( |
|
| 195 | + 'location' => 'path', |
|
| 196 | + 'type' => 'string', |
|
| 197 | + 'required' => true, |
|
| 198 | + ), |
|
| 199 | + 'userId' => array( |
|
| 200 | + 'location' => 'path', |
|
| 201 | + 'type' => 'string', |
|
| 202 | + 'required' => true, |
|
| 203 | + ), |
|
| 204 | + ), |
|
| 205 | + ), |
|
| 206 | + ) |
|
| 207 | + ) |
|
| 208 | + ); |
|
| 209 | 209 | } |
| 210 | 210 | } |
| 211 | 211 | |
@@ -231,9 +231,9 @@ discard block |
||
| 231 | 231 | */ |
| 232 | 232 | public function delete($productId, $skuId, $userId, $optParams = array()) |
| 233 | 233 | { |
| 234 | - $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId); |
|
| 235 | - $params = array_merge($params, $optParams); |
|
| 236 | - return $this->call('delete', array($params)); |
|
| 234 | + $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId); |
|
| 235 | + $params = array_merge($params, $optParams); |
|
| 236 | + return $this->call('delete', array($params)); |
|
| 237 | 237 | } |
| 238 | 238 | |
| 239 | 239 | /** |
@@ -248,9 +248,9 @@ discard block |
||
| 248 | 248 | */ |
| 249 | 249 | public function get($productId, $skuId, $userId, $optParams = array()) |
| 250 | 250 | { |
| 251 | - $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId); |
|
| 252 | - $params = array_merge($params, $optParams); |
|
| 253 | - return $this->call('get', array($params), "Google_Service_Licensing_LicenseAssignment"); |
|
| 251 | + $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId); |
|
| 252 | + $params = array_merge($params, $optParams); |
|
| 253 | + return $this->call('get', array($params), "Google_Service_Licensing_LicenseAssignment"); |
|
| 254 | 254 | } |
| 255 | 255 | |
| 256 | 256 | /** |
@@ -264,9 +264,9 @@ discard block |
||
| 264 | 264 | */ |
| 265 | 265 | public function insert($productId, $skuId, Google_Service_Licensing_LicenseAssignmentInsert $postBody, $optParams = array()) |
| 266 | 266 | { |
| 267 | - $params = array('productId' => $productId, 'skuId' => $skuId, 'postBody' => $postBody); |
|
| 268 | - $params = array_merge($params, $optParams); |
|
| 269 | - return $this->call('insert', array($params), "Google_Service_Licensing_LicenseAssignment"); |
|
| 267 | + $params = array('productId' => $productId, 'skuId' => $skuId, 'postBody' => $postBody); |
|
| 268 | + $params = array_merge($params, $optParams); |
|
| 269 | + return $this->call('insert', array($params), "Google_Service_Licensing_LicenseAssignment"); |
|
| 270 | 270 | } |
| 271 | 271 | |
| 272 | 272 | /** |
@@ -286,9 +286,9 @@ discard block |
||
| 286 | 286 | */ |
| 287 | 287 | public function listForProduct($productId, $customerId, $optParams = array()) |
| 288 | 288 | { |
| 289 | - $params = array('productId' => $productId, 'customerId' => $customerId); |
|
| 290 | - $params = array_merge($params, $optParams); |
|
| 291 | - return $this->call('listForProduct', array($params), "Google_Service_Licensing_LicenseAssignmentList"); |
|
| 289 | + $params = array('productId' => $productId, 'customerId' => $customerId); |
|
| 290 | + $params = array_merge($params, $optParams); |
|
| 291 | + return $this->call('listForProduct', array($params), "Google_Service_Licensing_LicenseAssignmentList"); |
|
| 292 | 292 | } |
| 293 | 293 | |
| 294 | 294 | /** |
@@ -309,9 +309,9 @@ discard block |
||
| 309 | 309 | */ |
| 310 | 310 | public function listForProductAndSku($productId, $skuId, $customerId, $optParams = array()) |
| 311 | 311 | { |
| 312 | - $params = array('productId' => $productId, 'skuId' => $skuId, 'customerId' => $customerId); |
|
| 313 | - $params = array_merge($params, $optParams); |
|
| 314 | - return $this->call('listForProductAndSku', array($params), "Google_Service_Licensing_LicenseAssignmentList"); |
|
| 312 | + $params = array('productId' => $productId, 'skuId' => $skuId, 'customerId' => $customerId); |
|
| 313 | + $params = array_merge($params, $optParams); |
|
| 314 | + return $this->call('listForProductAndSku', array($params), "Google_Service_Licensing_LicenseAssignmentList"); |
|
| 315 | 315 | } |
| 316 | 316 | |
| 317 | 317 | /** |
@@ -327,9 +327,9 @@ discard block |
||
| 327 | 327 | */ |
| 328 | 328 | public function patch($productId, $skuId, $userId, Google_Service_Licensing_LicenseAssignment $postBody, $optParams = array()) |
| 329 | 329 | { |
| 330 | - $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId, 'postBody' => $postBody); |
|
| 331 | - $params = array_merge($params, $optParams); |
|
| 332 | - return $this->call('patch', array($params), "Google_Service_Licensing_LicenseAssignment"); |
|
| 330 | + $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId, 'postBody' => $postBody); |
|
| 331 | + $params = array_merge($params, $optParams); |
|
| 332 | + return $this->call('patch', array($params), "Google_Service_Licensing_LicenseAssignment"); |
|
| 333 | 333 | } |
| 334 | 334 | |
| 335 | 335 | /** |
@@ -344,9 +344,9 @@ discard block |
||
| 344 | 344 | */ |
| 345 | 345 | public function update($productId, $skuId, $userId, Google_Service_Licensing_LicenseAssignment $postBody, $optParams = array()) |
| 346 | 346 | { |
| 347 | - $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId, 'postBody' => $postBody); |
|
| 348 | - $params = array_merge($params, $optParams); |
|
| 349 | - return $this->call('update', array($params), "Google_Service_Licensing_LicenseAssignment"); |
|
| 347 | + $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId, 'postBody' => $postBody); |
|
| 348 | + $params = array_merge($params, $optParams); |
|
| 349 | + return $this->call('update', array($params), "Google_Service_Licensing_LicenseAssignment"); |
|
| 350 | 350 | } |
| 351 | 351 | } |
| 352 | 352 | |
@@ -367,51 +367,51 @@ discard block |
||
| 367 | 367 | |
| 368 | 368 | public function setEtags($etags) |
| 369 | 369 | { |
| 370 | - $this->etags = $etags; |
|
| 370 | + $this->etags = $etags; |
|
| 371 | 371 | } |
| 372 | 372 | public function getEtags() |
| 373 | 373 | { |
| 374 | - return $this->etags; |
|
| 374 | + return $this->etags; |
|
| 375 | 375 | } |
| 376 | 376 | public function setKind($kind) |
| 377 | 377 | { |
| 378 | - $this->kind = $kind; |
|
| 378 | + $this->kind = $kind; |
|
| 379 | 379 | } |
| 380 | 380 | public function getKind() |
| 381 | 381 | { |
| 382 | - return $this->kind; |
|
| 382 | + return $this->kind; |
|
| 383 | 383 | } |
| 384 | 384 | public function setProductId($productId) |
| 385 | 385 | { |
| 386 | - $this->productId = $productId; |
|
| 386 | + $this->productId = $productId; |
|
| 387 | 387 | } |
| 388 | 388 | public function getProductId() |
| 389 | 389 | { |
| 390 | - return $this->productId; |
|
| 390 | + return $this->productId; |
|
| 391 | 391 | } |
| 392 | 392 | public function setSelfLink($selfLink) |
| 393 | 393 | { |
| 394 | - $this->selfLink = $selfLink; |
|
| 394 | + $this->selfLink = $selfLink; |
|
| 395 | 395 | } |
| 396 | 396 | public function getSelfLink() |
| 397 | 397 | { |
| 398 | - return $this->selfLink; |
|
| 398 | + return $this->selfLink; |
|
| 399 | 399 | } |
| 400 | 400 | public function setSkuId($skuId) |
| 401 | 401 | { |
| 402 | - $this->skuId = $skuId; |
|
| 402 | + $this->skuId = $skuId; |
|
| 403 | 403 | } |
| 404 | 404 | public function getSkuId() |
| 405 | 405 | { |
| 406 | - return $this->skuId; |
|
| 406 | + return $this->skuId; |
|
| 407 | 407 | } |
| 408 | 408 | public function setUserId($userId) |
| 409 | 409 | { |
| 410 | - $this->userId = $userId; |
|
| 410 | + $this->userId = $userId; |
|
| 411 | 411 | } |
| 412 | 412 | public function getUserId() |
| 413 | 413 | { |
| 414 | - return $this->userId; |
|
| 414 | + return $this->userId; |
|
| 415 | 415 | } |
| 416 | 416 | } |
| 417 | 417 | |
@@ -424,11 +424,11 @@ discard block |
||
| 424 | 424 | |
| 425 | 425 | public function setUserId($userId) |
| 426 | 426 | { |
| 427 | - $this->userId = $userId; |
|
| 427 | + $this->userId = $userId; |
|
| 428 | 428 | } |
| 429 | 429 | public function getUserId() |
| 430 | 430 | { |
| 431 | - return $this->userId; |
|
| 431 | + return $this->userId; |
|
| 432 | 432 | } |
| 433 | 433 | } |
| 434 | 434 | |
@@ -446,34 +446,34 @@ discard block |
||
| 446 | 446 | |
| 447 | 447 | public function setEtag($etag) |
| 448 | 448 | { |
| 449 | - $this->etag = $etag; |
|
| 449 | + $this->etag = $etag; |
|
| 450 | 450 | } |
| 451 | 451 | public function getEtag() |
| 452 | 452 | { |
| 453 | - return $this->etag; |
|
| 453 | + return $this->etag; |
|
| 454 | 454 | } |
| 455 | 455 | public function setItems($items) |
| 456 | 456 | { |
| 457 | - $this->items = $items; |
|
| 457 | + $this->items = $items; |
|
| 458 | 458 | } |
| 459 | 459 | public function getItems() |
| 460 | 460 | { |
| 461 | - return $this->items; |
|
| 461 | + return $this->items; |
|
| 462 | 462 | } |
| 463 | 463 | public function setKind($kind) |
| 464 | 464 | { |
| 465 | - $this->kind = $kind; |
|
| 465 | + $this->kind = $kind; |
|
| 466 | 466 | } |
| 467 | 467 | public function getKind() |
| 468 | 468 | { |
| 469 | - return $this->kind; |
|
| 469 | + return $this->kind; |
|
| 470 | 470 | } |
| 471 | 471 | public function setNextPageToken($nextPageToken) |
| 472 | 472 | { |
| 473 | - $this->nextPageToken = $nextPageToken; |
|
| 473 | + $this->nextPageToken = $nextPageToken; |
|
| 474 | 474 | } |
| 475 | 475 | public function getNextPageToken() |
| 476 | 476 | { |
| 477 | - return $this->nextPageToken; |
|
| 477 | + return $this->nextPageToken; |
|
| 478 | 478 | } |
| 479 | 479 | } |
@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | 'required' => true, |
| 77 | 77 | ), |
| 78 | 78 | ), |
| 79 | - ),'get' => array( |
|
| 79 | + ), 'get' => array( |
|
| 80 | 80 | 'path' => '{productId}/sku/{skuId}/user/{userId}', |
| 81 | 81 | 'httpMethod' => 'GET', |
| 82 | 82 | 'parameters' => array( |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | 'required' => true, |
| 97 | 97 | ), |
| 98 | 98 | ), |
| 99 | - ),'insert' => array( |
|
| 99 | + ), 'insert' => array( |
|
| 100 | 100 | 'path' => '{productId}/sku/{skuId}/user', |
| 101 | 101 | 'httpMethod' => 'POST', |
| 102 | 102 | 'parameters' => array( |
@@ -111,7 +111,7 @@ discard block |
||
| 111 | 111 | 'required' => true, |
| 112 | 112 | ), |
| 113 | 113 | ), |
| 114 | - ),'listForProduct' => array( |
|
| 114 | + ), 'listForProduct' => array( |
|
| 115 | 115 | 'path' => '{productId}/users', |
| 116 | 116 | 'httpMethod' => 'GET', |
| 117 | 117 | 'parameters' => array( |
@@ -134,7 +134,7 @@ discard block |
||
| 134 | 134 | 'type' => 'integer', |
| 135 | 135 | ), |
| 136 | 136 | ), |
| 137 | - ),'listForProductAndSku' => array( |
|
| 137 | + ), 'listForProductAndSku' => array( |
|
| 138 | 138 | 'path' => '{productId}/sku/{skuId}/users', |
| 139 | 139 | 'httpMethod' => 'GET', |
| 140 | 140 | 'parameters' => array( |
@@ -162,7 +162,7 @@ discard block |
||
| 162 | 162 | 'type' => 'integer', |
| 163 | 163 | ), |
| 164 | 164 | ), |
| 165 | - ),'patch' => array( |
|
| 165 | + ), 'patch' => array( |
|
| 166 | 166 | 'path' => '{productId}/sku/{skuId}/user/{userId}', |
| 167 | 167 | 'httpMethod' => 'PATCH', |
| 168 | 168 | 'parameters' => array( |
@@ -182,7 +182,7 @@ discard block |
||
| 182 | 182 | 'required' => true, |
| 183 | 183 | ), |
| 184 | 184 | ), |
| 185 | - ),'update' => array( |
|
| 185 | + ), 'update' => array( |
|
| 186 | 186 | 'path' => '{productId}/sku/{skuId}/user/{userId}', |
| 187 | 187 | 'httpMethod' => 'PUT', |
| 188 | 188 | 'parameters' => array( |