@@ -44,120 +44,120 @@ 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 = 'civicinfo/v2/'; |
|
| 50 | - $this->version = 'v2'; |
|
| 51 | - $this->serviceName = 'civicinfo'; |
|
| 52 | - |
|
| 53 | - $this->divisions = new Google_Service_CivicInfo_Divisions_Resource( |
|
| 54 | - $this, |
|
| 55 | - $this->serviceName, |
|
| 56 | - 'divisions', |
|
| 57 | - array( |
|
| 58 | - 'methods' => array( |
|
| 59 | - 'search' => array( |
|
| 60 | - 'path' => 'divisions', |
|
| 61 | - 'httpMethod' => 'GET', |
|
| 62 | - 'parameters' => array( |
|
| 63 | - 'query' => array( |
|
| 64 | - 'location' => 'query', |
|
| 65 | - 'type' => 'string', |
|
| 66 | - ), |
|
| 67 | - ), |
|
| 68 | - ), |
|
| 69 | - ) |
|
| 70 | - ) |
|
| 71 | - ); |
|
| 72 | - $this->elections = new Google_Service_CivicInfo_Elections_Resource( |
|
| 73 | - $this, |
|
| 74 | - $this->serviceName, |
|
| 75 | - 'elections', |
|
| 76 | - array( |
|
| 77 | - 'methods' => array( |
|
| 78 | - 'electionQuery' => array( |
|
| 79 | - 'path' => 'elections', |
|
| 80 | - 'httpMethod' => 'GET', |
|
| 81 | - 'parameters' => array(), |
|
| 82 | - ),'voterInfoQuery' => array( |
|
| 83 | - 'path' => 'voterinfo', |
|
| 84 | - 'httpMethod' => 'GET', |
|
| 85 | - 'parameters' => array( |
|
| 86 | - 'address' => array( |
|
| 87 | - 'location' => 'query', |
|
| 88 | - 'type' => 'string', |
|
| 89 | - 'required' => true, |
|
| 90 | - ), |
|
| 91 | - 'electionId' => array( |
|
| 92 | - 'location' => 'query', |
|
| 93 | - 'type' => 'string', |
|
| 94 | - ), |
|
| 95 | - 'officialOnly' => array( |
|
| 96 | - 'location' => 'query', |
|
| 97 | - 'type' => 'boolean', |
|
| 98 | - ), |
|
| 99 | - ), |
|
| 100 | - ), |
|
| 101 | - ) |
|
| 102 | - ) |
|
| 103 | - ); |
|
| 104 | - $this->representatives = new Google_Service_CivicInfo_Representatives_Resource( |
|
| 105 | - $this, |
|
| 106 | - $this->serviceName, |
|
| 107 | - 'representatives', |
|
| 108 | - array( |
|
| 109 | - 'methods' => array( |
|
| 110 | - 'representativeInfoByAddress' => array( |
|
| 111 | - 'path' => 'representatives', |
|
| 112 | - 'httpMethod' => 'GET', |
|
| 113 | - 'parameters' => array( |
|
| 114 | - 'includeOffices' => array( |
|
| 115 | - 'location' => 'query', |
|
| 116 | - 'type' => 'boolean', |
|
| 117 | - ), |
|
| 118 | - 'levels' => array( |
|
| 119 | - 'location' => 'query', |
|
| 120 | - 'type' => 'string', |
|
| 121 | - 'repeated' => true, |
|
| 122 | - ), |
|
| 123 | - 'roles' => array( |
|
| 124 | - 'location' => 'query', |
|
| 125 | - 'type' => 'string', |
|
| 126 | - 'repeated' => true, |
|
| 127 | - ), |
|
| 128 | - 'address' => array( |
|
| 129 | - 'location' => 'query', |
|
| 130 | - 'type' => 'string', |
|
| 131 | - ), |
|
| 132 | - ), |
|
| 133 | - ),'representativeInfoByDivision' => array( |
|
| 134 | - 'path' => 'representatives/{ocdId}', |
|
| 135 | - 'httpMethod' => 'GET', |
|
| 136 | - 'parameters' => array( |
|
| 137 | - 'ocdId' => array( |
|
| 138 | - 'location' => 'path', |
|
| 139 | - 'type' => 'string', |
|
| 140 | - 'required' => true, |
|
| 141 | - ), |
|
| 142 | - 'levels' => array( |
|
| 143 | - 'location' => 'query', |
|
| 144 | - 'type' => 'string', |
|
| 145 | - 'repeated' => true, |
|
| 146 | - ), |
|
| 147 | - 'recursive' => array( |
|
| 148 | - 'location' => 'query', |
|
| 149 | - 'type' => 'boolean', |
|
| 150 | - ), |
|
| 151 | - 'roles' => array( |
|
| 152 | - 'location' => 'query', |
|
| 153 | - 'type' => 'string', |
|
| 154 | - 'repeated' => true, |
|
| 155 | - ), |
|
| 156 | - ), |
|
| 157 | - ), |
|
| 158 | - ) |
|
| 159 | - ) |
|
| 160 | - ); |
|
| 47 | + parent::__construct($client); |
|
| 48 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 49 | + $this->servicePath = 'civicinfo/v2/'; |
|
| 50 | + $this->version = 'v2'; |
|
| 51 | + $this->serviceName = 'civicinfo'; |
|
| 52 | + |
|
| 53 | + $this->divisions = new Google_Service_CivicInfo_Divisions_Resource( |
|
| 54 | + $this, |
|
| 55 | + $this->serviceName, |
|
| 56 | + 'divisions', |
|
| 57 | + array( |
|
| 58 | + 'methods' => array( |
|
| 59 | + 'search' => array( |
|
| 60 | + 'path' => 'divisions', |
|
| 61 | + 'httpMethod' => 'GET', |
|
| 62 | + 'parameters' => array( |
|
| 63 | + 'query' => array( |
|
| 64 | + 'location' => 'query', |
|
| 65 | + 'type' => 'string', |
|
| 66 | + ), |
|
| 67 | + ), |
|
| 68 | + ), |
|
| 69 | + ) |
|
| 70 | + ) |
|
| 71 | + ); |
|
| 72 | + $this->elections = new Google_Service_CivicInfo_Elections_Resource( |
|
| 73 | + $this, |
|
| 74 | + $this->serviceName, |
|
| 75 | + 'elections', |
|
| 76 | + array( |
|
| 77 | + 'methods' => array( |
|
| 78 | + 'electionQuery' => array( |
|
| 79 | + 'path' => 'elections', |
|
| 80 | + 'httpMethod' => 'GET', |
|
| 81 | + 'parameters' => array(), |
|
| 82 | + ),'voterInfoQuery' => array( |
|
| 83 | + 'path' => 'voterinfo', |
|
| 84 | + 'httpMethod' => 'GET', |
|
| 85 | + 'parameters' => array( |
|
| 86 | + 'address' => array( |
|
| 87 | + 'location' => 'query', |
|
| 88 | + 'type' => 'string', |
|
| 89 | + 'required' => true, |
|
| 90 | + ), |
|
| 91 | + 'electionId' => array( |
|
| 92 | + 'location' => 'query', |
|
| 93 | + 'type' => 'string', |
|
| 94 | + ), |
|
| 95 | + 'officialOnly' => array( |
|
| 96 | + 'location' => 'query', |
|
| 97 | + 'type' => 'boolean', |
|
| 98 | + ), |
|
| 99 | + ), |
|
| 100 | + ), |
|
| 101 | + ) |
|
| 102 | + ) |
|
| 103 | + ); |
|
| 104 | + $this->representatives = new Google_Service_CivicInfo_Representatives_Resource( |
|
| 105 | + $this, |
|
| 106 | + $this->serviceName, |
|
| 107 | + 'representatives', |
|
| 108 | + array( |
|
| 109 | + 'methods' => array( |
|
| 110 | + 'representativeInfoByAddress' => array( |
|
| 111 | + 'path' => 'representatives', |
|
| 112 | + 'httpMethod' => 'GET', |
|
| 113 | + 'parameters' => array( |
|
| 114 | + 'includeOffices' => array( |
|
| 115 | + 'location' => 'query', |
|
| 116 | + 'type' => 'boolean', |
|
| 117 | + ), |
|
| 118 | + 'levels' => array( |
|
| 119 | + 'location' => 'query', |
|
| 120 | + 'type' => 'string', |
|
| 121 | + 'repeated' => true, |
|
| 122 | + ), |
|
| 123 | + 'roles' => array( |
|
| 124 | + 'location' => 'query', |
|
| 125 | + 'type' => 'string', |
|
| 126 | + 'repeated' => true, |
|
| 127 | + ), |
|
| 128 | + 'address' => array( |
|
| 129 | + 'location' => 'query', |
|
| 130 | + 'type' => 'string', |
|
| 131 | + ), |
|
| 132 | + ), |
|
| 133 | + ),'representativeInfoByDivision' => array( |
|
| 134 | + 'path' => 'representatives/{ocdId}', |
|
| 135 | + 'httpMethod' => 'GET', |
|
| 136 | + 'parameters' => array( |
|
| 137 | + 'ocdId' => array( |
|
| 138 | + 'location' => 'path', |
|
| 139 | + 'type' => 'string', |
|
| 140 | + 'required' => true, |
|
| 141 | + ), |
|
| 142 | + 'levels' => array( |
|
| 143 | + 'location' => 'query', |
|
| 144 | + 'type' => 'string', |
|
| 145 | + 'repeated' => true, |
|
| 146 | + ), |
|
| 147 | + 'recursive' => array( |
|
| 148 | + 'location' => 'query', |
|
| 149 | + 'type' => 'boolean', |
|
| 150 | + ), |
|
| 151 | + 'roles' => array( |
|
| 152 | + 'location' => 'query', |
|
| 153 | + 'type' => 'string', |
|
| 154 | + 'repeated' => true, |
|
| 155 | + ), |
|
| 156 | + ), |
|
| 157 | + ), |
|
| 158 | + ) |
|
| 159 | + ) |
|
| 160 | + ); |
|
| 161 | 161 | } |
| 162 | 162 | } |
| 163 | 163 | |
@@ -188,9 +188,9 @@ discard block |
||
| 188 | 188 | */ |
| 189 | 189 | public function search($optParams = array()) |
| 190 | 190 | { |
| 191 | - $params = array(); |
|
| 192 | - $params = array_merge($params, $optParams); |
|
| 193 | - return $this->call('search', array($params), "Google_Service_CivicInfo_DivisionSearchResponse"); |
|
| 191 | + $params = array(); |
|
| 192 | + $params = array_merge($params, $optParams); |
|
| 193 | + return $this->call('search', array($params), "Google_Service_CivicInfo_DivisionSearchResponse"); |
|
| 194 | 194 | } |
| 195 | 195 | } |
| 196 | 196 | |
@@ -213,9 +213,9 @@ discard block |
||
| 213 | 213 | */ |
| 214 | 214 | public function electionQuery($optParams = array()) |
| 215 | 215 | { |
| 216 | - $params = array(); |
|
| 217 | - $params = array_merge($params, $optParams); |
|
| 218 | - return $this->call('electionQuery', array($params), "Google_Service_CivicInfo_ElectionsQueryResponse"); |
|
| 216 | + $params = array(); |
|
| 217 | + $params = array_merge($params, $optParams); |
|
| 218 | + return $this->call('electionQuery', array($params), "Google_Service_CivicInfo_ElectionsQueryResponse"); |
|
| 219 | 219 | } |
| 220 | 220 | |
| 221 | 221 | /** |
@@ -234,9 +234,9 @@ discard block |
||
| 234 | 234 | */ |
| 235 | 235 | public function voterInfoQuery($address, $optParams = array()) |
| 236 | 236 | { |
| 237 | - $params = array('address' => $address); |
|
| 238 | - $params = array_merge($params, $optParams); |
|
| 239 | - return $this->call('voterInfoQuery', array($params), "Google_Service_CivicInfo_VoterInfoResponse"); |
|
| 237 | + $params = array('address' => $address); |
|
| 238 | + $params = array_merge($params, $optParams); |
|
| 239 | + return $this->call('voterInfoQuery', array($params), "Google_Service_CivicInfo_VoterInfoResponse"); |
|
| 240 | 240 | } |
| 241 | 241 | } |
| 242 | 242 | |
@@ -272,9 +272,9 @@ discard block |
||
| 272 | 272 | */ |
| 273 | 273 | public function representativeInfoByAddress($optParams = array()) |
| 274 | 274 | { |
| 275 | - $params = array(); |
|
| 276 | - $params = array_merge($params, $optParams); |
|
| 277 | - return $this->call('representativeInfoByAddress', array($params), "Google_Service_CivicInfo_RepresentativeInfoResponse"); |
|
| 275 | + $params = array(); |
|
| 276 | + $params = array_merge($params, $optParams); |
|
| 277 | + return $this->call('representativeInfoByAddress', array($params), "Google_Service_CivicInfo_RepresentativeInfoResponse"); |
|
| 278 | 278 | } |
| 279 | 279 | |
| 280 | 280 | /** |
@@ -299,9 +299,9 @@ discard block |
||
| 299 | 299 | */ |
| 300 | 300 | public function representativeInfoByDivision($ocdId, $optParams = array()) |
| 301 | 301 | { |
| 302 | - $params = array('ocdId' => $ocdId); |
|
| 303 | - $params = array_merge($params, $optParams); |
|
| 304 | - return $this->call('representativeInfoByDivision', array($params), "Google_Service_CivicInfo_RepresentativeInfoData"); |
|
| 302 | + $params = array('ocdId' => $ocdId); |
|
| 303 | + $params = array_merge($params, $optParams); |
|
| 304 | + return $this->call('representativeInfoByDivision', array($params), "Google_Service_CivicInfo_RepresentativeInfoData"); |
|
| 305 | 305 | } |
| 306 | 306 | } |
| 307 | 307 | |
@@ -312,7 +312,7 @@ discard block |
||
| 312 | 312 | { |
| 313 | 313 | protected $collection_key = 'sources'; |
| 314 | 314 | protected $internal_gapi_mappings = array( |
| 315 | - "localJurisdiction" => "local_jurisdiction", |
|
| 315 | + "localJurisdiction" => "local_jurisdiction", |
|
| 316 | 316 | ); |
| 317 | 317 | protected $electionAdministrationBodyType = 'Google_Service_CivicInfo_AdministrativeBody'; |
| 318 | 318 | protected $electionAdministrationBodyDataType = ''; |
@@ -326,43 +326,43 @@ discard block |
||
| 326 | 326 | |
| 327 | 327 | public function setElectionAdministrationBody(Google_Service_CivicInfo_AdministrativeBody $electionAdministrationBody) |
| 328 | 328 | { |
| 329 | - $this->electionAdministrationBody = $electionAdministrationBody; |
|
| 329 | + $this->electionAdministrationBody = $electionAdministrationBody; |
|
| 330 | 330 | } |
| 331 | 331 | public function getElectionAdministrationBody() |
| 332 | 332 | { |
| 333 | - return $this->electionAdministrationBody; |
|
| 333 | + return $this->electionAdministrationBody; |
|
| 334 | 334 | } |
| 335 | 335 | public function setId($id) |
| 336 | 336 | { |
| 337 | - $this->id = $id; |
|
| 337 | + $this->id = $id; |
|
| 338 | 338 | } |
| 339 | 339 | public function getId() |
| 340 | 340 | { |
| 341 | - return $this->id; |
|
| 341 | + return $this->id; |
|
| 342 | 342 | } |
| 343 | 343 | public function setLocalJurisdiction(Google_Service_CivicInfo_AdministrationRegion $localJurisdiction) |
| 344 | 344 | { |
| 345 | - $this->localJurisdiction = $localJurisdiction; |
|
| 345 | + $this->localJurisdiction = $localJurisdiction; |
|
| 346 | 346 | } |
| 347 | 347 | public function getLocalJurisdiction() |
| 348 | 348 | { |
| 349 | - return $this->localJurisdiction; |
|
| 349 | + return $this->localJurisdiction; |
|
| 350 | 350 | } |
| 351 | 351 | public function setName($name) |
| 352 | 352 | { |
| 353 | - $this->name = $name; |
|
| 353 | + $this->name = $name; |
|
| 354 | 354 | } |
| 355 | 355 | public function getName() |
| 356 | 356 | { |
| 357 | - return $this->name; |
|
| 357 | + return $this->name; |
|
| 358 | 358 | } |
| 359 | 359 | public function setSources($sources) |
| 360 | 360 | { |
| 361 | - $this->sources = $sources; |
|
| 361 | + $this->sources = $sources; |
|
| 362 | 362 | } |
| 363 | 363 | public function getSources() |
| 364 | 364 | { |
| 365 | - return $this->sources; |
|
| 365 | + return $this->sources; |
|
| 366 | 366 | } |
| 367 | 367 | } |
| 368 | 368 | |
@@ -370,7 +370,7 @@ discard block |
||
| 370 | 370 | { |
| 371 | 371 | protected $collection_key = 'voter_services'; |
| 372 | 372 | protected $internal_gapi_mappings = array( |
| 373 | - "voterServices" => "voter_services", |
|
| 373 | + "voterServices" => "voter_services", |
|
| 374 | 374 | ); |
| 375 | 375 | public $absenteeVotingInfoUrl; |
| 376 | 376 | public $ballotInfoUrl; |
@@ -392,107 +392,107 @@ discard block |
||
| 392 | 392 | |
| 393 | 393 | public function setAbsenteeVotingInfoUrl($absenteeVotingInfoUrl) |
| 394 | 394 | { |
| 395 | - $this->absenteeVotingInfoUrl = $absenteeVotingInfoUrl; |
|
| 395 | + $this->absenteeVotingInfoUrl = $absenteeVotingInfoUrl; |
|
| 396 | 396 | } |
| 397 | 397 | public function getAbsenteeVotingInfoUrl() |
| 398 | 398 | { |
| 399 | - return $this->absenteeVotingInfoUrl; |
|
| 399 | + return $this->absenteeVotingInfoUrl; |
|
| 400 | 400 | } |
| 401 | 401 | public function setBallotInfoUrl($ballotInfoUrl) |
| 402 | 402 | { |
| 403 | - $this->ballotInfoUrl = $ballotInfoUrl; |
|
| 403 | + $this->ballotInfoUrl = $ballotInfoUrl; |
|
| 404 | 404 | } |
| 405 | 405 | public function getBallotInfoUrl() |
| 406 | 406 | { |
| 407 | - return $this->ballotInfoUrl; |
|
| 407 | + return $this->ballotInfoUrl; |
|
| 408 | 408 | } |
| 409 | 409 | public function setCorrespondenceAddress(Google_Service_CivicInfo_SimpleAddressType $correspondenceAddress) |
| 410 | 410 | { |
| 411 | - $this->correspondenceAddress = $correspondenceAddress; |
|
| 411 | + $this->correspondenceAddress = $correspondenceAddress; |
|
| 412 | 412 | } |
| 413 | 413 | public function getCorrespondenceAddress() |
| 414 | 414 | { |
| 415 | - return $this->correspondenceAddress; |
|
| 415 | + return $this->correspondenceAddress; |
|
| 416 | 416 | } |
| 417 | 417 | public function setElectionInfoUrl($electionInfoUrl) |
| 418 | 418 | { |
| 419 | - $this->electionInfoUrl = $electionInfoUrl; |
|
| 419 | + $this->electionInfoUrl = $electionInfoUrl; |
|
| 420 | 420 | } |
| 421 | 421 | public function getElectionInfoUrl() |
| 422 | 422 | { |
| 423 | - return $this->electionInfoUrl; |
|
| 423 | + return $this->electionInfoUrl; |
|
| 424 | 424 | } |
| 425 | 425 | public function setElectionOfficials($electionOfficials) |
| 426 | 426 | { |
| 427 | - $this->electionOfficials = $electionOfficials; |
|
| 427 | + $this->electionOfficials = $electionOfficials; |
|
| 428 | 428 | } |
| 429 | 429 | public function getElectionOfficials() |
| 430 | 430 | { |
| 431 | - return $this->electionOfficials; |
|
| 431 | + return $this->electionOfficials; |
|
| 432 | 432 | } |
| 433 | 433 | public function setElectionRegistrationConfirmationUrl($electionRegistrationConfirmationUrl) |
| 434 | 434 | { |
| 435 | - $this->electionRegistrationConfirmationUrl = $electionRegistrationConfirmationUrl; |
|
| 435 | + $this->electionRegistrationConfirmationUrl = $electionRegistrationConfirmationUrl; |
|
| 436 | 436 | } |
| 437 | 437 | public function getElectionRegistrationConfirmationUrl() |
| 438 | 438 | { |
| 439 | - return $this->electionRegistrationConfirmationUrl; |
|
| 439 | + return $this->electionRegistrationConfirmationUrl; |
|
| 440 | 440 | } |
| 441 | 441 | public function setElectionRegistrationUrl($electionRegistrationUrl) |
| 442 | 442 | { |
| 443 | - $this->electionRegistrationUrl = $electionRegistrationUrl; |
|
| 443 | + $this->electionRegistrationUrl = $electionRegistrationUrl; |
|
| 444 | 444 | } |
| 445 | 445 | public function getElectionRegistrationUrl() |
| 446 | 446 | { |
| 447 | - return $this->electionRegistrationUrl; |
|
| 447 | + return $this->electionRegistrationUrl; |
|
| 448 | 448 | } |
| 449 | 449 | public function setElectionRulesUrl($electionRulesUrl) |
| 450 | 450 | { |
| 451 | - $this->electionRulesUrl = $electionRulesUrl; |
|
| 451 | + $this->electionRulesUrl = $electionRulesUrl; |
|
| 452 | 452 | } |
| 453 | 453 | public function getElectionRulesUrl() |
| 454 | 454 | { |
| 455 | - return $this->electionRulesUrl; |
|
| 455 | + return $this->electionRulesUrl; |
|
| 456 | 456 | } |
| 457 | 457 | public function setHoursOfOperation($hoursOfOperation) |
| 458 | 458 | { |
| 459 | - $this->hoursOfOperation = $hoursOfOperation; |
|
| 459 | + $this->hoursOfOperation = $hoursOfOperation; |
|
| 460 | 460 | } |
| 461 | 461 | public function getHoursOfOperation() |
| 462 | 462 | { |
| 463 | - return $this->hoursOfOperation; |
|
| 463 | + return $this->hoursOfOperation; |
|
| 464 | 464 | } |
| 465 | 465 | public function setName($name) |
| 466 | 466 | { |
| 467 | - $this->name = $name; |
|
| 467 | + $this->name = $name; |
|
| 468 | 468 | } |
| 469 | 469 | public function getName() |
| 470 | 470 | { |
| 471 | - return $this->name; |
|
| 471 | + return $this->name; |
|
| 472 | 472 | } |
| 473 | 473 | public function setPhysicalAddress(Google_Service_CivicInfo_SimpleAddressType $physicalAddress) |
| 474 | 474 | { |
| 475 | - $this->physicalAddress = $physicalAddress; |
|
| 475 | + $this->physicalAddress = $physicalAddress; |
|
| 476 | 476 | } |
| 477 | 477 | public function getPhysicalAddress() |
| 478 | 478 | { |
| 479 | - return $this->physicalAddress; |
|
| 479 | + return $this->physicalAddress; |
|
| 480 | 480 | } |
| 481 | 481 | public function setVoterServices($voterServices) |
| 482 | 482 | { |
| 483 | - $this->voterServices = $voterServices; |
|
| 483 | + $this->voterServices = $voterServices; |
|
| 484 | 484 | } |
| 485 | 485 | public function getVoterServices() |
| 486 | 486 | { |
| 487 | - return $this->voterServices; |
|
| 487 | + return $this->voterServices; |
|
| 488 | 488 | } |
| 489 | 489 | public function setVotingLocationFinderUrl($votingLocationFinderUrl) |
| 490 | 490 | { |
| 491 | - $this->votingLocationFinderUrl = $votingLocationFinderUrl; |
|
| 491 | + $this->votingLocationFinderUrl = $votingLocationFinderUrl; |
|
| 492 | 492 | } |
| 493 | 493 | public function getVotingLocationFinderUrl() |
| 494 | 494 | { |
| 495 | - return $this->votingLocationFinderUrl; |
|
| 495 | + return $this->votingLocationFinderUrl; |
|
| 496 | 496 | } |
| 497 | 497 | } |
| 498 | 498 | |
@@ -514,67 +514,67 @@ discard block |
||
| 514 | 514 | |
| 515 | 515 | public function setCandidateUrl($candidateUrl) |
| 516 | 516 | { |
| 517 | - $this->candidateUrl = $candidateUrl; |
|
| 517 | + $this->candidateUrl = $candidateUrl; |
|
| 518 | 518 | } |
| 519 | 519 | public function getCandidateUrl() |
| 520 | 520 | { |
| 521 | - return $this->candidateUrl; |
|
| 521 | + return $this->candidateUrl; |
|
| 522 | 522 | } |
| 523 | 523 | public function setChannels($channels) |
| 524 | 524 | { |
| 525 | - $this->channels = $channels; |
|
| 525 | + $this->channels = $channels; |
|
| 526 | 526 | } |
| 527 | 527 | public function getChannels() |
| 528 | 528 | { |
| 529 | - return $this->channels; |
|
| 529 | + return $this->channels; |
|
| 530 | 530 | } |
| 531 | 531 | public function setEmail($email) |
| 532 | 532 | { |
| 533 | - $this->email = $email; |
|
| 533 | + $this->email = $email; |
|
| 534 | 534 | } |
| 535 | 535 | public function getEmail() |
| 536 | 536 | { |
| 537 | - return $this->email; |
|
| 537 | + return $this->email; |
|
| 538 | 538 | } |
| 539 | 539 | public function setName($name) |
| 540 | 540 | { |
| 541 | - $this->name = $name; |
|
| 541 | + $this->name = $name; |
|
| 542 | 542 | } |
| 543 | 543 | public function getName() |
| 544 | 544 | { |
| 545 | - return $this->name; |
|
| 545 | + return $this->name; |
|
| 546 | 546 | } |
| 547 | 547 | public function setOrderOnBallot($orderOnBallot) |
| 548 | 548 | { |
| 549 | - $this->orderOnBallot = $orderOnBallot; |
|
| 549 | + $this->orderOnBallot = $orderOnBallot; |
|
| 550 | 550 | } |
| 551 | 551 | public function getOrderOnBallot() |
| 552 | 552 | { |
| 553 | - return $this->orderOnBallot; |
|
| 553 | + return $this->orderOnBallot; |
|
| 554 | 554 | } |
| 555 | 555 | public function setParty($party) |
| 556 | 556 | { |
| 557 | - $this->party = $party; |
|
| 557 | + $this->party = $party; |
|
| 558 | 558 | } |
| 559 | 559 | public function getParty() |
| 560 | 560 | { |
| 561 | - return $this->party; |
|
| 561 | + return $this->party; |
|
| 562 | 562 | } |
| 563 | 563 | public function setPhone($phone) |
| 564 | 564 | { |
| 565 | - $this->phone = $phone; |
|
| 565 | + $this->phone = $phone; |
|
| 566 | 566 | } |
| 567 | 567 | public function getPhone() |
| 568 | 568 | { |
| 569 | - return $this->phone; |
|
| 569 | + return $this->phone; |
|
| 570 | 570 | } |
| 571 | 571 | public function setPhotoUrl($photoUrl) |
| 572 | 572 | { |
| 573 | - $this->photoUrl = $photoUrl; |
|
| 573 | + $this->photoUrl = $photoUrl; |
|
| 574 | 574 | } |
| 575 | 575 | public function getPhotoUrl() |
| 576 | 576 | { |
| 577 | - return $this->photoUrl; |
|
| 577 | + return $this->photoUrl; |
|
| 578 | 578 | } |
| 579 | 579 | } |
| 580 | 580 | |
@@ -588,19 +588,19 @@ discard block |
||
| 588 | 588 | |
| 589 | 589 | public function setId($id) |
| 590 | 590 | { |
| 591 | - $this->id = $id; |
|
| 591 | + $this->id = $id; |
|
| 592 | 592 | } |
| 593 | 593 | public function getId() |
| 594 | 594 | { |
| 595 | - return $this->id; |
|
| 595 | + return $this->id; |
|
| 596 | 596 | } |
| 597 | 597 | public function setType($type) |
| 598 | 598 | { |
| 599 | - $this->type = $type; |
|
| 599 | + $this->type = $type; |
|
| 600 | 600 | } |
| 601 | 601 | public function getType() |
| 602 | 602 | { |
| 603 | - return $this->type; |
|
| 603 | + return $this->type; |
|
| 604 | 604 | } |
| 605 | 605 | } |
| 606 | 606 | |
@@ -633,139 +633,139 @@ discard block |
||
| 633 | 633 | |
| 634 | 634 | public function setBallotPlacement($ballotPlacement) |
| 635 | 635 | { |
| 636 | - $this->ballotPlacement = $ballotPlacement; |
|
| 636 | + $this->ballotPlacement = $ballotPlacement; |
|
| 637 | 637 | } |
| 638 | 638 | public function getBallotPlacement() |
| 639 | 639 | { |
| 640 | - return $this->ballotPlacement; |
|
| 640 | + return $this->ballotPlacement; |
|
| 641 | 641 | } |
| 642 | 642 | public function setCandidates($candidates) |
| 643 | 643 | { |
| 644 | - $this->candidates = $candidates; |
|
| 644 | + $this->candidates = $candidates; |
|
| 645 | 645 | } |
| 646 | 646 | public function getCandidates() |
| 647 | 647 | { |
| 648 | - return $this->candidates; |
|
| 648 | + return $this->candidates; |
|
| 649 | 649 | } |
| 650 | 650 | public function setDistrict(Google_Service_CivicInfo_ElectoralDistrict $district) |
| 651 | 651 | { |
| 652 | - $this->district = $district; |
|
| 652 | + $this->district = $district; |
|
| 653 | 653 | } |
| 654 | 654 | public function getDistrict() |
| 655 | 655 | { |
| 656 | - return $this->district; |
|
| 656 | + return $this->district; |
|
| 657 | 657 | } |
| 658 | 658 | public function setElectorateSpecifications($electorateSpecifications) |
| 659 | 659 | { |
| 660 | - $this->electorateSpecifications = $electorateSpecifications; |
|
| 660 | + $this->electorateSpecifications = $electorateSpecifications; |
|
| 661 | 661 | } |
| 662 | 662 | public function getElectorateSpecifications() |
| 663 | 663 | { |
| 664 | - return $this->electorateSpecifications; |
|
| 664 | + return $this->electorateSpecifications; |
|
| 665 | 665 | } |
| 666 | 666 | public function setId($id) |
| 667 | 667 | { |
| 668 | - $this->id = $id; |
|
| 668 | + $this->id = $id; |
|
| 669 | 669 | } |
| 670 | 670 | public function getId() |
| 671 | 671 | { |
| 672 | - return $this->id; |
|
| 672 | + return $this->id; |
|
| 673 | 673 | } |
| 674 | 674 | public function setLevel($level) |
| 675 | 675 | { |
| 676 | - $this->level = $level; |
|
| 676 | + $this->level = $level; |
|
| 677 | 677 | } |
| 678 | 678 | public function getLevel() |
| 679 | 679 | { |
| 680 | - return $this->level; |
|
| 680 | + return $this->level; |
|
| 681 | 681 | } |
| 682 | 682 | public function setNumberElected($numberElected) |
| 683 | 683 | { |
| 684 | - $this->numberElected = $numberElected; |
|
| 684 | + $this->numberElected = $numberElected; |
|
| 685 | 685 | } |
| 686 | 686 | public function getNumberElected() |
| 687 | 687 | { |
| 688 | - return $this->numberElected; |
|
| 688 | + return $this->numberElected; |
|
| 689 | 689 | } |
| 690 | 690 | public function setNumberVotingFor($numberVotingFor) |
| 691 | 691 | { |
| 692 | - $this->numberVotingFor = $numberVotingFor; |
|
| 692 | + $this->numberVotingFor = $numberVotingFor; |
|
| 693 | 693 | } |
| 694 | 694 | public function getNumberVotingFor() |
| 695 | 695 | { |
| 696 | - return $this->numberVotingFor; |
|
| 696 | + return $this->numberVotingFor; |
|
| 697 | 697 | } |
| 698 | 698 | public function setOffice($office) |
| 699 | 699 | { |
| 700 | - $this->office = $office; |
|
| 700 | + $this->office = $office; |
|
| 701 | 701 | } |
| 702 | 702 | public function getOffice() |
| 703 | 703 | { |
| 704 | - return $this->office; |
|
| 704 | + return $this->office; |
|
| 705 | 705 | } |
| 706 | 706 | public function setPrimaryParty($primaryParty) |
| 707 | 707 | { |
| 708 | - $this->primaryParty = $primaryParty; |
|
| 708 | + $this->primaryParty = $primaryParty; |
|
| 709 | 709 | } |
| 710 | 710 | public function getPrimaryParty() |
| 711 | 711 | { |
| 712 | - return $this->primaryParty; |
|
| 712 | + return $this->primaryParty; |
|
| 713 | 713 | } |
| 714 | 714 | public function setReferendumSubtitle($referendumSubtitle) |
| 715 | 715 | { |
| 716 | - $this->referendumSubtitle = $referendumSubtitle; |
|
| 716 | + $this->referendumSubtitle = $referendumSubtitle; |
|
| 717 | 717 | } |
| 718 | 718 | public function getReferendumSubtitle() |
| 719 | 719 | { |
| 720 | - return $this->referendumSubtitle; |
|
| 720 | + return $this->referendumSubtitle; |
|
| 721 | 721 | } |
| 722 | 722 | public function setReferendumTitle($referendumTitle) |
| 723 | 723 | { |
| 724 | - $this->referendumTitle = $referendumTitle; |
|
| 724 | + $this->referendumTitle = $referendumTitle; |
|
| 725 | 725 | } |
| 726 | 726 | public function getReferendumTitle() |
| 727 | 727 | { |
| 728 | - return $this->referendumTitle; |
|
| 728 | + return $this->referendumTitle; |
|
| 729 | 729 | } |
| 730 | 730 | public function setReferendumUrl($referendumUrl) |
| 731 | 731 | { |
| 732 | - $this->referendumUrl = $referendumUrl; |
|
| 732 | + $this->referendumUrl = $referendumUrl; |
|
| 733 | 733 | } |
| 734 | 734 | public function getReferendumUrl() |
| 735 | 735 | { |
| 736 | - return $this->referendumUrl; |
|
| 736 | + return $this->referendumUrl; |
|
| 737 | 737 | } |
| 738 | 738 | public function setRoles($roles) |
| 739 | 739 | { |
| 740 | - $this->roles = $roles; |
|
| 740 | + $this->roles = $roles; |
|
| 741 | 741 | } |
| 742 | 742 | public function getRoles() |
| 743 | 743 | { |
| 744 | - return $this->roles; |
|
| 744 | + return $this->roles; |
|
| 745 | 745 | } |
| 746 | 746 | public function setSources($sources) |
| 747 | 747 | { |
| 748 | - $this->sources = $sources; |
|
| 748 | + $this->sources = $sources; |
|
| 749 | 749 | } |
| 750 | 750 | public function getSources() |
| 751 | 751 | { |
| 752 | - return $this->sources; |
|
| 752 | + return $this->sources; |
|
| 753 | 753 | } |
| 754 | 754 | public function setSpecial($special) |
| 755 | 755 | { |
| 756 | - $this->special = $special; |
|
| 756 | + $this->special = $special; |
|
| 757 | 757 | } |
| 758 | 758 | public function getSpecial() |
| 759 | 759 | { |
| 760 | - return $this->special; |
|
| 760 | + return $this->special; |
|
| 761 | 761 | } |
| 762 | 762 | public function setType($type) |
| 763 | 763 | { |
| 764 | - $this->type = $type; |
|
| 764 | + $this->type = $type; |
|
| 765 | 765 | } |
| 766 | 766 | public function getType() |
| 767 | 767 | { |
| 768 | - return $this->type; |
|
| 768 | + return $this->type; |
|
| 769 | 769 | } |
| 770 | 770 | } |
| 771 | 771 | |
@@ -781,19 +781,19 @@ discard block |
||
| 781 | 781 | |
| 782 | 782 | public function setKind($kind) |
| 783 | 783 | { |
| 784 | - $this->kind = $kind; |
|
| 784 | + $this->kind = $kind; |
|
| 785 | 785 | } |
| 786 | 786 | public function getKind() |
| 787 | 787 | { |
| 788 | - return $this->kind; |
|
| 788 | + return $this->kind; |
|
| 789 | 789 | } |
| 790 | 790 | public function setResults($results) |
| 791 | 791 | { |
| 792 | - $this->results = $results; |
|
| 792 | + $this->results = $results; |
|
| 793 | 793 | } |
| 794 | 794 | public function getResults() |
| 795 | 795 | { |
| 796 | - return $this->results; |
|
| 796 | + return $this->results; |
|
| 797 | 797 | } |
| 798 | 798 | } |
| 799 | 799 | |
@@ -809,27 +809,27 @@ discard block |
||
| 809 | 809 | |
| 810 | 810 | public function setAliases($aliases) |
| 811 | 811 | { |
| 812 | - $this->aliases = $aliases; |
|
| 812 | + $this->aliases = $aliases; |
|
| 813 | 813 | } |
| 814 | 814 | public function getAliases() |
| 815 | 815 | { |
| 816 | - return $this->aliases; |
|
| 816 | + return $this->aliases; |
|
| 817 | 817 | } |
| 818 | 818 | public function setName($name) |
| 819 | 819 | { |
| 820 | - $this->name = $name; |
|
| 820 | + $this->name = $name; |
|
| 821 | 821 | } |
| 822 | 822 | public function getName() |
| 823 | 823 | { |
| 824 | - return $this->name; |
|
| 824 | + return $this->name; |
|
| 825 | 825 | } |
| 826 | 826 | public function setOcdId($ocdId) |
| 827 | 827 | { |
| 828 | - $this->ocdId = $ocdId; |
|
| 828 | + $this->ocdId = $ocdId; |
|
| 829 | 829 | } |
| 830 | 830 | public function getOcdId() |
| 831 | 831 | { |
| 832 | - return $this->ocdId; |
|
| 832 | + return $this->ocdId; |
|
| 833 | 833 | } |
| 834 | 834 | } |
| 835 | 835 | |
@@ -844,27 +844,27 @@ discard block |
||
| 844 | 844 | |
| 845 | 845 | public function setElectionDay($electionDay) |
| 846 | 846 | { |
| 847 | - $this->electionDay = $electionDay; |
|
| 847 | + $this->electionDay = $electionDay; |
|
| 848 | 848 | } |
| 849 | 849 | public function getElectionDay() |
| 850 | 850 | { |
| 851 | - return $this->electionDay; |
|
| 851 | + return $this->electionDay; |
|
| 852 | 852 | } |
| 853 | 853 | public function setId($id) |
| 854 | 854 | { |
| 855 | - $this->id = $id; |
|
| 855 | + $this->id = $id; |
|
| 856 | 856 | } |
| 857 | 857 | public function getId() |
| 858 | 858 | { |
| 859 | - return $this->id; |
|
| 859 | + return $this->id; |
|
| 860 | 860 | } |
| 861 | 861 | public function setName($name) |
| 862 | 862 | { |
| 863 | - $this->name = $name; |
|
| 863 | + $this->name = $name; |
|
| 864 | 864 | } |
| 865 | 865 | public function getName() |
| 866 | 866 | { |
| 867 | - return $this->name; |
|
| 867 | + return $this->name; |
|
| 868 | 868 | } |
| 869 | 869 | } |
| 870 | 870 | |
@@ -881,43 +881,43 @@ discard block |
||
| 881 | 881 | |
| 882 | 882 | public function setEmailAddress($emailAddress) |
| 883 | 883 | { |
| 884 | - $this->emailAddress = $emailAddress; |
|
| 884 | + $this->emailAddress = $emailAddress; |
|
| 885 | 885 | } |
| 886 | 886 | public function getEmailAddress() |
| 887 | 887 | { |
| 888 | - return $this->emailAddress; |
|
| 888 | + return $this->emailAddress; |
|
| 889 | 889 | } |
| 890 | 890 | public function setFaxNumber($faxNumber) |
| 891 | 891 | { |
| 892 | - $this->faxNumber = $faxNumber; |
|
| 892 | + $this->faxNumber = $faxNumber; |
|
| 893 | 893 | } |
| 894 | 894 | public function getFaxNumber() |
| 895 | 895 | { |
| 896 | - return $this->faxNumber; |
|
| 896 | + return $this->faxNumber; |
|
| 897 | 897 | } |
| 898 | 898 | public function setName($name) |
| 899 | 899 | { |
| 900 | - $this->name = $name; |
|
| 900 | + $this->name = $name; |
|
| 901 | 901 | } |
| 902 | 902 | public function getName() |
| 903 | 903 | { |
| 904 | - return $this->name; |
|
| 904 | + return $this->name; |
|
| 905 | 905 | } |
| 906 | 906 | public function setOfficePhoneNumber($officePhoneNumber) |
| 907 | 907 | { |
| 908 | - $this->officePhoneNumber = $officePhoneNumber; |
|
| 908 | + $this->officePhoneNumber = $officePhoneNumber; |
|
| 909 | 909 | } |
| 910 | 910 | public function getOfficePhoneNumber() |
| 911 | 911 | { |
| 912 | - return $this->officePhoneNumber; |
|
| 912 | + return $this->officePhoneNumber; |
|
| 913 | 913 | } |
| 914 | 914 | public function setTitle($title) |
| 915 | 915 | { |
| 916 | - $this->title = $title; |
|
| 916 | + $this->title = $title; |
|
| 917 | 917 | } |
| 918 | 918 | public function getTitle() |
| 919 | 919 | { |
| 920 | - return $this->title; |
|
| 920 | + return $this->title; |
|
| 921 | 921 | } |
| 922 | 922 | } |
| 923 | 923 | |
@@ -933,19 +933,19 @@ discard block |
||
| 933 | 933 | |
| 934 | 934 | public function setElections($elections) |
| 935 | 935 | { |
| 936 | - $this->elections = $elections; |
|
| 936 | + $this->elections = $elections; |
|
| 937 | 937 | } |
| 938 | 938 | public function getElections() |
| 939 | 939 | { |
| 940 | - return $this->elections; |
|
| 940 | + return $this->elections; |
|
| 941 | 941 | } |
| 942 | 942 | public function setKind($kind) |
| 943 | 943 | { |
| 944 | - $this->kind = $kind; |
|
| 944 | + $this->kind = $kind; |
|
| 945 | 945 | } |
| 946 | 946 | public function getKind() |
| 947 | 947 | { |
| 948 | - return $this->kind; |
|
| 948 | + return $this->kind; |
|
| 949 | 949 | } |
| 950 | 950 | } |
| 951 | 951 | |
@@ -960,27 +960,27 @@ discard block |
||
| 960 | 960 | |
| 961 | 961 | public function setId($id) |
| 962 | 962 | { |
| 963 | - $this->id = $id; |
|
| 963 | + $this->id = $id; |
|
| 964 | 964 | } |
| 965 | 965 | public function getId() |
| 966 | 966 | { |
| 967 | - return $this->id; |
|
| 967 | + return $this->id; |
|
| 968 | 968 | } |
| 969 | 969 | public function setName($name) |
| 970 | 970 | { |
| 971 | - $this->name = $name; |
|
| 971 | + $this->name = $name; |
|
| 972 | 972 | } |
| 973 | 973 | public function getName() |
| 974 | 974 | { |
| 975 | - return $this->name; |
|
| 975 | + return $this->name; |
|
| 976 | 976 | } |
| 977 | 977 | public function setScope($scope) |
| 978 | 978 | { |
| 979 | - $this->scope = $scope; |
|
| 979 | + $this->scope = $scope; |
|
| 980 | 980 | } |
| 981 | 981 | public function getScope() |
| 982 | 982 | { |
| 983 | - return $this->scope; |
|
| 983 | + return $this->scope; |
|
| 984 | 984 | } |
| 985 | 985 | } |
| 986 | 986 | |
@@ -996,27 +996,27 @@ discard block |
||
| 996 | 996 | |
| 997 | 997 | public function setAlsoKnownAs($alsoKnownAs) |
| 998 | 998 | { |
| 999 | - $this->alsoKnownAs = $alsoKnownAs; |
|
| 999 | + $this->alsoKnownAs = $alsoKnownAs; |
|
| 1000 | 1000 | } |
| 1001 | 1001 | public function getAlsoKnownAs() |
| 1002 | 1002 | { |
| 1003 | - return $this->alsoKnownAs; |
|
| 1003 | + return $this->alsoKnownAs; |
|
| 1004 | 1004 | } |
| 1005 | 1005 | public function setName($name) |
| 1006 | 1006 | { |
| 1007 | - $this->name = $name; |
|
| 1007 | + $this->name = $name; |
|
| 1008 | 1008 | } |
| 1009 | 1009 | public function getName() |
| 1010 | 1010 | { |
| 1011 | - return $this->name; |
|
| 1011 | + return $this->name; |
|
| 1012 | 1012 | } |
| 1013 | 1013 | public function setOfficeIndices($officeIndices) |
| 1014 | 1014 | { |
| 1015 | - $this->officeIndices = $officeIndices; |
|
| 1015 | + $this->officeIndices = $officeIndices; |
|
| 1016 | 1016 | } |
| 1017 | 1017 | public function getOfficeIndices() |
| 1018 | 1018 | { |
| 1019 | - return $this->officeIndices; |
|
| 1019 | + return $this->officeIndices; |
|
| 1020 | 1020 | } |
| 1021 | 1021 | } |
| 1022 | 1022 | |
@@ -1036,51 +1036,51 @@ discard block |
||
| 1036 | 1036 | |
| 1037 | 1037 | public function setDivisionId($divisionId) |
| 1038 | 1038 | { |
| 1039 | - $this->divisionId = $divisionId; |
|
| 1039 | + $this->divisionId = $divisionId; |
|
| 1040 | 1040 | } |
| 1041 | 1041 | public function getDivisionId() |
| 1042 | 1042 | { |
| 1043 | - return $this->divisionId; |
|
| 1043 | + return $this->divisionId; |
|
| 1044 | 1044 | } |
| 1045 | 1045 | public function setLevels($levels) |
| 1046 | 1046 | { |
| 1047 | - $this->levels = $levels; |
|
| 1047 | + $this->levels = $levels; |
|
| 1048 | 1048 | } |
| 1049 | 1049 | public function getLevels() |
| 1050 | 1050 | { |
| 1051 | - return $this->levels; |
|
| 1051 | + return $this->levels; |
|
| 1052 | 1052 | } |
| 1053 | 1053 | public function setName($name) |
| 1054 | 1054 | { |
| 1055 | - $this->name = $name; |
|
| 1055 | + $this->name = $name; |
|
| 1056 | 1056 | } |
| 1057 | 1057 | public function getName() |
| 1058 | 1058 | { |
| 1059 | - return $this->name; |
|
| 1059 | + return $this->name; |
|
| 1060 | 1060 | } |
| 1061 | 1061 | public function setOfficialIndices($officialIndices) |
| 1062 | 1062 | { |
| 1063 | - $this->officialIndices = $officialIndices; |
|
| 1063 | + $this->officialIndices = $officialIndices; |
|
| 1064 | 1064 | } |
| 1065 | 1065 | public function getOfficialIndices() |
| 1066 | 1066 | { |
| 1067 | - return $this->officialIndices; |
|
| 1067 | + return $this->officialIndices; |
|
| 1068 | 1068 | } |
| 1069 | 1069 | public function setRoles($roles) |
| 1070 | 1070 | { |
| 1071 | - $this->roles = $roles; |
|
| 1071 | + $this->roles = $roles; |
|
| 1072 | 1072 | } |
| 1073 | 1073 | public function getRoles() |
| 1074 | 1074 | { |
| 1075 | - return $this->roles; |
|
| 1075 | + return $this->roles; |
|
| 1076 | 1076 | } |
| 1077 | 1077 | public function setSources($sources) |
| 1078 | 1078 | { |
| 1079 | - $this->sources = $sources; |
|
| 1079 | + $this->sources = $sources; |
|
| 1080 | 1080 | } |
| 1081 | 1081 | public function getSources() |
| 1082 | 1082 | { |
| 1083 | - return $this->sources; |
|
| 1083 | + return $this->sources; |
|
| 1084 | 1084 | } |
| 1085 | 1085 | } |
| 1086 | 1086 | |
@@ -1103,67 +1103,67 @@ discard block |
||
| 1103 | 1103 | |
| 1104 | 1104 | public function setAddress($address) |
| 1105 | 1105 | { |
| 1106 | - $this->address = $address; |
|
| 1106 | + $this->address = $address; |
|
| 1107 | 1107 | } |
| 1108 | 1108 | public function getAddress() |
| 1109 | 1109 | { |
| 1110 | - return $this->address; |
|
| 1110 | + return $this->address; |
|
| 1111 | 1111 | } |
| 1112 | 1112 | public function setChannels($channels) |
| 1113 | 1113 | { |
| 1114 | - $this->channels = $channels; |
|
| 1114 | + $this->channels = $channels; |
|
| 1115 | 1115 | } |
| 1116 | 1116 | public function getChannels() |
| 1117 | 1117 | { |
| 1118 | - return $this->channels; |
|
| 1118 | + return $this->channels; |
|
| 1119 | 1119 | } |
| 1120 | 1120 | public function setEmails($emails) |
| 1121 | 1121 | { |
| 1122 | - $this->emails = $emails; |
|
| 1122 | + $this->emails = $emails; |
|
| 1123 | 1123 | } |
| 1124 | 1124 | public function getEmails() |
| 1125 | 1125 | { |
| 1126 | - return $this->emails; |
|
| 1126 | + return $this->emails; |
|
| 1127 | 1127 | } |
| 1128 | 1128 | public function setName($name) |
| 1129 | 1129 | { |
| 1130 | - $this->name = $name; |
|
| 1130 | + $this->name = $name; |
|
| 1131 | 1131 | } |
| 1132 | 1132 | public function getName() |
| 1133 | 1133 | { |
| 1134 | - return $this->name; |
|
| 1134 | + return $this->name; |
|
| 1135 | 1135 | } |
| 1136 | 1136 | public function setParty($party) |
| 1137 | 1137 | { |
| 1138 | - $this->party = $party; |
|
| 1138 | + $this->party = $party; |
|
| 1139 | 1139 | } |
| 1140 | 1140 | public function getParty() |
| 1141 | 1141 | { |
| 1142 | - return $this->party; |
|
| 1142 | + return $this->party; |
|
| 1143 | 1143 | } |
| 1144 | 1144 | public function setPhones($phones) |
| 1145 | 1145 | { |
| 1146 | - $this->phones = $phones; |
|
| 1146 | + $this->phones = $phones; |
|
| 1147 | 1147 | } |
| 1148 | 1148 | public function getPhones() |
| 1149 | 1149 | { |
| 1150 | - return $this->phones; |
|
| 1150 | + return $this->phones; |
|
| 1151 | 1151 | } |
| 1152 | 1152 | public function setPhotoUrl($photoUrl) |
| 1153 | 1153 | { |
| 1154 | - $this->photoUrl = $photoUrl; |
|
| 1154 | + $this->photoUrl = $photoUrl; |
|
| 1155 | 1155 | } |
| 1156 | 1156 | public function getPhotoUrl() |
| 1157 | 1157 | { |
| 1158 | - return $this->photoUrl; |
|
| 1158 | + return $this->photoUrl; |
|
| 1159 | 1159 | } |
| 1160 | 1160 | public function setUrls($urls) |
| 1161 | 1161 | { |
| 1162 | - $this->urls = $urls; |
|
| 1162 | + $this->urls = $urls; |
|
| 1163 | 1163 | } |
| 1164 | 1164 | public function getUrls() |
| 1165 | 1165 | { |
| 1166 | - return $this->urls; |
|
| 1166 | + return $this->urls; |
|
| 1167 | 1167 | } |
| 1168 | 1168 | } |
| 1169 | 1169 | |
@@ -1187,75 +1187,75 @@ discard block |
||
| 1187 | 1187 | |
| 1188 | 1188 | public function setAddress(Google_Service_CivicInfo_SimpleAddressType $address) |
| 1189 | 1189 | { |
| 1190 | - $this->address = $address; |
|
| 1190 | + $this->address = $address; |
|
| 1191 | 1191 | } |
| 1192 | 1192 | public function getAddress() |
| 1193 | 1193 | { |
| 1194 | - return $this->address; |
|
| 1194 | + return $this->address; |
|
| 1195 | 1195 | } |
| 1196 | 1196 | public function setEndDate($endDate) |
| 1197 | 1197 | { |
| 1198 | - $this->endDate = $endDate; |
|
| 1198 | + $this->endDate = $endDate; |
|
| 1199 | 1199 | } |
| 1200 | 1200 | public function getEndDate() |
| 1201 | 1201 | { |
| 1202 | - return $this->endDate; |
|
| 1202 | + return $this->endDate; |
|
| 1203 | 1203 | } |
| 1204 | 1204 | public function setId($id) |
| 1205 | 1205 | { |
| 1206 | - $this->id = $id; |
|
| 1206 | + $this->id = $id; |
|
| 1207 | 1207 | } |
| 1208 | 1208 | public function getId() |
| 1209 | 1209 | { |
| 1210 | - return $this->id; |
|
| 1210 | + return $this->id; |
|
| 1211 | 1211 | } |
| 1212 | 1212 | public function setName($name) |
| 1213 | 1213 | { |
| 1214 | - $this->name = $name; |
|
| 1214 | + $this->name = $name; |
|
| 1215 | 1215 | } |
| 1216 | 1216 | public function getName() |
| 1217 | 1217 | { |
| 1218 | - return $this->name; |
|
| 1218 | + return $this->name; |
|
| 1219 | 1219 | } |
| 1220 | 1220 | public function setNotes($notes) |
| 1221 | 1221 | { |
| 1222 | - $this->notes = $notes; |
|
| 1222 | + $this->notes = $notes; |
|
| 1223 | 1223 | } |
| 1224 | 1224 | public function getNotes() |
| 1225 | 1225 | { |
| 1226 | - return $this->notes; |
|
| 1226 | + return $this->notes; |
|
| 1227 | 1227 | } |
| 1228 | 1228 | public function setPollingHours($pollingHours) |
| 1229 | 1229 | { |
| 1230 | - $this->pollingHours = $pollingHours; |
|
| 1230 | + $this->pollingHours = $pollingHours; |
|
| 1231 | 1231 | } |
| 1232 | 1232 | public function getPollingHours() |
| 1233 | 1233 | { |
| 1234 | - return $this->pollingHours; |
|
| 1234 | + return $this->pollingHours; |
|
| 1235 | 1235 | } |
| 1236 | 1236 | public function setSources($sources) |
| 1237 | 1237 | { |
| 1238 | - $this->sources = $sources; |
|
| 1238 | + $this->sources = $sources; |
|
| 1239 | 1239 | } |
| 1240 | 1240 | public function getSources() |
| 1241 | 1241 | { |
| 1242 | - return $this->sources; |
|
| 1242 | + return $this->sources; |
|
| 1243 | 1243 | } |
| 1244 | 1244 | public function setStartDate($startDate) |
| 1245 | 1245 | { |
| 1246 | - $this->startDate = $startDate; |
|
| 1246 | + $this->startDate = $startDate; |
|
| 1247 | 1247 | } |
| 1248 | 1248 | public function getStartDate() |
| 1249 | 1249 | { |
| 1250 | - return $this->startDate; |
|
| 1250 | + return $this->startDate; |
|
| 1251 | 1251 | } |
| 1252 | 1252 | public function setVoterServices($voterServices) |
| 1253 | 1253 | { |
| 1254 | - $this->voterServices = $voterServices; |
|
| 1254 | + $this->voterServices = $voterServices; |
|
| 1255 | 1255 | } |
| 1256 | 1256 | public function getVoterServices() |
| 1257 | 1257 | { |
| 1258 | - return $this->voterServices; |
|
| 1258 | + return $this->voterServices; |
|
| 1259 | 1259 | } |
| 1260 | 1260 | } |
| 1261 | 1261 | |
@@ -1274,27 +1274,27 @@ discard block |
||
| 1274 | 1274 | |
| 1275 | 1275 | public function setDivisions($divisions) |
| 1276 | 1276 | { |
| 1277 | - $this->divisions = $divisions; |
|
| 1277 | + $this->divisions = $divisions; |
|
| 1278 | 1278 | } |
| 1279 | 1279 | public function getDivisions() |
| 1280 | 1280 | { |
| 1281 | - return $this->divisions; |
|
| 1281 | + return $this->divisions; |
|
| 1282 | 1282 | } |
| 1283 | 1283 | public function setOffices($offices) |
| 1284 | 1284 | { |
| 1285 | - $this->offices = $offices; |
|
| 1285 | + $this->offices = $offices; |
|
| 1286 | 1286 | } |
| 1287 | 1287 | public function getOffices() |
| 1288 | 1288 | { |
| 1289 | - return $this->offices; |
|
| 1289 | + return $this->offices; |
|
| 1290 | 1290 | } |
| 1291 | 1291 | public function setOfficials($officials) |
| 1292 | 1292 | { |
| 1293 | - $this->officials = $officials; |
|
| 1293 | + $this->officials = $officials; |
|
| 1294 | 1294 | } |
| 1295 | 1295 | public function getOfficials() |
| 1296 | 1296 | { |
| 1297 | - return $this->officials; |
|
| 1297 | + return $this->officials; |
|
| 1298 | 1298 | } |
| 1299 | 1299 | } |
| 1300 | 1300 | |
@@ -1320,43 +1320,43 @@ discard block |
||
| 1320 | 1320 | |
| 1321 | 1321 | public function setDivisions($divisions) |
| 1322 | 1322 | { |
| 1323 | - $this->divisions = $divisions; |
|
| 1323 | + $this->divisions = $divisions; |
|
| 1324 | 1324 | } |
| 1325 | 1325 | public function getDivisions() |
| 1326 | 1326 | { |
| 1327 | - return $this->divisions; |
|
| 1327 | + return $this->divisions; |
|
| 1328 | 1328 | } |
| 1329 | 1329 | public function setKind($kind) |
| 1330 | 1330 | { |
| 1331 | - $this->kind = $kind; |
|
| 1331 | + $this->kind = $kind; |
|
| 1332 | 1332 | } |
| 1333 | 1333 | public function getKind() |
| 1334 | 1334 | { |
| 1335 | - return $this->kind; |
|
| 1335 | + return $this->kind; |
|
| 1336 | 1336 | } |
| 1337 | 1337 | public function setNormalizedInput(Google_Service_CivicInfo_SimpleAddressType $normalizedInput) |
| 1338 | 1338 | { |
| 1339 | - $this->normalizedInput = $normalizedInput; |
|
| 1339 | + $this->normalizedInput = $normalizedInput; |
|
| 1340 | 1340 | } |
| 1341 | 1341 | public function getNormalizedInput() |
| 1342 | 1342 | { |
| 1343 | - return $this->normalizedInput; |
|
| 1343 | + return $this->normalizedInput; |
|
| 1344 | 1344 | } |
| 1345 | 1345 | public function setOffices($offices) |
| 1346 | 1346 | { |
| 1347 | - $this->offices = $offices; |
|
| 1347 | + $this->offices = $offices; |
|
| 1348 | 1348 | } |
| 1349 | 1349 | public function getOffices() |
| 1350 | 1350 | { |
| 1351 | - return $this->offices; |
|
| 1351 | + return $this->offices; |
|
| 1352 | 1352 | } |
| 1353 | 1353 | public function setOfficials($officials) |
| 1354 | 1354 | { |
| 1355 | - $this->officials = $officials; |
|
| 1355 | + $this->officials = $officials; |
|
| 1356 | 1356 | } |
| 1357 | 1357 | public function getOfficials() |
| 1358 | 1358 | { |
| 1359 | - return $this->officials; |
|
| 1359 | + return $this->officials; |
|
| 1360 | 1360 | } |
| 1361 | 1361 | } |
| 1362 | 1362 | |
@@ -1379,59 +1379,59 @@ discard block |
||
| 1379 | 1379 | |
| 1380 | 1380 | public function setCity($city) |
| 1381 | 1381 | { |
| 1382 | - $this->city = $city; |
|
| 1382 | + $this->city = $city; |
|
| 1383 | 1383 | } |
| 1384 | 1384 | public function getCity() |
| 1385 | 1385 | { |
| 1386 | - return $this->city; |
|
| 1386 | + return $this->city; |
|
| 1387 | 1387 | } |
| 1388 | 1388 | public function setLine1($line1) |
| 1389 | 1389 | { |
| 1390 | - $this->line1 = $line1; |
|
| 1390 | + $this->line1 = $line1; |
|
| 1391 | 1391 | } |
| 1392 | 1392 | public function getLine1() |
| 1393 | 1393 | { |
| 1394 | - return $this->line1; |
|
| 1394 | + return $this->line1; |
|
| 1395 | 1395 | } |
| 1396 | 1396 | public function setLine2($line2) |
| 1397 | 1397 | { |
| 1398 | - $this->line2 = $line2; |
|
| 1398 | + $this->line2 = $line2; |
|
| 1399 | 1399 | } |
| 1400 | 1400 | public function getLine2() |
| 1401 | 1401 | { |
| 1402 | - return $this->line2; |
|
| 1402 | + return $this->line2; |
|
| 1403 | 1403 | } |
| 1404 | 1404 | public function setLine3($line3) |
| 1405 | 1405 | { |
| 1406 | - $this->line3 = $line3; |
|
| 1406 | + $this->line3 = $line3; |
|
| 1407 | 1407 | } |
| 1408 | 1408 | public function getLine3() |
| 1409 | 1409 | { |
| 1410 | - return $this->line3; |
|
| 1410 | + return $this->line3; |
|
| 1411 | 1411 | } |
| 1412 | 1412 | public function setLocationName($locationName) |
| 1413 | 1413 | { |
| 1414 | - $this->locationName = $locationName; |
|
| 1414 | + $this->locationName = $locationName; |
|
| 1415 | 1415 | } |
| 1416 | 1416 | public function getLocationName() |
| 1417 | 1417 | { |
| 1418 | - return $this->locationName; |
|
| 1418 | + return $this->locationName; |
|
| 1419 | 1419 | } |
| 1420 | 1420 | public function setState($state) |
| 1421 | 1421 | { |
| 1422 | - $this->state = $state; |
|
| 1422 | + $this->state = $state; |
|
| 1423 | 1423 | } |
| 1424 | 1424 | public function getState() |
| 1425 | 1425 | { |
| 1426 | - return $this->state; |
|
| 1426 | + return $this->state; |
|
| 1427 | 1427 | } |
| 1428 | 1428 | public function setZip($zip) |
| 1429 | 1429 | { |
| 1430 | - $this->zip = $zip; |
|
| 1430 | + $this->zip = $zip; |
|
| 1431 | 1431 | } |
| 1432 | 1432 | public function getZip() |
| 1433 | 1433 | { |
| 1434 | - return $this->zip; |
|
| 1434 | + return $this->zip; |
|
| 1435 | 1435 | } |
| 1436 | 1436 | } |
| 1437 | 1437 | |
@@ -1445,19 +1445,19 @@ discard block |
||
| 1445 | 1445 | |
| 1446 | 1446 | public function setName($name) |
| 1447 | 1447 | { |
| 1448 | - $this->name = $name; |
|
| 1448 | + $this->name = $name; |
|
| 1449 | 1449 | } |
| 1450 | 1450 | public function getName() |
| 1451 | 1451 | { |
| 1452 | - return $this->name; |
|
| 1452 | + return $this->name; |
|
| 1453 | 1453 | } |
| 1454 | 1454 | public function setOfficial($official) |
| 1455 | 1455 | { |
| 1456 | - $this->official = $official; |
|
| 1456 | + $this->official = $official; |
|
| 1457 | 1457 | } |
| 1458 | 1458 | public function getOfficial() |
| 1459 | 1459 | { |
| 1460 | - return $this->official; |
|
| 1460 | + return $this->official; |
|
| 1461 | 1461 | } |
| 1462 | 1462 | } |
| 1463 | 1463 | |
@@ -1488,82 +1488,82 @@ discard block |
||
| 1488 | 1488 | |
| 1489 | 1489 | public function setContests($contests) |
| 1490 | 1490 | { |
| 1491 | - $this->contests = $contests; |
|
| 1491 | + $this->contests = $contests; |
|
| 1492 | 1492 | } |
| 1493 | 1493 | public function getContests() |
| 1494 | 1494 | { |
| 1495 | - return $this->contests; |
|
| 1495 | + return $this->contests; |
|
| 1496 | 1496 | } |
| 1497 | 1497 | public function setDropOffLocations($dropOffLocations) |
| 1498 | 1498 | { |
| 1499 | - $this->dropOffLocations = $dropOffLocations; |
|
| 1499 | + $this->dropOffLocations = $dropOffLocations; |
|
| 1500 | 1500 | } |
| 1501 | 1501 | public function getDropOffLocations() |
| 1502 | 1502 | { |
| 1503 | - return $this->dropOffLocations; |
|
| 1503 | + return $this->dropOffLocations; |
|
| 1504 | 1504 | } |
| 1505 | 1505 | public function setEarlyVoteSites($earlyVoteSites) |
| 1506 | 1506 | { |
| 1507 | - $this->earlyVoteSites = $earlyVoteSites; |
|
| 1507 | + $this->earlyVoteSites = $earlyVoteSites; |
|
| 1508 | 1508 | } |
| 1509 | 1509 | public function getEarlyVoteSites() |
| 1510 | 1510 | { |
| 1511 | - return $this->earlyVoteSites; |
|
| 1511 | + return $this->earlyVoteSites; |
|
| 1512 | 1512 | } |
| 1513 | 1513 | public function setElection(Google_Service_CivicInfo_Election $election) |
| 1514 | 1514 | { |
| 1515 | - $this->election = $election; |
|
| 1515 | + $this->election = $election; |
|
| 1516 | 1516 | } |
| 1517 | 1517 | public function getElection() |
| 1518 | 1518 | { |
| 1519 | - return $this->election; |
|
| 1519 | + return $this->election; |
|
| 1520 | 1520 | } |
| 1521 | 1521 | public function setKind($kind) |
| 1522 | 1522 | { |
| 1523 | - $this->kind = $kind; |
|
| 1523 | + $this->kind = $kind; |
|
| 1524 | 1524 | } |
| 1525 | 1525 | public function getKind() |
| 1526 | 1526 | { |
| 1527 | - return $this->kind; |
|
| 1527 | + return $this->kind; |
|
| 1528 | 1528 | } |
| 1529 | 1529 | public function setNormalizedInput(Google_Service_CivicInfo_SimpleAddressType $normalizedInput) |
| 1530 | 1530 | { |
| 1531 | - $this->normalizedInput = $normalizedInput; |
|
| 1531 | + $this->normalizedInput = $normalizedInput; |
|
| 1532 | 1532 | } |
| 1533 | 1533 | public function getNormalizedInput() |
| 1534 | 1534 | { |
| 1535 | - return $this->normalizedInput; |
|
| 1535 | + return $this->normalizedInput; |
|
| 1536 | 1536 | } |
| 1537 | 1537 | public function setOtherElections($otherElections) |
| 1538 | 1538 | { |
| 1539 | - $this->otherElections = $otherElections; |
|
| 1539 | + $this->otherElections = $otherElections; |
|
| 1540 | 1540 | } |
| 1541 | 1541 | public function getOtherElections() |
| 1542 | 1542 | { |
| 1543 | - return $this->otherElections; |
|
| 1543 | + return $this->otherElections; |
|
| 1544 | 1544 | } |
| 1545 | 1545 | public function setPollingLocations($pollingLocations) |
| 1546 | 1546 | { |
| 1547 | - $this->pollingLocations = $pollingLocations; |
|
| 1547 | + $this->pollingLocations = $pollingLocations; |
|
| 1548 | 1548 | } |
| 1549 | 1549 | public function getPollingLocations() |
| 1550 | 1550 | { |
| 1551 | - return $this->pollingLocations; |
|
| 1551 | + return $this->pollingLocations; |
|
| 1552 | 1552 | } |
| 1553 | 1553 | public function setPrecinctId($precinctId) |
| 1554 | 1554 | { |
| 1555 | - $this->precinctId = $precinctId; |
|
| 1555 | + $this->precinctId = $precinctId; |
|
| 1556 | 1556 | } |
| 1557 | 1557 | public function getPrecinctId() |
| 1558 | 1558 | { |
| 1559 | - return $this->precinctId; |
|
| 1559 | + return $this->precinctId; |
|
| 1560 | 1560 | } |
| 1561 | 1561 | public function setState($state) |
| 1562 | 1562 | { |
| 1563 | - $this->state = $state; |
|
| 1563 | + $this->state = $state; |
|
| 1564 | 1564 | } |
| 1565 | 1565 | public function getState() |
| 1566 | 1566 | { |
| 1567 | - return $this->state; |
|
| 1567 | + return $this->state; |
|
| 1568 | 1568 | } |
| 1569 | 1569 | } |
@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | 'path' => 'elections', |
| 80 | 80 | 'httpMethod' => 'GET', |
| 81 | 81 | 'parameters' => array(), |
| 82 | - ),'voterInfoQuery' => array( |
|
| 82 | + ), 'voterInfoQuery' => array( |
|
| 83 | 83 | 'path' => 'voterinfo', |
| 84 | 84 | 'httpMethod' => 'GET', |
| 85 | 85 | 'parameters' => array( |
@@ -130,7 +130,7 @@ discard block |
||
| 130 | 130 | 'type' => 'string', |
| 131 | 131 | ), |
| 132 | 132 | ), |
| 133 | - ),'representativeInfoByDivision' => array( |
|
| 133 | + ), 'representativeInfoByDivision' => array( |
|
| 134 | 134 | 'path' => 'representatives/{ocdId}', |
| 135 | 135 | 'httpMethod' => 'GET', |
| 136 | 136 | 'parameters' => array( |
@@ -43,11 +43,11 @@ |
||
| 43 | 43 | */ |
| 44 | 44 | public function __construct(Google_Client $client) |
| 45 | 45 | { |
| 46 | - parent::__construct($client); |
|
| 47 | - $this->rootUrl = 'https://genomics.googleapis.com/'; |
|
| 48 | - $this->servicePath = ''; |
|
| 49 | - $this->version = 'v1'; |
|
| 50 | - $this->serviceName = 'genomics'; |
|
| 46 | + parent::__construct($client); |
|
| 47 | + $this->rootUrl = 'https://genomics.googleapis.com/'; |
|
| 48 | + $this->servicePath = ''; |
|
| 49 | + $this->version = 'v1'; |
|
| 50 | + $this->serviceName = 'genomics'; |
|
| 51 | 51 | |
| 52 | 52 | } |
| 53 | 53 | } |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** Manage messages in groups on your domain. */ |
| 34 | 34 | const APPS_GROUPS_MIGRATION = |
| 35 | - "https://www.googleapis.com/auth/apps.groups.migration"; |
|
| 35 | + "https://www.googleapis.com/auth/apps.groups.migration"; |
|
| 36 | 36 | |
| 37 | 37 | public $archive; |
| 38 | 38 | |
@@ -44,32 +44,32 @@ 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 = 'groupsmigration'; |
|
| 47 | + parent::__construct($client); |
|
| 48 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 49 | + $this->servicePath = 'groups/v1/groups/'; |
|
| 50 | + $this->version = 'v1'; |
|
| 51 | + $this->serviceName = 'groupsmigration'; |
|
| 52 | 52 | |
| 53 | - $this->archive = new Google_Service_GroupsMigration_Archive_Resource( |
|
| 54 | - $this, |
|
| 55 | - $this->serviceName, |
|
| 56 | - 'archive', |
|
| 57 | - array( |
|
| 58 | - 'methods' => array( |
|
| 59 | - 'insert' => array( |
|
| 60 | - 'path' => '{groupId}/archive', |
|
| 61 | - 'httpMethod' => 'POST', |
|
| 62 | - 'parameters' => array( |
|
| 63 | - 'groupId' => array( |
|
| 64 | - 'location' => 'path', |
|
| 65 | - 'type' => 'string', |
|
| 66 | - 'required' => true, |
|
| 67 | - ), |
|
| 68 | - ), |
|
| 69 | - ), |
|
| 70 | - ) |
|
| 71 | - ) |
|
| 72 | - ); |
|
| 53 | + $this->archive = new Google_Service_GroupsMigration_Archive_Resource( |
|
| 54 | + $this, |
|
| 55 | + $this->serviceName, |
|
| 56 | + 'archive', |
|
| 57 | + array( |
|
| 58 | + 'methods' => array( |
|
| 59 | + 'insert' => array( |
|
| 60 | + 'path' => '{groupId}/archive', |
|
| 61 | + 'httpMethod' => 'POST', |
|
| 62 | + 'parameters' => array( |
|
| 63 | + 'groupId' => array( |
|
| 64 | + 'location' => 'path', |
|
| 65 | + 'type' => 'string', |
|
| 66 | + 'required' => true, |
|
| 67 | + ), |
|
| 68 | + ), |
|
| 69 | + ), |
|
| 70 | + ) |
|
| 71 | + ) |
|
| 72 | + ); |
|
| 73 | 73 | } |
| 74 | 74 | } |
| 75 | 75 | |
@@ -94,9 +94,9 @@ discard block |
||
| 94 | 94 | */ |
| 95 | 95 | public function insert($groupId, $optParams = array()) |
| 96 | 96 | { |
| 97 | - $params = array('groupId' => $groupId); |
|
| 98 | - $params = array_merge($params, $optParams); |
|
| 99 | - return $this->call('insert', array($params), "Google_Service_GroupsMigration_Groups"); |
|
| 97 | + $params = array('groupId' => $groupId); |
|
| 98 | + $params = array_merge($params, $optParams); |
|
| 99 | + return $this->call('insert', array($params), "Google_Service_GroupsMigration_Groups"); |
|
| 100 | 100 | } |
| 101 | 101 | } |
| 102 | 102 | |
@@ -113,18 +113,18 @@ discard block |
||
| 113 | 113 | |
| 114 | 114 | public function setKind($kind) |
| 115 | 115 | { |
| 116 | - $this->kind = $kind; |
|
| 116 | + $this->kind = $kind; |
|
| 117 | 117 | } |
| 118 | 118 | public function getKind() |
| 119 | 119 | { |
| 120 | - return $this->kind; |
|
| 120 | + return $this->kind; |
|
| 121 | 121 | } |
| 122 | 122 | public function setResponseCode($responseCode) |
| 123 | 123 | { |
| 124 | - $this->responseCode = $responseCode; |
|
| 124 | + $this->responseCode = $responseCode; |
|
| 125 | 125 | } |
| 126 | 126 | public function getResponseCode() |
| 127 | 127 | { |
| 128 | - return $this->responseCode; |
|
| 128 | + return $this->responseCode; |
|
| 129 | 129 | } |
| 130 | 130 | } |
@@ -43,53 +43,53 @@ discard block |
||
| 43 | 43 | */ |
| 44 | 44 | public function __construct(Google_Client $client) |
| 45 | 45 | { |
| 46 | - parent::__construct($client); |
|
| 47 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 48 | - $this->servicePath = 'pagespeedonline/v2/'; |
|
| 49 | - $this->version = 'v2'; |
|
| 50 | - $this->serviceName = 'pagespeedonline'; |
|
| 51 | - |
|
| 52 | - $this->pagespeedapi = new Google_Service_Pagespeedonline_Pagespeedapi_Resource( |
|
| 53 | - $this, |
|
| 54 | - $this->serviceName, |
|
| 55 | - 'pagespeedapi', |
|
| 56 | - array( |
|
| 57 | - 'methods' => array( |
|
| 58 | - 'runpagespeed' => array( |
|
| 59 | - 'path' => 'runPagespeed', |
|
| 60 | - 'httpMethod' => 'GET', |
|
| 61 | - 'parameters' => array( |
|
| 62 | - 'url' => array( |
|
| 63 | - 'location' => 'query', |
|
| 64 | - 'type' => 'string', |
|
| 65 | - 'required' => true, |
|
| 66 | - ), |
|
| 67 | - 'screenshot' => array( |
|
| 68 | - 'location' => 'query', |
|
| 69 | - 'type' => 'boolean', |
|
| 70 | - ), |
|
| 71 | - 'locale' => array( |
|
| 72 | - 'location' => 'query', |
|
| 73 | - 'type' => 'string', |
|
| 74 | - ), |
|
| 75 | - 'rule' => array( |
|
| 76 | - 'location' => 'query', |
|
| 77 | - 'type' => 'string', |
|
| 78 | - 'repeated' => true, |
|
| 79 | - ), |
|
| 80 | - 'strategy' => array( |
|
| 81 | - 'location' => 'query', |
|
| 82 | - 'type' => 'string', |
|
| 83 | - ), |
|
| 84 | - 'filter_third_party_resources' => array( |
|
| 85 | - 'location' => 'query', |
|
| 86 | - 'type' => 'boolean', |
|
| 87 | - ), |
|
| 88 | - ), |
|
| 89 | - ), |
|
| 90 | - ) |
|
| 91 | - ) |
|
| 92 | - ); |
|
| 46 | + parent::__construct($client); |
|
| 47 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 48 | + $this->servicePath = 'pagespeedonline/v2/'; |
|
| 49 | + $this->version = 'v2'; |
|
| 50 | + $this->serviceName = 'pagespeedonline'; |
|
| 51 | + |
|
| 52 | + $this->pagespeedapi = new Google_Service_Pagespeedonline_Pagespeedapi_Resource( |
|
| 53 | + $this, |
|
| 54 | + $this->serviceName, |
|
| 55 | + 'pagespeedapi', |
|
| 56 | + array( |
|
| 57 | + 'methods' => array( |
|
| 58 | + 'runpagespeed' => array( |
|
| 59 | + 'path' => 'runPagespeed', |
|
| 60 | + 'httpMethod' => 'GET', |
|
| 61 | + 'parameters' => array( |
|
| 62 | + 'url' => array( |
|
| 63 | + 'location' => 'query', |
|
| 64 | + 'type' => 'string', |
|
| 65 | + 'required' => true, |
|
| 66 | + ), |
|
| 67 | + 'screenshot' => array( |
|
| 68 | + 'location' => 'query', |
|
| 69 | + 'type' => 'boolean', |
|
| 70 | + ), |
|
| 71 | + 'locale' => array( |
|
| 72 | + 'location' => 'query', |
|
| 73 | + 'type' => 'string', |
|
| 74 | + ), |
|
| 75 | + 'rule' => array( |
|
| 76 | + 'location' => 'query', |
|
| 77 | + 'type' => 'string', |
|
| 78 | + 'repeated' => true, |
|
| 79 | + ), |
|
| 80 | + 'strategy' => array( |
|
| 81 | + 'location' => 'query', |
|
| 82 | + 'type' => 'string', |
|
| 83 | + ), |
|
| 84 | + 'filter_third_party_resources' => array( |
|
| 85 | + 'location' => 'query', |
|
| 86 | + 'type' => 'boolean', |
|
| 87 | + ), |
|
| 88 | + ), |
|
| 89 | + ), |
|
| 90 | + ) |
|
| 91 | + ) |
|
| 92 | + ); |
|
| 93 | 93 | } |
| 94 | 94 | } |
| 95 | 95 | |
@@ -125,9 +125,9 @@ discard block |
||
| 125 | 125 | */ |
| 126 | 126 | public function runpagespeed($url, $optParams = array()) |
| 127 | 127 | { |
| 128 | - $params = array('url' => $url); |
|
| 129 | - $params = array_merge($params, $optParams); |
|
| 130 | - return $this->call('runpagespeed', array($params), "Google_Service_Pagespeedonline_Result"); |
|
| 128 | + $params = array('url' => $url); |
|
| 129 | + $params = array_merge($params, $optParams); |
|
| 130 | + return $this->call('runpagespeed', array($params), "Google_Service_Pagespeedonline_Result"); |
|
| 131 | 131 | } |
| 132 | 132 | } |
| 133 | 133 | |
@@ -146,19 +146,19 @@ discard block |
||
| 146 | 146 | |
| 147 | 147 | public function setArgs($args) |
| 148 | 148 | { |
| 149 | - $this->args = $args; |
|
| 149 | + $this->args = $args; |
|
| 150 | 150 | } |
| 151 | 151 | public function getArgs() |
| 152 | 152 | { |
| 153 | - return $this->args; |
|
| 153 | + return $this->args; |
|
| 154 | 154 | } |
| 155 | 155 | public function setFormat($format) |
| 156 | 156 | { |
| 157 | - $this->format = $format; |
|
| 157 | + $this->format = $format; |
|
| 158 | 158 | } |
| 159 | 159 | public function getFormat() |
| 160 | 160 | { |
| 161 | - return $this->format; |
|
| 161 | + return $this->format; |
|
| 162 | 162 | } |
| 163 | 163 | } |
| 164 | 164 | |
@@ -166,7 +166,7 @@ discard block |
||
| 166 | 166 | { |
| 167 | 167 | protected $collection_key = 'secondary_rects'; |
| 168 | 168 | protected $internal_gapi_mappings = array( |
| 169 | - "secondaryRects" => "secondary_rects", |
|
| 169 | + "secondaryRects" => "secondary_rects", |
|
| 170 | 170 | ); |
| 171 | 171 | public $key; |
| 172 | 172 | protected $rectsType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV2ArgsRects'; |
@@ -179,43 +179,43 @@ discard block |
||
| 179 | 179 | |
| 180 | 180 | public function setKey($key) |
| 181 | 181 | { |
| 182 | - $this->key = $key; |
|
| 182 | + $this->key = $key; |
|
| 183 | 183 | } |
| 184 | 184 | public function getKey() |
| 185 | 185 | { |
| 186 | - return $this->key; |
|
| 186 | + return $this->key; |
|
| 187 | 187 | } |
| 188 | 188 | public function setRects($rects) |
| 189 | 189 | { |
| 190 | - $this->rects = $rects; |
|
| 190 | + $this->rects = $rects; |
|
| 191 | 191 | } |
| 192 | 192 | public function getRects() |
| 193 | 193 | { |
| 194 | - return $this->rects; |
|
| 194 | + return $this->rects; |
|
| 195 | 195 | } |
| 196 | 196 | public function setSecondaryRects($secondaryRects) |
| 197 | 197 | { |
| 198 | - $this->secondaryRects = $secondaryRects; |
|
| 198 | + $this->secondaryRects = $secondaryRects; |
|
| 199 | 199 | } |
| 200 | 200 | public function getSecondaryRects() |
| 201 | 201 | { |
| 202 | - return $this->secondaryRects; |
|
| 202 | + return $this->secondaryRects; |
|
| 203 | 203 | } |
| 204 | 204 | public function setType($type) |
| 205 | 205 | { |
| 206 | - $this->type = $type; |
|
| 206 | + $this->type = $type; |
|
| 207 | 207 | } |
| 208 | 208 | public function getType() |
| 209 | 209 | { |
| 210 | - return $this->type; |
|
| 210 | + return $this->type; |
|
| 211 | 211 | } |
| 212 | 212 | public function setValue($value) |
| 213 | 213 | { |
| 214 | - $this->value = $value; |
|
| 214 | + $this->value = $value; |
|
| 215 | 215 | } |
| 216 | 216 | public function getValue() |
| 217 | 217 | { |
| 218 | - return $this->value; |
|
| 218 | + return $this->value; |
|
| 219 | 219 | } |
| 220 | 220 | } |
| 221 | 221 | |
@@ -231,35 +231,35 @@ discard block |
||
| 231 | 231 | |
| 232 | 232 | public function setHeight($height) |
| 233 | 233 | { |
| 234 | - $this->height = $height; |
|
| 234 | + $this->height = $height; |
|
| 235 | 235 | } |
| 236 | 236 | public function getHeight() |
| 237 | 237 | { |
| 238 | - return $this->height; |
|
| 238 | + return $this->height; |
|
| 239 | 239 | } |
| 240 | 240 | public function setLeft($left) |
| 241 | 241 | { |
| 242 | - $this->left = $left; |
|
| 242 | + $this->left = $left; |
|
| 243 | 243 | } |
| 244 | 244 | public function getLeft() |
| 245 | 245 | { |
| 246 | - return $this->left; |
|
| 246 | + return $this->left; |
|
| 247 | 247 | } |
| 248 | 248 | public function setTop($top) |
| 249 | 249 | { |
| 250 | - $this->top = $top; |
|
| 250 | + $this->top = $top; |
|
| 251 | 251 | } |
| 252 | 252 | public function getTop() |
| 253 | 253 | { |
| 254 | - return $this->top; |
|
| 254 | + return $this->top; |
|
| 255 | 255 | } |
| 256 | 256 | public function setWidth($width) |
| 257 | 257 | { |
| 258 | - $this->width = $width; |
|
| 258 | + $this->width = $width; |
|
| 259 | 259 | } |
| 260 | 260 | public function getWidth() |
| 261 | 261 | { |
| 262 | - return $this->width; |
|
| 262 | + return $this->width; |
|
| 263 | 263 | } |
| 264 | 264 | } |
| 265 | 265 | |
@@ -275,43 +275,43 @@ discard block |
||
| 275 | 275 | |
| 276 | 276 | public function setHeight($height) |
| 277 | 277 | { |
| 278 | - $this->height = $height; |
|
| 278 | + $this->height = $height; |
|
| 279 | 279 | } |
| 280 | 280 | public function getHeight() |
| 281 | 281 | { |
| 282 | - return $this->height; |
|
| 282 | + return $this->height; |
|
| 283 | 283 | } |
| 284 | 284 | public function setLeft($left) |
| 285 | 285 | { |
| 286 | - $this->left = $left; |
|
| 286 | + $this->left = $left; |
|
| 287 | 287 | } |
| 288 | 288 | public function getLeft() |
| 289 | 289 | { |
| 290 | - return $this->left; |
|
| 290 | + return $this->left; |
|
| 291 | 291 | } |
| 292 | 292 | public function setTop($top) |
| 293 | 293 | { |
| 294 | - $this->top = $top; |
|
| 294 | + $this->top = $top; |
|
| 295 | 295 | } |
| 296 | 296 | public function getTop() |
| 297 | 297 | { |
| 298 | - return $this->top; |
|
| 298 | + return $this->top; |
|
| 299 | 299 | } |
| 300 | 300 | public function setWidth($width) |
| 301 | 301 | { |
| 302 | - $this->width = $width; |
|
| 302 | + $this->width = $width; |
|
| 303 | 303 | } |
| 304 | 304 | public function getWidth() |
| 305 | 305 | { |
| 306 | - return $this->width; |
|
| 306 | + return $this->width; |
|
| 307 | 307 | } |
| 308 | 308 | } |
| 309 | 309 | |
| 310 | 310 | class Google_Service_Pagespeedonline_PagespeedApiImageV2 extends Google_Model |
| 311 | 311 | { |
| 312 | 312 | protected $internal_gapi_mappings = array( |
| 313 | - "mimeType" => "mime_type", |
|
| 314 | - "pageRect" => "page_rect", |
|
| 313 | + "mimeType" => "mime_type", |
|
| 314 | + "pageRect" => "page_rect", |
|
| 315 | 315 | ); |
| 316 | 316 | public $data; |
| 317 | 317 | public $height; |
@@ -324,51 +324,51 @@ discard block |
||
| 324 | 324 | |
| 325 | 325 | public function setData($data) |
| 326 | 326 | { |
| 327 | - $this->data = $data; |
|
| 327 | + $this->data = $data; |
|
| 328 | 328 | } |
| 329 | 329 | public function getData() |
| 330 | 330 | { |
| 331 | - return $this->data; |
|
| 331 | + return $this->data; |
|
| 332 | 332 | } |
| 333 | 333 | public function setHeight($height) |
| 334 | 334 | { |
| 335 | - $this->height = $height; |
|
| 335 | + $this->height = $height; |
|
| 336 | 336 | } |
| 337 | 337 | public function getHeight() |
| 338 | 338 | { |
| 339 | - return $this->height; |
|
| 339 | + return $this->height; |
|
| 340 | 340 | } |
| 341 | 341 | public function setKey($key) |
| 342 | 342 | { |
| 343 | - $this->key = $key; |
|
| 343 | + $this->key = $key; |
|
| 344 | 344 | } |
| 345 | 345 | public function getKey() |
| 346 | 346 | { |
| 347 | - return $this->key; |
|
| 347 | + return $this->key; |
|
| 348 | 348 | } |
| 349 | 349 | public function setMimeType($mimeType) |
| 350 | 350 | { |
| 351 | - $this->mimeType = $mimeType; |
|
| 351 | + $this->mimeType = $mimeType; |
|
| 352 | 352 | } |
| 353 | 353 | public function getMimeType() |
| 354 | 354 | { |
| 355 | - return $this->mimeType; |
|
| 355 | + return $this->mimeType; |
|
| 356 | 356 | } |
| 357 | 357 | public function setPageRect(Google_Service_Pagespeedonline_PagespeedApiImageV2PageRect $pageRect) |
| 358 | 358 | { |
| 359 | - $this->pageRect = $pageRect; |
|
| 359 | + $this->pageRect = $pageRect; |
|
| 360 | 360 | } |
| 361 | 361 | public function getPageRect() |
| 362 | 362 | { |
| 363 | - return $this->pageRect; |
|
| 363 | + return $this->pageRect; |
|
| 364 | 364 | } |
| 365 | 365 | public function setWidth($width) |
| 366 | 366 | { |
| 367 | - $this->width = $width; |
|
| 367 | + $this->width = $width; |
|
| 368 | 368 | } |
| 369 | 369 | public function getWidth() |
| 370 | 370 | { |
| 371 | - return $this->width; |
|
| 371 | + return $this->width; |
|
| 372 | 372 | } |
| 373 | 373 | } |
| 374 | 374 | |
@@ -384,35 +384,35 @@ discard block |
||
| 384 | 384 | |
| 385 | 385 | public function setHeight($height) |
| 386 | 386 | { |
| 387 | - $this->height = $height; |
|
| 387 | + $this->height = $height; |
|
| 388 | 388 | } |
| 389 | 389 | public function getHeight() |
| 390 | 390 | { |
| 391 | - return $this->height; |
|
| 391 | + return $this->height; |
|
| 392 | 392 | } |
| 393 | 393 | public function setLeft($left) |
| 394 | 394 | { |
| 395 | - $this->left = $left; |
|
| 395 | + $this->left = $left; |
|
| 396 | 396 | } |
| 397 | 397 | public function getLeft() |
| 398 | 398 | { |
| 399 | - return $this->left; |
|
| 399 | + return $this->left; |
|
| 400 | 400 | } |
| 401 | 401 | public function setTop($top) |
| 402 | 402 | { |
| 403 | - $this->top = $top; |
|
| 403 | + $this->top = $top; |
|
| 404 | 404 | } |
| 405 | 405 | public function getTop() |
| 406 | 406 | { |
| 407 | - return $this->top; |
|
| 407 | + return $this->top; |
|
| 408 | 408 | } |
| 409 | 409 | public function setWidth($width) |
| 410 | 410 | { |
| 411 | - $this->width = $width; |
|
| 411 | + $this->width = $width; |
|
| 412 | 412 | } |
| 413 | 413 | public function getWidth() |
| 414 | 414 | { |
| 415 | - return $this->width; |
|
| 415 | + return $this->width; |
|
| 416 | 416 | } |
| 417 | 417 | } |
| 418 | 418 | |
@@ -440,83 +440,83 @@ discard block |
||
| 440 | 440 | |
| 441 | 441 | public function setFormattedResults(Google_Service_Pagespeedonline_ResultFormattedResults $formattedResults) |
| 442 | 442 | { |
| 443 | - $this->formattedResults = $formattedResults; |
|
| 443 | + $this->formattedResults = $formattedResults; |
|
| 444 | 444 | } |
| 445 | 445 | public function getFormattedResults() |
| 446 | 446 | { |
| 447 | - return $this->formattedResults; |
|
| 447 | + return $this->formattedResults; |
|
| 448 | 448 | } |
| 449 | 449 | public function setId($id) |
| 450 | 450 | { |
| 451 | - $this->id = $id; |
|
| 451 | + $this->id = $id; |
|
| 452 | 452 | } |
| 453 | 453 | public function getId() |
| 454 | 454 | { |
| 455 | - return $this->id; |
|
| 455 | + return $this->id; |
|
| 456 | 456 | } |
| 457 | 457 | public function setInvalidRules($invalidRules) |
| 458 | 458 | { |
| 459 | - $this->invalidRules = $invalidRules; |
|
| 459 | + $this->invalidRules = $invalidRules; |
|
| 460 | 460 | } |
| 461 | 461 | public function getInvalidRules() |
| 462 | 462 | { |
| 463 | - return $this->invalidRules; |
|
| 463 | + return $this->invalidRules; |
|
| 464 | 464 | } |
| 465 | 465 | public function setKind($kind) |
| 466 | 466 | { |
| 467 | - $this->kind = $kind; |
|
| 467 | + $this->kind = $kind; |
|
| 468 | 468 | } |
| 469 | 469 | public function getKind() |
| 470 | 470 | { |
| 471 | - return $this->kind; |
|
| 471 | + return $this->kind; |
|
| 472 | 472 | } |
| 473 | 473 | public function setPageStats(Google_Service_Pagespeedonline_ResultPageStats $pageStats) |
| 474 | 474 | { |
| 475 | - $this->pageStats = $pageStats; |
|
| 475 | + $this->pageStats = $pageStats; |
|
| 476 | 476 | } |
| 477 | 477 | public function getPageStats() |
| 478 | 478 | { |
| 479 | - return $this->pageStats; |
|
| 479 | + return $this->pageStats; |
|
| 480 | 480 | } |
| 481 | 481 | public function setResponseCode($responseCode) |
| 482 | 482 | { |
| 483 | - $this->responseCode = $responseCode; |
|
| 483 | + $this->responseCode = $responseCode; |
|
| 484 | 484 | } |
| 485 | 485 | public function getResponseCode() |
| 486 | 486 | { |
| 487 | - return $this->responseCode; |
|
| 487 | + return $this->responseCode; |
|
| 488 | 488 | } |
| 489 | 489 | public function setRuleGroups($ruleGroups) |
| 490 | 490 | { |
| 491 | - $this->ruleGroups = $ruleGroups; |
|
| 491 | + $this->ruleGroups = $ruleGroups; |
|
| 492 | 492 | } |
| 493 | 493 | public function getRuleGroups() |
| 494 | 494 | { |
| 495 | - return $this->ruleGroups; |
|
| 495 | + return $this->ruleGroups; |
|
| 496 | 496 | } |
| 497 | 497 | public function setScreenshot(Google_Service_Pagespeedonline_PagespeedApiImageV2 $screenshot) |
| 498 | 498 | { |
| 499 | - $this->screenshot = $screenshot; |
|
| 499 | + $this->screenshot = $screenshot; |
|
| 500 | 500 | } |
| 501 | 501 | public function getScreenshot() |
| 502 | 502 | { |
| 503 | - return $this->screenshot; |
|
| 503 | + return $this->screenshot; |
|
| 504 | 504 | } |
| 505 | 505 | public function setTitle($title) |
| 506 | 506 | { |
| 507 | - $this->title = $title; |
|
| 507 | + $this->title = $title; |
|
| 508 | 508 | } |
| 509 | 509 | public function getTitle() |
| 510 | 510 | { |
| 511 | - return $this->title; |
|
| 511 | + return $this->title; |
|
| 512 | 512 | } |
| 513 | 513 | public function setVersion(Google_Service_Pagespeedonline_ResultVersion $version) |
| 514 | 514 | { |
| 515 | - $this->version = $version; |
|
| 515 | + $this->version = $version; |
|
| 516 | 516 | } |
| 517 | 517 | public function getVersion() |
| 518 | 518 | { |
| 519 | - return $this->version; |
|
| 519 | + return $this->version; |
|
| 520 | 520 | } |
| 521 | 521 | } |
| 522 | 522 | |
@@ -531,19 +531,19 @@ discard block |
||
| 531 | 531 | |
| 532 | 532 | public function setLocale($locale) |
| 533 | 533 | { |
| 534 | - $this->locale = $locale; |
|
| 534 | + $this->locale = $locale; |
|
| 535 | 535 | } |
| 536 | 536 | public function getLocale() |
| 537 | 537 | { |
| 538 | - return $this->locale; |
|
| 538 | + return $this->locale; |
|
| 539 | 539 | } |
| 540 | 540 | public function setRuleResults($ruleResults) |
| 541 | 541 | { |
| 542 | - $this->ruleResults = $ruleResults; |
|
| 542 | + $this->ruleResults = $ruleResults; |
|
| 543 | 543 | } |
| 544 | 544 | public function getRuleResults() |
| 545 | 545 | { |
| 546 | - return $this->ruleResults; |
|
| 546 | + return $this->ruleResults; |
|
| 547 | 547 | } |
| 548 | 548 | } |
| 549 | 549 | |
@@ -567,43 +567,43 @@ discard block |
||
| 567 | 567 | |
| 568 | 568 | public function setGroups($groups) |
| 569 | 569 | { |
| 570 | - $this->groups = $groups; |
|
| 570 | + $this->groups = $groups; |
|
| 571 | 571 | } |
| 572 | 572 | public function getGroups() |
| 573 | 573 | { |
| 574 | - return $this->groups; |
|
| 574 | + return $this->groups; |
|
| 575 | 575 | } |
| 576 | 576 | public function setLocalizedRuleName($localizedRuleName) |
| 577 | 577 | { |
| 578 | - $this->localizedRuleName = $localizedRuleName; |
|
| 578 | + $this->localizedRuleName = $localizedRuleName; |
|
| 579 | 579 | } |
| 580 | 580 | public function getLocalizedRuleName() |
| 581 | 581 | { |
| 582 | - return $this->localizedRuleName; |
|
| 582 | + return $this->localizedRuleName; |
|
| 583 | 583 | } |
| 584 | 584 | public function setRuleImpact($ruleImpact) |
| 585 | 585 | { |
| 586 | - $this->ruleImpact = $ruleImpact; |
|
| 586 | + $this->ruleImpact = $ruleImpact; |
|
| 587 | 587 | } |
| 588 | 588 | public function getRuleImpact() |
| 589 | 589 | { |
| 590 | - return $this->ruleImpact; |
|
| 590 | + return $this->ruleImpact; |
|
| 591 | 591 | } |
| 592 | 592 | public function setSummary(Google_Service_Pagespeedonline_PagespeedApiFormatStringV2 $summary) |
| 593 | 593 | { |
| 594 | - $this->summary = $summary; |
|
| 594 | + $this->summary = $summary; |
|
| 595 | 595 | } |
| 596 | 596 | public function getSummary() |
| 597 | 597 | { |
| 598 | - return $this->summary; |
|
| 598 | + return $this->summary; |
|
| 599 | 599 | } |
| 600 | 600 | public function setUrlBlocks($urlBlocks) |
| 601 | 601 | { |
| 602 | - $this->urlBlocks = $urlBlocks; |
|
| 602 | + $this->urlBlocks = $urlBlocks; |
|
| 603 | 603 | } |
| 604 | 604 | public function getUrlBlocks() |
| 605 | 605 | { |
| 606 | - return $this->urlBlocks; |
|
| 606 | + return $this->urlBlocks; |
|
| 607 | 607 | } |
| 608 | 608 | } |
| 609 | 609 | |
@@ -620,19 +620,19 @@ discard block |
||
| 620 | 620 | |
| 621 | 621 | public function setHeader(Google_Service_Pagespeedonline_PagespeedApiFormatStringV2 $header) |
| 622 | 622 | { |
| 623 | - $this->header = $header; |
|
| 623 | + $this->header = $header; |
|
| 624 | 624 | } |
| 625 | 625 | public function getHeader() |
| 626 | 626 | { |
| 627 | - return $this->header; |
|
| 627 | + return $this->header; |
|
| 628 | 628 | } |
| 629 | 629 | public function setUrls($urls) |
| 630 | 630 | { |
| 631 | - $this->urls = $urls; |
|
| 631 | + $this->urls = $urls; |
|
| 632 | 632 | } |
| 633 | 633 | public function getUrls() |
| 634 | 634 | { |
| 635 | - return $this->urls; |
|
| 635 | + return $this->urls; |
|
| 636 | 636 | } |
| 637 | 637 | } |
| 638 | 638 | |
@@ -649,19 +649,19 @@ discard block |
||
| 649 | 649 | |
| 650 | 650 | public function setDetails($details) |
| 651 | 651 | { |
| 652 | - $this->details = $details; |
|
| 652 | + $this->details = $details; |
|
| 653 | 653 | } |
| 654 | 654 | public function getDetails() |
| 655 | 655 | { |
| 656 | - return $this->details; |
|
| 656 | + return $this->details; |
|
| 657 | 657 | } |
| 658 | 658 | public function setResult(Google_Service_Pagespeedonline_PagespeedApiFormatStringV2 $result) |
| 659 | 659 | { |
| 660 | - $this->result = $result; |
|
| 660 | + $this->result = $result; |
|
| 661 | 661 | } |
| 662 | 662 | public function getResult() |
| 663 | 663 | { |
| 664 | - return $this->result; |
|
| 664 | + return $this->result; |
|
| 665 | 665 | } |
| 666 | 666 | } |
| 667 | 667 | |
@@ -686,107 +686,107 @@ discard block |
||
| 686 | 686 | |
| 687 | 687 | public function setCssResponseBytes($cssResponseBytes) |
| 688 | 688 | { |
| 689 | - $this->cssResponseBytes = $cssResponseBytes; |
|
| 689 | + $this->cssResponseBytes = $cssResponseBytes; |
|
| 690 | 690 | } |
| 691 | 691 | public function getCssResponseBytes() |
| 692 | 692 | { |
| 693 | - return $this->cssResponseBytes; |
|
| 693 | + return $this->cssResponseBytes; |
|
| 694 | 694 | } |
| 695 | 695 | public function setFlashResponseBytes($flashResponseBytes) |
| 696 | 696 | { |
| 697 | - $this->flashResponseBytes = $flashResponseBytes; |
|
| 697 | + $this->flashResponseBytes = $flashResponseBytes; |
|
| 698 | 698 | } |
| 699 | 699 | public function getFlashResponseBytes() |
| 700 | 700 | { |
| 701 | - return $this->flashResponseBytes; |
|
| 701 | + return $this->flashResponseBytes; |
|
| 702 | 702 | } |
| 703 | 703 | public function setHtmlResponseBytes($htmlResponseBytes) |
| 704 | 704 | { |
| 705 | - $this->htmlResponseBytes = $htmlResponseBytes; |
|
| 705 | + $this->htmlResponseBytes = $htmlResponseBytes; |
|
| 706 | 706 | } |
| 707 | 707 | public function getHtmlResponseBytes() |
| 708 | 708 | { |
| 709 | - return $this->htmlResponseBytes; |
|
| 709 | + return $this->htmlResponseBytes; |
|
| 710 | 710 | } |
| 711 | 711 | public function setImageResponseBytes($imageResponseBytes) |
| 712 | 712 | { |
| 713 | - $this->imageResponseBytes = $imageResponseBytes; |
|
| 713 | + $this->imageResponseBytes = $imageResponseBytes; |
|
| 714 | 714 | } |
| 715 | 715 | public function getImageResponseBytes() |
| 716 | 716 | { |
| 717 | - return $this->imageResponseBytes; |
|
| 717 | + return $this->imageResponseBytes; |
|
| 718 | 718 | } |
| 719 | 719 | public function setJavascriptResponseBytes($javascriptResponseBytes) |
| 720 | 720 | { |
| 721 | - $this->javascriptResponseBytes = $javascriptResponseBytes; |
|
| 721 | + $this->javascriptResponseBytes = $javascriptResponseBytes; |
|
| 722 | 722 | } |
| 723 | 723 | public function getJavascriptResponseBytes() |
| 724 | 724 | { |
| 725 | - return $this->javascriptResponseBytes; |
|
| 725 | + return $this->javascriptResponseBytes; |
|
| 726 | 726 | } |
| 727 | 727 | public function setNumberCssResources($numberCssResources) |
| 728 | 728 | { |
| 729 | - $this->numberCssResources = $numberCssResources; |
|
| 729 | + $this->numberCssResources = $numberCssResources; |
|
| 730 | 730 | } |
| 731 | 731 | public function getNumberCssResources() |
| 732 | 732 | { |
| 733 | - return $this->numberCssResources; |
|
| 733 | + return $this->numberCssResources; |
|
| 734 | 734 | } |
| 735 | 735 | public function setNumberHosts($numberHosts) |
| 736 | 736 | { |
| 737 | - $this->numberHosts = $numberHosts; |
|
| 737 | + $this->numberHosts = $numberHosts; |
|
| 738 | 738 | } |
| 739 | 739 | public function getNumberHosts() |
| 740 | 740 | { |
| 741 | - return $this->numberHosts; |
|
| 741 | + return $this->numberHosts; |
|
| 742 | 742 | } |
| 743 | 743 | public function setNumberJsResources($numberJsResources) |
| 744 | 744 | { |
| 745 | - $this->numberJsResources = $numberJsResources; |
|
| 745 | + $this->numberJsResources = $numberJsResources; |
|
| 746 | 746 | } |
| 747 | 747 | public function getNumberJsResources() |
| 748 | 748 | { |
| 749 | - return $this->numberJsResources; |
|
| 749 | + return $this->numberJsResources; |
|
| 750 | 750 | } |
| 751 | 751 | public function setNumberResources($numberResources) |
| 752 | 752 | { |
| 753 | - $this->numberResources = $numberResources; |
|
| 753 | + $this->numberResources = $numberResources; |
|
| 754 | 754 | } |
| 755 | 755 | public function getNumberResources() |
| 756 | 756 | { |
| 757 | - return $this->numberResources; |
|
| 757 | + return $this->numberResources; |
|
| 758 | 758 | } |
| 759 | 759 | public function setNumberStaticResources($numberStaticResources) |
| 760 | 760 | { |
| 761 | - $this->numberStaticResources = $numberStaticResources; |
|
| 761 | + $this->numberStaticResources = $numberStaticResources; |
|
| 762 | 762 | } |
| 763 | 763 | public function getNumberStaticResources() |
| 764 | 764 | { |
| 765 | - return $this->numberStaticResources; |
|
| 765 | + return $this->numberStaticResources; |
|
| 766 | 766 | } |
| 767 | 767 | public function setOtherResponseBytes($otherResponseBytes) |
| 768 | 768 | { |
| 769 | - $this->otherResponseBytes = $otherResponseBytes; |
|
| 769 | + $this->otherResponseBytes = $otherResponseBytes; |
|
| 770 | 770 | } |
| 771 | 771 | public function getOtherResponseBytes() |
| 772 | 772 | { |
| 773 | - return $this->otherResponseBytes; |
|
| 773 | + return $this->otherResponseBytes; |
|
| 774 | 774 | } |
| 775 | 775 | public function setTextResponseBytes($textResponseBytes) |
| 776 | 776 | { |
| 777 | - $this->textResponseBytes = $textResponseBytes; |
|
| 777 | + $this->textResponseBytes = $textResponseBytes; |
|
| 778 | 778 | } |
| 779 | 779 | public function getTextResponseBytes() |
| 780 | 780 | { |
| 781 | - return $this->textResponseBytes; |
|
| 781 | + return $this->textResponseBytes; |
|
| 782 | 782 | } |
| 783 | 783 | public function setTotalRequestBytes($totalRequestBytes) |
| 784 | 784 | { |
| 785 | - $this->totalRequestBytes = $totalRequestBytes; |
|
| 785 | + $this->totalRequestBytes = $totalRequestBytes; |
|
| 786 | 786 | } |
| 787 | 787 | public function getTotalRequestBytes() |
| 788 | 788 | { |
| 789 | - return $this->totalRequestBytes; |
|
| 789 | + return $this->totalRequestBytes; |
|
| 790 | 790 | } |
| 791 | 791 | } |
| 792 | 792 | |
@@ -803,11 +803,11 @@ discard block |
||
| 803 | 803 | |
| 804 | 804 | public function setScore($score) |
| 805 | 805 | { |
| 806 | - $this->score = $score; |
|
| 806 | + $this->score = $score; |
|
| 807 | 807 | } |
| 808 | 808 | public function getScore() |
| 809 | 809 | { |
| 810 | - return $this->score; |
|
| 810 | + return $this->score; |
|
| 811 | 811 | } |
| 812 | 812 | } |
| 813 | 813 | |
@@ -821,18 +821,18 @@ discard block |
||
| 821 | 821 | |
| 822 | 822 | public function setMajor($major) |
| 823 | 823 | { |
| 824 | - $this->major = $major; |
|
| 824 | + $this->major = $major; |
|
| 825 | 825 | } |
| 826 | 826 | public function getMajor() |
| 827 | 827 | { |
| 828 | - return $this->major; |
|
| 828 | + return $this->major; |
|
| 829 | 829 | } |
| 830 | 830 | public function setMinor($minor) |
| 831 | 831 | { |
| 832 | - $this->minor = $minor; |
|
| 832 | + $this->minor = $minor; |
|
| 833 | 833 | } |
| 834 | 834 | public function getMinor() |
| 835 | 835 | { |
| 836 | - return $this->minor; |
|
| 836 | + return $this->minor; |
|
| 837 | 837 | } |
| 838 | 838 | } |
@@ -32,16 +32,16 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** Know your basic profile info and list of people in your circles.. */ |
| 34 | 34 | const PLUS_LOGIN = |
| 35 | - "https://www.googleapis.com/auth/plus.login"; |
|
| 35 | + "https://www.googleapis.com/auth/plus.login"; |
|
| 36 | 36 | /** Know who you are on Google. */ |
| 37 | 37 | const PLUS_ME = |
| 38 | - "https://www.googleapis.com/auth/plus.me"; |
|
| 38 | + "https://www.googleapis.com/auth/plus.me"; |
|
| 39 | 39 | /** View your email address. */ |
| 40 | 40 | const USERINFO_EMAIL = |
| 41 | - "https://www.googleapis.com/auth/userinfo.email"; |
|
| 41 | + "https://www.googleapis.com/auth/userinfo.email"; |
|
| 42 | 42 | /** View your basic profile info. */ |
| 43 | 43 | const USERINFO_PROFILE = |
| 44 | - "https://www.googleapis.com/auth/userinfo.profile"; |
|
| 44 | + "https://www.googleapis.com/auth/userinfo.profile"; |
|
| 45 | 45 | |
| 46 | 46 | public $userinfo; |
| 47 | 47 | public $userinfo_v2_me; |
@@ -54,71 +54,71 @@ 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 = ''; |
|
| 60 | - $this->version = 'v2'; |
|
| 61 | - $this->serviceName = 'oauth2'; |
|
| 57 | + parent::__construct($client); |
|
| 58 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 59 | + $this->servicePath = ''; |
|
| 60 | + $this->version = 'v2'; |
|
| 61 | + $this->serviceName = 'oauth2'; |
|
| 62 | 62 | |
| 63 | - $this->userinfo = new Google_Service_Oauth2_Userinfo_Resource( |
|
| 64 | - $this, |
|
| 65 | - $this->serviceName, |
|
| 66 | - 'userinfo', |
|
| 67 | - array( |
|
| 68 | - 'methods' => array( |
|
| 69 | - 'get' => array( |
|
| 70 | - 'path' => 'oauth2/v2/userinfo', |
|
| 71 | - 'httpMethod' => 'GET', |
|
| 72 | - 'parameters' => array(), |
|
| 73 | - ), |
|
| 74 | - ) |
|
| 75 | - ) |
|
| 76 | - ); |
|
| 77 | - $this->userinfo_v2_me = new Google_Service_Oauth2_UserinfoV2Me_Resource( |
|
| 78 | - $this, |
|
| 79 | - $this->serviceName, |
|
| 80 | - 'me', |
|
| 81 | - array( |
|
| 82 | - 'methods' => array( |
|
| 83 | - 'get' => array( |
|
| 84 | - 'path' => 'userinfo/v2/me', |
|
| 85 | - 'httpMethod' => 'GET', |
|
| 86 | - 'parameters' => array(), |
|
| 87 | - ), |
|
| 88 | - ) |
|
| 89 | - ) |
|
| 90 | - ); |
|
| 91 | - $this->base_methods = new Google_Service_Resource( |
|
| 92 | - $this, |
|
| 93 | - $this->serviceName, |
|
| 94 | - '', |
|
| 95 | - array( |
|
| 96 | - 'methods' => array( |
|
| 97 | - 'getCertForOpenIdConnect' => array( |
|
| 98 | - 'path' => 'oauth2/v2/certs', |
|
| 99 | - 'httpMethod' => 'GET', |
|
| 100 | - 'parameters' => array(), |
|
| 101 | - ),'tokeninfo' => array( |
|
| 102 | - 'path' => 'oauth2/v2/tokeninfo', |
|
| 103 | - 'httpMethod' => 'POST', |
|
| 104 | - 'parameters' => array( |
|
| 105 | - 'access_token' => array( |
|
| 106 | - 'location' => 'query', |
|
| 107 | - 'type' => 'string', |
|
| 108 | - ), |
|
| 109 | - 'id_token' => array( |
|
| 110 | - 'location' => 'query', |
|
| 111 | - 'type' => 'string', |
|
| 112 | - ), |
|
| 113 | - 'token_handle' => array( |
|
| 114 | - 'location' => 'query', |
|
| 115 | - 'type' => 'string', |
|
| 116 | - ), |
|
| 117 | - ), |
|
| 118 | - ), |
|
| 119 | - ) |
|
| 120 | - ) |
|
| 121 | - ); |
|
| 63 | + $this->userinfo = new Google_Service_Oauth2_Userinfo_Resource( |
|
| 64 | + $this, |
|
| 65 | + $this->serviceName, |
|
| 66 | + 'userinfo', |
|
| 67 | + array( |
|
| 68 | + 'methods' => array( |
|
| 69 | + 'get' => array( |
|
| 70 | + 'path' => 'oauth2/v2/userinfo', |
|
| 71 | + 'httpMethod' => 'GET', |
|
| 72 | + 'parameters' => array(), |
|
| 73 | + ), |
|
| 74 | + ) |
|
| 75 | + ) |
|
| 76 | + ); |
|
| 77 | + $this->userinfo_v2_me = new Google_Service_Oauth2_UserinfoV2Me_Resource( |
|
| 78 | + $this, |
|
| 79 | + $this->serviceName, |
|
| 80 | + 'me', |
|
| 81 | + array( |
|
| 82 | + 'methods' => array( |
|
| 83 | + 'get' => array( |
|
| 84 | + 'path' => 'userinfo/v2/me', |
|
| 85 | + 'httpMethod' => 'GET', |
|
| 86 | + 'parameters' => array(), |
|
| 87 | + ), |
|
| 88 | + ) |
|
| 89 | + ) |
|
| 90 | + ); |
|
| 91 | + $this->base_methods = new Google_Service_Resource( |
|
| 92 | + $this, |
|
| 93 | + $this->serviceName, |
|
| 94 | + '', |
|
| 95 | + array( |
|
| 96 | + 'methods' => array( |
|
| 97 | + 'getCertForOpenIdConnect' => array( |
|
| 98 | + 'path' => 'oauth2/v2/certs', |
|
| 99 | + 'httpMethod' => 'GET', |
|
| 100 | + 'parameters' => array(), |
|
| 101 | + ),'tokeninfo' => array( |
|
| 102 | + 'path' => 'oauth2/v2/tokeninfo', |
|
| 103 | + 'httpMethod' => 'POST', |
|
| 104 | + 'parameters' => array( |
|
| 105 | + 'access_token' => array( |
|
| 106 | + 'location' => 'query', |
|
| 107 | + 'type' => 'string', |
|
| 108 | + ), |
|
| 109 | + 'id_token' => array( |
|
| 110 | + 'location' => 'query', |
|
| 111 | + 'type' => 'string', |
|
| 112 | + ), |
|
| 113 | + 'token_handle' => array( |
|
| 114 | + 'location' => 'query', |
|
| 115 | + 'type' => 'string', |
|
| 116 | + ), |
|
| 117 | + ), |
|
| 118 | + ), |
|
| 119 | + ) |
|
| 120 | + ) |
|
| 121 | + ); |
|
| 122 | 122 | } |
| 123 | 123 | /** |
| 124 | 124 | * (getCertForOpenIdConnect) |
@@ -128,9 +128,9 @@ discard block |
||
| 128 | 128 | */ |
| 129 | 129 | public function getCertForOpenIdConnect($optParams = array()) |
| 130 | 130 | { |
| 131 | - $params = array(); |
|
| 132 | - $params = array_merge($params, $optParams); |
|
| 133 | - return $this->base_methods->call('getCertForOpenIdConnect', array($params), "Google_Service_Oauth2_Jwk"); |
|
| 131 | + $params = array(); |
|
| 132 | + $params = array_merge($params, $optParams); |
|
| 133 | + return $this->base_methods->call('getCertForOpenIdConnect', array($params), "Google_Service_Oauth2_Jwk"); |
|
| 134 | 134 | } |
| 135 | 135 | /** |
| 136 | 136 | * (tokeninfo) |
@@ -144,9 +144,9 @@ discard block |
||
| 144 | 144 | */ |
| 145 | 145 | public function tokeninfo($optParams = array()) |
| 146 | 146 | { |
| 147 | - $params = array(); |
|
| 148 | - $params = array_merge($params, $optParams); |
|
| 149 | - return $this->base_methods->call('tokeninfo', array($params), "Google_Service_Oauth2_Tokeninfo"); |
|
| 147 | + $params = array(); |
|
| 148 | + $params = array_merge($params, $optParams); |
|
| 149 | + return $this->base_methods->call('tokeninfo', array($params), "Google_Service_Oauth2_Tokeninfo"); |
|
| 150 | 150 | } |
| 151 | 151 | } |
| 152 | 152 | |
@@ -170,9 +170,9 @@ discard block |
||
| 170 | 170 | */ |
| 171 | 171 | public function get($optParams = array()) |
| 172 | 172 | { |
| 173 | - $params = array(); |
|
| 174 | - $params = array_merge($params, $optParams); |
|
| 175 | - return $this->call('get', array($params), "Google_Service_Oauth2_Userinfoplus"); |
|
| 173 | + $params = array(); |
|
| 174 | + $params = array_merge($params, $optParams); |
|
| 175 | + return $this->call('get', array($params), "Google_Service_Oauth2_Userinfoplus"); |
|
| 176 | 176 | } |
| 177 | 177 | } |
| 178 | 178 | |
@@ -207,9 +207,9 @@ discard block |
||
| 207 | 207 | */ |
| 208 | 208 | public function get($optParams = array()) |
| 209 | 209 | { |
| 210 | - $params = array(); |
|
| 211 | - $params = array_merge($params, $optParams); |
|
| 212 | - return $this->call('get', array($params), "Google_Service_Oauth2_Userinfoplus"); |
|
| 210 | + $params = array(); |
|
| 211 | + $params = array_merge($params, $optParams); |
|
| 212 | + return $this->call('get', array($params), "Google_Service_Oauth2_Userinfoplus"); |
|
| 213 | 213 | } |
| 214 | 214 | } |
| 215 | 215 | |
@@ -227,11 +227,11 @@ discard block |
||
| 227 | 227 | |
| 228 | 228 | public function setKeys($keys) |
| 229 | 229 | { |
| 230 | - $this->keys = $keys; |
|
| 230 | + $this->keys = $keys; |
|
| 231 | 231 | } |
| 232 | 232 | public function getKeys() |
| 233 | 233 | { |
| 234 | - return $this->keys; |
|
| 234 | + return $this->keys; |
|
| 235 | 235 | } |
| 236 | 236 | } |
| 237 | 237 | |
@@ -249,63 +249,63 @@ discard block |
||
| 249 | 249 | |
| 250 | 250 | public function setAlg($alg) |
| 251 | 251 | { |
| 252 | - $this->alg = $alg; |
|
| 252 | + $this->alg = $alg; |
|
| 253 | 253 | } |
| 254 | 254 | public function getAlg() |
| 255 | 255 | { |
| 256 | - return $this->alg; |
|
| 256 | + return $this->alg; |
|
| 257 | 257 | } |
| 258 | 258 | public function setE($e) |
| 259 | 259 | { |
| 260 | - $this->e = $e; |
|
| 260 | + $this->e = $e; |
|
| 261 | 261 | } |
| 262 | 262 | public function getE() |
| 263 | 263 | { |
| 264 | - return $this->e; |
|
| 264 | + return $this->e; |
|
| 265 | 265 | } |
| 266 | 266 | public function setKid($kid) |
| 267 | 267 | { |
| 268 | - $this->kid = $kid; |
|
| 268 | + $this->kid = $kid; |
|
| 269 | 269 | } |
| 270 | 270 | public function getKid() |
| 271 | 271 | { |
| 272 | - return $this->kid; |
|
| 272 | + return $this->kid; |
|
| 273 | 273 | } |
| 274 | 274 | public function setKty($kty) |
| 275 | 275 | { |
| 276 | - $this->kty = $kty; |
|
| 276 | + $this->kty = $kty; |
|
| 277 | 277 | } |
| 278 | 278 | public function getKty() |
| 279 | 279 | { |
| 280 | - return $this->kty; |
|
| 280 | + return $this->kty; |
|
| 281 | 281 | } |
| 282 | 282 | public function setN($n) |
| 283 | 283 | { |
| 284 | - $this->n = $n; |
|
| 284 | + $this->n = $n; |
|
| 285 | 285 | } |
| 286 | 286 | public function getN() |
| 287 | 287 | { |
| 288 | - return $this->n; |
|
| 288 | + return $this->n; |
|
| 289 | 289 | } |
| 290 | 290 | public function setUse($use) |
| 291 | 291 | { |
| 292 | - $this->use = $use; |
|
| 292 | + $this->use = $use; |
|
| 293 | 293 | } |
| 294 | 294 | public function getUse() |
| 295 | 295 | { |
| 296 | - return $this->use; |
|
| 296 | + return $this->use; |
|
| 297 | 297 | } |
| 298 | 298 | } |
| 299 | 299 | |
| 300 | 300 | class Google_Service_Oauth2_Tokeninfo extends Google_Model |
| 301 | 301 | { |
| 302 | 302 | protected $internal_gapi_mappings = array( |
| 303 | - "accessType" => "access_type", |
|
| 304 | - "expiresIn" => "expires_in", |
|
| 305 | - "issuedTo" => "issued_to", |
|
| 306 | - "tokenHandle" => "token_handle", |
|
| 307 | - "userId" => "user_id", |
|
| 308 | - "verifiedEmail" => "verified_email", |
|
| 303 | + "accessType" => "access_type", |
|
| 304 | + "expiresIn" => "expires_in", |
|
| 305 | + "issuedTo" => "issued_to", |
|
| 306 | + "tokenHandle" => "token_handle", |
|
| 307 | + "userId" => "user_id", |
|
| 308 | + "verifiedEmail" => "verified_email", |
|
| 309 | 309 | ); |
| 310 | 310 | public $accessType; |
| 311 | 311 | public $audience; |
@@ -320,84 +320,84 @@ discard block |
||
| 320 | 320 | |
| 321 | 321 | public function setAccessType($accessType) |
| 322 | 322 | { |
| 323 | - $this->accessType = $accessType; |
|
| 323 | + $this->accessType = $accessType; |
|
| 324 | 324 | } |
| 325 | 325 | public function getAccessType() |
| 326 | 326 | { |
| 327 | - return $this->accessType; |
|
| 327 | + return $this->accessType; |
|
| 328 | 328 | } |
| 329 | 329 | public function setAudience($audience) |
| 330 | 330 | { |
| 331 | - $this->audience = $audience; |
|
| 331 | + $this->audience = $audience; |
|
| 332 | 332 | } |
| 333 | 333 | public function getAudience() |
| 334 | 334 | { |
| 335 | - return $this->audience; |
|
| 335 | + return $this->audience; |
|
| 336 | 336 | } |
| 337 | 337 | public function setEmail($email) |
| 338 | 338 | { |
| 339 | - $this->email = $email; |
|
| 339 | + $this->email = $email; |
|
| 340 | 340 | } |
| 341 | 341 | public function getEmail() |
| 342 | 342 | { |
| 343 | - return $this->email; |
|
| 343 | + return $this->email; |
|
| 344 | 344 | } |
| 345 | 345 | public function setExpiresIn($expiresIn) |
| 346 | 346 | { |
| 347 | - $this->expiresIn = $expiresIn; |
|
| 347 | + $this->expiresIn = $expiresIn; |
|
| 348 | 348 | } |
| 349 | 349 | public function getExpiresIn() |
| 350 | 350 | { |
| 351 | - return $this->expiresIn; |
|
| 351 | + return $this->expiresIn; |
|
| 352 | 352 | } |
| 353 | 353 | public function setIssuedTo($issuedTo) |
| 354 | 354 | { |
| 355 | - $this->issuedTo = $issuedTo; |
|
| 355 | + $this->issuedTo = $issuedTo; |
|
| 356 | 356 | } |
| 357 | 357 | public function getIssuedTo() |
| 358 | 358 | { |
| 359 | - return $this->issuedTo; |
|
| 359 | + return $this->issuedTo; |
|
| 360 | 360 | } |
| 361 | 361 | public function setScope($scope) |
| 362 | 362 | { |
| 363 | - $this->scope = $scope; |
|
| 363 | + $this->scope = $scope; |
|
| 364 | 364 | } |
| 365 | 365 | public function getScope() |
| 366 | 366 | { |
| 367 | - return $this->scope; |
|
| 367 | + return $this->scope; |
|
| 368 | 368 | } |
| 369 | 369 | public function setTokenHandle($tokenHandle) |
| 370 | 370 | { |
| 371 | - $this->tokenHandle = $tokenHandle; |
|
| 371 | + $this->tokenHandle = $tokenHandle; |
|
| 372 | 372 | } |
| 373 | 373 | public function getTokenHandle() |
| 374 | 374 | { |
| 375 | - return $this->tokenHandle; |
|
| 375 | + return $this->tokenHandle; |
|
| 376 | 376 | } |
| 377 | 377 | public function setUserId($userId) |
| 378 | 378 | { |
| 379 | - $this->userId = $userId; |
|
| 379 | + $this->userId = $userId; |
|
| 380 | 380 | } |
| 381 | 381 | public function getUserId() |
| 382 | 382 | { |
| 383 | - return $this->userId; |
|
| 383 | + return $this->userId; |
|
| 384 | 384 | } |
| 385 | 385 | public function setVerifiedEmail($verifiedEmail) |
| 386 | 386 | { |
| 387 | - $this->verifiedEmail = $verifiedEmail; |
|
| 387 | + $this->verifiedEmail = $verifiedEmail; |
|
| 388 | 388 | } |
| 389 | 389 | public function getVerifiedEmail() |
| 390 | 390 | { |
| 391 | - return $this->verifiedEmail; |
|
| 391 | + return $this->verifiedEmail; |
|
| 392 | 392 | } |
| 393 | 393 | } |
| 394 | 394 | |
| 395 | 395 | class Google_Service_Oauth2_Userinfoplus extends Google_Model |
| 396 | 396 | { |
| 397 | 397 | protected $internal_gapi_mappings = array( |
| 398 | - "familyName" => "family_name", |
|
| 399 | - "givenName" => "given_name", |
|
| 400 | - "verifiedEmail" => "verified_email", |
|
| 398 | + "familyName" => "family_name", |
|
| 399 | + "givenName" => "given_name", |
|
| 400 | + "verifiedEmail" => "verified_email", |
|
| 401 | 401 | ); |
| 402 | 402 | public $email; |
| 403 | 403 | public $familyName; |
@@ -414,90 +414,90 @@ discard block |
||
| 414 | 414 | |
| 415 | 415 | public function setEmail($email) |
| 416 | 416 | { |
| 417 | - $this->email = $email; |
|
| 417 | + $this->email = $email; |
|
| 418 | 418 | } |
| 419 | 419 | public function getEmail() |
| 420 | 420 | { |
| 421 | - return $this->email; |
|
| 421 | + return $this->email; |
|
| 422 | 422 | } |
| 423 | 423 | public function setFamilyName($familyName) |
| 424 | 424 | { |
| 425 | - $this->familyName = $familyName; |
|
| 425 | + $this->familyName = $familyName; |
|
| 426 | 426 | } |
| 427 | 427 | public function getFamilyName() |
| 428 | 428 | { |
| 429 | - return $this->familyName; |
|
| 429 | + return $this->familyName; |
|
| 430 | 430 | } |
| 431 | 431 | public function setGender($gender) |
| 432 | 432 | { |
| 433 | - $this->gender = $gender; |
|
| 433 | + $this->gender = $gender; |
|
| 434 | 434 | } |
| 435 | 435 | public function getGender() |
| 436 | 436 | { |
| 437 | - return $this->gender; |
|
| 437 | + return $this->gender; |
|
| 438 | 438 | } |
| 439 | 439 | public function setGivenName($givenName) |
| 440 | 440 | { |
| 441 | - $this->givenName = $givenName; |
|
| 441 | + $this->givenName = $givenName; |
|
| 442 | 442 | } |
| 443 | 443 | public function getGivenName() |
| 444 | 444 | { |
| 445 | - return $this->givenName; |
|
| 445 | + return $this->givenName; |
|
| 446 | 446 | } |
| 447 | 447 | public function setHd($hd) |
| 448 | 448 | { |
| 449 | - $this->hd = $hd; |
|
| 449 | + $this->hd = $hd; |
|
| 450 | 450 | } |
| 451 | 451 | public function getHd() |
| 452 | 452 | { |
| 453 | - return $this->hd; |
|
| 453 | + return $this->hd; |
|
| 454 | 454 | } |
| 455 | 455 | public function setId($id) |
| 456 | 456 | { |
| 457 | - $this->id = $id; |
|
| 457 | + $this->id = $id; |
|
| 458 | 458 | } |
| 459 | 459 | public function getId() |
| 460 | 460 | { |
| 461 | - return $this->id; |
|
| 461 | + return $this->id; |
|
| 462 | 462 | } |
| 463 | 463 | public function setLink($link) |
| 464 | 464 | { |
| 465 | - $this->link = $link; |
|
| 465 | + $this->link = $link; |
|
| 466 | 466 | } |
| 467 | 467 | public function getLink() |
| 468 | 468 | { |
| 469 | - return $this->link; |
|
| 469 | + return $this->link; |
|
| 470 | 470 | } |
| 471 | 471 | public function setLocale($locale) |
| 472 | 472 | { |
| 473 | - $this->locale = $locale; |
|
| 473 | + $this->locale = $locale; |
|
| 474 | 474 | } |
| 475 | 475 | public function getLocale() |
| 476 | 476 | { |
| 477 | - return $this->locale; |
|
| 477 | + return $this->locale; |
|
| 478 | 478 | } |
| 479 | 479 | public function setName($name) |
| 480 | 480 | { |
| 481 | - $this->name = $name; |
|
| 481 | + $this->name = $name; |
|
| 482 | 482 | } |
| 483 | 483 | public function getName() |
| 484 | 484 | { |
| 485 | - return $this->name; |
|
| 485 | + return $this->name; |
|
| 486 | 486 | } |
| 487 | 487 | public function setPicture($picture) |
| 488 | 488 | { |
| 489 | - $this->picture = $picture; |
|
| 489 | + $this->picture = $picture; |
|
| 490 | 490 | } |
| 491 | 491 | public function getPicture() |
| 492 | 492 | { |
| 493 | - return $this->picture; |
|
| 493 | + return $this->picture; |
|
| 494 | 494 | } |
| 495 | 495 | public function setVerifiedEmail($verifiedEmail) |
| 496 | 496 | { |
| 497 | - $this->verifiedEmail = $verifiedEmail; |
|
| 497 | + $this->verifiedEmail = $verifiedEmail; |
|
| 498 | 498 | } |
| 499 | 499 | public function getVerifiedEmail() |
| 500 | 500 | { |
| 501 | - return $this->verifiedEmail; |
|
| 501 | + return $this->verifiedEmail; |
|
| 502 | 502 | } |
| 503 | 503 | } |
@@ -98,7 +98,7 @@ |
||
| 98 | 98 | 'path' => 'oauth2/v2/certs', |
| 99 | 99 | 'httpMethod' => 'GET', |
| 100 | 100 | 'parameters' => array(), |
| 101 | - ),'tokeninfo' => array( |
|
| 101 | + ), 'tokeninfo' => array( |
|
| 102 | 102 | 'path' => 'oauth2/v2/tokeninfo', |
| 103 | 103 | 'httpMethod' => 'POST', |
| 104 | 104 | 'parameters' => array( |
@@ -42,158 +42,158 @@ 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 = 'freebase/v1/'; |
|
| 48 | - $this->version = 'v1'; |
|
| 49 | - $this->serviceName = 'freebase'; |
|
| 45 | + parent::__construct($client); |
|
| 46 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 47 | + $this->servicePath = 'freebase/v1/'; |
|
| 48 | + $this->version = 'v1'; |
|
| 49 | + $this->serviceName = 'freebase'; |
|
| 50 | 50 | |
| 51 | - $this->base_methods = new Google_Service_Resource( |
|
| 52 | - $this, |
|
| 53 | - $this->serviceName, |
|
| 54 | - '', |
|
| 55 | - array( |
|
| 56 | - 'methods' => array( |
|
| 57 | - 'reconcile' => array( |
|
| 58 | - 'path' => 'reconcile', |
|
| 59 | - 'httpMethod' => 'GET', |
|
| 60 | - 'parameters' => array( |
|
| 61 | - 'lang' => array( |
|
| 62 | - 'location' => 'query', |
|
| 63 | - 'type' => 'string', |
|
| 64 | - 'repeated' => true, |
|
| 65 | - ), |
|
| 66 | - 'confidence' => array( |
|
| 67 | - 'location' => 'query', |
|
| 68 | - 'type' => 'number', |
|
| 69 | - ), |
|
| 70 | - 'name' => array( |
|
| 71 | - 'location' => 'query', |
|
| 72 | - 'type' => 'string', |
|
| 73 | - ), |
|
| 74 | - 'kind' => array( |
|
| 75 | - 'location' => 'query', |
|
| 76 | - 'type' => 'string', |
|
| 77 | - 'repeated' => true, |
|
| 78 | - ), |
|
| 79 | - 'prop' => array( |
|
| 80 | - 'location' => 'query', |
|
| 81 | - 'type' => 'string', |
|
| 82 | - 'repeated' => true, |
|
| 83 | - ), |
|
| 84 | - 'limit' => array( |
|
| 85 | - 'location' => 'query', |
|
| 86 | - 'type' => 'integer', |
|
| 87 | - ), |
|
| 88 | - ), |
|
| 89 | - ),'search' => array( |
|
| 90 | - 'path' => 'search', |
|
| 91 | - 'httpMethod' => 'GET', |
|
| 92 | - 'parameters' => array( |
|
| 93 | - 'domain' => array( |
|
| 94 | - 'location' => 'query', |
|
| 95 | - 'type' => 'string', |
|
| 96 | - 'repeated' => true, |
|
| 97 | - ), |
|
| 98 | - 'help' => array( |
|
| 99 | - 'location' => 'query', |
|
| 100 | - 'type' => 'string', |
|
| 101 | - ), |
|
| 102 | - 'query' => array( |
|
| 103 | - 'location' => 'query', |
|
| 104 | - 'type' => 'string', |
|
| 105 | - ), |
|
| 106 | - 'scoring' => array( |
|
| 107 | - 'location' => 'query', |
|
| 108 | - 'type' => 'string', |
|
| 109 | - ), |
|
| 110 | - 'cursor' => array( |
|
| 111 | - 'location' => 'query', |
|
| 112 | - 'type' => 'integer', |
|
| 113 | - ), |
|
| 114 | - 'prefixed' => array( |
|
| 115 | - 'location' => 'query', |
|
| 116 | - 'type' => 'boolean', |
|
| 117 | - ), |
|
| 118 | - 'exact' => array( |
|
| 119 | - 'location' => 'query', |
|
| 120 | - 'type' => 'boolean', |
|
| 121 | - ), |
|
| 122 | - 'mid' => array( |
|
| 123 | - 'location' => 'query', |
|
| 124 | - 'type' => 'string', |
|
| 125 | - 'repeated' => true, |
|
| 126 | - ), |
|
| 127 | - 'encode' => array( |
|
| 128 | - 'location' => 'query', |
|
| 129 | - 'type' => 'string', |
|
| 130 | - ), |
|
| 131 | - 'type' => array( |
|
| 132 | - 'location' => 'query', |
|
| 133 | - 'type' => 'string', |
|
| 134 | - 'repeated' => true, |
|
| 135 | - ), |
|
| 136 | - 'as_of_time' => array( |
|
| 137 | - 'location' => 'query', |
|
| 138 | - 'type' => 'string', |
|
| 139 | - ), |
|
| 140 | - 'stemmed' => array( |
|
| 141 | - 'location' => 'query', |
|
| 142 | - 'type' => 'boolean', |
|
| 143 | - ), |
|
| 144 | - 'format' => array( |
|
| 145 | - 'location' => 'query', |
|
| 146 | - 'type' => 'string', |
|
| 147 | - ), |
|
| 148 | - 'spell' => array( |
|
| 149 | - 'location' => 'query', |
|
| 150 | - 'type' => 'string', |
|
| 151 | - ), |
|
| 152 | - 'with' => array( |
|
| 153 | - 'location' => 'query', |
|
| 154 | - 'type' => 'string', |
|
| 155 | - 'repeated' => true, |
|
| 156 | - ), |
|
| 157 | - 'lang' => array( |
|
| 158 | - 'location' => 'query', |
|
| 159 | - 'type' => 'string', |
|
| 160 | - 'repeated' => true, |
|
| 161 | - ), |
|
| 162 | - 'indent' => array( |
|
| 163 | - 'location' => 'query', |
|
| 164 | - 'type' => 'boolean', |
|
| 165 | - ), |
|
| 166 | - 'filter' => array( |
|
| 167 | - 'location' => 'query', |
|
| 168 | - 'type' => 'string', |
|
| 169 | - 'repeated' => true, |
|
| 170 | - ), |
|
| 171 | - 'callback' => array( |
|
| 172 | - 'location' => 'query', |
|
| 173 | - 'type' => 'string', |
|
| 174 | - ), |
|
| 175 | - 'without' => array( |
|
| 176 | - 'location' => 'query', |
|
| 177 | - 'type' => 'string', |
|
| 178 | - 'repeated' => true, |
|
| 179 | - ), |
|
| 180 | - 'limit' => array( |
|
| 181 | - 'location' => 'query', |
|
| 182 | - 'type' => 'integer', |
|
| 183 | - ), |
|
| 184 | - 'output' => array( |
|
| 185 | - 'location' => 'query', |
|
| 186 | - 'type' => 'string', |
|
| 187 | - ), |
|
| 188 | - 'mql_output' => array( |
|
| 189 | - 'location' => 'query', |
|
| 190 | - 'type' => 'string', |
|
| 191 | - ), |
|
| 192 | - ), |
|
| 193 | - ), |
|
| 194 | - ) |
|
| 195 | - ) |
|
| 196 | - ); |
|
| 51 | + $this->base_methods = new Google_Service_Resource( |
|
| 52 | + $this, |
|
| 53 | + $this->serviceName, |
|
| 54 | + '', |
|
| 55 | + array( |
|
| 56 | + 'methods' => array( |
|
| 57 | + 'reconcile' => array( |
|
| 58 | + 'path' => 'reconcile', |
|
| 59 | + 'httpMethod' => 'GET', |
|
| 60 | + 'parameters' => array( |
|
| 61 | + 'lang' => array( |
|
| 62 | + 'location' => 'query', |
|
| 63 | + 'type' => 'string', |
|
| 64 | + 'repeated' => true, |
|
| 65 | + ), |
|
| 66 | + 'confidence' => array( |
|
| 67 | + 'location' => 'query', |
|
| 68 | + 'type' => 'number', |
|
| 69 | + ), |
|
| 70 | + 'name' => array( |
|
| 71 | + 'location' => 'query', |
|
| 72 | + 'type' => 'string', |
|
| 73 | + ), |
|
| 74 | + 'kind' => array( |
|
| 75 | + 'location' => 'query', |
|
| 76 | + 'type' => 'string', |
|
| 77 | + 'repeated' => true, |
|
| 78 | + ), |
|
| 79 | + 'prop' => array( |
|
| 80 | + 'location' => 'query', |
|
| 81 | + 'type' => 'string', |
|
| 82 | + 'repeated' => true, |
|
| 83 | + ), |
|
| 84 | + 'limit' => array( |
|
| 85 | + 'location' => 'query', |
|
| 86 | + 'type' => 'integer', |
|
| 87 | + ), |
|
| 88 | + ), |
|
| 89 | + ),'search' => array( |
|
| 90 | + 'path' => 'search', |
|
| 91 | + 'httpMethod' => 'GET', |
|
| 92 | + 'parameters' => array( |
|
| 93 | + 'domain' => array( |
|
| 94 | + 'location' => 'query', |
|
| 95 | + 'type' => 'string', |
|
| 96 | + 'repeated' => true, |
|
| 97 | + ), |
|
| 98 | + 'help' => array( |
|
| 99 | + 'location' => 'query', |
|
| 100 | + 'type' => 'string', |
|
| 101 | + ), |
|
| 102 | + 'query' => array( |
|
| 103 | + 'location' => 'query', |
|
| 104 | + 'type' => 'string', |
|
| 105 | + ), |
|
| 106 | + 'scoring' => array( |
|
| 107 | + 'location' => 'query', |
|
| 108 | + 'type' => 'string', |
|
| 109 | + ), |
|
| 110 | + 'cursor' => array( |
|
| 111 | + 'location' => 'query', |
|
| 112 | + 'type' => 'integer', |
|
| 113 | + ), |
|
| 114 | + 'prefixed' => array( |
|
| 115 | + 'location' => 'query', |
|
| 116 | + 'type' => 'boolean', |
|
| 117 | + ), |
|
| 118 | + 'exact' => array( |
|
| 119 | + 'location' => 'query', |
|
| 120 | + 'type' => 'boolean', |
|
| 121 | + ), |
|
| 122 | + 'mid' => array( |
|
| 123 | + 'location' => 'query', |
|
| 124 | + 'type' => 'string', |
|
| 125 | + 'repeated' => true, |
|
| 126 | + ), |
|
| 127 | + 'encode' => array( |
|
| 128 | + 'location' => 'query', |
|
| 129 | + 'type' => 'string', |
|
| 130 | + ), |
|
| 131 | + 'type' => array( |
|
| 132 | + 'location' => 'query', |
|
| 133 | + 'type' => 'string', |
|
| 134 | + 'repeated' => true, |
|
| 135 | + ), |
|
| 136 | + 'as_of_time' => array( |
|
| 137 | + 'location' => 'query', |
|
| 138 | + 'type' => 'string', |
|
| 139 | + ), |
|
| 140 | + 'stemmed' => array( |
|
| 141 | + 'location' => 'query', |
|
| 142 | + 'type' => 'boolean', |
|
| 143 | + ), |
|
| 144 | + 'format' => array( |
|
| 145 | + 'location' => 'query', |
|
| 146 | + 'type' => 'string', |
|
| 147 | + ), |
|
| 148 | + 'spell' => array( |
|
| 149 | + 'location' => 'query', |
|
| 150 | + 'type' => 'string', |
|
| 151 | + ), |
|
| 152 | + 'with' => array( |
|
| 153 | + 'location' => 'query', |
|
| 154 | + 'type' => 'string', |
|
| 155 | + 'repeated' => true, |
|
| 156 | + ), |
|
| 157 | + 'lang' => array( |
|
| 158 | + 'location' => 'query', |
|
| 159 | + 'type' => 'string', |
|
| 160 | + 'repeated' => true, |
|
| 161 | + ), |
|
| 162 | + 'indent' => array( |
|
| 163 | + 'location' => 'query', |
|
| 164 | + 'type' => 'boolean', |
|
| 165 | + ), |
|
| 166 | + 'filter' => array( |
|
| 167 | + 'location' => 'query', |
|
| 168 | + 'type' => 'string', |
|
| 169 | + 'repeated' => true, |
|
| 170 | + ), |
|
| 171 | + 'callback' => array( |
|
| 172 | + 'location' => 'query', |
|
| 173 | + 'type' => 'string', |
|
| 174 | + ), |
|
| 175 | + 'without' => array( |
|
| 176 | + 'location' => 'query', |
|
| 177 | + 'type' => 'string', |
|
| 178 | + 'repeated' => true, |
|
| 179 | + ), |
|
| 180 | + 'limit' => array( |
|
| 181 | + 'location' => 'query', |
|
| 182 | + 'type' => 'integer', |
|
| 183 | + ), |
|
| 184 | + 'output' => array( |
|
| 185 | + 'location' => 'query', |
|
| 186 | + 'type' => 'string', |
|
| 187 | + ), |
|
| 188 | + 'mql_output' => array( |
|
| 189 | + 'location' => 'query', |
|
| 190 | + 'type' => 'string', |
|
| 191 | + ), |
|
| 192 | + ), |
|
| 193 | + ), |
|
| 194 | + ) |
|
| 195 | + ) |
|
| 196 | + ); |
|
| 197 | 197 | } |
| 198 | 198 | /** |
| 199 | 199 | * Reconcile entities to Freebase open data. (reconcile) |
@@ -212,9 +212,9 @@ discard block |
||
| 212 | 212 | */ |
| 213 | 213 | public function reconcile($optParams = array()) |
| 214 | 214 | { |
| 215 | - $params = array(); |
|
| 216 | - $params = array_merge($params, $optParams); |
|
| 217 | - return $this->base_methods->call('reconcile', array($params), "Google_Service_Freebase_ReconcileGet"); |
|
| 215 | + $params = array(); |
|
| 216 | + $params = array_merge($params, $optParams); |
|
| 217 | + return $this->base_methods->call('reconcile', array($params), "Google_Service_Freebase_ReconcileGet"); |
|
| 218 | 218 | } |
| 219 | 219 | /** |
| 220 | 220 | * Search Freebase open data. (search) |
@@ -252,9 +252,9 @@ discard block |
||
| 252 | 252 | */ |
| 253 | 253 | public function search($optParams = array()) |
| 254 | 254 | { |
| 255 | - $params = array(); |
|
| 256 | - $params = array_merge($params, $optParams); |
|
| 257 | - return $this->base_methods->call('search', array($params)); |
|
| 255 | + $params = array(); |
|
| 256 | + $params = array_merge($params, $optParams); |
|
| 257 | + return $this->base_methods->call('search', array($params)); |
|
| 258 | 258 | } |
| 259 | 259 | } |
| 260 | 260 | |
@@ -276,43 +276,43 @@ discard block |
||
| 276 | 276 | |
| 277 | 277 | public function setConfidence($confidence) |
| 278 | 278 | { |
| 279 | - $this->confidence = $confidence; |
|
| 279 | + $this->confidence = $confidence; |
|
| 280 | 280 | } |
| 281 | 281 | public function getConfidence() |
| 282 | 282 | { |
| 283 | - return $this->confidence; |
|
| 283 | + return $this->confidence; |
|
| 284 | 284 | } |
| 285 | 285 | public function setLang($lang) |
| 286 | 286 | { |
| 287 | - $this->lang = $lang; |
|
| 287 | + $this->lang = $lang; |
|
| 288 | 288 | } |
| 289 | 289 | public function getLang() |
| 290 | 290 | { |
| 291 | - return $this->lang; |
|
| 291 | + return $this->lang; |
|
| 292 | 292 | } |
| 293 | 293 | public function setMid($mid) |
| 294 | 294 | { |
| 295 | - $this->mid = $mid; |
|
| 295 | + $this->mid = $mid; |
|
| 296 | 296 | } |
| 297 | 297 | public function getMid() |
| 298 | 298 | { |
| 299 | - return $this->mid; |
|
| 299 | + return $this->mid; |
|
| 300 | 300 | } |
| 301 | 301 | public function setName($name) |
| 302 | 302 | { |
| 303 | - $this->name = $name; |
|
| 303 | + $this->name = $name; |
|
| 304 | 304 | } |
| 305 | 305 | public function getName() |
| 306 | 306 | { |
| 307 | - return $this->name; |
|
| 307 | + return $this->name; |
|
| 308 | 308 | } |
| 309 | 309 | public function setNotable(Google_Service_Freebase_ReconcileCandidateNotable $notable) |
| 310 | 310 | { |
| 311 | - $this->notable = $notable; |
|
| 311 | + $this->notable = $notable; |
|
| 312 | 312 | } |
| 313 | 313 | public function getNotable() |
| 314 | 314 | { |
| 315 | - return $this->notable; |
|
| 315 | + return $this->notable; |
|
| 316 | 316 | } |
| 317 | 317 | } |
| 318 | 318 | |
@@ -326,19 +326,19 @@ discard block |
||
| 326 | 326 | |
| 327 | 327 | public function setId($id) |
| 328 | 328 | { |
| 329 | - $this->id = $id; |
|
| 329 | + $this->id = $id; |
|
| 330 | 330 | } |
| 331 | 331 | public function getId() |
| 332 | 332 | { |
| 333 | - return $this->id; |
|
| 333 | + return $this->id; |
|
| 334 | 334 | } |
| 335 | 335 | public function setName($name) |
| 336 | 336 | { |
| 337 | - $this->name = $name; |
|
| 337 | + $this->name = $name; |
|
| 338 | 338 | } |
| 339 | 339 | public function getName() |
| 340 | 340 | { |
| 341 | - return $this->name; |
|
| 341 | + return $this->name; |
|
| 342 | 342 | } |
| 343 | 343 | } |
| 344 | 344 | |
@@ -359,35 +359,35 @@ discard block |
||
| 359 | 359 | |
| 360 | 360 | public function setCandidate($candidate) |
| 361 | 361 | { |
| 362 | - $this->candidate = $candidate; |
|
| 362 | + $this->candidate = $candidate; |
|
| 363 | 363 | } |
| 364 | 364 | public function getCandidate() |
| 365 | 365 | { |
| 366 | - return $this->candidate; |
|
| 366 | + return $this->candidate; |
|
| 367 | 367 | } |
| 368 | 368 | public function setCosts(Google_Service_Freebase_ReconcileGetCosts $costs) |
| 369 | 369 | { |
| 370 | - $this->costs = $costs; |
|
| 370 | + $this->costs = $costs; |
|
| 371 | 371 | } |
| 372 | 372 | public function getCosts() |
| 373 | 373 | { |
| 374 | - return $this->costs; |
|
| 374 | + return $this->costs; |
|
| 375 | 375 | } |
| 376 | 376 | public function setMatch(Google_Service_Freebase_ReconcileCandidate $match) |
| 377 | 377 | { |
| 378 | - $this->match = $match; |
|
| 378 | + $this->match = $match; |
|
| 379 | 379 | } |
| 380 | 380 | public function getMatch() |
| 381 | 381 | { |
| 382 | - return $this->match; |
|
| 382 | + return $this->match; |
|
| 383 | 383 | } |
| 384 | 384 | public function setWarning($warning) |
| 385 | 385 | { |
| 386 | - $this->warning = $warning; |
|
| 386 | + $this->warning = $warning; |
|
| 387 | 387 | } |
| 388 | 388 | public function getWarning() |
| 389 | 389 | { |
| 390 | - return $this->warning; |
|
| 390 | + return $this->warning; |
|
| 391 | 391 | } |
| 392 | 392 | } |
| 393 | 393 | |
@@ -401,19 +401,19 @@ discard block |
||
| 401 | 401 | |
| 402 | 402 | public function setHits($hits) |
| 403 | 403 | { |
| 404 | - $this->hits = $hits; |
|
| 404 | + $this->hits = $hits; |
|
| 405 | 405 | } |
| 406 | 406 | public function getHits() |
| 407 | 407 | { |
| 408 | - return $this->hits; |
|
| 408 | + return $this->hits; |
|
| 409 | 409 | } |
| 410 | 410 | public function setMs($ms) |
| 411 | 411 | { |
| 412 | - $this->ms = $ms; |
|
| 412 | + $this->ms = $ms; |
|
| 413 | 413 | } |
| 414 | 414 | public function getMs() |
| 415 | 415 | { |
| 416 | - return $this->ms; |
|
| 416 | + return $this->ms; |
|
| 417 | 417 | } |
| 418 | 418 | } |
| 419 | 419 | |
@@ -428,26 +428,26 @@ discard block |
||
| 428 | 428 | |
| 429 | 429 | public function setLocation($location) |
| 430 | 430 | { |
| 431 | - $this->location = $location; |
|
| 431 | + $this->location = $location; |
|
| 432 | 432 | } |
| 433 | 433 | public function getLocation() |
| 434 | 434 | { |
| 435 | - return $this->location; |
|
| 435 | + return $this->location; |
|
| 436 | 436 | } |
| 437 | 437 | public function setMessage($message) |
| 438 | 438 | { |
| 439 | - $this->message = $message; |
|
| 439 | + $this->message = $message; |
|
| 440 | 440 | } |
| 441 | 441 | public function getMessage() |
| 442 | 442 | { |
| 443 | - return $this->message; |
|
| 443 | + return $this->message; |
|
| 444 | 444 | } |
| 445 | 445 | public function setReason($reason) |
| 446 | 446 | { |
| 447 | - $this->reason = $reason; |
|
| 447 | + $this->reason = $reason; |
|
| 448 | 448 | } |
| 449 | 449 | public function getReason() |
| 450 | 450 | { |
| 451 | - return $this->reason; |
|
| 451 | + return $this->reason; |
|
| 452 | 452 | } |
| 453 | 453 | } |
@@ -86,7 +86,7 @@ |
||
| 86 | 86 | 'type' => 'integer', |
| 87 | 87 | ), |
| 88 | 88 | ), |
| 89 | - ),'search' => array( |
|
| 89 | + ), 'search' => array( |
|
| 90 | 90 | 'path' => 'search', |
| 91 | 91 | 'httpMethod' => 'GET', |
| 92 | 92 | 'parameters' => array( |
@@ -42,31 +42,31 @@ 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 = 'webfonts/v1/'; |
|
| 48 | - $this->version = 'v1'; |
|
| 49 | - $this->serviceName = 'webfonts'; |
|
| 50 | - |
|
| 51 | - $this->webfonts = new Google_Service_Webfonts_Webfonts_Resource( |
|
| 52 | - $this, |
|
| 53 | - $this->serviceName, |
|
| 54 | - 'webfonts', |
|
| 55 | - array( |
|
| 56 | - 'methods' => array( |
|
| 57 | - 'list' => array( |
|
| 58 | - 'path' => 'webfonts', |
|
| 59 | - 'httpMethod' => 'GET', |
|
| 60 | - 'parameters' => array( |
|
| 61 | - 'sort' => array( |
|
| 62 | - 'location' => 'query', |
|
| 63 | - 'type' => 'string', |
|
| 64 | - ), |
|
| 65 | - ), |
|
| 66 | - ), |
|
| 67 | - ) |
|
| 68 | - ) |
|
| 69 | - ); |
|
| 45 | + parent::__construct($client); |
|
| 46 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 47 | + $this->servicePath = 'webfonts/v1/'; |
|
| 48 | + $this->version = 'v1'; |
|
| 49 | + $this->serviceName = 'webfonts'; |
|
| 50 | + |
|
| 51 | + $this->webfonts = new Google_Service_Webfonts_Webfonts_Resource( |
|
| 52 | + $this, |
|
| 53 | + $this->serviceName, |
|
| 54 | + 'webfonts', |
|
| 55 | + array( |
|
| 56 | + 'methods' => array( |
|
| 57 | + 'list' => array( |
|
| 58 | + 'path' => 'webfonts', |
|
| 59 | + 'httpMethod' => 'GET', |
|
| 60 | + 'parameters' => array( |
|
| 61 | + 'sort' => array( |
|
| 62 | + 'location' => 'query', |
|
| 63 | + 'type' => 'string', |
|
| 64 | + ), |
|
| 65 | + ), |
|
| 66 | + ), |
|
| 67 | + ) |
|
| 68 | + ) |
|
| 69 | + ); |
|
| 70 | 70 | } |
| 71 | 71 | } |
| 72 | 72 | |
@@ -93,9 +93,9 @@ discard block |
||
| 93 | 93 | */ |
| 94 | 94 | public function listWebfonts($optParams = array()) |
| 95 | 95 | { |
| 96 | - $params = array(); |
|
| 97 | - $params = array_merge($params, $optParams); |
|
| 98 | - return $this->call('list', array($params), "Google_Service_Webfonts_WebfontList"); |
|
| 96 | + $params = array(); |
|
| 97 | + $params = array_merge($params, $optParams); |
|
| 98 | + return $this->call('list', array($params), "Google_Service_Webfonts_WebfontList"); |
|
| 99 | 99 | } |
| 100 | 100 | } |
| 101 | 101 | |
@@ -119,67 +119,67 @@ discard block |
||
| 119 | 119 | |
| 120 | 120 | public function setCategory($category) |
| 121 | 121 | { |
| 122 | - $this->category = $category; |
|
| 122 | + $this->category = $category; |
|
| 123 | 123 | } |
| 124 | 124 | public function getCategory() |
| 125 | 125 | { |
| 126 | - return $this->category; |
|
| 126 | + return $this->category; |
|
| 127 | 127 | } |
| 128 | 128 | public function setFamily($family) |
| 129 | 129 | { |
| 130 | - $this->family = $family; |
|
| 130 | + $this->family = $family; |
|
| 131 | 131 | } |
| 132 | 132 | public function getFamily() |
| 133 | 133 | { |
| 134 | - return $this->family; |
|
| 134 | + return $this->family; |
|
| 135 | 135 | } |
| 136 | 136 | public function setFiles($files) |
| 137 | 137 | { |
| 138 | - $this->files = $files; |
|
| 138 | + $this->files = $files; |
|
| 139 | 139 | } |
| 140 | 140 | public function getFiles() |
| 141 | 141 | { |
| 142 | - return $this->files; |
|
| 142 | + return $this->files; |
|
| 143 | 143 | } |
| 144 | 144 | public function setKind($kind) |
| 145 | 145 | { |
| 146 | - $this->kind = $kind; |
|
| 146 | + $this->kind = $kind; |
|
| 147 | 147 | } |
| 148 | 148 | public function getKind() |
| 149 | 149 | { |
| 150 | - return $this->kind; |
|
| 150 | + return $this->kind; |
|
| 151 | 151 | } |
| 152 | 152 | public function setLastModified($lastModified) |
| 153 | 153 | { |
| 154 | - $this->lastModified = $lastModified; |
|
| 154 | + $this->lastModified = $lastModified; |
|
| 155 | 155 | } |
| 156 | 156 | public function getLastModified() |
| 157 | 157 | { |
| 158 | - return $this->lastModified; |
|
| 158 | + return $this->lastModified; |
|
| 159 | 159 | } |
| 160 | 160 | public function setSubsets($subsets) |
| 161 | 161 | { |
| 162 | - $this->subsets = $subsets; |
|
| 162 | + $this->subsets = $subsets; |
|
| 163 | 163 | } |
| 164 | 164 | public function getSubsets() |
| 165 | 165 | { |
| 166 | - return $this->subsets; |
|
| 166 | + return $this->subsets; |
|
| 167 | 167 | } |
| 168 | 168 | public function setVariants($variants) |
| 169 | 169 | { |
| 170 | - $this->variants = $variants; |
|
| 170 | + $this->variants = $variants; |
|
| 171 | 171 | } |
| 172 | 172 | public function getVariants() |
| 173 | 173 | { |
| 174 | - return $this->variants; |
|
| 174 | + return $this->variants; |
|
| 175 | 175 | } |
| 176 | 176 | public function setVersion($version) |
| 177 | 177 | { |
| 178 | - $this->version = $version; |
|
| 178 | + $this->version = $version; |
|
| 179 | 179 | } |
| 180 | 180 | public function getVersion() |
| 181 | 181 | { |
| 182 | - return $this->version; |
|
| 182 | + return $this->version; |
|
| 183 | 183 | } |
| 184 | 184 | } |
| 185 | 185 | |
@@ -199,18 +199,18 @@ discard block |
||
| 199 | 199 | |
| 200 | 200 | public function setItems($items) |
| 201 | 201 | { |
| 202 | - $this->items = $items; |
|
| 202 | + $this->items = $items; |
|
| 203 | 203 | } |
| 204 | 204 | public function getItems() |
| 205 | 205 | { |
| 206 | - return $this->items; |
|
| 206 | + return $this->items; |
|
| 207 | 207 | } |
| 208 | 208 | public function setKind($kind) |
| 209 | 209 | { |
| 210 | - $this->kind = $kind; |
|
| 210 | + $this->kind = $kind; |
|
| 211 | 211 | } |
| 212 | 212 | public function getKind() |
| 213 | 213 | { |
| 214 | - return $this->kind; |
|
| 214 | + return $this->kind; |
|
| 215 | 215 | } |
| 216 | 216 | } |
@@ -43,72 +43,72 @@ discard block |
||
| 43 | 43 | */ |
| 44 | 44 | public function __construct(Google_Client $client) |
| 45 | 45 | { |
| 46 | - parent::__construct($client); |
|
| 47 | - $this->servicePath = 'apps/reporting/audit/v1/'; |
|
| 48 | - $this->version = 'v1'; |
|
| 49 | - $this->serviceName = 'audit'; |
|
| 46 | + parent::__construct($client); |
|
| 47 | + $this->servicePath = 'apps/reporting/audit/v1/'; |
|
| 48 | + $this->version = 'v1'; |
|
| 49 | + $this->serviceName = 'audit'; |
|
| 50 | 50 | |
| 51 | - $this->activities = new Google_Service_Audit_Activities_Resource( |
|
| 52 | - $this, |
|
| 53 | - $this->serviceName, |
|
| 54 | - 'activities', |
|
| 55 | - array( |
|
| 56 | - 'methods' => array( |
|
| 57 | - 'list' => array( |
|
| 58 | - 'path' => '{customerId}/{applicationId}', |
|
| 59 | - 'httpMethod' => 'GET', |
|
| 60 | - 'parameters' => array( |
|
| 61 | - 'customerId' => array( |
|
| 62 | - 'location' => 'path', |
|
| 63 | - 'type' => 'string', |
|
| 64 | - 'required' => true, |
|
| 65 | - ), |
|
| 66 | - 'applicationId' => array( |
|
| 67 | - 'location' => 'path', |
|
| 68 | - 'type' => 'string', |
|
| 69 | - 'required' => true, |
|
| 70 | - ), |
|
| 71 | - 'actorEmail' => array( |
|
| 72 | - 'location' => 'query', |
|
| 73 | - 'type' => 'string', |
|
| 74 | - ), |
|
| 75 | - 'actorApplicationId' => array( |
|
| 76 | - 'location' => 'query', |
|
| 77 | - 'type' => 'string', |
|
| 78 | - ), |
|
| 79 | - 'actorIpAddress' => array( |
|
| 80 | - 'location' => 'query', |
|
| 81 | - 'type' => 'string', |
|
| 82 | - ), |
|
| 83 | - 'caller' => array( |
|
| 84 | - 'location' => 'query', |
|
| 85 | - 'type' => 'string', |
|
| 86 | - ), |
|
| 87 | - 'maxResults' => array( |
|
| 88 | - 'location' => 'query', |
|
| 89 | - 'type' => 'integer', |
|
| 90 | - ), |
|
| 91 | - 'eventName' => array( |
|
| 92 | - 'location' => 'query', |
|
| 93 | - 'type' => 'string', |
|
| 94 | - ), |
|
| 95 | - 'startTime' => array( |
|
| 96 | - 'location' => 'query', |
|
| 97 | - 'type' => 'string', |
|
| 98 | - ), |
|
| 99 | - 'endTime' => array( |
|
| 100 | - 'location' => 'query', |
|
| 101 | - 'type' => 'string', |
|
| 102 | - ), |
|
| 103 | - 'continuationToken' => array( |
|
| 104 | - 'location' => 'query', |
|
| 105 | - 'type' => 'string', |
|
| 106 | - ), |
|
| 107 | - ), |
|
| 108 | - ), |
|
| 109 | - ) |
|
| 110 | - ) |
|
| 111 | - ); |
|
| 51 | + $this->activities = new Google_Service_Audit_Activities_Resource( |
|
| 52 | + $this, |
|
| 53 | + $this->serviceName, |
|
| 54 | + 'activities', |
|
| 55 | + array( |
|
| 56 | + 'methods' => array( |
|
| 57 | + 'list' => array( |
|
| 58 | + 'path' => '{customerId}/{applicationId}', |
|
| 59 | + 'httpMethod' => 'GET', |
|
| 60 | + 'parameters' => array( |
|
| 61 | + 'customerId' => array( |
|
| 62 | + 'location' => 'path', |
|
| 63 | + 'type' => 'string', |
|
| 64 | + 'required' => true, |
|
| 65 | + ), |
|
| 66 | + 'applicationId' => array( |
|
| 67 | + 'location' => 'path', |
|
| 68 | + 'type' => 'string', |
|
| 69 | + 'required' => true, |
|
| 70 | + ), |
|
| 71 | + 'actorEmail' => array( |
|
| 72 | + 'location' => 'query', |
|
| 73 | + 'type' => 'string', |
|
| 74 | + ), |
|
| 75 | + 'actorApplicationId' => array( |
|
| 76 | + 'location' => 'query', |
|
| 77 | + 'type' => 'string', |
|
| 78 | + ), |
|
| 79 | + 'actorIpAddress' => array( |
|
| 80 | + 'location' => 'query', |
|
| 81 | + 'type' => 'string', |
|
| 82 | + ), |
|
| 83 | + 'caller' => array( |
|
| 84 | + 'location' => 'query', |
|
| 85 | + 'type' => 'string', |
|
| 86 | + ), |
|
| 87 | + 'maxResults' => array( |
|
| 88 | + 'location' => 'query', |
|
| 89 | + 'type' => 'integer', |
|
| 90 | + ), |
|
| 91 | + 'eventName' => array( |
|
| 92 | + 'location' => 'query', |
|
| 93 | + 'type' => 'string', |
|
| 94 | + ), |
|
| 95 | + 'startTime' => array( |
|
| 96 | + 'location' => 'query', |
|
| 97 | + 'type' => 'string', |
|
| 98 | + ), |
|
| 99 | + 'endTime' => array( |
|
| 100 | + 'location' => 'query', |
|
| 101 | + 'type' => 'string', |
|
| 102 | + ), |
|
| 103 | + 'continuationToken' => array( |
|
| 104 | + 'location' => 'query', |
|
| 105 | + 'type' => 'string', |
|
| 106 | + ), |
|
| 107 | + ), |
|
| 108 | + ), |
|
| 109 | + ) |
|
| 110 | + ) |
|
| 111 | + ); |
|
| 112 | 112 | } |
| 113 | 113 | } |
| 114 | 114 | |
@@ -152,9 +152,9 @@ discard block |
||
| 152 | 152 | */ |
| 153 | 153 | public function listActivities($customerId, $applicationId, $optParams = array()) |
| 154 | 154 | { |
| 155 | - $params = array('customerId' => $customerId, 'applicationId' => $applicationId); |
|
| 156 | - $params = array_merge($params, $optParams); |
|
| 157 | - return $this->call('list', array($params), "Google_Service_Audit_Activities"); |
|
| 155 | + $params = array('customerId' => $customerId, 'applicationId' => $applicationId); |
|
| 156 | + $params = array_merge($params, $optParams); |
|
| 157 | + return $this->call('list', array($params), "Google_Service_Audit_Activities"); |
|
| 158 | 158 | } |
| 159 | 159 | } |
| 160 | 160 | |
@@ -174,27 +174,27 @@ discard block |
||
| 174 | 174 | |
| 175 | 175 | public function setItems($items) |
| 176 | 176 | { |
| 177 | - $this->items = $items; |
|
| 177 | + $this->items = $items; |
|
| 178 | 178 | } |
| 179 | 179 | public function getItems() |
| 180 | 180 | { |
| 181 | - return $this->items; |
|
| 181 | + return $this->items; |
|
| 182 | 182 | } |
| 183 | 183 | public function setKind($kind) |
| 184 | 184 | { |
| 185 | - $this->kind = $kind; |
|
| 185 | + $this->kind = $kind; |
|
| 186 | 186 | } |
| 187 | 187 | public function getKind() |
| 188 | 188 | { |
| 189 | - return $this->kind; |
|
| 189 | + return $this->kind; |
|
| 190 | 190 | } |
| 191 | 191 | public function setNext($next) |
| 192 | 192 | { |
| 193 | - $this->next = $next; |
|
| 193 | + $this->next = $next; |
|
| 194 | 194 | } |
| 195 | 195 | public function getNext() |
| 196 | 196 | { |
| 197 | - return $this->next; |
|
| 197 | + return $this->next; |
|
| 198 | 198 | } |
| 199 | 199 | } |
| 200 | 200 | |
@@ -216,51 +216,51 @@ discard block |
||
| 216 | 216 | |
| 217 | 217 | public function setActor(Google_Service_Audit_ActivityActor $actor) |
| 218 | 218 | { |
| 219 | - $this->actor = $actor; |
|
| 219 | + $this->actor = $actor; |
|
| 220 | 220 | } |
| 221 | 221 | public function getActor() |
| 222 | 222 | { |
| 223 | - return $this->actor; |
|
| 223 | + return $this->actor; |
|
| 224 | 224 | } |
| 225 | 225 | public function setEvents($events) |
| 226 | 226 | { |
| 227 | - $this->events = $events; |
|
| 227 | + $this->events = $events; |
|
| 228 | 228 | } |
| 229 | 229 | public function getEvents() |
| 230 | 230 | { |
| 231 | - return $this->events; |
|
| 231 | + return $this->events; |
|
| 232 | 232 | } |
| 233 | 233 | public function setId(Google_Service_Audit_ActivityId $id) |
| 234 | 234 | { |
| 235 | - $this->id = $id; |
|
| 235 | + $this->id = $id; |
|
| 236 | 236 | } |
| 237 | 237 | public function getId() |
| 238 | 238 | { |
| 239 | - return $this->id; |
|
| 239 | + return $this->id; |
|
| 240 | 240 | } |
| 241 | 241 | public function setIpAddress($ipAddress) |
| 242 | 242 | { |
| 243 | - $this->ipAddress = $ipAddress; |
|
| 243 | + $this->ipAddress = $ipAddress; |
|
| 244 | 244 | } |
| 245 | 245 | public function getIpAddress() |
| 246 | 246 | { |
| 247 | - return $this->ipAddress; |
|
| 247 | + return $this->ipAddress; |
|
| 248 | 248 | } |
| 249 | 249 | public function setKind($kind) |
| 250 | 250 | { |
| 251 | - $this->kind = $kind; |
|
| 251 | + $this->kind = $kind; |
|
| 252 | 252 | } |
| 253 | 253 | public function getKind() |
| 254 | 254 | { |
| 255 | - return $this->kind; |
|
| 255 | + return $this->kind; |
|
| 256 | 256 | } |
| 257 | 257 | public function setOwnerDomain($ownerDomain) |
| 258 | 258 | { |
| 259 | - $this->ownerDomain = $ownerDomain; |
|
| 259 | + $this->ownerDomain = $ownerDomain; |
|
| 260 | 260 | } |
| 261 | 261 | public function getOwnerDomain() |
| 262 | 262 | { |
| 263 | - return $this->ownerDomain; |
|
| 263 | + return $this->ownerDomain; |
|
| 264 | 264 | } |
| 265 | 265 | } |
| 266 | 266 | |
@@ -276,35 +276,35 @@ discard block |
||
| 276 | 276 | |
| 277 | 277 | public function setApplicationId($applicationId) |
| 278 | 278 | { |
| 279 | - $this->applicationId = $applicationId; |
|
| 279 | + $this->applicationId = $applicationId; |
|
| 280 | 280 | } |
| 281 | 281 | public function getApplicationId() |
| 282 | 282 | { |
| 283 | - return $this->applicationId; |
|
| 283 | + return $this->applicationId; |
|
| 284 | 284 | } |
| 285 | 285 | public function setCallerType($callerType) |
| 286 | 286 | { |
| 287 | - $this->callerType = $callerType; |
|
| 287 | + $this->callerType = $callerType; |
|
| 288 | 288 | } |
| 289 | 289 | public function getCallerType() |
| 290 | 290 | { |
| 291 | - return $this->callerType; |
|
| 291 | + return $this->callerType; |
|
| 292 | 292 | } |
| 293 | 293 | public function setEmail($email) |
| 294 | 294 | { |
| 295 | - $this->email = $email; |
|
| 295 | + $this->email = $email; |
|
| 296 | 296 | } |
| 297 | 297 | public function getEmail() |
| 298 | 298 | { |
| 299 | - return $this->email; |
|
| 299 | + return $this->email; |
|
| 300 | 300 | } |
| 301 | 301 | public function setKey($key) |
| 302 | 302 | { |
| 303 | - $this->key = $key; |
|
| 303 | + $this->key = $key; |
|
| 304 | 304 | } |
| 305 | 305 | public function getKey() |
| 306 | 306 | { |
| 307 | - return $this->key; |
|
| 307 | + return $this->key; |
|
| 308 | 308 | } |
| 309 | 309 | } |
| 310 | 310 | |
@@ -321,27 +321,27 @@ discard block |
||
| 321 | 321 | |
| 322 | 322 | public function setEventType($eventType) |
| 323 | 323 | { |
| 324 | - $this->eventType = $eventType; |
|
| 324 | + $this->eventType = $eventType; |
|
| 325 | 325 | } |
| 326 | 326 | public function getEventType() |
| 327 | 327 | { |
| 328 | - return $this->eventType; |
|
| 328 | + return $this->eventType; |
|
| 329 | 329 | } |
| 330 | 330 | public function setName($name) |
| 331 | 331 | { |
| 332 | - $this->name = $name; |
|
| 332 | + $this->name = $name; |
|
| 333 | 333 | } |
| 334 | 334 | public function getName() |
| 335 | 335 | { |
| 336 | - return $this->name; |
|
| 336 | + return $this->name; |
|
| 337 | 337 | } |
| 338 | 338 | public function setParameters($parameters) |
| 339 | 339 | { |
| 340 | - $this->parameters = $parameters; |
|
| 340 | + $this->parameters = $parameters; |
|
| 341 | 341 | } |
| 342 | 342 | public function getParameters() |
| 343 | 343 | { |
| 344 | - return $this->parameters; |
|
| 344 | + return $this->parameters; |
|
| 345 | 345 | } |
| 346 | 346 | } |
| 347 | 347 | |
@@ -355,19 +355,19 @@ discard block |
||
| 355 | 355 | |
| 356 | 356 | public function setName($name) |
| 357 | 357 | { |
| 358 | - $this->name = $name; |
|
| 358 | + $this->name = $name; |
|
| 359 | 359 | } |
| 360 | 360 | public function getName() |
| 361 | 361 | { |
| 362 | - return $this->name; |
|
| 362 | + return $this->name; |
|
| 363 | 363 | } |
| 364 | 364 | public function setValue($value) |
| 365 | 365 | { |
| 366 | - $this->value = $value; |
|
| 366 | + $this->value = $value; |
|
| 367 | 367 | } |
| 368 | 368 | public function getValue() |
| 369 | 369 | { |
| 370 | - return $this->value; |
|
| 370 | + return $this->value; |
|
| 371 | 371 | } |
| 372 | 372 | } |
| 373 | 373 | |
@@ -383,34 +383,34 @@ discard block |
||
| 383 | 383 | |
| 384 | 384 | public function setApplicationId($applicationId) |
| 385 | 385 | { |
| 386 | - $this->applicationId = $applicationId; |
|
| 386 | + $this->applicationId = $applicationId; |
|
| 387 | 387 | } |
| 388 | 388 | public function getApplicationId() |
| 389 | 389 | { |
| 390 | - return $this->applicationId; |
|
| 390 | + return $this->applicationId; |
|
| 391 | 391 | } |
| 392 | 392 | public function setCustomerId($customerId) |
| 393 | 393 | { |
| 394 | - $this->customerId = $customerId; |
|
| 394 | + $this->customerId = $customerId; |
|
| 395 | 395 | } |
| 396 | 396 | public function getCustomerId() |
| 397 | 397 | { |
| 398 | - return $this->customerId; |
|
| 398 | + return $this->customerId; |
|
| 399 | 399 | } |
| 400 | 400 | public function setTime($time) |
| 401 | 401 | { |
| 402 | - $this->time = $time; |
|
| 402 | + $this->time = $time; |
|
| 403 | 403 | } |
| 404 | 404 | public function getTime() |
| 405 | 405 | { |
| 406 | - return $this->time; |
|
| 406 | + return $this->time; |
|
| 407 | 407 | } |
| 408 | 408 | public function setUniqQualifier($uniqQualifier) |
| 409 | 409 | { |
| 410 | - $this->uniqQualifier = $uniqQualifier; |
|
| 410 | + $this->uniqQualifier = $uniqQualifier; |
|
| 411 | 411 | } |
| 412 | 412 | public function getUniqQualifier() |
| 413 | 413 | { |
| 414 | - return $this->uniqQualifier; |
|
| 414 | + return $this->uniqQualifier; |
|
| 415 | 415 | } |
| 416 | 416 | } |
@@ -33,10 +33,10 @@ discard block |
||
| 33 | 33 | { |
| 34 | 34 | /** View and manage your Ad Exchange data. */ |
| 35 | 35 | const ADEXCHANGE_SELLER = |
| 36 | - "https://www.googleapis.com/auth/adexchange.seller"; |
|
| 36 | + "https://www.googleapis.com/auth/adexchange.seller"; |
|
| 37 | 37 | /** View your Ad Exchange data. */ |
| 38 | 38 | const ADEXCHANGE_SELLER_READONLY = |
| 39 | - "https://www.googleapis.com/auth/adexchange.seller.readonly"; |
|
| 39 | + "https://www.googleapis.com/auth/adexchange.seller.readonly"; |
|
| 40 | 40 | |
| 41 | 41 | public $accounts; |
| 42 | 42 | public $accounts_adclients; |
@@ -57,375 +57,375 @@ discard block |
||
| 57 | 57 | */ |
| 58 | 58 | public function __construct(Google_Client $client) |
| 59 | 59 | { |
| 60 | - parent::__construct($client); |
|
| 61 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 62 | - $this->servicePath = 'adexchangeseller/v2.0/'; |
|
| 63 | - $this->version = 'v2.0'; |
|
| 64 | - $this->serviceName = 'adexchangeseller'; |
|
| 65 | - |
|
| 66 | - $this->accounts = new Google_Service_AdExchangeSeller_Accounts_Resource( |
|
| 67 | - $this, |
|
| 68 | - $this->serviceName, |
|
| 69 | - 'accounts', |
|
| 70 | - array( |
|
| 71 | - 'methods' => array( |
|
| 72 | - 'get' => array( |
|
| 73 | - 'path' => 'accounts/{accountId}', |
|
| 74 | - 'httpMethod' => 'GET', |
|
| 75 | - 'parameters' => array( |
|
| 76 | - 'accountId' => array( |
|
| 77 | - 'location' => 'path', |
|
| 78 | - 'type' => 'string', |
|
| 79 | - 'required' => true, |
|
| 80 | - ), |
|
| 81 | - ), |
|
| 82 | - ),'list' => array( |
|
| 83 | - 'path' => 'accounts', |
|
| 84 | - 'httpMethod' => 'GET', |
|
| 85 | - 'parameters' => array( |
|
| 86 | - 'pageToken' => array( |
|
| 87 | - 'location' => 'query', |
|
| 88 | - 'type' => 'string', |
|
| 89 | - ), |
|
| 90 | - 'maxResults' => array( |
|
| 91 | - 'location' => 'query', |
|
| 92 | - 'type' => 'integer', |
|
| 93 | - ), |
|
| 94 | - ), |
|
| 95 | - ), |
|
| 96 | - ) |
|
| 97 | - ) |
|
| 98 | - ); |
|
| 99 | - $this->accounts_adclients = new Google_Service_AdExchangeSeller_AccountsAdclients_Resource( |
|
| 100 | - $this, |
|
| 101 | - $this->serviceName, |
|
| 102 | - 'adclients', |
|
| 103 | - array( |
|
| 104 | - 'methods' => array( |
|
| 105 | - 'list' => array( |
|
| 106 | - 'path' => 'accounts/{accountId}/adclients', |
|
| 107 | - 'httpMethod' => 'GET', |
|
| 108 | - 'parameters' => array( |
|
| 109 | - 'accountId' => array( |
|
| 110 | - 'location' => 'path', |
|
| 111 | - 'type' => 'string', |
|
| 112 | - 'required' => true, |
|
| 113 | - ), |
|
| 114 | - 'pageToken' => array( |
|
| 115 | - 'location' => 'query', |
|
| 116 | - 'type' => 'string', |
|
| 117 | - ), |
|
| 118 | - 'maxResults' => array( |
|
| 119 | - 'location' => 'query', |
|
| 120 | - 'type' => 'integer', |
|
| 121 | - ), |
|
| 122 | - ), |
|
| 123 | - ), |
|
| 124 | - ) |
|
| 125 | - ) |
|
| 126 | - ); |
|
| 127 | - $this->accounts_alerts = new Google_Service_AdExchangeSeller_AccountsAlerts_Resource( |
|
| 128 | - $this, |
|
| 129 | - $this->serviceName, |
|
| 130 | - 'alerts', |
|
| 131 | - array( |
|
| 132 | - 'methods' => array( |
|
| 133 | - 'list' => array( |
|
| 134 | - 'path' => 'accounts/{accountId}/alerts', |
|
| 135 | - 'httpMethod' => 'GET', |
|
| 136 | - 'parameters' => array( |
|
| 137 | - 'accountId' => array( |
|
| 138 | - 'location' => 'path', |
|
| 139 | - 'type' => 'string', |
|
| 140 | - 'required' => true, |
|
| 141 | - ), |
|
| 142 | - 'locale' => array( |
|
| 143 | - 'location' => 'query', |
|
| 144 | - 'type' => 'string', |
|
| 145 | - ), |
|
| 146 | - ), |
|
| 147 | - ), |
|
| 148 | - ) |
|
| 149 | - ) |
|
| 150 | - ); |
|
| 151 | - $this->accounts_customchannels = new Google_Service_AdExchangeSeller_AccountsCustomchannels_Resource( |
|
| 152 | - $this, |
|
| 153 | - $this->serviceName, |
|
| 154 | - 'customchannels', |
|
| 155 | - array( |
|
| 156 | - 'methods' => array( |
|
| 157 | - 'get' => array( |
|
| 158 | - 'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels/{customChannelId}', |
|
| 159 | - 'httpMethod' => 'GET', |
|
| 160 | - 'parameters' => array( |
|
| 161 | - 'accountId' => array( |
|
| 162 | - 'location' => 'path', |
|
| 163 | - 'type' => 'string', |
|
| 164 | - 'required' => true, |
|
| 165 | - ), |
|
| 166 | - 'adClientId' => array( |
|
| 167 | - 'location' => 'path', |
|
| 168 | - 'type' => 'string', |
|
| 169 | - 'required' => true, |
|
| 170 | - ), |
|
| 171 | - 'customChannelId' => array( |
|
| 172 | - 'location' => 'path', |
|
| 173 | - 'type' => 'string', |
|
| 174 | - 'required' => true, |
|
| 175 | - ), |
|
| 176 | - ), |
|
| 177 | - ),'list' => array( |
|
| 178 | - 'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels', |
|
| 179 | - 'httpMethod' => 'GET', |
|
| 180 | - 'parameters' => array( |
|
| 181 | - 'accountId' => array( |
|
| 182 | - 'location' => 'path', |
|
| 183 | - 'type' => 'string', |
|
| 184 | - 'required' => true, |
|
| 185 | - ), |
|
| 186 | - 'adClientId' => array( |
|
| 187 | - 'location' => 'path', |
|
| 188 | - 'type' => 'string', |
|
| 189 | - 'required' => true, |
|
| 190 | - ), |
|
| 191 | - 'pageToken' => array( |
|
| 192 | - 'location' => 'query', |
|
| 193 | - 'type' => 'string', |
|
| 194 | - ), |
|
| 195 | - 'maxResults' => array( |
|
| 196 | - 'location' => 'query', |
|
| 197 | - 'type' => 'integer', |
|
| 198 | - ), |
|
| 199 | - ), |
|
| 200 | - ), |
|
| 201 | - ) |
|
| 202 | - ) |
|
| 203 | - ); |
|
| 204 | - $this->accounts_metadata_dimensions = new Google_Service_AdExchangeSeller_AccountsMetadataDimensions_Resource( |
|
| 205 | - $this, |
|
| 206 | - $this->serviceName, |
|
| 207 | - 'dimensions', |
|
| 208 | - array( |
|
| 209 | - 'methods' => array( |
|
| 210 | - 'list' => array( |
|
| 211 | - 'path' => 'accounts/{accountId}/metadata/dimensions', |
|
| 212 | - 'httpMethod' => 'GET', |
|
| 213 | - 'parameters' => array( |
|
| 214 | - 'accountId' => array( |
|
| 215 | - 'location' => 'path', |
|
| 216 | - 'type' => 'string', |
|
| 217 | - 'required' => true, |
|
| 218 | - ), |
|
| 219 | - ), |
|
| 220 | - ), |
|
| 221 | - ) |
|
| 222 | - ) |
|
| 223 | - ); |
|
| 224 | - $this->accounts_metadata_metrics = new Google_Service_AdExchangeSeller_AccountsMetadataMetrics_Resource( |
|
| 225 | - $this, |
|
| 226 | - $this->serviceName, |
|
| 227 | - 'metrics', |
|
| 228 | - array( |
|
| 229 | - 'methods' => array( |
|
| 230 | - 'list' => array( |
|
| 231 | - 'path' => 'accounts/{accountId}/metadata/metrics', |
|
| 232 | - 'httpMethod' => 'GET', |
|
| 233 | - 'parameters' => array( |
|
| 234 | - 'accountId' => array( |
|
| 235 | - 'location' => 'path', |
|
| 236 | - 'type' => 'string', |
|
| 237 | - 'required' => true, |
|
| 238 | - ), |
|
| 239 | - ), |
|
| 240 | - ), |
|
| 241 | - ) |
|
| 242 | - ) |
|
| 243 | - ); |
|
| 244 | - $this->accounts_preferreddeals = new Google_Service_AdExchangeSeller_AccountsPreferreddeals_Resource( |
|
| 245 | - $this, |
|
| 246 | - $this->serviceName, |
|
| 247 | - 'preferreddeals', |
|
| 248 | - array( |
|
| 249 | - 'methods' => array( |
|
| 250 | - 'get' => array( |
|
| 251 | - 'path' => 'accounts/{accountId}/preferreddeals/{dealId}', |
|
| 252 | - 'httpMethod' => 'GET', |
|
| 253 | - 'parameters' => array( |
|
| 254 | - 'accountId' => array( |
|
| 255 | - 'location' => 'path', |
|
| 256 | - 'type' => 'string', |
|
| 257 | - 'required' => true, |
|
| 258 | - ), |
|
| 259 | - 'dealId' => array( |
|
| 260 | - 'location' => 'path', |
|
| 261 | - 'type' => 'string', |
|
| 262 | - 'required' => true, |
|
| 263 | - ), |
|
| 264 | - ), |
|
| 265 | - ),'list' => array( |
|
| 266 | - 'path' => 'accounts/{accountId}/preferreddeals', |
|
| 267 | - 'httpMethod' => 'GET', |
|
| 268 | - 'parameters' => array( |
|
| 269 | - 'accountId' => array( |
|
| 270 | - 'location' => 'path', |
|
| 271 | - 'type' => 'string', |
|
| 272 | - 'required' => true, |
|
| 273 | - ), |
|
| 274 | - ), |
|
| 275 | - ), |
|
| 276 | - ) |
|
| 277 | - ) |
|
| 278 | - ); |
|
| 279 | - $this->accounts_reports = new Google_Service_AdExchangeSeller_AccountsReports_Resource( |
|
| 280 | - $this, |
|
| 281 | - $this->serviceName, |
|
| 282 | - 'reports', |
|
| 283 | - array( |
|
| 284 | - 'methods' => array( |
|
| 285 | - 'generate' => array( |
|
| 286 | - 'path' => 'accounts/{accountId}/reports', |
|
| 287 | - 'httpMethod' => 'GET', |
|
| 288 | - 'parameters' => array( |
|
| 289 | - 'accountId' => array( |
|
| 290 | - 'location' => 'path', |
|
| 291 | - 'type' => 'string', |
|
| 292 | - 'required' => true, |
|
| 293 | - ), |
|
| 294 | - 'startDate' => array( |
|
| 295 | - 'location' => 'query', |
|
| 296 | - 'type' => 'string', |
|
| 297 | - 'required' => true, |
|
| 298 | - ), |
|
| 299 | - 'endDate' => array( |
|
| 300 | - 'location' => 'query', |
|
| 301 | - 'type' => 'string', |
|
| 302 | - 'required' => true, |
|
| 303 | - ), |
|
| 304 | - 'sort' => array( |
|
| 305 | - 'location' => 'query', |
|
| 306 | - 'type' => 'string', |
|
| 307 | - 'repeated' => true, |
|
| 308 | - ), |
|
| 309 | - 'locale' => array( |
|
| 310 | - 'location' => 'query', |
|
| 311 | - 'type' => 'string', |
|
| 312 | - ), |
|
| 313 | - 'metric' => array( |
|
| 314 | - 'location' => 'query', |
|
| 315 | - 'type' => 'string', |
|
| 316 | - 'repeated' => true, |
|
| 317 | - ), |
|
| 318 | - 'maxResults' => array( |
|
| 319 | - 'location' => 'query', |
|
| 320 | - 'type' => 'integer', |
|
| 321 | - ), |
|
| 322 | - 'filter' => array( |
|
| 323 | - 'location' => 'query', |
|
| 324 | - 'type' => 'string', |
|
| 325 | - 'repeated' => true, |
|
| 326 | - ), |
|
| 327 | - 'startIndex' => array( |
|
| 328 | - 'location' => 'query', |
|
| 329 | - 'type' => 'integer', |
|
| 330 | - ), |
|
| 331 | - 'dimension' => array( |
|
| 332 | - 'location' => 'query', |
|
| 333 | - 'type' => 'string', |
|
| 334 | - 'repeated' => true, |
|
| 335 | - ), |
|
| 336 | - ), |
|
| 337 | - ), |
|
| 338 | - ) |
|
| 339 | - ) |
|
| 340 | - ); |
|
| 341 | - $this->accounts_reports_saved = new Google_Service_AdExchangeSeller_AccountsReportsSaved_Resource( |
|
| 342 | - $this, |
|
| 343 | - $this->serviceName, |
|
| 344 | - 'saved', |
|
| 345 | - array( |
|
| 346 | - 'methods' => array( |
|
| 347 | - 'generate' => array( |
|
| 348 | - 'path' => 'accounts/{accountId}/reports/{savedReportId}', |
|
| 349 | - 'httpMethod' => 'GET', |
|
| 350 | - 'parameters' => array( |
|
| 351 | - 'accountId' => array( |
|
| 352 | - 'location' => 'path', |
|
| 353 | - 'type' => 'string', |
|
| 354 | - 'required' => true, |
|
| 355 | - ), |
|
| 356 | - 'savedReportId' => array( |
|
| 357 | - 'location' => 'path', |
|
| 358 | - 'type' => 'string', |
|
| 359 | - 'required' => true, |
|
| 360 | - ), |
|
| 361 | - 'locale' => array( |
|
| 362 | - 'location' => 'query', |
|
| 363 | - 'type' => 'string', |
|
| 364 | - ), |
|
| 365 | - 'startIndex' => array( |
|
| 366 | - 'location' => 'query', |
|
| 367 | - 'type' => 'integer', |
|
| 368 | - ), |
|
| 369 | - 'maxResults' => array( |
|
| 370 | - 'location' => 'query', |
|
| 371 | - 'type' => 'integer', |
|
| 372 | - ), |
|
| 373 | - ), |
|
| 374 | - ),'list' => array( |
|
| 375 | - 'path' => 'accounts/{accountId}/reports/saved', |
|
| 376 | - 'httpMethod' => 'GET', |
|
| 377 | - 'parameters' => array( |
|
| 378 | - 'accountId' => array( |
|
| 379 | - 'location' => 'path', |
|
| 380 | - 'type' => 'string', |
|
| 381 | - 'required' => true, |
|
| 382 | - ), |
|
| 383 | - 'pageToken' => array( |
|
| 384 | - 'location' => 'query', |
|
| 385 | - 'type' => 'string', |
|
| 386 | - ), |
|
| 387 | - 'maxResults' => array( |
|
| 388 | - 'location' => 'query', |
|
| 389 | - 'type' => 'integer', |
|
| 390 | - ), |
|
| 391 | - ), |
|
| 392 | - ), |
|
| 393 | - ) |
|
| 394 | - ) |
|
| 395 | - ); |
|
| 396 | - $this->accounts_urlchannels = new Google_Service_AdExchangeSeller_AccountsUrlchannels_Resource( |
|
| 397 | - $this, |
|
| 398 | - $this->serviceName, |
|
| 399 | - 'urlchannels', |
|
| 400 | - array( |
|
| 401 | - 'methods' => array( |
|
| 402 | - 'list' => array( |
|
| 403 | - 'path' => 'accounts/{accountId}/adclients/{adClientId}/urlchannels', |
|
| 404 | - 'httpMethod' => 'GET', |
|
| 405 | - 'parameters' => array( |
|
| 406 | - 'accountId' => array( |
|
| 407 | - 'location' => 'path', |
|
| 408 | - 'type' => 'string', |
|
| 409 | - 'required' => true, |
|
| 410 | - ), |
|
| 411 | - 'adClientId' => array( |
|
| 412 | - 'location' => 'path', |
|
| 413 | - 'type' => 'string', |
|
| 414 | - 'required' => true, |
|
| 415 | - ), |
|
| 416 | - 'pageToken' => array( |
|
| 417 | - 'location' => 'query', |
|
| 418 | - 'type' => 'string', |
|
| 419 | - ), |
|
| 420 | - 'maxResults' => array( |
|
| 421 | - 'location' => 'query', |
|
| 422 | - 'type' => 'integer', |
|
| 423 | - ), |
|
| 424 | - ), |
|
| 425 | - ), |
|
| 426 | - ) |
|
| 427 | - ) |
|
| 428 | - ); |
|
| 60 | + parent::__construct($client); |
|
| 61 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 62 | + $this->servicePath = 'adexchangeseller/v2.0/'; |
|
| 63 | + $this->version = 'v2.0'; |
|
| 64 | + $this->serviceName = 'adexchangeseller'; |
|
| 65 | + |
|
| 66 | + $this->accounts = new Google_Service_AdExchangeSeller_Accounts_Resource( |
|
| 67 | + $this, |
|
| 68 | + $this->serviceName, |
|
| 69 | + 'accounts', |
|
| 70 | + array( |
|
| 71 | + 'methods' => array( |
|
| 72 | + 'get' => array( |
|
| 73 | + 'path' => 'accounts/{accountId}', |
|
| 74 | + 'httpMethod' => 'GET', |
|
| 75 | + 'parameters' => array( |
|
| 76 | + 'accountId' => array( |
|
| 77 | + 'location' => 'path', |
|
| 78 | + 'type' => 'string', |
|
| 79 | + 'required' => true, |
|
| 80 | + ), |
|
| 81 | + ), |
|
| 82 | + ),'list' => array( |
|
| 83 | + 'path' => 'accounts', |
|
| 84 | + 'httpMethod' => 'GET', |
|
| 85 | + 'parameters' => array( |
|
| 86 | + 'pageToken' => array( |
|
| 87 | + 'location' => 'query', |
|
| 88 | + 'type' => 'string', |
|
| 89 | + ), |
|
| 90 | + 'maxResults' => array( |
|
| 91 | + 'location' => 'query', |
|
| 92 | + 'type' => 'integer', |
|
| 93 | + ), |
|
| 94 | + ), |
|
| 95 | + ), |
|
| 96 | + ) |
|
| 97 | + ) |
|
| 98 | + ); |
|
| 99 | + $this->accounts_adclients = new Google_Service_AdExchangeSeller_AccountsAdclients_Resource( |
|
| 100 | + $this, |
|
| 101 | + $this->serviceName, |
|
| 102 | + 'adclients', |
|
| 103 | + array( |
|
| 104 | + 'methods' => array( |
|
| 105 | + 'list' => array( |
|
| 106 | + 'path' => 'accounts/{accountId}/adclients', |
|
| 107 | + 'httpMethod' => 'GET', |
|
| 108 | + 'parameters' => array( |
|
| 109 | + 'accountId' => array( |
|
| 110 | + 'location' => 'path', |
|
| 111 | + 'type' => 'string', |
|
| 112 | + 'required' => true, |
|
| 113 | + ), |
|
| 114 | + 'pageToken' => array( |
|
| 115 | + 'location' => 'query', |
|
| 116 | + 'type' => 'string', |
|
| 117 | + ), |
|
| 118 | + 'maxResults' => array( |
|
| 119 | + 'location' => 'query', |
|
| 120 | + 'type' => 'integer', |
|
| 121 | + ), |
|
| 122 | + ), |
|
| 123 | + ), |
|
| 124 | + ) |
|
| 125 | + ) |
|
| 126 | + ); |
|
| 127 | + $this->accounts_alerts = new Google_Service_AdExchangeSeller_AccountsAlerts_Resource( |
|
| 128 | + $this, |
|
| 129 | + $this->serviceName, |
|
| 130 | + 'alerts', |
|
| 131 | + array( |
|
| 132 | + 'methods' => array( |
|
| 133 | + 'list' => array( |
|
| 134 | + 'path' => 'accounts/{accountId}/alerts', |
|
| 135 | + 'httpMethod' => 'GET', |
|
| 136 | + 'parameters' => array( |
|
| 137 | + 'accountId' => array( |
|
| 138 | + 'location' => 'path', |
|
| 139 | + 'type' => 'string', |
|
| 140 | + 'required' => true, |
|
| 141 | + ), |
|
| 142 | + 'locale' => array( |
|
| 143 | + 'location' => 'query', |
|
| 144 | + 'type' => 'string', |
|
| 145 | + ), |
|
| 146 | + ), |
|
| 147 | + ), |
|
| 148 | + ) |
|
| 149 | + ) |
|
| 150 | + ); |
|
| 151 | + $this->accounts_customchannels = new Google_Service_AdExchangeSeller_AccountsCustomchannels_Resource( |
|
| 152 | + $this, |
|
| 153 | + $this->serviceName, |
|
| 154 | + 'customchannels', |
|
| 155 | + array( |
|
| 156 | + 'methods' => array( |
|
| 157 | + 'get' => array( |
|
| 158 | + 'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels/{customChannelId}', |
|
| 159 | + 'httpMethod' => 'GET', |
|
| 160 | + 'parameters' => array( |
|
| 161 | + 'accountId' => array( |
|
| 162 | + 'location' => 'path', |
|
| 163 | + 'type' => 'string', |
|
| 164 | + 'required' => true, |
|
| 165 | + ), |
|
| 166 | + 'adClientId' => array( |
|
| 167 | + 'location' => 'path', |
|
| 168 | + 'type' => 'string', |
|
| 169 | + 'required' => true, |
|
| 170 | + ), |
|
| 171 | + 'customChannelId' => array( |
|
| 172 | + 'location' => 'path', |
|
| 173 | + 'type' => 'string', |
|
| 174 | + 'required' => true, |
|
| 175 | + ), |
|
| 176 | + ), |
|
| 177 | + ),'list' => array( |
|
| 178 | + 'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels', |
|
| 179 | + 'httpMethod' => 'GET', |
|
| 180 | + 'parameters' => array( |
|
| 181 | + 'accountId' => array( |
|
| 182 | + 'location' => 'path', |
|
| 183 | + 'type' => 'string', |
|
| 184 | + 'required' => true, |
|
| 185 | + ), |
|
| 186 | + 'adClientId' => array( |
|
| 187 | + 'location' => 'path', |
|
| 188 | + 'type' => 'string', |
|
| 189 | + 'required' => true, |
|
| 190 | + ), |
|
| 191 | + 'pageToken' => array( |
|
| 192 | + 'location' => 'query', |
|
| 193 | + 'type' => 'string', |
|
| 194 | + ), |
|
| 195 | + 'maxResults' => array( |
|
| 196 | + 'location' => 'query', |
|
| 197 | + 'type' => 'integer', |
|
| 198 | + ), |
|
| 199 | + ), |
|
| 200 | + ), |
|
| 201 | + ) |
|
| 202 | + ) |
|
| 203 | + ); |
|
| 204 | + $this->accounts_metadata_dimensions = new Google_Service_AdExchangeSeller_AccountsMetadataDimensions_Resource( |
|
| 205 | + $this, |
|
| 206 | + $this->serviceName, |
|
| 207 | + 'dimensions', |
|
| 208 | + array( |
|
| 209 | + 'methods' => array( |
|
| 210 | + 'list' => array( |
|
| 211 | + 'path' => 'accounts/{accountId}/metadata/dimensions', |
|
| 212 | + 'httpMethod' => 'GET', |
|
| 213 | + 'parameters' => array( |
|
| 214 | + 'accountId' => array( |
|
| 215 | + 'location' => 'path', |
|
| 216 | + 'type' => 'string', |
|
| 217 | + 'required' => true, |
|
| 218 | + ), |
|
| 219 | + ), |
|
| 220 | + ), |
|
| 221 | + ) |
|
| 222 | + ) |
|
| 223 | + ); |
|
| 224 | + $this->accounts_metadata_metrics = new Google_Service_AdExchangeSeller_AccountsMetadataMetrics_Resource( |
|
| 225 | + $this, |
|
| 226 | + $this->serviceName, |
|
| 227 | + 'metrics', |
|
| 228 | + array( |
|
| 229 | + 'methods' => array( |
|
| 230 | + 'list' => array( |
|
| 231 | + 'path' => 'accounts/{accountId}/metadata/metrics', |
|
| 232 | + 'httpMethod' => 'GET', |
|
| 233 | + 'parameters' => array( |
|
| 234 | + 'accountId' => array( |
|
| 235 | + 'location' => 'path', |
|
| 236 | + 'type' => 'string', |
|
| 237 | + 'required' => true, |
|
| 238 | + ), |
|
| 239 | + ), |
|
| 240 | + ), |
|
| 241 | + ) |
|
| 242 | + ) |
|
| 243 | + ); |
|
| 244 | + $this->accounts_preferreddeals = new Google_Service_AdExchangeSeller_AccountsPreferreddeals_Resource( |
|
| 245 | + $this, |
|
| 246 | + $this->serviceName, |
|
| 247 | + 'preferreddeals', |
|
| 248 | + array( |
|
| 249 | + 'methods' => array( |
|
| 250 | + 'get' => array( |
|
| 251 | + 'path' => 'accounts/{accountId}/preferreddeals/{dealId}', |
|
| 252 | + 'httpMethod' => 'GET', |
|
| 253 | + 'parameters' => array( |
|
| 254 | + 'accountId' => array( |
|
| 255 | + 'location' => 'path', |
|
| 256 | + 'type' => 'string', |
|
| 257 | + 'required' => true, |
|
| 258 | + ), |
|
| 259 | + 'dealId' => array( |
|
| 260 | + 'location' => 'path', |
|
| 261 | + 'type' => 'string', |
|
| 262 | + 'required' => true, |
|
| 263 | + ), |
|
| 264 | + ), |
|
| 265 | + ),'list' => array( |
|
| 266 | + 'path' => 'accounts/{accountId}/preferreddeals', |
|
| 267 | + 'httpMethod' => 'GET', |
|
| 268 | + 'parameters' => array( |
|
| 269 | + 'accountId' => array( |
|
| 270 | + 'location' => 'path', |
|
| 271 | + 'type' => 'string', |
|
| 272 | + 'required' => true, |
|
| 273 | + ), |
|
| 274 | + ), |
|
| 275 | + ), |
|
| 276 | + ) |
|
| 277 | + ) |
|
| 278 | + ); |
|
| 279 | + $this->accounts_reports = new Google_Service_AdExchangeSeller_AccountsReports_Resource( |
|
| 280 | + $this, |
|
| 281 | + $this->serviceName, |
|
| 282 | + 'reports', |
|
| 283 | + array( |
|
| 284 | + 'methods' => array( |
|
| 285 | + 'generate' => array( |
|
| 286 | + 'path' => 'accounts/{accountId}/reports', |
|
| 287 | + 'httpMethod' => 'GET', |
|
| 288 | + 'parameters' => array( |
|
| 289 | + 'accountId' => array( |
|
| 290 | + 'location' => 'path', |
|
| 291 | + 'type' => 'string', |
|
| 292 | + 'required' => true, |
|
| 293 | + ), |
|
| 294 | + 'startDate' => array( |
|
| 295 | + 'location' => 'query', |
|
| 296 | + 'type' => 'string', |
|
| 297 | + 'required' => true, |
|
| 298 | + ), |
|
| 299 | + 'endDate' => array( |
|
| 300 | + 'location' => 'query', |
|
| 301 | + 'type' => 'string', |
|
| 302 | + 'required' => true, |
|
| 303 | + ), |
|
| 304 | + 'sort' => array( |
|
| 305 | + 'location' => 'query', |
|
| 306 | + 'type' => 'string', |
|
| 307 | + 'repeated' => true, |
|
| 308 | + ), |
|
| 309 | + 'locale' => array( |
|
| 310 | + 'location' => 'query', |
|
| 311 | + 'type' => 'string', |
|
| 312 | + ), |
|
| 313 | + 'metric' => array( |
|
| 314 | + 'location' => 'query', |
|
| 315 | + 'type' => 'string', |
|
| 316 | + 'repeated' => true, |
|
| 317 | + ), |
|
| 318 | + 'maxResults' => array( |
|
| 319 | + 'location' => 'query', |
|
| 320 | + 'type' => 'integer', |
|
| 321 | + ), |
|
| 322 | + 'filter' => array( |
|
| 323 | + 'location' => 'query', |
|
| 324 | + 'type' => 'string', |
|
| 325 | + 'repeated' => true, |
|
| 326 | + ), |
|
| 327 | + 'startIndex' => array( |
|
| 328 | + 'location' => 'query', |
|
| 329 | + 'type' => 'integer', |
|
| 330 | + ), |
|
| 331 | + 'dimension' => array( |
|
| 332 | + 'location' => 'query', |
|
| 333 | + 'type' => 'string', |
|
| 334 | + 'repeated' => true, |
|
| 335 | + ), |
|
| 336 | + ), |
|
| 337 | + ), |
|
| 338 | + ) |
|
| 339 | + ) |
|
| 340 | + ); |
|
| 341 | + $this->accounts_reports_saved = new Google_Service_AdExchangeSeller_AccountsReportsSaved_Resource( |
|
| 342 | + $this, |
|
| 343 | + $this->serviceName, |
|
| 344 | + 'saved', |
|
| 345 | + array( |
|
| 346 | + 'methods' => array( |
|
| 347 | + 'generate' => array( |
|
| 348 | + 'path' => 'accounts/{accountId}/reports/{savedReportId}', |
|
| 349 | + 'httpMethod' => 'GET', |
|
| 350 | + 'parameters' => array( |
|
| 351 | + 'accountId' => array( |
|
| 352 | + 'location' => 'path', |
|
| 353 | + 'type' => 'string', |
|
| 354 | + 'required' => true, |
|
| 355 | + ), |
|
| 356 | + 'savedReportId' => array( |
|
| 357 | + 'location' => 'path', |
|
| 358 | + 'type' => 'string', |
|
| 359 | + 'required' => true, |
|
| 360 | + ), |
|
| 361 | + 'locale' => array( |
|
| 362 | + 'location' => 'query', |
|
| 363 | + 'type' => 'string', |
|
| 364 | + ), |
|
| 365 | + 'startIndex' => array( |
|
| 366 | + 'location' => 'query', |
|
| 367 | + 'type' => 'integer', |
|
| 368 | + ), |
|
| 369 | + 'maxResults' => array( |
|
| 370 | + 'location' => 'query', |
|
| 371 | + 'type' => 'integer', |
|
| 372 | + ), |
|
| 373 | + ), |
|
| 374 | + ),'list' => array( |
|
| 375 | + 'path' => 'accounts/{accountId}/reports/saved', |
|
| 376 | + 'httpMethod' => 'GET', |
|
| 377 | + 'parameters' => array( |
|
| 378 | + 'accountId' => array( |
|
| 379 | + 'location' => 'path', |
|
| 380 | + 'type' => 'string', |
|
| 381 | + 'required' => true, |
|
| 382 | + ), |
|
| 383 | + 'pageToken' => array( |
|
| 384 | + 'location' => 'query', |
|
| 385 | + 'type' => 'string', |
|
| 386 | + ), |
|
| 387 | + 'maxResults' => array( |
|
| 388 | + 'location' => 'query', |
|
| 389 | + 'type' => 'integer', |
|
| 390 | + ), |
|
| 391 | + ), |
|
| 392 | + ), |
|
| 393 | + ) |
|
| 394 | + ) |
|
| 395 | + ); |
|
| 396 | + $this->accounts_urlchannels = new Google_Service_AdExchangeSeller_AccountsUrlchannels_Resource( |
|
| 397 | + $this, |
|
| 398 | + $this->serviceName, |
|
| 399 | + 'urlchannels', |
|
| 400 | + array( |
|
| 401 | + 'methods' => array( |
|
| 402 | + 'list' => array( |
|
| 403 | + 'path' => 'accounts/{accountId}/adclients/{adClientId}/urlchannels', |
|
| 404 | + 'httpMethod' => 'GET', |
|
| 405 | + 'parameters' => array( |
|
| 406 | + 'accountId' => array( |
|
| 407 | + 'location' => 'path', |
|
| 408 | + 'type' => 'string', |
|
| 409 | + 'required' => true, |
|
| 410 | + ), |
|
| 411 | + 'adClientId' => array( |
|
| 412 | + 'location' => 'path', |
|
| 413 | + 'type' => 'string', |
|
| 414 | + 'required' => true, |
|
| 415 | + ), |
|
| 416 | + 'pageToken' => array( |
|
| 417 | + 'location' => 'query', |
|
| 418 | + 'type' => 'string', |
|
| 419 | + ), |
|
| 420 | + 'maxResults' => array( |
|
| 421 | + 'location' => 'query', |
|
| 422 | + 'type' => 'integer', |
|
| 423 | + ), |
|
| 424 | + ), |
|
| 425 | + ), |
|
| 426 | + ) |
|
| 427 | + ) |
|
| 428 | + ); |
|
| 429 | 429 | } |
| 430 | 430 | } |
| 431 | 431 | |
@@ -451,9 +451,9 @@ discard block |
||
| 451 | 451 | */ |
| 452 | 452 | public function get($accountId, $optParams = array()) |
| 453 | 453 | { |
| 454 | - $params = array('accountId' => $accountId); |
|
| 455 | - $params = array_merge($params, $optParams); |
|
| 456 | - return $this->call('get', array($params), "Google_Service_AdExchangeSeller_Account"); |
|
| 454 | + $params = array('accountId' => $accountId); |
|
| 455 | + $params = array_merge($params, $optParams); |
|
| 456 | + return $this->call('get', array($params), "Google_Service_AdExchangeSeller_Account"); |
|
| 457 | 457 | } |
| 458 | 458 | |
| 459 | 459 | /** |
@@ -471,9 +471,9 @@ discard block |
||
| 471 | 471 | */ |
| 472 | 472 | public function listAccounts($optParams = array()) |
| 473 | 473 | { |
| 474 | - $params = array(); |
|
| 475 | - $params = array_merge($params, $optParams); |
|
| 476 | - return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Accounts"); |
|
| 474 | + $params = array(); |
|
| 475 | + $params = array_merge($params, $optParams); |
|
| 476 | + return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Accounts"); |
|
| 477 | 477 | } |
| 478 | 478 | } |
| 479 | 479 | |
@@ -504,9 +504,9 @@ discard block |
||
| 504 | 504 | */ |
| 505 | 505 | public function listAccountsAdclients($accountId, $optParams = array()) |
| 506 | 506 | { |
| 507 | - $params = array('accountId' => $accountId); |
|
| 508 | - $params = array_merge($params, $optParams); |
|
| 509 | - return $this->call('list', array($params), "Google_Service_AdExchangeSeller_AdClients"); |
|
| 507 | + $params = array('accountId' => $accountId); |
|
| 508 | + $params = array_merge($params, $optParams); |
|
| 509 | + return $this->call('list', array($params), "Google_Service_AdExchangeSeller_AdClients"); |
|
| 510 | 510 | } |
| 511 | 511 | } |
| 512 | 512 | /** |
@@ -533,9 +533,9 @@ discard block |
||
| 533 | 533 | */ |
| 534 | 534 | public function listAccountsAlerts($accountId, $optParams = array()) |
| 535 | 535 | { |
| 536 | - $params = array('accountId' => $accountId); |
|
| 537 | - $params = array_merge($params, $optParams); |
|
| 538 | - return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Alerts"); |
|
| 536 | + $params = array('accountId' => $accountId); |
|
| 537 | + $params = array_merge($params, $optParams); |
|
| 538 | + return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Alerts"); |
|
| 539 | 539 | } |
| 540 | 540 | } |
| 541 | 541 | /** |
@@ -561,9 +561,9 @@ discard block |
||
| 561 | 561 | */ |
| 562 | 562 | public function get($accountId, $adClientId, $customChannelId, $optParams = array()) |
| 563 | 563 | { |
| 564 | - $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'customChannelId' => $customChannelId); |
|
| 565 | - $params = array_merge($params, $optParams); |
|
| 566 | - return $this->call('get', array($params), "Google_Service_AdExchangeSeller_CustomChannel"); |
|
| 564 | + $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'customChannelId' => $customChannelId); |
|
| 565 | + $params = array_merge($params, $optParams); |
|
| 566 | + return $this->call('get', array($params), "Google_Service_AdExchangeSeller_CustomChannel"); |
|
| 567 | 567 | } |
| 568 | 568 | |
| 569 | 569 | /** |
@@ -583,9 +583,9 @@ discard block |
||
| 583 | 583 | */ |
| 584 | 584 | public function listAccountsCustomchannels($accountId, $adClientId, $optParams = array()) |
| 585 | 585 | { |
| 586 | - $params = array('accountId' => $accountId, 'adClientId' => $adClientId); |
|
| 587 | - $params = array_merge($params, $optParams); |
|
| 588 | - return $this->call('list', array($params), "Google_Service_AdExchangeSeller_CustomChannels"); |
|
| 586 | + $params = array('accountId' => $accountId, 'adClientId' => $adClientId); |
|
| 587 | + $params = array_merge($params, $optParams); |
|
| 588 | + return $this->call('list', array($params), "Google_Service_AdExchangeSeller_CustomChannels"); |
|
| 589 | 589 | } |
| 590 | 590 | } |
| 591 | 591 | /** |
@@ -621,9 +621,9 @@ discard block |
||
| 621 | 621 | */ |
| 622 | 622 | public function listAccountsMetadataDimensions($accountId, $optParams = array()) |
| 623 | 623 | { |
| 624 | - $params = array('accountId' => $accountId); |
|
| 625 | - $params = array_merge($params, $optParams); |
|
| 626 | - return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Metadata"); |
|
| 624 | + $params = array('accountId' => $accountId); |
|
| 625 | + $params = array_merge($params, $optParams); |
|
| 626 | + return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Metadata"); |
|
| 627 | 627 | } |
| 628 | 628 | } |
| 629 | 629 | /** |
@@ -647,9 +647,9 @@ discard block |
||
| 647 | 647 | */ |
| 648 | 648 | public function listAccountsMetadataMetrics($accountId, $optParams = array()) |
| 649 | 649 | { |
| 650 | - $params = array('accountId' => $accountId); |
|
| 651 | - $params = array_merge($params, $optParams); |
|
| 652 | - return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Metadata"); |
|
| 650 | + $params = array('accountId' => $accountId); |
|
| 651 | + $params = array_merge($params, $optParams); |
|
| 652 | + return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Metadata"); |
|
| 653 | 653 | } |
| 654 | 654 | } |
| 655 | 655 | /** |
@@ -674,9 +674,9 @@ discard block |
||
| 674 | 674 | */ |
| 675 | 675 | public function get($accountId, $dealId, $optParams = array()) |
| 676 | 676 | { |
| 677 | - $params = array('accountId' => $accountId, 'dealId' => $dealId); |
|
| 678 | - $params = array_merge($params, $optParams); |
|
| 679 | - return $this->call('get', array($params), "Google_Service_AdExchangeSeller_PreferredDeal"); |
|
| 677 | + $params = array('accountId' => $accountId, 'dealId' => $dealId); |
|
| 678 | + $params = array_merge($params, $optParams); |
|
| 679 | + return $this->call('get', array($params), "Google_Service_AdExchangeSeller_PreferredDeal"); |
|
| 680 | 680 | } |
| 681 | 681 | |
| 682 | 682 | /** |
@@ -689,9 +689,9 @@ discard block |
||
| 689 | 689 | */ |
| 690 | 690 | public function listAccountsPreferreddeals($accountId, $optParams = array()) |
| 691 | 691 | { |
| 692 | - $params = array('accountId' => $accountId); |
|
| 693 | - $params = array_merge($params, $optParams); |
|
| 694 | - return $this->call('list', array($params), "Google_Service_AdExchangeSeller_PreferredDeals"); |
|
| 692 | + $params = array('accountId' => $accountId); |
|
| 693 | + $params = array_merge($params, $optParams); |
|
| 694 | + return $this->call('list', array($params), "Google_Service_AdExchangeSeller_PreferredDeals"); |
|
| 695 | 695 | } |
| 696 | 696 | } |
| 697 | 697 | /** |
@@ -732,9 +732,9 @@ discard block |
||
| 732 | 732 | */ |
| 733 | 733 | public function generate($accountId, $startDate, $endDate, $optParams = array()) |
| 734 | 734 | { |
| 735 | - $params = array('accountId' => $accountId, 'startDate' => $startDate, 'endDate' => $endDate); |
|
| 736 | - $params = array_merge($params, $optParams); |
|
| 737 | - return $this->call('generate', array($params), "Google_Service_AdExchangeSeller_Report"); |
|
| 735 | + $params = array('accountId' => $accountId, 'startDate' => $startDate, 'endDate' => $endDate); |
|
| 736 | + $params = array_merge($params, $optParams); |
|
| 737 | + return $this->call('generate', array($params), "Google_Service_AdExchangeSeller_Report"); |
|
| 738 | 738 | } |
| 739 | 739 | } |
| 740 | 740 | |
@@ -766,9 +766,9 @@ discard block |
||
| 766 | 766 | */ |
| 767 | 767 | public function generate($accountId, $savedReportId, $optParams = array()) |
| 768 | 768 | { |
| 769 | - $params = array('accountId' => $accountId, 'savedReportId' => $savedReportId); |
|
| 770 | - $params = array_merge($params, $optParams); |
|
| 771 | - return $this->call('generate', array($params), "Google_Service_AdExchangeSeller_Report"); |
|
| 769 | + $params = array('accountId' => $accountId, 'savedReportId' => $savedReportId); |
|
| 770 | + $params = array_merge($params, $optParams); |
|
| 771 | + return $this->call('generate', array($params), "Google_Service_AdExchangeSeller_Report"); |
|
| 772 | 772 | } |
| 773 | 773 | |
| 774 | 774 | /** |
@@ -787,9 +787,9 @@ discard block |
||
| 787 | 787 | */ |
| 788 | 788 | public function listAccountsReportsSaved($accountId, $optParams = array()) |
| 789 | 789 | { |
| 790 | - $params = array('accountId' => $accountId); |
|
| 791 | - $params = array_merge($params, $optParams); |
|
| 792 | - return $this->call('list', array($params), "Google_Service_AdExchangeSeller_SavedReports"); |
|
| 790 | + $params = array('accountId' => $accountId); |
|
| 791 | + $params = array_merge($params, $optParams); |
|
| 792 | + return $this->call('list', array($params), "Google_Service_AdExchangeSeller_SavedReports"); |
|
| 793 | 793 | } |
| 794 | 794 | } |
| 795 | 795 | /** |
@@ -820,9 +820,9 @@ discard block |
||
| 820 | 820 | */ |
| 821 | 821 | public function listAccountsUrlchannels($accountId, $adClientId, $optParams = array()) |
| 822 | 822 | { |
| 823 | - $params = array('accountId' => $accountId, 'adClientId' => $adClientId); |
|
| 824 | - $params = array_merge($params, $optParams); |
|
| 825 | - return $this->call('list', array($params), "Google_Service_AdExchangeSeller_UrlChannels"); |
|
| 823 | + $params = array('accountId' => $accountId, 'adClientId' => $adClientId); |
|
| 824 | + $params = array_merge($params, $optParams); |
|
| 825 | + return $this->call('list', array($params), "Google_Service_AdExchangeSeller_UrlChannels"); |
|
| 826 | 826 | } |
| 827 | 827 | } |
| 828 | 828 | |
@@ -840,27 +840,27 @@ discard block |
||
| 840 | 840 | |
| 841 | 841 | public function setId($id) |
| 842 | 842 | { |
| 843 | - $this->id = $id; |
|
| 843 | + $this->id = $id; |
|
| 844 | 844 | } |
| 845 | 845 | public function getId() |
| 846 | 846 | { |
| 847 | - return $this->id; |
|
| 847 | + return $this->id; |
|
| 848 | 848 | } |
| 849 | 849 | public function setKind($kind) |
| 850 | 850 | { |
| 851 | - $this->kind = $kind; |
|
| 851 | + $this->kind = $kind; |
|
| 852 | 852 | } |
| 853 | 853 | public function getKind() |
| 854 | 854 | { |
| 855 | - return $this->kind; |
|
| 855 | + return $this->kind; |
|
| 856 | 856 | } |
| 857 | 857 | public function setName($name) |
| 858 | 858 | { |
| 859 | - $this->name = $name; |
|
| 859 | + $this->name = $name; |
|
| 860 | 860 | } |
| 861 | 861 | public function getName() |
| 862 | 862 | { |
| 863 | - return $this->name; |
|
| 863 | + return $this->name; |
|
| 864 | 864 | } |
| 865 | 865 | } |
| 866 | 866 | |
@@ -878,35 +878,35 @@ discard block |
||
| 878 | 878 | |
| 879 | 879 | public function setEtag($etag) |
| 880 | 880 | { |
| 881 | - $this->etag = $etag; |
|
| 881 | + $this->etag = $etag; |
|
| 882 | 882 | } |
| 883 | 883 | public function getEtag() |
| 884 | 884 | { |
| 885 | - return $this->etag; |
|
| 885 | + return $this->etag; |
|
| 886 | 886 | } |
| 887 | 887 | public function setItems($items) |
| 888 | 888 | { |
| 889 | - $this->items = $items; |
|
| 889 | + $this->items = $items; |
|
| 890 | 890 | } |
| 891 | 891 | public function getItems() |
| 892 | 892 | { |
| 893 | - return $this->items; |
|
| 893 | + return $this->items; |
|
| 894 | 894 | } |
| 895 | 895 | public function setKind($kind) |
| 896 | 896 | { |
| 897 | - $this->kind = $kind; |
|
| 897 | + $this->kind = $kind; |
|
| 898 | 898 | } |
| 899 | 899 | public function getKind() |
| 900 | 900 | { |
| 901 | - return $this->kind; |
|
| 901 | + return $this->kind; |
|
| 902 | 902 | } |
| 903 | 903 | public function setNextPageToken($nextPageToken) |
| 904 | 904 | { |
| 905 | - $this->nextPageToken = $nextPageToken; |
|
| 905 | + $this->nextPageToken = $nextPageToken; |
|
| 906 | 906 | } |
| 907 | 907 | public function getNextPageToken() |
| 908 | 908 | { |
| 909 | - return $this->nextPageToken; |
|
| 909 | + return $this->nextPageToken; |
|
| 910 | 910 | } |
| 911 | 911 | } |
| 912 | 912 | |
@@ -923,43 +923,43 @@ discard block |
||
| 923 | 923 | |
| 924 | 924 | public function setArcOptIn($arcOptIn) |
| 925 | 925 | { |
| 926 | - $this->arcOptIn = $arcOptIn; |
|
| 926 | + $this->arcOptIn = $arcOptIn; |
|
| 927 | 927 | } |
| 928 | 928 | public function getArcOptIn() |
| 929 | 929 | { |
| 930 | - return $this->arcOptIn; |
|
| 930 | + return $this->arcOptIn; |
|
| 931 | 931 | } |
| 932 | 932 | public function setId($id) |
| 933 | 933 | { |
| 934 | - $this->id = $id; |
|
| 934 | + $this->id = $id; |
|
| 935 | 935 | } |
| 936 | 936 | public function getId() |
| 937 | 937 | { |
| 938 | - return $this->id; |
|
| 938 | + return $this->id; |
|
| 939 | 939 | } |
| 940 | 940 | public function setKind($kind) |
| 941 | 941 | { |
| 942 | - $this->kind = $kind; |
|
| 942 | + $this->kind = $kind; |
|
| 943 | 943 | } |
| 944 | 944 | public function getKind() |
| 945 | 945 | { |
| 946 | - return $this->kind; |
|
| 946 | + return $this->kind; |
|
| 947 | 947 | } |
| 948 | 948 | public function setProductCode($productCode) |
| 949 | 949 | { |
| 950 | - $this->productCode = $productCode; |
|
| 950 | + $this->productCode = $productCode; |
|
| 951 | 951 | } |
| 952 | 952 | public function getProductCode() |
| 953 | 953 | { |
| 954 | - return $this->productCode; |
|
| 954 | + return $this->productCode; |
|
| 955 | 955 | } |
| 956 | 956 | public function setSupportsReporting($supportsReporting) |
| 957 | 957 | { |
| 958 | - $this->supportsReporting = $supportsReporting; |
|
| 958 | + $this->supportsReporting = $supportsReporting; |
|
| 959 | 959 | } |
| 960 | 960 | public function getSupportsReporting() |
| 961 | 961 | { |
| 962 | - return $this->supportsReporting; |
|
| 962 | + return $this->supportsReporting; |
|
| 963 | 963 | } |
| 964 | 964 | } |
| 965 | 965 | |
@@ -977,35 +977,35 @@ discard block |
||
| 977 | 977 | |
| 978 | 978 | public function setEtag($etag) |
| 979 | 979 | { |
| 980 | - $this->etag = $etag; |
|
| 980 | + $this->etag = $etag; |
|
| 981 | 981 | } |
| 982 | 982 | public function getEtag() |
| 983 | 983 | { |
| 984 | - return $this->etag; |
|
| 984 | + return $this->etag; |
|
| 985 | 985 | } |
| 986 | 986 | public function setItems($items) |
| 987 | 987 | { |
| 988 | - $this->items = $items; |
|
| 988 | + $this->items = $items; |
|
| 989 | 989 | } |
| 990 | 990 | public function getItems() |
| 991 | 991 | { |
| 992 | - return $this->items; |
|
| 992 | + return $this->items; |
|
| 993 | 993 | } |
| 994 | 994 | public function setKind($kind) |
| 995 | 995 | { |
| 996 | - $this->kind = $kind; |
|
| 996 | + $this->kind = $kind; |
|
| 997 | 997 | } |
| 998 | 998 | public function getKind() |
| 999 | 999 | { |
| 1000 | - return $this->kind; |
|
| 1000 | + return $this->kind; |
|
| 1001 | 1001 | } |
| 1002 | 1002 | public function setNextPageToken($nextPageToken) |
| 1003 | 1003 | { |
| 1004 | - $this->nextPageToken = $nextPageToken; |
|
| 1004 | + $this->nextPageToken = $nextPageToken; |
|
| 1005 | 1005 | } |
| 1006 | 1006 | public function getNextPageToken() |
| 1007 | 1007 | { |
| 1008 | - return $this->nextPageToken; |
|
| 1008 | + return $this->nextPageToken; |
|
| 1009 | 1009 | } |
| 1010 | 1010 | } |
| 1011 | 1011 | |
@@ -1022,43 +1022,43 @@ discard block |
||
| 1022 | 1022 | |
| 1023 | 1023 | public function setId($id) |
| 1024 | 1024 | { |
| 1025 | - $this->id = $id; |
|
| 1025 | + $this->id = $id; |
|
| 1026 | 1026 | } |
| 1027 | 1027 | public function getId() |
| 1028 | 1028 | { |
| 1029 | - return $this->id; |
|
| 1029 | + return $this->id; |
|
| 1030 | 1030 | } |
| 1031 | 1031 | public function setKind($kind) |
| 1032 | 1032 | { |
| 1033 | - $this->kind = $kind; |
|
| 1033 | + $this->kind = $kind; |
|
| 1034 | 1034 | } |
| 1035 | 1035 | public function getKind() |
| 1036 | 1036 | { |
| 1037 | - return $this->kind; |
|
| 1037 | + return $this->kind; |
|
| 1038 | 1038 | } |
| 1039 | 1039 | public function setMessage($message) |
| 1040 | 1040 | { |
| 1041 | - $this->message = $message; |
|
| 1041 | + $this->message = $message; |
|
| 1042 | 1042 | } |
| 1043 | 1043 | public function getMessage() |
| 1044 | 1044 | { |
| 1045 | - return $this->message; |
|
| 1045 | + return $this->message; |
|
| 1046 | 1046 | } |
| 1047 | 1047 | public function setSeverity($severity) |
| 1048 | 1048 | { |
| 1049 | - $this->severity = $severity; |
|
| 1049 | + $this->severity = $severity; |
|
| 1050 | 1050 | } |
| 1051 | 1051 | public function getSeverity() |
| 1052 | 1052 | { |
| 1053 | - return $this->severity; |
|
| 1053 | + return $this->severity; |
|
| 1054 | 1054 | } |
| 1055 | 1055 | public function setType($type) |
| 1056 | 1056 | { |
| 1057 | - $this->type = $type; |
|
| 1057 | + $this->type = $type; |
|
| 1058 | 1058 | } |
| 1059 | 1059 | public function getType() |
| 1060 | 1060 | { |
| 1061 | - return $this->type; |
|
| 1061 | + return $this->type; |
|
| 1062 | 1062 | } |
| 1063 | 1063 | } |
| 1064 | 1064 | |
@@ -1074,19 +1074,19 @@ discard block |
||
| 1074 | 1074 | |
| 1075 | 1075 | public function setItems($items) |
| 1076 | 1076 | { |
| 1077 | - $this->items = $items; |
|
| 1077 | + $this->items = $items; |
|
| 1078 | 1078 | } |
| 1079 | 1079 | public function getItems() |
| 1080 | 1080 | { |
| 1081 | - return $this->items; |
|
| 1081 | + return $this->items; |
|
| 1082 | 1082 | } |
| 1083 | 1083 | public function setKind($kind) |
| 1084 | 1084 | { |
| 1085 | - $this->kind = $kind; |
|
| 1085 | + $this->kind = $kind; |
|
| 1086 | 1086 | } |
| 1087 | 1087 | public function getKind() |
| 1088 | 1088 | { |
| 1089 | - return $this->kind; |
|
| 1089 | + return $this->kind; |
|
| 1090 | 1090 | } |
| 1091 | 1091 | } |
| 1092 | 1092 | |
@@ -1104,43 +1104,43 @@ discard block |
||
| 1104 | 1104 | |
| 1105 | 1105 | public function setCode($code) |
| 1106 | 1106 | { |
| 1107 | - $this->code = $code; |
|
| 1107 | + $this->code = $code; |
|
| 1108 | 1108 | } |
| 1109 | 1109 | public function getCode() |
| 1110 | 1110 | { |
| 1111 | - return $this->code; |
|
| 1111 | + return $this->code; |
|
| 1112 | 1112 | } |
| 1113 | 1113 | public function setId($id) |
| 1114 | 1114 | { |
| 1115 | - $this->id = $id; |
|
| 1115 | + $this->id = $id; |
|
| 1116 | 1116 | } |
| 1117 | 1117 | public function getId() |
| 1118 | 1118 | { |
| 1119 | - return $this->id; |
|
| 1119 | + return $this->id; |
|
| 1120 | 1120 | } |
| 1121 | 1121 | public function setKind($kind) |
| 1122 | 1122 | { |
| 1123 | - $this->kind = $kind; |
|
| 1123 | + $this->kind = $kind; |
|
| 1124 | 1124 | } |
| 1125 | 1125 | public function getKind() |
| 1126 | 1126 | { |
| 1127 | - return $this->kind; |
|
| 1127 | + return $this->kind; |
|
| 1128 | 1128 | } |
| 1129 | 1129 | public function setName($name) |
| 1130 | 1130 | { |
| 1131 | - $this->name = $name; |
|
| 1131 | + $this->name = $name; |
|
| 1132 | 1132 | } |
| 1133 | 1133 | public function getName() |
| 1134 | 1134 | { |
| 1135 | - return $this->name; |
|
| 1135 | + return $this->name; |
|
| 1136 | 1136 | } |
| 1137 | 1137 | public function setTargetingInfo(Google_Service_AdExchangeSeller_CustomChannelTargetingInfo $targetingInfo) |
| 1138 | 1138 | { |
| 1139 | - $this->targetingInfo = $targetingInfo; |
|
| 1139 | + $this->targetingInfo = $targetingInfo; |
|
| 1140 | 1140 | } |
| 1141 | 1141 | public function getTargetingInfo() |
| 1142 | 1142 | { |
| 1143 | - return $this->targetingInfo; |
|
| 1143 | + return $this->targetingInfo; |
|
| 1144 | 1144 | } |
| 1145 | 1145 | } |
| 1146 | 1146 | |
@@ -1156,35 +1156,35 @@ discard block |
||
| 1156 | 1156 | |
| 1157 | 1157 | public function setAdsAppearOn($adsAppearOn) |
| 1158 | 1158 | { |
| 1159 | - $this->adsAppearOn = $adsAppearOn; |
|
| 1159 | + $this->adsAppearOn = $adsAppearOn; |
|
| 1160 | 1160 | } |
| 1161 | 1161 | public function getAdsAppearOn() |
| 1162 | 1162 | { |
| 1163 | - return $this->adsAppearOn; |
|
| 1163 | + return $this->adsAppearOn; |
|
| 1164 | 1164 | } |
| 1165 | 1165 | public function setDescription($description) |
| 1166 | 1166 | { |
| 1167 | - $this->description = $description; |
|
| 1167 | + $this->description = $description; |
|
| 1168 | 1168 | } |
| 1169 | 1169 | public function getDescription() |
| 1170 | 1170 | { |
| 1171 | - return $this->description; |
|
| 1171 | + return $this->description; |
|
| 1172 | 1172 | } |
| 1173 | 1173 | public function setLocation($location) |
| 1174 | 1174 | { |
| 1175 | - $this->location = $location; |
|
| 1175 | + $this->location = $location; |
|
| 1176 | 1176 | } |
| 1177 | 1177 | public function getLocation() |
| 1178 | 1178 | { |
| 1179 | - return $this->location; |
|
| 1179 | + return $this->location; |
|
| 1180 | 1180 | } |
| 1181 | 1181 | public function setSiteLanguage($siteLanguage) |
| 1182 | 1182 | { |
| 1183 | - $this->siteLanguage = $siteLanguage; |
|
| 1183 | + $this->siteLanguage = $siteLanguage; |
|
| 1184 | 1184 | } |
| 1185 | 1185 | public function getSiteLanguage() |
| 1186 | 1186 | { |
| 1187 | - return $this->siteLanguage; |
|
| 1187 | + return $this->siteLanguage; |
|
| 1188 | 1188 | } |
| 1189 | 1189 | } |
| 1190 | 1190 | |
@@ -1202,35 +1202,35 @@ discard block |
||
| 1202 | 1202 | |
| 1203 | 1203 | public function setEtag($etag) |
| 1204 | 1204 | { |
| 1205 | - $this->etag = $etag; |
|
| 1205 | + $this->etag = $etag; |
|
| 1206 | 1206 | } |
| 1207 | 1207 | public function getEtag() |
| 1208 | 1208 | { |
| 1209 | - return $this->etag; |
|
| 1209 | + return $this->etag; |
|
| 1210 | 1210 | } |
| 1211 | 1211 | public function setItems($items) |
| 1212 | 1212 | { |
| 1213 | - $this->items = $items; |
|
| 1213 | + $this->items = $items; |
|
| 1214 | 1214 | } |
| 1215 | 1215 | public function getItems() |
| 1216 | 1216 | { |
| 1217 | - return $this->items; |
|
| 1217 | + return $this->items; |
|
| 1218 | 1218 | } |
| 1219 | 1219 | public function setKind($kind) |
| 1220 | 1220 | { |
| 1221 | - $this->kind = $kind; |
|
| 1221 | + $this->kind = $kind; |
|
| 1222 | 1222 | } |
| 1223 | 1223 | public function getKind() |
| 1224 | 1224 | { |
| 1225 | - return $this->kind; |
|
| 1225 | + return $this->kind; |
|
| 1226 | 1226 | } |
| 1227 | 1227 | public function setNextPageToken($nextPageToken) |
| 1228 | 1228 | { |
| 1229 | - $this->nextPageToken = $nextPageToken; |
|
| 1229 | + $this->nextPageToken = $nextPageToken; |
|
| 1230 | 1230 | } |
| 1231 | 1231 | public function getNextPageToken() |
| 1232 | 1232 | { |
| 1233 | - return $this->nextPageToken; |
|
| 1233 | + return $this->nextPageToken; |
|
| 1234 | 1234 | } |
| 1235 | 1235 | } |
| 1236 | 1236 | |
@@ -1246,19 +1246,19 @@ discard block |
||
| 1246 | 1246 | |
| 1247 | 1247 | public function setItems($items) |
| 1248 | 1248 | { |
| 1249 | - $this->items = $items; |
|
| 1249 | + $this->items = $items; |
|
| 1250 | 1250 | } |
| 1251 | 1251 | public function getItems() |
| 1252 | 1252 | { |
| 1253 | - return $this->items; |
|
| 1253 | + return $this->items; |
|
| 1254 | 1254 | } |
| 1255 | 1255 | public function setKind($kind) |
| 1256 | 1256 | { |
| 1257 | - $this->kind = $kind; |
|
| 1257 | + $this->kind = $kind; |
|
| 1258 | 1258 | } |
| 1259 | 1259 | public function getKind() |
| 1260 | 1260 | { |
| 1261 | - return $this->kind; |
|
| 1261 | + return $this->kind; |
|
| 1262 | 1262 | } |
| 1263 | 1263 | } |
| 1264 | 1264 | |
@@ -1278,67 +1278,67 @@ discard block |
||
| 1278 | 1278 | |
| 1279 | 1279 | public function setAdvertiserName($advertiserName) |
| 1280 | 1280 | { |
| 1281 | - $this->advertiserName = $advertiserName; |
|
| 1281 | + $this->advertiserName = $advertiserName; |
|
| 1282 | 1282 | } |
| 1283 | 1283 | public function getAdvertiserName() |
| 1284 | 1284 | { |
| 1285 | - return $this->advertiserName; |
|
| 1285 | + return $this->advertiserName; |
|
| 1286 | 1286 | } |
| 1287 | 1287 | public function setBuyerNetworkName($buyerNetworkName) |
| 1288 | 1288 | { |
| 1289 | - $this->buyerNetworkName = $buyerNetworkName; |
|
| 1289 | + $this->buyerNetworkName = $buyerNetworkName; |
|
| 1290 | 1290 | } |
| 1291 | 1291 | public function getBuyerNetworkName() |
| 1292 | 1292 | { |
| 1293 | - return $this->buyerNetworkName; |
|
| 1293 | + return $this->buyerNetworkName; |
|
| 1294 | 1294 | } |
| 1295 | 1295 | public function setCurrencyCode($currencyCode) |
| 1296 | 1296 | { |
| 1297 | - $this->currencyCode = $currencyCode; |
|
| 1297 | + $this->currencyCode = $currencyCode; |
|
| 1298 | 1298 | } |
| 1299 | 1299 | public function getCurrencyCode() |
| 1300 | 1300 | { |
| 1301 | - return $this->currencyCode; |
|
| 1301 | + return $this->currencyCode; |
|
| 1302 | 1302 | } |
| 1303 | 1303 | public function setEndTime($endTime) |
| 1304 | 1304 | { |
| 1305 | - $this->endTime = $endTime; |
|
| 1305 | + $this->endTime = $endTime; |
|
| 1306 | 1306 | } |
| 1307 | 1307 | public function getEndTime() |
| 1308 | 1308 | { |
| 1309 | - return $this->endTime; |
|
| 1309 | + return $this->endTime; |
|
| 1310 | 1310 | } |
| 1311 | 1311 | public function setFixedCpm($fixedCpm) |
| 1312 | 1312 | { |
| 1313 | - $this->fixedCpm = $fixedCpm; |
|
| 1313 | + $this->fixedCpm = $fixedCpm; |
|
| 1314 | 1314 | } |
| 1315 | 1315 | public function getFixedCpm() |
| 1316 | 1316 | { |
| 1317 | - return $this->fixedCpm; |
|
| 1317 | + return $this->fixedCpm; |
|
| 1318 | 1318 | } |
| 1319 | 1319 | public function setId($id) |
| 1320 | 1320 | { |
| 1321 | - $this->id = $id; |
|
| 1321 | + $this->id = $id; |
|
| 1322 | 1322 | } |
| 1323 | 1323 | public function getId() |
| 1324 | 1324 | { |
| 1325 | - return $this->id; |
|
| 1325 | + return $this->id; |
|
| 1326 | 1326 | } |
| 1327 | 1327 | public function setKind($kind) |
| 1328 | 1328 | { |
| 1329 | - $this->kind = $kind; |
|
| 1329 | + $this->kind = $kind; |
|
| 1330 | 1330 | } |
| 1331 | 1331 | public function getKind() |
| 1332 | 1332 | { |
| 1333 | - return $this->kind; |
|
| 1333 | + return $this->kind; |
|
| 1334 | 1334 | } |
| 1335 | 1335 | public function setStartTime($startTime) |
| 1336 | 1336 | { |
| 1337 | - $this->startTime = $startTime; |
|
| 1337 | + $this->startTime = $startTime; |
|
| 1338 | 1338 | } |
| 1339 | 1339 | public function getStartTime() |
| 1340 | 1340 | { |
| 1341 | - return $this->startTime; |
|
| 1341 | + return $this->startTime; |
|
| 1342 | 1342 | } |
| 1343 | 1343 | } |
| 1344 | 1344 | |
@@ -1354,19 +1354,19 @@ discard block |
||
| 1354 | 1354 | |
| 1355 | 1355 | public function setItems($items) |
| 1356 | 1356 | { |
| 1357 | - $this->items = $items; |
|
| 1357 | + $this->items = $items; |
|
| 1358 | 1358 | } |
| 1359 | 1359 | public function getItems() |
| 1360 | 1360 | { |
| 1361 | - return $this->items; |
|
| 1361 | + return $this->items; |
|
| 1362 | 1362 | } |
| 1363 | 1363 | public function setKind($kind) |
| 1364 | 1364 | { |
| 1365 | - $this->kind = $kind; |
|
| 1365 | + $this->kind = $kind; |
|
| 1366 | 1366 | } |
| 1367 | 1367 | public function getKind() |
| 1368 | 1368 | { |
| 1369 | - return $this->kind; |
|
| 1369 | + return $this->kind; |
|
| 1370 | 1370 | } |
| 1371 | 1371 | } |
| 1372 | 1372 | |
@@ -1387,59 +1387,59 @@ discard block |
||
| 1387 | 1387 | |
| 1388 | 1388 | public function setAverages($averages) |
| 1389 | 1389 | { |
| 1390 | - $this->averages = $averages; |
|
| 1390 | + $this->averages = $averages; |
|
| 1391 | 1391 | } |
| 1392 | 1392 | public function getAverages() |
| 1393 | 1393 | { |
| 1394 | - return $this->averages; |
|
| 1394 | + return $this->averages; |
|
| 1395 | 1395 | } |
| 1396 | 1396 | public function setHeaders($headers) |
| 1397 | 1397 | { |
| 1398 | - $this->headers = $headers; |
|
| 1398 | + $this->headers = $headers; |
|
| 1399 | 1399 | } |
| 1400 | 1400 | public function getHeaders() |
| 1401 | 1401 | { |
| 1402 | - return $this->headers; |
|
| 1402 | + return $this->headers; |
|
| 1403 | 1403 | } |
| 1404 | 1404 | public function setKind($kind) |
| 1405 | 1405 | { |
| 1406 | - $this->kind = $kind; |
|
| 1406 | + $this->kind = $kind; |
|
| 1407 | 1407 | } |
| 1408 | 1408 | public function getKind() |
| 1409 | 1409 | { |
| 1410 | - return $this->kind; |
|
| 1410 | + return $this->kind; |
|
| 1411 | 1411 | } |
| 1412 | 1412 | public function setRows($rows) |
| 1413 | 1413 | { |
| 1414 | - $this->rows = $rows; |
|
| 1414 | + $this->rows = $rows; |
|
| 1415 | 1415 | } |
| 1416 | 1416 | public function getRows() |
| 1417 | 1417 | { |
| 1418 | - return $this->rows; |
|
| 1418 | + return $this->rows; |
|
| 1419 | 1419 | } |
| 1420 | 1420 | public function setTotalMatchedRows($totalMatchedRows) |
| 1421 | 1421 | { |
| 1422 | - $this->totalMatchedRows = $totalMatchedRows; |
|
| 1422 | + $this->totalMatchedRows = $totalMatchedRows; |
|
| 1423 | 1423 | } |
| 1424 | 1424 | public function getTotalMatchedRows() |
| 1425 | 1425 | { |
| 1426 | - return $this->totalMatchedRows; |
|
| 1426 | + return $this->totalMatchedRows; |
|
| 1427 | 1427 | } |
| 1428 | 1428 | public function setTotals($totals) |
| 1429 | 1429 | { |
| 1430 | - $this->totals = $totals; |
|
| 1430 | + $this->totals = $totals; |
|
| 1431 | 1431 | } |
| 1432 | 1432 | public function getTotals() |
| 1433 | 1433 | { |
| 1434 | - return $this->totals; |
|
| 1434 | + return $this->totals; |
|
| 1435 | 1435 | } |
| 1436 | 1436 | public function setWarnings($warnings) |
| 1437 | 1437 | { |
| 1438 | - $this->warnings = $warnings; |
|
| 1438 | + $this->warnings = $warnings; |
|
| 1439 | 1439 | } |
| 1440 | 1440 | public function getWarnings() |
| 1441 | 1441 | { |
| 1442 | - return $this->warnings; |
|
| 1442 | + return $this->warnings; |
|
| 1443 | 1443 | } |
| 1444 | 1444 | } |
| 1445 | 1445 | |
@@ -1454,27 +1454,27 @@ discard block |
||
| 1454 | 1454 | |
| 1455 | 1455 | public function setCurrency($currency) |
| 1456 | 1456 | { |
| 1457 | - $this->currency = $currency; |
|
| 1457 | + $this->currency = $currency; |
|
| 1458 | 1458 | } |
| 1459 | 1459 | public function getCurrency() |
| 1460 | 1460 | { |
| 1461 | - return $this->currency; |
|
| 1461 | + return $this->currency; |
|
| 1462 | 1462 | } |
| 1463 | 1463 | public function setName($name) |
| 1464 | 1464 | { |
| 1465 | - $this->name = $name; |
|
| 1465 | + $this->name = $name; |
|
| 1466 | 1466 | } |
| 1467 | 1467 | public function getName() |
| 1468 | 1468 | { |
| 1469 | - return $this->name; |
|
| 1469 | + return $this->name; |
|
| 1470 | 1470 | } |
| 1471 | 1471 | public function setType($type) |
| 1472 | 1472 | { |
| 1473 | - $this->type = $type; |
|
| 1473 | + $this->type = $type; |
|
| 1474 | 1474 | } |
| 1475 | 1475 | public function getType() |
| 1476 | 1476 | { |
| 1477 | - return $this->type; |
|
| 1477 | + return $this->type; |
|
| 1478 | 1478 | } |
| 1479 | 1479 | } |
| 1480 | 1480 | |
@@ -1494,59 +1494,59 @@ discard block |
||
| 1494 | 1494 | |
| 1495 | 1495 | public function setCompatibleDimensions($compatibleDimensions) |
| 1496 | 1496 | { |
| 1497 | - $this->compatibleDimensions = $compatibleDimensions; |
|
| 1497 | + $this->compatibleDimensions = $compatibleDimensions; |
|
| 1498 | 1498 | } |
| 1499 | 1499 | public function getCompatibleDimensions() |
| 1500 | 1500 | { |
| 1501 | - return $this->compatibleDimensions; |
|
| 1501 | + return $this->compatibleDimensions; |
|
| 1502 | 1502 | } |
| 1503 | 1503 | public function setCompatibleMetrics($compatibleMetrics) |
| 1504 | 1504 | { |
| 1505 | - $this->compatibleMetrics = $compatibleMetrics; |
|
| 1505 | + $this->compatibleMetrics = $compatibleMetrics; |
|
| 1506 | 1506 | } |
| 1507 | 1507 | public function getCompatibleMetrics() |
| 1508 | 1508 | { |
| 1509 | - return $this->compatibleMetrics; |
|
| 1509 | + return $this->compatibleMetrics; |
|
| 1510 | 1510 | } |
| 1511 | 1511 | public function setId($id) |
| 1512 | 1512 | { |
| 1513 | - $this->id = $id; |
|
| 1513 | + $this->id = $id; |
|
| 1514 | 1514 | } |
| 1515 | 1515 | public function getId() |
| 1516 | 1516 | { |
| 1517 | - return $this->id; |
|
| 1517 | + return $this->id; |
|
| 1518 | 1518 | } |
| 1519 | 1519 | public function setKind($kind) |
| 1520 | 1520 | { |
| 1521 | - $this->kind = $kind; |
|
| 1521 | + $this->kind = $kind; |
|
| 1522 | 1522 | } |
| 1523 | 1523 | public function getKind() |
| 1524 | 1524 | { |
| 1525 | - return $this->kind; |
|
| 1525 | + return $this->kind; |
|
| 1526 | 1526 | } |
| 1527 | 1527 | public function setRequiredDimensions($requiredDimensions) |
| 1528 | 1528 | { |
| 1529 | - $this->requiredDimensions = $requiredDimensions; |
|
| 1529 | + $this->requiredDimensions = $requiredDimensions; |
|
| 1530 | 1530 | } |
| 1531 | 1531 | public function getRequiredDimensions() |
| 1532 | 1532 | { |
| 1533 | - return $this->requiredDimensions; |
|
| 1533 | + return $this->requiredDimensions; |
|
| 1534 | 1534 | } |
| 1535 | 1535 | public function setRequiredMetrics($requiredMetrics) |
| 1536 | 1536 | { |
| 1537 | - $this->requiredMetrics = $requiredMetrics; |
|
| 1537 | + $this->requiredMetrics = $requiredMetrics; |
|
| 1538 | 1538 | } |
| 1539 | 1539 | public function getRequiredMetrics() |
| 1540 | 1540 | { |
| 1541 | - return $this->requiredMetrics; |
|
| 1541 | + return $this->requiredMetrics; |
|
| 1542 | 1542 | } |
| 1543 | 1543 | public function setSupportedProducts($supportedProducts) |
| 1544 | 1544 | { |
| 1545 | - $this->supportedProducts = $supportedProducts; |
|
| 1545 | + $this->supportedProducts = $supportedProducts; |
|
| 1546 | 1546 | } |
| 1547 | 1547 | public function getSupportedProducts() |
| 1548 | 1548 | { |
| 1549 | - return $this->supportedProducts; |
|
| 1549 | + return $this->supportedProducts; |
|
| 1550 | 1550 | } |
| 1551 | 1551 | } |
| 1552 | 1552 | |
@@ -1561,27 +1561,27 @@ discard block |
||
| 1561 | 1561 | |
| 1562 | 1562 | public function setId($id) |
| 1563 | 1563 | { |
| 1564 | - $this->id = $id; |
|
| 1564 | + $this->id = $id; |
|
| 1565 | 1565 | } |
| 1566 | 1566 | public function getId() |
| 1567 | 1567 | { |
| 1568 | - return $this->id; |
|
| 1568 | + return $this->id; |
|
| 1569 | 1569 | } |
| 1570 | 1570 | public function setKind($kind) |
| 1571 | 1571 | { |
| 1572 | - $this->kind = $kind; |
|
| 1572 | + $this->kind = $kind; |
|
| 1573 | 1573 | } |
| 1574 | 1574 | public function getKind() |
| 1575 | 1575 | { |
| 1576 | - return $this->kind; |
|
| 1576 | + return $this->kind; |
|
| 1577 | 1577 | } |
| 1578 | 1578 | public function setName($name) |
| 1579 | 1579 | { |
| 1580 | - $this->name = $name; |
|
| 1580 | + $this->name = $name; |
|
| 1581 | 1581 | } |
| 1582 | 1582 | public function getName() |
| 1583 | 1583 | { |
| 1584 | - return $this->name; |
|
| 1584 | + return $this->name; |
|
| 1585 | 1585 | } |
| 1586 | 1586 | } |
| 1587 | 1587 | |
@@ -1599,35 +1599,35 @@ discard block |
||
| 1599 | 1599 | |
| 1600 | 1600 | public function setEtag($etag) |
| 1601 | 1601 | { |
| 1602 | - $this->etag = $etag; |
|
| 1602 | + $this->etag = $etag; |
|
| 1603 | 1603 | } |
| 1604 | 1604 | public function getEtag() |
| 1605 | 1605 | { |
| 1606 | - return $this->etag; |
|
| 1606 | + return $this->etag; |
|
| 1607 | 1607 | } |
| 1608 | 1608 | public function setItems($items) |
| 1609 | 1609 | { |
| 1610 | - $this->items = $items; |
|
| 1610 | + $this->items = $items; |
|
| 1611 | 1611 | } |
| 1612 | 1612 | public function getItems() |
| 1613 | 1613 | { |
| 1614 | - return $this->items; |
|
| 1614 | + return $this->items; |
|
| 1615 | 1615 | } |
| 1616 | 1616 | public function setKind($kind) |
| 1617 | 1617 | { |
| 1618 | - $this->kind = $kind; |
|
| 1618 | + $this->kind = $kind; |
|
| 1619 | 1619 | } |
| 1620 | 1620 | public function getKind() |
| 1621 | 1621 | { |
| 1622 | - return $this->kind; |
|
| 1622 | + return $this->kind; |
|
| 1623 | 1623 | } |
| 1624 | 1624 | public function setNextPageToken($nextPageToken) |
| 1625 | 1625 | { |
| 1626 | - $this->nextPageToken = $nextPageToken; |
|
| 1626 | + $this->nextPageToken = $nextPageToken; |
|
| 1627 | 1627 | } |
| 1628 | 1628 | public function getNextPageToken() |
| 1629 | 1629 | { |
| 1630 | - return $this->nextPageToken; |
|
| 1630 | + return $this->nextPageToken; |
|
| 1631 | 1631 | } |
| 1632 | 1632 | } |
| 1633 | 1633 | |
@@ -1642,27 +1642,27 @@ discard block |
||
| 1642 | 1642 | |
| 1643 | 1643 | public function setId($id) |
| 1644 | 1644 | { |
| 1645 | - $this->id = $id; |
|
| 1645 | + $this->id = $id; |
|
| 1646 | 1646 | } |
| 1647 | 1647 | public function getId() |
| 1648 | 1648 | { |
| 1649 | - return $this->id; |
|
| 1649 | + return $this->id; |
|
| 1650 | 1650 | } |
| 1651 | 1651 | public function setKind($kind) |
| 1652 | 1652 | { |
| 1653 | - $this->kind = $kind; |
|
| 1653 | + $this->kind = $kind; |
|
| 1654 | 1654 | } |
| 1655 | 1655 | public function getKind() |
| 1656 | 1656 | { |
| 1657 | - return $this->kind; |
|
| 1657 | + return $this->kind; |
|
| 1658 | 1658 | } |
| 1659 | 1659 | public function setUrlPattern($urlPattern) |
| 1660 | 1660 | { |
| 1661 | - $this->urlPattern = $urlPattern; |
|
| 1661 | + $this->urlPattern = $urlPattern; |
|
| 1662 | 1662 | } |
| 1663 | 1663 | public function getUrlPattern() |
| 1664 | 1664 | { |
| 1665 | - return $this->urlPattern; |
|
| 1665 | + return $this->urlPattern; |
|
| 1666 | 1666 | } |
| 1667 | 1667 | } |
| 1668 | 1668 | |
@@ -1680,34 +1680,34 @@ discard block |
||
| 1680 | 1680 | |
| 1681 | 1681 | public function setEtag($etag) |
| 1682 | 1682 | { |
| 1683 | - $this->etag = $etag; |
|
| 1683 | + $this->etag = $etag; |
|
| 1684 | 1684 | } |
| 1685 | 1685 | public function getEtag() |
| 1686 | 1686 | { |
| 1687 | - return $this->etag; |
|
| 1687 | + return $this->etag; |
|
| 1688 | 1688 | } |
| 1689 | 1689 | public function setItems($items) |
| 1690 | 1690 | { |
| 1691 | - $this->items = $items; |
|
| 1691 | + $this->items = $items; |
|
| 1692 | 1692 | } |
| 1693 | 1693 | public function getItems() |
| 1694 | 1694 | { |
| 1695 | - return $this->items; |
|
| 1695 | + return $this->items; |
|
| 1696 | 1696 | } |
| 1697 | 1697 | public function setKind($kind) |
| 1698 | 1698 | { |
| 1699 | - $this->kind = $kind; |
|
| 1699 | + $this->kind = $kind; |
|
| 1700 | 1700 | } |
| 1701 | 1701 | public function getKind() |
| 1702 | 1702 | { |
| 1703 | - return $this->kind; |
|
| 1703 | + return $this->kind; |
|
| 1704 | 1704 | } |
| 1705 | 1705 | public function setNextPageToken($nextPageToken) |
| 1706 | 1706 | { |
| 1707 | - $this->nextPageToken = $nextPageToken; |
|
| 1707 | + $this->nextPageToken = $nextPageToken; |
|
| 1708 | 1708 | } |
| 1709 | 1709 | public function getNextPageToken() |
| 1710 | 1710 | { |
| 1711 | - return $this->nextPageToken; |
|
| 1711 | + return $this->nextPageToken; |
|
| 1712 | 1712 | } |
| 1713 | 1713 | } |
@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | 'required' => true, |
| 80 | 80 | ), |
| 81 | 81 | ), |
| 82 | - ),'list' => array( |
|
| 82 | + ), 'list' => array( |
|
| 83 | 83 | 'path' => 'accounts', |
| 84 | 84 | 'httpMethod' => 'GET', |
| 85 | 85 | 'parameters' => array( |
@@ -174,7 +174,7 @@ discard block |
||
| 174 | 174 | 'required' => true, |
| 175 | 175 | ), |
| 176 | 176 | ), |
| 177 | - ),'list' => array( |
|
| 177 | + ), 'list' => array( |
|
| 178 | 178 | 'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels', |
| 179 | 179 | 'httpMethod' => 'GET', |
| 180 | 180 | 'parameters' => array( |
@@ -262,7 +262,7 @@ discard block |
||
| 262 | 262 | 'required' => true, |
| 263 | 263 | ), |
| 264 | 264 | ), |
| 265 | - ),'list' => array( |
|
| 265 | + ), 'list' => array( |
|
| 266 | 266 | 'path' => 'accounts/{accountId}/preferreddeals', |
| 267 | 267 | 'httpMethod' => 'GET', |
| 268 | 268 | 'parameters' => array( |
@@ -371,7 +371,7 @@ discard block |
||
| 371 | 371 | 'type' => 'integer', |
| 372 | 372 | ), |
| 373 | 373 | ), |
| 374 | - ),'list' => array( |
|
| 374 | + ), 'list' => array( |
|
| 375 | 375 | 'path' => 'accounts/{accountId}/reports/saved', |
| 376 | 376 | 'httpMethod' => 'GET', |
| 377 | 377 | 'parameters' => array( |